/*Woocommerce Styles*/

/*--------------------------------------------------[ Basic ]*/
.woocommerce-breadcrumb {
	color: #aaaea4;
	font-size: 13px;
	letter-spacing: 0.025em;
	margin-bottom: 10px;
}

.woocommerce-breadcrumb a {

}

.woocommerce span.onsale, .woocommerce-page span.onsale {
	background: #e2cec5 !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}

.woocommerce #left-area a.button {
	color: #fff !important;
}

/*--------------------------------------------------[ Sidebar ]*/
.single-product #main-content .container::before {content: none;}
.single-product #main-content #left-area {
	float: none;
	padding-right: 0;
	width: 100%;
}

/*--------------------------------------------------[ Category ]*/
#main-content .container::before {background-color: #e7e5e2;}

#main-content {
	background: #fff;
}


#left-area ul.products li.product:hover {

}

.product .et_overlay {
	display: none;
}

h2.woocommerce-loop-category__title,
h2.woocommerce-loop-product__title,
.product .related h2 {
	/*font-size: 16px !important;*/
	line-height: 1.1;
	margin-top: 0px;
	padding-bottom: 0;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.woocommerce ul.products li.product .price,
.summary .price {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: flex-end;
}

.single-product .price-pant {
	transform: translateY(-15px);
}

.single-product .woocommerce ul.products li.product p.price del,
.single-product .entry-summary p.price del span,
.single-product .related .price del,
.single-product .related .price del span {
	font-size: 18px !important;
	font-weight: 400;
	margin: 0;
}


.single-product .entry-summary p.price del span {
	color: #c9e8ee;
	text-decoration: #c9e8ee double line-through;
}

.single-product .entry-summary p.price del,
.single-product .related .price del span {margin: 0 0 0 5px;}
.single-product .related .price del .woocommerce-Price-currencySymbol {margin: 0;}

.et_shop_image {
	text-align: center;
}

ul.products li.product a img {
	width: auto;
}

/*Pagination*/
.woocommerce-pagination {margin-bottom: 27px;}
.woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
}

.woocommerce-pagination ul.page-numbers li {
	width: 40px;
}

span.page-numbers.current {color: #aaaea4;}

/*--------------------------------------------------[ Product ]*/
.single-product .product {overflow: hidden;}
.single-product .related .product {overflow: visible;}

.single-product #main-content > .container {
	max-width: 100%;
	width: 100%;
}

.single-product #left-area {
	padding-bottom: 0;
}

.single-product .product > .clearfix {
	background-color: #fff;
	display: flex;
	flex-flow: row wrap;
	margin: 20px auto;
	width: 80%;
	max-width: 1280px;
}

.single-product .product {position: relative;}
.woocommerce-LoopProduct-link {}

.single-product .onsale {display: none;}

/*Gallery*/
.single-product .woocommerce-product-gallery {
	width: 100%;
}

.woocommerce-product-gallery > div {
	height: 100%;
}

figure.woocommerce-product-gallery__wrapper {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	height: 100%;
	justify-content: space-between;
	padding: 0;
}

figure.woocommerce-product-gallery__wrapper div {width: auto; max-width: 32%;}
figure.woocommerce-product-gallery__wrapper div:first-child {
	width: 100%;
	max-width: none;
	text-align: center;
}

figure.woocommerce-product-gallery__wrapper div:first-child img {
	width: auto;
	height: auto;
}

/*Best before*/
.single-product-date .best-before::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(0deg) translate(-120%, -6px);
	vertical-align: middle;
	width: 29px;
	height: 52px;
}

.single-product-date .best-before {
	border-radius: 3px;
	display: inline-block;
	margin: 5px 0 1em 35px;
	padding: 7px 10px;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.single-product-date.product-date-a-green-sv .best-before,
.single-product-date.product-date-a-green-nb .best-before,
.single-product-date.product-date-a-green-da .best-before,
.single-product-date.product-date-a-green-fi .best-before {background: #b3da60;}
.single-product-date.product-date-b-yellow-sv .best-before,
.single-product-date.product-date-b-yellow-nb .best-before,
.single-product-date.product-date-b-yellow-da .best-before,
.single-product-date.product-date-b-yellow-fi .best-before {background: #d66787;}
.single-product-date.product-date-c-red-sv .best-before,
.single-product-date.product-date-c-red-nb .best-before,
.single-product-date.product-date-c-red-da .best-before,
.single-product-date.product-date-c-red-fi .best-before {background: #351830;}

/*Summary*/
.single-product .summary {
	width: 100%;
	padding: 0;
}

.single-product .summary h2 {
	font-size: 20px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	padding-bottom: 0;
}

.entry-summary p.price span {
	font-weight: 400;
}

.single-product p.stock {font-weight: 600;}

.single-product #left-area .summary label {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	width: 70px;
}

.single-product .summary .cart {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

/*Quantity*/
.single-product #left-area .summary .quantity,
.woocommerce #left-area .summary .quantity,
.woocommerce-page #left-area .quantity,
#start-shop .woocommerce .quantity {
	border-radius: 0 !important;
	color: #4f204d;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	width: auto;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}

.single-product #left-area .summary .quantity input,
.woocommerce #left-area .summary .quantity input,
.woocommerce-page #left-area .quantity input,
#start-shop .woocommerce .quantity input {
	background: #4f204d !important;
	border-radius: 0;
	border-radius: 50%;
	font-size: 24px !important;
	font-weight: 400 !important;
	height: 100%;
	margin: 0 15px 0;
	text-align: center;
	width: 33.333%;
	width: 45px;
	height: 45px;
	-webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

.single-product .quantity a.qty_button,
.woocommerce-page #left-area a.qty_button,
#start-shop .woocommerce a.qty_button {
	background: #95d4e5;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	justify-content: center;
	font-family: 'ETModules';
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	padding: 3px 4px 3px 2px;
	height: auto;
	text-align: center;
}
.single-product .quantity a.qty_button:hover,
.quantity a.qty_button:hover,
button.single_add_to_cart_button:hover {cursor: pointer;}
button.single_add_to_cart_button:hover {padding: .3em 1em !important;}
button.single_add_to_cart_button::after {content: none !important;}

button.single_add_to_cart_button,
.woocommerce-page #left-area button.single_add_to_cart_button {
	border: 0;
	color: #fff !important;
	display: block;
	font-size: 18px;
	margin-top: 20px;
	width: 100%;
}

.yith-quick-view-content.woocommerce div.summary h1.product_title {
	font-weight: 400;
	text-transform: capitalize;
}

a.yith-quick-view-close {
	background-image: url(/wp-content/uploads/2019/02/icon-close.svg);
	background-size: cover;
}

a.reset_variations {
	font-size: 13px;
	padding-left: 1em;
	display: none !important;
}

.summary .product_meta {display: none;}

/*Messages*/
.woocommerce-notices-wrapper {
	text-align: center;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
	animation: fade-in .45s ease-in-out;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 20px;
	padding: 30px !important;
}

.woocommerce-message a.restore-item {
	color: #fff;
	font-weight: 600;
}

.woocommerce-message a.button {
	color: #fff;
	margin-right: 10px;
}

/*Add info*/
.single-add-info-container {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 20px auto;
}

.single-add-info {
	width: 100%;
}

.single-add-info h2 {
	margin-bottom: 5px;
}

.single-ingredients {
	color: #555;
	font-size: 15px;
	line-height: 1.3;
}

#left-area .single-add-info ul {
	margin: 0;
	padding: 0;
}

.single-add-info ul li {
	background: #d7eef2;
	font-size: 15px;
	list-style: none;
	padding: 3px 10px;
}
.single-add-info ul li:nth-child(odd) {
	background: #e1f2f5;
}

/*Tabs*/
#left-area .woocommerce-tabs {
	background: #fff;
	border-color: #eaeaea;
}
#left-area .woocommerce-tabs ul.tabs {
	list-style: none;
}

#left-area .woocommerce-tabs ul.tabs li {
	border: 0 !important;
	display: inline-block;
	margin: 0 !important;
}

#tab-description {
	background-color: #fff;
}

/*Related*/
section.related.products {
	background: #c9e8ee;
	margin-bottom: 0;
	padding: 20px 0;
	text-align: center;
}

.product .related h2 {padding-bottom: 20px;}

.woocommerce-LoopProduct-link {
	max-width: 100%;
}

#left-area .related ul.products {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 auto;
	width: 80%;
	max-width: 1280px;
}

/*.related ul.products li.product {
	animation: fade-in .45s ease-in-out;
	background: #fff;
	border-radius: 3px;
	box-shadow: 2px 5px rgba(149,212,229,0.3);
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: flex-end;
	width: 47%;
	margin: 30px auto;
	transition: all ease-in 0.2s;
	position: relative;
}*/

#left-area .related ul.products li.product {margin-bottom: 75px !important;}

.related .product a.ajax-atc {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
}

.related .ajax-atc-onclick-error-message {left: 0;}

/*--------------------------------------------------[ Cart ]*/
.woocommerce-cart-form {background: #fff;}

.woocommerce-cart .shop_table.cart {
	background: #f5f5f5;
	border: 0;
	border-radius: 3px;
}

.woocommerce-cart table th {font-weight: 800;}
.woocommerce-cart table tr {
	border-top: 3px solid #fff !important;
}

.woocommerce-cart table,
.woocommerce-cart table tr,
.woocommerce-cart table td {border: 0;}
.woocommerce-cart td.product-remove {
	text-align: center;
	font-size: 24px;
}

.cart_totals table {width: auto;}
.cart_totals table,
.cart_totals table tr,
.cart_totals table td {border: none;}

.woocommerce-cart table .product-thumbnail img {
	background: #fff;
	padding: 10px;
}

#content-area .cart_totals table th,
#content-area .cart_totals table td {padding: 3px 5px 3px 0 !important;}

th.product-quantity {text-align: center;}

.cart_totals tr.cart-subtotal {
	border-bottom: 1px solid #eaeaea;
}

.woocommerce-cart-form {}
.woocommerce-cart-form .product-thumbnail {
	text-align: center;
}
.woocommerce-cart-form .product-thumbnail img {
	max-width: 100px;
}

.actions .coupon {float: left;}
.actions .coupon label {display: none;}
.actions input#coupon_code {
	background: #fff !important;
	color: #4d1a43 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	width: auto;
	height: auto;
	padding: 1.5px 10px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder {color: #999;}

.actions button.button {
	background: #f39caf !important;
	color: #fff !important;
	font-size: 13px !important;
	float: right;
	font-weight: normal !important;
}
.actions button:hover::after {content: none !important;}
.woocommerce .actions button.button:hover {cursor: pointer;}

.cart-collaterals {margin-bottom: 30px;}

.wc-proceed-to-checkout a.button.checkout-button.alt {
	color: #fff;
	padding: 1em 2em;
}
.wc-proceed-to-checkout a.button.checkout-button.alt:hover {padding-right: 3em;}

ul#shipping_method {list-style: none; padding-left: 0;}

/*--------------------------------------------------[ Checkout ]*/

#customer_details {margin: 30px 0;}
#customer_details table {border-color: #e7e5e2;}
#customer_details > div {margin-top: 30px;}

#customer_details input {
	border-color: #10274a;
	color: #10274a;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields .shipping_address {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#customer_details p.form-row,
.woocommerce-shipping-fields .shipping_address p.form-row {
	width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper p label {
	font-size: 14px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

#customer_details .woocommerce-input-wrapper input {
	border-color: #e7e5e2;
	border-radius: 2px;
	color: #10274a;
	width: 100%;
	padding: 10px 7px;
}

#customer_details .woocommerce-input-wrapper select {
	border-color: #e7e5e2 !important;
}

#customer_details .woocommerce-input-wrapper textarea {
	width: 100%;
	border-color: #e7e5e2;
	color: #10274a;
	border-radius: 2px;
}

#payment ul {padding-left: 0;}

.woocommerce-privacy-policy-text {font-style: italic;}

button#place_order {
	color: #fff;
	margin: 10px 0 30px;
	padding: 1em 2em;
	width: 100%;
}
button#place_order:hover {cursor: pointer;}

#billing_country_field {display: none;}
#payment ul {list-style: none;}
#payment ul input {display: inline-block !important;}
.payment_box p {font-style: italic;}

ul.woocommerce-error {
	background: #f39caf !important;
	padding: 20px !important;
	list-style: none !important;
}

ul.woocommerce-error li::before {
	content: "\73";
	font-family: 'ETModules';
	font-size: 18px;
	line-height: 1;
	margin-right: 5px;
	transform: translateY(3px);
}

/*Coupon code*/
.woocommerce-form-coupon-toggle .woocommerce-info {
	border-radius: 3px;
	font-weight: 600;
	text-shadow: 1px 1px 5px #5f8792;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
	text-decoration: underline;
}

.woocommerce-form-coupon p:first-of-type {display: none;}

.woocommerce-form-coupon input[type="text"] {
	background: #c9e8ee;
	border: 0;
	border-radius: 3px;
	color: #4e204d;
	font-size: 16px !important;
	font-weight: 600;
	padding: 10px;
	transition: all ease 0.2s;
	width: 100%;
}

#left-area .woocommerce-form-coupon button[type="submit"] {
	background: #ed6889;
	border-width: 0px !important;
	border-color: #c25671;
	border-radius: 3px;
	color: #fff;
	font-family: 'Jaldi';
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	margin-top: 5px;
	padding: .3em 1em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all ease 0.2s;
}

/*Quantity*/
#left-area .woocommerce-checkout-review-order-table td.product-name {
	font-size: 16px;
	font-weight: 600;
}
#left-area .woocommerce-checkout-review-order-table td.product-name .quantity {
	justify-content: flex-start;
}

/*--------------------------------------------------[ Misc ]*/
.woocommerce .button.wc-forward,
.woocommerce .button.wc-backward,
.woocommerce .button.wc-forward:hover,
.woocommerce .button.wc-backward:hover {
	color: #fff;
}

/*----------------------------------------------------------------------------[ Media Queries ]-------*/

@media screen and (min-width: 782px) {
	/*---[ Category Desktop ]---*/
	#left-area ul.products,
	.woocommerce ul.products {
		/*justify-content: space-between;*/
		justify-content: flex-start;
	}

	ul.products li.product a img {

	}

	/*---[ Product Desktop ]---*/
	figure.woocommerce-product-gallery__wrapper {flex-flow: row wrap;}
	.single-product .woocommerce-product-gallery {width: 40%;}
	.single-product .summary {width: 60%;}
	figure.woocommerce-product-gallery__wrapper,
	.single-product .summary {padding: 0}
	figure.woocommerce-product-gallery__wrapper {padding-right: 14px;}
	.single-product .summary {padding-left: 60px}

	.single-product .summary .cart {
		flex-flow: row nowrap;
		align-items: stretch;
		justify-content: space-between;
	}

	.single-add-info-container {
		flex-flow: row wrap;
		align-items: stretch;
		justify-content: space-between;
	}
	.single-add-info.single-energy {margin-top: 1em;}

	.single-product #left-area .summary .quantity input,
	.woocommerce #left-area .summary .quantity input,
	.woocommerce-page #left-area .quantity input,
	#start-shop .woocommerce .quantity input {margin: 0 2px 0;}

	button.single_add_to_cart_button,
	.woocommerce-page #left-area button.single_add_to_cart_button {
		font-size: 18px;
		margin-top: 0;
		width: 65%;
	}

	.product .related h2 {padding-bottom: 0px;}

	/*---[ Cart ]---*/
	.woocommerce-cart table,
	.woocommerce-cart table tr,
	.woocommerce-cart table td {border-color: #eaeaea; font-weight: 600;}

	/*---[ Checkout ]---*/
	#customer_details .woocommerce-billing-fields__field-wrapper p.form-row {width: 48% !important;}

}

/*--------------------------------------------------[ Larger ]*/
@media screen and (min-width: 982px) {
	button.single_add_to_cart_button,
	.woocommerce-page #left-area button.single_add_to_cart_button {width: 75%;}
	.single-add-info.single-ingredients {width: 55%;}
	.single-add-info.single-energy {width: 40%;}
	.single-add-info.single-energy {margin-top: 0em;}
}

/*--------------------------------------------------[ Mobile only ]*/

@media screen and (max-width: 781px) {
	.post-type-archive-product #content-area {display: flex; flex-flow: row wrap;}
	.post-type-archive-product #content-area #sidebar {order: -1;}

	ul.products li.product a img {max-height: none;}

	/*Cart*/
	.woocommerce table.shop_table {
		border-collapse: separate;
		border-spacing: 0;
	}
	.woocommerce-cart table thead {display: none;}
	.woocommerce-cart table tr {
		display: flex !important;
		flex-flow: row wrap;
		align-items: center;
		justify-content: flex-start;
	}

	.woocommerce-cart .product-remove a.remove {font-size: 45px;}

	.woocommerce-cart-form .product-thumbnail {flex-grow: 2;}
	.woocommerce-cart-form .product-thumbnail img {max-width: 150px;}

	.woocommerce-cart-form .product-name,
	.woocommerce-cart-form td.product-quantity,
	.woocommerce-cart-form td.product-subtotal {
		font-weight: 600;
		text-align: center;
		width: 100%;
	}

	.woocommerce-cart-form td.product-price {display: none !important;}

	.actions input#coupon_code {width: 100%;}

	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr,
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		display: block;
		max-width: 100%;
	}
	.yith-wcqv-button.qvicon {display: none;}
	.wc-proceed-to-checkout a.button.checkout-button.alt {font-size: 14px; width: 100%; display: block; text-align: center;}

	.single-energy {margin-top: 20px;}

}
