
/*  ---------------------------------------------------	*/

/*    	GENERAL											

		rot			#d83e49
		green		#41d07a

*/
	
/* ---------------------------------------------------	*/

/* woocommerce message */
.woocommerce-message, 
.woocommerce-error,
.woocommerce-info {
	font-weight: 500;
	list-style: none;
	position: relative;
	background: #eff9f7;
	color: #00c3a6;
	border-radius: 4px;
	padding: 20px 30px;
	margin: 0 0 40px 0;
	display: inline-block;
	}
	.single-product .woocommerce-message, 
	.single-product .woocommerce-error,
	.single-product .woocommerce-info {
	margin-bottom: 0;
	}

.woocommerce-info {
	background: rgba(0,0,0,0.04);
	color: #408ac3;
}

.woocommerce-error {
	background: #fff8f8;
	color: #d83e49;
	}
	.sr-ajax-message .woocommerce-error {
	background: #d83e49;
	color: #fff;
	padding: 20px;
}

.woocommerce-error li {
	margin-top: 4px;
}
.woocommerce-error li:first-child {
	margin-top: 0;
}

.woocommerce-no-products {
	color: rgba(0,0,0,0.51);
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 80px;
	margin-top: 80px;
	text-align: center;
}

.woocommerce-message > a.button {
	position: absolute;
	top: 14px;
	right: 40px;
	padding: 8px 25px !important;
	}
	.sr-ajax-message .woocommerce-error a.button {
	display: none;
}

.sr-ajax-message {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 300px;
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: all 0.4s ease, height 0.01s ease 0.41s;
	z-index: 1000000;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.18); 
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.18);
	background: #fff;
	}
	.sr-ajax-message.active {
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease 0.02s, height 0.01s ease;
	}

.sr-ajax-message .close-icon {
	width: 12px;
	height: 12px;
	top: 10px;
	right: 10px;
	opacity: 1;
	}

.sr-ajax-message .close-icon svg {
	fill: #fff;
	}

/* hide messages */
body.ajax-addtocart.single-product .woocommerce-notices-wrapper .woocommerce-message,
.grid-options .woocommerce-notices-wrapper .woocommerce-message {
	display: none;
}

	
/* price */	
.price, 
.amount  { 
	font-size: 0.9rem;
	line-height: 20px;
	font-weight: 500;
	color: #000;
	transition: color 0.2s ease;
	}
	.text-light .price, .text-light .amount  { color: #fff; }
	.shop-container .price, .shop-container .amount  { color: rgba(0,0,0,0.71); }
	.text-light .shop-container .price, .text-light .shop-container .amount  { color: rgba(255,255,255,0.79); }

.price ins, 
ins  .amount { 
	text-decoration: none;
	display: inline-block;
	}
	
.price del, 
del  { 
	display: inline-block; 
	opacity: 0.5;
	margin-left: 6px;
	line-height: 0;
	}
	del .amount  { 
	font-size: 0.9em !important;
	color: #000 !important;
	}
	.text-light del .amount  { color: #fff !important; }

/* use flex to place sale price after regular price  */
.price {
	display: inline-flex !important;
	}

.price del {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

.price del + ins {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
	color: #d30024;
  	}
	.price del + ins .amount {
	color: #d30024;
  }
	
.price .woocommerce-Price-currencySymbol, 
.amount .woocommerce-Price-currencySymbol, 
.amount .woocommerce-Price-currencySymbol {
	display: inline-block;
	margin-right: 0.18em;
	font-size: 0.9em;
	position: relative;
	}


/* star rating */
.product .star-rating {
	position: relative;
	overflow: hidden;
	letter-spacing: 0.3em;
	font-size: 13px;
	line-height: 23px;
	display: inline-block;
	float: left;
	width: auto;
	}
	.shop-container .product .star-rating {
	float: none;
	}
		
.product .star-rating::before {
    content: "\f3ae\f3ae\f3ae\f3ae\f3ae";
    font-family: "Ionicons";
    color: rgba(0,0,0,0.2);
	}
	.product .text-light .star-rating::before {
    color: rgba(255,255,255,0.32);
	}
	
.product .star-rating span { 
	color: #ffb200;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 2em;
	overflow: hidden;
	}
	
.product .star-rating span::before {
    content: "\f2fc\f2fc\f2fc\f2fc\f2fc";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    left: 0;
	}


/* Quantity buttons */	
.quantity {
	position: relative;
	display: inline-block;
	margin: 0;
	text-align: center;
	}
	.quantity.single-add {
	display: none;
	}
	.quantity.single-add + .sr-button {
	margin-left: 0 !important;
	}
	
.quantity input[type="number"]::-webkit-inner-spin-button, 
.quantity input[type="number"]::-webkit-outer-spin-button { 
  	-webkit-appearance: none; 
  	margin: 0; 
	}	
	
.quantity input[type="number"] {
	text-align: center;
    -moz-appearance:textfield;	
	font-size: 14px !important;
	font-weight: 500;
	background: none !important;
	width: 75px;
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
	}

.quantity span {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	position: absolute;
	bottom: calc(50% - 11px);
	left: 5px;
	cursor: pointer;
	z-index: 10;
	transition: background 0.2s ease;
	}
	.quantity span:hover {
	background: rgba(0,0,0,0.04);
	}
	
.quantity span.plus {
	left: auto;
	right: 5px;
	}

.quantity span svg {
	width: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	}

.text-light .quantity span svg path {
	fill: #fff;
	}
	


/* pseudo add to cart animation */
.pseudo-add-to-cart.loading .text span,
.shop-container .pseudo-add-to-cart.added .text span {
	transform: translateY(100%) !important;
	}

.pseudo-add-to-cart.loading::after {
	height: 0;
	}
	.shop-container .pseudo-add-to-cart.loading::after,
	.shop-container .pseudo-add-to-cart.added::after {
	height: 100%;
	}

.pseudo-add-to-cart.loading {
	color: #000 !important;
	border-color: rgba(0,0,0,0.16);
	}
	.text-light .pseudo-add-to-cart.loading {
	color: #fff !important;
	border-color: rgba(255,255,255,0.22);
	}
	.shop-container .pseudo-add-to-cart.loading,
	.shop-container .pseudo-add-to-cart.added {
	color: #000 !important;
	border-color: #fff;
	}

.pseudo-add-to-cart .check {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 20px;
	height: 20px;
	z-index: 1;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	}
	.sr-button:not(.pseudo-add-to-cart) .check {
	display: none;
	}

.pseudo-add-to-cart .check span {
	display: inline-block;
	transform: translateY(-100%);
	transition: all 450ms cubic-bezier(.6, 0, .1, 1); 
	}
	.pseudo-add-to-cart.loading .check span,
	.shop-container .pseudo-add-to-cart.added .check span {
	transform: translateY(0);
	}

.pseudo-add-to-cart.loading.icon-animate .icon,
.shop-container .pseudo-add-to-cart.added.icon-animate .icon {
	transform: translateY(50%);
	opacity: 0 !important;
	}


/* Select Container */
form .select2-container {
	height: 50px;
}

form .select2-container .select2-selection--single {
	border: 1px solid rgba(0,0,0,0.16);
	border-radius: 4px;
	height: 50px;
}

form .select2-container .select2-selection--single .select2-selection__rendered {
	color: #000 !important;
	font-weight: 400;
	font-size: 15px;
	background: transparent;
	padding-left: 15px;
	line-height: 50px;
}

form .select2-container .select2-selection--single .select2-selection__arrow {
	background-image:url(../../../files/assets/select-arrow.svg);
  	background-position: right 0px center;
	background-repeat: no-repeat;
	background-size:14px 14px;
	height: 50px;
	right: 10px;
}

form .select2-container .select2-selection--single .select2-selection__arrow b {
	display: none;
}

body .select2-dropdown {
	border: 1px solid rgba(0,0,0,0.16) !important;
	border-radius: 0;
	margin-top: -1px;
}

body .select2-search--dropdown {
	border-bottom: 1px solid rgba(0,0,0,0.16);
	padding: 0;
}

body .select2-search--dropdown input {
	border: none !important;
	padding: 10px 15px !important;
	height: 38px;
}

body .select2-results__option {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 7px 15px;
}


body .select2-container--default .select2-results__option[aria-selected="true"], 
body .select2-container--default .select2-results__option[data-selected="true"] {
    background: none;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected], 
body .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: rgba(0,0,0,0.04);
	color: #000;
}


/*  ---------------------------------------------------	*/

/*    MINI CART											*/
	
/* ---------------------------------------------------	*/
#mini-cart * {
	z-index: 3;
	}
	#mini-cart .menu-cart-content {
	z-index: 1;
	}

#mini-cart .cart-title {
	height: 20px;											
	line-height: 20px;										
	padding: 40px;										
	margin: 0;
	position: relative;
	z-index: 3;
	}

#mini-cart .menu-cart-content {
	height: calc(var(--vh, 1vh) * 100 - 100px);				
	position: relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

#mini-cart .menu-cart-content .cart-list {
	height: calc(var(--vh, 1vh) * 100 - 100px - 200px);				
	overflow-y: auto;
	padding: 0 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

#mini-cart .menu-cart-content .cart-list .cart-table .cart-item {
	padding: 20px 0;
	display: flex;
	align-items: center;
	}
	#mini-cart .menu-cart-content .cart-list .cart-table .cart-item:first-child {
	padding-top: 0;
	}

#mini-cart .menu-cart-content .cart-list .cart-table .cart-item .product-image {
	width: 100px;
   	border: 1px solid rgba(0,0,0,0.16);
	border-radius: 4px;
}

#mini-cart .menu-cart-content .cart-list .cart-table .cart-item .product-image img  {
	border-radius: 4px;
}

#mini-cart .menu-cart-content .cart-list .cart-table .cart-item .product-info {
	width: calc(100% - 130px);
	margin-left: 30px;
	position: relative;
	}

#mini-cart .menu-cart-content .cart-list .cart-table .cart-item .product-title {
	width: calc(100% - 40px);
	}

#mini-cart .menu-cart-content .cart-list .cart-table .cart-item .product-bottom {
	overflow: hidden;
	margin-top: 10px;
	display: flex;
	align-items: center;
	}

#mini-cart .menu-cart-content .cart-list .cart-table .cart-item .product-bottom .product-quantity {
	width: 50%
	}

#mini-cart .menu-cart-content .cart-list .cart-table .cart-item .product-bottom .product-subtotal {
	width: 50%;
	text-align: right;
	}

#mini-cart .menu-cart-content .cart-list .cart-table .cart-item .product-bottom .product-quantity .quantity {
	margin-left: -5px;
}

#mini-cart .menu-cart-content .cart-list .cart-table .cart-item .product-bottom .product-quantity .quantity input[type="number"] {
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
}

#mini-cart .menu-cart-content .update-cart-action {
	display: none;
	}

#mini-cart .menu-cart-content .cart-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	padding: 0 40px 30px 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

.menu-cart-content .cart-bottom .total {
	overflow: hidden;
	}

.menu-cart-content .cart-bottom .total > strong,
.menu-cart-content .cart-bottom .total .amount {
	float: left;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	}
	.menu-cart-content .cart-bottom .total .amount {
	float: right;
	}

.menu-cart-content .cart-bottom .buttons {
	margin-top: 15px;
	text-align: center;
	display: flex;
	flex-direction: column-reverse;
	}

.menu-cart-content .cart-bottom .buttons .button {
	width: 100%;
	display: block;
	margin-top: 0;
	}

.menu-cart-content .cart-bottom .buttons .button:not(.checkout) {
	margin-top: 10px;
	width: 100%;
	display: block;
	color: #000;
	background: rgba(0,0,0,0.04);
	}
	.menu-cart-content .cart-bottom .buttons .button:not(.checkout):hover {
	background: rgba(0,0,0,0.08);
	}

.menu-cart-content .empty-cart  {
	padding: 30px 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}



/* animation for mini cart */
#mini-cart .cart-title {
	transition: all 0.5s ease;
	opacity: 0;
	}
	#mini-cart.this-is-open .cart-title {
	opacity: 1;
	transition-delay: 0.4s;
	}

#mini-cart .empty-cart span,
#mini-cart .empty-cart p {
	transition: all 0.35s ease 0.4s;
	transform: translateY(10px);
	opacity: 0;
	}
	#mini-cart.this-is-open .empty-cart span,
	#mini-cart.this-is-open .empty-cart p {
	transform: translateY(0px);
	opacity: 1;
	}
	#mini-cart.this-is-open .empty-cart span:nth-child(2n),
	#mini-cart.this-is-open .empty-cart span:nth-child(2n) {
	transition-delay: 0.45s;
	}

#mini-cart .menu-cart-content .cart-bottom .total,
#mini-cart .menu-cart-content .cart-bottom .buttons {
	transform: translateY(5px);
	opacity: 0;
	transition: all 0.4s ease;
	}
	#mini-cart.this-is-open .menu-cart-content .cart-bottom .total,
	#mini-cart.this-is-open .menu-cart-content .cart-bottom .buttons {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.4s;
	}
	#mini-cart.this-is-open .menu-cart-content .cart-bottom .buttons {
	transition-delay: 0.5s;
	}

#mini-cart .menu-cart-content .cart-table .cart-item {
	opacity: 0;
	transition: all 0.4s cubic-bezier(.6, 0, .1, 1);
	transform: translateY(10px);
	}
	#mini-cart.this-is-open .menu-cart-content .cart-table .cart-item {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.4s;
	}
	#mini-cart.this-is-open .menu-cart-content .cart-table .cart-item:nth-child(2n) {
	transition-delay: 0.43s;
	}
	#mini-cart.this-is-open .menu-cart-content .cart-table .cart-item:nth-child(3n) {
	transition-delay: 0.46s;
	}
	#mini-cart.this-is-open .menu-cart-content .cart-table .cart-item:nth-child(4n) {
	transition-delay: 0.49s;
	}
	#mini-cart.this-is-open .menu-cart-content .cart-table .cart-item:nth-child(5n) {
	transition-delay: 0.52s;
	}
	#mini-cart.this-is-open .menu-cart-content .cart-table .cart-item:nth-child(6n) {
	transition-delay: 0.55s;
	}
	#mini-cart.this-is-open .menu-cart-content .cart-table .cart-item:nth-child(7n) {
	transition-delay: 0.58s;
	}
	

/* when woo is updating (from js) */
#mini-cart .popup-inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	background: #fff;
	z-index: 2;
	transition: all 0.3s ease 0.05s, height 0.01s ease 0.35s;
	}
	.updating-woocart #mini-cart .popup-inner::after {
	height: 100%;
	opacity: 1;
	transition: all 0.3s ease 0.05s, height 0.01s ease;
	}

#mini-cart .sr-loader-icon { 
	transition: all 0.2s ease; 
	opacity: 0; 
	visibility: hidden;
}
.updating-woocart #mini-cart .sr-loader-icon { 
	opacity: 1; 
	visibility: visible; 
}



/*  ---------------------------------------------------	*/

/*    SHOP GRID PAGE 									*/
	
/* ---------------------------------------------------	*/
#main-shop-grid.shop-container {
	margin-bottom: 40px;
	}

.shop-container .shop-item {
	overflow: visible;
	}

.shop-container .shop-item .shop-item-inner {
	position: relative;
	}
	.shop-container .shop-item .shop-item-inner.meta-alignment-center {
	text-align: center;
	}
	.shop-container .shop-item .shop-item-inner.meta-alignment-right {
	text-align: right;
	}

.shop-container .shop-item .shop-item-inner.shop-item-bg {
	padding-bottom: 10px;
	}

.shop-container .shop-item .product-media,
.cat-item .cat-media {
	position: relative;
	}

.shop-container .shop-item:hover .thumb-hover .hover-image {
	opacity: 1;
	}

.shop-container .shop-item .product-meta,
.cat-item .cat-meta {
	position: relative;
	display: block;
	margin-bottom: 10px;
	}
	.shop-container .shop-item .shop-item-inner.shop-item-bg .product-meta {
	padding: 0 10px;
	}
	.shop-container .shop-item .meta-alignment-center .product-meta {
	text-align: center;
	}
	.shop-container .shop-item .meta-alignment-right .product-meta {
	text-align: right;
	}
	.shop-container .shop-item .meta-pos-onimage .product-meta {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: calc(100% - 30px);
	z-index: 4;
	margin: 0;
	}

.shop-container .shop-item .product-media + .product-meta,
.shop-container .shop-item .variation-onimage form + .product-meta,
.shop-container .shop-item .badge-onimage .onsale + .product-meta,
.shop-container .shop-item .badge-onimage .badges + .product-meta {
   	margin-top: 10px;
	}

.shop-container .shop-item .badge-onimage:not(.variation-onimage) form + .onsale + .product-meta,
.shop-container .shop-item .badge-onimage:not(.variation-onimage) form + .badges + .product-meta {
   	margin-top: 0;
	}

.shop-container .shop-item .product-media + .onsale,
.shop-container .shop-item .variation-onimage form + .onsale {
   	margin-top: 10px;
	}
	.shop-container .shop-item .product-media + .badges,
	.shop-container .shop-item .variation-onimage form + .badges {
   	margin-top: 15px;
	margin-bottom: 3px;
	}

.shop-container .shop-item .badge-onimage > .onsale,
.shop-container .shop-item .badge-onimage > .badges {
   	margin: 0 !important;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 4;
	}

.shop-container .shop-item .badge-onimage > .badges > span {
   	margin: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	}
	.shop-container .shop-item .badge-onimage > .badges > .onsale:nth-child(2n),
	.shop-container .shop-item .badge-onimage > .badges > .hot-badge:nth-child(2n) {
	top: 26px;
	}
	.shop-container .shop-item .badge-onimage > .badges > .hot-badge:nth-child(3n) {
	top: 52px;
	}
	

.shop-container .shop-item .product-meta .product-name {
   	display: block;
	margin: 0;
	font-weight: 400;
	}
	.shop-container .shop-item .meta-alignment-float .product-meta .product-name {
   	max-width: calc(100% - 40px);
	}

.shop-container .shop-item .product-meta .price {
   	display: inline-block;
	}
	.shop-container .shop-item .meta-alignment-float .product-meta .price {
   	position: absolute;
	top: 0;
	right: 0;
	}
	.shop-container .shop-item .meta-alignment-float.meta-pos-onimage .product-meta .price {
   	position: absolute;
	top: auto;
	bottom: 0;
	}

.shop-container .shop-item .meta-pos-onimage .product-meta {
	transition: all 0.2s ease;
	}
	.shop-container .shop-item:hover .meta-pos-onimage .product-meta {
	opacity: 0;
	visibility: hidden;
	}

.shop-container .shop-item .grid-button {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: calc(100% - 40px);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 5;
	display: flex;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	border-radius: 4px;
	}
	.shop-container .shop-item .grid-button.small-addtocart {
	width: auto;
	}
	.shop-container .shop-item:hover .grid-button {
	opacity: 1;
	visibility: visible;
	}

.shop-container .shop-item .grid-button a {
	margin: 0;
	display: block;
   	color: #000 !important;
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	position: relative;
	}
	.shop-container .shop-item .grid-button a:hover {
   	color: rgba(0,0,0,0.51) !important;
	}
	.shop-container .shop-item .grid-button > a,
	.shop-container .shop-item .grid-button > div {
	background: #fff !important;
	border-left: 1px solid rgba(0,0,0,0.16);
	overflow: hidden;
	box-sizing: border-box;
	}
	.shop-container .shop-item .grid-button > a:first-child,
	.shop-container .shop-item .grid-button > div:first-child {
	border-radius: 4px 0 0 4px;
	border-left: none;
	}
	.shop-container .shop-item .grid-button > a:last-child,
	.shop-container .shop-item .grid-button > div:last-child {
	border-radius: 0 4px 4px 0;
	}

.shop-container .shop-item .grid-button:not(.small-addtocart) .sr-button {
	flex-grow: 1;
	}

.shop-container .shop-item .grid-button .sr-button {
	padding: 0 5px;
	font-size: 0.9em;
	}

.shop-container .shop-item .grid-button .added_to_cart {
	display: none;
	}

.shop-container .shop-item .grid-button a.open-quick-view,
.shop-container .shop-item .grid-button.small-addtocart a.sr-button,
.shop-container .shop-item .grid-button .tinv-wraper,
.shop-container .shop-item .grid-button a.tinvwl_add_to_wishlist_button {
	width: 50px;
	height: 50px;
	padding: 0;
	}

.shop-container .shop-item .grid-button a svg,
.shop-container .shop-item .grid-button a.tinvwl_add_to_wishlist_button::after {
	width: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.2s ease;
	}
	.shop-container .shop-item .grid-button a:hover svg,
	.shop-container .shop-item .grid-button a.tinvwl_add_to_wishlist_button:not(.tinvwl-product-in-lis):hover::after {
   	opacity: 0.49;
	}

.shop-container .shop-item .added_to_cart {
   	display: none;
	}

.shop-container .shop-item .out-of-stock {
	font-weight: 500;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	z-index: 2;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	min-width: 100px;
	padding: 0 10px;
	text-align: center;
	margin: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}
	
span.onsale,
span.badges span {
	font-weight: 500;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #d83e49;
	border: 1px solid transparent;
	border-radius: 3px;
	display: inline-block;
	}
	span.onsale.block,
	span.badges span.block {
	padding: 0px 6px;
	margin-bottom: 3px;
	font-size: 11px;
	}
	.single-product span.onsale,
	.single-product span.badges span {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	margin-right: 5px;
	}
	.single-product span.onsale.block,
	.single-product span.badges span.block {
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	}

span.badges {
	display: block;
	}
	.shop-container .shop-item .shop-item-bg span.badges {
	margin-left: 10px;
	margin-right: 10px;
	}

span.badges span.new-badge {
	color: #000;
	}

span.badges span.hot-badge {
	color: #398c85;
	}


/* variation on grid ( do not use .shop-container > .product for carousel ) */
.shop-container .product:not(.product-type-variable) form.cart,
.shop-container .product form.cart > *:not(.variations):not(.variations_button),
.shop-container .product form.cart .variations_button > *:not(.sr-button),
.shop-container .product.product-type-variable form.cart .sr-button,
.shop-container .shop-item form.cart .variations .variation .name {
	display: none !important;
	width: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.shop-container .shop-item form.cart {
	margin: 10px 0 0 0;
	z-index: 4;
	}
	.shop-container .shop-item .shop-item-bg form.cart {
	margin-left: 10px;
	margin-right: 10px;
	}
	.shop-container .shop-item .variation-onimage form.cart {
	position: absolute;
	top: 15px;
	right: 15px;
	margin: 0;
	}
	.shop-container .shop-item .product-meta + form.cart {
	margin-top: -5px;
	}

.shop-container .shop-item form.cart .product-add-to-cart {
	position: absolute;
	top: -10px;
	transform: translateY(-100%);
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	}

.shop-container .shop-item:hover form.cart .product-add-to-cart {
	opacity: 1;
	visibility: visible;
	top: -20px;
	}

.shop-container .shop-item form.cart .variations {
	margin-bottom: 10px;
	}

.shop-container .shop-item form.cart .variations .variation {
	margin-top: 0;
	min-height: inherit;
	}

.shop-container .shop-item form.cart .variations .variation .value {
	float: none;
	margin: 0;
	}

.shop-container .shop-item form.cart .variations .variation .value .variable-items-wrapper,
.shop-container .shop-item form.cart .variations .variation .value select {
	display: none;
}

.shop-container .shop-item .var-all form.cart .variations .variation .value .variable-items-wrapper {
	display: block;
}

.shop-container .shop-item form.cart .variations .variation ul {
	padding: 0;
	padding-top: 10px;
	}
	.shop-container .shop-item form.cart .variations .variation:first-child ul {
	padding-top: 0;
	}
	.shop-container .shop-item .meta-alignment-center:not(.variation-onimage) form.cart .variations .variation ul {
	text-align: center;
	}
	.shop-container .shop-item .meta-alignment-right:not(.variation-onimage) form.cart .variations .variation ul {
	text-align: right;
	}


/* imagebutton / category grid */
.imagebutton-media .imagebutton-title {
	position: absolute;
	top: 40px;
	left: 40px;
	margin: 0;
	}
	.imagebutton-media.top-right .imagebutton-title { left: auto; right: 40px; text-align: right; }
	.imagebutton-media.bottom-left .imagebutton-title { top: auto; bottom: 40px; }
	.imagebutton-media.bottom-right .imagebutton-title { top: auto; bottom: 40px; left: auto; right: 40px; text-align: right; }
	.imagebutton-media.center-center .imagebutton-title { 
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		text-align: center;
	}

.imagebutton-media .imagebutton-subtitle {
	margin-top: 0;
	color: #000 !important;
	}
	.imagebutton-media.text-light .imagebutton-subtitle { color: #fff !important; }
	


/*  ---------------------------------------------------	*/

/*    GRID OPTIONS										*/
	
/* ---------------------------------------------------	*/
.woocommerce #main {
	margin-top: 40px;
	}
	.woocommerce.single-product #page-body #main,
	.woocommerce #hero.no-bg ~ #page-body #main {
	margin-top: 0;
	}

.woocommerce #main .spacer-shop-grid {
	height: 60px;
	}

.woocommerce .grid-options {
	margin-top: 40px;
	margin-bottom: 25px;
	z-index: 2;
	position: relative;
	}
	.woocommerce .grid-options:first-child {
	margin-top: 0;
	}

.woocommerce #main-shop-grid  {
	margin-top: 20px;
	}
	.woocommerce .main-content #main-shop-grid  {
	margin-top: 0;
	}

.woocommerce-breadcrumb {
	color: rgba(0,0,0,0.51);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 24px 0;
	display: inline-block;
	}
	.text-light .woocommerce-breadcrumb {
	color: rgba(255,255,255,0.69);
	}
	.grid-options .woocommerce-breadcrumb {
	padding: 0;
	}
	.product-infos .woocommerce-breadcrumb {
	padding-top: 0;
}

.woocommerce-breadcrumb .delimiter {
	width: 10px;
	display: inline-block;
	transform: translateY(0.08em);
	}
	.woocommerce-breadcrumb .delimiter svg {
	fill: rgba(0,0,0,0.51);
	}
	.text-light .woocommerce-breadcrumb .delimiter svg {
	fill: rgba(255,255,255,0.69);
	}

.woocommerce-breadcrumb a {
	color: #000;
	}
	.text-light .woocommerce-breadcrumb a {
	color: #fff;
	}
	.woocommerce-breadcrumb a:hover {
	color: rgba(0,0,0,0.51);
	}
	.text-light .woocommerce-breadcrumb a:hover {
	color: rgba(255,255,255,0.69);
}

.woocommerce .woocommerce-result-count {
	color: #000;
	margin: 0;
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	}

.grid-options .woocommerce-ordering {
	margin: 0;
	float: right;
	margin-left: 15px;
	margin-top: -1px;
}

.grid-options ~ .woocommerce-ordering,
.grid-options ~ .wcapf-before-products .woocommerce-ordering,
.main-content .woocommerce-ordering {
	display: none;
}

.woocommerce-ordering select {
	font-size: 13px;
	font-weight: 500;
	line-height: 34px;
	height: 34px;
	padding: 0 25px 0 10px;
	outline: none;
	min-width: auto;
	transition: all 0.2s ease;
	}
	.woocommerce-ordering select:hover {
	background-color: rgba(0,0,0,0.04);
	}

.grid-options.no-breadcrumb ~ .wcapf-before-products,
.grid-options.no-breadcrumb + .woocommerce-result-count {
	transform: translateY(-24px);
	}

.grid-options .filter-open {
	font-size: 13px;
	font-weight: 500;
	color: #000;
	line-height: 22px;
	height: 22px;
	padding: 5px 8px 5px 10px;
	min-width: auto;
	display: inline-block;
	float: right;
	margin-left: 15px;
	border: 1px solid rgba(0,0,0,0.16);
	border-radius: 4px;
	transition: all 0.2s ease;
	position: relative;
	}
	.grid-options .filter-open:hover {
	background: rgba(0,0,0,0.04);
	}
	.grid-options .woocommerce-notices-wrapper + form + .filter-open {
	float: left;
	margin-left: 0;
}

.grid-options .filter-open .text::before {
	content: attr(data-textopen);
	}
	.filter-is-open .grid-options .filter-open .text::before {
	display: none;
	}

.grid-options .filter-open .text::after {
	content: attr(data-textclose);
	display: none;
	}
	.filter-is-open .grid-options .filter-open .text::after {
	display: inline;
	}

.grid-options .filter-open .icon {
	float: right;
	width: 22px;
	height: 22px;
	margin-left: 7px;
	}

.sr-top-filter {
	height: 0;
	padding: 0;
	position: relative;
	transition: all 0.7s cubic-bezier(.6, 0, .1, 1);
	overflow: hidden;
	}
	.filter-is-open .sr-top-filter {
	height: 200px;			/* JS */
	padding: 30px 0;
	}

.sr-top-filter .column-section {
	position: relative;
	opacity: 0;
	top: -5px;			/* transform creates issue for scrolling columns */
	transition: all 0.5s ease;
	}
	.filter-is-open  .sr-top-filter .column-section {
	opacity: 1;
	top: 0;
	transition-delay: 0.1s;
	}


/*  ---------------------------------------------------	*/

/*    Product Single									*/
	
/* ---------------------------------------------------	*/
#product .product-head.has-bg {
	padding-bottom: 80px;
	position: relative;
	}
	#product .product-head.half-layout {
	padding-bottom: 0;
}

#product .product-head .column-section {
	margin-top: 40px;
	}

#product .product-images  {
	width: calc(66.6% - 26.66px);
	margin-right: 80px;
	}
	#product .wrapper-medium .product-images  {
	width: calc(60% - 26.66px);
}

#product .product-images .item-inner,
#product .product-images .scroll-item {
  	position: relative;
}

#product .product-images a[data-fancybox]:not(.product-video-button) {
  	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease;
	}
	#header[class*="transparent-"] ~ #hero-and-body #product .product-images .item-inner:hover a[data-fancybox]:not(.product-video-button),
	#header[class*="transparent-"] ~ #hero-and-body #product .product-images .scroll-item:hover a[data-fancybox]:not(.product-video-button) {
	top: 100px;
	}
	#product .product-images .item-inner:hover a[data-fancybox]:not(.product-video-button),
	#product .product-images .scroll-item:hover a[data-fancybox]:not(.product-video-button) {
	opacity: 1;
	visibility: visible;
}

#product .product-images a[data-fancybox]:not(.sr-button-icon) svg {
  	width: 18px;
	height: 18px;
	position: absolute;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
	transition: opacity 0.2s ease;
	}
	#product .product-images a[data-fancybox]:not(.sr-button-icon):hover svg {
  	opacity: 0.49;
}

#product .product-video-button  {
	display: inline-flex;
	font-family: "Jost";
	font-weight: 500;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}

#product .product-video-button .icon {
	display: inline-block;
  	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.04);
	border-radius: 50%;
	transition: opacity 0.4s ease;
	position: relative;
	}
	#product .product-video-button .icon svg {
  	width: 15px;
	height: 15px;
	position: absolute;
	top: calc(50% - 7.5px);
	left: calc(50% - 7.5px);
	fill: #000;
	}
	#product .text-light .product-video-button .icon {
	background: #fff;
	}

#product .product-video-button .text  {
	display: inline-block;
  	line-height: 40px;
	height: 40px;
	margin-left: 10px;
	}
	

#product:not(.quick-product) .product-infos  {
	width: calc(33.33% - 53.33px);
	}
	#product:not(.quick-product) .wrapper-medium .product-infos  {
	width: calc(40% - 53.33px);
}

.product-infos.text-center:not(.disable-center) .infos-inner {
	height: calc(100vh - 120px);		
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-infos.text-center:not(.disable-center) .infos-align {
    -webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	max-width: 100%;
	width: 100%;
}


/*  -------- half bg --------  */
@media only screen and (min-width: 769px) {
	#product .product-head.half-layout {
		padding-top: 0 !important;
	}
	
	#product .product-head.half-layout .column-section {
		margin-top: 0 !important;
	}
	
	#product .product-head.half-layout .column-section .product-infos .col-content,
	#product .product-head.half-layout .column-section .sticky-nav .nav-wrapper {
		padding-top: calc(35px + 40px + 40px);		/* Logo Height */
	}
	
	#product .product-head.half-layout .column-section .product-infos.text-center:not(.disable-center) .col-content {
		padding-top: 0 !important;
	}

	#product .product-head.half-layout > [class*='wrapper'] {
		width: 100%;
		max-width: 100%;
	}

	#product .product-head.half-layout .product-images {
		width: 50%;
		margin: 0;
		padding: 0;
	}

	#product .product-head.half-layout .product-infos {
		width: 50%;
		}
		#product .product-head.half-layout .product-infos .col-content {
		padding-left: 20%;
		padding-right: 20%;
	}

	#product .product-head.half-layout .product-images .variation-gallery .scroll-gallery,
	#product .product-head.half-layout .product-images .variation-gallery .image-gallery {
		width: 100% !important;
		}
		#product .product-head.half-layout .product-images .variation-gallery .scroll-gallery.has-thumbs,
		#product .product-head.half-layout .product-images .variation-gallery .image-gallery.has-thumbs {
		margin-left: -120px;
		}

	#product .product-head.half-layout .product-images .variation-gallery .scroll-nav,
	#product .product-head.half-layout .product-images .variation-gallery .flickity-nav  {
		margin-left: 20px;
	}

	#product .product-head.half-layout .product-images .scroll-item ,
	#product .product-head.half-layout .product-images .carousel-item  {
		text-align: center;
	}
}
#product .product-head.has-bg .product-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	}
	#product .product-head.has-bg > *:not(.product-bg),
	#product .product-head.has-bg .column > *:not(.product-bg) {
	z-index: 1;
	}

#product .product-head.has-bg .product-bg + .woocommerce-breadcrumb {
	display: none;
}

/*  -------- half bg --------  */

#product .product-infos .product_title {
	margin: 0;
	z-index: 1;
	position: relative;
	font-weight: 500;
}

#product .product-infos .price {
	margin-top: 5px;
}

#product .product-infos .price.single-price , 
#product .product-infos .single-price  .amount {
	font-size: 16px;
	line-height: 26px;
	z-index: 2;
	position: relative;
}

#product .product-infos .woocommerce-product-rating {
	overflow: hidden;
	margin-top: 5px;
}

#product .product-infos .woocommerce-product-rating a {
	font-size: 0.75em;
	vertical-align: text-top;
	color: rgba(0,0,0,0.51);
	display: inline-block;
	margin-left: 5px;
	}
	#product .product-infos .woocommerce-product-rating a:hover {
	color: #000;
	}
	#product .text-light .product-infos .woocommerce-product-rating a {
	color: rgba(255,255,255,0.69);
	}
	#product .text-light .product-infos .woocommerce-product-rating a:hover {
	color: #fff;
}

#product .product-infos .woocommerce-product-details__short-description {
	display: block;
	margin-top: 20px;
}

#product .product-infos .product_meta {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 40px; 
	}
	#product .text-light .product-infos form + .product_meta {
	color: #fff;
	}
	#product .product-infos form + .product_meta {
	margin-top: 40px; 
	}

#product .product-infos .product_meta .meta-label {
	display: inline-block;
	width: auto;
	color: rgba(0,0,0,0.51);
	margin-right: 5px;
	}
	#product .text-light .product-infos .product_meta .meta-label {
	color: rgba(255,255,255,0.69);
	}

#product .product-infos .product_meta > span {
	display: block;
}

#product .product-infos .product_meta ~ #single-share {
	margin-top: 10px;
	}

#product .product-infos .view-more {
	margin-top: 30px; 
}

#product .product-infos .product_meta .sku_wrapper {
	margin: 0;
	width: auto;
	max-width: none;
}

/* Variations */
#product .product-infos form.cart {
	margin-top: 40px;
	position: relative;
	}

#product .product-infos .cart .variations .variation {
	margin-top: 20px;
	position: relative;
	}
	#product .product-infos .cart .variations .variation:first-child {
	margin-top: 0;
	}

#product .product-infos .cart .variations .value {
	padding-top: 25px;
	}

#product .product-infos .cart .variations .value + .name {
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	}

#product .product-infos .cart .variations .value select {
	width: 100% !important;
	}

.product .cart .woocommerce-variation-description {
	font-size: 13px;
	line-height: 1.4;
}

.product .cart .reset_variations,
.product .cart .woocommerce-variation-price {
	display: none !important;
}

.product .cart .woocommerce-variation .woocommerce-variation-availability,
.stock {
	font-size: 12px;
	font-weight: 400;
}

.out-of-stock,
.available-on-backorder {
	color: #d83e49;
}

.in-stock {
	color: #0ec884;
}

/* swatch variations (plugin) */
.product .cart .variations .variation .variable-items-wrapper {
	list-style: none;
	margin: 0 0 -10px 0;
	display: flex;
	flex-wrap: wrap;
	}
	.product .cart .variations .variation .variable-items-wrapper::after { 
		content: ""; 
		display: block; 
		clear: both; 
		visibility: hidden; 
		font-size: 0;  
		height: 0; 
	}

.product .cart .variations .variation .variable-items-wrapper li {
	height: auto;
	margin: 0 10px 10px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;
	border: 1px solid rgba(0,0,0,0.16);
	border-radius: 4px;
	cursor: pointer;
	color: #000;
	}
	.product .cart .variations .variation .variable-items-wrapper:not(.image-variable-wrapper) li:hover {
	background: rgba(0,0,0,0.04);
	}
	.shop-container .cart .variations .variation .variable-items-wrapper li {
	margin: 0 3px;
	}
	.shop-container .variation-onimage .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li {
	display: block;
	margin: 5px 0;
	}
	.shop-container .variation-onimage .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li:first-child {
	margin: 0;
	}
	.product .text-light .cart .variations .variation .variable-items-wrapper li {
	border-color: rgba(255,255,255,0.22);
	color: #fff;
	}
	.product .text-light .cart .variations .variation .variable-items-wrapper:not(.image-variable-wrapper) li:hover {
	background: rgba(255,255,255,0.12);
	}
	.wvs-style-rounded .product .cart .variations .variation .variable-items-wrapper li {
	border-radius: 100%;
	}
	.product .cart .variations .variation .variable-items-wrapper li:first-child {
	margin-left: 0 !important;
	}
	.product .cart .variations .variation .variable-items-wrapper li.selected {
	border-color: #000 !important;
	}
	.product .text-light .cart .variations .variation .variable-items-wrapper li.selected {
	border-color: #fff !important;
}

.product .cart .variations .variation .variable-items-wrapper li.disabled {
	overflow: hidden;
	cursor: default;
}

.product .cart .variations .variation .variable-items-wrapper li.disabled::after {
	content: "";
	width: 1px;
	height: 150%;
	position: absolute;
	top: 0;
	right: -0.5px;
	background: #e4e4e4;
	border: none;
	visibility: visible;
	margin: 0;
	opacity: 1;
	transform: rotate(45deg);
	transform-origin: top right;
	left: auto;
	bottom: auto;
}

.product .cart .variations .variation .variable-items-wrapper li .variable-item-span {
	position: relative;
	min-width: 40px;
	padding: 0 2px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	display: block;
	border-radius: 4px;
	box-sizing:border-box;
	}	
	.wvs-style-rounded .product .cart .variations .variation .variable-items-wrapper li .variable-item-span { 
	border-radius: 100%;
	}
	.shop-container .cart .variations .variation .variable-items-wrapper li .variable-item-span {
	min-width: 24px;
	padding: 0 1px;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	}
	.shop-container .cart .variations .variation .variable-items-wrapper li.color-variable-item,
	.shop-container .cart .variations .variation .variable-items-wrapper li.color-variable-item .variable-item-span {
	border-radius: 50%;
	}
	.shop-container .cart .variations .variation .variable-items-wrapper li.color-variable-item .variable-item-span,
	.shop-container .variation-onimage .cart .variations .variation .variable-items-wrapper li .variable-item-span {
	min-width: 20px;
	padding: 0 1px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	}
	.product .cart .variations .variation .variable-items-wrapper li.disabled .variable-item-span,
	.product .cart .variations .variation .variable-items-wrapper li.disabled .variable-item-contents > img {
	opacity: 0.2;
	}
	.wvs-style-rounded .product .cart .variations .variation .variable-items-wrapper li .variable-item-span {
	border-radius: 100%;
	}

.product .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li {
	border: none;
	}
.product .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li .variable-item-span::after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	background-image:url(../../../files/assets/check-light.svg);
	-webkit-background-size:20px;
	-moz-background-size:20px;
	-o-background-size:20px;
	background-size:20px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.1s ease;
	}
	.shop-container .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li .variable-item-span::after {
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	-webkit-background-size:16px;
	-moz-background-size:16px;
	-o-background-size:16px;
	background-size:16px;
	}
	.shop-container .cart .variations .variation .variable-items-wrapper li.color-variable-item .variable-item-span::after,
	.shop-container .variation-onimage .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li .variable-item-span::after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 3px solid #fff;
	background: none;
	border-radius: 50%;
	box-sizing:border-box;
	z-index: 1;
	}
	.shop-container .cart .variations .variation .variable-items-wrapper li.color-variable-item .variable-item-span::before,
	.shop-container .variation-onimage .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li .variable-item-span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #000;
	background: none;
	border-radius: 50%;
	box-sizing:border-box;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.1s ease;
	}
	.product .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li.selected .variable-item-span::after,
	.product .cart .variations .variation .variable-items-wrapper.color-variable-wrapper li.selected .variable-item-span::before {
	opacity: 1;
	}

.product .cart .variations .variation .variable-items-wrapper.image-variable-wrapper li .variable-item-contents > img {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	overflow: hidden;
	}
	.wvs-style-rounded .product .cart .variations .variation .variable-items-wrapper li .variable-item-contents > img { 
	border-radius: 100%;
	}
	.shop-container .cart .variations .variation .variable-items-wrapper.image-variable-wrapper li .variable-item-contents > img {
	width: 32px;
	height: 32px;
}

.variation .variable-items-wrapper [data-wvstooltip]::before {
	font-size: 12px;
	font-weight: 400;
	min-width: 60px;
	bottom: calc(100% + 3px) !important;
	box-shadow: none;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.16);
	color: rgba(0,0,0,0.76);
	border-radius: 3px;
	transition: opacity 0.1s ease;
}
.variation .variable-items-wrapper .button-variable-item[data-wvstooltip]::before,
.variation .variable-items-wrapper [data-wvstooltip]::after {
	display: none;
}


/* group item */
.product form.cart .group_table {
	margin-bottom: 40px;
	}

.product form.cart .group_table .woocommerce-grouped-product-list-item {
	overflow: hidden;
	margin-bottom: 20px;
	}

.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity {
	float: left;
	}

.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity .quantity {
	float: none;
	}

.product form.cart .group_table .group-info {
	float: right;
	width: calc(100% - 80px);
	}

.product form.cart .group_table .woocommerce-grouped-product-list-item__label {
	margin-top: -2px;
	}

.product form.cart .group_table .woocommerce-grouped-product-list-item__label label {
	font-size: 12px;
	line-height: 20px;
	display: block;
	font-weight: 600;
	margin: 0;
	}

.product form.cart .group_table .woocommerce-grouped-product-list-item__price .price {
	margin: 0 !important;
	}




/* Add to cart */
.product .cart .single_variation_wrap {
	margin-top: 40px; 
}

.product .cart .product-add-to-cart {
	font-size: 0;		/* strip inline spacings of children */
	line-height: 0;
	display: flex;
	}

.product .cart .product-add-to-cart.woocommerce-variation-add-to-cart-disabled {
	opacity: 0.3;
	pointer-events: none;
	cursor: default;
	}

.product .cart .pseudo-add-to-cart {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	}
	.product .text-light .cart .quantity + .pseudo-add-to-cart {
	background: #fff;
	color: #000;
	}
	.product .text-light .cart .quantity + .pseudo-add-to-cart:hover {
	background: rgba(255,255,255,0.79);
	}
	.product .cart .quantity:not(.single-add) + .pseudo-add-to-cart {
	width: calc(100% - 85px);
	margin-left: 10px;
	}

.product .cart .pseudo-add-to-cart.loading:not(.added) .text,
.shop-container .shop-item .grid-button .sr-button.loading:not(.added) .text,
.shop-container .shop-item .grid-button .sr-button.loading:not(.added) svg {
	opacity: 0;
	visibility: hidden;
	}

.product .cart .pseudo-add-to-cart .sr-loader-icon,
.shop-container .shop-item .grid-button .sr-button .sr-loader-icon {
	opacity: 0;
	visibility: hidden;
	}
	.product .cart .pseudo-add-to-cart.loading:not(.added) .sr-loader-icon,
	.shop-container .shop-item .grid-button .sr-button.loading:not(.added) .sr-loader-icon {
	opacity: 1;
	visibility: visible;
	}

.product .product-head:not(.text-light) .cart .pseudo-add-to-cart .sr-loader-icon:before,
.product .product-head:not(.text-light) .cart .pseudo-add-to-cart .sr-loader-icon:after {
	background: #fff;
	}

.product .cart .pseudo-add-to-cart + button {
	display: none;
}


/* Share */
#product .product-infos .accordion + #single-share {
	margin-top: 0px;
	border-top: none;
}



/* Gallery / Slider */
.product .three-fifth {
	position: relative;
	}

.product .variation-gallery {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	transition: all 0.01s ease 0.2s;
	overflow: hidden;
	}
	.product .variation-gallery.active {
	opacity: 1;
	visibility: visible;
	max-height: 9999px;
	transition-delay: 0.201s;
	}

.product .variation-gallery .flickity-carousel.has-thumbs,
.product .variation-gallery .scroll-gallery.has-thumbs {
	width: calc(100% - 100px);
	float: right;
	}
	.product .product-head.nav-dots .variation-gallery .scroll-gallery.has-thumbs,
	.product .product-head.nav-dots .variation-gallery .image-gallery.has-thumbs {
	width: 100% !important;
	}
	.product .product-head.nav-dots .variation-gallery .scroll-gallery.has-thumbs,
	.product .product-head.nav-dots .variation-gallery .image-gallery.has-thumbs {
	margin-left: -120px;
	}

.product .variation-gallery .flickity-carousel .flickity-page-dots { display: none; }


.product .variation-gallery .flickity-nav,
.product .variation-gallery .scroll-nav {
	width: 80px;
	float: left;
	}
	.product .product-head.half-layout .variation-gallery .flickity-nav,
	.product .product-head.half-layout .variation-gallery .scroll-nav {
	width: 60px;
	}
	.product .product-head.nav-dots .variation-gallery .flickity-nav,
	.product .product-head.nav-dots .variation-gallery .scroll-nav {
	width: 14px;
	}

.product .variation-gallery .nav-center .nav-wrapper {
	min-height: 360px;
	height: calc(100vh - 158px);		/* edited via js */
	display: flex;
   	flex-direction: column;
  	justify-content: center;
	align-items: center;
	padding: 0 !important;
	}
	.product .product-head.nav-dots .variation-gallery .nav-wrapper {
	padding: 20px 30px !important;
	}
	.product .product-head.nav-dots .variation-gallery .nav-center .nav-wrapper {
	padding: 0 0 0 30px !important;
	}

.product .variation-gallery .nav-center .nav-inner {
    -webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	max-width: 100%;
	width: 100%;
	border: 1px solid transparent;		/* workaround for overflow jump when clicking thumbs */
	transition: top 0.3s ease;
	}

.product .flickity-nav .flickity-nav-inner,
.product .scroll-nav .scroll-nav-inner {
	width: 100%;
	padding-right: 15px;
  	max-height: 350px;
  	overflow-x: hidden;
  	overflow-y: auto;
	}

.product .flickity-nav .nav-thumb,
.product .scroll-nav .nav-thumb {
  	height: 80px;
  	width: 80px;
  	margin-bottom: 10px;
  	cursor: pointer;
	overflow: hidden;
	opacity: 0.4;
	transition: 0.1s ease;
	}
	.product .product-head.half-layout .flickity-nav .nav-thumb,
	.product .product-head.half-layout .scroll-nav .nav-thumb { 
	height: 60px;
  	width: 60px;
	}
	.product .flickity-nav .nav-thumb:last-child,
	.product .scroll-nav .nav-thumb:last-child { 
	margin: 0; 
	}
	.product .product-head.nav-dots .flickity-nav .nav-thumb,
	.product .product-head.nav-dots .scroll-nav .nav-thumb {
	height: 14px;
  	width: 14px;
	opacity: 1;
	position: relative;
	}
	.product .product-head.nav-dots .flickity-nav .nav-thumb::after,
	.product .product-head.nav-dots .scroll-nav .nav-thumb::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.4s ease;
	}
	.product .product-head.nav-dots.thumbs-light .flickity-nav .nav-thumb::after,
	.product .product-head.nav-dots.thumbs-light .scroll-nav .nav-thumb::after {
	background: #fff;
	}
	.product .product-head.nav-dots .flickity-nav .nav-thumb.is-nav-selected::after,
	.product .product-head.nav-dots .scroll-nav .nav-thumb.is-nav-selected::after {
	width: 100%;
	height: 100%;
	}

.product .flickity-nav .nav-thumb.is-nav-selected,
.product .scroll-nav .nav-thumb.is-nav-selected {
  	opacity: 1;
}

.product .flickity-nav .nav-thumb img,
.product .scroll-nav .nav-thumb img {
 	transition: transform 0.4s ease;
	}
	.product .flickity-nav .nav-thumb.is-nav-selected img,
	.product .scroll-nav .nav-thumb.is-nav-selected img {
  	transform: scale(1.1);
	}
	.product .product-head.nav-dots .flickity-nav .nav-thumb img,
	.product .product-head.nav-dots .scroll-nav .nav-thumb img {
  	display: none;
}

.product .scroll-gallery .scroll-item {
  	margin-top: 20px;
	}
	.product .scroll-gallery .scroll-item:first-child,
	.product .half-layout .scroll-gallery .scroll-item {
	margin: 0;
}
	

/* gallery switch animation for isotope */
.product .variation-gallery .isotope-grid .gal-item .item-inner {
	transition: opacity 0.18s ease;
	opacity: 0;
	}
	.product .variation-gallery.active .isotope-grid .gal-item .item-inner {
	opacity: 1;
	transition: opacity 0.3s ease 0.2s;
	}
	.product .variation-gallery.active .isotope-grid .gal-item:nth-child(2n) .item-inner { transition-delay : 0.23s; }
	.product .variation-gallery.active .isotope-grid .gal-item:nth-child(3n) .item-inner { transition-delay : 0.26s; }
	.product .variation-gallery.active .isotope-grid .gal-item:nth-child(4n) .item-inner { transition-delay : 0.32s; }
	.product .variation-gallery.active .isotope-grid .gal-item:nth-child(5n) .item-inner { transition-delay : 0.32s; }
	.product .variation-gallery.active .isotope-grid .gal-item:nth-child(6n) .item-inner { transition-delay : 0.35s; }
	.product .variation-gallery.active .isotope-grid .gal-item:nth-child(7n) .item-inner { transition-delay : 0.38s; }
	.product .variation-gallery.active .isotope-grid .gal-item:nth-child(8n) .item-inner { transition-delay : 0.41s; }
	.product .variation-gallery.active .isotope-grid .gal-item:nth-child(9n) .item-inner { transition-delay : 0.44s; }


/* gallery switch animation for flickity/scroll-gallery */
.product .variation-gallery .flickity-carousel,
.product .variation-gallery .scroll-gallery {
	transition: opacity 0.18s ease;
	opacity: 0;
	}
	.product .variation-gallery.active .flickity-carousel,
	.product .variation-gallery.active .scroll-gallery {
	opacity: 1;
	transition: opacity 0.3s ease 0.2s;
	}

.product .variation-gallery .flickity-nav .nav-wrapper,
.product .variation-gallery .scroll-nav .nav-wrapper {
	transition: all 0.18s ease;
	opacity: 0;
	}
	.product .variation-gallery.active .flickity-nav .nav-wrapper,
	.product .variation-gallery.active .scroll-nav .nav-wrapper {
	opacity: 1;
	transition: opacity 0.3s ease 0.3s;
	}

.product .flickity-carousel.style-arrows-rounded .flickity-prev-next-button {
   	background: #fff !important;
	width: 40px;
	height: 40px;
	}
	.product .flickity-carousel.style-arrows-rounded .flickity-prev-next-button.previous {
	left: 15px;
	}
	.product .flickity-carousel.style-arrows-rounded .flickity-prev-next-button.next {
	left: auto;
	right: 15px;
}

/* gallery switch animation for single image */
.product .variation-gallery .single-img {
	transition: all 0.18s ease;
	opacity: 0;
	transform: translateY(10px);
	}
	.product .variation-gallery.active .single-img {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.4s cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.2s;
	}


/* product video */
.product .three-fifth .product-video {
	text-align: center;
	margin-top: 20px;
	}
	.product .three-fifth .product-video .sr-button .text {
	display: none;
	}
	.product .three-fifth .product-video .sr-button .icon {
	margin: 0;
}

.product .two-fifth .product-video {
	margin-top: 20px;
	display: none;
	}
	.product .layout-column-gallery .two-fifth .product-video {
	display: block;
}



/* product description (page builder) */
#product .product-description.wrapper-small  {
    margin-top: 80px;
}

/* Tabs */
#product .product-body .woocommerce-tabs {
	margin-top: 80px;
}

#product .product-body .woocommerce-tabs .toggle-item {
	padding: 0;
	border: none;
	margin-top: 30px;
	}
	#product .product-body .woocommerce-tabs .toggle-item:first-child {
	margin-top: 0;
	}
	

/* tab additional information */
.woocommerce-tabs .woocommerce-product-attributes td  {
    color: rgba(0,0,0,0.51);
	}
	.text-light .woocommerce-tabs .woocommerce-product-attributes td  {
    color: rgba(255,255,255,0.69);
}



/* comments / reviews */
.woocommerce #reviews .woocommerce-Reviews-title  {
    display: none;
}

.woocommerce #reviews .comments .comment-list {
    margin-top: 0;
}

.woocommerce #reviews .comment-notes {
	display: none;
	}

.woocommerce .toggle-inner #reviews  {
	margin-top: 20px;
	}

.woocommerce #reviews .comment-list li {
	border: 1px solid rgba(0,0,0,0.16);
	margin: 0 0 20px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 15px;
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	}

.woocommerce #reviews .comment-list li .comment-head {
	position: relative;
	}

.woocommerce #reviews .comment-list li .comment-head .name {
	display: inline-block;
	margin-right: 20px;
	}

.woocommerce #reviews .comment-list li .comment-head .star-rating {
	position: absolute;
	top: 0;
	right: 0;	
	font-size: 15px;
	line-height: 20px;
	height: 20px;
	}

.woocommerce #reviews .comment-list li .user {
	display: none;
	}

.woocommerce #reviews .comment-list li .comment-content {
	width: 100%;
	margin: 0;
	min-height: 100px;
	}
	
.woocommerce #reviews .leavecomment {
	margin-bottom: 0;
	margin-top: 40px;
	}
	
.woocommerce #reviews .leavecomment .comment-form-rating {
	background: rgba(0,0,0,0.04);
	padding: 10px;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
}
	
.woocommerce #reviews .leavecomment .comment-form-rating label {
	width: auto;
	margin-right: 20px;
	margin-bottom: 0;
	display: inline-block;
	}
	
.woocommerce #reviews .leavecomment .comment-form-rating .stars {
	margin: 0;
	display: inline-block;
	}


p.stars span {
	display: block;
	height: 20px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	}

p.stars a {
	letter-spacing: 0;
	font-size: 24px;
	padding: 0;
	width: 1em;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	marign-right: -2px;
	}
	
p.stars a::before {
    content: "\f2fc";
	display: block;
	text-indent: 0;
	font-family: "Ionicons";
    color: rgba(0,0,0,0.16);
	}	
	.text-light p.stars a::before {
    color: rgba(255,255,255,0.24);
	}

p.stars span:hover a:hover ~ a::before, 
p.stars.selected span:hover a:hover ~ a::before, 
p.stars.selected a.active ~ a::before {
    content: "\f2fc";
    color: rgba(0,0,0,0.16);
	}	
	.text-light p.stars span:hover a:hover ~ a::before, 
	.text-light p.stars.selected span:hover a:hover ~ a::before, 
	.text-light p.stars.selected a.active ~ a::before {
		color: rgba(255,255,255,0.24);
		}	
		
p.stars span:hover a::before, 
p.stars.selected span:hover a::before, 
p.stars.selected a::before {
    content: "\f2fc";
	color: #FFB200;
	}
	.text-light p.stars span:hover a::before, 
	.text-light p.stars.selected span:hover a::before, 
	.text-light p.stars.selected a::before {
		color: #FFB200;
		}


.woocommerce #reviews .leavecomment .comment-form-author,
.woocommerce #reviews .leavecomment .comment-form-email {
	float: left;
	width: calc(50% - 10px);
	}
	.woocommerce #reviews .leavecomment .comment-form-email {
	float: right;
	}

.woocommerce #reviews .leavecomment .comment-form-cookies-consent {
	margin-top: 10px;
}

.woocommerce-noreviews {
	margin-top: 0;
	color: rgba(0,0,0,0.51);
}


/* Related Products / Up-Sells */
.woocommerce .related.products, 
.woocommerce .upsells.products {
	position: relative;
	margin-top: 80px;
	}
	.woocommerce .product-hero + .related.products, 
	.product-hero + .woocommerce .upsells.products {
	margin-top: 0;
	}
	.woocommerce .related.products + div[class*='spacer-'], 
	.woocommerce .upsells.products + div[class*='spacer-'] {
	height: 60px;
	}

.woocommerce .related.products .section-title.position-left-vertical,
.woocommerce .upsells.products .section-title.position-left-vertical {
	transform: rotate(-90deg) translateX(-100%) translateY(-100%);
	transform-origin: top left;
	position: absolute;
	top: 3px;
	left: -20px;
}

.woocommerce .related.products .section-title.position-left-horizontal,
.woocommerce .upsells.products .section-title.position-left-horizontal {
	width: 25%;
	position: absolute;
	top: calc(50% - 35px);
	left: 0;
	transform: translateY(-50%);
}

.woocommerce .related.products .section-title.position-left-horizontal + .shop-container,
.woocommerce .upsells.products .section-title.position-left-horizontal + .shop-container {
	width: 75%;
	float: right;
}

.woocommerce .related.products .section-title[class*='position-left'] + .shop-container,
.woocommerce .upsells.products .section-title[class*='position-left'] + .shop-container{
	margin-top: 0;
}


/*  ---------------------------------------------------	*/

/*    CART + SHOP TABLE						 	*/
	
/* ---------------------------------------------------	*/
.shop_table,
.woocommerce-cart-form {
  	margin: 0;
}

.shop_table tr,
.shop_table tr td {
	border: none;
	}

.shop_table.cart tr,
.shop_table.cart tr td,
.sr-checkout-order .shop_table tr,
.sr-checkout-order .shop_table tr td {
	vertical-align: top;
	}

.shop_table tr th:last-child,
.shop_table tr td + td:last-child {
	text-align: right;
	}


.shop_table.cart-page tbody tr,
.sr-checkout-order .shop_table tbody tr,
.shop_table.cart-page tbody tr td,
.sr-checkout-order .shop_table tbody tr td {
	vertical-align: middle;
	}

.shop_table.cart-page thead tr,
.sr-checkout-order .shop_table thead tr {
	border-bottom: 1px solid rgba(0,0,0,0.16);
	}

.shop_table thead th, 
.shop_table tbody td, 
.shop_table tbody th, 
.shop_table tfoot td,
.shop_table tfoot th { 
	padding: 20px 0;
	}
	.shop_table thead th { 
	padding-top: 0;
	line-height: 20px;
	}
	.shop_table.cart tbody tr td, 
	.shop_table.cart tbody tr th { 
	padding-top: 0;
	padding-bottom: 40px;
	}
	.shop_table.cart tbody tr:first-child td, 
	.shop_table.cart tbody tr:first-child th { 
	padding-top: 40px;
	}

.shop_table .product-name ,
.shopthelook .list-item  {
	display: flex;
	align-items: center;
	}

.shop_table .product-name .product-image,
.shopthelook .list-item .product-name .product-image {
	width: 100px;
	display: block;
	line-height: 0;
	position: relative;
	border: 1px solid rgba(0,0,0,0.16);
	border-radius: 4px;
}

.shop_table .product-name .product-image img,
.shopthelook .list-item .product-name .product-image img {
	border-radius: 4px;
}

.shop_table .product-name .product-info,
.shopthelook .list-item .product-name .product-info {
	width: calc(100% - 130px);
	margin-left: 30px;
	}
	.shop_table .product-name .product-info:first-child {
	margin-left: 0px;
	}

.shop_table .product-name .product-title a,
.shopthelook .list-item .product-name .product-title a {
	border: none;
}

#mini-cart .menu-cart-content .cart-list .cart-table .cart-item .product-title,
.shop_table .product-name .product-title,
.shopthelook .list-item .product-name .product-title,
.tinv-wishlist table .product-name {
	font-weight: 500;
}

.shop_table .product-name .product-title .product-quantity {
	width: auto;
	height: 24px;
	line-height: 26px;
	font-size: 12px;
	display: inline-block;
	margin-left: 3px;
}

.shop_table .product-quantity  {
	width: 100px;
	position: relative;
	}
	.shop_table.cart-page .product-quantity  {
	width: 100px;
	text-align: center;
	}

.shop_table .product-quantity .amount  {
	display: none;
	}

.shop_table .product-price,
.shop_table .product-subtotal {
	width: 90px;
	position: relative;
	}

.shop_table .amount  {
	font-size: 14px;
	}

.shop_table .product-name .variation,
.cart-table .variation,
.shop_table .product-name .wc-item-meta {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 0 0;
	list-style: none;
	padding: 0;
	}

.shop_table .product-name .variation > span,
.cart-table .variation > span,
.shop_table .product-name .wc-item-meta li {
	display: block;
	margin: 0;
	}
	
.shop_table .product-name .variation dt,
.cart-table .variation dt,
.shop_table .product-name .wc-item-meta li > strong {
	color: rgba(0,0,0,0.51);
	display: inline-block;
	font-weight: 400;
	}
	
.shop_table .product-name .variation dd,
.cart-table .variation dd,
.shop_table .product-name .wc-item-meta li > p {
	display: inline-block;
	color: rgba(0,0,0,0.51);
	margin: 0;
	}

.shop_table .product-name .backorder_notification {
	color: #d83e49;
	margin-top: 0;
	font-size: 14px;
	font-weight: 400;
}

.shop_table .product-name .product-price-mobile {
	display: none;
}

.shop_table .product-subtotal {
	text-align: right;
}

.remove {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.16);
	transition: all 0.2s ease;
	display: inline-block;
	position: relative;
	}
	.remove:hover {
	background-color: #d83e49;
	border-color: #d83e49;
	}

.remove svg {
	width: 10px;
	fill: rgba(0,0,0,0.51);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.2s ease;
	}
	.remove:hover svg  {
	fill: #fff;
	}

.woocommerce-remove-coupon {
    transition: all 0.15s ease;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.11);
    color: rgba(0,0,0,0.31) !important;
	}
	.woocommerce-remove-coupon:hover {
	border-color: #d83e49;
	color: #d83e49 !important;
	}

.shop_table .product-remove {
	text-align: right;
	width: 40px;
	}

.shop_table .product-remove .remove {
	top: 3px;
	}

.cart-table .remove {
	position: absolute;
	top: 0;
	right: 0;
	}

.shop_table.cart td.actions {
	position: relative;
	text-align: right;
	padding-top: 40px;
	border-top: 1px solid rgba(0,0,0,0.16);
	}


.sr-coupon {
	position: relative;
	width: 420px;
	max-width: 100%;
	display: inline-block;
	}

.sr-coupon label {
	display: none;
	}

.sr-coupon .button {
	display: block !important;
	position: absolute;
	bottom: 15px;
	margin: 0;
	right: 15px;
	background: none !important;
	border: none !important;
	color: #000 !important;
	padding: 0;
	line-height: 20px;
	height: 20px;
	}

.sr-coupon > .form-row:first-child {
	margin: 0;
	}

body.ajax-changecart .shop_table td.actions .button {
    display: none;
}


/* cart collaterals */
.cart-collaterals {
	background: rgba(0,0,0,0.04);
	padding: 40px 40px;
	margin-top: -40px;
	border-radius: 4px;
}

.cart-collaterals .cart_totals {
	margin-top: 40px;
}

.cart-collaterals .shop_table tr th,
.sr-checkout-order .shop_table tr th {
	border: none;
}

.cart-collaterals .shop_table tr:not(.shipping) td:last-child,
.sr-checkout-order .shop_table tr:not(.shipping) td:last-child {
	text-align: right;
}

.cart-collaterals .shop_table tr,
.sr-checkout-order .shop_table tr {
	border-bottom: 1px solid rgba(0,0,0,0.16);
	}
	.cart-collaterals .shop_table tr:last-child ,
	.sr-checkout-order .shop_table tbody tr:not(:last-child),
	.sr-checkout-order .shop_table tfoot tr:last-child,
	.order_details.shop_table tfoot tbody tr:not(:last-child),
	.order_details.shop_table tfoot tr:last-child {
	border: none;
}

.cart-collaterals tbody tr:first-child td, 
.cart-collaterals tbody tr:first-child th {
    padding-top: 0;
}

.cart-collaterals tbody tr:last-child td, 
.cart-collaterals tbody tr:last-child th {
    padding-bottom: 0;
}

.sr-checkout-order .shop_table tfoot tr th,
.order_details.shop_table tfoot tr th,
.cart-collaterals .shop_table tr th {
	padding-right: 0;
	}

.sr-checkout-order .shop_table tfoot tr + td,
.order_details.shop_table tfoot tr + td,
.cart-collaterals .shop_table tr + td {
	padding-left: 0;
	}

.cart-collaterals .shop_table tr.shipping form {
    margin-top: 0;
}

.shop_table .shipping {
	font-size: 13px;
}

.shop_table .sr-shipping-title {
	font-size: 15px;
    color: #000;
}

.shop_table .shipping ul  {
    list-style: none;
	margin: 13px 0 0 0;
}

.shop_table .shipping ul li  {
	margin: 2px 0 0 0;
	position: relative
}

.shop_table .shipping label  {
	max-width: calc(100% - 30px);
	font-size: 13px;
}

.shop_table .shipping .amount {
	display: inline-block;
}

.shop_table .shipping .woocommerce-shipping-destination {
	margin-top: 15px;
}

.cart-collaterals .shop_table tr.shipping .shipping-calculator-button {
    font-size: 12px;
	line-height: 20px;
	color: #000;
	border-bottom: 1px solid #000;
	}
	.cart-collaterals .shop_table tr.shipping .shipping-calculator-button:hover {
	color: rgba(0,0,0,0.51);
}

.cart-collaterals .shop_table tr.shipping .shipping-calculator-form {
	padding-top: 10px;
}

.cart-collaterals .shop_table tr.shipping .shipping-calculator-form .select2-container {
	height: 34px !important;
	text-align: left;
}

.cart-collaterals .shop_table tr.shipping .shipping-calculator-form .select2-container .select2-selection--single {
	height: 34px !important;
}

.cart-collaterals .shop_table tr.shipping .shipping-calculator-form .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 34px !important;
}

.cart-collaterals .shop_table tr.shipping .shipping-calculator-form .select2-container .select2-selection--single .select2-selection__arrow {
	height: 34px !important;
}

.cart-collaterals .shop_table tr.shipping .shipping-calculator-form p {
	margin-top: 10px;
}

.cart-collaterals .shop_table tr.shipping .shipping-calculator-form input[type="text"] {
	padding: 2px 10px;
}

.cart-collaterals .shop_table tr.shipping .shipping-calculator-form button {
	padding: 7px 0px;
	width: 100%;
}

.cart-collaterals .wc-proceed-to-checkout {
    margin-top: 40px;
	text-align: center;
}

.cart-collaterals .wc-proceed-to-checkout a {
    width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.shop_table .order-total th,
.shop_table .order-total .amount {
	font-weight: 600;
	font-size: 1.15em;
	}

.shop_table .cart-discount {
	color: #000;
	}

.shop_table .cart-discount td .amount {
	margin-left: 2px;
	}



/*  ---------------------------------------------------	*/

/*    CHECKOUT						 	*/
	
/* ---------------------------------------------------	*/



/* distracted free verion */
.woocommerce-checkout.distraction-free-checkout #header,
.woocommerce-checkout.distraction-free-checkout #footer,
.woocommerce-checkout.distraction-free-checkout #hero {
	display: none;
}

.woocommerce-checkout.distraction-free-checkout #hero-and-body #page-body {
    padding-top: 0 !important;
}

.woocommerce-checkout.distraction-free-checkout #checkout-logo {
    margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.woocommerce-checkout.distraction-free-checkout #checkout-logo img {
    height: 30px;
	width: 100%;
}

.woocommerce-checkout:not(.distraction-free-checkout) #checkout-logo,
.woocommerce-checkout.distraction-free-checkout #checkout-logo .light-logo {
    display: none;
}

.woocommerce-checkout.distraction-free-checkout #checkout-logo .sr-button {
    margin-left: 30px;
}

.woocommerce-checkout.distraction-free-checkout .col-title {
    display: none;
}

.woocommerce-checkout.distraction-free-checkout .two-fifth {
	/*width: calc((((100% - 160px) / 5) * 2 - 48px)); /* 40% column width - 48px column margin + 80px wrapper + 40px for center*/
	height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
}

.woocommerce-checkout.distraction-free-checkout .two-fifth::before {
    content: "";
	width: calc((((100% - 160px) / 5) * 2 - 48px) + 80px + 40px); /* 40% column width - 48px column margin + 80px wrapper + 40px for center*/
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.04);
	pointer-events: none;
}




.woocommerce form .form-row .optional {
    visibility: hidden;
}

.woocommerce-checkout .woocommerce > .woocommerce-message {
	display: none;
}

.woocommerce .sr-checkout-details {
	position: relative;
}

.woocommerce .sr-checkout-details .sr-checkout-before {
	overflow: hidden;
	margin-bottom: 20px;
	width: calc(60% - 32px);
}

.woocommerce .sr-checkout-details .sr-checkout-before .sr-checkout-login,
.woocommerce .sr-checkout-details .sr-checkout-before .sr-checkout-coupon {
	background: rgba(0,0,0,0.04);
	border-radius: 4px;
	margin-bottom: 10px;
}

.woocommerce .sr-checkout-details .sr-checkout-before .woocommerce-info {
	display: block;
	text-align: center;
	margin: 0;
	padding: 15px 0;
	background: none;
	color: rgba(0,0,0,0.51);
}

.woocommerce .sr-checkout-details .sr-checkout-coupon .woocommerce-error,
.woocommerce .sr-checkout-details .sr-checkout-coupon .woocommerce-message {
	margin-bottom: 0;
}

.woocommerce .sr-checkout-details .sr-checkout-coupon form,
.woocommerce .sr-checkout-details .sr-checkout-login form {
	margin: 0;
	padding-bottom: 30px;
	padding-top: 15px;
	width: 400px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
	}

.woocommerce .sr-checkout-details .sr-checkout-coupon label {
	display: none;
}

.woocommerce .sr-checkout-details form.woocommerce-checkout {
	margin: 0;
}

.woocommerce .sr-checkout-details form .woocommerce-billing-fields__field-wrapper {
	margin-top: 20px;
}

.woocommerce .sr-checkout-details form .woocommerce-billing-fields__field-wrapper,
.woocommerce .sr-checkout-details form .woocommerce-shipping-fields__field-wrapper,
.woocommerce .sr-checkout-details form .create-account,
.woocommerce .sr-checkout-details .before-checkout .field-wrapper {
	width: calc(100% + 20px);
}

.woocommerce .sr-checkout-details form .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce .sr-checkout-details form .woocommerce-shipping-fields__field-wrapper .form-row, 
.woocommerce .sr-checkout-details form .create-account .form-row,
.woocommerce .sr-checkout-details .before-checkout .field-wrapper .form-row,
.woocommerce .woocommerce-address-fields .form-row,
.woocommerce .edit-account > .form-row,
.woocommerce .edit-account fieldset > .form-row {
	float: left; 
	width: calc(50% - 20px);
	margin-right: 20px;
	}
	

.woocommerce .sr-checkout-details .woocommerce-additional-fields > h3 { 
	display: none; 
}

.woocommerce .sr-checkout-details .form-row select { 
	width: 100%;
}

#billing_address_2_field .screen-reader-text,
#shipping_address_2_field .screen-reader-text {
	height: 24px;
	overflow: hidden;
	position: relative !important;
	margin: 0; 					
	margin-bottom: 5px; 					/* default from label */
	top: auto;
	width: auto;
	opacity: 0;
}

.woocommerce .sr-checkout-details .woocommerce-input-wrapper > strong {
	font-size: 13px;
	line-height: 44px;
	display: block;
}

.woocommerce .sr-checkout-details .woocommerce-account-fields {
	margin-top: 30px;
}

.woocommerce .sr-checkout-details form .create-account .form-row {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 20px;
}

.woocommerce .sr-checkout-details #customer_details .col-2 {
	margin-top: 30px;
}


/* payment */
.woocommerce .sr-checkout-order #payment {
	margin-top: 40px;
}

.woocommerce .sr-checkout-order #payment ul {
	list-style: none;
	margin-left: 0;
	margin-top: 20px;
}

.woocommerce .sr-checkout-order #payment ul li {
	border-bottom: 1px solid rgba(0,0,0,0.16);
	padding: 15px 0;
	margin: 0; 
	}
	.woocommerce .sr-checkout-order #payment ul li:last-child {
	border: none;
	}

.woocommerce .sr-checkout-order #payment ul li .payment_box {
	margin-left: 25px;
	font-size: 12px;
	line-height: 18px;
}

.woocommerce .sr-checkout-order #payment ul li label img {
	display: none;
}

.woocommerce .sr-checkout-order #payment ul li label a {
	border-bottom: 1px solid rgba(0,0,0,0.16);
	color: rgba(0,0,0,0.4);
	margin-left: 25px;
	display: inline-block;
	line-height: 16px;
	font-size: 11px;
	}

.woocommerce .sr-checkout-order .woocommerce-terms-and-conditions-wrapper {
	font-size: 0.85em;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.woocommerce .sr-checkout-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
	max-width: 500px;
}

.woocommerce .sr-checkout-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
	background: rgba(0,0,0,0.04);
	padding: 20px;
	margin-top: 40px;
}


/* checkout & thank you table & pay order page */
.woocommerce .sr-checkout-order .shop_table,
.woocommerce .order_details.shop_table {
	margin-top: 60px;
	vertical-align: top;
	}
	.woocommerce .sr-checkout-order.pay-order .shop_table {
	margin-top: 0;
	}

.woocommerce .sr-checkout-order .shop_table thead,
.woocommerce .order_details.shop_table thead {
	display: none;
}

.woocommerce .sr-checkout-order .shop_table tbody tr:first-child,
.woocommerce .order_details.shop_table tbody tr:first-child {
	border: none;
}

.woocommerce .sr-checkout-order .shop_table tbody tr:first-child td,
.woocommerce .order_details.shop_table tbody tr:first-child td {
	padding-top: 0;
}

.woocommerce .sr-checkout-order .shop_table th,
.woocommerce .order_details.shop_table th {
	line-height: inherit;
}

.woocommerce .sr-checkout-order .shop_table .product-name .product-image,
.woocommerce .order_details.shop_table .product-name .product-image {
	max-width: 60px;
}

.woocommerce .sr-checkout-order .shop_table .product-name .product-info,
.woocommerce .order_details.shop_table .product-name .product-info {
    width: calc(100% - 80px);
}

.woocommerce .sr-checkout-order .shop_table tfoot th + td,
.woocommerce .sr-checkout-order .shop_table tfoot th + td,
.woocommerce .order_details.shop_table tfoot th + td,
.woocommerce .order_details.shop_table tfoot th + td {
	min-width: 70px;
}

.woocommerce .sr-checkout-order .shop_table .product-quantity,
.woocommerce .order_details.shop_table .product-quantity {
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: -10px;
	right: -10px;
	background: #000;
	border-radius: 50%;
}

.woocommerce .sr-checkout-details .shop_table tfoot td,
.woocommerce .sr-checkout-details .shop_table tfoot th,
.woocommerce .order_details.shop_table tbody td, 
.woocommerce .order_details.shop_table tfoot td,
.woocommerce .order_details.shop_table tfoot th{
	padding: 20px 0;
	}
	.woocommerce .sr-checkout-details .shop_table tbody td,
	.woocommerce .order_details.shop_table .shop_table tbody td {
	padding: 0 0 20px 0;
	}

.woocommerce .sr-checkout-order .shop_table .product-name .product-info ,
.woocommerce .order_details.shop_table .product-name .product-info  {
    width: calc(100% - 80px);
    margin-left: 20px;
}

.woocommerce .order_details.shop_table tfoot td,
.woocommerce .order_details.shop_table tfoot th{
	border: 1px solid rgba(0,0,0,0.16);
	border-left: none; 
	border-right: none; 
	}
	.woocommerce .order_details.shop_table tfoot tr:first-child td,
	.woocommerce .order_details.shop_table tfoot tr:first-child th{
	border-top: none; 
	}

.woocommerce .order_details.shop_table tfoot td {
	text-align: right;
	}
	


.sr-checkout-order .place-order {
	margin-top: 40px;
}

.sr-checkout-order .place-order button {
	width: 100%;
}


/*  ---------------------------------------------------	*/

/*    SEARCH POPUP										*/
	
/* ---------------------------------------------------	*/
.search-form {
	padding: 0;
	position: relative;
	width: 680px;
	margin: 40px auto;
	max-width: 100%;
}

.search-form form input[type="search"]  {
	width: 100%;
	}
	.transparent-light .header-inner form input[type="search"] { 
	color: #fff; 
	border-color: rgba(255,255,255,0.22); 
	background: transparent;	
	}
	.transparent-light .header-inner form ::placeholder { 
	color: #fff;
	opacity: 0.4; 
}

.search-form form button[type="submit"]  {
	height: 50px;
	padding: 0;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
}

.search-form form button[type="submit"] svg {
	max-width: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	fill: #000;
	}
	.transparent-light .header-inner .search-form form button[type="submit"] svg {
	fill: #fff;
}

#search-popup .search-results {
	height:auto;
	width: 100%;
	position: absolute;
}

#search-popup .search-results .search-noresult {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	}
	#search-popup.no-results .search-results .search-noresult {
	transition: all 0.5s cubic-bezier(.6, 0, .1, 1) 0.4s;	
	opacity: 1;
	visibility: visible;
	transform: translate(0) !important;	
	}

#search-popup .search-results > .wrapper:first-child  {
	transition: height 0.01s ease 0.6s;
	height: 0;
	}
	#search-popup.is-searched .search-results > .wrapper:first-child  {
	transition-delay: 0s;
	height: auto;
	}

#search-popup .search-results > .sr-loader-icon {
	top: 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
	}
	#search-popup.is-searching:not(.is-searched):not(.no-results) .search-results > .sr-loader-icon  {
	visibility: visible;
	opacity: 1;
	transition-delay: 0.6s;
	}



/*  ---------------------------------------------------	*/

/*    MY ACCOUNT										*/
	
/* ---------------------------------------------------	*/
.login-register .login-container,
.login-register .register-container {
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	}
	.login-register.register-is-visible .login-container,
	.login-register .register-container {
	display: none;
	}
	.login-register.register-is-visible .register-container {
	display: block;
}

.login-register form {
	margin: 0;
}

.login-register .woocommerce-notices-wrapper + .column-section {
	margin-top: 0;
}

.login-register .container-title {
	position: relative;
	text-align: center;
}

.login-register input[type="submit"] {
	width: 100%;
	display: block;
}

.woocommerce-form-login .remember_and_lost {
	margin-top: 10px;
	overflow: hidden;
}

.woocommerce-form-login .remember_and_lost label {
	float: left;
	width: 50%;
	font-size: 12px !important;
	font-weight: 400 !important;
}

.woocommerce-form-login .remember_and_lost label,
.woocommerce-form-login .remember_and_lost .lost_password {
	font-size: 11px !important;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 400;
	color: rgba(0,0,0,0.51) !important;
	}
	.woocommerce-form-login .remember_and_lost .lost_password::after {
	background: rgba(0,0,0,0.16) !important;
}

.woocommerce-form-login .remember_and_lost .lost_password {
	float: right;
	margin-top: 4px;
}

.login-register .goto-register,
.login-register .goto-login {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid rgba(0,0,0,0.16);
	text-align: center;
}

.login-register .goto-register > span,
.login-register .goto-login > span {
	display: block;
	color: #000;
	margin-bottom: 10px;
}

form.woocommerce-ResetPassword p.form-row,
form.woocommerce-EditAccountForm p.form-row{
	line-height: inherit;
	font-size: inherit;
	} 

.woocommerce-password-strength {
	margin-top: 10px;
	font-weight: 500;
	color: #d83e49;
	}
	.woocommerce-password-strength.good {
	color: #408ac3;
	}
	.woocommerce-password-strength.strong {
	color: #00c3a6;
}

.login-register .create-account,
.login-register .submit-form {
	margin-top: 40px;
}

.login-register .register-container .woocommerce-privacy-policy-text {
	font-size: 0.85em;
	line-height: 1.5em;
	margin-top: 30px;
	max-width: 500px;
}


/* inner account pages */
.woocommerce-MyAccount-navigation {
	width: 260px;
	float: left;
	border: 1px solid rgba(0,0,0,0.16);
	background: #fafafa;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
	margin: 0;
}

.woocommerce-MyAccount-navigation ul li a {
	font-family: 'Arial'; 
	font-weight: 600;
	font-size: 14px !important;
	line-height: 20px;
	padding: 10px 20px;
	display: block;
	color: #000;
	border-top: 1px solid rgba(0,0,0,0.16);
	}
	.woocommerce-MyAccount-navigation ul li:first-child a {
	border-top: none;
	}
	.woocommerce-MyAccount-navigation ul li a:hover,
	.woocommerce-MyAccount-navigation ul li.is-active a {
	color: rgba(0,0,0,0.51);
	}
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #d83e49 !important;
	font-weight: 600;
	}

.woocommerce-MyAccount-content {
	width: calc(100% - 320px);
	float: right;
}	

.woocommerce .addresses {
	overflow: hidden;
	margin-top: 20px;
}

.woocommerce .addresses .col-1,
.woocommerce .addresses .col-2 {
	float: left;
	width: calc(50% - 30px);
	}
	.woocommerce .addresses .col-2 {
	float: right;
	}

.woocommerce-customer-details .addresses .col-1,
.woocommerce-customer-details .addresses .col-2 {
	float: none;
	margin: 0 0 60px 0;
	width: 100%;
}

.woocommerce-MyAccount-content h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	display: inline-block;
}

.woocommerce .addresses header a.edit {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 13px !important;
	display: inline-block;
	line-height: 16px;
	border-bottom: 1px solid #000;
	margin-left: 15px;
}

.woocommerce .addresses address {
	width: calc(100% - 42px);
}

.woocommerce .woocommerce-address-fields .form-row.deplace  {
	margin-top: 54px;
}

.woocommerce-address-fields__field-wrapper::after { 
	content: ""; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	font-size: 0;  
	height: 0; 
}

.woocommerce-address-fields__field-wrapper {
	margin-bottom: 40px;
}

.woocommerce .edit-account > .form-row:first-child,
.woocommerce .edit-account > .form-row:nth-child(2) {
	margin-top: 24px;
}

.woocommerce .edit-account fieldset > .form-row {
	float: none;
}

.woocommerce .edit-account fieldset {
	margin-bottom: 40px;
}

table.woocommerce-orders-table tbody td.woocommerce-orders-table__cell .button {
	margin-right: 3px;
	padding: 8px 20px;
	font-size: 12px;
}
	



/*  ---------------------------------------------------	*/

/*    ORDER												*/
	
/* ---------------------------------------------------	*/
.woocommerce-order .woocommerce-order-overview {
	list-style: none;
	margin: 40px 0 0 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.16);
	background: #fafafa;
	border-radius: 4px;
}

.woocommerce-order .woocommerce-order-overview li {
	float: left;
	margin: 0;
	border-left: 1px solid rgba(0,0,0,0.16);
	width: 25%;
	padding: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
	.woocommerce-order .woocommerce-order-overview li:first-child {
	border-left: none;
}

.woocommerce-order .woocommerce-order-overview li > span,
.woocommerce-order .woocommerce-order-overview li > span > strong {
	font-size: 13px;
	line-height: 1.4em;
	color: rgba(0,0,0,0.51);
	display: block;
	font-weight: 400;
}

.woocommerce-order .woocommerce-order-overview li > strong,
.woocommerce-order .woocommerce-order-overview li .amount {
	font-size: 14px;
	line-height: 1.4em;
	color: #000;
	font-weight: 500;
}

.woocommerce-table--order-details .product-total {
	width: 140px;
}

.woocommerce-order .woocommerce-customer-details address {
	margin-top: 40px;
	width: calc(100% - 42px);
}

/* bankdetails */
.woocommerce-order .woocommerce-bacs-bank-details {
	border: 1px solid rgba(0,0,0,0.16);
	max-width: 545px;
	margin-top: 30px;
	padding: 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
	font-weight: 600;
	font-size: 22px;
	line-height: 30px; 
}

.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
	font-weight: 600;
	font-size: 16px; 
	line-height: 22px;  
}

.woocommerce-order .woocommerce-bacs-bank-details ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.woocommerce-order .woocommerce-bacs-bank-details ul li,
.woocommerce-order .woocommerce-bacs-bank-details ul li strong {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 14px;
	text-transform: none;
	color: rgba(0,0,0,0.51);
	margin-top: 4px;
	}
	.woocommerce-order .woocommerce-bacs-bank-details ul li strong {
	color: #000;
	margin-top: 0;
	}


/* track order */
.woocommerce-form-track-order {
	max-width: 780px;
}


/*  ---------------------------------------------------	*/

/*    LOOKBOOK MODAL									*/
	
/* ---------------------------------------------------	*/
.shopthelook .open-lookbook {
	display: block;
  	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 3;
	opacity: 1;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06);
	transition: background 0.3s ease;
	}
	.shopthelook.is-open .open-lookbook {
	background: #000;
	}

.shopthelook .open-lookbook svg {
  	width: 14px;
	height: 14px;
	position: absolute;
	top: calc(50% - 7px);
	left: calc(50% - 7px);
	transform: rotate(-45deg);
	transition: all 0.3s ease;
	}
	.shopthelook.is-open .open-lookbook svg {
	transform: rotate(0deg);
	fill: #fff;
	}

.shopthelook .lookbook-list {
	margin: 0;
	list-style: none;
	border-radius: 4px;
	padding: 15px;
	position: relative;
	z-index: 2;
	transition: all 0.5s cubic-bezier(0.4, 0.4, 0.000, 1.0);
	}
	.shopthelook.unveil-true .lookbook-list {
	position: absolute;
	top: 20px;
	left: 20px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);
	}
	.shopthelook.unveil-true.is-open .lookbook-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) !important;
	}
	.shopthelook.unveil-true.direction-top .lookbook-list {
	bottom: 20px;
	top: auto;
	display: flex;
	flex-direction:column-reverse;	
	transform: translateY(5px);
	}
	.shopthelook.unveil-true.directionhor-left .lookbook-list {
	right: 20px;
	left: auto;
	}

.shopthelook .lookbook-list::before {
	content: "";
	background: #fff;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

.shopthelook .lookbook-list li {
	z-index: 2;
	position: relative;
	margin: 0;
	padding: 7px 0;
	transition: all 0.6s cubic-bezier(0.4, 0.4, 0.000, 1.0), background 0.25s ease;
	overflow: hidden;
	}
	.shopthelook.unveil-true .lookbook-list li {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);
	}
	.shopthelook.direction-top .lookbook-list li {
	transform: translateY(5px);
	}
	.shopthelook .lookbook-list li:first-child {
	padding-top: 0;
	}
	.shopthelook .lookbook-list li:last-child {
	padding-bottom: 0;
	}
	.shopthelook.unveil-true.direction-top .lookbook-list li:first-child {
	padding-bottom: 0;
	padding-top: 7px;
	}
	.shopthelook.unveil-true.direction-top .lookbook-list li:last-child {
	padding-bottom: 7px;
	padding-top: 0;
	}
	.shopthelook.unveil-true.is-open .lookbook-list li {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	transition-delay: 0.03s;
	}
	.shopthelook.unveil-true:hover .lookbook-list li:nth-child(2),
	.shopthelook.unveil-true.show .lookbook-list li:nth-child(2) { transition-delay: 0.06s; }
	.shopthelook.unveil-true:hover .lookbook-list li:nth-child(3),
	.shopthelook.unveil-true.show .lookbook-list li:nth-child(3) { transition-delay: 0.09s; }
	.shopthelook.unveil-true:hover .lookbook-list li:nth-child(4),
	.shopthelook.unveil-true.show .lookbook-list li:nth-child(4) { transition-delay: 0.12s; }
	.shopthelook.unveil-true:hover .lookbook-list li:nth-child(5),
	.shopthelook.unveil-true.show .lookbook-list li:nth-child(5) { transition-delay: 0.15s; }

.shopthelook .list-item .product-name {
	overflow: hidden;
	display: flex;
	align-items: center;
	}

.shopthelook .list-item .product-name .product-image {
    max-width: 70px;
}

.shopthelook .list-item .product-name .product-info {
	width: calc(100% - 80px);
	margin-left: 20px;
}





/*  ---------------------------------------------------	*/

/*    CROSS SELLS content: 					;			*/
	
/* ---------------------------------------------------	*/
.cross-sells {
	margin-top: 20px;
	}

.cross-sell-container {
	width: calc(100% + 20px);
	}

.cross-sell-container .shopthelook {
	float: left;
	width: calc(33% - 20px);
	margin-top: 20px;
	margin-right: 20px;
	}
	.wrapper-medium .cross-sell-container .shopthelook {
	width: calc(50% - 20px);
	}

.shopthelook > .list-item  {
	display: block;
}




/*  ---------------------------------------------------	*/

/*    WISHLIST (WooCommerce Wishlist Plugin)			*/
	
/* ---------------------------------------------------	*/
.tinvwl_add_to_wishlist_button {
	position: relative;
	padding-left: 18px;
	font-size: 12px !important;
	color: #000 !important;
	line-height: 17px;
	height: 17px;
	margin-bottom: 0 !important;
	}

.tinv-wishlist .tinvwl_add_to_wishlist_button::before {
	display: none !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button::after {
	content: "";
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: calc(50% - 11px);
	left: 0;
	background-image:url(../../../files/assets/heart.svg);
	-webkit-background-size:22px;
	-moz-background-size:22px;
	-o-background-size:22px;
	background-size:22px;
	background-repeat: no-repeat;
	}
	.text-light .tinv-wishlist .tinvwl_add_to_wishlist_button::after {
	background-image:url(../../../files/assets/heart-light.svg);
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::after {
	background-image:url(../../../files/assets/heart-full.svg);
	}
	.text-light .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::after {
	background-image:url(../../../files/assets/heart-full-light.svg);
}

body .tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text,
body .tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button .tinvwl_remove_from_wishlist-text {
	display: none !important;
	}


/* Before Add to cart */
.tinvwl-before-add-to-cart {
	width: 50px;
	height: 50px;
	}
	form.cart .tinvwl-before-add-to-cart {
	margin: 0 !important;
	position: absolute;
	bottom: 0;
	right: 0;
	}
	#product .product-infos form.sg-after .tinvwl-before-add-to-cart {
	bottom: 34px;
	}

.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
	border: none !important;
	background: rgba(0,0,0,0.04) !important;
	border-radius: 4px;
	width: 50px;
	height: 50px;
	padding: 0;
	}	
	.text-light .tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
	background: rgba(255,255,255,0.12) !important;
	}

.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button::after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	-webkit-background-size:20px;
	-moz-background-size:20px;
	-o-background-size:20px;
	background-size:20px;
}

.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist-text {
	display: none;
	}

.tinvwl-before-add-to-cart ~ .product-add-to-cart {
	width: calc(100% - 60px);
	}


/* on grid */
.shop-container .tinv-wishlist.tinvwl-after-add-to-cart {
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 100%;
	text-align: center;
	}

.shop-container .hide-wishlist-button .tinv-wishlist {
	display: none;
	}

.shop-container .tinvwl-before-add-to-cart {
	position: absolute;
	bottom: 10px;
	right: 10px;
	}
	.shop-container .meta-alignment-center .product-media .tinvwl-before-add-to-cart:last-child {
	right: calc(50% - 20px);
}

.shop-container .tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
	border: none !important;
	background: #fff;
	}

.shop-container .tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button::after {
	top: 13px;
	left: 13px;
	}


/* header wishlist */
.header-wishlist a:hover {
	color: rgba(0,0,0,0.51);
}

.header-wishlist .wishlist_products_counter::before {
	content: '' !important;
	margin: 0 !important;
	width: 22px;
	height: 22px;
	display: block !important;
	background-image:url(../../../files/assets/heart.svg);
	-webkit-background-size:22px;
	-moz-background-size:22px;
	-o-background-size:22px;
	background-size:22px;
	background-repeat: no-repeat;
    transition: all 0.2s ease;
	}
	body:not(.scrolled) #header.transparent-light:not(.header-hover) .header-wishlist .wishlist_products_counter::before, 
	body.cart-is-open:not(.scrolled) #header.transparent-light .header-wishlist .wishlist_products_counter::before,
	.header-bar.text-light .header-wishlist .wishlist_products_counter::before { 
	background-image:url(../../../files/assets/heart-light.svg); }
	body:not(.scrolled) #header.transparent-dark:not(.header-hover) .header-wishlist .wishlist_products_counter::before, 
	body.cart-is-open:not(.scrolled) #header.transparent-dark .header-wishlist .wishlist_products_counter::before { 
	background-image:url(../../../files/assets/heart.svg); }
	.header-wishlist .wishlist_products_counter:hover::before {
	opacity: 0.41;
	}
	#mobile-menu .header-wishlist .wishlist_products_counter::before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	}

.header-wishlist a:not(.top_wishlist-custom) .wishlist_products_counter_text {
	display: none;
	}
	#mobile-menu .header-action a .wishlist_products_counter_text {
    display: inline;
	flex-grow: 1;
	order: 1;
}

.header-wishlist .wishlist_products_counter_number {
	font-weight: 500;
	background: #000;
	position: absolute;
	top: -10px;
	right: -9px;
	border-radius: 10px;
	min-width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	display: inline-block;
    transition: all 0.15s ease;
	opacity: 0;
	}
	body:not(.scrolled) #header.transparent-light:not(.header-hover) .header-wishlist .wishlist_products_counter_number, 
	body.cart-is-open:not(.scrolled) #header.transparent-light .header-wishlist .wishlist_products_counter_number { 
	background: #fff;
	color: #000;
	}
	body:not(.scrolled) #header.transparent-dark:not(.header-hover) .header-wishlist .wishlist_products_counter_number, 
	body.cart-is-open:not(.scrolled) #header.transparent-dark .header-wishlist .wishlist_products_counter_number { 
	background: #000;
	color: #fff;
	}
	.header-wishlist .wishlist-counter-with-products .wishlist_products_counter_number {
	opacity: 1;
	}
	#mobile-menu .header-wishlist .wishlist-counter-with-products .wishlist_products_counter_number {
	top: calc(50% - 10px);
	right: 30px;
	display: none;
	}


/* wishlist table */
.tinv-wishlist table.tinvwl-table-manage-list {
	margin-bottom: 40px !important;	
}

.tinv-wishlist table.shop_table thead th, 
.tinv-wishlist table.shop_table tbody td, 
.tinv-wishlist table.shop_table tbody th, 
.tinv-wishlist table.shop_table tfoot td,
.tinv-wishlist table.shop_table tfoot th { 
	padding: 15px 0;
	}
	.tinv-wishlist table.shop_table thead th { 
	padding-top: 0;
	line-height: 20px;
	}

.tinv-wishlist table tfoot {
	display: none;
}

.tinv-wishlist table.shop_table .product-price {
    width: 150px;
    position: relative;
}

.tinv-wishlist button.tinvwl-remove {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	font-size: 18px !important;
	transition: all 0.15s ease;
	display: inline-block;
	font-size: 11px !important;
	font-weight: 400;
	line-height: 15px;
	border: none !important;
	border-bottom: 1px solid rgba(0,0,0,0.16) !important;
	color: rgba(0,0,0,0.51) !important;
	margin-top: 20px !important;
	}
	.tinv-wishlist button.tinvwl-remove:hover {
	border-color: #d83e49 !important;
	color: #d83e49 !important;
	}


.tinv-wishlist .stock i {
    display: none;
}

.tinv-wishlist p.stock {
    margin-top: 0px;
}

.tinv-wishlist .product-action {
    width: 180px !important;
}

.tinv-wishlist .product-action .sr-button {
    padding-left: 0;
    padding-right: 0;
	margin: 0;
	max-width: 200px;
	width: 100%;
}


.tinv-wishlist .product-action .sr-button + .sr-button,
.tinv-wishlist .mobile-product-action .sr-button + .sr-button {
    display: none;
}

.tinv-wishlist .product-price .stock,
.tinv-wishlist .mobile-product-action {
    display: none;
}

.tinv-wishlist .social-buttons > .share-title {
	margin-right: 40px;
	display: inline-block;
}

.tinv-wishlist .social-buttons li {
    margin: 0 !important;
}

.tinv-wishlist .social-buttons li a {
    font-size: 13px !important;
    width: auto !important;
	padding: 0 8px 0 8px;
	}
	.tinv-wishlist .social-buttons li:first-child a {
	padding-left: 0;
	}
	.tinv-wishlist .social-buttons li:last-child a {
	padding-right: 0;
	}



/*  ---------------------------------------------------	*/

/*    SIZE GUIDE (WooCommerce Size Guide Plugin)		*/
	
/* ---------------------------------------------------	*/
#product .product-infos .size-guide-button {
	margin-top: 6px;
	text-align: right;
	}

#product .product-infos .size-guide-button .sr-button {
	font-size: 11px !important;
	position: relative;
	margin-left: 20px !important; 
	display: inline-block;
	}
	#product .product-infos .size-guide-button .sr-button::before {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	left: -20px;
	background-image:url(../../../files/assets/ruler.svg);
	background-size:14px;
	background-repeat: no-repeat;
	}
	.product .text-light .product-infos .size-guide-button .sr-button::before {
	background-image:url(../../../files/assets/ruler-light.svg);
	}

.size-guide-popup .popup-inner {
	width: 680px;
}

.size-guide-popup .size-guide-content {
	padding: 80px 50px;
}

.size-guide-table {
   	table-layout: fixed;
	text-align: center;
}

.size-guide-table th {
    border: none;
}

.size-guide-table tr:nth-child(2n) {
	background: rgba(0,0,0,0.04);
}

.size-guide-table td {
    padding: 10px;
	color: #000;
}

.shop-container .shop-item .size-guide-button {
	display: none;
	}




/*  ---------------------------------------------------	*/

/*    QUICK VIEW 										*/
	
/* ---------------------------------------------------	*/
#quick-view > .sr-loader-icon {
	transition: all 0.5s ease;
	pointer-events: none;
	}
	#quick-view.visible > .sr-loader-icon {
	opacity: 0 !important;
	visiblity: hidden !important;
	transition-delay: 0s !important;
	}


#quick-view .quick-view-inner {
	opacity: 0;
	}
	#quick-view.visible .quick-view-inner {
	transition-delay: 0.3s;
	opacity: 1;
	}

#quick-view .quick-view-inner .close-icon {
	top: 40px;
	right: 40px;
	opacity: 0;
	transition: opacity 0.3s ease 0.6s;
	}
	#quick-view.visible .quick-view-inner .close-icon {
	opacity: 1;
	}

#quick-view .quick-product { }

#quick-view .quick-product .column-section { 
	width: 100%;
	max-width: 100%;
	margin: 0;
	display: flex;
}

#quick-view .quick-product .three-fifth { 
	margin-right: 0;
	width: 55%;
	}
	
#quick-view .quick-product .two-fifth { 
	padding: 60px 40px 40px 40px;
	width: 45%;
	}

#quick-view .quick-product { 
	opacity: 0;
	transition: opacity 0.3s ease;
	}
	#quick-view.visible .quick-product { 
	opacity: 1;
	transition-delay: 0.8s;
	}

#quick-view .quick-product .woocommerce-breadcrumb { 
	display: none;
}

#quick-view .quick-product .product_meta,
#quick-view .quick-product .woocommerce-tabs,
#quick-view .quick-product .share-0 #single-share { 
	display: none;
}

#quick-view .quick-product #single-share { 
	margin-top: 20px !important;
	border: none;
}

#quick-view .quick-product .variation-gallery.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition-delay: 0.3s;
	}
