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

/*    GENERAL											*/
	
/* ---------------------------------------------------	*/
/* Messages (info, confirm, error) */
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-notice {
	font-family: 'Poppins'; 
	font-weight: 400;
	font-size: 13px;
	margin: 20px 0 0 0;
	overflow: hidden;
	}
	div .woocommerce-info:first-child, div .woocommerce-message:first-child, div .woocommerce-error:first-child, 
	div .woocommerce-notice:first-child { 
	margin-top: 0;
	}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-notice--success { color: #2cd38a; }
.woocommerce .woocommerce-error, .woocommerce .woocommerce-notice--error { color: #e51743; }

.woocommerce .woocommerce-message a.button, .woocommerce .woocommerce-info a.button {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.woocommerce-thankyou-order-received {
	font-size: 1.1em !important;
	line-height: 1.5em !important;
	}

	
/* form rows */
p.form-row-first {
	width: calc(50% - 12px);
	float: left;
	}
	
p.form-row-wide {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	}
	
p.form-row-last {
	width: calc(50% - 12px);
	float: right;
	}
	
form p.form-row-last:nth-child(2) {
	margin-top: 0px;
	}
	
form p {
	margin-top: 20px;
	}

/* select2 plugin */
.select2-container--default .select2-selection--single {
	background: transparent;
	border: 1px solid rgba(0,0,0,0.20);
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	border-radius: 2px;
	height: auto;
	}
	.text-light .select2-container--default .select2-selection--single { border-color: rgba(255,255,255,0.30); } 

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: calc(50% - 13px);
	}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
    color: #000000;
	}
	.text-light .select2-container .select2-selection--single .select2-selection__rendered { color: #ffffff; } 

.select2-dropdown {
    background: #f0f0f0;
	border-radius: 0;
	border: 1px solid #d9d9d9 !important;
	}
	.text-light .select2-dropdown { background: #1f1f1f; border-color: #3d3d3d !important; } 

.select2-dropdown .select2-results {
	background: transparent;
	padding: 0;
	}

.select2-search--dropdown {
	padding: 0;
	background: #ffffff;
	border-bottom: 1px solid #d9d9d9 !important;
	}
	.text-light .select2-search--dropdown { border-color: #3d3d3d !important; } 
	
.select2-search--dropdown input {
	background: #ffffff;
	padding: 0px !important;
	margin: 0px 10px !important;
	border: none !important;
	width: calc(100% - 22px) !important;
	height: 40px; 
	line-height: 40px;
	}
	.text-light .select2-search--dropdown input { background: #000000; } 
	
.select2-results li, .select2-results .select2-no-results {
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 0;
	padding: 3px 10px;
	background: none;
	}
	
.select2-results li {
    color: rgba(0,0,0,0.6);
	background: transparent;
	}
	.text-light .select2-results li { color: rgba(255,255,255,0.7); } 

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #000000;
    color: #ffffff;
    border-radius: 0;
	}
	.text-light .select2-container--default .select2-results__option--highlighted[aria-selected],
	.text-light .select2-container--default .select2-results__option[aria-selected="true"] { background: #ffffff; } 
	
/* price */	
.price, .amount  { 
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #000000;
	transition: color 0.2s ease;
	}
	.text-light .price, .text-light .amount  { color: #ffffff; }
	
.price ins  { 
	text-decoration: none;
	display: block;
	}
	
.price del, del  { 
	display: block; 
	opacity: 0.5;
	}
	del .amount  { 
	font-size: 0.9em !important;
	color: #000000 !important;
	}
	.text-light del .amount  { color: #ffffff; }
	
.price .woocommerce-Price-currencySymbol, .amount .woocommerce-Price-currencySymbol, .amount .woocommerce-Price-currencySymbol {
	display: inline-block;
	margin-right: 0.18em;
	font-size: 0.9em;
	}
		
	
/* star rating */
.woocommerce .star-rating {
	position: relative;
	overflow: hidden;
	letter-spacing: 0.1em;
	font-size: 20px;
	line-height: 22px;
	height: 22px;
	display: inline-block;
	float: left;
	width: auto;
	}
		
.woocommerce .star-rating::before {
    content: "\f3ae\f3ae\f3ae\f3ae\f3ae";
    font-family: "Ionicons";
    color: rgba(0,0,0,0.2);
	}
	.text-light .woocommerce .star-rating::before  { color: rgba(255,255,255,0.3); }
	
.woocommerce .star-rating span { 
	color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 2em;
	overflow: hidden;
	}
	.text-light .woocommerce .star-rating span  { color: #ffffff; }
	
.woocommerce .star-rating span::before {
    content: "\f2fc\f2fc\f2fc\f2fc\f2fc";
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    left: 0;
	}
	
/* Quantity buttons */	
.quantity {
	position: relative;
	max-width: 90px;
	display: inline-block;
	}
	
.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: left;
	padding: 13px 30px 13px 20px;
    -moz-appearance:textfield;	
	width: 20px;
	border: none;
	background: #000000;
	color: #ffffff;
	font-size: 18px;
	}
	.text-light .quantity input[type=number]  { background: #ffffff; color: #000000; }

.quantity span {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 4px;
	right: 11px;
	cursor: pointer;
	}
	
.quantity span.plus {
	top: 6px;
	bottom: auto;
	}
	
.quantity span::before {
	content: "";
	background: #ffffff;
	width: 10px;
	height: 2px;
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	left: 5px;
	transition: background 0.15s ease;
	}
	.text-light .quantity span::before  { background: #000000; }
	
.quantity span.plus::after {
	content: "";
	background: #ffffff;
	width: 2px;
	height: 10px;
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	left: 9px;
	transition: background 0.15s ease;
	}
	.text-light .quantity span.plus::after  { background: #000000; }
	
.quantity span:hover::before, .quantity span:hover::after {
	background: #808080;
	}
	
	
/* remove button */			
a.remove {
	font-family: "Arial","Helvetica";
	width: 10px;
	line-height: 18px;
	height: 18px;
	font-size: 20px;
	color: #e51743;
	transition: opacity 0.2s ease;
	display: inline-block;
	}
	a.remove:hover { opacity: 0.7; }
	
	


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

/*    OVERWRITE FROM MAIN STYLE							*/
	
/* ---------------------------------------------------	*/	
/* hide page-title + spacer */
#hero + #page-body .woo-page-title {
	display: none;
	}

#hero + #page-body .woo-page-title + .spacer-small {
	display: none;
	}
	
/* hide spacer */
#page-pagination + .spacer-big {
	display: none;
	}

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

/*    MINI CART											*/
	
/* ---------------------------------------------------	*/
.header-cart {
	width: 80px;
	text-align: center;
	margin-top: 15px;
	}
	.header-right .header-cart { float: right; }

.header-cart .cart-open {
	font-size: 13px;
	line-height: 19px;
	}

.header-cart .cart-open.amount-0 {
	cursor: default;
	color: rgba(0,0,0,0.35); 
	}
	.text-light .header-cart .cart-open.amount-0 { color: rgba(255,255,255,0.5);  }

.header-cart .minicart-count {
	background: #000000;
	color: #ffffff;
	display: inline-block;
	border-radius: 20px;
	min-width: 5px;
	padding: 0 5px;
	height: 15px;
	line-height: 15px;
	margin-left: 2px;
	font-size: 9px;
	font-family: Arial;
	position: relative;
	top: -1px;
	transition: all 0.2s ease;
	}
	.text-light .header-cart .minicart-count { background: #ffffff; color: #000000; }
	.header-cart .cart-open.amount-0 .minicart-count { background: rgba(0,0,0,0.08); color: rgba(0,0,0,0.35); }
	.text-light .header-cart .cart-open.amount-0 .minicart-count { background: rgba(255,255,255,0.21); color: rgba(255,255,255,0.5); }

#header-widget.cart {
	left: 0px;
	bottom: 0px;
	width: 100%;
	}

#header-widget.cart a {
	margin: 15px 5px;
	display: block;
	}


/* Cart Content */
.menu-cart-content .cart-list {
	width: 320px;
	padding-right: 28px;
	max-height: calc(100vh - 50px - 100px - 250px);
	overflow-y: scroll;
	}
	
.menu-cart-content .cart-bottom .total {
	padding: 40px;
	}
	
.menu-cart-content .cart-bottom .total .label {
	margin: 0 !important;
	}

.menu-cart-content .cart-bottom .total .amount {
	font-size: 1.4em;
	line-height: 1.4em;
	}
	
.menu-cart-content .cart-bottom .buttons {
	overflow: hidden;
	}

.menu-cart-content .cart-bottom .buttons .sr-button {
	float: right;
	width: calc(50% - 7px);
	padding-left: 0;
	padding-right: 0;
	}
	.menu-cart-content .cart-bottom .buttons .sr-button:first-child { float: left; }
	

/* cart list */
ul.cart_list {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
	
ul.cart_list li {
	margin-top: 40px;
	overflow: hidden;
	}
	ul.cart_list li:first-child { margin: 0px; }
	
ul.cart_list li .item-image {
	width: 60px;
	max-height: 70px;
	text-align: center;
	float: left;
	}
		
ul.cart_list li .item-details {
	width: calc(100% - 80px);
	float: left;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
	}
	
ul.cart_list li .item-name {
	font-size: 0.9em;
	line-height: 1.3em;
	max-width: calc(100% - 30px);
	margin: 0;
	}

ul.cart_list li .item-price {
	overflow: hidden;
	margin-top: 5px;
	}
	
ul.cart_list li .item-quantity {
	font-size: 0.8em;
	line-height: 1.3em;
	position: absolute;
	bottom: 4px;
	right: 0;
	color: rgba(0,0,0,0.3); 
	}
	.text-light ul.cart_list li .item-quantity { color: rgba(255,255,255,0.4); }
	
ul.cart_list li .remove {
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	}
	ul.cart_list li:hover .remove { opacity: 1; visibility: visible; }
	
	
/*  ---------------------------------------------------	*/

/*    SHOP GRID PAGE 									*/
	
/* ---------------------------------------------------	*/
.woocommerce .grid-options .woocommerce-message {
	margin-bottom: 25px;
	}
	
.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count {
	float: right;
	margin: 0;
	}

.woocommerce .woocommerce-result-count {
	float: left;
	}

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

.shop-container .shop-item .item-infos {
   	margin-top: 15px;
	margin-bottom: 25px;
	position: relative;
	display: block;
	}

.shop-container .shop-item .item-infos .product-name {
   	max-width: calc(100% - 70px);
	}

.shop-container .shop-item .item-infos .price {
   	position: absolute;
	top: 4px;
	right: 0;
	text-align: right;
	}

.shop-container .shop-item .item-infos .price del { transition: all 0.3s ease; }
.shop-container .shop-item:hover .item-infos .price del { transition: all 0.3s ease; opacity: 0; visibility: hidden; }

.shop-container .shop-item .grid-button {
   	padding: 0 !important;
   	line-height: 1.3em !important;
	position: absolute;
	top: 30px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	}

.shop-container .shop-item:hover .grid-button {
	opacity: 1;
	visibility: visible;
	}

.shop-container .shop-item .grid-button::after {
	font-family: "Ionicons";
	content: "\f21b";
	font-size: 5px;
	color: #000000;
	width: 18px;
	height: 18px;
	background: none;
	display: block;
	position: absolute;
	left: -19px;
	top: calc(50% - 9px);
	text-align: center;
	-webkit-animation: addtocartloader 1.2s infinite ease;
	-moz-animation: addtocartloader 1.2s infinite ease;
	-o-animation: addtocartloader 1.2s infinite ease;
	animation: addtocartloader 1.2s infinite ease;
	opacity: 0;
	transition: all 0.2s ease;
	}
	.shop-container .shop-item .grid-button.loading::after {
	opacity: 1;
	}
	@-webkit-keyframes addtocartloader {
	  0% { margin-top: -4px; }
	  50% { margin-top: 4px; }
	  100% { margin-top: -4px; }
	}
	@-moz-keyframes addtocartloader {
	  0% { margin-top: -4px; }
	  50% { margin-top: 4px; }
	  100% { margin-top: -4px; }
	}
	@keyframes addtocartloader {
	  0% { margin-top: -4px; }
	  50% { margin-top: 4px; }
	  100% { margin-top: -4px; }
	}

.shop-container .shop-item .grid-button::before {
	font-family: "Ionicons";
	content: "\f122";
	font-size: 11px;
	color: #000000;
	width: 18px;
	height: 18px;
	background: none;
	display: block;
	position: absolute;
	left: -19px;
	top: calc(50% - 9px);
	text-align: center;
	opacity: 0;
	transition: all 0.2s ease;
	}
	.shop-container .shop-item .grid-button.added::before {
	opacity: 1;
	}

.shop-container .shop-item .added_to_cart {
   	display: none;
	}
	
span.onsale {
	position: absolute;
	top: 15px;
	left: 15px;
	background: #ffffff;
	z-index: 1;
	min-height: 50px;
	min-width: 50px;
	line-height: 50px;
	font-family: 'Poppins'; 
	font-weight: 400;
	font-size: 13px;
	border-radius: 50px;
	text-align: center;
	color: #000000;
	}
	span.onsale.text-light, span.onsale.custom { color: #ffffff; }
	span.onsale.text-light { background: #000000; }

/* order select */
select.orderby {
	background: #000000;;
	border: none;
	color: #ffffff;
	background-image:url(../../../files/assets/select-arrow-light.png);
  	background-position: center right;
	background-repeat: no-repeat;
	-webkit-background-size:20px 6px;
	-moz-background-size:20px 6px;
	-o-background-size:20px 6px;
	background-size:20px 6px;
	}
	.text-light select.orderby { background: #ffffff; color: #000000; background-image:url(../../../files/assets/select-arrow.png); }
	
	
	
/*  ---------------------------------------------------	*/

/*    SHOP SINGLE PAGE 									*/
	
/* ---------------------------------------------------	*/
.woocommerce .single-product {
	margin-top: 40px;
	}
	.woocommerce div .single-product:first-child { margin-top: 0; }
	
.woocommerce .product .column {
	position: relative;
	}
	
.woocommerce .product.single-product .shop-gallery {
	width: calc(100% + 15px);
	overflow: hidden;
	}

.woocommerce .product.single-product .shop-gallery .shop-gallery-item {
	width: calc(20% - 15px);
	margin-right: 15px;
	margin-top: 15px;
	float: left;
	}
	
.woocommerce .product .woocommerce-product-rating {
	margin-bottom: 0;
	margin-top: 5px;
	}
	
.woocommerce .product.single-product .woocommerce-review-link { 
	color: rgba(0,0,0,0.3); 
	font-size: 0.8em;
	line-height: 1.4em;
	margin-left: 10px;										
	}
	.woocommerce .product.single-product .woocommerce-review-link:hover {
		color: #000000;
	}
	
.woocommerce .product .product-description {
	margin-top: 40px;
	}
	
.woocommerce .product .product_meta {
	margin-top: 20px;
	}
	
.woocommerce .product .product_meta > span {
	display: block;
	}
	
.out-of-stock {
	color: #e51743;
	font-size: 0.85em;
	line-height: 1.5em;
	font-weight: 400;
	}
	
.woocommerce .product .product-price {
	margin-top: 20px;
	vertical-align: middle;
	display: inline-block;
	}
	
.woocommerce .product .product-price p.price {
	display: inline-block;
	}
	
	
.woocommerce .product .product-price .price, .woocommerce .product .product-price .amount {
	font-size: 24px;
	line-height: 32px;
	overflow: hidden;
	}

.woocommerce .product .product-price .price del {
    font-size: 0.7em !important;
    line-height: 1.2em !important;
	}

.woocommerce .product form.cart, .woocommerce .product p.cart {
	margin: 40px 0 0 0;
	}
	.woocommerce .product form.cart::after { content: ""; display: block; clear: both; visibility: hidden; font-size: 0;  height: 0; }
		
.woocommerce .product form.cart div.quantity {
	float: left;
	}

.woocommerce .product form.cart div.quantity input {
	border-radius: 2px 0px 0px 2px;
	}

.woocommerce .product form.cart div.quantity + button {
	border-left: 1px solid rgba(255,255,255,0.21);
	border-radius: 0px 2px 2px 0px;
	}

/* variations */	
.woocommerce .product table.variations {
	margin-bottom: 40px;
	}	
	
.woocommerce .product table.variations tr {
	border: none;
	padding: 20px 0 0 0;
	display:block;
	position: relative;
	}
	.woocommerce .product table.variations tr:first-child { padding-top: 0px; }

.woocommerce .product table.variations td {
	padding: 4px 0;
	}

	
.woocommerce .product table.variations td.label {
	border: 1px solid rgba(0,0,0,0.20);
	border-right: none;
	border-radius: 2px 0px 0px 2px;
	}
	.woocommerce .product table.variations td.label label {
	line-height: 21px;
	height: 21px;
	padding: 8px 25px 6px 15px;
	color: #000000;
	position: relative;
	width: auto;
	min-width: 75px;
	}

.woocommerce .product table.variations td.value {
	border: 1px solid rgba(0,0,0,0.20);
	border-left: none;
	border-radius: 0px 2px 2px 0px;
	}

	
.woocommerce .product table.variations select {
	background-color: transparent;
	border: none;
	padding: 5px 30px 5px 0px;
	height: 40px;
	line-height: 40px;
	color: rgba(0,0,0,0.4);
	}
	
.woocommerce .product table.variations select option {
	padding: 2px 5px;
	color: #000000;
	}

.woocommerce .product table.variations td {
	position: relative;
	}
	
.woocommerce .product table.variations .reset_variations {
	position: absolute;
	bottom: 0px;
	right: -10px;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	border-bottom: 2px solid rgba(0,0,0,0.12);
	font-size: 0.8em;
	line-height: 1.4em;
	}
	
.woocommerce-variation-price .amount {
	font-size: 16px;
	line-height: 26px;
	}

.single_variation_wrap .single_variation {
	margin-bottom: 10px;
	font-size: 0.8em;
	}

	
/* group table */	
.woocommerce .product table.group_table {
	margin-bottom: 20px;
	width: auto;
	}	
	
.woocommerce .product table.group_table tr {
	border: none;
	display: block;
	padding-top: 20px;
	}
	.woocommerce .product table.group_table tr:first-child { padding-top: 0px; }
	
.woocommerce .product table.group_table tbody tr td.label,
.woocommerce .product table.group_table tbody tr td.price {
    padding-left: 20px;
	}

.woocommerce .product table.group_table div.quantity input {
	border-radius: 2px;
	}


/* comments / reviews */
.woocommerce #reviews .comment-list li .comment-head {
	position: relative;
	padding-bottom: 23px;
	}

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

.woocommerce #reviews .comment-list li .comment-head .star-rating {
	position: absolute;
	bottom: 0px;
	left: 0;
	}
	
.woocommerce #reviews .leavecomment {
	margin-bottom: 0;
	}
	
.woocommerce #reviews .leavecomment .comment-form-rating {
	overflow: hidden;
	}
	
.woocommerce #reviews .leavecomment .comment-form-rating label {
	width: auto;
	margin-right: 25px;
	float: left;
	}
	
.woocommerce #reviews .leavecomment .comment-form-rating .stars {
	margin: 0;
	float: left;
	}
	
p.stars span {
	display: block;
	height: 20px;
	overflow: hidden;
	}

p.stars a {
	letter-spacing: 0;
	font-size: 20px;
	padding: 0;
	width: 1em;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: -2px;
	}
	
p.stars a::before {
    content: "\f3ae";
	display: block;
	text-indent: 0;
	font-family: "Ionicons";
    color: rgba(0,0,0,0.2);
	}	

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: "\f3ae";
    color: rgba(0,0,0,0.2);
	}	
		
p.stars span:hover a::before, p.stars.selected span:hover a::before, p.stars.selected a::before {
    content: "\f2fc";
	color: #000000;
	}
	
.woocommerce .woocommerce-tabs, .woocommerce .related, .woocommerce .upsells {
	margin-top: 100px;
	}

/* attributes table */	
.woocommerce .product table.shop_attributes {
	width: auto;
	}	
	
.woocommerce .product table.shop_attributes tr {
	border: none;
	}
	
.woocommerce .product table.shop_attributes tr th {
	padding-right: 70px;
	}
	
.woocommerce .product table.shop_attributes td, .woocommerce .product table.shop_attributes th { padding-top: 0px; }
	
.woocommerce .product table.shop_attributes tbody tr td:last-child {
    text-align: left;
	}
	
	
	
/*  ---------------------------------------------------	*/

/*    CART											 	*/
	
/* ---------------------------------------------------	*/
.woocommerce .woocommerce-message + .woocommerce-cart-form { margin-top: 40px; }

.woocommerce .shop_table tbody td, .woocommerce .shop_table tbody th { 
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align: top;
	}
	.woocommerce .shop_table tbody tr:first-child td, .woocommerce .shop_table tbody tr:first-child th { padding-top: 0px; }		
	.woocommerce .shop_table thead + tbody tr:first-child td, .woocommerce .shop_table thead + tbody tr:first-child th { padding-top: 0px; }

.woocommerce .shop_table thead { 
	display: none;
	}

.woocommerce .shop_table tr { 
	border: none;
	}
	
.woocommerce .shop_table .product-thumbnail {
	width: 100px;
	}	
	
.woocommerce .shop_table .product-thumbnail a, .woocommerce .shop_table .product-thumbnail img {
	width: 80px;
	max-height: 100px;
	display: block;
	}
	
.woocommerce .shop_table .product-name .variation {
	margin-top: 10px;
	font-size: 0.9em;
	line-height: 0.9em;
	}

.woocommerce .shop_table .product-name .variation > div {
	display: inline-block;
	margin-left: 25px;
	}
	.woocommerce .shop_table .product-name .variation > div:first-child {
		margin: 0;
	}
	
.woocommerce .shop_table .product-name .variation dt {
	color: #000000;
	display: inline-block;
	}
	.text-light .woocommerce .shop_table .product-name .variation dt { color: #ffffff; }
	
.woocommerce .shop_table .product-name .variation dd {
	display: inline-block;
	}

.woocommerce .shop_table .product-quantity .remove {
	position: relative;
	top: 3px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	}

.woocommerce .shop_table tr:hover .product-quantity .remove {
	opacity: 1;
	visibility: visible;
	}

.woocommerce .shop_table .product-quantity .quantity {
	margin-left: 5px;
	}

.woocommerce .shop_table .product-quantity .quantity input[type=number] {
	text-align: center;
	padding: 3px 24px 3px 24px;
	width: 20px;
	font-size: 15px;
	}

.woocommerce .shop_table .product-quantity .quantity span {
	bottom: calc(50% - 10px);
	left: 4px;
	cursor: pointer;
	}
	
.woocommerce .shop_table .product-quantity .quantity span.plus {
	top: auto;
	left: auto;
	right: 4px;
	bottom: calc(50% - 10px);
	}

.woocommerce .shop_table .product-subtotal .amount {
	font-size: 1.1em;
	}

.woocommerce .shop_table .actions .button {
    float: right;
	}
	.woocommerce .shop_table .actions .button[disabled] { opacity: 0; visibility: hidden; }

.woocommerce .shop_table .actions .coupon {
    float: left;
	margin: 0;
	}

.woocommerce .cart-collaterals { 
	width: 400px;
	max-width: 100%;
	margin-top: 40px;
	}

.woocommerce .cart-collaterals td { 
	text-align: left;
	}

.woocommerce .cart-collaterals .widget-title { 
	opacity: 0.3;
	}

.woocommerce .cart-collaterals .order-total .widget-title, .woocommerce .cart-collaterals .order-total .amount { 
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 5px;
	}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
	margin-top: 20px;
	}

.woocommerce .cart-collaterals table tr.shipping form { max-width: 260px; margin: 0; }

.woocommerce .cart-collaterals table tr.shipping .shipping-val { margin: 0; }

.woocommerce .cart-collaterals table tr.shipping a.shipping-calculator-button { 
	font-size: 12px;
	line-height: 16px;
 	}
	
.woocommerce .cart-collaterals table tr.shipping form section { 
	margin-top: 20px;
 	}

.woocommerce .cart-collaterals table tr.shipping form .form-row { 
	float:  none;
 	}
	
.woocommerce .cart-collaterals table tr.shipping form .button { 
	width: 100%;
	padding-left: 0;
	padding-right: 0;
 	}


/* coupon */	
.woocommerce .coupon { 
	max-width: 100%;
	width: 400px;
	overflow: hidden;
	}
	
.woocommerce .coupon label { 
	display: none;
	}
	
.woocommerce .coupon input[type=text], .woocommerce .checkout-coupon input[type=text] { 
	width: calc(60% - 22px);
	float: left;
	border-right: 0;
	border-radius: 2px 0px 0px 2px;
	}
	
.woocommerce .coupon input[type=submit], .woocommerce .checkout-coupon input[type=submit] { 
	width: calc(40%);
	float: left;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0px 2px 2px 0px;
	position: relative;
	left: -1px;
	}
	



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

/*    CHECKOUT										    */
	
/* ---------------------------------------------------	*/	
.woocommerce .coupon-message, .woocommerce .login-message {
	color: rgba(0,0,0,0.3);
	}

.woocommerce .before-checkout {
	margin-bottom: 60px;
	}

.woocommerce .before-checkout .woocommerce-form-login {
	margin-bottom: 60px;
	}
	
.woocommerce .before-checkout .woocommerce-form-login .submitbutton,
.woocommerce #customer_login .submitbutton {
	float: left;
	}

.woocommerce .before-checkout .woocommerce-form-login .lost_password,
.woocommerce #customer_login .login .lost_password {
	float: left;
	margin-left: 20px;
	}
	
.woocommerce .before-checkout .woocommerce-form-login .lost_password a:not(:hover),
.woocommerce #customer_login .login .lost_password a:not(:hover) {
	color: rgba(0,0,0,0.3) !important;
	}

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

.woocommerce .woocommerce-account-fields p {
	float: none;
	}

.woocommerce .woocommerce-account-fields div.create-account {
	margin-top: 10px;
	}

.woocommerce .woocommerce-shipping-fields, .woocommerce .woocommerce-additional-fields {
	margin-top: 40px;
	}
	
.woocommerce .woocommerce-error {
	list-style: none;
	margin: 0 0 40px 0;
	color: #e51743;
	}

/* table */	
.woocommerce #order_review  {
	margin-top: 100px;
	}

.woocommerce #order_review .shop_table tbody td, .woocommerce #order_review .shop_table tbody th { padding: 20px 0; }
.woocommerce #order_review .shop_table tbody tr:last-child td, 
.woocommerce #order_review .shop_table tfoot tr:last-child th, .woocommerce #order_review .shop_table tfoot tr:last-child td { padding-bottom: 40px; }
.woocommerce #order_review .shop_table tfoot tr:first-child th, .woocommerce #order_review .shop_table tfoot tr:first-child td { padding-top: 40px; }

.woocommerce #order_review table .product-name { 
	color: #000000;
	}

.woocommerce #order_review table .product-name strong { 
	color: rgba(0,0,0,0.3);
	font-size: 0.8em;
	}

.woocommerce #order_review table .product-name .variation { 
	opacity: 0.3;
	}

.woocommerce #order_review table tbody { 
	border-bottom: 1px solid rgba(0,0,0,0.13);
	}

.woocommerce #order_review table tfoot { 
	border-bottom: 1px solid rgba(0,0,0,0.13);
	}

.woocommerce table tfoot tr.order-total th, .woocommerce table tfoot tr.order-total .amount  {
	font-size: 1.2em;
	line-height: 1.4em;
	}

.woocommerce #order_review table tfoot .shipping th .shipping-val,
.woocommerce #order_review table tfoot .shipping td .widget-title { display: none; }
	
.woocommerce #order_review #payment  {
	margin-top: 40px;
	}

.woocommerce .payment_methods  {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.woocommerce .payment_methods li  {
	margin-top: 15px;
	}
	.woocommerce .payment_methods li:first-child { margin:0; }
	
.woocommerce .payment_methods li label  {
	width: calc(100% - 35px);
	}
	
.woocommerce .payment_methods li label img  {
	max-height: 22px;
	}
	
.woocommerce .payment_methods li label a {
	float: right;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
	}
	
.woocommerce .payment_methods .payment_box {
	padding-left: 30px;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 10px;
	margin-top: 5px;
	}

.woocommerce #payment .place-order {
	margin-top: 40px;
	}
	

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

/*    THANK YOU / ORDER DETAILS							*/
	
/* ---------------------------------------------------	*/
.woocommerce .woocommerce-order-details { 
	margin-bottom: 100px;
	}

.woocommerce #order_review.woocommerce-order-details table { 
	border-top: 1px solid rgba(0,0,0,0.13);
	}

.woocommerce #order_review.woocommerce-order-details .shop_table tbody tr:first-child td,
.woocommerce #order_review.woocommerce-order-details .shop_table tbody tr:first-child th { padding-top: 40px; }

.woocommerce #order_review.woocommerce-order-details ul.wc-item-meta { 
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
	}

.woocommerce #order_review.woocommerce-order-details ul.wc-item-meta li,
.woocommerce #order_review.woocommerce-order-details ul.wc-item-meta li strong { 
	font-size: 13px;
	line-height: 1.2em;
	}
	

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

/*    ACCOUNT PAGE 										*/
	
/* ---------------------------------------------------	*/
#hero.account-hero.no-bg #page-title {
	padding-bottom: 60px;
	}
	
/* account menu */	
.woocommerce-MyAccount-navigation {
	margin-bottom: 50px;
	}
	
.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.13);
	}
	
.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
	padding-bottom: 5px;
	}

.woocommerce-MyAccount-navigation ul li::after { 
	content: "";
	width: 100%;
	height: 1px;
	background: #000000;
	position: absolute;
	bottom: -1px;
	left: 0; 
	opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease ;
    transition: all 0.3s ease;
	z-index: 0;
	}
	.woocommerce-MyAccount-navigation ul li.is-active::after { opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
	
.woocommerce-MyAccount-navigation ul li a {	
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 13px;
	}
	.woocommerce-MyAccount-navigation ul li.is-active a { color: rgba(0,0,0,0.5); }
	
.woocommerce .woocommerce-MyAccount-content form {
	max-width: 700px;
	}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
	overflow: hidden;
	}
	
	
	
/*  ---------------------------------------------------	*/

/*    WIDGETS: 			;								*/
	
/* ---------------------------------------------------	*/
/* cart widget */	
.widget ul.cart_list li {
	padding-left: 0;
	padding-right: 0;
	}
	
.widget .cart-bottom {
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,0.12);
	}
	.text-light .widget .cart-bottom { border-color: rgba(255,255,255,0.24); }
	
.widget .cart-bottom .total {
	padding: 10px 0;
	overflow: hidden;
	}
	
.widget .cart-bottom .total .label {
	float: left;
	}
	
.widget .cart-bottom .total .amount {
	float: right;
	}
	
.widget .cart-bottom .buttons {
	overflow: hidden;
	}
	
.widget .cart-bottom .buttons .sr-button {
	float: left;
	width: 50%;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	font-size: 11px;
	line-height: 1.4em;
	}

/* Product list widget */
.widget .product_list_widget li {
	padding: 10px 0;
	margin: 0;
	overflow: hidden;
	border: none !important;
	}
	.widget .product_list_widget li:first-child { padding-top: 0; }
	
.widget .product_list_widget li  > a img {
	width: 60px;
	max-height: 70px;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-top: 2px
	}
	
.widget .product_list_widget li > a span, .widget .product_list_widget li > span:not(.amount) {
	display: block;
	}
	
.widget .product_list_widget li > span:not(.amount) { 
	font-size: 0.85em;
	line-height: 1.5em;
	}
	
.widget .product_list_widget li .star-rating {
	float: none;
	display: block;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	}
	
/* Price Filter widget */
.widget_price_filter > form {
    margin-top: 15px;
	}

.widget_price_filter .price_slider_wrapper .price_slider {
    position: relative;
    background: rgba(0,0,0,0.12);
    display: none;
	}
	
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
    position: relative;
    height: 2px;
    background: #000000;
	}
	
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    position: absolute;
	top: -6px;
	left: 0;
	margin-left: -3px;
    background: #000000;
    cursor: pointer;
    width: 14px;
    height: 14px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    -o-border-radius: 999px;
	border-radius: 999px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
	}
	
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle + .ui-slider-handle {
	margin-left: -11px;
	}
	
.widget_price_filter .price_slider_wrapper .price_slider_amount {
    margin-top: 15px;
	}
	
.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    float: left;
    font-size: 0.85em;
	line-height: 30px;
	}
	
.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span {
    color: #000000;
	font-weight: 400;
	}

.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	font-size: 11px; 
	line-height: 18px; 
	padding: 5px 17px;
    float: right;
    background: #000000; 
	color: #ffffff;
	text-align: center;
	margin: 0;
	}

.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:active {
    background-color: rgba(0,0,0,0.6);
	}