/* Woocommerce */

.cart-discount.coupon-test td{
	display: flex;
}

.woocommerce-cart .cart-discount.coupon-test {
	width: 100% !important;
}

/* .wc-block-components-drawer {
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 90vw !important;
} */

form .variations .pa_size-box.attribute-box.selected,
.color-options .color-box.active-color,
.color-options .circle-box.active {
	outline: 1px solid rgb(241, 89, 34);
	color:rgb(241, 89, 34);
	
}
form .variations .pa_size-box.attribute-box:hover{
	cursor: pointer;
}
.woocommerce div.product {
	display: flex;
	flex-direction: column;
	position: relative;
}
.single-product div.product {
	margin-bottom: 0;
}

.single-product .woocommerce-notices-wrapper{
	padding: 30px clamp(20px,3.646vw,70px);
}

.single-product .woocommerce-notices-wrapper .woocommerce-message a,
.single-product .woocommerce-notices-wrapper .woocommerce-error a{
	white-space: nowrap;
	margin-left: 10px;
}
.single-product .woocommerce-notices-wrapper{
	padding:0;
}


.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error li {
 	background: #f9f9fb;
	margin-bottom: 0;
	padding: 20px clamp(18px,1.823vw,35px) !important;
	border-top: 3px solid #f15922;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-size: clamp(14px,0.938vw,18px);
	margin: 30px clamp(20px,3.646vw,70px) !important;
}
body.page-template-template-login .woocommerce  .woocommerce-error li {
	display: block;
	margin: 30px 0 !important;
}

.woocommerce-notices-wrapper .restore-item{
	color: #f15922;
}

.cart-empty.woocommerce-info {
	margin-top: 40px;
}

.woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce-notices-wrapper .woocommerce-error:after{
	display: none;
}



.woocommerce-account .woocommerce-MyAccount-content {
	float: unset;	
}

.woocommerce .quantity .qty,
.mini-cart-qty {
	border-radius: 50%;
	background: #001B54;
	color: #F9F9FB;
	border: unset;
	height: 55px;
	width: 55px;
	appearance: textfield;
}
.details-wrapper {
	display: flex;
	flex-direction: column;
}
.product-thumbs-wrapper .woocommerce-product-gallery__image {
	width: 30%;
	display: inline-block;
}
.product-thumbs-wrapper .woocommerce-product-gallery__image img {
	border-radius: 30px;
}

.wc-tabs li {
	position: relative;
}




#register {
	border: 0;
}


.related {
	padding-top: 50px;
}
.related-swiper {
	padding: 0 60px 50px;
}

.woocommerce .details-wrapper a.button {
	position: relative;
	left: 0;
	bottom: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}
.related-swiper .swiper-button-next,
.related-swiper .swiper-button-prev {
	background-color: #223b0b;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: calc(50% - 25px);
}
.related-swiper .swiper-button-prev {
	left: 0;
}
.related-swiper .swiper-button-next {
	right: 0;
}
.related-swiper .swiper-button-prev {
	transform: rotateX(50%);
}
.swiper-button-prev .arrow-svg {
	transform: rotate(180deg);
}
.woocommerce table.shop_table {
	border-collapse: collapse;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 3em;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: none;
}
.lost-password-a {
	color: #184b5e;
}
.fb-login-btn.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
	background-color: #1778f2;
}
.google-login-btn.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
	background-color: #4d4d4d;
}
.login-title {
	font-size: 30px;
}

/* Header Cart  */
.mini_cart_item a,
.mini_cart_item .quantity,
.woocommerce-mini-cart__total {
	color: #223b0b;
}
.woocommerce-mini-cart__total {
	font-size: clamp(14px, 0.9vw, 18px);
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 16px;
	left: 0px;
}
.woocommerce-mini-cart__buttons {
	text-align: center;
}
.woocommerce-mini-cart__buttons a.button {
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
	padding: 15px 45px;
	background-color: #223b0b;
}
.woocommerce-mini-cart__buttons a.button:hover {
	color: #fff;
	background-color: #b0cb1f;
}
.woocommerce-mini-cart__buttons .button.checkout {
	display: none;
}
.wp-block-woocommerce-empty-mini-cart-contents-block{
	background: #f5f5f5!important;
}
.wc-block-mini-cart__empty-cart-wrapper a{
	color: #fff;
	background: #F15922;
	font-weight: 300;
	padding: 15px 20px;
	border-radius: 50px;
}
.cart-wrapper {
	justify-content: center;
}
.heading-cart-svg {
	top: calc(50% - 20px);
	left: calc(50% - 20px);
}
.page-numbers li,
.woocommerce nav.woocommerce-pagination ul li,
.wp-pagination nav li {
	background-color: #223b0b;
	width: 40px;
	height: 40px;
	border: 1px solid #223b0b;
	border-radius: 40px;
	margin: 0 10px 0 10px;
	text-align: center;
	line-height: 35px;
	overflow: hidden;
}
.page-numbers li a,
.wp-pagination nav li span,
.wp-pagination nav li a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
}
.page-numbers .dots {
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.wp-pagination nav li:focus span,
.wp-pagination nav li:hover span,
.wp-pagination nav li:focus a,
.wp-pagination nav li:hover a,
.wp-pagination nav ul.page-numbers li span.current {
	background: #f2f7ec;
	color: #223b0b;
}
.woocommerce nav.woocommerce-pagination ul li {
	margin: 0 5px 0 5px;
}
.page-numbers li span {
	width: 100%;
	height: 100%;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.wp-pagination nav ul.page-numbers {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 80px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 55px;
	height: auto;
	box-shadow: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	line-height: 21px;
}
.shop-sticky-add-to-cart__content-product-image {
	height: 67px;
}
.wc-block-components-checkbox__label, .bapf_body li label {
	color: #223b0b;
	font-size: 15px;
	font-weight: 300;
}

.wc-block-attribute-filter__actions {
	justify-content: start;
	margin-bottom: 15px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	display: none;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"], #woocommerce-page-aside .bapf_sfilter.bapf_ckbox input[type="checkbox"] {
	display: inline-block;
	margin-right: 6px !important;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	min-height: unset;
	min-width: unset;
	border: 1px solid #223b0b;
	background-color: #fff;
	-webkit-appearance: none;
	appearance: none;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked,
#woocommerce-page-aside .bapf_sfilter.bapf_ckbox input[type="checkbox"]:checked {
	border: 1px solid #223b0b;
	background-color: #223b0b;
	
}
#woocommerce-page-aside .bapf_ckbox_sqchck input[type="checkbox"]:checked::after {
	width: 5px;
	height: 8px;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	top: 2px;
	left: 5px;
}
#woocommerce-page-aside .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #223b0b;
}
#woocommerce-page-aside  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #4ab547;
}
#woocommerce-page-aside   .mCustomScrollBox {

	background: #ebf3e1;
	border-radius: 10px;
	padding: 10px;
}
.bapf_body ul {
	padding-left: 0;
}
.bapf_body ul li {
	margin-top: 1em !important;
}
#woocommerce-page-aside .wc-block-components-checkbox label {
	align-items: center;
}
.product-name a {
	color: #223b0b;
}
.categories-button {
	background-color: #223b0b;
	width: 70px;
	height: 70px;
	border-radius: 40px;
	bottom: -36px;
	right: 41%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.tabs-li {
	background-color: none;
	box-shadow: none;
	border: none;
}
/* Add to Cart */
button.button.single_add_to_cart_button {
	padding: 0;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 50%;
	padding: 15px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: auto;
	height: 100px;
	margin: 0 auto;
}
.woocommerce table.shop_table thead tr th {
	border-style: solid;
	border-color: #909d85;
}
.order-table-wrapper table.shop_table th:not(:first-child) {
	border-left: 1px solid;
}
.wishlist-title-container {
	display: none;
}
table.wishlist_table {
	font-size: 16px;
}
.woocommerce #reviews #comments ol.commentlist {
	margin: 0;
	padding: 0;
}
.woocommerce div.product a.button svg {
	height: 25px;
}
.woocommerce-product-gallery {
	background-color: #fff;
	border: 1px solid #223b0b;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-shadow: none;
}
/* Checkout Page */
.cart-thead-tr th {
	border-right: 1px solid #909d85;
}
.showcoupon {
	color: #223b0b;
}
p.form-row > label {
	padding-left: 0px;
}
.woocommerce-input-wrapper input {
	height: 50px;
}
.woocommerce-input-wrapper textarea {
	min-height: 250px;
	padding: 15px 25px;
}
.woocommerce-checkout #payment {
	padding: 15px;
	border-radius: 30px;
}
.woocommerce-form-coupon .form-row button.button {
	margin-top: 0;
}
.woocommerce-form-coupon #coupon_code {
	width: 100%;
}
.woocommerce div.product div.images img {
	display: block;
	width: auto;
	max-height: 300px;
	box-shadow: none;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce-account .shop_table thead {
	background-color: transparent;
	border-bottom: 1px solid;
}

.woocommerce table.shop_table tr:last-child td {
	border-bottom: 0;
}

.woocommerce table.shop_table tr.cart_item td.product-name {
	border-left: 0;
}



.woocommerce table.shop_table {
	border-collapse: collapse;
	border: none;
}
.woocommerce table.woocommerce-orders-table {
	text-align: center;
}


.woocommerce-customer-details .col-1 address,
.woocommerce-customer-details .col-2 address {
	min-height: 200px;
}


/* a.button:not(.single_add_to_cart_button):hover {
	background-color: #b0cb1f;
	color: #223b0b;
} */
.category-icon-svg {
	filter: invert(1);
}
#order_review table {
	font-size: 15px;
	line-height: 20px;
}

/* Account Page */
.woocommerce-account .woocommerce{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
 .woocommerce-account .woocommerce-MyAccount-navigation {
	float: unset;
	padding: 0;
}
 .woocommerce-account .woocommerce-MyAccount-navigation ul{
	padding: 0;
	list-style-type: none;
	
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li{
	position: relative;
	font-size: clamp(17px ,1.5vw, 28px);
	line-height: normal;
	padding: 20px 0;
	
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child{
	padding-top: 0;
	
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 1px;
	background: rgba(153, 153, 153, 0.2);
}

/* .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child:after{
	display: none;
} */

.woocommerce-account .woocommerce-MyAccount-navigation  ul li.is-active a{
	color:  #F15922;
	font-weight: 600;
}

.woocommerce-MyAccount-content {
	border-top: 1px solid rgba(153, 153, 153, 0.2);
	padding-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation  ul li a{
	display: inline-flex;
	color:  rgba(0, 27, 84, 0.5);
 }
 
.woocommerce-orders-table th{
	color: #001B54;
	font-size: clamp(19px,1.1vw,22px);
	line-height: normal;
	font-weight: 700;
	
}
.woocommerce-orders-table th a,
.woocommerce-orders-table .woocommerce-Price-amount.amount{
	color:  #F15922; 
	font-size: clamp(14px, 0.9vw, 18px);
	font-weight: 500;
}
.woocommerce-orders-table td {
	color:  #001B54;
	font-size: clamp(14px, 0.9vw, 18px);
	font-style: normal;
	font-weight: 500;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a{
	background: #F15922;
	color: #F9F9FB;
	font-weight: 500;
	border-radius: 100px;
	padding: clamp(15px, 1.0417vw, 30px) clamp(30px, 2.0833vw, 60px);

	
}
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-button.button.view{
	background: #F15922;
	border-radius: 100px;
	color: #F9F9FB;
}
.woocommerce a.button,
.woocommerce a.button:hover,
.product-hover-actions a{
	color:#001B54;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	background: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-button.button.view:hover,
#customer_login .woocommerce-button.button.woocommerce-form-register__submit,
button#wpforms-submit-1768 {
	background-color: #F15922;
	text-decoration: none;
	background-image: none;
	color: #F9F9FB;
}


.woocommerce-MyAccount-content {
	color: #001B54;
	font-size: clamp(19px,1.1vw,22px);
	font-style: normal;
	font-weight: 400;
	
}
.woocommerce-MyAccount-content .product-name a {
	color: #001B54;
}
.woocommerce-MyAccount-content  mark.order-status,
.woocommerce-table--order-details tfoot tr:nth-child(2) th,
.woocommerce-table--order-details tfoot tr:nth-child(2) td .woocommerce-Price-amount.amount{
	color: #F15922;
	font-weight: 600;
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 600;
}

.woocommerce .woocommerce-customer-details address {
	padding-top: 10px;
	border: none;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-customer-details address {
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
	padding-bottom: 20px;
}



.woocommerce table.shop_table tfoot td{
	font-weight: unset;
}
.woocommerce-table--order-details tfoot tr th,
.woocommerce-table__line-item.order_item .woocommerce-Price-amount.amount{
	font-size: clamp(14px, 0.9vw, 18px);
	
}

.woocommerce-table--order-details tfoot tr td {
	font-size: clamp(14px, 0.9vw, 18px);
	font-weight: 400;
}

.woocommerce-order-details__title {
	color: #001B54;
	font-size: 25px;
	font-weight: 600;
	line-height: normal; 
	margin: clamp(40px,3.6vw,70px) 0 clamp(20px,5.2vw,50px) 0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	padding: 9px 0;
	vertical-align: middle;
	line-height: 1.5em;
	line-height: 40px;
}


.order-table-wrapper table.shop_table thead {
	border-bottom-width: 1px;
}
.order-table-wrapper table.shop_table th,
.order-table-wrapper table.shop_table td {
	padding: 9px 25px;
}
.order-table-wrapper table.shop_table th:last-child {
	border-left: 1px solid;
}

.woocommerce-checkout #payment code bdi {
	color: #f2f7ec;
}


/*Wishlist*/

.woocommerce-account .woocommerce-MyAccount-content {
	width: 80%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

/* Product Info */
.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0;
}
#tab-description {
	font-size: 20px;
	line-height: 30px;
	z-index: 1;
	position: relative;
}
.woocommerce-tabs {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.edit {
	position: relative;
	padding: 10px 0;
	font-size: 1.25em;
}
.woocommerce-MyAccount-content .button.wp-element-button {
	position: relative;
	color: #223b0b;
	font-size: 1.25em;
	padding-left: 0;
	background-color: transparent;
} 

.my-account-li.is-active {
	background-color: #223b0b;
}
.my-account-li.is-active .account-nav-a {
	color: #f2f7ec;
}
.woocommerce-MyAccount-content .shipping-address-title {
	margin-top: 0;
}

.woocommerce ul#shipping_method li label{
	display: inline-block;
}

#main-cart .cart-collaterals .cart_totals h2{
	margin-bottom: 35px;
}
/* Filters */

/* Login & Register */

/* Cart */
.order-table-wrapper {
	margin-bottom: 30px;
}
.order-table-wrapper table.shop_table {
	margin-bottom: 0;
}
.cart-thead-tr {
	background-color: transparent;
	color: #223b0b;
	border-bottom: 1px solid #223b0b;
}
#place_order {
	position: relative;
}

.wc-proceed-to-checkout {
	display: flex;
	justify-content: right;
}
.quantity .minus-button,
.quantity .plus-button {
	top: 50%;
	height: 40px;
	width: 40px;
	border: 0;
	background-color: transparent;
	font-size: 30px;
	color: #223b0b;
	line-height: 10px;
	transform: translateY(-50%);
}
.woocommerce-cart .minus-button {
	left: calc(50% - 50px);
}
#wpforms-submit-88 {
	color: #fff;
	background-color: transparent;
	border: none;
}
.quantity .plus-button {
	right: calc(50% - 50px);
}
tr th:last-child {
	border-right: 0;
}

#billing_postcode_field,
#billing_phone_field {
	display: inline-block;
	width: 47%;
}
#billing_phone_field {
	margin-left: 6%;
	margin-right: 0;
}

.woocommerce-cart .woocommerce.wp-block-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-cart .woocommerce-notices-wrapper{
	width: 100%;
}

.woocommerce-cart .shop_table thead{
	display: none!important;
}

.woocommerce-cart-form{
	width: calc(100% - 50px - clamp(400px,28.646vw,550px));
}
.woocommerce-cart .cart-collaterals {
	max-width: clamp(400px,28.646vw,550px);
}

.woocommerce-cart .woocommerce-cart-form__cart-item img{
	max-width: clamp(100px,9.219vw,177px);
}


/* Blog */
.blog-img {
	border-radius: 40px 0 0 40px;
}
.blog-row-bg {
	border-radius: 40px;
}
.blog-item .centered-img img {
	z-index: 1;
}
.blog-image-wrapper {
	height: 400px;
}
body:not(.woocommerce-page) .post-text-wrapper {
	height: 500px;
}
.post-thumb {
	border-radius: 40px;
}

/* Woocommerce Input */
.woocommerce-Input {
	background-color: transparent;
	border: 1px solid rgba(0, 27, 84, 1);
}

/* Woocommerce Forms - Login / Register */
.woocommerce form.login,
.woocommerce form.register {
	padding: 0;
}
#customer_login .woocommerce-button.button {
	padding: 15px 45px 15px 15px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

/* Filters */
#woocommerce-page-aside .wc-block-components-checkbox__label {
	color: #223b0b;
}
#woocommerce-page-aside
	.wc-block-components-checkbox
	.wc-block-components-checkbox__input[type="checkbox"] {
	border: 1px solid #223b0b;
}
#woocommerce-page-aside h3,
#woocommerce-page-aside .wp-block-woocommerce-filter-wrapper h3 {
	font-size: 20px;
}
#woocommerce-page-aside > h3:first-child {
	font-size: 30px;
	margin-bottom: 30px;
}
#woocommerce-page-aside .wc-block-product-categories__dropdown,
#woocommerce-page-aside .wc-block-product-categories select,
#woocommerce-page-aside .wc-block-product-categories select option {
	max-width: 100%;
	width: 100%;
	background-color: transparent;
	border: 0;
	padding-left: 0;
}
#woocommerce-page-aside .wc-block-product-categories__button {
	width: 30px;
	height: 30px;
	color: #fff;
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	background-color: #223b0b;
}

/* My Account Addresses */
.woocommerce-MyAccount-content .woocommerce-Addresses {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: start;
}

.woocommerce-customer-details .woocommerce-column address {
	min-height: 215px;
}
.woocommerce-MyAccount-content .woocommerce-Address:last-child {
	margin-left: auto;
}
.woocommerce-customer-details section {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	line-height: 1.25;
	transform: rotate(90deg);
}

/* Login Product Page */
.summary.details-wrapper a.login-to-upgrade {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
.summary.details-wrapper a.login-to-upgrade::before {
	content: "+";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	color: #fff;
	line-height: 20px;
	border-radius: 50%;
}

/* Posted In - Category */
.posted_in a,
.sku_wrapper span.sku {
	margin-left: 5px;
}

/* My Account */
.customer-login-fields {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.customer-login-fields .woocommerce-form-row {
	max-width: 49%;
	width: 100%;
}

/* Cart Table */
.woocommerce table.shop_table td.actions {
	text-align: left;
	border-top: 1px solid;
	padding-left: 25px;
}

/* Refresh Icon */
.woocommerce-cart table.cart .update-cart-icon img {
	width: 20px;
	height: 20px;
	margin-top: -2px;
	filter: grayscale(1) invert(1);
}

/* Order Receive - Page */
section.woocommerce-customer-details > p {
	display: none !important;
}

/* Mark */
.mark,
mark {
	padding: 0.1875em;
	background-color: #f2f7ec;
}

/* Account Dashboard */
.user-account-name span {
	display: block;
}

/* Forma Epistrofwn */
#wpforms-submit-243::before {
	left: -30px;
}



.single_variation .woocommerce-variation-price {
	margin: 20px 0;
}
.woocommerce div.product form.cart .variations {
	position: relative;
}
/* .woocommerce div.product form.cart .variations .rwwl-cta-after-form {
	position: absolute;
	right: 0;
	bottom: 0;
} */
.single-product.woocommerce div.product form.cart .variations td,
.single-product.woocommerce div.product form.cart .variations th {
	border: 0;
	line-height: 2em;
	vertical-align: top;
	display: table;
}
.product .variations select {
	background: #f2f7ec;
	box-shadow: none;
	border: none;
	padding: 10px;
}
.kgs-fresh {
	margin-top: 23px;
	position: absolute;
	margin-left: 5px;
}

/* Header Cart */
#site-header-cart .header-cart-total-amount {
	left: 10px;
	top: -35px;
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 15px;
}

#woocommerce-page-content .product-bottom-info {
	margin-top: 75px;
}

#woocommerce-page-content #tab-additional_information .woocommerce-product-attributes > div {
	display: inline-block;
	margin-right: 5%;
}

/* Checkout Fields */
.single-product .product-bottom-info {
	margin-bottom: 100px;
}
.single-product .summary.entry-summary.details-wrapper .product_meta {
	display: none;
}
#billing_company_field abbr.required,
#shipping_company_field {
	display: none;
}
.company_field_info {
	display: block;
	width: 100%;
	margin-top: 10px;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item,
.woocommerce-product-attributes .woocommerce-product-attributes-item p {
	margin: 0;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item {
	width: calc(33.333333% - 15px);
	padding: 15px;
	color: #223b0b;
	border-radius: 20px;
	background-color: #f2f7ec;
	margin: 0 15px 15px 0;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label {
	position: relative;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label::before {
	content: "i";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: #223b0b;
	border-radius: 50%;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item--sku {
	order: 1;
}
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight{
	order: 3;
}

.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_barcode{
	order: 2;
}
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_country-of-origin{
	order: 5;
}
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_nutrition-habits{
	order: 4;
}
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_pieces-per-box{
	order: 6;
}

/* Product Page - Brand */
#woocommerce-page-content .brand img {
	height: 85px;
	width: auto;
}

#main-cart .cart-collaterals .cart_totals td{
	background: none;
}

.woocommerce-cart .wc-proceed-to-checkout{
	padding-bottom: 0;
}

#ppcp-recaptcha-v2-container{
	display: none;
}
#main-cart .cart-collaterals .cart_totals.calculated_shipping {
	width: 100%;
	padding: clamp(35px,2.344vw,45px) clamp(30px,2.865vw,55px);
	background: #F5F5F5;
	border-radius: 5px;
}
#main-cart .woocommerce table.shop_table tr td{
	border: none;
}

#main-cart .woocommerce table.shop_table .product-remove{
	padding: 0;
	line-height: normal;
	font-size: 22px;
}
#main-cart .woocommerce table.shop_table .product-remove a{
	color: #001B54;
	opacity: 0.6;
	font-size: 25px;
}
#main-cart .cart_totals.calculated_shipping h2{
	font-size: clamp(20px ,1.6vw, 30px);
	line-height: normal;
	color:rgba(0, 27, 84, 1);
	font-weight: 400;
}

#main-cart .cart_totals.calculated_shipping tr {
	font-size: clamp(14px, 0.9vw, 18px);
	line-height: normal;
	color:rgba(0, 27, 84, 1);
	font-weight: 300;
	border: 0;
	display: block;
}

#main-cart #shipping_method.woocommerce-shipping-methods li{
	display: block;
	text-align: start;
}

#main-cart #shipping_method.woocommerce-shipping-methods .woocommerce-shipping-destination{
	text-align: left;
}

#main-cart .cart-collaterals .cart_totals table th{
	font-size: clamp(14px, 0.9vw, 18px);
	font-weight: 400;
	border: unset;
}
#main-cart .cart_totals.calculated_shipping td {
	text-align: start;
}
#main-cart .shop_table.shop_table_responsive{
	position: relative;
}

#main-cart .shop_table.shop_table_responsive:after{
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	border-bottom: 1px solid rgba(153, 153, 153, 0.5) ;
	display: none;
}

.woocommerce table.shop_table td.actions{
	padding: 40px 0;
}

#main-cart .qty-btn{
	width: 46px;
	height: 45px;
	background: #F5F5F5;
	border-radius: 42px;
}

#main-cart .cart-item-quantity .quantity {
	margin-left: 50px;
	
}
#main-cart .minus-button,
#main-cart .plus-button {
	left: 0;
	background: #F5F5F5;
	border-radius: 50%;
	color: #001B54;
}
#main-cart .plus-button {
	left: unset;
	right:  0;
}

#main-cart .quantity{
	min-width: 155px;
	max-width: 155px;
	text-align: center;
}
#main-cart table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	display: none;
}

#main-cart .cart-collaterals .cart_totals{
	background: #F5F5F5;
	width: 100%;
	border-radius: 5px;
	padding: clamp(30px, 2.34vw, 50px) clamp(20px, 2.86vw, 60px);
}

#main-cart  .cart-collaterals .cart_totals h2 {
	color:  #001B54;
	font-size: clamp(17px ,1.5vw, 28px);
	font-weight: 500;
	line-height: normal;
}
#main-cart  .cart-collaterals .cart_totals td{
	color: #001B54;
	font-size: clamp(14px, 0.9vw, 18px);
	font-weight: 700;
	line-height: normal
}

#main-cart .cart-collaterals .cart_totals table th{
	width: 100%;
}

#main-checkout form .form-row .input-text,
#main-checkout form .form-row  .select2-selection{
	border: 1px solid rgba(0, 27, 84, 0.70);
	background: transparent;
	border-radius: 4px;
	color:rgb(0, 27, 84);
}

#main-checkout form .form-row .input-text:focus-visible,
#main-checkout form .form-row  .select2-container--open .select2-selection {
	outline: 1px solid rgba(0, 27, 84, 1);
}
#main-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}

.select2-container.select2-container--open .select2-dropdown--below {
	border-top: unset;
	border-top: 1px solid #001B54 ;
}

#main-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #001B54;
}
#main-checkout form label {
	color: #001B54;
	font-size: clamp(14px, 0.9vw, 18px);
	font-weight: 500;
	line-height: normal;
}
#main-checkout form .woocommerce-billing-fields h3,
#main-checkout form .woocommerce-additional-fields h3{
	color:  #001B54;
	font-size: clamp(17px ,1.5vw, 28px);
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.56px;
}

#main-checkout #place_order {
	border-radius: 100px;
	background: #F15922;
	font-size: clamp(14px, 0.9vw, 18px);
	font-weight: 400;
	color: #F9F9FB;
	text-align: center;
	width: 266px;
	height: 55px;
	flex-shrink: 0;
}
#main-checkout #payment {
	background: unset;
	padding: 0;
}

#main-checkout #order_review{
	background: #F5F5F5;
	border-radius: 5px;
	padding: clamp(20px, 2.3vw, 45px);
}
#main-checkout .shop_table.woocommerce-checkout-review-order-table {
	color: #001B54;
	font-size: clamp(14px, 0.9vw, 18px);
	font-weight: 400;
	line-height: normal;
}
/* #main-checkout thead:not(.woocommerce-order-received #main-checkout thead),
#main-checkout .custom-coupon-form .woocommerce-info,
#main-checkout .payment_box.payment_method_cod {
	display: none !important;
} */
#main-checkout th.product-total ,
#main-checkout .product-total {
	text-align: end;
}  

#main-cart .cart_totals .shop_table.shop_table_responsive {
	border-top: 1px solid rgba(153, 153, 153, 0.5);
	border-bottom: 1px solid rgba(153, 153, 153, 0.5);
	border-radius:0; 
	padding: 1.5rem 0;
	margin-top: 1.5rem;
}
#main-cart .cart_totals .shop_table.shop_table_responsive,
#main-checkout .shop_table.woocommerce-checkout-review-order-table {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#main-cart .cart_totals .shop_table.shop_table_responsive tbody,
#main-checkout .shop_table.woocommerce-checkout-review-order-table tbody,
#main-checkout .shop_table.woocommerce-checkout-review-order-table thead,
#main-checkout .shop_table.woocommerce-checkout-review-order-table tfoot,
#main-checkout .shop_table.woocommerce-checkout-review-order-table th,
#main-checkout .shop_table.woocommerce-checkout-review-order-table td.product-name  {
	width: 100%;
}
#main-cart .woocommerce-shipping-destination {
	margin-top: 1rem;
}
 
/* #main-checkout .product-name */
#main-checkout .custom-coupon-form .form-row,
#main-checkout .custom-coupon-form .form-row button{
	width: 100%;
}
#main-checkout .custom-coupon-form .form-row button{
	background: rgb(241, 89, 34);
	color:#F5F5F5;
	text-align: center;
	padding: clamp(10px,1vw,20px) 0;
	border-radius: 100px;
}

#main-checkout .wc_payment_method label{
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  font-size: clamp(14px, 0.9vw, 18px);
  line-height: normal;
}
#shipping_method label{
	position: relative;
	width: 100%;
	padding-left: 30px;
	cursor: pointer;
	font-size: clamp(14px, 0.9vw, 18px);
	line-height: normal;
}
#shipping_method label > span {
	position: absolute;
	right: 0;
	top: 0;
}

#main-checkout .wc_payment_method label::before,
#main-checkout .wc_payment_method label:before,
#shipping_method  input[type="radio"] + label::before,
#shipping_method input[type="radio"] + label:before,
#shipping_method.only-csm-office-pickup input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 27, 84, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  -moz-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}


#main-checkout .wc_payment_method input[type="radio"]:checked + label::after,
#main-checkout .wc_payment_method input[type="radio"]:checked + label:after,
#shipping_method input[type="radio"]:checked + label::after,
#shipping_method input[type="radio"]:checked + label:after,
#shipping_method.only-csm-office-pickup input + label:after { 
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 27, 84, 1);
}


#main-checkout .wc_payment_method label:hover::before,
#main-checkout .wc_payment_method label:hover:before {
  border-color: rgba(0, 27, 84, 1);
}


#main-checkout .payment_box {
  margin-left: 30px;
  margin-top: 10px;
  padding: 10px;
  border-left: 2px solid rgba(0, 27, 84, 1);
  display: none;
}


#main-checkout .wc_payment_method input[type="radio"]:checked ~ .payment_box {
  display: block;
}

#main-checkout .woocommerce-checkout #payment div.form-row {
	padding: 1em 0;
}

#main-checkout .form-row.notes label {
	font-size: clamp(14px, 0.9vw, 18px);
	line-height: normal;
	font-weight: 500;
	color:rgba(0, 27, 84, 1);
	padding: 30px 0 15px 0;
	border-top:1px solid rgba(153, 153, 153, 0.5) ;
}
#main-checkout .woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0;
	padding: 1em 0;
}


#main-checkout .woocommerce table.shop_table tfoot tr.order-total{
	border-top:1px solid rgba(153, 153, 153, 0.5) ;
}

#main-checkout .woocommerce-checkout-review-order-table tfoot td{
	text-align: end;
}

/* Login */

.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
	color:  #001B54;
	font-size: clamp(14px, 0.9vw, 18px);
	font-weight: 500;
	line-height: normal;
}

.woocommerce-button.button.woocommerce-form-login__submit,
button#wpforms-submit-1768 {
	background: rgb(241, 89, 34);
	color:#F5F5F5;
	text-align: center;
	padding: clamp(10px,1vw,20px) 0;
	border-radius: 100px;
	width: 100%;
	border: none;
	height: auto;
}
/* Woocommerce Addresses */
.woocommerce-Addresses .woocommerce-Address-title.title {
	color:  #001B54;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
}

.woocommerce-Addresses .woocommerce-Address-title.title h2{
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
	padding-bottom: 20px ;
}
.woocommerce-Addresses .woocommerce-Address-title.title a {
	color: rgb(241, 89, 34);
	font-size: clamp(14px, 0.9vw, 18px);
}

.woocommerce-account .addresses .title .edit{
	float: none;
}


/* Form Fields */
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select,
.woocommerce-Input,
.select2-container--default .select2-selection--single {
	font-weight: 400;
	letter-spacing: normal;
	padding: .5em;
	display: block;
	background-color: transparent;
	border: 1px solid rgba(153, 153, 153, 0.2);
	border-radius: 0;
	color: #001B54;
	line-height: normal;
	margin: 10px 0;
}
 .woocommerce form .form-row .required {
	 color: #001B54;
 }
 
 
 /* Order Confirmation */
 .woocommerce-order-received .woocommerce-order-details,
 .woocommerce-order-received .woocommerce-customer-details {
	width: calc(100% - 10%);
	margin-left: auto;
	margin-right: auto;
 }
 
 .woocommerce-order-received #main-checkout .checkout-content,
 .woocommerce-order-received #main-checkout .checkout-content a  {
	color: #001B54; 
 }
 .woocommerce-order-received #main-checkout .checkout-content a {
	text-decoration-line: none !important;
 }
 
.woocommerce-order-received .woocommerce-table--order-details tfoot tr:nth-child(2) th,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr:nth-child(2) td{
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
}

.woocommerce-order-received .order_details  td:nth-child(2),
.woocommerce-order-received .order_details th:nth-child(2) {
	padding: 15px 20px 15px 0 ;
	vertical-align: middle;
	line-height: 1.5em;
	line-height: 40px;
	text-align: right;
}


.woocommerce-order-received table.shop_table tfoot tr:nth-child(2) th{
	padding-left: 10px;
}


.woocommerce-order-received .order_details tbody tr td{
	padding: 15px 0;
	vertical-align: middle;
	line-height: 1.5em;
	line-height: 40px;
}


/* Events MyAccount */
.event-date {
	background-color: rgb(241, 89, 34);
	color: rgb(249, 249, 251);
	padding: clamp(10px, 1vw, 20px);
	border-radius:100px;
}
.outlook-btn a{
	padding: clamp(10px, 1vw, 20px) clamp(20px, 3.6vw, 70px);
	border-radius:100px;
}
/* Woocommerce Error/Info */
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	padding: 0;
	background-color: transparent;
	color: rgb(0, 27, 84);
	border-top: unset;
	outline: unset;
}
.woocommerce-error{
	color: rgb(184, 28, 35);
}

.woocommerce-error::before, 
.woocommerce-info::before,
.woocommerce-message::before{
	display: none;
}

/* Custom Cart  */


.cart_totals  table tbody tr,
.cart-item-info .woocommerce-Price-amount.amount {
	color: rgb(0, 27, 84);
}

#main-cart .checkout-button.button, #main-cart .checkout-button.button:hover {
	border-radius: 100px;
	background: #F15922;
	display: inline-flex;
	float: right;
}


#main-cart .wc-proceed-to-checkout {
	display: block;
}

.custom-cart-coupon input,
.custom-cart-coupon input:focus-within{
	border: 1px solid rgba(0, 27, 84, 0.2);
	background: transparent;
	padding: 20px;
	color: rgba(0, 27, 84, 1);
	outline:none;
}

.custom-cart-coupon input::placeholder{
	font-size: 15px;
	color: rgba(0, 27, 84, 0.6);
	
}

.woocommerce-remove-coupon {
	color: rgb(0, 27, 84);
}

/* Mini-Cart */

.wc-block-mini-cart__empty-cart-wrapper{
	min-height: 400px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;	
}

#mini-cart-container {
	display: none;
	top:35px; 
	/* width:clamp(350px, 28.6vw, 550px);  */
	box-shadow:0 5px 15px rgba(0,0,0,0.2); 
	z-index:999; 
	padding: 45px 55px;
}
#mini-cart-container .remove_from_cart_button {
	float: right;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0;
	width: auto;
	height: 100%;
	box-shadow: none;
}

.wc-block-mini-cart__drawer.wc-block-components-drawer{
	background: #f5f5f5;
	opacity: 1;
}

/*******************************/
/* */
/*******************************/
/* Cart Page */
td.product-thumbnail .cart-item-thumb {
	width: 355px;
	height: 355px;
	text-align: center;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
	padding-top: 50px;
}

.home .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__icon path{
	fill: #fff;
}

.wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge{
	background: rgba(241, 89, 34, 1);
	font-size: 11px;
	padding: 10px;
}

.wc-block-mini-cart__button svg{
	display: none;
}
.wc-block-mini-cart__button {
	width: clamp(20px,1.354vw,26px);
	height: 30px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="30" viewBox="0 0 26 30" fill="none"><path d="M13 0C9.77295 0 7.12429 2.60066 7.12429 5.76923V6.92308H1.32203L1.24859 8.00481L0.0734463 28.774L0 30H26L25.9266 28.774L24.7514 8.00481L24.678 6.92308H18.8757V5.76923C18.8757 2.60066 16.227 0 13 0ZM13 2.30769C14.9463 2.30769 16.5254 3.85817 16.5254 5.76923V6.92308H9.47458V5.76923C9.47458 3.85817 11.0537 2.30769 13 2.30769ZM3.52542 9.23077H7.12429V12.6923H9.47458V9.23077H16.5254V12.6923H18.8757V9.23077H22.4746L23.5028 27.6923H2.49717L3.52542 9.23077Z" fill="%23001B54"/></svg>') no-repeat center center;
	background-size: contain;
	margin: 0 18px;
	position: relative;
}

.home .wc-block-mini-cart__button {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="30" viewBox="0 0 26 30" fill="none"><path d="M13 0C9.77295 0 7.12429 2.60066 7.12429 5.76923V6.92308H1.32203L1.24859 8.00481L0.0734463 28.774L0 30H26L25.9266 28.774L24.7514 8.00481L24.678 6.92308H18.8757V5.76923C18.8757 2.60066 16.227 0 13 0ZM13 2.30769C14.9463 2.30769 16.5254 3.85817 16.5254 5.76923V6.92308H9.47458V5.76923C9.47458 3.85817 11.0537 2.30769 13 2.30769ZM3.52542 9.23077H7.12429V12.6923H9.47458V9.23077H16.5254V12.6923H18.8757V9.23077H22.4746L23.5028 27.6923H2.49717L3.52542 9.23077Z" fill="%23001B54"/></svg>') no-repeat center center;
  background-size: contain;
}

.wp-block-woocommerce-mini-cart-title-items-counter-block{
	display: none;
}

.wc-block-components-drawer{
	height: 50vh!important;	
}

.wp-block-woocommerce-mini-cart-cart-button-block{
	border-radius: 30px;
}

.wc-block-components-drawer,
.wc-block-components-drawer__content {
	/* left: 97.3%!important; */
	/* width: clamp(400px,28.646vw,550px)!important; */
}

.wp-block-woocommerce-mini-cart-checkout-button-block.wc-block-mini-cart__footer-checkout {
	background: #F15922;
	color: #F9F9FB!important;
	border-radius: 30px;
}

.wc-block-mini-cart__footer-actions{
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-cart.outlined{
	box-shadow: none!important;
	background: white;
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
	color: #001B54;
}

.wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close svg{
	fill: #F15922!important;
	height: 25px;
	width: 25px;
	padding: 0 !important;
	min-height: auto!important;
	border: 1px solid #F15922;
	padding: 4px!important;
	border-radius: 50px;
	top: 36px;
}

.wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close {
	opacity: 1!important;
}

.wc-block-components-button.wc-block-components-drawer__close {
	top: clamp(16px,1.042vw,20px)!important;
}

.wp-element-button.wc-block-components-drawer__close::before {
  content: 'Close'; 
  margin-right: 5px; 
  font-size: 13px;
  font-family: Manrope;
  font-weight: 400;
}

.wp-block-woocommerce-mini-cart-items-block .wc-block-components-product-name{
	color: #001B54;
	font-size: clamp(15px,1vw,20px);
	line-height: 1!important;
	font-weight: 700;
	padding-right: 8px;
}

.wc-block-cart-items__row {
	position: relative;
}

.wc-block-cart-items__row{
	position: relative;
}

.wc-block-cart-items__row .wc-block-cart-item__remove-link {
	position: absolute;
	top: 17px;
	right: 12px;
}

.wc-block-cart-item__total{
	display: none!important;
}

.wp-block-woocommerce-mini-cart-footer-block.wc-block-mini-cart__footer,
.wp-block-woocommerce-mini-cart-items-block.wc-block-mini-cart__items,
.wp-block-woocommerce-filled-mini-cart-contents-block,
.wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title{
	background: #f5f5f5!important;
}

.wp-block-woocommerce-mini-cart-items-block,
.wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title,
.wp-block-woocommerce-mini-cart-footer-block.wc-block-mini-cart__footer {
	/* padding-inline: 52px!important; */
}


h2.wc-block-mini-cart__title{
	mask-image: none!important;
	background: #f5f5f5!important;
	/* margin: 64px 52px -32px!important; */
}

h2.wc-block-mini-cart__title .wp-block-woocommerce-mini-cart-title-label-block{
	font-size: clamp(22px,1.458vw,28px);
}

.wc-block-mini-cart__template-part{
	background: #f5f5f5!important;
	padding: clamp(20px,1.875vw,36px) clamp(2px,1.458vw,28px);
	height: auto!important;
	position: relative;
	z-index: 9;
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table {
	margin-bottom: auto;
	max-height: 300px;
	overflow-y: scroll;
}

.product-quantity .input-text.qty.text {
	/* text-indent: clamp(3px,0.677vw,13px); */
	text-indent: clamp(4px,0.677vw,13px);
	margin-left: 50px;
}
#main-cart .product-quantity .input-text.qty.text {
	margin-left: 0;
}

.woocommerce-cart-form__cart-item .product-quantity{
	width: 300px;
}

.wc-block-cart-item__remove-link {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0!important;
}

.wc-block-cart-item__remove-link::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M1 1L13 13M13 1L1 13" stroke="%23000" stroke-width="2"/></svg>') no-repeat center center;
  background-size: contain;
}


.woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount.amount{
	color: #001B54;
	font-weight: 600;
}

.woocommerce-cart-form__cart-item .short-desc{
	color: #001B54;
}

.wc-block-components-quantity-selector__input:focus,
.wc-block-components-quantity-selector__button:focus {
	outline: none !important;
	box-shadow: none !important;
}


/* === Κύριο wrapper === */
.wc-block-components-quantity-selector {
  display: inline-flex!important;
  align-items: center!important;
  justify-content: center!important;
  gap: 6px!important; /* Απόσταση ανάμεσα στα στοιχεία */
  border: none!important;         
  outline: none!important;           /* αφαιρεί το focus outline */
  box-shadow: none!important;
  margin-bottom: 0!important;
}

/* === Input (ο αριθμός) === */
.wc-block-components-quantity-selector__input {
  width: 35px!important;
  height: 38px!important;
  border-radius: 50%!important;
  background-color: #001B54!important; /* Μπλε */
  color: #fff!important; /* Λευκός αριθμός */
  border: none!important;
  text-align: center!important;
  font-size: 18px!important;
  font-weight: 600!important;
  outline: none!important;
  padding: 0!important;
  box-sizing: border-box!important;
}

/* Κρύβει τα default browser arrows (Chrome, Safari, Firefox) */
.wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.wc-block-components-quantity-selector__input::-webkit-outer-spin-button {
  -webkit-appearance: none!important;
  margin: 0!important;
}
.wc-block-components-quantity-selector__input[type=number] {
  -moz-appearance: textfield!important;
}

.wc-block-components-quantity-selector__button {
  width: 35px!important;
  height: 35px!important;
  font-weight: 400;
  border-radius: 50%!important;
  background-color: #fff!important; /* Ανοιχτό γκρι */
  color: #001B54!important;
  border: none!important;
  font-size: 20px!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  cursor: pointer!important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.1s ease!important;
  opacity: 1!important;
}

.wc-block-cart-item__product .wc-block-components-quantity-selector{
	width: 118px;
}
.wc-block-components-quantity-selector__button:active {
  transform: scale(0.95)!important;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector:after{
	display: none;
}χ

/* === Αν θέλεις πιο “καθαρό” look στο σύνολο === */
.wc-block-cart-item__quantity {
  display: flex!important;
  align-items: center!important;
  gap: 12px!important;
}


/* Custom Colors Attributes */
.pa-size-item,
.pa-color-item {
	cursor: pointer;
	width: 50px;
	height: 40px;
}

.product-name-above-img a{
	color: #001B54;
}

.product-short-description{
	/* max-width: 400px;
	max-height: 60px; */
	overflow: hidden;
	display: block;
	overflow-y: auto;
}

.wc-block-components-button:not(.is-link).outlined:hover{
	background-color: #001B54!important;
}

.wp-block-woocommerce-mini-cart-items-block.wc-block-mini-cart__items .wc-block-cart-items__row{
	display: inline-flex!important;
	width: 100%;
}
.wp-block-woocommerce-mini-cart-items-block.wc-block-mini-cart__items td.wc-block-cart-item__image a{
	background: #fff;
	min-width: clamp(60px,6.25vw,120px);
	max-width: clamp(60px,6.25vw,120px);
	max-height: clamp(60px,6.25vw,120px);
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.wp-block-woocommerce-mini-cart-items-block.wc-block-mini-cart__items td.wc-block-cart-item__image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wp-block-woocommerce-mini-cart-items-block.wc-block-mini-cart__items .wc-block-components-product-metadata__description{
	display: none;
}

.wp-block-woocommerce-mini-cart-items-block .wc-block-cart-item__wrap{
	padding-right: 20px;
}
.wc-block-cart-item__quantity::before{
	content: "Quantity:";
	margin-right: 20px;
	font-weight: 600;
	font-size: clamp(13px, 0.781vw, 15px);
}

.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus:disabled,
.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus:disabled,
#main-cart .woocommerce-cart-form #minus_btn:disabled,
#main-cart .woocommerce-cart-form #plus_btn:disabled {
  	opacity: 0.5!important;
	cursor: not-allowed!important;
}

.wp-block-woocommerce-mini-cart-items-block .wc-block-components-product-metadata{
	margin-bottom: 0!important;
}

.wp-block-woocommerce-mini-cart-items-block .wc-block-components-product-metadata .wc-block-components-product-details .wc-block-components-product-details__name{
	font-weight: 600;
	font-size: clamp(13px, 0.781vw, 15px);
}

.wp-block-woocommerce-mini-cart-items-block .wc-block-components-product-metadata .wc-block-components-product-details .wc-block-components-product-details__value{
	font-size: clamp(13px, 0.781vw, 15px);
}

.wp-block-woocommerce-mini-cart-items-block .wc-block-cart-item__prices{
	margin-bottom: 0!important;
}

.wc-block-cart-item__wrap .wc-block-components-product-details .wc-block-components-product-details__color{
	margin-bottom: 5px;
}

.price.wc-block-components-product-price::before{
	content: "Price:";
	margin-right: 20px;
	font-weight: 600;
	font-size: clamp(13px, 0.781vw, 15px);
}

.woocommerce-cart-form__cart-item.cart_item{
	padding-top: 20px;
}

.woocommerce a.remove{
	color: #001B54 !important;
	font-weight: 400!important;
	font-size: 25px !important;
}

.square-product-img-wrapper a {
	width: clamp(175px,12.24vw,235px);
	height: clamp(175px,12.24vw,235px);
	display: flex!important;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(237, 237, 237, 1);
}

.square-product-img-wrapper a img {
	max-height: clamp(100px,9.375vw,180px);	
}

.woocommerce .cart .button{
	white-space: nowrap;
}
.woocommerce-cart-form__contents button[name="update_cart"],
.woocommerce-cart-form__contents button[name="update_cart"]:disabled,
.woocommerce-cart-form__contents button[name="apply_coupon"] {
	font-weight: 400!important;
	font-size: clamp(14px, 0.9vw, 18px)!important;
	padding: 20px 50px!important;
	-webkit-font-smoothing: antialiased!important;
	color: #fff!important;
}

.woocommerce-cart-form__contents button[name="apply_coupon"]{
	width: 300px;
}

.woocommerce-cart-form__contents .input-text#coupon_code{
	text-indent: clamp(8px,1.042vw,20px);
	border-radius: 5px;
	font-size: 16px;
}

.woocommerce-cart-form__contents .input-text#coupon_code::placeholder{
	color: #001B54!important;
	opacity: 0.6;
}

.woocommerce-cart-form__contents .coupon{
	display: flex;
	position: relative;
}

.woocommerce-cart-form__contents .coupon p{
	position: absolute;
	bottom: -35px;
	left: 0;
}
.woocommerce-cart-form__contents .coupon input{
	width: 100%!important;
}

.woocommerce-cart .product-attribute{
	color: #001B54;
	font-size: clamp(14px, 0.9vw, 18px);
	line-height: 1;
}

.woocommerce-cart .position-relative.quantity {
	margin-top: 30px;
}

.filters-custom-btn {
	cursor: pointer;
}

.filters-custom-btn:hover svg{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.wc-filters-offcanvas {
	position: fixed;
	top: 0;
	/* left: -320px;
	width: 320px; */
	height: 100%;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	z-index: 99999;
	padding: 25px;
	overflow-y: auto;
	transition: left 0.3s ease;
}

.wc-filters-offcanvas.active {
	left: 0;
}

/* Filters */

.wc-filters-offcanvas .wc-block-product-categories{
	overflow: hidden;
}
.wc-filters-offcanvas h2{
	font-size: 25px;
	font-weight: 400;
	color: #001B54;
}
.wc-filters-offcanvas h3 {
	font-size: 18px;
	font-weight: 400;
	color: #001B54;
	margin-top: 50px!important;
	margin-bottom: 15px!important;
}

.wc-block-product-filter-price-slider__range .range-bar{
	height: 3px!important;
	margin-top: 1px;
}

.wc-block-product-filter-price-slider__range:before{
	background: black!important;
	height: 3px!important;
	top: 1px!important;
	border-radius: 50px;
} 

.wc-block-product-filter-price-slider .text input[type=text]{
	border: 0!important;
	padding:0!important;
}

.wc-block-product-filter-price-slider__right input{
	text-align: right;
}

.wc-filters-offcanvas{
	width: clamp(320px,25vw,480px);
	left: -100%;
	padding: clamp(20px,2.083vw,40px);
}

.wc-block-product-filter-chips__item{
	min-width: clamp(70px,6.25vw,120px);
	font-size: clamp(14px,0.938vw,18px)!important;
	border-color: #001B54!important;
	padding-block: clamp(4px,0.365vw,7px)!important;
}

.has-selected-chip-border-color .wc-block-product-filter-chips__item[aria-checked=true]{
	border-color: #F15922!important;
}

.wp-block-getwooplugins-attribute-filter.is-style-button .filter-item.selected{
	border: 3px solid #F15922!important;
	padding: 0;
	border-radius: 50px;
}

.wp-block-getwooplugins-attribute-filter.is-style-button .filter-item{
	border: 0;
}

.wp-block-getwooplugins-attribute-filter .filter-item .text{
	display: none;
}

.wp-block-getwooplugins-attribute-filter .filter-item .item{
	border:0;
}

:where(.wc-block-product-filter-chips__items){
	gap: clamp(10px,1.042vw,20px)!important;
}

.wp-block-getwooplugins-attribute-filter .filter-item.style-squared .item{
	border-radius: 50px;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.5);
}

.wp-block-getwooplugins-attribute-filter.is-style-button .filter-item{
	padding: 2px;
}

.wc-block-product-filter-checkbox-list__item {
	cursor: pointer;
	margin-bottom: 25px;
}

.filter-item-more a,
.wc-block-product-filter-checkbox-list__show-more,
.wc-block-product-filter-chips__show-more {
	color: #F15922!important;
	font-size: 14px!important;
	text-decoration: none!important;
}

.filter-item-more{
	flex: 0 0 100%;
}
	
.wp-block-woocommerce-product-filter-checkbox-list {
	font-size: 20px;
	font-weight: 500;
}








#main-cart .woocommerce .quantity .qty {
	text-indent: 0;
}

#main-cart .product-quantity input[type="number"]{
	
}

/* Chrome, Safari, Edge */
#main-cart .product-quantity input[type="number"]::-webkit-outer-spin-button,
#main-cart .product-quantity input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
#main-cart .product-quantity input[type="number"] {
	-moz-appearance: textfield;
}

#main-cart .product-quantity input[type="number"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}


#woocommerce-checkout-form-coupon .form-row{
	width: 100%;
}

#woocommerce-checkout-form-coupon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start; 
	flex-direction: column;
	padding: 0 ;
	width: 100%!important;
}

#woocommerce-checkout-form-coupon button{
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	padding: 22px;
}

#woocommerce-checkout-form-coupon #coupon_code_inline{
	
	text-indent: 10px;
	width: 100%;
	
}

#woocommerce-checkout-form-coupon #coupon_code_inline::placeholder{
	color: rgba(0, 27, 84, 0.7);
}

#main-cart .cart_totals.calculated_shipping h2{
	margin-bottom: 30px;
}



/* Filters */

#wc-filters-offcanvas .wc-filters-close{
	color: #F15922!important;
	font-size: clamp(20px,1.25vw,24px);
	border: 1px solid #F15922;
	width: clamp(25px,1.563vw,30px);
	height: clamp(25px,1.563vw,30px);
	border-radius: 50px;
	line-height: 1;
	font-weight: 300;
	top: clamp(20px,2.24vw,43px);
	right: clamp(20px,1.719vw,33px);
	z-index: 4;
	cursor: pointer;
	top: clamp(20px,2.083vw,40px);
	right: clamp(20px,2.083vw,40px);
	position: absolute;
	background: none;
}


:where(.wc-block-product-filters) .wc-block-product-filters__overlay-content{
	gap:0!important;
}

.wc-block-product-categories-list--depth-0 {
	padding-left: 0 !important;
	list-style-type: none;
}

.wc-block-product-categories-list ul{
	list-style-type: none;
}

.wc-block-product-categories-list .wc-block-product-categories-list-item {
	position: relative;
	width: 100%;
	/* margin-bottom: clamp(10px,1.563vw,30px); */
}
.wc-block-product-categories-list .wc-block-product-categories-list-item > .category-toggle,
.wc-block-product-categories-list .wc-block-product-categories-list-item  .category-toggle {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: none;
	z-index: 4;
}

.wc-block-product-categories-list .wc-block-product-categories-list-item{
	position: relative;
	width: 100%;
	margin-top: 10px;
}

 .wc-block-product-categories-list .wc-block-product-categories-list-item > a{
	margin-top: 10px;
}

.wc-block-product-categories-list .wc-block-product-categories-list-item > a {
	color: #001B54;
	position: relative;
	width: 100%;
	font-size: clamp(15px,1.042vw,20px);
	font-weight: 400;
}

.category-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.toggle-svg {
  max-width: clamp(23px,1.458vw,28px);
  /* max-height: clamp(23px,1.458vw,30px); */
  /* width: 100%; */
}

.toggle-icon {
  transition: transform 0.35s ease;
  transform-origin: center;
}


#wc-filters-offcanvas .custom-color-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

#wc-filters-offcanvas .color-swatch-link {
	display: inline-block;
	text-decoration: none;
}

#wc-filters-offcanvas .color-swatch-link.active .color-swatch{
	border: 3px solid #F15922;
	border-radius: 50px;
}

#wc-filters-offcanvas .color-swatch {
	display: block;
	width: clamp(28px,1.823vw,35px);
	height: clamp(28px,1.823vw,35px);
	border-radius: 50%;
	border: 1px solid #ddd;
	transition: transform 0.2s;
}

#wc-filters-offcanvas .color-swatch-link:hover .color-swatch {
	transform: scale(1.1);
	box-shadow: 0 2px 12.8px rgba(0, 0, 0, 0.12);
}

.wc-block-product-categories-list > .wc-block-product-categories-list-item.active > a,
.wc-block-product-categories-list .wc-block-product-categories-list-item .children .wc-block-product-categories-list-item.active > a{
	font-weight: 700!important;
}


/* --- LEVEL 0: Parents (ΜΠΛΕ) --- */
.wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item > a {
	color: #001B54;
	position: relative;
	width: 100%;
	font-size: clamp(15px,1.042vw,20px);
	font-weight: 400;
}

/* --- LEVEL 1: First children (ΠΡΑΣΙΝΟ) --- */
.wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item > a {
	color: #001B54;
	position: relative;
	width: 100%;
	font-size: clamp(15px,1.042vw,20px);
	font-weight: 400;
}

/* --- LEVEL 2: Children of children (ΚΟΚΚΙΝΟ) --- */
.wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item > a {
	color: #001B54;
	position: relative;
	width: 100%;
	font-size: clamp(15px,1.042vw,20px);
	font-weight: 400;
}


.wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item > a,
.wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item > a {
	margin-bottom: 0;
}

.wc-block-product-categories-list .wc-block-product-categories-list-item.open > .category-toggle .toggle-icon {
  transform: rotate(405deg);
}

/* .wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item > a {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.45s ease, opacity 0.35s ease;
} */

.wc-block-product-categories-list-item.open > ul.wc-block-product-categories-list--depth-1 {
  max-height: 1000px;
  opacity: 1;
}



/* Size Tooltip */
.preorder-status svg {
	height: 12px;
	margin-right: 5px;
	margin-top: -2.5px;
}
.single-product .pa_size-box {
	position: relative;
}
.single-product .pa_size-box:not(.no-stock):hover::after {
	content: attr(data-value);
	position: absolute;
	bottom: 118%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(241,89,34,0.9);
	color: #fff;
	padding: 6px 10px;
	font-size: 14px;
	border-radius: 6px;
	white-space: nowrap;
	z-index: 9999;
	opacity: 1;
	pointer-events: none;
	text-transform: uppercase;
	font-weight: 500;
	/* -webkit-font-smoothing: antialiased; */
}

.single-product .pa_size-box:not(.no-stock):hover::before {
	content: "";
	position: absolute;
	bottom: 92%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: rgba(241,89,34,0.9) transparent transparent transparent; 
	z-index: 9999;
}

/* Sale Badge */
body.page-id-157 span.onsale,
body.page-template-template-home span.onsale,
.woocommerce span.onsale,
body.search-results span.onsale {
	min-height: unset;
	min-width: unset;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	padding: 10px;
	margin: 0;
	border-radius: 2.5px;
	background-color: #F15922;
	z-index: 9;
}
body.woocommerce.archive span.onsale,
body.search-results span.onsale {
	z-index: 1;
}
body.page-template-template-home span.onsale,
.woocommerce span.onsale,
body.search-results span.onsale {
	position: relative;
	top: 0;
	left: 0;
	margin-right: 15px;
	margin-bottom: 15px;
}
body.page-id-157 .product-badget-wrap,
body.page-template-template-home .product-badget-wrap,
.woocommerce .product-badget-wrap,
body.single-product.woocommerce div#also-products .product-badget-wrap,
body.search-results .product-badget-wrap {
	position: absolute;
	left: 10px;
	top: 10px;
	padding-right: 60px;
}
body.single-product.woocommerce .product-badget-wrap {
	top: 30px;
	left: 30px;
}

.rwwl-out-of-stock {
	color: #F15922;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 15px;
}
.single_variation_wrap .rwwl-wrapper {
	margin-top: clamp(20px, 2.6vw, 50px);
}

/* Variation Size - SVG */
.pa_size-box svg {
	display: none;
}

.woocommerce a.remove {
	opacity: 1;
	color: #F15922;
}
.woocommerce a.remove:hover {
	background: #F15922;
}
.cart-item-pickup-date-under-thumb {
	line-height: 1.25;
}

#main-cart .product-subtotal span.woocommerce-Price-amount.amount {
	display: none;
}
#main-cart .product-subtotal .product-remove {
	position: absolute;
	right: 0;
	top: 57.5px;
}
#main-cart .cart-item-short-description {
	max-width: calc(100% - 225px - clamp(175px,12.24vw,235px));
	width: 100%;
	margin-left: auto;
	text-align: left;
}
#main-cart .cart-product-right {
	width: 175px;
}
#main-cart .woocommerce-cart-form__cart-item .product-quantity {
	width: 100%;
}

body.single-product p.preorder-status {
	display: none;
}

main#main-checkout .woocommerce-info {
	background: #f9f9fb;
	margin-bottom: 0;
	padding: 20px clamp(18px, 1.823vw, 35px) !important;
	border-top: 3px solid #f15922;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
	font-size: clamp(14px, 0.938vw, 18px);
	
}
main#main-checkout .woocommerce-info,
main#main-checkout .woocommerce-message,
main#main-checkout .woocommerce-error li {
	margin: 30px 0 !important;
}
.woocommerce-checkout .checkout-links {
	display: none;
}

/* Quick Buy Modal */
/* Modal overlay */
.quick-view-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 27, 84, .65);
	z-index: 9998;
}

/* Modal itself */
div#quick-view-modal.quick-view-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	z-index: 9999;
	width: 60%;
	max-width: 600px;
	overflow: auto;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 27, 84, 0.35);
}
div#quick-view-modal .close-modal,
.rwwl-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #F15922;
	color: #fff;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
}
div#quick-view-modal div#item-accordion {
	display: none;
}
div#quick-view-modal .woocommerce-variation-add-to-cart.variations_button {
	margin-top: 3rem;
}
.product-hover-actions .quick-view-button {
	top: clamp(-10px, 1.7vw, -33px);
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	padding: 12.5px 10px;
	border: 0;
	box-shadow: none;
	background-color: #F15922;
	left: 0;
}
/* Quick view - Waiting List */
#quick-view-modal label.rwwl-email-label {
	flex: 0 0 100%;
	margin-bottom: 15px;
}
div#rwwl-modal button.button.rwwl-submit.rwwl-submit,
#quick-view-modal button.button.rwwl-submit.rwwl-submit {
	width: 100%;
}
#quick-view-modal .rwwl-inline-form {
	border-radius: 10px;
}
div#rwwl-modal .rwwl-modal-content {
	padding: 30px 20px;
	border-radius: 10px;
}