/* Category CMS block start */

#categorycmsblock .blockcms {
    margin: 0 -15px;
}
#categorycmsblock li.blockcms-item {
    margin-bottom: 80px;
}
#categorycmsblock ul.owl-carousel li.blockcms-item {
    width: 100%;
}
#categorycmsblock .heading-title {
    text-align: center;
	margin-bottom: 45px;
}
#categorycmsblock .products-section-title {
    margin-bottom: 0;
}
#categorycmsblock .heading-desc {
	font-size: 16px;
	color: #444444;
	display: inline-block;
	vertical-align: top;
	width: 70%;
	font-family: sans-serif;
	line-height: 1.5;
}
#categorycmsblock li .cat-image-block a img {
    max-width: 100%;

	/*aspect-ratio: 245 / 249;*/

	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#categorycmsblock li:hover .cat-image-block a img {
	transform: scale3d(1.1,1.1,1.1);
	-webkit-transform: scale3d(1.1,1.1,1.1);
	-ms-transform: scale3d(1.1,1.1,1.1);
	-o-transform: scale3d(1.1,1.1,1.1);
	-moz-transform: scale3d(1.1,1.1,1.1);

	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#categorycmsblock li.blockcms-item span.cat-image-block {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: -40px;
}
#categorycmsblock ul li.blockcms-item.second span.cat-image-block {
    bottom: -70px;
}
#categorycmsblock .cat-cms-desc {
    position: absolute;
    left: 30px;
    right: auto;
    top: 42px;
    bottom: auto;
    text-align: left;
}
#categorycmsblock li .cat-cms-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    display: block;
	color: #000000;
    margin-bottom: 15px;

	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#categorycmsblock li:hover .cat-cms-title {
	text-shadow: -1px 0 #60be74, 0 1px #60be74, 1px 0 #60be74, 0 -1px #60be74;

	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#categorycmsblock a.cat-btn {
	padding: 10px;
	background-color: orange;
	border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
	color: #000000;
    letter-spacing: 0;
	position: relative;

	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#categorycmsblock a.cat-btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -2px;
    height: 2px;
    width: 100%;
}
#categorycmsblock a.cat-btn:hover {
	color: #60be74;

	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#categorycmsblock a.cat-btn:hover:after {

}
#categorycmsblock li .cat-image-block a {
    display: block;
    position: relative;
}
#categorycmsblock .cat-block-cms {
	position: relative;
	background: #f8f8f8;
	min-height: 280px;
	/*aspect-ratio: 360 / 280;*/
}
.cat-block-cms:before {
    content: '';
    position: absolute;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: -100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#categorycmsblock li:hover .cat-block-cms:before {
    top: -40%;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 1249px) {
	#categorycmsblock .cat-cms-title {
		font-size: 25px;
		line-height: 35px;
	}
}
@media (max-width: 991px) {
	#categorycmsblock li .heading-desc {
		font-size: 12px;
		width: 80%;
	}
	#categorycmsblock li .cat-cms-desc {
		left: 15px;
		top: 15px;
	}
	#categorycmsblock li .cat-cms-title {
		font-size: 21px;
		line-height: 31px;
	}
	#categorycmsblock li a.cat-btn {
		font-size: 11px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#categorycmsblock li.blockcms-item span.cat-image-block {
		width: 70%;
	}
	#categorycmsblock li .cat-cms-desc {
		top: 30px;
	}
}
@media (max-width: 767px) {
	#categorycmsblock li .blockcms {
		margin: 0;
		text-align: center;
	}
	#categorycmsblock li.blockcms-item {
		display: inline-block;
		vertical-align: top;
		width: auto;
		float: none;
		margin-bottom: 30px;
	}
	#categorycmsblock li .cat-cms-desc {
		left: 55px;
		top: 45px;
		text-align: left;
	}
	#categorycmsblock li .cat-cms-title {
		font-size: 30px;
		line-height: 40px;
	}
	#categorycmsblock a.cat-btn {
		font-size: 11px;
	}
}
@media (max-width: 479px) {
	#categorycmsblock li .cat-cms-desc {
		left: 25px;
		top: 20px;
		text-align: left;
	}
	#categorycmsblock li .cat-cms-title {
		font-size: 23px;
		line-height: 33px;
	}
}

/* Category CMS block end */
