/**
 * The WooCommerce stylesheet for skstore.
 *
 * @package skstore
 * @author  SunriseTheme
 * @link	http://www.sunrisetheme.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%;
}

/*--------------------------------------------------------------
	Woocommerce layout
--------------------------------------------------------------*/
.woocommerce .isotope-gallery .isotope-selector {
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce.columns-2 .isotope-gallery .isotope-selector {
	width: 50%;
}
.woocommerce.columns-3 .isotope-gallery .isotope-selector {
	width: 33.33%;
}
.woocommerce.columns-4 .isotope-gallery .isotope-selector {
	width: 25%;
}
.woocommerce.columns-5 .isotope-gallery .isotope-selector {
	width: 20%;
}
.woocommerce.columns-6 .isotope-gallery .isotope-selector {
	width: 16.66%;
}

.dhvc-woo-list-item .dhvc-woo-images {
	width: 40% !important;
}
.dhvc-woo-images a {
	text-align: center !important;
} 
.dhvc-woo-images img {
	border-radius: 0px !important;
	width: auto !important;
}
.dhvc-woo-images:hover img {
	opacity: 0.3;
}


/* Shop Banner */
.single-product .shop-banner{
	display: none;
}
#yith-quick-view-content div.summary{
    padding:30px 0 15px 30px;
}
#yith-quick-view-modal{
	z-index: 999 !important;
}
#yith-quick-view-modal.open .yith-wcqv-main{
	overflow-x: hidden;
}
.fancybox-outer, .fancybox-inner{
	z-index: 999;
}
.modal-open .modal{
	display: none !important;
}
.woocommerce .dhvc-woo-images .dhvc-woo-quickview.loading a{
	opacity: 1;
	visibility: visible;
}
.shop-banner{
	float: left;
	width: 100%;
	border-bottom: 1px solid #ececec;
}
.shop-banner [class*='col-']{
	float: left;
	min-height: 280px;
	position: relative;
}
.shop-banner .k2t-button{
	float: left;
}
.shop-banner .banner-left .k2t-button{
	top: 160px;
	left: 30px;
}
.shop-banner .banner-right .k2t-button{
	top: 190px;
	left: 30px;
}
.dhvc-woo-item{
	border: none;
}

.dhvc-group-product{
	padding: 0 15px;
}
.col-left.wpb_column.vc_column_container .vc_column-inner{
    padding-right: 0;
    padding-left: 0;
}
#yith-quick-view-content #nav {
	width: calc(100% - 50px);
}
#yith-quick-view-content #nav a {
	margin-left: 10px;
}
#yith-quick-view-content #nav a:first-child {
	margin-left: 0;
}
#yith-quick-view-content #nav a img {
	width: auto;
	display: inline-block;
}
.col-right.vc_column_container > .vc_column-inner{
	// padding-left: 0;
	// padding-right: 0;
}
.dhvc-woo-row-fluid .dhvc-woo-span6 {
    width: 50% !important;
    padding: 0 15px !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
}
.dhvc-woo-row-fluid .dhvc-woo-price.dhvc-woo-span6{
	margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
	Ordering
--------------------------------------------------------------*/
.single-product .k2t-wrap {
	padding: 0;
}
.k2t-wrap-inner {
	position: relative;
	float: left;
	width: 100%;
}
.wrap-order-ring {
	overflow: hidden;
    position: absolute;
    width: 100%;
    top: 15px;
    border-bottom: 1px solid #ececec;
    margin-left: 10px;
}
/*--------------------------------------------------------------
	Shop cart
--------------------------------------------------------------*/
.k2t-shop.columns-3 div.product {
	width: 33%;
}
.k2t-shop.columns-2 div.product {
	width: 50%;
}
.k2t-shop.columns-1 div.product {
	width: 100%;
}
.k2t-shop.columns-3 div.product,
.k2t-shop.columns-2 div.product,
.k2t-shop.columns-1 div.product {
	float: left;
}
.k2t-shop.columns-1 div.product .product-item .product-thumb .button,
.k2t-shop.columns-2 div.product .product-item .product-thumb .button {
	width: 50px;
    background: #fff;
}
.k2t-shop.columns-1 .product-item .product-thumb .button,
.k2t-shop.columns-2 .product-item .product-thumb .button {
	line-height: 14px;
}
.k2t-shop.columns-1 div.product .product-item {
	float: none;
}
.k2t-shop .product-item .product-thumb .button {
	line-height: 50px;
}
.page-description {
	display: none;
}
.k2t-shop .products {
	clear: both;
	width: 100%;
}
.k2t-product-page {
	clear: both;
	width: 100%;
	margin-top: 120px;
}
.product-gallery .products > div:last-child .product-item {
	width: 100%;
}
.woocommerce .owl-carousel {
	width: 100%;
}
.k2t-shop .product-title {
	display: inline-block;
	margin: 23px 10px;
}
.product-item {
	background: #fff;
	overflow: hidden;
	margin-bottom: 30px ! important;
	float: left;
	padding: 0px 8px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product-item .product-thumb {
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 2px solid transparent;
}
.product-item .product-thumb:hover {
	border: 2px solid #ff6600;
	-webkit-box-shadow: 5px 10px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 10px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 10px 30px 0px rgba(0,0,0,0.1);
}
.k2t-shop .products .product-item .product-thumb {
	padding-bottom: 0;
}
.product-item .product-thumb .product-name img {
	display: block;
	width: 99%;
	background: #f4f4f4;
}
.product-item .product-thumb img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product-item .product-thumb:hover img{
	opacity: .5;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.woocommerce.columns-2 .product-item .product-thumb img  {
	padding: 30px;
}
.product-item .product-thumb a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
}
.product-item .product-thumb .wrap-3-button {
	display: block;
	overflow: hidden;
	height: 48px;
	max-width: 100%;
	top: 50%;
	opacity: 1;
	position: absolute;
	transform: translate3d(0%,-50%,0);
   	-moz-transform: translate3d(0%,-50%,0);
 	-webkit-transform: translate3d(0%,-50%,0);
}
.product-item .product-thumb:hover .wrap-3-button .divide {
	opacity: 1;
}
.product-item .product-thumb .wrap-3-button .added_to_cart,
.product-item .product-thumb .wrap-3-button .add_to_cart_button:after {
	display: none !important;
}
.product-item .product-thumb .wrap-3-button .divide	{
	background: #252525 none repeat scroll 0% 0%;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	height: 20px;
	width: 1px;
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	transform: translateY(4px);
	opacity: 0;
}
.product-item .product-thumb .wrap-3-button a:not(.add_to_cart_button):not(.added_to_cart) + .divide {
	display: none !important;
}
.product-item .product-thumb .wrap-3-button .add_to_cart_button.loading:before {
	content: "\f110" !important;
	color: #252525 !important;
	display: inline-block;
	font-family: 'FontAwesome' !important;
	margin-right: 5px;
	position: absolute;
	top: 0;
	left: 10px;
	width: 50px;
	-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;
    text-indent: 0 !important;
    z-index: 9;
}
.product-item .product-thumb .wrap-3-button .add_to_cart_button.added:before{
	content: "\e04e";
	display: inline-block;
	font-family: Simple-Line-Icons;
	margin-right: 5px;
	position: absolute;
	top: 0;
	left: 10px;
	width: 50px;
	text-indent: 0 !important;
}
.product-item .product-thumb:hover .wrap-3-button {
	background: #ffffff;
    opacity: 1;
    width: 100%;
    z-index: 9;
}
.product-item .product-thumb .wrap-3-button .ajax_add_to_cart {

}
.product-item .product-thumb .product_type_grouped {
	display: inline-block !important;
	margin: 0 10px !important;
	float: left;
}
.product-type-grouped form.cart button.single_add_to_cart_button {
	margin-left: 0 !important;
	margin-bottom: 22px !important;
}
.product-type-grouped .k2t-social-share {
	margin-bottom: 21px !important;
}
.product-type-external .cart .button {
	margin: 5px 0 !important;
}
.woocommerce div.product .out-of-stock {
	margin-bottom: 32px;
	margin-top: 12px;
	font-family: "Montserrat";
}
.woocommerce div.product .out-of-stock{
	cursor: pointer;
}
.product-item .product-thumb .yith-wcwl-add-to-wishlist {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
}
.product-item:hover .product-thumb .yith-wcwl-add-to-wishlist {
	opacity: 1;
	color: #252525
}
.product-item .product-thumb .yith-wcwl-add-to-wishlist:hover:after {
	color: #ff6600;
}
.product-item .product-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	height: 50px;
	width: 50px;
}
.product-item .product-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	padding: 0;
}
.product-item .product-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
	background: #fff;
}
.product-item .product-thumb .add_to_cart_button {
	display: inline-block;
}
.product-item .product-thumb .button {
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    z-index: 1000;
    text-indent: 9999px;
}
.product-item .product-thumb .button {
	opacity: 0;
}
.product-gallery.isotope-fullwidth .button,
.product.isotope-selector .button{
	display: none;
}
.product.isotope-selector .product-thumb .button {
	display: block;
	margin: 0 5px;
}
.woocommerce.columns-4 .product-item .product-thumb .button,
.woocommerce.columns-5 .product-item .product-thumb .button,
.woocommerce.columns-3 .product-item .product-thumb .button,
.k2t-shop.columns-3 .product-item .product-thumb .button,
.k2t-shop.columns-4 .product-item .product-thumb .button,
.k2t-shop.columns-5 .product-item .product-thumb .button,
.product-related .product-item .product-thumb .button {
	font-size: 87.5%;
	padding: 0px 20px;
	height: 50px;
	width: 50px;
	background: #ffffff;
}
.woocommerce.columns-4 .product-item .product-thumb .button {
	line-height: 50px;
}
.product-related .product-item .product-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
	border: none;	
}
.woocommerce.columns-3 .product-item .product-thumb .button, 
.k2t-shop.columns-3 .product-item .product-thumb .button {
	padding: 0;
}
.product-item .product-thumb .button:before {
	content: "\e04e";
	font-family: Simple-Line-Icons;
	font-size: 18px;
	position: absolute;
	right: 16px;
	color: #252525;
	line-height: 50px;
	top: -2px;
}
.product-item .product-thumb .button:after{
	border-right: 1px solid #252525;
	content: '';
    color: #252525;
    font-size: 20px;
    right: -3px;
    height: 20px;
    position: absolute;
    top: 15px;

}
.product-item .product-thumb .button:hover:before{
	right: 16px;
}
.wrap-3-button > * {
	display: inline-block !important;
}
.wrap-3-button .clear {
	clear: none !important;
}
.wrap-3-button > a:first-child {
	display: none;
}
.wrap-3-button .yith-wcwl-add-to-wishlist {
	display: inline-block !important;
	margin: 0 !important;
	padding: 0 !important; 

}
.k2t-shop.columns-3 .product-item .product-thumb .button.product_type_grouped {
	float: none;
	margin: 0;
	padding: 0;
}
.k2t-shop .products .product-item .product-thumb a:hover {
	-webkit-transition: all .0s ease-in-out;
    -moz-transition: all .0s ease-in-out;
    -ms-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
}
.k2t-shop .products .product-item .product-thumb:hover .wrap-3-button a:before {
	color: #252525;
}
.k2t-shop .products .product-item .product-thumb:hover a:hover:before{
	color: #ff6600;
	-webkit-transition: all .0s ease-in-out;
    -moz-transition: all .0s ease-in-out;
    -ms-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
}
.product-item .product-thumb .button {
	width: 50px;
	line-height: 15px;
	background: transparent;
}
.product-item:hover .product-thumb .button {
	opacity: 1;
}
.product-item .product-thumb .added_to_cart {
	display: none;
}
article.product-item {
	position: relative;
}
article.product-item div.product-thumb span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.single-product.woocommerce span.onsale,
.woocommerce span.onsale, .woocommerce-page span.onsale {
	border-radius: 0;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: "Montserrat";
    font-size: 90%;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    width: 73px;
    min-height: 28px;
    line-height: 28px;
    top: 30px;
    left: 60px;
    right: auto;
    padding: 2px;
    z-index: 100;
}
.woocommerce span.onsale, .woocommerce-page span.onsale.soldout,
article.product-item div.product-thumb span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.single-product.woocommerce span.onsale,
.woocommerce span.onsale, .woocommerce-page span.onsale {
	color: #ffffff;
}
article.product-item div.product-thumb span.onsale:after, 
.woocommerce ul.products li.product .onsale:after, 
.woocommerce-page ul.products li.product .onsale:after, 
.single-product.woocommerce span.onsale:after, 
.woocommerce span.onsale:after, .woocommerce-page span.onsale:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 16px solid transparent;
    border-right: 17px solid #ff6600;
    top: 0px;
    right: 77px;
}
article.product-item div.product-thumb span.onsale:before, 
.woocommerce ul.products li.product .onsale:before, 
.woocommerce-page ul.products li.product .onsale:before, 
.single-product.woocommerce span.onsale:before, 
.woocommerce span.onsale:before, .woocommerce-page span.onsale:before {
	content: ".";
    font-size: 45px;
    color: #ffffff;
    left: -2px;
    right: auto;
    position: absolute;
    top: -11px;

}
.woocommerce.columns-2 article.product-item div.product-thumb span.onsale {
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.woocommerce.columns-4 article.product-item div.product-thumb span.onsale,
.product-related.columns-4 article.product-item div.product-thumb span.onsale {
	height: 19px;
	top: 20px;
}
.product-item .product-name {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.woocommerce.columns-2 .product-name {
	padding: 30px 30px 10px;
} 
.product-item .product-name h3 {
	color: #252525;
	font-size: 112.5%;
	font-family: 'Montserrat', serif;
	margin-bottom: 0px;
	margin-top: 15px;
}
.woocommerce.columns-2 .product-item .product-name h3 {
	font-size: 185%;
}

.woocommerce .products .star-rating {
	display: none;
}
.woocommerce.columns-2 .product-item .product-name .price {
	font-size: 185%
}
.product-item div.product-name span.price del {
	margin-top: -4px;
	text-decoration: none;
	line-height: 1.1em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.63em, transparent), color-stop(0.63em, #ccc), color-stop(0.7em, #ccc), color-stop(0.7em, transparent), to(transparent));
	background-image: -webkit-linear-gradient(top, transparent 0em, transparent 0.63em, #ccc 0.63em, #ccc 0.7em, transparent 0.7em, transparent 1.1em);
	background-image: -o-linear-gradient(top, transparent 0em, transparent 0.63em, #ccc 0.63em, #ccc 0.7em, transparent 0.7em, transparent 1.1em);
	background-image: linear-gradient(to bottom, transparent 0em, transparent 0.63em, #ccc 0.63em, #ccc 0.7em, transparent 0.7em, transparent 1.1em);
	background-repeat: repeat;
}
.woocommerce.columns-2 .product-item div.product-name span.price del {
	margin-top: -10px;
}
.product-item .product-name .price del span {
	color: #ccc;
	font-family: "Montserrat";
	font-size: 60%;
}
.product-item .product-name .price ins span,
.product-item .product-name .price span {
	color: #ff6600;
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 16px;
}

/* fix ie error */
.web-ie .select2-drop,
.web-ie .select2-drop-mask, 
.web-ie .woocommerce-checkout .select2-container {
	display: none !important;
}

.web-ie .country_select,
.web-ie #customer_details select {
	background-color: rgb(235, 235, 235);
	color: #959595;
	display: block !important;
	font-size: 87.5%;
	font-style: italic;
	font-weight: 400;
	font-family: "PT Serif",serif;
	padding: 15px 20px !important;
}
.web-ie .country_select::-ms-expand,
.web-ie #customer_details select::-ms-expand {
	display: none;
}
.web-ie #billing_country_field:after {
	content: '\f063';
	font-family: 'FontAwesome';
}
.web-ie #billing_state,
.web-ie #customer_details select {
    display: block!important;
}
/* end fix ie */


/*--------------------------------------------------------------
	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;
}
.right-sidebar .k2t-shop,
.left-sidebar .k2t-shop {
	width: 74%;
}
.right-sidebar .k2t-shop {
	float: left;
}
.left-sidebar .k2t-shop {
	float: right;
}
.k2t-shop-sidebar {
	width: 26%;
	margin-top: 120px;
	margin-bottom: 120px;
}
.k2t-shop-sidebar .widget.woocommerce {
	padding-bottom: 45px;
}
.right-sidebar .k2t-shop-sidebar {
	float: right;
	position: relative;
	padding-left: 30px;
}
.left-sidebar .k2t-shop-sidebar {
	float: left;
	position: relative;
	padding-right: 30px;
}
.boxed .right-sidebar .k2t-shop-sidebar {
	padding-right: 20px;
}
.woocommerce .k2t-shop .woocommerce-result-count {
	font-family: "Montserrat";
    font-size: 100%;
    text-align: right;
    border: none;
    font-weight: 400;
    color: #1b1b1b;
    margin: 0;
}
.woocommerce .k2t-shop ul.products {
	border-top: 1px solid #eaeaea;
	padding-top: 30px;
}
.woocommerce .k2t-shop.columns-3 ul.products li.product,
.woocommerce-page .k2t-shop.columns-3 ul.products li.product {
	width: 30.75%;
}
.woocommerce .page-title,
.woocommerce-page .page-title {
	display: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count {
	margin: 5px 0 20px;
}
.woocommerce .woocommerce-ordering select {
	margin: 0;
	text-align: left;
	padding-right: 30px;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	font-size: 171%;
}
.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,
.single-product .entry-summary .variations select {
	outline: none;
	display: inline-block;
	cursor: pointer;
	font-size: 85%;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	border: 1px solid #959595;
	margin: 0;
	color: #959595;
	border-radius: 0px;
	text-align: center;
	padding: 10px 40px 10px 10px;
	height: 50px;
	font-family: 'PT serif',sans-serif !important;
	font-size: 100%;
	font-style: italic;
	float: none;
	background-color: transparent;
}
.single-product .entry-summary .variations select {
	width: auto !important;
}
.single-product .entry-summary .variations tr {
	float: left;
}
.woocommerce div.product form.cart .variations .value {
	position: relative;
	padding-right: 10px;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .reset_variations,
.single-product .single_variation_wrap .stock {
	display: none !important;
}
select.orderby {
	background: transparent;
	font-family: "Montserrat";
	font-size: 100%;
	text-align: right;
	border: none;
	font-weight: 400;
	color: #1b1b1b;
}
@media screen and ( -webkit-min-device-pixel-ratio: 0 ) {
	.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 ";
	font: 87.5% FontAwesome;
	right: 20px;
	top: 25px;
	position: absolute;
	pointer-events: none;
}
.woocommerce-ordering:after {
	top: 0;
	line-height: 20px
}
.shipping-calculator-form > p:first-child:before {
	background: #fff;
	border: 1px solid #e3ecf0;
	content: "";
	display: block;
	height: 38px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
}
.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;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.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;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.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 p.stars a {
	margin-right: 9px
}
.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;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.woocommerce .product .p-info .p-top > .yith-wcwl-add-to-wishlist i:hover,
.woocommerce-page .product .p-info .p-top > .yith-wcwl-add-to-wishlist i:hover,
.woocommerce .product .p-info .p-top > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
.woocommerce-page .product .p-info .p-top > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
.woocommerce .product .p-info .p-top > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i,
.woocommerce-page .product .p-info .p-top > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i {
	color: #d91136;
}
.woocommerce .product .p-info .price,
.woocommerce-page .product .p-info .price {
	text-align: center;
	padding: 20px 0;
	margin: 0 !important;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	display: inline-block;
	font-size: .67em;
}
.woocommerce .product .p-info .button,
.woocommerce-page .product .p-info .button,
.woocommerce .product .p-info .added_to_cart,
.woocommerce-page .product .p-info .added_to_cart {
	background: #282828;
	border: 0;
	color: #fff;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	-ms-border-radius:     0;
	border-radius:         0;
}
.woocommerce .product .p-info .button.added,
.woocommerce-page .product .p-info .button.added {
}
.woocommerce .product .p-info .added_to_cart,
.woocommerce-page .product .p-info .added_to_cart {
	padding: 16px 0;
}
.woocommerce button.button {
	font-weight: 400;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
	top: auto;
}
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
	color: #ffffff;
	opacity: 1;
}
.woocommerce input.button:hover:disabled, 
.woocommerce input.button:hover:disabled[disabled] {
	background: #ff6600;
	color: #ffffff;
	opacity: 1;
}
.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 .product .p-info .button:hover,
.woocommerce-page .product .p-info .button:hover,
.woocommerce .product .p-info .added_to_cart:hover,
.woocommerce-page .product .p-info .added_to_cart:hover {
	background: #bdb099;
}
.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: #bdb099;
}
.woocommerce nav.woocommerce-pagination {
	width: 100%;
}
.woocommerce nav.woocommerce-pagination ul {
	display: block;
	padding-top: 75px;
    padding-bottom: 75px;
}
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
	margin: 25px 0;
	padding-left: 8px;
	border: none;
}

.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
	color: #959595;
	position: relative;
	z-index: 0;
	display: block;
	line-height: 40px;
	font-size: 87.5%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-right: 5px;
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	line-height: inherit;
	padding: inherit;
	display: block;
	height: 40px;
	width: 40px;
	font-size: 1.2em;
	color: #2a2a2a;
}
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
	color: #fff;
	background-color: #ff6600;
	border-color: transparent;
}
.woocommerce .widget_layered_nav ul li a, 
.woocommerce .widget_layered_nav ul li span {
	padding: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li  a.next,
.woocommerce nav.woocommerce-pagination ul li  a.prev {
	background: #343434;
	color: #fff;
	width: 80px;
}
.woocommerce nav.woocommerce-pagination ul li  a.next,
.woocommerce nav.woocommerce-pagination ul li  a.prev {
	text-indent: 9999px;
    overflow: visible;
    position: relative;
}
.woocommerce nav.woocommerce-pagination ul li  a.next:after {
	content: 'next';
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 8px;
    line-height: 40px;
    text-transform: uppercase;
    text-indent: -17px !important;
    -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.prev:after {
	content: 'prev';
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 8px;
    line-height: 40px;
    text-transform: uppercase;
    text-indent: -17px !important;
    -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;
}
#yith-wcwl-form {
	padding-top: 80px;
}
.left-sidebar .dhvc-woo-pagination a.next,
.left-sidebar .dhvc-woo-pagination a.prev,
.no-sidebar .dhvc-woo-pagination a.next,
.no-sidebar .dhvc-woo-pagination a.prev {
	text-indent: 18px;
}
.right-sidebar .dhvc-woo-pagination a.next,
.right-sidebar .dhvc-woo-pagination a.prev {
	text-indent: 20px;
}
.left-sidebar .dhvc-woo-pagination a.next:hover,
.left-sidebar .dhvc-woo-pagination a.prev:hover,
.right-sidebar .dhvc-woo-pagination a.next:hover,
.right-sidebar .dhvc-woo-pagination a.prev:hover,
.no-sidebar .dhvc-woo-pagination a.next:hover,
.no-sidebar .dhvc-woo-pagination a.prev:hover {
	background: #ff6600 !important;
}
.left-sidebar .dhvc-woo-pagination a:hover,
.left-sidebar .dhvc-woo-pagination a:hover,
.right-sidebar .dhvc-woo-pagination a:hover,
.right-sidebar .dhvc-woo-pagination a:hover,
.no-sidebar .dhvc-woo-pagination a:hover,
.no-sidebar .dhvc-woo-pagination a:hover {
	color: #ffffff !important;
}
.left-sidebar .dhvc-woo-pagination a.next,
.left-sidebar .dhvc-woo-pagination a.prev,
.right-sidebar .dhvc-woo-pagination a.next,
.right-sidebar .dhvc-woo-pagination a.prev,
.no-sidebar .dhvc-woo-pagination a.next,
.no-sidebar .dhvc-woo-pagination a.prev {
	width: 80px !important;
	height: 40px !important;
	background: #343434 !important;
	color: #ffffff !important;
} 
.left-sidebar .dhvc-woo-pagination a.next:before,
.left-sidebar .dhvc-woo-pagination a.prev:before,
.right-sidebar .dhvc-woo-pagination a.next:before,
.right-sidebar .dhvc-woo-pagination a.prev:before,
.no-sidebar .dhvc-woo-pagination a.next:before,
.no-sidebar .dhvc-woo-pagination a.prev:before  {
	color: #fff;
	width: 80px;
}
.left-sidebar .dhvc-woo-pagination a.next:before,
.right-sidebar .dhvc-woo-pagination a.next:before {
	content: 'next';
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    left: -22px;
}
.left-sidebar .dhvc-woo-pagination a.prev:before,
.right-sidebar .dhvc-woo-pagination a.prev:before {
	content: 'prev';
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    left: -22px;	
}
.right-sidebar .dhvc-woo-pagination {
	text-align: left;
}
.left-sidebar .dhvc-woo-pagination {
	text-align: right;
}
.left-sidebar .dhvc-woo-grid-item .dhvc-woo-images .add-to-cart a:after,
.right-sidebar .dhvc-woo-grid-item .dhvc-woo-images .add-to-cart a:after {
	right: 0;
}
.left-sidebar .dhvc-woo-grid-item .dhvc-woo-images .add-to-cart,
.right-sidebar .dhvc-woo-grid-item .dhvc-woo-images .add-to-cart {
	transform: translate3d(-150%,0%,0);
    -moz-transform: translate3d(-150%,0%,0);
    -webkit-transform: translate3d(-150%,0%,0);
}


/*--------------------------------------------------------------
	Loader
--------------------------------------------------------------*/

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
	display: none;
}

/*--------------------------------------------------------------
	Button
--------------------------------------------------------------*/
.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.shop-cart .buttons .button {
	border-radius: 0px;
	-moz-border-radius: 0px;
	color: #fff;
	font-family: "Montserrat",sans-serif;
	font-weight: 300;
	padding: 18px 24px;
	text-transform: uppercase;
	display: inline-block;
	text-shadow: none;
	box-shadow: none;
	border: 0;
	background: #1b1b1b;;
}
.shop-cart .buttons .button {
	background: #ffffff;
	border: 1px solid;
	color: #252525;
	line-height: 30px;
	padding: 5px 20px;
}
.shop-cart .buttons .button:hover {
	background: #252525;
	color: #fff;
}
.woocommerce .woocommerce-message:before {
	color: #ff6600;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	line-height: 20px;
	background: #252525;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	color: #ffffff;
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #content div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-page #content div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
	color: #fff;
}
.woocommerce #content input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page #content input.button.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before,
.wc-forward a:after,
.wc-forward:after {
	display: none;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
	padding: 16px 20px;
	color: #ffffff;
}

/*--------------------------------------------------------------
	Widgets - Filter by price
--------------------------------------------------------------*/
.woocommerce .widget_price_filter {
	height: 230px;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
	margin-top: 40px
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 2px;
	background: #e1e1e1;
	border: 0;
	position: relative;
	border-radius: 0;
	width: 75%;
	margin: 0 auto;
	top: 30px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
	background: #bdb099;
	z-index: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow: 		none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-state-default {
	border-radius: 0% ! important;
	
	cursor: move;
	height: 20px;
	width: 20px;
	border: 2px solid #d6d6d6;
	position: absolute;
	z-index: 2;
	top: -9px;
	-ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Safari */
    transform: rotate(135deg);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-state-default:before {
	content: "";
	position: absolute;
	background: #252525;
	height: 10px;
	width: 10px;
	top: 3px;
	left: 3px;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-state-default:last-child {
	margin-left: -13px;
}
.woocommerce .widget_price_filter .price_slider_amount {
	font-size: 100%;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label {
	color: #333333;
	font-weight: 500;
	font-size: 100%;
	margin-top: -42px;
	text-align: center;
	font-family: 'Montserrat';
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
	margin: 15px 0 0;
	position: relative;
	text-align: center;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	position: absolute;
    float: right;
    top: 100px;
    padding: 15px 20px;
}

.product-gallery {
	margin-left: -15px;
	margin-right: -15px;
}
/*--------------------------------------------------------------
	Widgets - Product
--------------------------------------------------------------*/
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
	margin-bottom: 5px;
	padding-left: 25px;
}
.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;
	padding: 0;
	display: inline-block;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	display: block;
}
.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 {
	box-shadow: none;
	width: 72px;
	margin: 0 20px 0 0;
	float: left;
}
.woocommerce ul.cart_list .product-name,
.woocommerce ul.product_list_widget .product-name,
.woocommerce ul.product_list_widget .quantity,
.woocommerce ul.cart_list .quantity {
	width: -webkit-calc( 100% - 93px );
	width: -moz-calc( 100% - 93px );
	width: calc( 100% - 93px );
	float: right;
	text-align: left;
}
.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 {
	color: #3b3b3b;
	font-weight: 600;
	font-family: "Montserrat";
}
.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 {
	color: #b5b5b5;
	font-weight:300;
	font-family: "Montserrat";
}

.woocommerce ul.cart_list li dl, 
.woocommerce ul.product_list_widget li dl {
	border: none;
	float: right;
	text-align: left;
	padding-left: 18px;
}

.woocommerce ul.cart_list li dl p, 
.woocommerce ul.product_list_widget li dl p {
	line-height: 25px;
	padding-left: 19px
}

.woocommerce ul.cart_list li dl dd, 
.woocommerce ul.product_list_widget li dl dd {
	padding: 0;
	margin: 0
}

/*--------------------------------------------------------------
	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: #bdb099;
	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;
}
.woocommerce.widget_shopping_cart .cart_list li.empty {
	font-size: 87.5%;
	font-style: italic;
	padding: 0;
}
/*--------------------------------------------------------------
	Widgets - Shop sidebar
--------------------------------------------------------------*/
.k2t-shop-sidebar .widget-title {
	background: #3a3a3a;
	padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 24px;
}
.k2t-shop-sidebar .widget-title:hover {
	background: #f2a40f;
}
.k2t-shop-sidebar .widget-title span {
	color: #ffffff;
}
.left-sidebar .k2t-sidebar .widget ul li,
.right-sidebar .k2t-sidebar .widget ul li {
	line-height: 50px;
	padding-left: 0;
}
.left-sidebar .k2t-sidebar .widget ul.product_list_widget li, 
.right-sidebar .k2t-sidebar .widget ul.product_list_widget li {
	line-height: 35px;
}
.k2t-shop-sidebar .widget ul.product-categories li {
	padding-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
}
.k2t-shop-sidebar .widget ul.product-categories li:last-child {
	border: none;
	padding-bottom: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
	background: #000000;
}
.left-sidebar .k2t-sidebar .woocommerce .widget-title,
.left-sidebar .k2t-sidebar .widget_nm_color_filters .widget-title,
.right-sidebar .k2t-sidebar .woocommerce .widget-title,
.right-sidebar .k2t-sidebar .widget_nm_color_filters .widget-title {
	text-align: left;
	padding-left: 25px;
	background: #3a3a3a;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}
.k2t-sidebar .woocommerce .widget-title:hover,
.k2t-sidebar .widget_nm_color_filters .widget-title:hover {
	background: #f2a40f;
}

/*--------------------------------------------------------------
	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 {
	position:relative; 
}
.woocommerce-product-search .search-field {
	float: left;
	border-radius: 2px;
	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;
}
/*--------------------------------------------------------------
	Widgets - Filter by color
--------------------------------------------------------------*/
.color-wrap {
	width: auto !important;
}
.rcorners {
	width: auto !important;
	height: auto !important;
	border-radius: 0px !important;
	margin: 0px !important
}

.rcorners a {
	width: 39px !important;
	height: 39px !important;
}
.color-item {
	margin: 10px 0 4px 0 !important;
	width: 38px !important;
    margin: 10px !important;
}
.color-item:first-child {
	margin-left: 0 !important;
    padding-left: 0;
}
.color-item:last-child {
	margin-right: 0 !important;
}

/*--------------------------------------------------------------
	Shop cart
--------------------------------------------------------------*/
.h-element .shop-cart {
	position: relative;
	width: 26px;
}
.shop-cart .cart-control {
	color: #727272;
	position: relative;
}
.shop-cart .cart-control span {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: #ff6600;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
	top: -6px;
	right: -15px;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	border-radius:         50%;
}
.shop-cart .shop-item {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 300px;
	background: #fff;	
	z-index: 100;
	padding: 15px 20px 25px;
	right: 0;
	top: 42px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* Click add to cart show shop cart */
.shop-cart:hover .shop-item,
.shop-cart .shop-item.active{
	opacity: 1;
	visibility: visible;
	right: -26px;
	z-index: 999999;
}
.k2t-row [class*="col-"]:first-child .shop-cart .shop-item {
	left: 0;
	right: auto;
}
.k2t-row [class*="col-"]:first-child .shop-cart:hover .shop-item {
	right: auto;
	left: -26px;
}
.shop-cart .shop-item ul.product_list_widget {
	list-style: none;
	margin: 0;
}
.shop-cart .shop-item ul.product_list_widget li {
	padding: 0;
	font-weight: 600;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #959595;
}
.shop-cart .shop-item ul.product_list_widget li.empty {
	border: 0;
	padding: 0;
	height: auto;
	color: #252525;
}
.shop-cart .shop-item ul.product_list_widget li:first-child {
	padding-top: 0;
}
.shop-cart .shop-item ul.product_list_widget li a {
	color: #252525;
	display: block;
	font-weight: 300;
	font-style: italic;
}
.shop-cart .shop-item ul.product_list_widget li a img.attachment-shop_thumbnail {
	float: left;
	width: 80px;
}
.shop-cart .shop-item ul.product_list_widget li a.product-name {
	float: right;
	font-size: 16px;
	font-family: 'Montserrat';
	font-style: inherit;
	margin-top: 10px;
	padding-right: 10px;
	width: -webkit-calc( 100% - 100px );
	width: -moz-calc( 100% - 100px );
	width: calc( 100% - 100px );
}
.shop-cart .shop-item ul.product_list_widget li a:hover {
	color: #bdb099;
}
.shop-cart .shop-item ul.product_list_widget li a.remove {
	background: none !important;
	color: #949494 !important;
	font-size: 110%;
	position: absolute;
	right: 0px;
	top: 12px;
}
.shop-cart .shop-item ul.product_list_widget li span {
	font-size: 90%;
	color: #878787;
	font-weight: 300;
}
.shop-cart .shop-item ul.product_list_widget li span.quantity {
	font-weight: 300;
	font-size: 10px;
	position: absolute;
	width: 50px;
	bottom: 10px;
	left: 0;
	right: 0;
	display: block;
	padding: 1px;
	color: #fff;
	background: rgba(0,0,0,0.7);
	text-align: center;
}

.shop-cart .shop-item ul.product_list_widget li span.quantity * {
	color: #fff;
}

.shop-cart .shop-item ul.product_list_widget .variation {
	display: block;
	padding-top: 10px;
	float: right;
	width: -webkit-calc( 100% - 100px );
	width: -moz-calc( 100% - 100px );
	width: calc( 100% - 100px );
}

.shop-cart .shop-item ul.product_list_widget .variation dd, 
.shop-cart .shop-item ul.product_list_widget .variation dt {
	margin: 0;
	display: inline-block;
}
.shop-cart .shop-item ul.product_list_widget .variation dd p {
	margin-bottom: 0
}
.shop-cart .shop-item .total,
.shop-cart .shop-item .buttons {
	float: left;
	margin: 0;
}
.shop-cart .shop-item .total {
	width: 100%;
	font-size: 100%;
	text-align: right;
}
.shop-cart .shop-item .total strong {
	float: left;
	font-family: 'Montserrat', sans-serif;
	color: #252525;
	font-weight: 700;
	text-transform: uppercase;
}
.shop-cart .shop-item .total span {
	color: #252525;
	font-size: 115%;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.shop-cart .shop-item .buttons {
	width: 100%;
	text-align: center;
}

.woocommerce .cart-collaterals .cross-sells, 
.woocommerce-page .cart-collaterals .cross-sells {
	margin-bottom: 40px;
	width: 100%	;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
	width: 50%;
	float: right;
}

/*--------------------------------------------------------------
	Single product
--------------------------------------------------------------*/
.woocommerce div.product .k2t-product-top,
.woocommerce div.product .k2t-product-bottom {
	display: inline-block;
	width: 100%;
	margin-bottom: 58px;
}
.woocommerce div.product .k2t-product-bottom {
	margin-top: 25px;
	margin-bottom: 65px;
}
#single-product-image-wrap {
	float: left;
	width: 49%;
	position: relative;
	background: #f4f4f4;
}
.product-img-cont {
	position: relative;
}
.product-img .item-cont {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.product-img.owl-carousel .owl-item img {
	display: block;
	max-width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.product-item .product-thumb a.click-fullscreen {
	background-color: #fff;
	width: 50px;
	height: 50px;
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.product-item .product-thumb:hover a.click-fullscreen {
	opacity: 1;
	transition: all 0.3s ease 0s;
}
a.click-fullscreen:before{
	content: '\f06e';
	background-color: transparent !important;
    color: #252525;
    display: block;
    font-family: 'FontAwesome';
    position: relative;
    height: 50px;
    width: 50px;
    line-height: 50px;
    top: -1px;
    z-index: 99999;
}
.woocommerce .owl-carousel .owl-item a.click-fullscreen {
	position: absolute;
	z-index: 800;
    bottom: 10px;
    right: 15px;
    display: block !important;
    width: 40px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #bfbfbf;
}
.woocommerce .owl-carousel .owl-item a.click-fullscreen span {
	display: block;
    color: #959595;
    padding: 10px;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.woocommerce .owl-carousel .owl-item a.click-fullscreen:hover span {
	background: #252525;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.woocommerce .owl-carousel .owl-item a.click-fullscreen span.icon-size-fullscreen:before {
	font-size: 14px;
    margin-left: 3px;
}
.woocommerce .owl-carousel .owl-item a.click-fullscreen:hover span.icon-size-fullscreen:before {
	color: #ffffff;
}
.woocommerce .owl-carousel .owl-item a.click-fullscreen:before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .product-related {
	width: 100%;
	padding: 0
}
.woocommerce #nav {
	list-style: none;
	margin-top: 50px !important;
	margin-bottom: 165px !important;
}
.woocommerce #nav {
	width: calc(100% - 130px);
	margin: 0 auto;
}
.woocommerce #nav .owl-stage {
	margin: 0 auto;
	z-index: 9;
}
.woocommerce #nav a img {
	background: #fff;
	background-clip: content-box;
	cursor: pointer
}

.woocommerce #nav a img {
	border: 2px solid transparent;
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.woocommerce #nav a:hover img {
	border: 2px solid #252525;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.woocommerce #nav a.clicked img {
	opacity: 1
}
.woocommerce .owl-theme .owl-controls {
	margin-top: 0;
}
.woocommerce #nav.owl-theme .owl-controls .owl-nav,
.woocommerce #nav.owl-theme:hover .owl-controls .owl-nav {
	position: inherit;
	width: inherit;
	top: 0;
	margin-top: 0;
}
.woocommerce #nav.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #222222;
	background: #ffffff !important;
	border: 1px solid #bfbfbf;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	
	opacity: 1 !important;
	text-indent: 9999px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.woocommerce #nav.owl-theme .owl-controls .owl-nav .owl-prev {
	left: -62px;
	margin-left: 10px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.woocommerce #nav.owl-theme .owl-controls .owl-nav .owl-next {
	margin-right: 10px;
	right: -62px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.woocommerce #nav.owl-theme .owl-controls .owl-nav .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
    color: #959595;
    position: absolute;
   	top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-indent: 0;
}
.woocommerce #nav.owl-theme .owl-controls .owl-nav .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
    color: #959595;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-indent: 0;
}
.woocommerce #nav.owl-theme .owl-controls .owl-nav .owl-next:hover,
.woocommerce #nav.owl-theme .owl-controls .owl-nav .owl-prev:hover {
	background: #252525 !important;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.woocommerce #nav.owl-theme .owl-controls .owl-nav .owl-next:hover:before,
.woocommerce #nav.owl-theme .owl-controls .owl-nav .owl-prev:hover:before {
	color: #ffffff !important;
}
.owl-theme .owl-controls .owl-nav .owl-next {
	right: 0;
}
.woocommerce .product-img.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 0;
	margin-left: 0;
}
.woocommerce .product-img.owl-theme .owl-controls .owl-nav .owl-next {
	right: 0;
	margin-right: 0;
}
#single-product-image-wrap .owl-theme .owl-controls {
	display: none;
}
#single-product-image-wrap #nav .owl-controls {
	display: block;
	z-index: 9
}
.woocommerce div.product div.summary {
	float: right;
	width: 51%;
	margin-bottom: 0;
	padding-bottom: 15px;
	overflow: hidden;
	padding-left: 30px;
	padding-top: 30px;
}
.woocommerce div.product .no-related-products .woocommerce-tabs {
	width: 100%;
}
.woocommerce div.product .k2t-product-top .onsale {
	display: none;
}
.woocommerce div.product .product_title {
	color: #252525;
	font-size: 150%;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-family: "Montserrat";
}
.woocommerce div.product div.summary .p-rate-price {
	padding: 0;
	position: relative;
}
.woocommerce div.product div.summary .p-rate-price > div {
	clear: both;
}
.woocommerce div.product .woocommerce-product-rating {
	display: none;
}
.woocommerce div.product div.summary .woocommerce-review-link {
	float: none;
	display: inline-block;
	white-space: nowrap;
}
.woocommerce div.product .price del .amount {
	font-size: 80%;
	font-weight: normal;
	font-family: "Montserrat";
	color: #ff6600;
}
.woocommerce div.product .price  ins .amount,
.woocommerce div.product .price > .amount {
	color: #ff6600;
	font-weight: normal;
	font-family: "Montserrat";
}
.woocommerce div.product .product-name .price:before {
	content: 'Price: ';
	font-size: 16px;
	color: #777777;
}
.woocommerce div.product .stock {
	color: #252525
}
.woocommerce div.product form.cart {
	margin-bottom: 1em;
	margin-top: 14px;
	margin-bottom: 34px;
}
.woocommerce div.product form.cart .variations {
	border: 0 none;
	display: inline-block;
	width: 100%;
	margin: 0;
}
.woocommerce div.product .variations > div {
/*	width: 25%;
*/	float: left;
	text-align: center;
	padding-right: 10px;
	position: relative;
}
.woocommerce div.product .variations > [class*="wrapper-dropdown-"]:after {
	content: "\f107";
	font-family: "FontAwesome";
	display: block;
	position: absolute;
	top: 40%;
	right: 20px;
	font-size: 87.5%;
}
.woocommerce .product .single_variation {
	float:left;
	margin-top: 55px;
	margin-right: 30px;
}
.woocommerce .product .single_variation .woocommerce-variation-price:before {
	content: 'Price:';
    font-size: 157.5%;
    font-family: 'Montserrat';
    color: #252525;
}

.woocommerce .product .variations_button {
	float: left;
	margin-top: 32px;
}
.woocommerce div.product .variations > div.variations_button {
	float: right;
	padding: 0;
}
.woocommerce div.product .variations .variations_button .button,
.woocommerce div.product .cart .button {
	float: none;
	margin: 20px 0;
	background: #252525;
	line-height: 30px;
}
.woocommerce div.product p.cart .button.single_add_to_cart_button{
	background-image: url(./../images/buy_now.png);
	background-repeat: no-repeat;
	background-position: 16px 20px;
	background-color: #252525;
	width: 155px;
	padding-left: 55px;
}
.woocommerce div.product p.cart .button.single_add_to_cart_button:hover{
	background-color: #ff6600;
}
.woocommerce div.product .variations .variations_button .button:hover,
.woocommerce div.product .cart .button:hover {
	background-color: #bdb099;
}
.woocommerce div.product .variations div.quantity {
	padding: 20px 0
}
.woocommerce div.product .product-description > div {
	display: inline-block;
	margin: 10px 25px 10px 0;
}
.woocommerce div.product .product-description a {
	color: #959595
}
.single-product .entry-summary .out-of-stock {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.woocommerce div.product .product-description a:hover {
	color: #252525
}
.woocommerce div.product .woocommerce-tabs {
	padding-top: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 3px 0 25px;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs .tabs > li:before,
.woocommerce div.product .woocommerce-tabs .tabs > li:after,
.woocommerce div.product .woocommerce-tabs .entry-content h2,
.woocommerce div.product .variations > div.single_variation {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li {
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: inherit;
	padding: 0;
	background: transparent;
}
.woocommerce div.product .k2t-product-bottom .woocommerce-tabs ul.tabs > li.additional_information_tab,
.woocommerce div.product div.summary .woocommerce-tabs ul.tabs > li.reviews_tab,
.woocommerce div.product .k2t-product-bottom .description_tab,
.woocommerce div.product .k2t-product-bottom #tab-description,
.woocommerce-tabs .additional_information_tab,
.woocommerce-tabs .tab-additional_information {
	display: none !important;
}
.woocommerce-tabs .description_tab,
.woocommerce-tabs #tab-description {
	display: block !important;
}
.k2t-product-bottom .product-related .product-item .product-thumb .yith-wcwl-add-to-wishlist:after {
	top: 13px;
    padding-right: 14px;
}
.k2t-product-bottom .product-related .product-item .product-thumb .product_type_grouped {
	float: none;
	margin: 0;
}

.woocommerce div.product form.cart .group_table div.quantity {
	float: left;
}
/* tech spec */
.tech-specs > p {
	margin: 0;
}
.tech-specs li {
	color: #252525;
	font-family: 'Montserrat';
	list-style: none;
	overflow: hidden;
	padding-left: 20px;
}
.tech-specs li:nth-child(2n+1) {
	background-color: transparent;
}
.tech-specs li:nth-child(2n+2) {
	background-color: #f3f3f3;
}
.tech-specs li p {
	float: left;
	margin-top: 10px;
	width: 50%;
}
.tech-specs li p:last-child {
	padding-left: 0;
}
.woocommerce div.product div.summary .woocommerce-tabs ul.tabs {
	margin: 0;
}
.woocommerce div.product div.summary .woocommerce-tabs .entry-content {
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li.active {
	background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li a {
	font-weight: normal;
	padding: 0;
	background-color: transparent;
	padding: 10px 15px;
	font-family: "Montserrat";
	text-transform: uppercase;
	color: #959595
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li:first-child a {
	padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li a {
	color: #252525 !important;
	text-decoration: none;
	font-size: 145%;
	font-weight: 600;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs .entry-content {
	padding: 15px 0;
	margin-bottom: 0;
}
.woocommerce div.product .k2t-product-bottom  .woocommerce-tabs #tab-reviews,
.woocommerce div.product .k2t-product-top .woocommerce-tabs #tab-additional_information {
	display: block !important;
}
.woocommerce div.product .k2t-product-bottom  .woocommerce-tabs ul {
	width: 50%;
	display: inline-block;
}
.woocommerce div.product .k2t-product-bottom  .woocommerce-tabs #tab-additional_information {
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs .entry-content .shop_attributes td {
	padding: 0px;
}
.woocommerce div.product .k2t-product-bottom .woocommerce-tabs #review_form_wrapper h3 {
	margin-bottom: 40px;
}
.woocommerce #review_form #respond {
	width: 100%;
}
.woocommerce #review_form #respond p.form-submit {
    float: right;
	margin: 55px 0 0;
	position: relative;
	text-align: right;
    width: auto;
}
.woocommerce #review_form #respond textarea {
	border: none;
	border-bottom: 1px solid #ccc;
}
.woocommerce #reviews #comment {
	height: 65px;
	border: none;
}
.woocommerce #reviews .comment-body:after {
	width: 100%;
}
.woocommerce .wp-social-login-widget {
	display: none;
}
.woocommerce div.product #review_form .comment-reply-title {
	color: #252525;
}
.woocommerce #reviews #commentform {
	padding-top: 50px;
}
.woocommerce #reviews #commentform > p {
    width: 100%;
    float: none;
    padding-right: 0;
}
.woocommerce #reviews #commentform > p label {
	font-size: 14px;
    color: #959595;
    margin-right: 10px;
}
.woocommerce #reviews #commentform > p select {
	font-size: 14px;
	margin-right: 10px;
	padding: 5px;
	 width:100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    background: url(./../images/dropdown.png) no-repeat right center;
	outline: 0;
} 
.woocommerce #reviews #commentform > * {
	font-family: 'Montserrat';
}
.woocommerce div.product .woocommerce-tabs #reviews #comments .star-rating {
	display: none;
}
.woocommerce #reviews #commentform .comment-form-author:after {
	right: 20px
}
.woocommerce div.product .woocommerce-tabs #comments {
	width: 48%;
	float: left;
	margin: 0 0 20px;
	padding: 0;
	background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs #review_form_wrapper {
	width: 50%;
	float: right;
	margin-top: -70px;
}
.woocommerce div.product .woocommerce-tabs #review_form_wrapper #review_form {
	margin-left: 20px;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments ol.commentlist > li img.avatar {
	position: inherit;
	max-width: inherit;
	border: 0;
	padding: 0;
	width: 100%;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments .comment-meta {
	margin-left: 100px;
}
.woocommerce div.product .woocommerce-tabs #reviews #comments .comment-meta .comment-author {
	margin-bottom: 0
}
.woocommerce div.product form.cart table{
	font-family: "Montserrat";
	margin-bottom: 42px;
}
.woocommerce div.product form.cart table div.quantity {
	float: left;
}
.woocommerce div.product form.cart table .price{
	font-size: 16px;
}
.woocommerce div.product p.stock{
	font-size: 14px;
}
.woocommerce div.product form.cart .group_table td.label,
.woocommerce div.product form.cart .group_table td {
	vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td p {
	margin-bottom: 0;
	margin-top: 0;
}

.woocommerce p.stars a {
	margin: 0;
}
.woocommerce p.stars [class*="star-"] {
	border: none ! important;
	position: absolute;
	left: 0;
	color: #fad232;
	font-size: 112.5%;
}
.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after,
.woocommerce p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-2.active:after,
.woocommerce p.stars a.star-3.active:after,
.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-5.active:after {
	font-family: "FontAwesome";
}
.woocommerce p.stars a.star-1:after {
	content: "\f006";
}
.woocommerce p.stars a.star-2:after {
	content: "\f006\f006";
}
.woocommerce p.stars a.star-3:after {
	content: "\f006\f006\f006";
}
.woocommerce p.stars a.star-4:after {
	content: "\f006\f006\f006\f006";
}
.woocommerce p.stars a.star-5:after {
	content: "\f006\f006\f006\f006\f006";
}
.woocommerce p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after {
	content: "\f005";
}
.woocommerce p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-2.active:after {
	content: "\f005\f005";
}
.woocommerce p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3.active:after {
	content: "\f005\f005\f005";
}
.woocommerce p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after {
	content: "\f005\f005\f005\f005";
}
.woocommerce p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after {
	content: "\f005\f005\f005\f005\f005";
}
.woocommerce p.stars a.star-5 {
	z-index: 1;
    left: 80px;
}
.woocommerce p.stars a.star-4 {
	z-index: 2;
    left: 60px;
}
.woocommerce p.stars a.star-3 {
	z-index: 3;
    left: 40px;
}
.woocommerce p.stars a.star-2 {
	z-index: 4;
    left: 20px;
}
.woocommerce p.stars a.star-1 {
	z-index: 5;
    left: 0px;
}

/* wishlist */
.dhvc-woo-images .add_to_wishlist:after, 
.dhvc-woo-images .yith-wcwl-wishlistexistsbrowse a:after, 
.dhvc-woo-images .yith-wcwl-wishlistaddedbrowse a:after {
	background: transparent !important;
}
.dhvc-woo-images .yith-wcwl-wishlistaddedbrowse:hover a:before {
	color: #ff6600 !important;
}
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show {
	width: 50px;
}
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show {
	height: 68px;
    width: 68px;
    border: 2px solid #cccccc;
}
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
	border: 2px solid #cccccc;
}
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:after {
	content:"\f004";
	color: #cccccc;
	font-family: 'FontAwesome';
	font-size: 20px;
} 
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:after {
	margin-left: 20px;
}
.single-product .yith-wcwl-add-to-wishlist .feedback {
	display: none;
}
.single-product .yith-wcwl-add-to-wishlist .ajax-loading {
	float: right;
}
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist {
    display: block;
    height: 70px;
    width: auto;
    float: left;
    margin-top: 20px;
    margin-left: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.k2t-product-top .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    width: 60px;
}
.k2t-product-top .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
    content: '\f08a';
    font-family: 'FontAwesome';
    position: relative;
    top: 0;
    left: 20px;
    width: 50px;
    height: 50px;
    line-height: 64px;
    text-indent: 0;
    font-size: 22px;
}
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
	height: 70px;
	width: 70px;
}
.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	background: #ffffff;
}
.product-item .product-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	border: none;
}
.yith-wcwl-add-to-wishlist a {
	line-height: 50px;
}
.yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
	content: '\f08a' !important;
    font-family: 'FontAwesome' !important;
    left: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #252525 !important;
    margin-top: 0;
}
.yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a:before {
	color: #ff6600 !important;
	-webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out !important;
}
.yith-wcwl-add-to-wishlist {
    z-index: 100;
    margin-top: 0;
    opacity: 0;
}
.k2t-shop .products .product-item .product-thumb:hover .yith-wcwl-add-to-wishlist {
	-webkit-transition: all .0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    opacity: 1;
}
.yith-wcwl-wishlistexistsbrowse a:before, 
.yith-wcwl-wishlistaddedbrowse a:before {
	content: "\f004" !important;
    font-family: fontawesome;
    font-size: 20px;
    color: #252525;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.yith-wcwl-wishlistexistsbrowse a:after, 
.yith-wcwl-wishlistaddedbrowse a:after {
	border-right: 1px solid #252525;
    content: '';
    color: #252525;
    font-size: 20px;
    right: -3px;
    height: 20px;
    position: absolute;
    top: 15px;

}
.yith-wcwl-add-to-wishlist a {
	position: inherit !important; 
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	display: block;
	padding-top: 10px;
}
.default_single_product .yith-wcwl-wishlistaddedbrowse a:before, 
.default_single_product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
	content: '\f08a' !important;
    font-family: 'FontAwesome' !important;
    left: 23px;
    font-size: 18px;
    color: #9d9d9d !important;
    margin-top: 0;
}
.default_single_product .yith-wcwl-wishlistexistsbrowse:hover a:before, 
.default_single_product .yith-wcwl-wishlistaddedbrowse:hover a:before, 
.default_single_product .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a:before {
	color: #ff6600 !important;
}
.default_single_product .yith-wcwl-add-to-wishlist {
	opacity: 1;
	position: inherit;
	line-height: 65px;
}
.default_single_product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, 
.default_single_product .yith-wcwl-wishlistexistsbrowse a:after, 
.default_single_product .yith-wcwl-wishlistaddedbrowse a:after {
	border-right: none;
}
.default_single_product .yith-wcwl-wishlistexistsbrowse a:before, 
.default_single_product .yith-wcwl-wishlistaddedbrowse a:before {
	content: "\F004" !important;
    font-family: fontawesome;
    margin-left: 22px;
}
.default_single_product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:first-child {
	display: block;
}
.default_single_product .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
	line-height: 35px;
}
.default_single_product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	width: 68px;
	height: 68px;
	border: 2px solid #ccc;
}
.default_single_product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	line-height: 65px;
}
.default_single_product .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:after {
	color: #ff6600;
}
.dhvc-woo-images .yith-wcwl-add-to-wishlist {
	opacity: 1;
}
/*--------------------------------------------------------------
	Quick view
--------------------------------------------------------------*/
.quick_view_ultimate_container {
	width: 50px !important;
}
.quick_view_ultimate_container .quick_view_ultimate_button {
	width: 50px !important;
    height: 50px !important;
    background: #ffffff !important;
    top: 24px !important;
	left: 180px !important;
	opacity: 1 !important;
	margin-top: 24px !important;
    border-radius: 0px !important;
}
.quick_view_ultimate_container .quick_view_ultimate_button:before{
	content: '\f06e';
    color: #252525;
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-indent: 0;
    font-size: 18px;
}
.quick_view_ultimate_container .quick_view_ultimate_button:hover:before {
	color: #ffffff;
}

/*--------------------------------------------------------------
	Related product
--------------------------------------------------------------*/
.woocommerce div.product .product-related {
	padding-bottom: 0;
	padding-top: 20px;
}
.woocommerce .product-related div.products {
	border: 0;
	margin: 0;
	padding: 0;
}
.woocommerce .product-related div.products li {
	padding: 0;
}
.product-related .text-heading {
	text-transform: uppercase;
	text-align: center;
}
.product-related .text-heading > h2 {
	font-weight: 600;
	color: #252525;
}
.product-related .owl-pagination {
	margin-top: 10px;
}
.woocommerce .product-related div.products .relate-item .product-thumb a .attachment-shop_catalog {
	display:none;
}
.product-related .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:after {
	margin-left: 0;
}
.product-related .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:hover:after {
	color: #ff6600;
}
.woocommerce div.product .product-related .product-item {
	padding: 0;
}
.woocommerce div.product .product-related .product-item .product-thumb img {
	background: #f4f4f4;
	padding: 20px 0;
}
.woocommerce div.product .product-related .product-item .product-thumb:hover img {
	background: transparent;
}
.product-item .product-thumb .wrap-3-button {
	opacity: 0;
}
.woocommerce div.product .product-related .k2t-isotope-wrapper {
	margin-top: 48px;
}
/*--------------------------------------------------------------
	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;
	z-index: 9;
}
.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;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product-tab.wpb_tabs .wpb_tabs_nav li.ui-state-active a {
	background: #bdb099;
	color: #fff !important;
	position: relative;
}
.product-tab.wpb_tabs .wpb_tabs_nav li.ui-state-active a:after {
	border-top: 8px solid #bdb099;
}
.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;
}
.product-heading .k2t-heading-inner {
	margin-bottom: 60px;
}
.product-heading .h {
	color: #454545; /* text color */
	font-size: 200px;
	font-weight: bold;
}


/*--------------------------------------------------------------
	DHVC Woo Item
--------------------------------------------------------------*/
.dhvc-woo-item {
	background: #fff;
	display: block !important;
	padding-left: 5px;
}
.dhvc-woo-row-fluid [class*="dhvc-woo-span"]:first-child {
	// padding-left: 0;
}
.dhvc-woo-item .dhvc-woo-images {
	background: #f4f4f4 !important;
}
.dhvc-woo-item .dhvc-woo-images:after {
	background: #ffffff;
	content: '';
	height: 50px;
	opacity: 0;
	top: 40%;
	position:absolute;
	width: 100%;
}
.dhvc-woo-item:hover .dhvc-woo-images:after {
	opacity: 1;
}
.dhvc-woo-images {
    position: relative;
}
.dhvc-woo-images:before{
 	content: '';
    background-color: transparent;
    border: 3px solid transparent;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
}
.dhvc-woo-item:hover .dhvc-woo-images:before{
    border: 2px solid #ff6600;
}
.dhvc-woo-item:hover .dhvc-woo-images .attachment-shop_catalog {
	opacity: 0.5;
}
.dhvc-woo-images .dhvc-woo-thumbnail.dhvc-woo-back-thumbnail {
	display: none;
}
.dhvc-woo-item:hover .dhvc-woo-thumbnail.dhvc-woo-front-thumbnail img {
	opacity: .3 !important;
}
.dhvc-woo-info .dhvc-woo-title {
	text-align: center ! important;
}
.left-sidebar .dhvc-woo-grid-list .dhvc-woo-info .dhvc-woo-title,
.right-sidebar .dhvc-woo-grid-list .dhvc-woo-info .dhvc-woo-title {
	text-align: left;
}

.dhvc-woo-info .dhvc-woo-title a {
	color: #252525;
	font-weight: 300 ! important;
}
.dhvc-woo-info .dhvc-woo-title a:hover {
	color: #bdb099
}
.dhvc-woo-rating{
	position: absolute;
	top: 0px;
}
.dhvc-woo-price {
	position: absolute;
	top: 30px;
	right: 0px;
}
.dhvc-woo-price .amount {
	color: #bdb099 ! important;
	font-family: "Montserrat", san-serif;
	font-weight: 300 ! important;
}
.dhvc-woo-price del .amount {
	font-size: 87.5% ! important;
	color: #959595 ! important;
	font-family: "Montserrat", san-serif;
	line-height: 1.1em ! important;
	position: relative;
	background-repeat: repeat;
}
.dhvc-woo-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, 
.dhvc-woo-item .yith-wcwl-wishlistexistsbrowse a:after, 
.dhvc-woo-item .yith-wcwl-wishlistaddedbrowse a:after {
	border-right: none;
}
.dhvc-woo-pagination {
  	margin: 20px 0;
  	text-align: right;
}
.dhvc-woo-pagination a, .dhvc-woo-pagination .current {
	display: inline-block;
  	background-color: transparent ! important;
	height: 40px ! important;
	width: 40px ! important;
	line-height: 40px ! important;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border: none !important;
	padding: 1px 18px !important;
}
.dhvc-woo-pagination a {
	color: #2a2a2a !important;
}
.dhvc-woo-pagination a.page-numbers,
.dhvc-woo-pagination a.current {
	color: #ffffff;
}
.dhvc-woo-row-fluid.dhvc-woo-toolbar {
	padding: 0 0 20px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 40px;
}
.dhvc-woo-ordering {
	position: relative;
}
.dhvc-woo-ordering:after {
	content: "\f107";
	font-family: "FontAwesome";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 100%;
}
.dhvc-woo-result-count {
	font-size: 100%;
	font-family: 'Montserrat';
	color: #333333;
}

.dhvc-woo-images .dhvc-woo-quickview {
	background: rgba(255, 255, 255, 0.55) none repeat scroll 0 0 !important;
}
.dhvc-woo-images .dhvc-woo-quickview {
	width: 50px;
	height: 50px;
	left: 60% !important;
	top: 40% !important;
	text-indent: -9999px;
	z-index: 99 !important;
	transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}
.dhvc-woo-images .dhvc-woo-quickview a {
	background: #ffffff;
    border: none !important;
    height: 60px;
    width: 60px;
    padding-top: 20px !important;
}
.dhvc-woo-images .dhvc-woo-quickview a:before {
    content: '\f06e';
    color: #252525;
    font-family: 'FontAwesome';
    font-size: 18px;
    height: 50px;
    left: 20px;
    text-indent: 0;
    top: 18px;
    position: absolute;
}
.dhvc-woo-images .dhvc-woo-quickview a:hover:before {
	color: #ff6600;
	transition: all 0s ease 0s !important;
    -webkit-transition: all 0s ease 0s !important;
    -moz-transition: all 0s ease 0s !important;
}
.dhvc-woo-images .dhvc-woo-quickview.loading a {
	visibility: inherit;
}
.dhvc-woo-images .yith-wcwl-add-to-wishlist {
	right: 40% !important;
}
.dhvc-woo-images .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:first-child {
	display: block;
}
.dhvc-woo-images .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, 
.dhvc-woo-images .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
	color: #252525 !important;
	right: 14px;
	top: 27px;
}
.left-sidebar .dhvc-woo-images .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.right-sidebar .dhvc-woo-images .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, 
.right-sidebar .dhvc-woo-images .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.right-sidebar .dhvc-woo-images .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
	color: #252525 !important;
	right: 18px;
	top: 27px;
}
.dhvc-woo-images .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a:before, 
.dhvc-woo-images .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a:before {
	color: #ff6600 !important;
}

/* DHVC grid style 2*/
.grid-style-2 {
	padding-top: 4px;
}
.grid-style-2 .dhvc-woo-item {
	position: relative;
	margin-left: 0 !important;
	padding: 0;
}
.grid-style-2 .dhvc-woo-item:hover .dhvc-woo-images:before {
	content: '';
	background-color: #ff6600;
	opacity: 0.7;
	webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.grid-style-2 .dhvc-woo-item:hover .dhvc-woo-images {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.grid-style-2 .dhvc-woo-item .dhvc-woo-images:after {
	z-index: 99;
	top: 57%;
	webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.grid-style-2 .dhvc-woo-images:hover img {
	opacity: 1;
}
.grid-style-2 .dhvc-woo-info {
	position: absolute !important;
	top: 27%;
	opacity: 0;
	width: 100%;
	margin: 0 auto;
}
.grid-style-2 .dhvc-woo-info h2 {
	line-height: 1.5;
}
.grid-style-2 .dhvc-woo-item:hover .dhvc-woo-info {
	opacity: 1;
	webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.grid-style-2 .dhvc-woo-grid-item .dhvc-woo-images .add-to-cart,
.grid-style-2 .dhvc-woo-grid-item .yith-wcwl-add-to-wishlist,
.grid-style-2 .dhvc-woo-images .dhvc-woo-quickview{
	top: 57% !important;
}
.grid-style-2  .dhvc-woo-images .yith-wcwl-wishlistexistsbrowse a:after, 
.grid-style-2  .dhvc-woo-images .yith-wcwl-wishlistaddedbrowse a:after {
	content: '' !important;
}
.grid-style-2 .dhvc-woo-images .dhvc-woo-quickview {
	z-index: 999 !important;
}
.grid-style-2 .dhvc-woo-grid-item .dhvc-woo-price:before {
	color: #ffffff;
	font-size: 21px;
}
.grid-style-2 .dhvc-woo-price .amount {
	color: #ffffff !important;
}
.grid-style-2 .dhvc-woo-separator {
	display: none;
}
/*--------------------------------------------------------------
	Product List View
--------------------------------------------------------------*/
.dhvc-woo-list-item {
	margin-bottom: 30px !important;
}
.dhvc-woo-list-item .dhvc-woo-info {
	position: relative;
	padding: 30px ! important;
	padding-top: 0px !important;
}
.dhvc-woo-list-item .dhvc-woo-images .yith-wcwl-add-to-wishlist:after {
    content: "";
    color: #252525;
    border-right: 1px solid #252525;
    font-weight: 600;
    right: 0;
    top: 15px;
    height: 20px;
    position: absolute;
}
.dhvc-woo-list-item .dhvc-woo-title a {
	font-size: 100% ! important;
}
.dhvc-woo-list-item .dhvc-woo-images {
	width: 30% !important;
}
.dhvc-woo-list-item .dhvc-woo-title a {
	font-family: 'Montserrat';
}
.dhvc-woo-list-item .dhvc-woo-images .add-to-cart {
	background: #1b1b1b;
	height: 50px;
	width: 50px;
	left: 20%;
	opacity: 0;
	position: absolute;
	top: 40%;
	z-index: 999;
}
.dhvc-woo-list-item:hover .dhvc-woo-images .add-to-cart {
	opacity: 1
}
.dhvc-woo-list-item .dhvc-woo-images .add-to-cart a {
	background: #ffffff !important;
	color: #1b1b1b;
	height: 50px;
	width: 50px;
	text-indent: 999px;
}
.dhvc-woo-list-item .dhvc-woo-images .add-to-cart a:before{
	content: "\e04e";
    font-family: Simple-Line-Icons;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 16px;
    color: #252525;
    line-height: 50px;
    top: 0;
    color: #1b1b1b;
}
.dhvc-woo-list-item .dhvc-woo-images .add-to-cart:hover a:before {
	color: #ff6600;
}
.dhvc-woo-list-item .dhvc-woo-images .add-to-cart a:after {
    content: "";
    color: #252525;
    border-right: 1px solid #252525;
    font-weight: 600;
    right: 0;
    top: 15px;
    height: 20px;
    position: absolute;
}
.dhvc-woo-list-item .dhvc-woo-rating{
	left: 30px;
	top: 30px;
}
.dhvc-woo-list-item .dhvc-woo-info .dhvc-woo-title {
	margin-top: -8px;
}
.left-sidebar .dhvc-woo-list-item .dhvc-woo-info .dhvc-woo-title {
	text-align: left !important;
}
.left-sidebar .dhvc-woo-list-item:hover .dhvc-woo-info .dhvc-woo-title a,
.right-sidebar .dhvc-woo-list-item:hover .dhvc-woo-info .dhvc-woo-title a {
	color: #ff6600 !important;
}

.right-sidebar .dhvc-woo-list-item .dhvc-woo-info .dhvc-woo-title {
	text-align: left !important;
}
.dhvc-woo-list-item .dhvc-woo-price {
	top: 20px;
	position: relative;
	z-index: 9;
}
.dhvc-woo-list-item .dhvc-woo-price:before {
	content: 'Price:';
	font-size: 18px;
	color: #777777;
	padding-right: 5px;
	font-weight: 400;
	font-family: 'Montserrat';
}
.dhvc-woo-list-item .dhvc-woo-price span {
	font-size: 18px !important;
}
.dhvc-woo-list-item .dhvc-woo-excerpt {
	font-size: 16px !important;
	line-height: 2;
}
.dhvc-woo-list-item span.onsale {
	top: 30px;
	right: 0;
}
.dhvc-woo-list-item .dhvc-woo-addtocart {
	display: none;
}
.dhvc-woo-list-item .dhvc-woo-addtocart a {
	font-size: 62.5%  ! important;
	padding: 15px 20px ! important;
} 
.dhvc-woo-list-item .dhvc-woo-addtocart a.added_to_cart.wc-forward {
	color: #fff;
	background-color: #bdb099;
	border-radius: 50px;
	padding: 4px 20px ! important;
	font-family: "Montserrat";
	text-transform: uppercase;
}
.dhvc-woo-list-list .dhvc-woo-rating .star-rating {
	display: none;
}
.dhvc-woo-list-list .dhvc-woo-images .yith-wcwl-add-to-wishlist {
	position: absolute;
    right: 0;
    top: 40%;
    width: 50px;
    height: 50px;
    background: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.dhvc-woo-list-list .dhvc-woo-images .add_to_wishlist:before {
	top: 28px;
	left: 15px;
}
.dhvc-woo-list-list .dhvc-woo-images .yith-wcwl-add-button {
	width: 50px;
	height: 50px;
}
.dhvc-woo-list-list .dhvc-woo-images .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
	width: 50px;
	height: 50px;
}
.dhvc-woo-list-list .dhvc-woo-images .yith-wcwl-wishlistexistsbrowse a:before {
	left: 18px;
}
.dhvc-woo-list-list .dhvc-woo-images .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
	content: '';
	display: none;
}
.dhvc-woo-images .dhvc-woo-thumbnail.dhvc-woo-front-thumbnail {
	z-index: 0 !important;
}
.dhvc-woo-images .dhvc-woo-thumbnail.dhvc-woo-front-thumbnail img {
	display: inline-block;
}
/*--------------------------------------------------------------
	Product Grid View
--------------------------------------------------------------*/

.dhvc-woo-grid-item .dhvc-woo-info {
	position: relative;
	padding: 19px ! important;
}
.dhvc-woo-grid-item .dhvc-woo-info .dhvc-woo-title {
	margin: 0;
}
.dhvc-woo-grid-item .dhvc-woo-rating {
	margin-top: 20px
}
.dhvc-woo-grid-item .dhvc-woo-images .add-to-cart {
	background: #1b1b1b;
	height: 50px;
	width: 50px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 40%;
	z-index: 999;
	transform: translate3d(-135%,0%,0);
    -moz-transform: translate3d(-135%,0%,0);
    -webkit-transform: translate3d(-135%,0%,0)

}
.dhvc-woo-grid-item:hover .dhvc-woo-images .add-to-cart {
	opacity: 1
}
.dhvc-woo-grid-item .dhvc-woo-images .add-to-cart a {
	background: #ffffff !important;
	color: #1b1b1b;
	font-weight: 600;
	height: 50px;
	width: 50px;
	text-indent: 999px;
}
.dhvc-woo-grid-item .dhvc-woo-images .add-to-cart a:before{
	content: "\e04e";
    font-family: Simple-Line-Icons;
    font-size: 18px;
    position: absolute;
    right: 16px;
    color: #252525;
    line-height: 50px;
    top: 0;
    color: #1b1b1b;
}
.dhvc-woo-grid-item .dhvc-woo-images .add-to-cart:hover a:before {
	color: #ff6600;
}
.dhvc-woo-grid-item .dhvc-woo-images .add-to-cart a:after {
	content: '';
	border-right: 1px solid #252525;
    color: #252525;
    height: 20px;
    right: 3px;
    top: 15px;
    position: absolute;
}
.dhvc-woo-grid-item .dhvc-woo-images .yith-wcwl-add-to-wishlist:after {
    content: "";
    color: #252525;
    border-right: 1px solid #252525;
    font-weight: 400;
    height: 20px;
    right: 0;
    top: 15px;
    position: absolute;
}
.dhvc-woo-grid-item .dhvc-woo-price {
	bottom: 30px;
	right: 30px;
	top: auto;
	font-weight: 400 !important;
	text-align: center;
	min-height: inherit ! important;
	position: inherit;
	width: 100% !important;
}
.dhvc-woo-grid-item .dhvc-woo-price:before {
	content: 'Price:';
	color: #959595;
	font-family: 'Montserrat';
	padding-right: 5px;
}
.dhvc-woo-grid-item .dhvc-woo-addtocart a {
	padding: 15px 20px ! important;
}
.dhvc-woo-grid-item .yith-wcwl-add-to-wishlist {
	top: 40% !important;
}
#yith-wcwl-popup-message:before {
	content: "Product added wishlist";
	font-size: 20px;
	color: #252525;
	text-transform: uppercase;
	font-family: "Montserrat";
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}
.dhvc-woo-grid-item .yith-wcwl-add-button,
.dhvc-woo-grid-item .yith-wcwl-wishlistaddedbrowse.show {
	width: 50px;
	height: 50px;
}
.dhvc-woo-pagination {
	margin-top: 50px;
	margin-bottom: 75px;
}
.no-sidebar .dhvc-woo-pagination {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}
.no-sidebar .dhvc-woo-pagination a.next:before {
	content: 'next';
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    left: -22px;
}
.no-sidebar .dhvc-woo-pagination a.prev:before {
	content: 'prev';
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    left: -15px;	
}


/*--------------------------------------------------------------
	Product Detail 1
--------------------------------------------------------------*/
.product-detail #single-product-image-wrap,
.product-detail .woocommerce-tabs,
.product-detail .summary, 
.product-detail .product-related {
	float: left ! important;
	width: 100% ! important;
}
.product-detail .woocommerce-product-rating {
	margin-bottom: 0 ! important;
	margin-top: 0
}
.product-detail .product-excerpt {
	color: #252525;
}
.product-detail .sku_wrapper {
	color: #959595;
	font-style: italic;
	margin-bottom: 20px
}
.product-detail .yith-wcwl-add-to-wishlist {
	opacity: 1;
	float: left;
	border: 2px solid #ccc;
    width: 70px;
    height: 70px;
}
.product-detail .yith-wcwl-add-to-wishlist a {
	margin-left: 25px;
}
.product-detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show, 
.product-detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show {
	width: 70px;
	height: 65px;
}
.product-detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, 
.product-detail .yith-wcwl-wishlistexistsbrowse a:after, 
.product-detail .yith-wcwl-wishlistaddedbrowse a:after {
	border: none;
}
.product-detail .woocommerce-tabs ul.tabs {
	margin: 0;
	padding-top: 7px !important;
}
.product-detail .woocommerce-tabs .tech-specs {
	margin-top: -40px;
}
.woocommerce div.product p.price {
	display: inline-block;
	font-size: 157.5%;
	line-height: 1;
	margin: 25px 0;
}
.woocommerce div.product span.price-title {
	font-size: 157.5%;
	font-family: 'Montserrat';
	color: #252525;
}
.woocommerce div.product p.price del,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #959595;
	font-family: 'Montserrat';
}
.woocommerce div.product .product-detail .price del,
.woocommerce div.product .product-detail .price ins {
	display: inline-block;
}
.product-detail #reviews #comments {
	display: none;
}
.product-detail .woocommerce-tabs #reviews #comments {
	display: block;
}
.product-detail .woocommerce-tabs #reviews #review_form {
	display: none;
}
.product-detail.detail-1 #review_form {
	padding: 50px;
	background: rgba(255,255,255,0.3);
}
.product-detail.detail-1 .variations_button .button, 
.product-detail.detail-1 .cart .button {
	padding: 10px 25px ! important;
}
.woocommerce div.product .product-detail .product-related {
	padding-left: 0
}
.product-detail .product-related h2 {
	text-align: center;
	margin: 0 0 70px;
}
.product-detail .product-related h2:after {
	margin: 15px auto;
}
form.cart button.single_add_to_cart_button {
	margin-top: 0 !important;
	margin: 0 30px !important;
}
form.cart .single_add_to_cart_button:before {
	content: "\e04e";
	font-family: Simple-Line-Icons;
	margin-right: 10px;
}

/*--------------------------------------------------------------
	Product Detail 2
--------------------------------------------------------------*/
.k2t-shop .row-1 {
	padding-left: 380px;
	z-index: 99;
	padding-right: 30px;
	padding-top: 50px;
}
.k2t-shop .text-detail-1 {
	padding-left: 90px;
}
.k2t-shop .text-detail-1 {
	padding: 40px 10px 70px 40px;
}
.k2t-shop .text-detail-1 .wpb_wrapper,
.k2t-shop .text-detail-2 .wpb_wrapper {
	font-size: 14px;
}
.k2t-shop .text-detail-1 .wpb_wrapper p,
.k2t-shop .text-detail-2 .wpb_wrapper p {
	margin: 0;
}
.k2t-shop #row-2 .wpb_single_image  {
	margin-top: -110px;
}
.k2t-shop .text-detail-2 {
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 350px;
}
.k2t-shop .woocommerce-tabs {
	padding-top: 0 !important;
}
.k2t-shop #commentform p.form-submit:before {
	top: 0;
}
.shop-style-text {
    position: absolute;
    float: left;
    transform: rotate(-90deg) translate(-60%, -235%);
    -moz-transform: rotate(-90deg) translate(-60%, -235%);
    -webkit-transform: rotate(-90deg) translate(-60%, -235%);
    -o-transform: rotate(-90deg) translate(-60%, -235%);
}

/*--------------------------------------------------------------
	Cart page
--------------------------------------------------------------*/
.woocommerce-cart .woocommerce {
	padding-bottom: 70px;
}
.woocommerce .cart-empty, 
.woocommerce .return-to-shop {
	text-align: center;
}
.woocommerce-account .k2t-content .woocommerce {
	width: 800px;
	margin: 0 auto 70px;
	border: 1px solid #e9e9e9;
	padding: 40px;
}
.woocommerce-account .myaccount_user {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.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,
.woocommerce-wishlist .k2t-main {
	width: 100% !important;
	padding-right: 0 !important;
	padding-top: 20px;
}
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart .button,
.woocommerce-page .cart input.button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
	height: 68px;
	box-shadow: none;
	font-weight: 300;
}
.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 #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	margin-left: 20px;
	width: auto;
}
.woocommerce table.shop_attributes {
	border:none !important;
	margin-bottom: 0;
	margin-top: 30px;
}
.woocommerce table.shop_attributes > * {
	color: #252525;
}
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th {
	border: none !important;
}
.woocommerce table.shop_attributes td p,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_table th {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	color: #000;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}
.woocommerce table.shop_attributes th {
	padding-left: 20px !important;
	width: 50%;
	font-weight: 300;
}
.woocommerce table.shop_attributes .alt td, 
.woocommerce table.shop_attributes .alt th {
	background: rgb(244, 244, 244) !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	border: none;
	border-spacing: 0;
	padding-right: 50px;
	padding-left: 50px;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border: none;
	border-spacing: 0 20px;
}
.woocommerce table.shop_table th {
	text-transform: uppercase;
}
.woocommerce table.shop_table td.product-thumbnail,
.woocommerce table.shop_table th.product-name{
	width: 15%;
	text-align: left !important;
	padding-left: 30px;
}
.woocommerce table.shop_table td.product-thumbnail {
	width: 129px;
}
.woocommerce table.shop_table th.product-name {

}
.woocommerce table.shop_table td.product-name {
	width: 35%;
}
.woocommerce table.shop_table td.product-name a {
	text-transform: uppercase;
}
.woocommerce table.shop_table td.product-price {
	width: 10%;
	text-align: left;
}
.woocommerce table.shop_table td.product-quantity {
	width: 20%;
	text-align: center;
}
.woocommerce table.shop_table td.product-quantity .quantity {
	padding-top: 18px;
}
.woocommerce table.shop_table td.product-subtotal {
	width: 10%;
	text-align: right;
}
.woocommerce table.shop_table td.product-remove {
	width: 10%;
	text-align: right;
	padding-right: 30px;
}
.woocommerce table.shop_table td.product-remove a {
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 400;
	text-transform: uppercase;
}

/* action */

.woocommerce table.cart td.actions {
	padding: 0;
	padding-top: 50px;
	padding-bottom: 85px;
}

.woocommerce table.cart td.actions .wrap-empty-cart {
	float: left;
	margin-right: 30px;
}
.woocommerce table.cart td.actions .wrap-update-cart {
	float: left;
}
.woocommerce table.cart td.actions .return-to-shop {
	float: right;
}
.woocommerce table.cart td.actions > * {
	position: relative;
}

.wrap-btn-style {
	margin-bottom: 6px;
	margin-left: 8px;
	position: relative;
}
.wrap-btn-style:before {
	content: '';
	border: 1px solid #000;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.wrap-btn-style > * {
	display: block;
	font-size: 12px !important;
	height: 46px !important;
	line-height: 46px !important;
	padding: 0 52px !important;
	position: relative;
	-webkit-transform: translate(-8px,6px);
	-moz-transform: translate(-8px,6px);
	transform: translate(-8px,6px);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	z-index: 1;
}
.wrap-btn-style:hover > * {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

/* Coupon */

.woocommerce table.cart td .coupon {
	width: calc(50% - 20px);
}

.woocommerce table.cart td .coupon label {
	color: #000;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
}
.woocommerce table.cart td .coupon .input-text {
	border: none;
	font-family: "PT serif",sans-serif;
	padding-left: 0;
	min-width: 320px;
}
.woocommerce table.cart td .coupon .button {
	background: none;
	color: #000;
	float: right;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: right
}

.woocommerce table.cart .border-bottom {
	border-bottom: 1px solid #a1a1a1; 
	display: block;
	width: 100%;
}

/* cart collaterals */
.woocommerce .cart-collaterals {
	margin-top: -150px;
	position: relative;
}

.woocommerce .cart-collaterals .shipping {
	position: absolute;
	top: 140px;
	left: 0;
	width: 50%;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping,
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping * {
	border: none !important;
}

// .shipping  ul
  .woocommerce .cart-collaterals .cart_totals .shop_table .shipping li:first-child {
    margin-top: 30px !important;;
  }
  .woocommerce .cart-collaterals .cart_totals .shop_table .shipping li {     
  	padding-left: 0 !important;
    overflow: hidden;
}
  .woocommerce .cart-collaterals .cart_totals .shop_table .shipping li input {
    margin-top: 8px;
    margin-right: 15px !important; ;
    float: left;
    width: auto !important;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping li label {
display: block;
float: left;
width: auto !important;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping li label * {
display: inline-block !important;
margin-top: 0 !important;
width: auto !important;
}
.woocommerce-page div.cart-collaterals .cart_totals table.shop_table .order-total td * {
display: inline-block !important;
font-size: 23px !important;;
}

//

.woocommerce .cart-collaterals .cart_totals .shop_table .shipping * {
	display: block;
	width: 100% !important;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping > th {
	color: #000;
	font-family: 'Montserrat';
	position: absolute;
	text-align: left;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping > th,
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping > td {
	padding-left: 10px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping > td {
	text-indent: 100px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping > td * {
	margin-top: 20px;
	text-indent: 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping td > .amount {
	margin-top: 0;
	position: absolute;
	width: auto !important;
	top: -11px;
	right: 20px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping td > .amount * {
	display: inline-block;
	margin-top: 5px;
	width: auto !important;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form {
	display: block !important;

}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form select {
	border-bottom: 1px solid #a1a1a1 !important;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form select,
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form input {
	height: 40px;
	line-height: 40px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form *:before,
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form *:after {
	display: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping  .woocommerce-shipping-calculator {
	margin-top: 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping  .woocommerce-shipping-calculator  .shipping-calculator-form {
	margin-top: 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping  .woocommerce-shipping-calculator > p:first-child {
	margin-top: 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .woocommerce-shipping-calculator .shipping-calculator-button {
	display: none !important;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form  p {
	clear: none;
	width: 50% !important;
	float: left;
	text-align: left;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form  p:nth-child(2n+1) {
	clear: left;
	padding-right: 15px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form  p:nth-child(2n+2) {
	padding-left: 15px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form  p * {
	font-family: "PT serif",sans-serif;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form  p  button {
	background: none;
	color: #000;
	font-size: 12px;
	font-family: 'Montserrat';
	width: auto !important;
	height: 40px;
	line-height: 40px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form  p  button:hover {
	background: none;
	color: #ff6600;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form  p:last-of-type button {
	float: right;
}

.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form  p input {
	border-bottom: 1px solid #a1a1a1 !important;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form  p input:focus,
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping .shipping-calculator-form  p select:focus  {
	border-color: #ff6600 !important;
	color: #000;
}

/* Cart total */
.woocommerce-page .cart-collaterals .cart_totals {
	padding-left: 70px;
}
.woocommerce-page .cart-collaterals .cart_totals table.shop_table {
	background: #f4f8fb;
	border-spacing: 0;
	padding-top: 40px;
	padding-bottom: 32px;
}
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .cart-subtotal  *,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .order-total  * {
	border: none;
}
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .order-total th {
	color: #000;
	font-family: 'Montserrat';
	text-align: left;
	padding-left: 30px;
}
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .order-total td {
	color: #000;
	font-family: 'Montserrat';
	text-align: right;
	padding-right: 30px;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table .cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .cart-subtotal th * {
	font-size: 14px !important ;
	line-height: 34px;
}
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .order-total th,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .order-total th * {
	font-size: 18px !important;
	line-height: 53px;
	vertical-align: top;
}
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .cart-subtotal td * {
	font-size: 20px !important ;
}
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .order-total td,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table .order-total td * {
	color: #ff6600 !important;
	font-size: 30px !important;
	padding-top: 2px;
}
.woocommerce-cart .wc-proceed-to-checkout a {
	font-size: 12px !important;
	height: 50px;
	line-height: 50px;
	padding: 0 20px !important;
	width: 100% !important;
	text-align: center;
}
/* End new */

.woocommerce-cart table.cart td,
.woocommerce-cart table.cart tr,
.woocommerce .cart-collaterals tr,
.woocommerce .cart-collaterals th,
.woocommerce .cart-collaterals td,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tr {
	border: none;
}
.dhvc-woo-item:hover .dhvc-woo-images {
	-moz-box-shadow: 0 0px 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 20px rgba(0,0,0,0.1);
	box-shadow: 0 0px 20px rgba(0,0,0,0.1);
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	transform: translateY(-4px);
	transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
}
.woocommerce table.shop_table.cart .cart_item td,
.woocommerce-page table.shop_table.cart .cart_item td {
	padding: 0 0 20px 0;
	text-align: center;
	background: #fff;
	border-bottom: 1px dashed #e1e1e1;
}
.woocommerce table.shop_table td.product-name,
.woocommerce-page table.shop_table td.product-name {
	text-align: left !important;
}
.woocommerce table.shop_table td.product-name a,
.woocommerce-page table.shop_table td.product-name a {
	color: #252525;
	display: inline-block;
	font-size: 12px;
}
.woocommerce table.shop_table td.product-name a:hover,
.woocommerce-page table.shop_table td.product-name a:hover {
	color: #bdb099;
}
.woocommerce table.shop_table td.product-price span,
.woocommerce-page table.shop_table td.product-price span {
	font-size: 100%;
	font-family: "Montserrat";
	color: #ff6600;
}
.woocommerce table.shop_table td.product-subtotal span,
.woocommerce-page table.shop_table td.product-subtotal span {
	font-size: 100%;
	font-family: "Montserrat";
	color: #bdb099;
}
.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 .amount, 
.woocommerce-page table.shop_table td .amount {
	color: #3d3d3d;
	display: inline-block;
	font-size: 160%;
}
.woocommerce .quantity {
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0 !important;
}
.woocommerce div.product form.cart .group_table td.label{
	font-size: 16px;
}
.k2t_wc_quantity {
    width: 100px;
    display: none;
    float: left;
}
.k2t_wc_quantity input[type='text'] {
    width: 62px;
    height: 70px;
    text-align: center;
    border: 2px solid #e1e1e1;
    float: left;
}
.k2t_wc_quantity input[type='text']:focus {
	outline: none;
}
.woocommerce div.product .entry-summary .k2t_wc_quantity .inc {
    display: inline-block;
    border: 2px solid #e1e1e1;
    border-left: none;
    width: 35px;
    height: 35px;
    text-align: center;
}
.woocommerce div.product .entry-summary .k2t_wc_quantity .dec {
    display: table;
    border: 2px solid #e1e1e1;
    border-left: none;
    border-top: none;
    padding-top: 4px;
    width: 35px;
    height: 34px;
    text-align: center;
}
.woocommerce div.product .entry-summary .k2t_wc_quantity .fa{
	font-size: 170%;
	font-weight: bold;
}

.woocommerce .cart_list.product_list_widget  .quantity {
	padding: 0
}
.woocommerce .quantity input.qty {
	border: 2px solid #e1e1e1;
	margin: 0;
	color: #959595;
	border-radius: 0px;
	text-align: center;
	height: 68px;
	font-family: 'Montserrat',sans-serif !important;
	font-size: 100%;
	float: none;
	background-color: transparent;
	-webkit-appearance: none;
	z-index: 9;
	width: 80px;
	padding-right: 34px;
}
.product-img-cont {
	overflow: hidden;
}
.woocommerce .quantity input.qty:focus {
	outline: none;
	border: 2px solid #e1e1e1 !important;
}
/* Spin Buttons modified */
.woocommerce .quantity .qty {
	position: relative;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button, 
.woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
	background: url(./../images/cart-spinner.png) no-repeat top right;
    width: 100%;
    height: 68px;
    opacity: 1; /* shows Spin Buttons per default (Chrome >= 39) */
    position: absolute;
    top: -2px;
    right: -2px;
}

.woocommerce table.shop_table tr .quantity .qty::-webkit-outer-spin-button, 
.woocommerce .quantity .qty::-webkit-inner-spin-button {
    opacity: 1; /* shows Spin Buttons per default (Chrome >= 39) */
}
/* Spin Buttons modified */

.woocommerce .shop_table .actions {
	background-color: transparent;
}
.woocommerce .shop_table .coupon #coupon_code {
	position: relative;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout #payment #place_order {
	font-weight: 400;
	height: inherit;
	z-index: 9;
}
.woocommerce a.remove {
	color: #959595 ! important;
	display: inline-block;
}
.woocommerce a.remove:hover {
	color: #bdb099 ! important;
	background: none;
}
.woocommerce-cart td.product-name dl.variation:after, 
.woocommerce-cart td.product-name dl.variation:before {
	display: none;
}
.woocommerce-cart table.shop_table td.product-name a, 
.woocommerce-cart table.shop_table td.product-name a {
	display: block;
	font-family: 'Montserrat';
}
.woocommerce-cart td.product-name dl.variation dd p {
	line-height: 25px;
	padding-right: 19px
}
.woocommerce-cart td.product-name dl.variation dd, 
.woocommerce-cart td.product-name dl.variation dt {
	display: inline-block;
	float: none;
}

/*--------------------------------------------------------------
	Cart Collaterals
--------------------------------------------------------------*/
.cart-after .cart-collaterals {
	width: 100%;
}
.cart-after .cart-coupon {
	width: 60%;
	padding-right: 100px;
}
.cart-coupon .coupon {
	width: 100%;
	margin-top: 10px;
}
.cart-coupon .coupon #coupon_code {
	width: 60%;
	background-color: transparent;
	border: 1px solid #cccccc;
	padding: 30px;
	border-radius: 0;
	font-family: "Droid serif";
	font-style: italic;
}
.cart-coupon .coupon #coupon_code:focus {
	border: 1px solid #ff6600;
	outline: none;
}
.cart-coupon .coupon .button {
	border-radius: 0;
    padding: 7px 17px;
    line-height: 46px;
    background: #959595;
    margin-left: -6px;
    background: #252525;
}
.cart-coupon .coupon .button:focus {
	outline: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.cart-coupon .coupon .button  {
	padding: 8px 17px; 
	}
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 50%;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	display: none;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
	border: none;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	padding: 5px 20px;
	color: #959595;
	font-family: "PT serif",sans-serif;
	font-size: 100%;
	font-weight: 300;
	text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
	font-size: 100%;
	color: #bdb099;
	font-family: "Montserrat", serif;
	font-weight: 400;
	text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
	padding: 20px;
	color: #252525;
	font-size: 187.5%;
}
.woocommerce-cart .cart-collaterals tr.order-total th {
	vertical-align: bottom;
	line-height: 5em
}
.woocommerce-cart .cart-collaterals .cart_totals p {
	padding: 0;
	margin: 0 0 10px;
	font-weight: inherit;
}

/*--------------------------------------------------------------
	Checkout
--------------------------------------------------------------*/
.woocommerce .woocommerce-info {
	border: none;
}
.woocommerce .woocommerce-info:before {
	color: #252525
}
.woocommerce #customer_details, .woocommerce-page #customer_details,
.woocommerce #order_review, .woocommerce-page #order_review  {
	width: 50%;
	float: left;
}
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-checkout-review-order > h3 {
	color: #252525;
	font-weight: 600;
	font-size: 125%;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 40px;
}
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3 {
	padding-left: 0;
	padding-top: 0;
}
.woocommerce-billing-fields > h3:after,
.woocommerce-shipping-fields > h3:after,
.woocommerce-checkout-review-order > h3:after {
	content: "";
	border:1px solid #ff6600;
	display: block;
	margin: 15px 0;
	height: 1px;
	text-align: left;
	width: 100px;
}
.checkout_billing {
	padding-right: 30px;
	margin-top: 30px;
}
.checkout_billing .woocommerce-shipping-fields #order_comments_field:after {
	content: "\f040";
    color: #ccc;
	font: normal normal normal 16px/1 FontAwesome;
}
.checkout_billing .form-row input.input-text,
.checkout_billing .form-row textarea.input-text {
	border: 1px solid #959595 !important;
}
.different_address .woocommerce-shipping-fields input[type="checkbox"] {
	margin-left: 15px;
}
.woocommerce form .form-row {
	padding: 0;
	margin-bottom: 10px;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	border: 1px solid #ddd;
	padding: 8px;
}
.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,
.select2-container .select2-choice {
	padding: 15px 20px;
	width: 100%;
	height: auto;
	line-height: 20px;
	box-shadow: none;
	border: 1px solid #959595;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: transparent;
}
.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,
.select2-container .select2-choice  {
	font-size: 100%;
	color: #252525;
	position: relative;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select,
.select2-container .select2-choice {
	border: 1px solid #959595;
}
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
	border: 1px solid #959595;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row textarea:focus,
.select2-container .select2-choice:focus,
.select2-drop.select2-drop-above .select2-search input {
	border: 1px solid #ff6600;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
	height: auto;
	padding: 20px;
	padding-bottom: 90px;
}
.woocommerce form .form-row label {
	//display: none;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
	width: 50%;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
	position: relative;
}
.woocommerce .checkout_billing .form-row.validate-phone,
.woocommerce .checkout_billing .form-row.address-field#billing_city_field,
.woocommerce .checkout_billing .form-row.validate-postcode{
	width: 100%;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 52px;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	height: 52px;
	line-height: 52px;
}

.checkout_billing .validate-email,
.woocommerce-page form #billing_email_field {
	width: 100% !important;
	z-index: 9;
}
.woocommerce-page form .woocommerce-validated {
	display: block !important;
}
.woocommerce-page form .validate-postcode {
	float: right;
}
.woocommerce-page form #billing_city_field,
.woocommerce-page form #shipping_city_field {
	float: left;
	width: 48%;
}
.woocommerce-page .woocommerce-billing-fields p.create-account {
	margin-top: 50px;
	margin-bottom: 50px;
}
.woocommerce-page .woocommerce-billing-fields p.create-account input {
	vertical-align: inherit;
}
.woocommerce-page form .form-row-wide.create-account:after {
	content: "Create an account ?";
    color: #252525;
    display: inline-block;
    font-size: 18px;
    font-family: "Droid serif";
    margin-top: -17px;
    left: 25px;
    padding-right: 15px;
    position: absolute;
}
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
	font-family: "Simple-Line-Icons";
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 100%;
	display: block;
	font-style: normal;
}
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice .select2-arrow b {
	border: none;
	background: none ! important;
}
.select2-container .select2-choice .select2-arrow {
	width: 30px;
	padding-top: 17px;
	text-align: right;
}
.select2-container .select2-choice .select2-arrow b:after{
	font-family: "FontAwesome";
	content: "\f107";
	font-style: normal;
	display: block;
	padding-right: 20px;
	top: 0;
    left: 0;
    border: none;
    margin-left: 0;
    margin-top: 0;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow b:after {
	content: "\f106";
}
.woocommerce-billing-fields #billing_email_field:after {
	content: "\e086";
}
.woocommerce-billing-fields #billing_phone_field:after {
	content: "\e010";
	top: 15px;
}
.woocommerce-billing-fields #billing_address_1_field:after,
.woocommerce-billing-fields #billing_address_2_field:after {
	content: "\e096";
}
.select2-drop-active, .select2-drop.select2-drop-above.select2-drop-active {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	padding: 10px;
	background-color: #f9f9f9;
}
.select2-results .select2-highlighted {
	background-color: #bdb099;
}
.select2-search input,
.select2-container .select2-choice > .select2-chosen {
	border-radius: 0;
	font-family: 'Montserrat';
}
.select2-results li {
	font-family: 'Montserrat';
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
	border-radius: 0;
	border-color: #959595;
}
.woocommerce #order_review, .woocommerce-page #order_review {
	background: #f3f3f3;
	padding-bottom: 58px;
}
.woocommerce #order_review th {
	font-weight: 300;
	color: #252525;
	padding: 15px 0;
	border: none;
}
.woocommerce #order_review th.product-total,
.woocommerce #order_review th.product-name {
	border-bottom: 1px solid #ccc;
	font-family: "Montserrat";
	text-transform: uppercase;
	padding: 0 0 20px;
	font-weight: 600;
	font-size: 16px;
}
.woocommerce #order_review td {
	padding: 10px 0;
	color: #252525;
	border: none;
}
.woocommerce #order_review tr {
	padding: 20px 0;
}
.woocommerce #order_review .cart_item:first-child td {
	padding-top: 30px;
}
.woocommerce #order_review .cart_item:last-child td {
	padding-bottom: 30px;
}
.woocommerce #order_review .cart-subtotal td,
.woocommerce #order_review .cart-subtotal th {
	border-top: 1px solid #ccc;
}
.woocommerce #order_review .order-total td,
.woocommerce #order_review .order-total th {
	border-top: 1px solid #252525;
	padding-top: 40px;
}

.woocommerce #order_review .order-total th,
.woocommerce #order_review .order-total td .amount {
	font-family: "Montserrat";
	text-transform: uppercase;
	font-weight: 600;
}
.woocommerce #order_review .order-total th {
	font-size: 16px;
}
.woocommerce #order_review .product-total,
.woocommerce #order_review .cart-subtotal td,
.woocommerce #order_review .order-total td,
.woocommerce #order_review .shipping td {
	text-align: right;
	width: 20%;

}
.woocommerce #order_review .product-total .amount,
.woocommerce #order_review td .amount {
	font-size: 120%;
	font-family: "Montserrat";
	font-weight: 300;
}
.woocommerce-checkout #payment {
	background: transparent;
	border-radius: 0;
}
.woocommerce-checkout #payment:before {
	content: "";
    height: 1px;
    background: url(./../images/line.png) repeat-x;
    display: block;
    margin: 10px auto;
}
.woocommerce-checkout #payment ul.payment_methods {
	border: none;
	padding-left: 50px;
	padding-right: 50px;
}
.woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li label {
	font-family: "Montserrat";
	text-transform: uppercase;
	font-weight: 400;
	color: #252525;
	font-size: 105%;
}
.woocommerce-checkout #payment div.payment_box {
	background: transparent;
	color: #959595;
	font-size: 87.5%;
	padding: 0 0 0 35px;
}
.woocommerce-checkout #payment div.payment_box:after {
	display: none;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	color: #959595;
	text-transform: none;
	font-style: italic;
	font-family: "PT Serif";
	font-size: 120%;
}
.woocommerce-checkout #payment li.payment_method_paypal label img {
	margin-left: 30px;
}
.woocommerce-checkout #payment #place_order {
	float: left;
	margin: 20px 40px;
	padding: 17px 48px;
}
#add_payment_method #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 0;
}
.woocommerce-checkout #payment div.form-row:after {
	content: '';
    border: 1px solid #252525;
    height: 50px;
    left: 44px;
    position: absolute;
    top: 15px;
    width: 34.5%;
}
.woocommerce .blockUI.blockOverlay {
	background: transparent ! important;
	opacity: 0.7 ! important ;	
}
/*product_meta*/
.summary .product_meta {
	display: none;
}
/*--------------------------------------------------------------
	Social Share
--------------------------------------------------------------*/

.woocommerce .k2t-social-share,
.woocommerce .k2t-social-share .social {
	opacity: 1;
	float: none;
	display: inline-block;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 18px;
}
.woocommerce .k2t-social-share .social li {
	margin-left: 25px;
}
.woocommerce .social li a i {
	font-size: 30px;
	color: #cccccc;
}
.woocommerce .social li a:hover i:before {
	color: #ff6600;
}
.woocommerce .k2t-social-share:hover,
.woocommerce .social li a:hover {
	background: transparent;
}
.woocommerce .social li a {
	color: #959595;
	background: transparent;
}
.woocommerce .share-title {
	font-family: "Montserrat";
	font-weight: 600;
	color: #252525;
	font-size: 94%;
	position: absolute;
    margin-top: 10px;
    margin-left: -20px;
}

/*--------------------------------------------------------------
	DHVC Grid-1-columns & DHVC Grid-2-columns
--------------------------------------------------------------*/
.grid-1-columns .dhvc-woo-item {
	width: 100% !important;
	background: #f4f4f4;
	padding: 0 !important;
	position: relative;
	overflow: hidden;
}
.dhvc-group-product .col-right{
	padding: 0 15px;
}
.grid-1-columns .dhvc-woo-item .yith-wcwl-add-to-wishlist {
	right: 44% !important;	
}     

.grid-1-columns .dhvc-woo-item .dhvc-woo-info {
	background: #f4f4f4;
	position: absolute;
	bottom: 5px;
	width: 100%;
}
.grid-2-columns .dhvc-woo-item .dhvc-woo-info {
	background: #f4f4f4;
	padding: 0 !important;
	padding-bottom: 25px !important;
}
.grid-1-columns .dhvc-woo-item:hover,
.grid-2-columns .dhvc-woo-item:hover {
	// -moz-box-shadow: 0 0px 20px rgba(0,0,0,0.1);
 //    -webkit-box-shadow: 0 0px 20px rgba(0,0,0,0.1);
 //    box-shadow: 0 0px 20px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
	// border: 2px solid !important;
}
.grid-1-columns .dhvc-woo-item,
.grid-2-columns .dhvc-woo-item{
	padding: 0;
}
.grid-1-columns .dhvc-woo-item:hover .dhvc-woo-images:before,
.grid-2-columns .dhvc-woo-item:hover .dhvc-woo-images:before {
	border: none;
}
.grid-1-columns .dhvc-woo-item,
.grid-2-columns .dhvc-woo-item,
.grid-1-columns .dhvc-woo-item:hover .dhvc-woo-images,
.grid-2-columns .dhvc-woo-item:hover .dhvc-woo-images {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
}
.grid-1-columns .dhvc-woo-item .dhvc-woo-images:after,
.grid-1-columns .dhvc-woo-item .dhvc-woo-images .add-to-cart,
.grid-1-columns .dhvc-woo-item .yith-wcwl-add-to-wishlist,
.grid-1-columns .dhvc-woo-item .dhvc-woo-quickview,
.grid-2-columns .dhvc-woo-item .dhvc-woo-images:after,
.grid-2-columns .dhvc-woo-item .dhvc-woo-images .add-to-cart,
.grid-2-columns .dhvc-woo-item .yith-wcwl-add-to-wishlist,
.grid-2-columns .dhvc-woo-item .dhvc-woo-quickview {
	top: 50% !important
}
.grid-1-columns .dhvc-woo-grid-list .dhvc-woo-separator,
.grid-2-columns .dhvc-woo-grid-list .dhvc-woo-separator {
	border: none !important;
	display: none;
}
.grid-2-columns .dhvc-woo-images .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, 
.grid-2-columns .dhvc-woo-images .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
	right: 21px;
}
.grid-2-columns .dhvc-woo-info .dhvc-woo-title {
	margin-bottom: 5px !important;
}
.grid-2-columns .dhvc-woo-info .dhvc-woo-extra .dhvc-woo-price:before {
	font-size: 16px;
}
.grid-1-columns .dhvc-woo-grid-item .dhvc-woo-images .add-to-cart a:before {
	right: 30px;
}
.grid-1-columns .dhvc-woo-images .dhvc-woo-quickview a:before {
	left: 8px;
}
.grid-1-columns .dhvc-woo-images .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, 
.grid-1-columns .dhvc-woo-images .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
	right: 20px;
}
.grid-1-columns .dhvc-woo-info .dhvc-woo-title {
	margin-bottom: 5px !important;
}
.grid-1-columns .dhvc-woo-grid-item .dhvc-woo-images .yith-wcwl-add-to-wishlist:after {
	right: -10px;
}

/* Wishlist page*/
.woocommerce table.wishlist_table {
	font-size: 100% !important;
	position: relative;
	margin-bottom: 80px;
}
.woocommerce table.wishlist_table thead th {
	text-align: center !important;
	font-family: 'Monteserrat';
	border-bottom: 1px solid #e1e1e1;
	border-top: none;
	padding: 7px 12px;
}
.woocommerce table.wishlist_table thead th.product-name {
	text-align: left !important;
}
.woocommerce table.wishlist_table thead th.product-remove,
.woocommerce table.wishlist_table tr td.product-remove {
	display: none;
}
.woocommerce table.wishlist_table thead th span {
    text-transform: uppercase;
    color: #2a2a2a;
    font-family: 'Montserrat';
}
.woocommerce table.wishlist_table tbody tr {
	position: relative;
}
.woocommerce table.wishlist_table tbody td.product-name {
	padding-left: 20px;
}
.woocommerce table.wishlist_table tbody td {
	text-align: center !important;
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e1e1e1;
}

.woocommerce table.wishlist_table tbody td > a,
.woocommerce table.wishlist_table tbody td span {
	font-family: 'Montserrat';
}
.woocommerce .wishlist_table td.product-add-to-cart {
	position: relative;
	width: 16%;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
	position: relative;
	display: inline-block;
	line-height: 12px;
    height: 48px;
    width: 52px;
    margin-right: 14px;
    float: left;
    overflow: hidden;
}
.woocommerce .wishlist_table td.product-add-to-cart a.add_to_cart:before {
	content: "\e04e";
    font-family: Simple-Line-Icons;
    font-size: 18px;
    position: absolute;
    right: 16px;
    color: #ffffff;
    line-height: 50px;
    top: -2px;
}
.woocommerce .wishlist_table td.product-add-to-cart a.remove_from_wishlist {
	text-indent: 99px;
}
.woocommerce .wishlist_table td.product-add-to-cart a.remove_from_wishlist:before {
	content: "\f014";
    font-family: FontAwesome ;
    font-size: 18px;
    position: absolute;
    right: 19px;
    color: #ffffff;
    line-height: 50px;
    top: -2px;
}
.woocommerce table.wishlist_table tbody td .yith-wcqv-button {
	width: 52px;
	height: 48px;
	position: absolute;
	right: 2px;
	margin-top: -15px;
	z-index: 9;
}
.woocommerce table.wishlist_table tbody td .yith-wcqv-button:before {
	content: '\f06e';
    font-family: FontAwesome ;
    font-size: 18px;
    position: absolute;
    right: 16px;
    color: #ffffff;
    line-height: 50px;
    top: -2px;
}
.woocommerce table.shop_table td .amount, .woocommerce-page table.shop_table td .amount {
	display: block;
}
.wishlist_table tr td.product-thumbnail a {
	max-width: 100%;
}
.wishlist_table tr td.product-thumbnail img {
	background: #f6f6f6;
	margin-left: 0;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.wishlist_table tr td.product-thumbnail:hover img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.woocommerce table.shop_table td.product-price {
	width: auto;
}
.woocommerce table.wishlist_table tfoot {
	display: none;
}

/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/


@media only screen and (max-width: 768px) and (max-device-width: 768px) {
	.left-sidebar .k2t-shop-sidebar,
	.left-sidebar .k2t-shop {
		width: 100%;
		padding: 0 20px
	}
	#single-product-image-wrap, 
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce div.product div.summary, 
	.woocommerce div.product .product-related {
		// padding: 20px
	}
	.woocommerce .k2t-shop[class*="columns-"] ul.products li.product,
	.woocommerce-page .k2t-shop[class*="columns-"] ul.products li.product {
		width: 48%;
	}
	.woocommerce-page table.cart .product-thumbnail {
		display: table-cell;
		padding-left: 20px ! important;
	}
	.woocommerce #content table.cart td.actions .button,
	.woocommerce #content table.cart td.actions .input-text,
	.woocommerce #content table.cart td.actions input,
	.woocommerce table.cart td.actions .button,
	.woocommerce table.cart td.actions .input-text,
	.woocommerce table.cart td.actions input,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .input-text,
	.woocommerce-page #content table.cart td.actions input,
	.woocommerce-page table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .input-text,
	.woocommerce-page table.cart td.actions input {
		width: auto;
	}
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		float: left;
	}
	.woocommerce table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {
		float: right;
	}
	.woocommerce-page.columns-5 ul.products li.product,
	.woocommerce.columns-5 ul.products li.product {
		width: 48% !important;
	}
	.woocommerce-account .k2t-content .woocommerce {
		width: auto;
	}
	.cart-after .cart-collaterals {
		float: none;
		width: 100%;
	}
	.cart-after .cart-coupon {
		padding-right: 0;
		text-align: center;
		width: 100%;
	}
	.woocommerce form.checkout_coupon {
		display: inline-block;
	}
	.woocommerce .cart-collaterals .cart_totals, 
	.woocommerce-page .cart-collaterals .cart_totals {
		margin-bottom: 40px;
		width: 100%;
	}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout a.checkout-button	{
		width: 50%;
		margin: 0 auto;
	}
	.woocommerce #customer_details, .woocommerce-page #customer_details,
	.woocommerce #order_review, .woocommerce-page #order_review,
	.woocommerce form .form-row-first,
	.woocommerce-page form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-last {
		width: 100%;
		float: none;	
	}
	.woocommerce-billing-fields {
		padding-right: 0
	}
	.checkout_billing {
		padding: 0 30px
	}
	.woocommerce div.product .woocommerce-tabs #comments,
	.woocommerce div.product .woocommerce-tabs #review_form_wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.dhvc-woo-list-item .dhvc-woo-images .yith-wcwl-add-to-wishlist:after {
		content: "";
	}
	.woocommerce #nav {
		width: 100%;
	}
	.shop-style-text {
	    transform: rotate(0deg) translate(0%, 0%);
	    -moz-transform: rotate(0deg) translate(0%, 0%);
	    -webkit-transform: rotate(0deg) translate(0%, 0%);
	    -o-transform: rotate(0deg) translate(0%, 0%);
		width: 100%;
		position: relative;
	}
	.k2t-shop .row-1 .wpb_column,
	.k2t-shop #row-2 .wpb_column {
		width: 100%;
		padding-bottom: 0;
	}
	.k2t-shop #row-2 {
		padding-top: 0px !important;
		/*padding-left: 30px;*/
		/*padding-right: 30px;*/
	}
	.k2t-shop #row-2 .text-detail-2 {1
		padding-top: 0;
	}
	.k2t-shop #row-2 .wpb_single_image{
		margin-top: 0;
	}
	/* Wish list*/
	#yith-quick-view-modal .yith-wcqv-wrapper {
		position: absolute;
		top: 50%;
		left: 0;
		max-width: 100%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	/* cart page */
	.woocommerce-page table.shop_table_responsive,
	.woocommerce-page table.shop_table_responsive * {
		max-width: 100%;
	}
	.woocommerce-page table.shop_table_responsive,
	.woocommerce-page table.shop_table_responsive tbody {
		display: block !important;
	}
	.woocommerce-cart .woocommerce > form {
		overflow: hidden;
		width: 100% !important;
	}
	.woocommerce-page table.shop_table_responsive tr td {
		padding-top: 20px !important;
		width: 100% !important;
	}
	.woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
		display: block !important;
	}
	.woocommerce-page table.shop_table_responsive tr td.product-thumbnail:before {
		display: none;
	}
	.woocommerce-page table.shop_table_responsive tr td.product-thumbnail img {
		display: block;
		margin: 0 auto !important;
	}
	.woocommerce-page table.shop_table_responsive tr td.product-remove a {
		width: auto !important;
	}
	.woocommerce-page table.shop_table_responsive tr td .quantity {
		padding: 0 !important; 
		text-align: right;
	}
	.wrap-btn-style > *  {
		padding: 0 22px !important;
	}
	.woocommerce-page table.shop_table_responsive.cart tr:last-child td:before {
		display: none;
	}
	.woocommerce table.cart td .coupon {
		width: 100%;
		text-align: left;
	}
	.woocommerce .cart-collaterals {
		margin-top: 20px;
	}
	.woocommerce-page .cart-collaterals .cart_totals {
		padding-left: 0;
	}
	.woocommerce .cart-collaterals .shipping {
		background: none;
		margin-top: 20px;
		position: relative;
		top: 0;
		width: 100%;
		text-indent: 0;
	}
	.woocommerce .cart-collaterals .cart_totals .shop_table .shipping th {
		display: none;
	}
	.woocommerce .cart-collaterals .cart_totals .shop_table .shipping > td{
		text-indent: 0;
	}
	.woocommerce-shipping-calculator {
		overflow: hidden;
	}
	.woocommerce .cart-collaterals .cart_totals .shop_table .shipping > th,
	.woocommerce .cart-collaterals .cart_totals .shop_table .shipping > td {
		padding-left: 20px;
		padding-right: 20px;
	}
	.woocommerce-cart .woocommerce {
		padding-bottom: 0;
	}
	.woocommerce .cart-collaterals .cart_totals .shop_table .shipping > td:before {
		margin-right: 10px;
	}
	.woocommerce .cart-collaterals .cart_totals .shop_table .shipping > td {
		text-align: left !important;
	}
	.woocommerce .cart-collaterals .cart_totals .shop_table .shipping td > .amount {
		float: right;
		position: relative;
		top: 0;
		right: initial;
		line-height: 16px;
	}
	.wrap-btn-style:before {
		border: none;
	}
}
@media only screen and (max-width: 568px) and (max-device-width: 568px) {
	.product-detail.detail-1 #review_form {
		padding: 20px
	}
	.woocommerce .isotope-gallery .isotope-selector,
	.woocommerce .k2t-shop[class*="columns-"] ul.products li.product,
	.woocommerce-page .k2t-shop[class*="columns-"] ul.products li.product {
		width: 100% ! important;
		padding: 0
	}
	.product-item {
		margin-bottom: 30px;

	}
	.k2t-product-page {
		padding: 0 20px;
	}
	#single-product-image-wrap, 
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce div.product div.summary, 
	.woocommerce div.product .product-related {
		width: 100%;
		float: none;
		padding: 0px
	}
	.woocommerce div.product,
	.woocommerce div.product div.summary .product_title {
		text-align: left;
	}
	.woocommerce div.product div.summary .p-rate-price > div .price > * {
		display: block;
		margin-bottom: 10px;
		text-align: left;
	}
	.woocommerce div.product div.summary .p-rate-price > div .price ins {
		margin-bottom: 0
	}
	.woocommerce div.product  div.summary .p-rate-price > div .price > * * {
		padding: 0;
		margin: 0;
	}
	.woocommerce div.product .k2t-social-share {
		text-align: left;
	}
	#reviews {
		text-align: left;
	}

	.woocommerce .wp-social-login-widget {
		width: 52%;
	}
	.woocommerce div.product .woocommerce-tabs #reviews #comments .comment-meta {
		margin-left: 70px;
		margin-bottom: 10px;
	}
	.woocommerce-page table.cart .product-thumbnail {
		display: none;
	}
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon,
	.woocommerce table.cart td.actions > .button,
	.woocommerce-page table.cart td.actions > .button {
		width: 100%;
	}
	.woocommerce table.cart td.actions .coupon input,
	.woocommerce-page table.cart td.actions .coupon input {
		width: 48%;
	}
	.cart-after .cart-coupon {
		padding-right: 0;
		margin: 0 0 30px;
		width: 100%;
		float: none;
	}
	.cart-coupon .coupon #coupon_code {
		width: 100%;
	}
	.cart-coupon .coupon .button {
		margin-top: -2px;
		margin-left: 0;
		width: 100%
	}
	form.cart button.single_add_to_cart_button {
	    margin: 0 !important;
	    margin-right: 12px !important;
	}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-page .wc-proceed-to-checkout a.checkout-button	{
		width: 100%;
	}
	.woocommerce.columns-2 .product-name {
		padding: 20px 20px 10px;
	}
	.woocommerce.columns-2 article.product-item div.product-thumb span.onsale {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.woocommerce.columns-2 .product-item .product-name h3,
	.woocommerce.columns-2 .product-item .product-name .price {
		font-size: 125%
	}
	.woocommerce div.product .variations > div.variations_button  {
		float: left;
	}
	.woocommerce div.product form.cart {
		min-height: 150px;
    	position: relative;
	}
	.woocommerce div.product form.cart .button {
		float: right;
	}
	.woocommerce div.product form.cart .wishlist {
		top: 80px;
    	position: absolute;
	}
	.k2t-shop .row-1 {
		padding-top: 0;
		padding-right: 0;
	}
	.k2t-shop .row-1 .wpb_column, .k2t-shop #row-2 .wpb_column {
		padding-bottom: 0;
	}

	/* quick view */
	#yith-quick-view-modal .yith-wcqv-wrapper {
		padding: 10px !important;
	}
	#yith-quick-view-modal .yith-wcqv-main {
		padding: 10px !important;
	}
	#yith-quick-view-modal .produc-img .owl-item {
		margin-right: 0 !important;
	}
	#yith-quick-view-moda .woocommerce #nav {
		margin-top: 40px !important;
		margin-bottom: 0 !important;
		padding-bottom; 0 !important;
	}

	#yith-quick-view-modal  div.summary {
		margin-top: 3px;
		padding-top: 0;
		padding-left: 0;
	}

	#yith-quick-view-modal .woocommerce div.product p.price {
		margin: 5px 0;
	}
	#yith-quick-view-modal .woocommerce div.product form.cart .button {
		margin-right: 0 !important;
	}

	/* cart page*/
	.woocommerce table.cart td.actions {
		padding-top: 30px !important;
		padding-bottom: 20px;
		overflow: hidden;
		text-align: center !important;	
	}
	.woocommerce table.cart td.actions > .wrap-btn-style {
		background: #1b1b1b;
		display: inline-block;
		float: none;
		margin: 0 auto 10px;
		overflow: hidden;
		width: 200px;
	}
	.woocommerce table.cart td.actions > .wrap-btn-style:before {
		display: none;
	}
	.woocommerce table.cart td.actions > .wrap-btn-style > * {
		width: 100%;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		transform: translate(0,0);
	}

	/* Wishlist*/
	.woocommerce table.shop_table th.product-name {
		text-indent: -15px;
	}
	.woocommerce table.wishlist_table tbody td .yith-wcqv-button {
		display: none;
	}
}
@media only screen and (max-width: 1024px) and (max-device-width: 1024px) {
	.woocommerce-wishlist {
		overflow: hidden;
	}
}
@media only screen and (max-width: 320px) and (max-device-width: 320px) {
	.woocommerce-page.columns-5 ul.products li.product a.button,
	.woocommerce.columns-5 ul.products li.product  a.button {
		padding: 0 15px !important;
	}
	.woocommerce-account .k2t-content .woocommerce {
		padding: 40px 15px;
	}
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
	form.cart button.single_add_to_cart_button {
	    margin: 0 !important;
	    margin-bottom: 20px !important;
	}
	.dhvc-woo-row-fluid [class*="dhvc-woo-span"] {
		// width: 50% !important;
		float: left !important;
	}
	/* Woo */
	.dhvc-group-product .col-left.wpb_column.vc_column_container,
	.dhvc-group-product .col-right.wpb_column.vc_column_container{
		width: 100%;
	}
	.product-detail .yith-wcwl-add-to-wishlist {
		margin-top: 90px;
	}

	/* Cart page */

}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.k2t-shop .text-detail-1 {
		padding: 0px 0 100px 40px;
	}
	.shop-style-text {
	    transform: rotate(-90deg) translate(-60%, -200%);
	    -moz-transform: rotate(-90deg) translate(-60%, -200%);
	    -webkit-transform: rotate(-90deg) translate(-60%, -200%);
	    -o-transform: rotate(-90deg) translate(-60%, -200%);
	}
	.k2t-shop .text-detail-2 {
		margin-top: -100px;
	}
	.k2t-shop .text-detail-2 > .wpb_wrapper  {
		margin-left: 25px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1354px) {
	.grid-2-columns .dhvc-woo-separator {
		margin-top: 10px !important;
    	margin-bottom: 5px !important;
	}
}
@media only screen and (max-width: 1366px) and (max-device-width: 1366px) {
	.k2t-shop .row-1 {
		padding-left: 30px;
	}
	.k2t-shop .text-detail-2 {
		padding-top: 15px;
    	padding-left: 90px;
    	padding-right: 40px;
	}
	.k2t-shop .text-detail-1 {
	    padding-left: 110px;
	}
}
@media only screen and (max-width: 767px) and (max-device-width: 767px) {
	.dhvc-woo-list-item .dhvc-woo-info {
		margin-top: 20px;
		padding: 0 !important;
	}
	.dhvc-woo-images .dhvc-woo-quickview {
		display: block !important;
	}
	.dhvc-woo-list-item .dhvc-woo-images .add-to-cart {
		left: 30%;
	}
	.dhvc-woo-images .dhvc-woo-quickview a {
		height: auto;
		top: 35% !important;
	}
}
@media (min-width: 1024px) {
	.grid-style-2 .dhvc-woo-item{
	    width: 33.33% !important;
	}
}
