/**
*
*   STYLE FOR PRODUCTS
*	1. Style United States
*	2. Style India
*	3. Style United Kingdom
*
*/

/*===============================
=            General            =
===============================*/

	.slz-block-item-01.product-item {
		background-color: #FFFFFF;
		-webkit-box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.05);
		box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.05);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		
	}

	.slz-block-item-01.product-item:hover{
		-webkit-box-shadow: 0px 11px 21px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 11px 21px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 11px 21px 0px rgba(0,0,0,0.2);
	}

	.slz-block-item-01.product-item .product-title {
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 700;
		color: #2f2f2f;
		float: left;
	} 

	.slz-block-item-01.product-item .product-title:hover{
		color: #A7753A;
	}

	.slz-block-item-01.product-item .block-image {
		background-color: transparent;
		transform: translateZ(0);
	}

	.product-item .block-image:after,
	.product-item-02 .block-image:after{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		z-index: 5;
		pointer-events: none;
		-webkit-transform: translate3D(0,0,0);
		-moz-transform: translate3D(0,0,0);
		-ms-transform: translate3D(0,0,0);
		-o-transform: translate3D(0,0,0);
		transform: translate3D(0,0,0);
		background-color: #A7753A;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		
	}
	.product-item .block-image:hover:after,
	.product-item-02 .block-image:hover:after {
		opacity: 0.85;
	}
	
	.product-item .block-image img {
		width: auto;
		height: 100%;
		position: absolute;
		max-width: initial;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		
	}

	.product-item .block-content {
		padding: 25px 30px;
	}

	.product-item .onsale-wrapper .onsale,
	.product-item-02 .onsale-wrapper .onsale {
		left: auto;
		background-color: transparent;
	    color: #FFF;
	    border-radius: 0px;
	    -webkit-border-radius: 0px;
	    display: inline-block;
	    padding: 2px 8px;
	    background-color: #A7753A;
	    min-height: initial;
	    line-height: 1.5;
	    text-transform: uppercase;
	    text-align: center;
	    z-index: 10;
	    right: 15px;
	    top: 15px;
	    margin: 0px;
	    font-weight: 400;
	    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	    transition: all 0.3s ease;

	}

	.product-item .star-rating {
		float: none;
	}

	.product-item .block-content-wrapper .price,
	.product-item-02 .block-content .price {
		float: right;
		font-size: 20px;
		color: #A7753A;
		font-weight: 700;
		display: inline-block;
		margin-left: 0px;
		margin-right: 0px;
	}

	.product-item .block-content-wrapper .price del,
	.product-item-02 .block-content .price del {
		text-decoration: line-through;
		color: #737373;
		font-size: 14px;
		margin-right: 5px;
		font-weight: 600;
	}

	.product-item .block-content-wrapper .price >.amount + ins:before,
	.product-item .block-content-wrapper .price >.amount + .amount:before{
		content: "/";
		display: inline-block;
		margin:0 5px;
	}

	.product-item .price .woocommerce-Price-currencySymbol{
		font-size: 12px;
		vertical-align: top;
	}

	.product-item .block-content-wrapper .star-rating{
		margin-top: 5px;
	}


	.product-item .block-content-wrapper .description {
		margin-top: 10px;
	}

	.product-item .block-image .link:before,
	.product-item .block-image .link:after{
		content: none;
	}

	.product-item .block-image .slz-woocommerce-button,
	.product-item-02 .block-image .slz-woocommerce-button {
		background-color: transparent;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 6;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		-webkit-transform: translate3D(-50%,-50%, 0) scale(0);
		-moz-transform: translate3D(-50%,-50%, 0) scale(0);
		-ms-transform: translate3D(-50%,-50%, 0) scale(0);
		-o-transform: translate3D(-50%,-50%, 0) scale(0);
		transform: translate3D(-50%,-50%, 0) scale(0);	
		-webkit-perspective: 1000;
	}

	.product-item .block-image .slz-woocommerce-button .button,
	.product-item-02 .block-image .slz-woocommerce-button .button,
	.product-item .slz-woocommerce-button .added_to_cart,
	.product-item-02 .slz-woocommerce-button .added_to_cart {
		border: 1px solid #FFFFFF;
		background-color: transparent;
		text-align: center;
		width: auto;
		padding: 10px;
		color: #FFFFFF;
		font-size: 14px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		
	}

	.product-item .block-image .slz-woocommerce-button .button i ,
	.product-item-02 .block-image .slz-woocommerce-button .button i ,
	.product-item .slz-woocommerce-button .added_to_cart i ,
	.product-item-02 .slz-woocommerce-button .added_to_cart i {
		font-size: 16px;
	}

	.product-item .slz-woocommerce-button .added_to_cart,
	.product-item-02 .slz-woocommerce-button .added_to_cart,
	.product-item .block-image .slz-woocommerce-button .button:hover,
	.product-item-02 .block-image .slz-woocommerce-button .button:hover {
		background-color: #A7753A;
	}

	.product-item .block-image:hover .slz-woocommerce-button,
	.product-item-02 .block-image:hover .slz-woocommerce-button {
		-webkit-transform: translate3D(-50%,-50%, 0) scale(1);
		-moz-transform: translate3D(-50%,-50%, 0) scale(1);
		-ms-transform: translate3D(-50%,-50%, 0) scale(1);
		-o-transform: translate3D(-50%,-50%, 0) scale(1);
		transform: translate3D(-50%,-50%, 0) scale(1);
	}

/*=====  End of General  ======*/


/*=======================================
=            1. United States           =
========================================*/
	
	/*----------  style 1  ----------*/
	
		.portrait .product-item .block-image{
			border-bottom: 1px solid #efefef;
		}

		.portrait .product-item .block-image:before,
		.portrait-02 .product-item .block-image:before {
			padding-top: 120%;
		}


		.portrait .product-item .product-title {
			width: 50%;
		}

		.portrait .product-item .price {
			width: 50%;
			text-align: right;
		}

		.portrait .product-item .price del {
			display: inline-block;
		}

		.portrait .product-item .price ins {
			display: inline-block;
		}

	/*----------  style 2  ----------*/

		.portrait-02 .product-item {
			-webkit-box-shadow: 0px 5px 22px 1px rgba(0,0,0,0.05);
		    -moz-box-shadow: 0px 5px 22px 1px rgba(0,0,0,0.05);
		    box-shadow: 0px 5px 22px 1px rgba(0,0,0,0.05);
		}
	
		.portrait-02 .product-item .price {
		    width: auto;
		    text-align: right;
		    position: absolute;
		    top: 10px;
		    left: auto;
		    z-index: 10;
		    right: -200px;
		    background: #a7753a;
		    font-size: 18px;
		    padding: 5px;
		    color: #fff !important;
		    transition: all 0.3s ease;
		}
		// .portrait-02 .product-item .onsale-wrapper .onsale {
		// 	right: -200px;
		//     transition: all 0.3s ease;
		// }
		.portrait-02 .slz-block-item-01.product-item .product-title {
			text-align: center;
		    font-family: 'Great Vibes', cursive;
		    font-size: 30px;
		    font-weight: 400;
		    text-transform: capitalize;
		    float: none;
			display: inline-block;
			vertical-align: top;
		}

		.portrait-02 .product-item .block-image:after {
			content: none;
		}

		.portrait-02 .product-item .block-content .price,
		.portrait-02 .product-item .block-content .slz-woocommerce-button .button,
		.portrait-02 .product-item .block-content .star-rating{
			float: none;
			display: block;
		}

		.portrait-02 .product-item .block-content {
			text-align: center;
			padding-top: 12px;
		}
		.portrait-02 .product-item .block-content .star-rating {
			margin-left: auto;
			margin-right: auto;
		}

		.portrait-02 .product-item .block-image .slz-woocommerce-button {
			left: auto;
			right: -200px;
			top: 50px;
			transform: none; 
		    transition: all 0.3s ease;
		}

		.portrait-02 .product-item .block-image .slz-woocommerce-button .button {
			background-color: #A7753A;
			color: #fff;
			border-color: #A7753A;
			padding: 10px 15px;
		}

		.portrait-02 .product-item {
			overflow: hidden;
		}

		.portrait-02 .product-item:hover .block-image .slz-woocommerce-button,
		.portrait-02 .product-item:hover .price {
			right: 0;
		}

		.portrait-02 .product-item .onsale-wrapper .onsale {
			left:0;
			right: auto;
			background-color: #f9f1ea;
			color: #A7753A;
			font-weight: 600;
		}

	/*----------  style 3  ----------*/
		.landscape .product-item .block-image img,
		.landscape-02 .product-item .block-image img {
			width: 100%;
			height: auto;
		}

		.product-item .meta-info {
			display: table;
		    width: 100%;
		    margin-top: 15px;
		    padding-top: 15px;
		    border-top: 1px solid rgba(0,0,0,0.1);
		}

		.product-item .meta-info .star-rating {
			float: left;
			width: 82px;
			height: 24px;
			line-height: 24px;
		}

		.product-item .meta-info .price {
			float: right;
		}

		.woocommerce .product-item .meta-info .star-rating:before,
		.woocommerce .product-item .meta-info .star-rating span:before {
			font-size: 13px;
		}

		.product-item .meta-info .price {
			float: right;
			font-size: 20px;
			color: #A7753A;
			font-weight: 700;
			display: inline-block;
			margin-left: 0px;
			margin-right: 0px;
		}

		.product-item .meta-info .price del{
			text-decoration: line-through;
			color: #000;
			font-size: 13px;
			margin-right: 5px;
		}

		.product-item .slz-woocommerce-button .button {
			display: block;
		}

		.product-item .slz-woocommerce-button .button.added{
			display: none;
		}


		.product-item .slz-woocommerce-button .button.loading:after,
		.product-item-02 .slz-woocommerce-button .button.loading:after {
			padding: 0;
			font-size: 16px;
			width: auto;
			top: calc(50% - 8px);
			left: calc(50% - 10px);
			right: auto;
			color: #fff;
		}



		.product-item .slz-woocommerce-button .button.loading,
		.product-item-02 .slz-woocommerce-button .button.loading {
			padding-left: 0;
			padding-right: 0;
			color: transparent;
		}


/*=====  End of 1. United States  ======*/


/*=======================================
=            2. India                   =
========================================*/

	/*----------  style 1 + 2  ----------*/
			
		.slz-block-item-01.product-item.style-2 {
			padding-top: 5px;
			padding-bottom: 5px;
			background-color: transparent;
			box-shadow: none;
			-webkit-box-shadow: none;
		}

		.product-item.style-2:before{
			content: "";
			display: table;
		}

		.product-item.style-2:after{
			content: "";
			display: table;
			clear: both;
		}

		.product-item.style-2 .block-image {
			width: 30%;
			float: left;
		}
		.product-item.style-2 .block-image + .block-content {
			padding-left: 20px;
			width: 70%;
		}

		.sc-products.layout-2  .style-2 .product-item.style-2 .block-image {
			width: 100px;
		}

		.sc-products.layout-2  .style-2 .product-item.style-2 .block-image + .block-content {
			width: calc(100% - 100px);
		}

		.product-item.style-2 .block-image img {
			width: 100%;
			height: auto;
		}

		.product-item.style-2 .block-content{
			float: left;
			padding: 0px;
			width: 100%;
		}

		.sc-products .style-2 .product-item.style-2 .block-image{
			border-radius: 50%;
			-webkit-border-radius: 50%;
			overflow: hidden;
			-webkit-transform: none;
		    -moz-transform: none;
		    -ms-transform: none;
		    -o-transform: none;
		    transform: none;
		    -webkit-perspective:none;
		}

		.sc-products .style-2 .product-item.style-2 .block-image:before{
			padding-top: 100%;
		}

		.sc-products .style-2 .product-item.style-2 .block-image:after{
			border-radius: 50%;
			-webkit-border-radius: 50%;
		}
		
		.sc-products.layout-2 .product-item-02 .title-wrap {
			position: relative;
			margin-bottom: 10px;
			float: left;
		}
		

		.product-item.style-2 .title-wrap .onsale-wrapper{
			position: relative;
			display: inline-block;
			float: left;
			margin-left: 10px;
		}

		.product-item.style-2 .onsale-wrapper .onsale{
			position: relative;
			left: auto;
			right: auto; 
			bottom: auto;
			top: auto;
		}

		.product-item.style-2 .slz-woocommerce-button{
			margin-top: 10px;
			vertical-align: top;
		}

		.product-item.style-2 .slz-woocommerce-button .button,
		.product-item.style-2 .slz-woocommerce-button .added_to_cart {
			position: relative;
			padding: 8px 15px;
			font-size: 14px;
			background-color: #a7753a;
			border: 1px solid #a7753a;
		}

		.product-item.style-2 .slz-woocommerce-button .button:hover,
		.product-item.style-2 .slz-woocommerce-button .added_to_cart:hover {
			background-color: transparent;
			color: #a7753a;
		}

		.product-item.style-2 .slz-woocommerce-button .button.added:hover,
		.product-item.style-2 .slz-woocommerce-button .button.loading:hover {
			background-color: #a7753a;
			color: transparent;
		}

	/*----------  style tab carousel  ----------*/
		.tab-products .tab-list.slick-slider {
			margin-bottom: 30px;
			margin-left: -10px;
			margin-right: -10px;
		}
		.tab-products .slick-slider .tab_item {
			margin: 0 10px;
			padding: 50px 0 55px 0;
			transition: all 0.3s ease;
			position: relative;
		}

		.tab-products .slick-slider .tab_item span.link:before {
			content: none;
		}

		.tab-products .slick-slider .tab-product-img {
			background-color: #efefef;
			transition: all 0.3s ease;
			cursor: pointer;
			position: relative;
		}

		.tab-products .tab-product-img > a.link {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 5;
		}

		.tab-products .slick-slider .tab-product-img .cat-image {
			position: relative;
			overflow:hidden;
		}

		.tab-products .slick-slider .tab-product-img .cat-image:before {
			content: "";
			padding-top: 67%;
			display: block;
		}

		.tab-products .slick-slider .tab-product-img .cat-image img {
			width: auto;
		    height: 100%;
		    position: absolute;
		    max-width: initial;
		    left: 50%;
		    top: 50%;
		    -webkit-transform: translate3D(-50%,-50%, 0);
		    -moz-transform: translate3D(-50%,-50%, 0);
		    -ms-transform: translate3D(-50%,-50%, 0);
		    -o-transform: translate3D(-50%,-50%, 0);
		    transform: translate3D(-50%,-50%, 0);
		}

		.tab-products .slick-slider .tab-product-img span.link {
			text-transform: uppercase;
			padding: 10px 30px;
			font-weight: 600;
			display: block;
		}

		.tab-products .slick-slider .tab-product-img:hover span.link {
			color: #a7753a;
		}

		.tab-products .tab_item.slick-current {
			z-index: 10;
		}

		.tab-products .tab_item.slick-current .tab-product-img {
			background-color: #fff;
		    transform: scale(1.4, 1.4);
			box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.07);
		}

		.tab-products .tab_item.slick-current .tab-product-img span.link {
			color: #A7753A;
			text-transform: uppercase;
		}

		.tab-products .slick-slider .slick-arrow {
			position: absolute;
			outline: none;
		    z-index: 10;
		    top: 50%;
		    font-size: 0;
		    opacity: 0;
		    color: #2f2f2f;
		    visibility: hidden;
		    background-color: transparent;
		    transition: all 0.3s ease;
		    -webkit-transform: translate(0, -50%);
		    -moz-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		    transform: translate(0, -50%);
		}

		.tab-products .slick-slider .slick-arrow .icons:before {
			font-size: 50px;
		}

		.tab-products .slick-slider .btn-prev {
	        left: -50px;
	    }

	    .tab-products .slick-slider .btn-next {
	        right: -50px;
	        left: auto;
	    }

	    .tab-products .slick-slider:hover .btn-prev {
	        left: 20px;
	        opacity: 1;
	        visibility: visible;
	        box-shadow: none;
	    }

	    .tab-products .slick-slider:hover .btn-next {
	        right: 20px;
	        opacity: 1;
	        visibility: visible;
	        box-shadow: none;
	    }

	   .tab-products .slick-slider .btn-prev .icons:before {
	        content: "\f104";
	    }

	   .tab-products .slick-slider .btn-next .icons:before {
	        content: "\f105";
	    }

/*=====  End of 2. India  =============*/


/*=======================================
=            3. United Kingdom          =
========================================*/

	.product-item-02.slz-block-item-01 {
		text-align: center;
		background-color: transparent;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

	.product-item-02 .block-image {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	.product-item-02 .block-image:before{
		padding-top: 100%;
	}
	.product-item-02 .block-image{
		border-radius: 50%;
		-webkit-border-radius: 50%;
		z-index: 5;
		-webkit-box-shadow: 0px 5px 29px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 5px 29px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 5px 29px 0px rgba(0,0,0,0.2);
	}
	.product-item-02 .block-content .product-title {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.product-item-02 .block-content .price,
	.product-item-02 .block-content .slz-woocommerce-button .button,
	.product-item-02 .block-content .star-rating{
		float: none;
		display: block;
	}
	.product-item-02 .product-title {
		text-align: center;
		display: block;
		font-family: 'Great Vibes', cursive;
		font-size: 30px;
		font-weight: 400;
		text-transform: capitalize;
	}
	.product-item-02 .block-content {
		text-align: center;
		padding: 0;
		padding-top: 40px;
	}
	.product-item-02 .block-content .star-rating {
		margin-left: auto;
		margin-right: auto;
	}

	.product-item-02 .block-content .star-rating,
	.product-item-02 .block-content .description,
	.product-item-02 .block-content .price {
		margin-top: 15px;
	}

	.product-item-02 .circle-line {
		position: absolute;
		width: calc(80% + 20px);
		padding-top: calc(80% + 20px);
		left: 10%;
		top: -10px;
		margin-left: -10px;
		border:2px solid #E5E5E5;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		opacity: 0;
		 -webkit-animation: rotation 10s linear 0s infinite normal;
		  -moz-animation: rotation 10s linear 0s infinite normal;
		  -ms-animation: rotation 10s linear 0s infinite normal;
		  -o-animation: rotation 10s linear 0s infinite normal;
		  animation: rotation 10s linear 0s infinite normal;
	}
	.product-item-02:hover .circle-line{
		opacity: 1;
	}
	.product-item-02 .circle-line:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		border:2px solid #E5E5E5;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		left: -10px;
		top: -10px;
		 -webkit-animation-play-state: running;
		  -moz-animation-play-state: running;
		  -ms-animation-play-state: running;
		  -o-animation-play-state: running;
		  animation-play-state: running;
	}
	.product-item-02 .circle-line:after{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		border:2px solid #E5E5E5;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		left: -10px;
		top: 10px;
	}

	.product-item-02 .slz-woocommerce-button .button.added{
		display: none;
	}


	.product-item-02 .slz-woocommerce-button .button.loading:after {
		padding: 0;
		font-size: 16px;
		width: 100%;
	}

	.product-item-02.no-border .block-image {
		margin-top: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.product-item-02.no-border .block-content {
		padding-top: 30px;
	}

	.product-item-02.no-border .block-image:after {
		content: none;
	}

	@keyframes rotation {
	  0% { transform: rotate(360deg); }
	  100% { transform: rotate(0deg); }
	}
	@-webkit-keyframes rotation {
	  0% {-webkit-transform: rotate(360deg); }
	  100% { -webkit-transform: rotate(0deg); }
	}
	@-ms-keyframes rotation {
	  0% {-ms-transform: rotate(360deg); }
	  100% { -ms-transform: rotate(0deg); }
	}
	@-moz-keyframes rotation {
	  0% { -moz-transform: rotate(360deg); }
	  100% { -moz-transform: rotate(0deg); }
	}
	@-o-keyframes rotation {
	  0% { -o-transform: rotate(360deg); }
	  100% { -o-transform: rotate(0deg); }
	}

/*=====  End of 3. United Kingdom  =====*/


/*================================
=            4. Italy            =
================================*/

	.sc-products.layout-4 .col-md-4 .item {
		margin-top: 20px;
	}

	.sc-products.layout-4 .col-md-4 .item:first-child {
		margin-top: 0;
	}

/*=====  End of 4. Italy  ======*/


/*============================================
=            6. Products carousel            =
============================================*/
	.slz-carousel-wrapper .slz-block-item-01.product-item {
		background-color: #fff;
	}

	.product-carousel-01.landscape-02 .slz-carousel-wrapper .item {
		padding-bottom: 20px;
	}

	.product-carousel-02 {
		position: relative;
	}

	.product-carousel-02 .slz-product-image {
		background-color: transparent;
		position: relative;
		padding-left: 17%;
		padding-top: 4%;
		padding-bottom: 4%;
		padding-right: 5px;
		position: relative;
	}

	.product-carousel-02 .slz-product-image:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 4%;
		left: 8.5%;
		border: 3px solid #a7753a;
	}

	.product-carousel-02 .slz-product-image .block-image {
		width: 100%;
		position: relative;
		
	}
	.product-carousel-02 .slz-product-image .block-image:before {
		content: "";
		padding-top: 63%;
		display: block;
	}

	.product-carousel-02 .slz-product-image .block-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: auto;
		max-width: none;
		transform: translate(-50%, -50%);
	}

	.product-carousel-02 .quote-wrapper .slick-dots {
	    bottom: 20px;
	    left: calc(17% - 5px);
	    text-align: left;
	    padding-left: 0;
	}

	.product-carousel-02 .client-wrapper .slick-dots {
		padding-left: 0;
	}

	.product-carousel-02 .quote-wrapper .slz-product-image .block-image {
		-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.05);
		box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.05);
	}

	.product-carousel-02 .client-wrapper {
		position: absolute;
		width: 400px;
		z-index: 10;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.product-carousel-02 .client-wrapper .item {
		padding: 15px;
		border: none;
	}

	.product-carousel-02 .client-wrapper .product-item {
		position: relative;
		overflow: hidden;
		cursor: pointer;
		background-color: transparent;
		-webkit-box-shadow: 0px 8px 18px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 8px 18px 0px rgba(0,0,0,0);
		box-shadow: 0px 8px 18px 0px rgba(0,0,0,0);
	}

	.product-carousel-02 .client-wrapper .product-item .block-image {
		width: 240px;
		transition: all 0.4s ease;
	}

	.product-carousel-02 .client-wrapper .product-item .block-image:after {
		opacity: 1;
		pointer-events: auto;
		background-color: rgba(0,0,0,0.5);
	}

	.product-carousel-02 .client-wrapper .product-item .block-content {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 100%;
		z-index: 0;
		opacity: 0;
		width: 100%;
		padding: 20px;
		background-color: #fff;
		visibility: hidden;
		transition: all 0.3s ease;
	}

	.product-carousel-02 .client-wrapper .product-item .block-image img {
		width: 100%;
		height: auto;
	}

	.product-carousel-02 .client-wrapper .slick-current .product-item {
		-webkit-box-shadow: 0px 10px 20px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 10px 20px 1px rgba(0,0,0,0.1);
		box-shadow: 0px 10px 20px 1px rgba(0,0,0,0.1);
	}

	.product-carousel-02 .client-wrapper .product-item:hover .block-image:after {
		opacity: 0;
	}

	.product-carousel-02 .client-wrapper .slick-current .product-item .block-content {
		opacity: 1;
		visibility: visible;
		z-index: 10;
		right: 0;
	}

	.product-carousel-02 .client-wrapper .slick-current .product-item .block-image {
		opacity: 0;
	}

	.product-carousel-02 .client-wrapper .product-item .block-content .onsale-wrapper .onsale {
	    position: relative;
	    float: left;
	    top: auto;
	    left: auto;
	    right: auto;
	    margin-left: 15px;
	}

	.product-carousel-02 .client-wrapper .product-item .block-content .description {
		max-height: 48px;
		overflow: hidden;
	}

	.product-carousel-02 .client-wrapper .product-item .meta-info {
		margin-top: 12px;
		padding-top: 12px;
	}

	

/*=====  End of 6. Products carousel  ======*/



/*==================================
=            RESPONSIVE            =
==================================*/

	@media screen and (max-width:1024px) {
		.product-item .block-content {
			padding: 20px;
		}

		.product-item-02 .circle-line {
			opacity: 1;
		}

		.product-carousel-02 .client-wrapper .item {
			padding: 10px 15px;
		}

		.product-carousel-02 .slz-product-image .block-image:before {
			padding-top: 76%;
		}
	}


	@media screen and (max-width:768px) {
		.product-item.style-2 .block-image {
			width: 100px;
		}

		.product-item.style-2 .block-image + .block-content {
			width: calc(100% - 100px);
		}

		.product-item.style-2 .title-wrap .onsale-wrapper {
			display: none;
		}

		.sc-products.layout-4 .col-xs-12 {
		    margin-bottom: 30px;
		}

		.sc-products.layout-4 .left-side,
		.sc-products.layout-4 .right-side {
			width: 50%;
			float: left;
		}

		.product-carousel-02 .slz-product-image {
		    padding-top: 30px;
		    padding-bottom: 40px;
		}

	}


	@media screen and (max-width:767px) {
		.product-item.style-2 .block-image + .block-content {
			padding-left: 10px;
		}

		.tab-products .slick-slider .tab-product-img .title {
			padding: 6px 15px;
		}

		.tab-products .slick-slider .tab_item {
			padding-top: 40px;
			padding-bottom: 45px;
		}
		.sc-products.layout-4 .col-xs-12 {
		    margin-bottom: 20px;
		}

		.product-carousel-01.landscape-02 .slz-carousel-wrapper .item {
			padding-left: 12px;
			padding-right: 12px;
		}

		.product-carousel-02 .client-wrapper {
			position: relative;
			width: calc(100% + 20px);
			top: auto;
    		transform: none;
    		margin-left: -10px;
    		margin-right: -10px;
		}

		.product-carousel-02 .client-wrapper .item {
			padding: 0 12px 20px 12px;
		}
		
		.product-carousel-02 .client-wrapper .slz-block-item-01.product-item,
		.product-carousel-02 .client-wrapper .slick-current .slz-block-item-01.product-item {
			-webkit-box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.05);
		    -moz-box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.05);
		    box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.05);
		}

		.product-carousel-02 .client-wrapper .product-item .block-image {
			width: 100%;
		}
		.product-carousel-02 .client-wrapper .slick-current .product-item .block-image {
			opacity: 1;
		}

		.product-carousel-02 .client-wrapper .product-item .block-content {
			position: relative;
			width: 100%;
			opacity: 1;
			padding: 15px 20px;
			visibility: visible;
			top: auto;
			left: auto;
			right: auto;
			bottom: auto;
		}

		.product-carousel-02 .client-wrapper .product-item .block-image:after {
			content: none;
		}

		.product-carousel-02 .quote-wrapper {
			position: absolute;
			opacity: 0;
			visibility: hidden;
		}
	}


	@media screen and (max-width:600px) {
		.product-item .block-content,
		.product-carousel-02 .client-wrapper .product-item .block-content {
			padding: 15px;
		}
		.product-item .block-content-wrapper .price, 
		.product-item-02 .block-content .price,
		.product-item .meta-info .price {
			font-size: 16px;
		}

		.product-item-02 .block-image {
			width: 60%;
		}

		.product-item-02 .circle-line {
			width: calc(60% + 20px);
			padding-top: calc(60% + 20px);
			left: 20%;
		}

		.product-item-02 .block-content .star-rating, 
		.product-item-02 .block-content .description, 
		.product-item-02 .block-content .price {
			margin-top: 10px;
		}

		.sc-products.layout-4 .col-xs-12 {
		    margin-bottom: 0;
		    float: none;
		}

		.sc-products.layout-4 .left-side,
		.sc-products.layout-4 .right-side {
			width: 100%;
			margin-top: 20px;
			float: none;
		}
	}


	@media screen and (max-width:480px) {
		.portrait .product-item .block-image:before, 
		.portrait-02 .product-item .block-image:before {
			padding-top: 100%;
		}

		.slz-block-item-01.product-item.style-2 .block-image + .block-content {
			padding: 0 0 0 15px;
		}

		.product-item-02 .block-content {
			padding-top: 30px;
		}

		.product-item-02.no-border .block-content {
			padding-top: 20px;
		}

		.product-item.style-2 .block-image:before {
			padding-top: 100%;
		}

		.tab-products .slick-slider .tab_item {
			padding-top: 25px;
			padding-bottom: 30px;
		}

		.tab-products .tab_item.slick-current .tab-product-img {
    		transform: scale(1.2, 1.2);
		}
	}

	@media screen and (max-width:414px) {
		.product-item.style-2 .block-image,
		.sc-products.layout-2  .style-2 .product-item.style-2 .block-image {
			width: 80px;
		}

		.product-item.style-2 .block-image + .block-content,
		.sc-products.layout-2  .style-2 .product-item.style-2 .block-image + .block-content {
    		width: calc(100% - 80px);
		}

		.portrait-02 .slz-block-item-01.product-item .product-title,
		.product-item-02 .product-title {
			font-size: 26px;
		}
	}

	@media screen and (max-width:380px) {
		.product-item.style-2 .block-image,
		.sc-products.layout-2  .style-2 .product-item.style-2 .block-image {
			width: 60px;
		}

		.product-item.style-2 .block-image + .block-content,
		.sc-products.layout-2  .style-2 .product-item.style-2 .block-image + .block-content {
    		width: calc(100% - 60px);
		}

		.product-item .block-content-wrapper .star-rating {
			margin-top: 2px;
		}
	}


	@media screen and (max-width:320px) {	
		.slz-block-item-01.product-item .block-content {
			padding: 15px;
		}

		.slz-block-item-01.style-2 .block-content {
			padding: 0;
		}

		.slz-block-item-01.product-item .product-title {
			font-size: 14px;
		}
		
		.product-item-02 .block-content .star-rating, 
		.product-item-02 .block-content .description, 
		.product-item-02 .block-content .price,
		.product-item .block-content-wrapper .description {
			margin-top: 6px;
		}

		.portrait-02 .slz-block-item-01.product-item .product-title,
		.product-item-02 .product-title {
			font-size: 24px;
		}
	}
/*=====  End of RESPONSIVE  ======*/

