.cms-other-categories .page-main {
    padding: 0px !important;
    max-width: 100% !important;
}
.cms-other-categories .breadcrumbs {
    display: none;
}
.all-product-top {
    float: left;
    width: 100%;
    margin-bottom: 135px;
	margin-top:195px;
	position:relative;
}
.all-product-top:before {
    content: "";
    background-image: url(../images/all-product-top-before.png);
    position: absolute;
    left: 0;
    height: 100%;
    width: 200px;
    background-repeat: no-repeat;
    background-position: left top 80px;
    background-size: 100%;
    top: 0;
	opacity:0;
}
.all-product-top-before{
	position:absolute;
	left:0;
	top:80px;
	width: 200px;
	z-index:0;	
}
.all-product-top:after {
    content: "";
    background-image: url(../images/all-product-top-after.png);
    position: absolute;
    right: 0;
    height: 100%;
    width: 170px;
    background-repeat: no-repeat;
    background-position: left bottom 50px;
    background-size: 100%;
    top: 0;
	opacity:0;
}
.all-product-top-after{
	position:absolute;	
	width: 170px;
	bottom:0;
	z-index:0;
	right:0;
}

.all-product-top  .custom-row {
    margin-left: -10px;
    margin-right: -10px;
	position:relative;
	z-index:1;
}

.all-product-top .column {
    width: calc(33.33% - 20px);
    margin: 0px 10px 20px;
    border: solid 3px #e5e5e5;
	padding:30px;
	text-align:center;
    background: #fff;
}
.all-product-top .column img {
    width: auto;
    max-width: 100%;
    max-height: 210px;
}

.all-product-top .column .btn-wrap {
    margin-top: 25px;
}
.all-product-top .btn-border-purple {
    color: #4791cc !important;
    border-color: #4791cc !important;
    line-height: 1.2;
    padding: 6px;
    background-image: url(../images/button-hover-sky.png);
    background-size: 100% 160px;
    background-position: top -160px center;
    z-index: 2;
    transition: all 0.9s;
    display: block;
    max-width: 285px;
    margin: auto;
}
.all-product-top .btn-border-purple:hover {
    background-position: top center;
	color:#fff !important;
}
.all-product-bottom {
    float: left;
    width: 100%;
    color: #fff;
    background-image: url(../images/all-product-bottom-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.all-product-bottom .custom-row {
    align-items: center;
    justify-content: space-between;
}
.all-product-bottom .col-left {
    width: 44%;
}
.all-product-bottom .col-right {
    width: 52%;
    padding-left: 30px;
  }

.all-product-bottom .text-box {
    padding: 70px 50px;
    border: solid 6px #fff;
}
.all-product-bottom  .title {
    font-size: 64px;
    font-family: 'Vinyl OT';
    line-height: 1;
    margin-bottom: 20px;
}
.all-product-bottom .title span.span {
    display: inline-block;
    text-transform: capitalize;
    font-style: italic;
}
.all-product-bottom  p {
    color: #fff;
    font-weight: 500;
}
.all-product-bottom .btn-wrap {
    margin-top: 40px;
}
.all-product-bottom .btn-wrap .btn-border-white {
    transition: all 0.7s;
    padding: 10px 15px;
}

@media screen and (max-width:1919px){
	.all-product-top {
		margin-bottom: 90px;
		margin-top: 140px;
	}	
	.all-product-top:before {
		width: 150px;
		background-position: left top 50px;
	}
	.all-product-top-before{
		top:50px;
		width: 150px;
	}
	.all-product-top:after {
		width: 100px;
		background-position: left bottom 30px;
	}
	.all-product-top-after{
		width: 100px;
	}
	.all-product-top .column {
		padding: 25px;
	}
	.all-product-top .column img {
		max-height: 170px;
	}
	.all-product-top .column .btn-wrap {
		margin-top: 20px;
	}
	.all-product-top .btn-border-purple {
	    padding: 6px 20px;
	    font-size: 26px;
	    max-width: 245px;
	    border-width: 2px;
	}	
	.all-product-bottom .text-box {
		padding: 60px 45px;
		border-width: 5px;
	}
	.all-product-bottom  .title {
		font-size: 50px;
		margin-bottom: 17px;
	}
	.all-product-bottom .btn-wrap {
		margin-top: 30px;
	}
}

@media screen and (max-width:1199px){
	.all-product-top {
		margin-bottom: 50px;
		margin-top: 100px;
	}
	.all-product-top:before {
		width: 90px;
		background-position: left top 30px;
	}
	.all-product-top-before{
		top:30px;
		width: 90px;
	}
	.all-product-top:after {
		width: 60px;
		background-position: left bottom 20px;
	}
	.all-product-top-after{
		width: 60px;
	}
	.all-product-top .column {
		padding: 20px;
		border-width: 2px;
	}
	.all-product-top .column img {
		max-height: 145px;
	}
	.all-product-top .column .btn-wrap {
		margin-top: 14px;
	}
	.all-product-top .btn-border-purple {
	    padding: 4px 20px;
	    font-size: 24px;
	    border-width: 2px;
	    max-width: 220px;
	}
	.all-product-bottom .text-box {
		padding: 35px 30px;
		border-width: 4px;
	}
	.all-product-bottom  .title {
		font-size: 45px;
		margin-bottom: 15px;
	}
	.all-product-bottom .btn-wrap {
		margin-top: 25px;
	}
}

@media screen and (max-width:991px){
	.all-product-top {
		margin-bottom: 40px;
		margin-top: 85px;
	}
	.all-product-top:before {
		width: 60px;
		background-position: left top 20px;
	}
	.all-product-top-before{
		top:20px;
		width: 60px;
	}
	.all-product-top:after {
		width: 40px;
		background-position: left bottom 30px;
	}
	.all-product-top-after{
		width: 40px;
	}
	.all-product-top .column {
		padding: 15px;
	}
	.all-product-top .column img {
		max-height: 105px;
	}
	.all-product-top .column .btn-wrap {
		margin-top: 10px;
	}
	.all-product-top .btn-border-purple {
	    padding: 4px 12px;
	    font-size: 17px;
	    border-width: 2px;
	    max-width: 160px;
	    background-size: 100% 90px;
	    background-position: top -90px center;
	}
	.all-product-bottom  .title {
		font-size: 40px;
		margin-bottom: 12px;
	}
	.all-product-bottom .btn-wrap {
		margin-top: 20px;
	}
	.all-product-bottom .text-box {
		padding: 25px 20px;
		border-width: 3px;
	}
	.all-product-bottom {
	    padding: 20px 0px;
	}
	.all-product-bottom .col-left {
		width: 45%;
	}

	.all-product-bottom .text-box br {
		display: none;
	}
	.all-product-bottom .col-right {
		width: 55%;
		padding-left: 20px;
	}
}
@media screen and (max-width:767px){
	.all-product-top {
		margin-bottom: 20px;
		margin-top: 65px;
	}
	.all-product-top:before,
	.all-product-top:after,
	.all-product-top-before,
	.all-product-top-after{
		visibility:hidden;	
	}
	
	.all-product-top .column {
		width: calc(50% - 20px);
		border: solid 3px #e5e5e5;
		padding: 25px;
	}
	.all-product-top .column img {
		max-height: 105px;
	}
	.all-product-top .column .btn-wrap {
		margin-top: 15px;
	}
	.all-product-top .btn-border-purple {
	    padding: 4px 18px;
	    font-size: 18px;
	    border-width: 2px;
	    max-width: 180px;
	}
	.all-product-bottom .custom-row {
		flex-direction: column-reverse;
	}
	
	.all-product-bottom .col-right {
		width: 100%;
		padding-left: 0;
	}
	.all-product-bottom .container {
		max-width: 100%;
		padding: 0;
	}
	.all-product-bottom {
	    padding: 0;
	}
	.all-product-bottom .col-left {
		width: 100%;
		padding: 40px 0;
		background: #5f1eb0;
		text-align: center;
	}
	.all-product-bottom .text-box {
		padding: 0px 15px;
		border-width: 0;
		max-width: 540px;
		margin: auto;
	}
	.all-product-bottom .line-drow-main:before, 
	.all-product-bottom .line-drow-main:after,
	.all-product-bottom .line-drow-inner:before, 
	.line-drow-inner:after{
		opacity:0;	
	}
	.all-product-bottom .all-product-bottom  .title {
		font-size: 34px;
	}
}


@media screen and (max-width:575px){
	.all-product-top .column {
    	width: calc(100% - 20px);
	}
	.all-product-top .column img {
		max-height: max-content;
	}

}



