/**
 * The WooCommerce stylesheet for Neveda.
 *
 * @package Lincoln
 * @author  LunarTheme
 * @link	http://www.lunartheme.com
 */
/*--------------------------------------------------------------
	Gallery layout
--------------------------------------------------------------*/
.isotope-gallery .gutter-sizer,
.isotope-2-columns.isotope-gallery .gutter-sizer,
.isotope-3-columns.isotope-gallery .gutter-sizer,
.isotope-4-columns.isotope-gallery .gutter-sizer,
.isotope-4-columns.isotope-gallery .container .gutter-sizer,
.isotope-5-columns.isotope-gallery .gutter-sizer {
	width: 0;
}
.isotope-gallery .isotope-selector {
	width: 33.33%;
	margin: 0;
}
.isotope-gallery .isotope-selector.width-2 {
	width: 66.66%;
}
.isotope-4-columns.isotope-gallery .isotope-selector,
.isotope-4-columns.isotope-gallery .container .isotope-selector {
	width: 25%;
	margin: 0;
}
.isotope-4-columns.isotope-gallery .isotope-selector.width-2,
.isotope-4-columns.isotope-gallery .container .isotope-selector.width-2 {
	width: 50%;
}
.isotope-5-columns.isotope-gallery .isotope-selector {
	width: 20%;
	margin: 0
}
.isotope-5-columns.isotope-gallery .isotope-selector.width-2 {
	 width: 40%;
}
.isotope-2-columns.isotope-gallery .isotope-selector {
	width: 50%;
	margin: 0
}
.isotope-2-columns.isotope-gallery .isotope-selector.width-2 {
	width: 100%;
}
/*
---------------------Layout Archive-----------------------------
*/
.woocommerce ul.products li.first {
	clear: none;
}
.woocommerce .k2t-shop.columns-2 ul.products li.product {
	width: 50%;
}
.woocommerce .k2t-shop.columns-2 ul.products li.product:nth-child(2n+1) {
	clear: both;
}
.woocommerce .k2t-shop.columns-3 ul.products li.product {
	width: 33.3333%;
}
.woocommerce .k2t-shop.columns-3 ul.products li.product:nth-child(3n+1) {
	clear: both;
}
.woocommerce .columns-4 ul.products li.product {
	width: 25%;
}
.woocommerce .k2t-shop.columns-4 ul.products li.product:nth-child(4n+1) {
	clear: both;
}




.woocommerce.columns-2 ul.products li.product {
	width: 50%;
}
.woocommerce.columns-2 ul.products li.product:nth-child(2n+1) {
	clear: both;
}
.woocommerce .columns-3 ul.products li.product {
	width: 33.3333%;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
	width: 33.3333%;
}
.woocommerce.columns-3 ul.products li.product:nth-child(3n+1) {
	clear: both;
}
.woocommerce.columns-4 ul.products li.product {
	width: 25%;
}
.woocommerce.columns-4 ul.products li.product:nth-child(4n+1) {
	clear: both;
}

/*--------------------------------------------------------------
    Shop general
--------------------------------------------------------------*/


.woocommerce .k2t-shop .list li {
	width: 100% !important;
	transition: transform .3s ease-out;
}
.woocommerce .k2t-shop .list li .wrap-product-item .woocommerce-LoopProduct-link .background-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .k2t-shop .list li .wrap-product-item .woocommerce-LoopProduct-link .thumbnail-image {
	opacity: 1;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .k2t-shop .list li .wrap-product-item:hover > .woocommerce-LoopProduct-link .thumbnail-image {
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .k2t-shop .list li .wrap-product-item:hover > .woocommerce-LoopProduct-link .background-image {
	opacity: 1;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .k2t-shop .list li .wrap-product-item {
	height: 100%;
}
.woocommerce .k2t-shop .list li .wrap-product-item .onsale {
	background-color: #e3e7e9;
	color: #646565;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	min-width: 60px;
	min-height: 34px;
	line-height: 34px;
}
.woocommerce .k2t-shop .list li .wrap-product-item .soldout {
	left: 20px;
}
.woocommerce .k2t-shop .list li .wrap-product-item .onsale:before {
	content: "|";
	display: block;
	position: absolute;
	color: #a2a2a2;
	width: 13px;
	height: 1px;
	margin-left: 24px;
	margin-top: -25px;
}
.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info {
	text-align: left;
	width: calc(100% - 300px);
	float: right;
}

.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info h3 {
	font-size: 22.83px;
	margin-bottom: 33px;
	line-height: 17px;
}

.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info h3:after {
	content: "";
	display: block;
	width: 35px;
	height: 2px;
	margin-top: 15px;
	background-color: #d8d7d5;
}
.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info .wrap-price {
	margin-bottom: 135px;
	position: relative;
	height: auto;
}

.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info .wrap-price .price {
	margin-top: 30px;
	position: absolute;
	padding-left: 0;
}
.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info .wrap-price .price:before {
	content: "Price:";
	color: #777; 
	font-size: 16px;
	margin-right: 5px;
}
.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info .wrap-price .pr p {
	font-weight: 600;
}

.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info .wrap-price .price .woocommerce-Price-amount {
	color: red;
}

.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info .star-rating {
	float: left;
	width: 115px;
	margin: -110px 0 0;
	height: 25px;
}
.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info .yith-wcqv-button {
	color: #fff;
}
.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info .b-action .button {
	bottom: 0;
	background-color: #f3f3f3;
	border: 0;
	font-size: 14px;
	color: #949494;
	text-transform: none;
	font-weight: 600;
	position: relative;
	line-height: 40px;
	text-align: center;
}

.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info .b-action .button:hover {
	color: #000;
}
.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info .b-action .yith-wcwl-add-to-wishlist a {
	background-color: #333333;
	color: #ffffff;
	border-radius: 0;
}
.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info .b-action .yith-wcwl-add-to-wishlist a:before {
	color: #fff;
}


.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info .b-action .star-rating {
	position: absolute;
	left: 0;
	font-size: 100%;
}

.woocommerce .k2t-shop .list li .wrap-product-item .k2t-product-info .b-action .cart-contents {
	display: none;
}
.woocommerce .k2t-shop .list li .woocommerce-LoopProduct-link {
	width: 270px;
	height: 100%;
	float: left;
	position: relative;
}
.woocommerce .k2t-shop .list li .woocommerce-LoopProduct-link img {
	background-color: #f5f5f7;
}
.woocommerce .k2t-shop .list li a img {
	height: 100% !important;
}
.woocommerce .k2t-shop .shop-listing li {
	float: none;
	width: 100% !important;
	transition: translateY .3s ease-out;
}

.woocommerce .k2t-shop .shop-listing li .wrap-product-item .woocommerce-LoopProduct-link .background-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item .woocommerce-LoopProduct-link .thumbnail-image {
	opacity: 1;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .products .wrap-product-item:hover > .woocommerce-LoopProduct-link .thumbnail-image,
.woocommerce .k2t-shop .shop-listing li .wrap-product-item:hover .woocommerce-LoopProduct-link .thumbnail-image {
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .products .wrap-product-item:hover > .woocommerce-LoopProduct-link .background-image,
.woocommerce .k2t-shop .shop-listing li .wrap-product-item:hover .woocommerce-LoopProduct-link .background-image {
	opacity: 1;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item {
	height: 100%;
	padding-left: 15px;
}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item .onsale {
	background-color: #e3e7e9;
	color: #646565;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	min-width: 60px;
	min-height: 34px;
	line-height: 34px;
}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item .soldout {
	left: 20px;
}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item .onsale:before {
	content: "|";
	display: block;
	position: absolute;
	color: #a2a2a2;
	width: 13px;
	height: 1px;
	margin-left: 24px;
	margin-top: -25px;
}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info {
	text-align: left;
	width: calc(100% - 300px);
	float: right;
}

.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info h3 {
	font-size: 22.83px;
	margin-bottom: 33px;
	line-height: 17px;
}

.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info h3:after {
	content: "";
	display: block;
	width: 35px;
	height: 2px;
	margin-top: 15px;
	background-color: #d8d7d5;
}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .wrap-price {
	margin-bottom: 135px;
	position: relative;
	height: auto;
}

.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .wrap-price .price {
	margin-top: 30px;
	position: absolute;
}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .wrap-price .price:before {
	content: "Price:";
	color: #777777;
	font-size: 16px;

}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .wrap-price .pr p {
	font-weight: 600;
}

.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .wrap-price .price .woocommerce-Price-amount {
	color: red;
}

.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .star-rating {
	float: left;
	width: 115px;
	margin: -110px 0 0;
	height: 25px;
}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .yith-wcqv-button {
	color: #fff;
}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .yith-wcqv-button:hover {
	
}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .b-action .button {
	bottom: 0;
	background-color: #f3f3f3;
	border: 0;
	font-size: 14px;
	color: #949494;
	text-transform: none;
	font-weight: 600;
	position: relative;
	line-height: 40px;
	text-align: center;
}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .b-action .button:hover {
	color: #000;
}

.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .b-action .yith-wcwl-add-to-wishlist a {
	background-color: #333333;
	color: #ffffff;
	border-radius: 0;
}
.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .b-action .yith-wcwl-add-to-wishlist a:before {
	color: #fff;
}


.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .b-action .star-rating {
	position: absolute;
	left: 0;
	font-size: 100%;
}

.woocommerce .k2t-shop .shop-listing li .wrap-product-item .k2t-product-info .b-action .cart-contents {
	display: none;
}


.woocommerce .k2t-shop .shop-listing li .woocommerce-LoopProduct-link {
	width: 270px;
	height: 100%;
	float: left;
	position: relative;
	
}

.woocommerce .k2t-shop .shop-listing li .woocommerce-LoopProduct-link img {
	background-color: #f5f5f7;
}
.woocommerce .k2t-shop .shop-listing li a img {
	height: 100% !important;
}

/* grip */
.woocommerce .k2t-shop .products {
	margin-right: 20px;
	margin-left: -10px;
}
.woocommerce .k2t-shop.columns-4 .grid li {
	width: 25%;
	padding: 0 15px;
}
.woocommerce .k2t-shop.columns-3 .grid li {
	width: 33.3333% !important;
	height: auto;
	padding: 0 15px;
}
.woocommerce .k2t-shop .grid li .wrap-product-item {
	position: relative;
	width: 100%;
	height: 100%;
}

.woocommerce .k2t-shop .grid li .wrap-product-item .onsale {
	background-color: #e3e7e9;
	color: #646565;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	min-width: 60px;
	min-height: 34px;
	line-height: 34px;
	opacity: 1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	top: 20px;
}
.woocommerce .k2t-shop .grid li .wrap-product-item .soldout {
	left: 20px;
}
.woocommerce .k2t-shop .grid li .wrap-product-item:hover .onsale {
	opacity: 0;	
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform: translate3d(0%,0,0);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	top: -10%;
}
.woocommerce .k2t-shop .grid li .wrap-product-item .onsale:before {
	content: "|";
	display: block;
	position: absolute;
	color: #a2a2a2;
	width: 13px;
	height: 1px;
	margin-left: 24px;
	margin-top: -25px;
}
.woocommerce .k2t-shop .grid li .wrap-product-item .woocommerce-LoopProduct-link .background-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .k2t-shop .grid li .wrap-product-item .woocommerce-LoopProduct-link .thumbnail-image {
	opacity: 1;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .k2t-shop .grid li .wrap-product-item:hover > .woocommerce-LoopProduct-link .thumbnail-image {
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .k2t-shop .grid li .wrap-product-item:hover > .woocommerce-LoopProduct-link .background-image {
	opacity: 1;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.woocommerce .k2t-shop .grid li .woocommerce-LoopProduct-link img{
	width: 100%;
}

.woocommerce .k2t-shop .grid li .wrap-product-item .k2t-product-info h3 {
	font-size: 16px;
	margin-top: 25px;
}
.woocommerce .k2t-shop .grid li .wrap-product-item .k2t-product-info .pr {
	float: left;
	font-size: 16px;
	width: 50%;
}

.woocommerce .k2t-shop .grid li .wrap-product-item .k2t-product-info .pr p {
	padding-right: 5px;
	color: #929292;
	float: right;
}

.woocommerce .k2t-shop .grid li .wrap-product-item .k2t-product-info .price:before {
	content: "Price:";
	color: #777777;
	float: left;
	padding-right: 5px;
	font-size: 16px;
}

.woocommerce .k2t-shop .grid li .wrap-product-item .k2t-product-info .price .amount {
	color: red;
}
.woocommerce .k2t-shop .grid li .wrap-product-item .k2t-product-info .star-rating {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 116px;
	height: 20px;
	margin: 0;
}
.woocommerce .k2t-shop .grid li .wrap-product-item .k2t-product-info .description {
	display: none;
}

.woocommerce .k2t-shop .grid li .wrap-product-item .b-action .add-wl {
	position: absolute;
	top: 20px;
	background-color: #333333;
	margin-left: 215px;
	opacity: 0;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	left: 20%;

}
.woocommerce .k2t-shop .grid li .wrap-product-item .b-action .add-wl .yith-wcwl-add-to-wishlist {
	margin: 0;
	margin-top: 0;
}
.woocommerce .k2t-shop .grid li .wrap-product-item .b-action .add-wl a {
	color: #ffffff;
}

.woocommerce .k2t-shop .grid li .wrap-product-item .b-action .add-wl a:before {
	color: #ffffff;
}
.woocommerce .k2t-shop .grid li .wrap-product-item .b-action .cart-contents {
	display: none;
}
.woocommerce .k2t-shop .grid li .wrap-product-item:hover .b-action .add-wl {
	opacity: 1;	
	transform: translate3d(-130%,0,0);
	-webkit-transform: translate3d(-130%,0,0);
	-moz-transform:translate3d(-130%,0,0);
	-ms-transform: translate3d(-130%,0,0);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	left: 17.4%;
} 
.woocommerce .k2t-shop .grid li .wrap-product-item .yith-wcqv-button {
	position: absolute;
	top: 70px;
	margin-left: 216px;
	opacity: 0;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	left: 20%;
}

.woocommerce .k2t-shop .grid li .wrap-product-item:hover  .yith-wcqv-button {
	opacity: 1;	
	transform: translate3d(-130%,0,0);
	-webkit-transform: translate3d(-130%,0,0);
	-moz-transform:translate3d(-130%,0,0);
	-ms-transform: translate3d(-130%,0,0);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	left: 17.4%;
} 

.woocommerce .k2t-shop .grid li .wrap-product-item  .yith-wcqv-button i {
	color: #fff;
}
.woocommerce .k2t-shop .grid li .wrap-product-item .b-action .button {
	background-color: #f3f3f3;
	border: 0;
	font-size: 14px; 
	color: #949494;
	text-transform: none;
	font-weight: 600;
	bottom: 0;
	line-height: 40px;
	padding: 0;
}
.woocommerce .k2t-shop .grid li .wrap-product-item .b-action .add_to_cart_button:hover {
	color: #000;
}

// shop grid

.woocommerce .k2t-shop .shop-grid {
	width: 100%;
	float: left;
}
.woocommerce .k2t-shop.columns-4 .shop-grid li,
.woocommerce.columns-4 .shop-grid li {
	width: 25%;
	padding: 0 10px !important;
}
.woocommerce .k2t-shop.columns-3 .shop-grid li {
	width: 33.3333% !important;
	height: auto;
	padding: 0 15px;
}
.woocommerce .shop-grid li .wrap-product-item {
	position: relative;
	width: 100%;
	height: 100%;
}
.woocommerce .k2t-shop .shop-grid li .wrap-product-item .onsale {
	background-color: #e3e7e9;
	color: #646565;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	min-width: 60px;
	min-height: 34px;
	line-height: 34px;
	opacity: 1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	top: 20px;
}
.woocommerce .k2t-shop .shop-grid li .wrap-product-item .soldout {
	left: 20px;
}
.woocommerce .k2t-shop .shop-grid li .wrap-product-item:hover .onsale {
	opacity: 0;	
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform: translate3d(0%,0,0);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	top: -10%;
}
.woocommerce .k2t-shop .shop-grid li .wrap-product-item .onsale:before {
	content: "|";
	display: block;
	position: absolute;
	color: #a2a2a2;
	width: 13px;
	height: 1px;
	margin-left: 24px;
	margin-top: -25px;
}
.woocommerce .shop-grid li .wrap-product-item .woocommerce-LoopProduct-link .background-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .shop-grid li .wrap-product-item .woocommerce-LoopProduct-link .thumbnail-image {
	opacity: 1;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .shop-grid li .wrap-product-item:hover > .woocommerce-LoopProduct-link .thumbnail-image {
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .k2t-shop .shop-grid li .wrap-product-item:hover > .woocommerce-LoopProduct-link .background-image {
	opacity: 1;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.woocommerce .k2t-shop .shop-grid li .woocommerce-LoopProduct-link img{
	width: 100%;
}

.woocommerce .shop-grid li .wrap-product-item .k2t-product-info h3 {
	font-size: 16px;
	margin-top: 25px;
}
.woocommerce .k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .pr {
	float: left;
	font-size: 16px;
	width: 50%;
}

.woocommerce .k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .pr p {
	padding-right: 5px;
	color: #929292;
	float: right;
}

.woocommerce .k2t-shop .shop-grid li .wrap-product-item .k2t-product-info .price:before {
	content: "Price:";
	color: #777;
	float: left;
	padding-right: 5px;
	font-size: 16px;
}

.woocommerce .shop-grid li .wrap-product-item .k2t-product-info .price .amount {
	color: red;
}
.woocommerce .shop-grid li .wrap-product-item .k2t-product-info .star-rating {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 116px;
	height: 20px;
	margin: 0;
}
.woocommerce .shop-grid li .wrap-product-item .k2t-product-info .description {
	display: none;
}

.woocommerce .k2t-shop .shop-grid li .wrap-product-item .b-action .add-wl {
	position: absolute;
	top: 20px;
	background-color: #333;
	margin-left: 208px;
	opacity: 0;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	right: -31px;
	margin: 0;
	margin-right: 0;
	margin-top: 0;
}
.woocommerce .shop-grid li .wrap-product-item .b-action .add-wl .yith-wcwl-add-to-wishlist {
	margin: 0;
	margin-top: 0;
}
.woocommerce .shop-grid li .wrap-product-item .b-action .add-wl a {
	color: #fff;
}

.woocommerce .shop-grid li .wrap-product-item .b-action .add-wl a:before {
	color: #fff;
}
.woocommerce .k2t-shop .shop-grid li .wrap-product-item .b-action .cart-contents {
	display: none;
}
.woocommerce.columns-4 ul.products li.product .b-action .add-wl,
.woocommerce.columns-3 ul.products li.product .b-action .add-wl,
.woocommerce.columns-2 ul.products li.product .b-action .add-wl{
	display: none;
}
.woocommerce .shop-grid li .wrap-product-item:hover .b-action .add-wl {
	opacity: 1;	
	transform: translate3d(-130%,0,0);
	-webkit-transform: translate3d(-130%,0,0);
	-moz-transform:translate3d(-130%,0,0);
	-ms-transform: translate3d(-130%,0,0);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	
} 
.woocommerce .shop-grid li .wrap-product-item .yith-wcqv-button {
	position: absolute;
	top: 70px;
	margin-left: 208px;
	opacity: 0;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	right: -32px;
}
.woocommerce .k2t-shop .shop-grid li .wrap-product-item:hover  .yith-wcqv-button {
	opacity: 1;	
	transform: translate3d(-130%,0,0);
	-webkit-transform: translate3d(-130%,0,0);
	-moz-transform:translate3d(-130%,0,0);
	-ms-transform: translate3d(-130%,0,0);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	
} 

.woocommerce .shop-grid li .wrap-product-item  .yith-wcqv-button i {
	color: #fff;
}

.woocommerce .shop-grid li .wrap-product-item .b-action .button {
	background-color: #f3f3f3;
	border: 0;
	font-size: 14px; 
	color: #949494;
	text-transform: none;
	font-weight: 600;
	bottom: 0;
	line-height: 40px;
	padding: 0;
}
.woocommerce .k2t-shop .shop-grid li .wrap-product-item .b-action .add_to_cart_button:hover {
	color: #fff;
	background: #000;
}

/*--------------------------------------------------------------
	Shop cart
--------------------------------------------------------------*/
.page-description {
	display: none;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
	background-color: #999;
}

/*--------------------------------------------------------------
	Content
--------------------------------------------------------------*/
.boxed .k2t-shop,
.boxed .left-sidebar .k2t-shop,
.boxed .no-sidebar .k2t-shop,
.boxed .right-sidebar .k2t-shop {
	padding: 0 20px;
}
.no-sidebar .k2t-shop {
	width: 100% !important;
	padding: 15px;
}
@media (max-width: 1180px) {
	.no-sidebar .k2t-shop {
		width: 100% !important;
		padding: 15px 0;
	}
}
.right-sidebar .k2t-shop,
.left-sidebar .k2t-shop {
	width: 75%;
}
.right-sidebar .k2t-shop {
	float: left;
}
.right-sidebar .k2t-shop  {
	&:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visible: hidden;
	}
}
.left-sidebar .k2t-shop {
	float: right;
	padding-right: 0px;
}
.no-sidebar .k2t-shop {
	float: left;
}
.k2t-shop-sidebar {
	width: 25%;
}
.right-sidebar .k2t-shop-sidebar {
	float: right;
	position: relative;
}
.left-sidebar .k2t-shop-sidebar {
	border-right: 1px solid #d5e3e8;
	float: left;
	position: relative;
}
.boxed .right-sidebar .k2t-shop-sidebar {
	padding-right: 20px;
}
.left-sidebar .k2t-shop-sidebar {
	padding-right: 20px;
}
.woocommerce .page-title,
.woocommerce-page .page-title {
	display: none;
}
.woocommerce .woocommerce-ordering {
	margin-bottom: 38px;
}
.woocommerce .woocommerce-ordering:after {
	color: #959595;
}
.woocommerce .woocommerce-ordering .orderby {
	border: 0;
}
.woocommerce .woocommerce-ordering .orderby {
	min-width: 170px;
}
.orderby,
.shipping-calculator-form > p:first-child select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select ,
.woocommerce .quantity .qty {
	height: 40px;
	padding: 0 17px;
	border: 1px solid #9f9f9f;
	color: #959595;
	outline: none;
	display: inline-block;
	cursor: pointer;
	font-size: 115%;
	background: transparent;
	font-weight: 300;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
@media screen and ( -webkit-min-device-pixel-ratio: 0 ) {
	.orderby,
	.shipping-calculator-form > p:first-child select {
		padding-right: 18px
	}
}
.shipping-calculator-form > p:first-child,
.woocommerce-ordering {
	position:relative;
}
.shipping-calculator-form > p:first-child:after,
.woocommerce-ordering:after,
.woocommerce #content div.product form.cart .variations .value:after,
.woocommerce div.product form.cart .variations .value:after,
.woocommerce-page #content div.product form.cart .variations .value:after,
.woocommerce-page div.product form.cart .variations .value:after  {
	content: "\f107 ";
	color: #333;
	font: 16px FontAwesome;
	position: absolute;
	right: 12px;
	top: 50%;
	pointer-events: none;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.woocommerce-page div.product form.cart .variations .value {
	display: inline-block;
	position: relative;
	max-width: 200px;
}
.woocommerce-page div.product form.cart .variations .value select {
	padding-bottom:;
	width: 100%;
}
.woocommerce-page div.product form.cart .variations .value .reset_variations {
	display: none !important;
}
.woocommerce .product .p-inner,
.woocommerce-page .product .p-inner {
	position: relative;
	overflow: hidden;
}
.woocommerce .product .p-inner img,
.woocommerce-page .product .p-inner img {
	width: 100%;
	border: 10px solid rgba(0, 0, 0, 0.02);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.woocommerce .product .p-mask,
.woocommerce-page .product .p-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.woocommerce li.product .p-item:hover .p-mask,
.woocommerce-page li.product .p-item:hover .p-mask {
	opacity: 1;
}
.woocommerce li.product .p-item:hover .p-inner > img,
.woocommerce-page li.product .p-item:hover .p-inner > img{
	-webkit-transform: scale(1.1);
	-moz-transform:    scale(1.1);
	-ms-transform:     scale(1.1);
	-o-transform:      scale(1.1);
	transform:         scale(1.1);
}
.woocommerce .product .p-info,
.woocommerce-page .product .p-info {
	position: absolute;
	width: 80%;
	height: 180px;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -40%;
	background: #fff;
}
.woocommerce .product .p-item.slide .p-info,
.woocommerce-page .product .p-item.slide .p-info {
	top: -100%;
	-webkit-transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.175) 0s;
	-moz-transition:    all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.175) 0s;
	transition:         all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.175) 0s;
}
.woocommerce .product .p-item.slide:hover .p-info,
.woocommerce-page .product .p-item.slide:hover .p-info {
	top: 50%;
}
.woocommerce .product .p-info .p-top,
.woocommerce-page .product .p-info .p-top {
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
}
.woocommerce .product .p-info .p-top > div,
.woocommerce-page .product .p-info .p-top > div {
	display: inline-block;
	margin: 0;
	padding: 14px 10px;
}
.woocommerce .columns-4 .product .p-info .p-top > div,
.woocommerce-page .columns-4 .product .p-info .p-top > div {
	padding: 8px 10px;
}
.woocommerce .product .p-info .p-top > .star-rating,
.woocommerce-page .product .p-info .p-top > .star-rating {
	margin-top: 16px;
	margin-left: 10px;
}
.woocommerce p.stars a {
	margin-right: 9px
}
.woocommerce .columns-4 .product .p-info .p-top > .star-rating,
.woocommerce-page .columns-4 .product .p-info .p-top > .star-rating {
	margin-top: 13px;
}
.woocommerce .columns-4 .product .p-info .p-top > .star-rating,
.woocommerce-page .columns-4 .product .p-info .p-top > .star-rating,
.woocommerce .columns-4 .product .p-info .p-top > .star-rating > span,
.woocommerce-page .columns-4 .product .p-info .p-top > .star-rating > span {
	font-size: 85%;
}
.woocommerce .product .p-info .p-top > .star-rating > span,
.woocommerce-page .product .p-info .p-top > .star-rating > span {
	height: 20px;
	overflow: hidden;
	color: #fbaf5d;
}
.woocommerce .product .p-info .p-top > .yith-wcwl-add-to-wishlist,
.woocommerce-page .product .p-info .p-top > .yith-wcwl-add-to-wishlist {
	border-left: 1px solid #eaeaea;
	text-align: center;
	width: 50px;
	float: right;
}
.woocommerce .columns-4 .product .p-info .p-top > .yith-wcwl-add-to-wishlist,
.woocommerce-page .columns-4 .product .p-info .p-top > .yith-wcwl-add-to-wishlist {
	width: 40px;
}
.woocommerce .product .p-info .p-top > .yith-wcwl-add-to-wishlist i,
.woocommerce-page .product .p-info .p-top > .yith-wcwl-add-to-wishlist i {
	margin: 0;
	color: #959595;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}

.woocommerce .product .p-info .button.added,
.woocommerce-page .product .p-info .button.added {
	display: none;
}
.woocommerce .product .p-info .added_to_cart,
.woocommerce-page .product .p-info .added_to_cart {
	padding: 16px 0;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
	top: 0;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
	top: auto;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.shop-cart .shop-item .buttons .button {
	// border: 1px solid #999;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	height: 50px;
    line-height: 50px;
    background-color: #333;
    padding: 0;
    text-transform: uppercase;
   
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #payment #place_order:hover,
.shop-cart .shop-item .buttons .button:hover,
div.woocommerce ul.products li.product .b-action > a:first-child:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}
.woocommerce .columns-4 .product .p-info .button,
.woocommerce-page .columns-4 .product .p-info .button,
.woocommerce .columns-4 .product .p-info .added_to_cart,
.woocommerce-page .columns-4 .product .p-info .added_to_cart {
	padding: 12px 0;
}
.woocommerce .product .p-info .added_to_cart,
.woocommerce-page .product .p-info .added_to_cart {
	line-height: 14px;
	font-weight: 500;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.single-product.woocommerce span.onsale {
	background: rgba(16, 69, 101, 0.07);
	border-radius: 0;
	color: #444;
	font-size: 14px;
    position: absolute;
    top: 19px;
    right: 19px;
    left: auto;
    min-height: 38px;
   	height: 38px;
   	line-height: 38px;
    width: 61px;
    text-transform: uppercase;
    text-align: center;
    z-index: 9;
    padding: 0;
}
.woocommerce span.onsale{
	font-weight: 400;
}
.woocommerce .product .p-title,
.woocommerce-page .product .p-title,
.woocommerce .product .p-cat,
.woocommerce-page .product .p-cat {
	text-align: center;
}
.woocommerce .product .p-cat,
.woocommerce-page .product .p-cat {
	display: inline-block;
	width: 100%;
}
.woocommerce .product .p-title,
.woocommerce-page .product .p-title {
	padding: 10px 0 0 !important;
	line-height: 24px;
}
.woocommerce .product .p-title a,
.woocommerce-page .product .p-title a {
	color: #3d3d3d;
	font-size: 100%;
	font-weight: 700;
	text-transform: uppercase;
}
.woocommerce .product .p-cat a,
.woocommerce-page .product .p-cat a {
	color: #767676;
	font-weight: 300;
}
.woocommerce .product .p-title a:hover,
.woocommerce-page .product .p-title a:hover,
.woocommerce .product .p-cat a:hover,
.woocommerce-page .product .p-cat a:hover {
	color: #3f51b5;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
	padding: 0 5px;
}
#yith-wcwl-form {
	padding-top: 80px;
}

/*--------------------------------------------------------------
	Loader
--------------------------------------------------------------*/

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
	display: none;
}



/*--------------------------------------------------------------
	Widgets - Filter by price
--------------------------------------------------------------*/
.woocommerce .widget_price_filter .widget-title {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 35px;
	padding-bottom: 20px;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
	margin: 0 7px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #ccc;
	border: 0;
	margin-bottom: 30px;
	position: relative;
	height: 2px;
}
.woocommerce .widget_price_filter .ui-slider {
	margin-left: 0;
	margin-right: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
	background: #232323;
	z-index: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow: 		none;
	height: 3px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-state-default {
	background: #333333;
	cursor: move;
	height: 10px;
	width: 10px;
	position: absolute;
	z-index: 2;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow: 		none;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	border-radius:         50%;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-state-default:last-child {
	margin-left: -12px;
}
.woocommerce .widget_price_filter .price_slider_amount {
	font-size: 100%;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label {
	font-family: 'Montserrat', sans-serif;
	float: left;
	color: #636363;
	font-size: 100%;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label span {
	color: #333;
	display: inline-block;
	font-weight: 700;
	padding: 0 10px;
	background-color: #f5f5f7;
	height: 28px;
	line-height: 28px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
	margin: 15px 0 0;
	position: relative;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	float: right;
	min-width: 63px;
	height: 28px;
	width: 63px;
	text-align: center;
	padding: 0;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	line-height: 28px;
	text-transform: capitalize;;
}
/*--------------------------------------------------------------
	Widgets - Product
--------------------------------------------------------------*/

.widget_recently_viewed_products ul.product_list_widget li {
	border-top: 1px solid #eaeaea;
	padding-bottom: 10px;
	padding-top: 16px;
}
.widget_recently_viewed_products ul.product_list_widget li .product-title {
	text-transform: uppercase;
}
.widget_recently_viewed_products ul.product_list_widget li ins span {
	font-size: 16px;
}
.widget_recently_viewed_products ul.product_list_widget li a {
	color: #999;
}
.widget_recently_viewed_products ul.product_list_widget li a:hover {
	color: #333;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	margin-bottom: 5px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
	border: 0;
	line-height: 150%;
	margin-bottom: 5px;
	padding: 0;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	float: left;
	box-shadow: none;
	width: 72px;
	padding: 5px;
	border: 1px solid #eaeaea;
	margin-right: 20px;
}
.widget_recently_viewed_products ul li span.amount:not(:last-child) {
	padding-right: 5px;
}
.widget_recently_viewed_products ul li span.amount + span {
	padding-left: 5px;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins,
.woocommerce-page ul.cart_list li ins,
.woocommerce-page ul.product_list_widget li ins {
	background: none;
}
.woocommerce ul.cart_list li .amount,
.woocommerce ul.product_list_widget li .amount,
.woocommerce-page ul.cart_list li .amount,
.woocommerce-page ul.product_list_widget li .amount,
.woocommerce-page ul.product_list_widget li .amount span {
	color: red;
	font-weight: 300;
}
.woocommerce-page ul.product_list_widget li del,
.woocommerce ul.cart_list li del .amount,
.woocommerce ul.product_list_widget li del .amount,
.woocommerce-page ul.cart_list li del .amount,
.woocommerce-page ul.product_list_widget li del .amount,
.woocommerce-page ul.product_list_widget li del .amount span {
	color: red;
	font-weight:300;
}
/*--------------------------------------------------------------
	Widgets - Layered nav
--------------------------------------------------------------*/
.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a {
	display: inline-block;
	padding: 4px 0;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
	padding: 10px;
	background: #3f51b5;
	border-color: #fff;
}
.woocommerce .widget_layered_nav ul li.chosen small.count,
.woocommerce-page .widget_layered_nav ul li.chosen small.count {
	color: #fff;
	padding-right: 10px;
}
/*--------------------------------------------------------------
	Widgets - Search
--------------------------------------------------------------*/
.woocommerce-product-search input[type="search"],
.woocommerce-product-search input[type="submit"] {
	height: 40px;
	padding: 0 10px;
	font-size: 85%;
}
.woocommerce-product-search input[type="submit"] {
	display: none;
}
.woocommerce-product-search input[type="search"] {
	margin-bottom: 50px;
}
.woocommerce-product-search {
	position:relative;
}
.woocommerce-product-search .search-field {
	float: left;
	border-radius: 0px;
	width: calc(100% - 20px);
}
.woocommerce-product-search input[type="submit"] {
	border-radius: 0;
	height: 42px;
	width: 40px;
	background: none;
	border:0;
	right: 0;
	top: 0;
	right: 30px;
	color: transparent;
	position:relative;
	z-index: 2;
}
.woocommerce-product-search input[type="submit"]:hover {
	background: none;
}
.woocommerce-product-search:after {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	top: 5px;
	right: 15px;
	color: #4d4d4d;
	line-height: 30px;
}
.woocommerce-product-search input[type="submit"]:before {
	color:#3d3d3d;
}

/*--------------------------------------------------------------
	Shop cart
--------------------------------------------------------------*/
.h-element .shop-cart {
	position: relative;
	width: 36px;
	height: 36px;
	margin-right: 10px;
}
.shop-cart .cart-control {
	display: block;
	padding: 6px 0 0;
	color: #999;
	position: relative;
}
.shop-cart .cart-control i {
	color: #444444;
	font-size: 128.5%;
	position: relative;
	right: 12px;
}
.shop-cart .cart-control span {
	background: red;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 9px;
	position: absolute;
	top: 15px;
	right: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
}
.shop-cart .cart-control:hover i {
	color: #000;
}
.shop-cart .cart-control:hover span {
	color: #fff;
	background: #000;
}
.shop-cart .shop-item {
	background: #fff;
	border: 1px solid #cccccc;
	color: #fff;
	padding: 15px;
	position: absolute;
	width: 300px;
	top: 45px;
	right: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 100;

	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.shop-cart:hover .shop-item {
	opacity: 1;
	visibility: visible;
	right: -25px;
	top: 45px;
}
.shop-cart .shop-item ul.product_list_widget {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.shop-cart .shop-item ul.product_list_widget li {
	border-bottom: 1px solid #d5e3e8;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 4px 0;
	list-style: none;
}
.shop-cart .shop-item ul.product_list_widget li.empty {
	border: 0;
	padding: 0;
	color: #959595;
	font-weight: 400;
	margin-bottom: 0;
}
.shop-cart .shop-item ul.product_list_widget li:first-child {
	padding-top: 0;
}
h5.required_fields{
	margin-bottom: 25px !important;
}
.woocommerce .b-action a.button.added:before, 
.b-action .yith-wcwl-wishlistexistsbrowse a:before, 
.b-action .yith-wcwl-wishlistaddedbrowse a:before {
    content: '\f26b';
    color: #f04242;
    font-family: 'Material-Design-Iconic-Font';
}
.shop-cart .shop-item ul.product_list_widget li a {
	color: #878787;
	font-weight: 300;
	line-height: 150%;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}
.shop-cart .shop-item ul.product_list_widget li .variation {
	display: none;
}
.shop-cart .shop-item ul.product_list_widget li a:hover {
	color: #000;
}
.shop-cart .shop-item ul.product_list_widget li a:not(.remove) {
	padding-right: 25px;
	text-align: left;
}
.shop-cart .shop-item ul.product_list_widget li a.remove {
	position: absolute;
	margin-top: 6px;
	right: 0;
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	z-index:99999;
	border-radius: 0;
	background: #f3f3f3;
}
.shop-cart .shop-item ul.product_list_widget li a.remove:hover {
	background-color: #ff0000;
	color: #fff;
}
.shop-cart .shop-item ul.product_list_widget li img {
	float: left;
	box-shadow: none;
	margin: 0 15px 5px 0 !important;
	padding: 0;
	border: 0;
	width: 90px;
}
.shop-cart .shop-item ul.product_list_widget li span {
	color: red;
}
.shop-cart .shop-item ul.product_list_widget .quantity {
	color: red;
	max-width: 162px;
	position: absolute;
	right: 0;
	text-align: left;
	width: 100%;
}
.shop-cart .shop-item .total,
.shop-cart .shop-item .buttons {
	float: left;
	margin: 0;
}
.shop-cart .shop-item .total {
	width: 100%;
	margin-top: 12px;
	font-size: 14px;
	text-align: left;
}

.shop-cart .shop-item .total strong {
	color: #878787;
	font-family: 'Montserrat';
}
.shop-cart .shop-item .total span {
	font-family: 'Montserrat';
	font-weight: 600;
	color: #ff0000;
}
.shop-cart .shop-item .buttons {
	width: 100%;
	margin-top: 16px;
	text-align: center;
}
.shop-cart .shop-item .buttons .button {
	font-size: 90%;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	background-color: #333;
}
.shop-cart .shop-item .buttons .button:hover {
	background: #fff;
	color: #333;
}
.shop-cart .shop-item .buttons .button:first-child {
	float: left;
}
.shop-cart .shop-item .buttons .button:last-child {
	float: right;
}

/*--------------------------------------------------------------
	Related product
--------------------------------------------------------------*/
.woocommerce div.product .related {
	margin-top: 80px;
	margin-bottom: 45px;
}
.woocommerce div.product .product-related {
	padding-bottom: 0;
}
.woocommerce .product-related div.products {
	border: 0;
	margin: 0;
	padding: 0;
}
.woocommerce .product-related div.products li {
	padding: 0;
}
.woocommerce .related > h2 {
	font-size: 22.83px;
	margin-bottom: 38px;
	width: 100%;
	text-align: left;
	padding-left: 15px;
}
.woocommerce .related > h2:after {
	content: "";
	width: 35px;
	height: 2px;
	background-color: #d8d7d5;
	display: block;
	margin-top: 15px;
}
.woocommerce .related a h3 {
	color: #000;
	font-size: 128.5714%;
	margin-bottom: 31px;
	text-align: center;
}
.woocommerce .related li a {
	color: #000000;
	font-weight: 300;
	text-align: center;
}
/*--------------------------------------------------------------
	Extra
--------------------------------------------------------------*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
	box-shadow: none;
	border-radius: 0;
}
.product-tab.wpb_tabs .wpb_tabs_nav {
	text-align: center;
}
.product-tab.wpb_tabs .wpb_tabs_nav li {
	float: none;
	display: inline-block;
	margin: 0;
}
.product-tab.wpb_tabs .wpb_tabs_nav li a {
	color: #767676;
	font-size: 100%;
	background: #efefef;
	padding: 14px 20px;
	font-weight: 400;
}
.product-tab.wpb_tabs .wpb_tabs_nav li a:after {
	content: "";
	position: absolute;
	border: 8px solid transparent;
	bottom: -16px;
	left: 50%;
	margin-left: -4px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.product-tab.wpb_tabs .wpb_tabs_nav li.ui-state-active a {
	background: #3f51b5;
	color: #fff !important;
	position: relative;
}
.product-tab.wpb_tabs .wpb_tabs_nav li.ui-state-active a:after {
	border-top: 8px solid #3f51b5;
}
.product-tab.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.product-tab.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: #fff;
	padding: 80px 0;
}
.product-related .owl-theme .owl-buttons {
	top: -55px;
}

/*
------------neveda-----------
*/

.single-product .k2t-title-bar {
	margin-bottom: 70px;
}
.post-type-archive-product .k2t-title-bar {
	margin-bottom: 95px;
}
/* shop sidebar */
.k2t-shop-sidebar {
	padding-top: 13px;
	z-index: 99 !important;
}
.k2t-shop-sidebar .widget.woocommerce .widget-title {
	font-size: 18px;
	font-weight: 400;
}

/* end shop sidebar */
.k2t-shop del span {
	text-decoration: line-through;
}
.woocommerce .woocommerce-result-count {
	line-height: 50px;
}
.woocommerce-ordering {
	line-height: 50px;
}
.woocommerce-ordering .orderby {
	height: 50px;
	line-height: 50px;
}
.switch-layout {
	float: right;
	line-height: 40px;
	
}
.switch-layout a {
	cursor: pointer;
	display: inline-block;
	line-height: 45px;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}
.switch-layout .one-layout {
	margin-left: 15px;
}
.switch-layout .one-layout:before {
	content: "\f00b";
	font-family: 'FontAwesome';
	font-size: 20px;
}
.switch-layout .multi-layout:before {
	content: '\f009';
	font-family: 'FontAwesome';
	font-size: 20px;
}
.woocommerce .switch-layout .multi-column:before
.woocommerce .k2t-shop .woocommerce-result-count {
	color: #999;
	font-family: 'Montserrat';
	font-size: 100%;
	line-height: 40px;
}
.woocommerce-ordering .lb-orderby,
.woocommerce-ordering select {
	font-family: 'Montserrat';
	font-size: 100%;
	font-weight: 700;
}
.woocommerce-ordering .lb-orderby:after{
	
}
.woocommerce-ordering select {
	color: #000;
	padding-left: 0;
	padding-right: 0;
	text-transform: uppercase;
}
.woocommerce-ordering select option {
	color: #999;
	font-weight: 400;
	height: 30px;
	padding: 5px 15px 0;
}
/* Content product */

.woocommerce ul.products li.product > a {
	display: block;
	margin-bottom: 24px;
	position: relative;
}
.woocommerce ul.products li.product .k2t-product-info {
	text-align: center
}
.woocommerce ul.products li.product h3 {
	color: #000000;
	font-size: 100%;
	padding: 0;
	margin-bottom: 8px;
}
.woocommerce ul.products li.product .wrap-price {
	margin-bottom: 3px;
	height: 40px;
}
.woocommerce ul.products li.product .price {
	display: inline-block;
}
.woocommerce ul.products li.product-type-variable .price ins,
.woocommerce ul.products li.product-type-variable .price del {
	
}
.woocommerce ul.products li.product .price > .amount {
	color: #000;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
}
.woocommerce ul.products li.product .price > .amount:not(:last-child) {
	padding-right: 5px;
}
.woocommerce ul.products li.product .price > .amount + span {
	padding-left: 5px;
}
.woocommerce ul.products li.product .price ins {
	color: #000;
	font-size: 16px;
	margin-right: 8px;
}
.woocommerce ul.products li.product .price del {
	color: #999;
	display: inline-block;
	font-size: 100%;
}
.woocommerce:not(.columns-1 ) ul.products li.product .wrap-price .star-rating {
	float: none;
	height: 17px;
	letter-spacing: 5px;
	width: 76px;
	margin-top: 4px;
	margin-bottom: 20px;
}
.woocommerce.columns-1 ul.products li.product .wrap-price .star-rating {
	float: none;
	margin-bottom: 26px;
	width: 76px;
}
.woocommerce ul.products li.product .wrap-price .star-rating:before,
.woocommerce ul.products li.product .wrap-price .star-rating > span:before {
	display: inline-block;
	margin-top: 2px;
}
.woocommerce ul.products li.product .description {
	line-height: 185%;
	margin-bottom: 41px;
	padding-right: 15px;
	font-size: 13px;
	color: #333;
}
.woocommerce ul.products li.product .b-action {
	display: inline;
	overflow: hidden;
}
.woocommerce ul.products li.product .b-action .added_to_cart {
	display: none;
}
.woocommerce ul.products li.product .b-action > * {
	display: inline-block;
	float: left;
}
.woocommerce ul.products li.product .b-action > *:not(:last-child) {
	margin-right: 10px;
}
.woocommerce ul.products li.product .star-rating ~ .b-action > a:first-child {
	float: left;
}
.woocommerce ul.products li.product .b-action > a:first-child {
	bottom: 0;
	left: 0;
	text-transform: none; 
	border: none;
	background-color: #f3f3f3;
	width: 130px;
	height: 40px;
	font-weight: 600;
	color: #a0a0a0;
	line-height: 40px;
	padding: 0 15px;

	float: none;
}
@media only screen and (max-width: 480px) {
	.woocommerce ul.products li.product .b-action > a:first-child {
		width: 160px;
		height: 50px;
		line-height: 50px;
		font-size: 17px;
	}
}
.woocommerce ul.products li.product .b-action > a:first-child:hover {
	color: #fff;
	background: #000;
}
.woocommerce ul.products li.product .b-action .yith-wcwl-add-to-wishlist + .clear {
	display: none !important;
}
.cart-contents {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
.cart-contents:hover {
	background-color: #232323;
	color: #fff !important;
}
/* woocommerce 1 column layout */
.k2t-shop.columns-1 ul.products li.product ,
.woocommerce.columns-1 ul.products li.product {
	width: 100% ;
}

.k2t-shop.columns-1 li.product > a,
.woocommerce.columns-1 li.product > a {
	display: block;
	margin-top: 4px;
	float: left;
	width: 270px;
}
.k2t-shop.columns-1 ul.products li.product h3,
.woocommerce.columns-1 ul.products li.product h3 {
	padding-top: 0;
}
.woocommerce.columns-1 ul.products li.product {
	margin-bottom: 11px;
}
.k2t-shop.columns-1 ul.products li.product > div,
.woocommerce.columns-1 ul.products li.product > div {
	float: left;
	width: calc(100% - 270px);
}
.k2t-shop.columns-1 ul.products li.product .k2t-product-info,
.woocommerce.columns-1 ul.products li.product .k2t-product-info {
	padding-left: 30px;
	text-align: left;
}
.k2t-shop.columns-1 ul.products li.product .description,
.woocommerce.columns-1 ul.products li.product .description {
	display: block
}
/* woocommerce > 1 column layout */

.woocommerce ul.products li.product .wrap-price .star-rating {
	margin: 4px auto 30px;
}
.woocommerce.columns-1 ul.products li.product .wrap-price .star-rating {
	margin-left: 0;
}
.woocommerce .columns-1 ul.products li.product .wrap-price .star-rating {
	margin: 4px 0 14px;
}
.woocommerce ul.products li.product .wrap-price .star-rating {
	margin-bottom: 17px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 15px 0 30px;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.woocommerce ul.products li.product > div {
	background: #fff;
	overflow: hidden;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
}

/* rating */
.woocommerce .star-rating {
	letter-spacing: 5px;
	height: 17px;
	width: 100px;
}
.woocommerce div.product div.summary .p-rate-price .star-rating {
	font-size: 15px;
}
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
	color: #333;
	font-size: 16px;
}
.woocommerce ul.products li.product .star-rating {
	font-size: 20px;
	margin: 10px 10px 0;
	width: 100px;
}
.woocommerce .star-rating:before{
	content: '\f006\f006\f006\f006\f006';
	font-family: 'FontAwesome';
}
.woocommerce .star-rating span:before{
	content: '\f005\f005\f005\f005\f005';
	font-family: 'FontAwesome';
}
.woocommerce ul.products li.product .price {
	color: #252525;
	font-size: 142.85%;
	font-weight: 300;
	margin: 0;
}
.woocommerce ul.products li.product h3 a {
	color: #333;
	font-weight: 700;
	transition: none;
}
.woocommerce ul.products li.product h3 a:hover {
	color: #999;
}
.woocommerce ul.products li.product .button {
	margin-top: 0;
}
.woocommerce ul.products li.product .price del {
	// display: inline-block;
	font-size: 14px;
}
.woocommerce ul.products li.product .price del span {
	// display: inline-block;
	padding-top: 2px;
	text-decoration: line-through;
}
.woocommerce ul.products li.product .price ins {
	font-weight: 300;
}
/*
------ Wish List -------
*/
.b-action{
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.yith-wcwl-add-to-wishlist {
	overflow: hidden;
	border: 1px solid #999;
}
.yith-wcwl-add-to-wishlist,
.yith-wcwl-add-to-wishlist *,
.yith-wcwl-add-to-wishlist *:before,
.yith-wcwl-add-to-wishlist *:after {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border: none;
}
.yith-wcwl-wishlistexistsbrowse.show:hover a{
	background: #fff;
	// border: 1px solid #000;
}
.yith-wcwl-wishlistexistsbrowse.show:hover a:before{
	color: #000 !important;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:before {
	content: "\f08a";
	font-family: 'FontAwesome';
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before {
	content: "\f004";
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
	content: "\f004";
	color: #000;
	font-family: 'FontAwesome';
}
.woocommerce .b-action a.added_to_cart {
	display: none;
}
.woocommerce .b-action a.button.loading {
	opacity: 1;
	-moz-opacity: 1;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.woocommerce .b-action a.button.loading:before {
	content: '\f110';
	display: inline-block;
	font-family: 'FontAwesome';
	margin-right: 5px;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.b-action .yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}
.woocommerce .b-action a.add_to_cart_button:after {
	display: none;
}
.b-action .yith-wcwl-add-to-wishlist .feedback {
	display: none;
}
.woocommerce .b-action a.button,
.b-action .yith-wcwl-add-to-wishlist {
	float: left;
	margin: 0;
}

.woocommerce ul.products li.product:hover .product-info {

}
.woocommerce .woocommerce-pagination {
	margin: -10px 0 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
	border: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
	border: 0;
	overflow: visible;
	line-height: 33px;
	height: 33px;
	width: 33px;
	margin: 3px;
	vertical-align: middle;
	background-color: #f5f5f7;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 107.1428%;
	font-weight: bold;
	margin: 0;
	min-width: 15px;
	width: 100%;
	height: 100%;
	line-height: 20px;

}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers:not(.prev):not(.next) {
	display: inline-block;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current {
	background-color: #333333;
	border-bottom: 1px solid #000;
	color: #fff;

}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-number {
	background-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul {
	float: left;

}
.woocommerce nav.woocommerce-pagination ul li {
	display: inline-block;
	float: none;
}
.woocommerce nav.woocommerce-pagination ul li a {
	color: #000;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background-color: #333333;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li .prev:hover:before {
	background-color: #333333;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.woocommerce nav.woocommerce-pagination ul li .next:hover:before {
	background-color: #333333;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.woocommerce nav.woocommerce-pagination ul li .prev:before {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.woocommerce nav.woocommerce-pagination ul li .next:before {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.woocommerce nav.woocommerce-pagination ul li a {
	position: relative;
}
.woocommerce nav.woocommerce-pagination ul li .next {
	
}
.woocommerce nav.woocommerce-pagination ul li a.prev {
	margin-right: 20px !important;
}
.woocommerce nav.woocommerce-pagination ul li .prev,
.woocommerce nav.woocommerce-pagination ul li .next {
	background-color: #f5f5f7 !important;
	height: 33px;
	width: 33px;
	text-indent: 9999px;
	overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li .next:before {
	content: '\f2fb';
	color: #000;
	display: inline-block;
	position: absolute;
	font-family:"Material-Design-Iconic-Font";
	text-align: center;
	line-height: 33px;
	width: 33px;
	top: 0;
	left: 0;
	text-indent: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li .next:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: -17px;
	height: 58px;
	width: 17px;
}
.woocommerce nav.woocommerce-pagination ul li .prev:before {
	content: '\f2fa';
	color: #000;
	display: inline-block;
	position: absolute;
	font-family:"Material-Design-Iconic-Font";
	text-align: center;
	line-height: 33px;
	width: 33px;
	top: 0;
	left: 0;
	text-indent: 0px !important;
}

.woocommerce nav.woocommerce-pagination ul li .prev:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: -17px;
	height: 58px;
	width: 17px;
}
	/*Widget Products Category*/
.widget_product_categories > ul {
	padding-left: 0;
}
.widget_product_categories > ul li {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.widget_product_categories > ul li:before {
	
}
.widget_product_categories > ul li:hover:before {
	color: #999;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget_product_categories > ul li:hover > a {
	color: #999;
}
.widget_product_categories > ul > .cat-item {
	display: block;
	font-size: 92.8571%;
	overflow: hidden;
}
.widget_product_categories > ul > .cat-item:last-child {
	
}
.widget_product_categories > ul > .cat-item > a {
	border-bottom: 1px solid #d8d7d5;
	width: 100%;
	padding: 6px 0;
	font-weight: 500;
	float: left;
	position: relative;
}
.widget_product_categories ul .cat-item a:hover {
	color: #999;
}
.widget_product_categories > ul > .cat-item > .count {
	float: right;
	padding: 15px 10px;
	display: none;
}
.widget_product_categories > ul > .cat-item .children {
	clear: both;
	margin: 0;
	padding-left: 0;
}
.widget_product_categories > ul > .cat-item .children li {
	
}
.widget_product_categories > ul > .cat-item .children li a {
	float: left;
}
.widget_product_categories > ul > .cat-item .children li .count{
	float: right;
}
.widget_product_categories ul .cat-item .children li {
	padding-top: 6px;
	margin-bottom: 0;
}
.widget_product_categories ul .cat-item .children li a {
	font-weight: 200;

}
.widget_product_categories ul .cat-item .children li:hover a {
	color: #333;
}
.widget_product_categories ul .cat-item .children li:hover:before {
	color: #333;
}
/*Single Product*/
.single-product-image-wrap {
	position: relative;
	z-index: 9;
	width: 50%;
	padding-right: 15px;
	float: left;
}
.woocommerce div.product div.summary {
	float: right;
}
.woocommerce .summary .product_title,
.woocommerce .summary .review-count,
.woocommerce .summary .move-to-review,
.woocommerce .summary .product-stock,
.woocommerce .summary .prooduct-sku,
.woocommerce div.product form.cart .variations label,
.woocommerce div.product div.summary .share-label,
.woocommerce .quantity .qty,
.woocommerce button.button,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.single-product.woocommerce span.onsale,
.woocommerce div.product form.cart table span,
.summary .group_table thead tr th,
.woocommerce ul.products li.product .price,
.woocommerce .woocommerce-result-count,
.widget_recently_viewed_products ul.product_list_widget li span,
.widget_product_tag_cloud .tagcloud a,
.woocommerce div.product p.price,
.woocommerce div.product .single_variation .price,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce-page table.shop_table td.product-name a,
.woocommerce-page table.shop_table tr td span.amount,
table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before,
.woocommerce #respond input#submit,
.cart_totals .shop_table .order-total .cart-subtotal span {
	padding: 0 15px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 19px;
}
.woocommerce-page div.product div.images {
	margin-top: 4px;
	width: 100%;
}
.woocommerce .summary .price span:first-child:not(:last-child) {
	margin-right: 10px;
}
.woocommerce .summary .price span:last-child:not(:first-child) {
	margin-left: 10px;
}
.click-fullscreen .zoom {
	
}
.click-fullscreen .icon-zoom {
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;

	position: absolute;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	opacity: 0;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.click-fullscreen .icon-zoom:after {
	content: '\f002';
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
	height: 48px;
	width: 48px;
	line-height: 48px;
	z-index: 10;
}
.woocommerce .single-product-image-wrap .item:hover .icon-zoom {
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.woocommerce .single-product-image-wrap .product-img-cont .owl-carousel {
	margin-bottom: 20px;
	margin-top: 1px;
}
.woocommerce .single-product-image-wrap #nav .owl-nav {
	padding: 0;
}
.woocommerce .single-product-image-wrap #nav .owl-prev,
.woocommerce .single-product-image-wrap #nav .owl-next {
	background-color: rgba(0,0,0,0.35);
	color: #fff;
	opacity: 0;
	top: 0;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.woocommerce .single-product-image-wrap #nav:hover .owl-prev,
.woocommerce .single-product-image-wrap #nav:hover .owl-next {
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.woocommerce .woocommerce-product-rating .star-rating {
	float: left;
}
.woocommerce .woocommerce-product-rating .review-count {
	color: #333;
	float: left;
	font-size: 14px;
	font-weight: 700px;
	letter-spacing: 0.06em;
	line-height: 15px;
}
.woocommerce div.product .product_title {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.woocommerce div.product div.summary .p-rate-price {
	overflow: hidden;
	margin-bottom: 15px;
}
.woocommerce div.product div.summary .p-rate-price .woocommerce-product-rating {
	float: left;
	margin-bottom: 23px;
    margin-top: 8px;
    margin-right: 10px;
}

.k2t-shop .product .clearfix .summary .price {
	border-bottom: 1px solid #d8d7d5;
}

.woocommerce div.product div.summary .p-rate-price .star-rating {
	width: 90px;
}
.woocommerce div.product div.summary .p-rate-price .move-to-review {
	display: inline-block;
	margin-top: 2px;
}
.woocommerce div.product div.summary .p-rate-price .woocommerce-product-rating .review-count {
	border-right: 1px solid #7d7d7d;
	display: inline-block;
	margin-top: -3px;
	padding-right: 10px;
}
.woocommerce .woocommerce-product-rating .review-count {
	margin-top: -3px;
}
.woocommerce div.product div.summary .p-rate-price .price:before {
	content: '';
	display: block;
	clear:both;
}
.woocommerce div.product p.price ins {
	color: #000;
	display: inline-block;
	font-size: 16px;
}
.woocommerce div.product p.price del {
	display: inline-block;
	color: #000;
	font-size: 16px;
	margin-left: 15px;
}
.woocommerce div.product .star-rating {
	font-size: 16px;
	margin: 0;
}
.woocommerce .product-stock .total-stock {
	border-right: 1px solid #b8b8b8;
	color: #000;
	font-size: 100%;
	line-height: 13px;
	padding-right: 13px;
	margin-right: 13px;
}
.woocommerce .product-stock .total-stock i {
	margin-right: 10px;
}
.woocommerce .product-stock {
	margin-top: ;
}
.woocommerce .product-stock .available {
	color: #000;
	font-weight: bold;
}
.woocommerce .product-stock span:last-child {
	color: #99cc00;
}
.woocommerce hr {
	display: none;
}
.woocommerce div.product div.summary .description {
	line-height: 168%;
	color: #333;
	margin-bottom: 4px;
	padding-top: 24px;
	padding-bottom: 35px;
}
.woocommerce div.product-type-grouped div.summary .description {
	margin-bottom: 20px;
}
.woocommerce div.product form.cart table {
	border-width: 0;
}
.woocommerce div.product form.cart table label,
.woocommerce div.product form.cart table span {
	line-height: 50px;
}
.woocommerce div.product form.cart table span.amount {
	color: #000;
}
.woocommerce div.product div.summary .prooduct-sku:before {
	content: '';
	display: block;
	clear: both;
}
.woocommerce div.product.product-type-variable .prooduct-sku {
	margin-bottom: 8px;
}
.woocommerce div.product div.summary .prooduct-sku span {
	font-weight: bold;
}
.woocommerce div.product div.summary .prooduct-sku span:first-child {
	margin-right: 6px;
}
.woocommerce div.product div.summary .prooduct-sku span:last-child {
	color: #000000;
	letter-spacing: 0.1em;
}
.woocommerce div.product div.summary .share-label {
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	text-transform: uppercase;
}
.woocommerce div.product div.summary .k2t-social-share {
	font-size: 17px;
}
.woocommerce div.product div.summary .product_meta {
	display: none;
}
.woocommerce .summary .stock {
	display: none;
}
.woocommerce .summary .out-of-stock {
	display: block;
}
.woocommerce-page div.product .product_meta{
	margin-top: 30px;
}
.woocommerce-page div.product form.cart {
	margin-top: 30px;
}
.product-type-grouped form.cart {
	width: 100%;
}
.woocommerce div.product form.cart .group_table {
	padding-bottom: 16px;
}
.woocommerce div.product form.cart .button {
	font-size: 14px;
}
.summary .group_table thead tr th {
	background: #efefef;
	border: 1px solid #cccccc;
}
.summary .group_table thead tr th {
	line-height: 36px;
	text-transform: uppercase;
}
.summary .group_table thead tr th:nth-child(1) {
	border-right: none;
	padding-left: 25px;
	width: 65%;
}
.summary .group_table thead tr th:nth-child(2),
.summary .group_table thead tr th:nth-child(3) {
	width: 17.5%;
	text-align: center;
}
.summary .group_table thead tr th:nth-child(3) {
	border-left: none;
}
.summary .group_table tr td:nth-child(2),
.summary .group_table tr td:nth-child(3) {
	text-align: center;
}
form.cart .group_table tr td {
	padding: 0;
}
.woocommerce div.product form.cart .group_table tr td {
	padding-top: 0;
	padding-bottom: 0;
}
.woocommerce div.product form.cart .group_table tr:first-child td {
	padding-top: 10px;
}
.woocommerce div.product form.cart .group_table tr:last-child td {
	padding-bottom: 10px;
}
.woocommerce div.product form.cart .group_table tr td:nth-child(1) {
	border-left: 1px solid #ccc;
	padding-left: 25px;
	border-bottom: 1px solid #ccc;
}
.woocommerce div.product form.cart .group_table tr td:nth-child(2) {
	border: 1px solid #ccc;
	border-top: none;
}
.woocommerce div.product form.cart .group_table tr td:nth-child(3) {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.woocommerce div.product form.cart .group_table tbody tr:last-child td {
	border-bottom: 1px solid #ccc;
}
.woocommerce div.product form.cart .group_table tr td {
	line-height: 50px;
}
.woocommerce div.product form.cart .group_table tr td .quantity {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	max-width: 65px;
	margin: 0 auto;
}
.woocommerce div.product form.cart .group_table tr td .quantity input {
	height: 35px;
	line-height: 35px;
	max-width: 100%;
	min-width: 100%;
}
.woocommerce div.product form.cart .group_table tr td .quantity span {
	height: 35px;
	line-height: 35px;
}
.woocommerce div.product form.cart .group_table tr td .quantity .quantity-next {
	right: 0;
}
.woocommerce div.product form.cart .group_table tr td .quantity .quantity-prev {
	left: 0;
}
.woocommerce-page div.product.product-type-grouped form.cart {
	margin-top: 16px;
	margin-bottom: 12px;
}
.woocommerce-page div.product.product-type-grouped form.cart:after {
	content: '';
	display: block;
	clear: both;
}
.woocommerce-page div.product.product-type-grouped .summary form button {
	font-size: 14px;
	max-width: 200px;
	padding: 0;
	text-align: center
}
.summary .single_variation_wrap {
	margin-top: 8px;
}
.summary .single_variation_wrap + .yith-wcwl-add-to-wishlist {
	float: left;
}
.woocommerce div.product form.cart .variations {
	overflow: hidden;
}
.woocommerce div.product form.cart .variations .wrap-option {
	margin-bottom: 10px;
}
.summary .variations_form .variations .wrap-option {
	float:left;
}
.summary .variations_form .variations .wrap-option > div {
	float:left;
}
.summary .variations_form .variations .wrap-option .label {
	color: #000;
	font-weight: bold;
	line-height: 40px;
	margin-right: 30px;
	text-transform: uppercase;
}
.summary .variations_form .variations .wrap-option .value select {
	color: #000;
	font-family: 'Montserrat';
	font-size: 15px;
	min-width: 163px;
}
.summary .variations_form .variations .wrap-option .value select option {
	padding: 7px 15px;
}
.woocommerce div.product form.cart div.quantity{
	float: left;
	position: relative;
	margin-right: 30px;
}
.woocommerce .quantity .input-text {
	-moz-appearance: textfield;
	border-radius: 0;
	border: 1px solid #cccccc;
	color: #000;
	height: 50px;
	line-height: 50px;
	width: 170px;
	text-align: center;
}
.woocommerce .quantity .input-text::-webkit-inner-spin-button,
.woocommerce .quantity .input-text::-webkit-outer-spin-button {
	 -webkit-appearance: none;
}
div.quantity .quantity-prev {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 10px;
	height: 50px;
	line-height: 50px;
	width: 30px;
	text-align: center;
}
div.quantity .quantity-prev:after{
	content: "\4b";
	color: #ccc;
	font-family: 'ElegantIcons';
	font-size: 18px;
}
div.quantity .quantity-next {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
	height: 50px;
	line-height: 50px;
	width: 30px;
	text-align: center;
}
div.quantity .quantity-next:after{
	content: "\4c";
	color: #ccc;
	font-family: 'ElegantIcons';
	font-size: 18px;
}
div.quantity .quantity-prev:hover:after,
div.quantity .quantity-next:hover:after {
	color: #000;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.woocommerce div.product .single_add_to_cart_button {
	background-color: #333333;
	color:#fff;
	float: left;
	height: 50px;
	line-height: 50px;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
}
.woocommerce .summary form {
	float: left;
}
.woocommerce .summary .cart-contents {
	display: none;
}
.woocommerce .product-type-variable .summary .variations_button {
	float: left;
}
.woocommerce .product-type-variable .summary .yith-wcwl-add-to-wishlist  {
	float: left;
}
.woocommerce .product-type-variable .summary .variations_form + .yith-wcwl-add-to-wishlist,
.woocommerce .summary form.cart + .yith-wcwl-add-to-wishlist {
	display: none !important;
}
.woocommerce .summary .yith-wcwl-add-to-wishlist {
	margin-top: 10;
}
.woocommerce .summary .yith-wcwl-add-to-wishlist,
.woocommerce .summary .yith-wcwl-add-to-wishlist ,
.woocommerce .summary .yith-wcwl-add-to-wishlist ::before,
.woocommerce .summary .yith-wcwl-add-to-wishlist ::after {
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #ffffff;
	
}
.woocommerce .summary .yith-wcwl-add-to-wishlist .feedback {
	display: none !important;
}
.woocommerce .summary .k2t-social-share li:first-child a {
	padding-right: 10px;
	width: auto;
}
.woocommerce-page div.product form.cart .variations .wrapper-dropdown-3 {
	width: 38%;
	margin-right: 2%;
	float: left;
	position: relative;
}
.woocommerce-page div.product form.cart .variations .variations_input {
	float: left;
	width: 20%;
}
.woocommerce div.product .single_variation .price {
	color: #252525;
}
.woocommerce div.product .single_variation .price ins {
	color: #000;
	display: inline-block;
	float: left;
	font-family: 'Lato';
	font-weight: 700 !important;
	font-size: 24px;
	margin-right: 15px;
}
.woocommerce div.product .single_variation .price del {
	display: inline-block;
	color: #000;
	font-family: 'Lato';
	font-weight: 700 !important;
	font-size: 18px;
	padding-top: 1px;
}
.woocommerce div.product .single_variation .price ins,
.woocommerce div.product  .single_variation .price del {
	display: inline-block;
	font-weight: 300;
}
.woocommerce div.product  .single_variation .woocommerce-variation-price {
	margin-bottom: 20px;
}
.woocommerce div.product  .single_variation .woocommerce-variation-price .price {
	border: 0;
}
.woocommerce div.product  .single_variation .woocommerce-variation-price .price del {
	margin-right: 10px;
}
.woocommerce div.product .single_add_to_cart_button:hover,
.woocommerce div.product .single_add_to_cart_button:focus {
    background: #000;
}
.woocommerce div.product div.summar .yith-wcwl-add-to-wishlist .feedback {
	font-weight: 300;
}
.woocommerce div.product.product-type-variable form.cart {
	margin-bottom: 12px;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 15px;
}
.woocommerce div.product div.summary .stock {
	font-weight: 500;
	font-size: 115%;
	margin: -10px 0 0;
}
.woocommerce div.product div.summary .quantity .qty {
	min-width: 5em;
	max-width: 100%;
}
.woocommerce div.product div.summary .in-stock {
	color: #636363;
}
/*Single Product Tabs*/
.woocommerce div.product.product-type-variable .woocommerce-tabs {

}
.woocommerce div.product .woocommerce-tabs {
	width: 100%;
	margin: 50px 0 0;
}
.woocommerce div.product .woocommerce-tabs .panel ul {
	list-style: none;
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	padding-left: 45px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: transparent;
	border-bottom: 2px solid #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	color: #ccc;
	font-family: "Montserrat";
	font-size: 114.2857%;
	font-weight: 700;
	padding: 8px 17px;
	text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #333;
}
.woocommerce div.product .woocommerce-tabs .panel {
	background: #fff;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	margin-bottom: 40px;
	padding: 36px 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	display: none;
	font-size: 115%;
}
.woocommerce div.product .woocommerce-tabs .panel {
	color: #333;
}
.woocommerce div.product .woocommerce-tabs .panel p {
	line-height: 171.4285%;
	margin-bottom: 5px;
	font-size: 13px;
}
.woocommerce #reviews #comments {
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 0;
	width: auto;
	max-width: 60px;
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 90px;
	padding: 0;
	border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
	font-size: 115%;
	color: #252525;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	color: #636363;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	display: none;
}
.woocommerce-tabs #commentform > p.comment-form-rating {
	clear: both;
}
.woocommerce #review_form .comment-reply-title {
	margin-bottom: 30px;
}
.woocommerce #review_form #respond {
	width: 100%;
}
#commentform > p.comment-form-url {
	padding-right: 0;
}
#commentform > p.comment-form-author label,
#commentform > p.comment-form-email label,
#commentform > p.comment-form-url label,
#commentform > p.comment-form-comment label {
	display: inline-block;
	color: #878787;
	margin-bottom: 25px;
}
/* tab description */

.woocommerce #tab-description ul {
	list-style-type: square;
	margin-left: 14px;
}
.woocommerce #tab-description ul li {
	padding-left: 12px;
}
.woocommerce table.shop_attributes td {
	padding-left: 10px;
}

/* tab review */
.woocommerce #tab-reviews .star-rating {
	width: 102px;
}
.woocommerce p.stars a:before {
	color: #000;
}
.woocommerce p.stars a:before,
.woocommerce p.stars a:hover~a:before {
    content: "\e031";
    font-family: 'ElegantIcons';
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
    content: "\e033";
    font-family: 'ElegantIcons';
}
.woocommerce p.stars.selected a.active ~ a:before {
    content: "\e031";
}
.woocommerce p.stars.selected a:not(.active):before {
    content: "\e033";
}
/*Related Product*/
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product {
	margin: 0 0 40px;
	width: 100%;
	height: 100%;
	padding: 0 15px;
}
.woocommerce .related ul li.product .wrap-price {
	margin-bottom: 10px;
}
.woocommerce .related ul,
.woocommerce .related ul.products {
	width: 100%;
	overflow: hidden;
	margin-left: 0;
}

/* add info */
.woocommerce table.shop_attributes th {
	border-left: 1px solid rgba(0,0,0,0.1);
}
/*Review*/
.woocommerce div.product .woocommerce-tabs .panel {
	padding-bottom: 0;
	margin-bottom: 0;
}

.woocommerce #comments {
	margin-bottom: 20px;
}
.woocommerce #review_form .comment-reply-title {
	font-size: 130%;
	margin-bottom: 21px;
}
.woocommerce #review_form #respond input {
	height: 45px;
	line-height: 45px;
	font-family: 'Montserrat', sans-serif;
}
.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
	margin-bottom: 25px;
}
.woocommerce #review_form .comment-form-rating {
	margin-bottom: 20px;
}
.woocommerce #review_form .comment-form-rating label {
	color: #232323;
	float: left;
	margin-right: 15px;
}
.woocommerce #review_form .stars {
	display: inline-block;
	padding-top: 3px;
}
.woocommerce #review_form .comment-form-comment:before {
	content: '';
	clear: both;
	display: block;
	width: 0;
	height: 0;
}
.woocommerce #review_form .comment-form-comment label {
	color: #000;
	font-family: 'Montserrat';
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
}
.woocommerce #review_form #respond textarea {
	margin-bottom: 20px;
	min-height: 150px;
}
/*--------------------------------------------------------------
	Cart page
--------------------------------------------------------------*/
.woocommerce-cart .woocommerce {
	padding-bottom: 70px;
}
.woocommerce-account .k2t-content .woocommerce {
	width: 800px;
	margin: 0 auto 70px;
	border: 1px solid #e9e9e9;
	padding: 40px;
}
.woocommerce .cart-title {
	font-size: 18px;
}

.woocommerce-account .myaccount_user {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
/* login */
.woocommerce-checkout .woocommerce form .form-row {
	margin-bottom: 10;
}
.woocommerce-checkout .woocommerce form .form-row input[type='submit'] {
	margin-right: 15px;
}

/* end login */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 0;
	margin: 0;
	padding: 0;
}
.woocommerce-cart .k2t-main,
.woocommerce-checkout .k2t-main,
.woocommerce-account .k2t-main{
	width: 100% !important;
	padding-right: 0 !important;
	padding-top: 20px;
	padding-left: 0 !important;
}
.woocommerce-checkout .k2t-sidebar,
.woocommerce-cart .k2t-sidebar {
	display: none;
}
.woocommerce-checkout {
	overflow: hidden;
	width: 100%;
}
.woocommerce-checkout #customer_details {
	float: left;
	width: 50%;
	padding-right: 15px;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
	float: right;
	width: 50%;
	padding-left: 15px;
}
.woocommerce .woocommerce-checkout table.shop_table td,
.woocommerce-page .woocommerce-checkout table.shop_table td {
	padding: 15px;
}
.woocommerce .woocommerce-checkout table.shop_table th.product-name {
	padding-left: 0;
	width: 70%;
}
.woocommerce .woocommerce-checkout table.shop_table td.product-name {
	padding-left: 0;
}
.woocommerce .woocommerce-checkout table.shop_table th.product-total,
.woocommerce .woocommerce-checkout table.shop_table td.product-total {
	text-align: right;
}
.woocommerce .woocommerce-checkout table.shop_table tfoot tr:first-child th,
.woocommerce .woocommerce-checkout table.shop_table tfoot tr:first-child td{
	border-top: 1px solid #dadada;
	padding-top: 20px;
	padding-bottom: 10px;
}
.woocommerce .woocommerce-checkout table.shop_table tfoot tr th,
.woocommerce .woocommerce-checkout table.shop_table tfoot tr td {
	padding-bottom: 10px;
}
.woocommerce .woocommerce-checkout table.shop_table tfoot th {
	padding: 0 15px 0 0;
	text-align: left;
}
.woocommerce .woocommerce-checkout table.shop_table tfoot td {
	padding: 0 15px;
	text-align: right;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 200px;
}
.woocommerce-checkout #payment {
	background: #efefef;
	border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 10px;
}
.woocommerce-checkout #payment div.form-row {
	padding: 30px 15px;
}
.woocommerce-page .woocommerce-checkout #payment div.form-row #place_order {
	background: #333333;
	color: #fff;
	line-height: 44px;
}
.woocommerce-page .woocommerce-checkout #payment div.form-row #place_order:hover {
	background-color: #000;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	width: 90px;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border: none;
}
.woocommerce table.shop_table th {
	border-width: 0;
}
.woocommerce table.shop_table td {
	border-width: 1px 0 0;
}
.woocommerce table.shop_table th {
	padding: 9px 15px;
	text-transform: uppercase;
	font-weight: 400;
	vertical-align: middle;
}
.woocommerce table.shop_table tbody tr td {
	border-top: 1px solid #dadada;
}
.woocommerce table.shop_table .coupon {
	display: none;
}
.woocommerce table.shop_table th.product-remove {
	width: 5%;
}
.woocommerce table.shop_table th.product-thumbnail {
	width: 10%;
}
.woocommerce table.shop_table th.product-name {
	width: 25%;
}
.woocommerce table.shop_table th.product-price {
	width: 20%;
}
.woocommerce table.shop_table th.product-quantity {
	width: 20%;
}
.woocommerce table.shop_table th.product-subtotal {
	width: 20%;
}
.cart_item dl.variation dd p {
	line-height: 33px;
}
.woocommerce .shop_table th {
	color: #000000;
	font-family: "Montserrat";
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	border-top: 0;
	padding: 30px;
	vertical-align: middle;
}
.woocommerce-page.woocommerce-cart table.shop_table td:first-child {
	padding-left: 0;
}

.woocommerce table.shop_table th.product-name {
	padding-left: 30px;
}
.woocommerce table.shop_table td.product-name,
.woocommerce-page table.shop_table td.product-name {
	text-align: left;
}
.woocommerce table.shop_table td.product-name a,
.woocommerce-page table.shop_table td.product-name a {
	font-size: 115%;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}
.woocommerce-page table.shop_table thead th:nth-child(3),
.woocommerce-page table.shop_table thead th:nth-child(4),
.woocommerce-page table.shop_table thead th:nth-child(5),
.woocommerce-page table.shop_table tr td:nth-child(3),
.woocommerce-page table.shop_table tr td:nth-child(4),
.woocommerce-page table.shop_table tr td:nth-child(5) {
	text-align: center;
}
.woocommerce .shop_table div.quantity {
	display: inline-block;
	float: none;
	margin-right: 0;
	position: relative;
}
.woocommerce td.product-name dl.variation dt {
	color: #444;
	font-weight: 400;
}
.woocommerce td.product-name dl.variation dd {
	padding: 0;
	margin: 0 0 3px;
}
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
	color: #252525;
	font-size: 16px;
}

.woocommerce a.remove {
	color: #000 !important;
	display: inline-block;
	font-size: 25px;
	height: 20px;
	width: 20px;
	line-height: 23px;
}
.woocommerce .shop_table .actions {
	background-color: transparent;
}
.woocommerce-page table.cart td.actions {
	padding-top: 35px;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}
.woocommerce .shop_table .actions > * {
	float: left;
}
.woocommerce .shop_table .actions > .empty-cart {
	margin-right: 30px;
}
.woocommerce .shop_table .return-to-shop {
	float: right;
}
.woocommerce .shop_table .coupon #coupon_code {
	position: relative;
}
.woocommerce-cart .wc-proceed-to-checkout a {
	font-weight: 400;
}
table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
	font-size: 15px;
	color: #333;
	margin-left: 10px;
}

/*--------------------------------------------------------------
	Cart Collaterals
--------------------------------------------------------------*/
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	box-shadow: none !important;
}
.select2-search .select2-input {
	padding: 8px 20px;
	line-height: 30px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	font-size: 128.5%;
	margin: 0;
	padding: 3px 15px;
	text-transform: uppercase;
}
.shop_table .cart_item .variation dt:before {
	content: '5';
	font-family: 'ElegantIcons';
	font-size: 16px;
	margin-right: 10px;
}
.cart_totals .shop_table > div {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 33.3333%;
}
.cart_totals .shop_table > div:first-child{
	padding-left: 0;
}
.cart_totals .shop_table > div:last-child {
	padding-right: 0;
}
.woocommerce .cart_totals .shop_table .shipping-calculator-form input {
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
}
.cart_totals .shop_table .order-total .wrap-order-total {
	background-color: #efefef;
	padding: 30px 30px 15px;
	text-align: right;
}
.cart_totals .shop_table .order-total .cart-subtotal > *,
.cart_totals .shop_table .order-total .grand-total > * {
	display: inline-block;
}
.cart_totals .shop_table .order-total .grand-total h5 {
	margin-right: 15px;
}
.cart_totals .shop_table .order-total .cart-subtotal h5 {
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	margin-right: 15px;
	margin-bottom: 14px;
}
.cart_totals .shop_table .order-total .cart-subtotal span {
	color: #333;
	font-size: 15px;
}
.cart_totals .shop_table .order-total .grand-total {
	border-bottom: 1px solid rgb(206, 206, 206);
	margin-bottom: 15px;
}
.cart_totals .shop_table .order-total .grand-total h5 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 30px;
}
.cart_totals .shop_table .order-total .grand-total span {
	color: #ff0000;
	font-family: "Montserrat";
	font-size: 18px;
	font-weight: 700;
}
.cart_totals .shop_table .cart-shipping h4,
.cart_totals .shop_table .coupon h4 {
	border-bottom: 1px solid #cfcfcf;
	line-height: 60px;
	font-size: 18px;
}
.cart_totals .shop_table .coupon label {
	color: #333333;
	display: block;
	margin-top: 23px;
	margin-bottom: 36px;
}
.cart_totals .shop_table .coupon input {
	height: 55px;
	width: 100%;
	line-height: 55px;
	padding: 0 20px;
	margin-bottom: 22px;
}
.cart_totals .shop_table .coupon input[type='submit'] {
	max-width: 180px;
	padding: 0;
	text-align: center;
}
.woocommerce-cart .wc-proceed-to-checkout {
	margin-top: 24px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background: #333333;
	color: #fff;
    font-size: 115%;
    height: 55px;
	line-height: 55px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: #000;
	color: #fff;
}
.woocommerce form.checkout_coupon {
	margin-bottom: 30px;
}
.woocommerce form  .select2-container .select2-choice {
	height: 50px;
	line-height: 50px;
	background: #fff!important;
	border: 1px solid #ebebeb;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
}
.woocommerce form  .select2-container .select2-choice .select2-arrow {
	background: none;
	border: 0;
}
.woocommerce form .select2-container .select2-choice .select2-arrow b {
	background-position: -4px 11px;
}
.woocommerce form .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 11px;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	border: 1px solid #ddd;
	padding: 0 20px;
	height: 55px;
	line-height: 55px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
	border-radius: 0;
	border: 1px solid #ebebeb;
	padding: 0 15px;
	height: 50px;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
	height: auto;
	min-height: 130px;
	padding: 15px;
}
.woocommerce-shipping-fields {
	margin-top: 25px;
}
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.woocommerce-checkout #order_review_heading {
	font-size: 18px;
	font-weight: 400;
	float: left;
	padding-left: 15px;
	margin-bottom: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	font-weight: 500;
	margin: 10px 0 10px;
	color: #999;
}
#billing_address_2 {
	margin-top: 15px;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
	border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals p {
	padding: 0;
	margin: 0 0 22px;
}
.woocommerce-checkout .woocommerce form .form-row {
	padding: 0;
}
.woocommerce form.checkout_coupon .form-row-first {
	width: 50%;
	padding-right: 15px;
}
.woocommerce-page form.checkout_coupon .form-row-last {
	width: 50%;
	padding-left: 15px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	clear: none;
}
.cart-empty,
.return-to-shop {
	text-align: center;
}
.cart-empty {
	font-size: 128%;
	font-weight: 400;
	margin-bottom: 20px;
}
.return-to-shop .button {
	text-transform: uppercase;
}
.return-to-shop .button:hover {
	color: #fff;
}
.woocommerce-account {
	font-weight: 400;
}
.woocommerce-account .myaccount_address {
	margin-bottom: 40px;
}

/*
------- Widget shopping cart --------
*/
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 0;
	margin-bottom: 20px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	border: none;
	padding: 0;
	margin-right: 15px;
	margin-left: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 0;
	left: initial;
	right: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	height: 14px;
	line-height: 14px;
	width: 14px;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	border: none;
	float: left;
	min-width: 150px;
	padding-left: 0;
}
ul.product_list_widget li dl dd {
	padding: 0;
	margin: 0;
}
ul.product_list_widget {
	margin-top: 20px !important;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
	margin-bottom: 0;
}
.woocommerce ul.product_list_widget .quantity {
	display: block;
	float: right;
	max-width: 200px;
	width: 100%;
}
.h-element ul.product_list_widget .quantity {
	max-width: 192px;
}
.woocommerce .widget_shopping_cart_content .total .amount {
	color: #ff0000;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #d5e3e8;
}
.woocommerce.widget_shopping_cart .total {
	padding-top: 8px;
}
.woocommerce .widget_shopping_cart_content a.button {
	height: 45px;
	line-height: 45px;
}
/*
------- Wish List --------
*/
.woocommerce table.wishlist_table {
	font-size: 100%;
}
.woocommerce table.wishlist_table thead th {
	border-top: 0;
}
.woocommerce table.wishlist_table .product-price del {
	font-size: 100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	text-decoration: line-through;
	display: block;
}
.woocommerce .wishlist_table .add_to_cart.button{
	line-height: 50px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0;
}
.woocommerce table.wishlist_table .product-price ins {
	background: none;
	display: block;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
	color: #252525;
}
.woocommerce table.wishlist_table .add_to_cart_button {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 0;
	color: #000;
	display: inline-block;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	text-transform: uppercase;
}
.woocommerce table.wishlist_table .add_to_cart_button:hover {
	background: #000;
	color: #fff;
}

@media (max-width: 1024px) {
	/* check out page */
	.woocommerce-checkout .k2t-content.right-sidebar,
	.woocommerce-checkout .k2t-content.left-sidebar {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* shop */
	.k2t-shop.columns-3 ul.products li.product {
		padding: 0 9px;
	}
	/* end */
	.woocommerce .k2t-body .k2t-content {
		padding-bottom: 20px;
	}
	.single-product-image-wrap #sequence {
		height: 315px;
	/* cart page */
	.woocommerce table.shop_table th.product-name {
		padding-left: 15px;
	}
	.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 1024px) and (min-width: 840px) {
	.woocommerce .widget_price_filter .price_slider_wrapper .price_label span {
		padding: 0 5px;
	}
	.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
		padding: 0 15px;
	}
}
@media (max-width: 991px) {
	.k2t-shop-sidebar {
		margin-top: 30px;
	}
	.woocommerce.columns-4 ul.products li.product,
	.woocommerce .k2t-shop.columns-4 ul.products li.product {
		width: 33.33%;
	}
	.single-product-image-wrap #sequence {
		height: 402px;
	}
}
@media (max-width: 800px) {
	.k2t-shop.columns-3 ul.products li.product {
		padding: 0 15px;
	}
	.post-type-archive-product .k2t-title-bar {
		margin-bottom: 45px;
	}
	.woocommerce div.product form.cart .variations label {
		display: inline-block;
		min-width: 103px;
	}
	.woocommerce.columns-4 ul.products li.product {
		padding: 0 15px;
	}
	.left-sidebar .k2t-blog,
	.left-sidebar .k2t-main {
		padding-left: 0!important;
	}
	.single-product-image-wrap #sequence {
		height: 320px;
	}
	.woocommerce-account .k2t-content .woocommerce {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.woocommerce.columns-4 ul.products li.product,
	.woocommerce.columns-3 ul.products li.product,
	.woocommerce .k2t-shop.columns-4 ul.products li.product,
	.woocommerce .k2t-shop.columns-3 ul.products li.product {
		width: 50%;
	}

	/* single product */
	.woocommerce div.product div.summary {
		padding-left: 20px;
    	width: calc(100% - 300px);
	}
	.woocommerce div.product form.cart div.quantity {
		width: 100px;
	}
	.woocommerce div.product .woocommerce-tabs {
		margin-top: 0;
	}
	/* variable produc */
	.woocommerce div.product form.cart .variations .label {
		min-width: 100px;
	}
	/* tab */
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding-left: 0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 0;
	}
	/*cart */
	.woocommerce-cart .k2t-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.woocommerce-cart .actions {
		overflow: hidden;
		padding-left: 17px !important;
		padding-right: 0 !important;
	}
	.woocommerce-cart .actions .button,
	.woocommerce-cart .actions input {
		float:left !important;
		max-width: 220px;
		padding: 0;
		text-align: center;
	}
	.woocommerce .shop_table .actions > .empty-cart {
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.woocommerce .shop_table .actions input[name='update_cart']{
		margin-bottom: 15px;
	}
	.woocommerce-cart .actions input {
		margin-right: 20px !important;
	}
	.woocommerce-cart .actions .return-to-shop {
		float: left;
		width: 220px;
	}
	.woocommerce-cart .actions .return-to-shop a {
		width: 100% !important;
	}
	.cart_totals .shop_table > div {
		width: 50%;
	}
	.cart_totals .shop_table > div:nth-child(2) {
		padding-right: 0;
	}
	.cart_totals .shop_table > div:last-child {
		margin-top: 20px;
		padding-left: 0;
		width: 100%;
	}
	/* check out */
	.woocommerce-checkout .woocommerce form .form-row {
		margin-bottom: 10px;
	}
}
@media (max-width: 736px) {
	/*single product */
	.woocommerce .summary form.cart button {
		max-width: 170px;
		padding: 0;
		text-align: center;
	}

	/*grouped product */
	.summary .group_table thead tr th:nth-child(1) {
		width: 50%;
	}
	.summary .group_table thead tr th:nth-child(2),
	.summary .group_table thead tr th:nth-child(3) {
		width: 25%;
	}
	.woocommerce div.product form.cart .group_table tr td:nth-child(1),
	.summary .group_table thead tr th:nth-child(1) {
		padding-left: 15px;
	}
	/* cart */
	.woocommerce-cart .actions .button,
	.woocommerce-cart .actions input {
		max-width: 210px;
	}

}
@media (max-width: 667px) {
	.p-rate-price div[itemprop="offers"] {
		overflow: hidden;
		width: 100%;
	}
	.woocommerce div.product p.price del {
		margin-left: 0;
	}
	.woocommerce div.product form.cart div.quantity {
		margin-right: 15px;
	}
	.woocommerce .summary .yith-wcwl-add-to-wishlist {
		margin-left: 15px;
	}
	.woocommerce div.product div.summary .p-rate-price .woocommerce-product-rating {
		margin-bottom: 12px;
	}
	/* variable product */
	.summary .variations_form .variations .wrap-option .label {
		margin-right: 20px;
	}
	/* cart */
	.woocommerce-cart .actions {
		padding-left: 10px !important;
	}
	.woocommerce-cart .actions .button,
	.woocommerce-cart .actions input,
	.woocommerce-cart .actions .return-to-shop {
		// max-width: 190px;
	}
	/*single */
	.woocommerce div.product form.cart .button {
		font-size: 15px;
		max-width: 138px;
	}
}
@media (max-width: 600px) {
	.single-product-image-wrap #sequence {
		height: 570px;
	}
	.single-product-image-wrap {
		margin-bottom: 30px;
	}
	.single-product-image-wrap,
	.woocommerce div.product div.summary {
		width: 100%;
		float: none;
		padding: 0;
	}
}
@media (max-width: 568px) {
	.woocommerce.columns-4 ul.products li.product,
	.woocommerce.columns-3 ul.products li.product,
	.woocommerce.columns-2 ul.products li.product,
	.woocommerce.columns-1 ul.products li.product,
	.woocommerce .k2t-shop[class*="columns"] ul.products li.product {
		width: 100%;
	}
	/*grouped product */
	.woocommerce div.product form.cart .group_table tr td label {
		display: inline-block;
		line-height: 30px;
	}
	/* cart */
	.woocommerce-cart .actions .button,
	.woocommerce-cart .actions input,
	.woocommerce-cart .actions .return-to-shop {
		font-size: 12px;
		
	}
	/* check out */
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout .woocommerce-checkout-review-order {
		width: 100%;
	}
	.woocommerce-checkout #customer_details {
		padding-right: 0;
	}
	.woocommerce-checkout #customer_detail {
		padding-right: 0;
	}
	.woocommerce .woocommerce-checkout table.shop_table th.product-total {
		padding-right: 0;
	}
	.woocommerce-checkout #order_review_heading {
		margin-top: 20px;
		padding-left: 0;
	}
	#ship-to-different-address {
		margin-top: 20px;
		margin-bottom: 8px;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order {
		padding-left: 0px;
	}
}
@media (max-width: 480px) {
	.woocommerce .k2t-shop .woocommerce-result-count {
		line-height: 20px;
	}
	.post-type-archive-product .k2t-title-bar {
		margin-bottom: 25px;
	}
	.woocommerce .woocommerce-ordering {
		margin-bottom :25px;
	}

	input,
	select,
	textarea {

	}
	.woocommerce-cart .k2t-main,
	.woocommerce-account .k2t-main{
		width: 100% !important;
		padding-right: 0 !important;
		padding-top: 20px;
		padding-left: 0 !important;
	}
	/* single */
	.woocommerce .star-rating {
		float: left;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
		display: block;
		float: left;
		margin-top: 10px;
		width: 100%;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 15px 0;
	}
	/* shop 1 colum */
	.woocommerce.columns-1 ul.products li.product  {
		margin-bottom: 33px;
	}
	.woocommerce.columns-1 ul.products li.product > a,
	.woocommerce .k2t-shop.columns-1 ul.products li.product > a {
		width: 100%;
	}
	.woocommerce.columns-1 ul.products li.product .k2t-product-info,
	.woocommerce .k2t-shop.columns-1 ul.products li.product .k2t-product-info {
		padding-left: 0;
		width: 100%;
	}

	.single-product-image-wrap #sequence {
		height: 450px;
	}
	.woocommerce-page div.product form.cart .variations .wrapper-dropdown-3:first-child {
		margin-bottom: 20px;
	}
	.woocommerce-page div.product form.cart .variations .wrapper-dropdown-3,
	.woocommerce-page div.product form.cart .variations .variations_input {
		margin: 0;
		width: 100%;
	}
	.woocommerce table.shop_table.cart td:nth-child(4),
	.woocommerce table.shop_table.cart th:nth-child(4),
	.woocommerce table.shop_table.cart td:nth-child(6),
	.woocommerce table.shop_table.cart th:nth-child(6)  {
		display: none;
	}
	.woocommerce table.shop_table.cart:not(.wishlist_table) td:nth-child(4),
	.woocommerce table.shop_table.cart:not(.wishlist_table) th:nth-child(4) {
		display: none;
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin: 0 0 10px;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions > .button,
	.woocommerce-page table.cart td.actions .input-text+.button{
		float: none;
		width: 100%;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left;
	}
	.woocommerce .k2t-shop .woocommerce-result-count {
		margin-bottom: 0;
	}
	/* cart */
	.cart_totals .shop_table > div {
		padding: 0;
		width: 100%;
	}
	.woocommerce-cart .actions input {
    	margin-right: 0 !important;
	}
	.woocommerce-cart .actions .return-to-shop {
		// margin-top: 30px;
	}
	.woocommerce-cart .actions {
	    padding-left: 39px !important;
	}
	.woocommerce .shop_table .actions > .empty-cart {
	    margin-right: 20px;
	}
	.woocommerce-cart .actions .button,
	.woocommerce-cart .actions input,
	.woocommerce-cart .actions .return-to-shop {
	    max-width: 180px;
	}
	.cart-title + form {
		margin: 0 -15px;
	}
	.woocommerce td.product-name dl.variation {
		padding-left: 10px;
	}
	.woocommerce-page table.shop_table td a,
	.woocommerce-page table.shop_table td span {
		padding-right: 10px;
	}
}
@media (max-width: 414px) {
	.woocommerce-page div.woocommerce-message {
		padding-bottom: 100px !important;
	}
	.woocommerce div.woocommerce-message .button {
	    position: absolute;
	    bottom: 30px;
	}
	/* shop */
	body{
		overflow: hidden;
	}
	.switch-layout {
		float: none;
		margin-left: 0;
	}
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		width: 100%;
	}
	.woocommerce .woocommerce-ordering .orderby,
	.woocommerce-page .woocommerce-ordering .orderby {
		float: right;
	}
	.woocommerce ul.products {
		margin-bottom: 0;
	}
	.woocommerce ul.products li.product:last-child,
	.woocommerce-page ul.products li.product:last-child {
		margin-bottom: 0;
	}
	.woocommerce .woocommerce-pagination {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	/*single cart button */
	.woocommerce .summary form.cart button {
		max-width: 170px;
		padding: 0;
		text-align: center;
	}
	.woocommerce div.product form.cart div.quantity {
		margin-right: 20px;
	}
	.woocommerce .summary .yith-wcwl-add-to-wishlist {
		margin-left: 20px;
	}
	/* tab */
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: block;
		margin: 0;
		width: 100%;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		border: 0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding-left: 0;
		padding-bottom: 0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border-bottom: 0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		display: inline-block;
	}
	/* cart */
	.woocommerce-cart .actions input {
    	margin-right: 0 !important;
	}
	.woocommerce-cart .actions .return-to-shop {
		// margin-top: 22px;
	}
	.woocommerce-cart .actions {
	    padding-left: 21px !important;
	}
	.woocommerce-cart .actions .button,
	.woocommerce-cart .actions input,
	.woocommerce-cart .actions .return-to-shop {
		font-size: 12px;
	    // max-width: 160px;
	}
	.woocommerce table.shop_table td,
	.woocommerce-page table.shop_table td {
		padding: 15px 0 !important;
	}
	.woocommerce table.shop_table tfoot td,
	.woocommerce-page table.shop_table tfoot td {
		padding: 0 !important;
	}

	.woocommerce table.shop_table td a,
	.woocommerce-page table.shop_table td a {
		padding-left: 74px;
	}
	.woocommerce table.shop_table .product-name,
	.woocommerce-page table.shop_table .product-name {
		position: relative;
	}
	.woocommerce table.shop_table .product-name:before,
	.woocommerce-page table.shop_table .product-name:before {
		position: absolute;
		left: 0;
	}
}
@media (max-width: 360px) {
	/* cart */
	.woocommerce-page table.cart td.actions > *:not(.coupon) {
		display: block !important;
		float: none !important;
		margin: 0 auto 15px !important;
	}
	.woocommerce-cart .actions .button,
	.woocommerce-cart .actions input,
	.woocommerce-cart .actions .return-to-shop {
	    font-size: 12px;
	    max-width: 200px;
	}
	.woocommerce table.shop_table td.actions,
	.woocommerce-page table.shop_table td.actions {
		padding: 22px 0 !important;
	}
	.cart_totals .shop_table .order-total .wrap-order-total {
		padding: 35px 20px 15px;
	}
	/* check out */
	.woocommerce form.checkout_coupon .form-row-first {
		padding-right: 0;
		width: 100%;
		max-width: 100% !important;
		margin-bottom: 20px;
	}
	.woocommerce-checkout .woocommerce form .form-row {
		padding-left: 0;
	}
}
@media (max-width: 320px) {
	/*single cart button */
	.woocommerce div.product form.cart div.quantity {
		width: 80px;
	}
	div.quantity .quantity-next {
		right: 0;
	}
	div.quantity .quantity-prev {
		left: 0;
	}
	.woocommerce div.product form.cart .button {
		max-width: 130px;
	}
	.woocommerce div.product form.cart div.quantity {
		margin-right: 15px;
	}
	.woocommerce .summary .yith-wcwl-add-to-wishlist {
		margin-left: 15px;
	}
	/* end cart button */

	.woocommerce .k2t-shop .woocommerce-result-count {
		margin-bottom: 0;
	}
	.single-product-image-wrap #sequence {
		height: 290px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: block;
	}
	.woocommerce div.product .woocommerce-tabs .panel h2 {
		font-size: 128.5%;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 15px 0;
	}
	.related h2 {
		font-size: 24px;
	}
	.woocommerce table.wishlist_table tbody td {
		padding: 10px 5px;
	}
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 100%;
		float: none;
	}
	.woocommerce form .form-row label.inline {
		display: inline-block;
	}
}