/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/



html {
	font-size: 0.07vw;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
	background-color: #FBFBFB;
  font-family: "Inter", sans-serif;
}

input:focus-visible,
textarea:focus-visible {
  outline: none !important;
}

header {
	z-index: 50;
  width: 	100%;
}

.header-mobile-menu #menu-main_nl-1 > li:nth-child(1) {
  display: none;	
}

.sub-menu {
  overflow: hidden;
}

.woocommerce-Price-currencySymbol {
  margin-left: 6px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

input[type="checkbox"] {
  accent-color: #C5E4BC;
  width: 20px;
  height: 20px;
  top: 3.5px;
  position: relative;
}

[type="submit"] {
 transition-duration: .3s;
}
  
form .form-group [type="submit"]:hover {
	background-color: #002D15;
}

.product-slide__price .woocommerce-Price-amount.amount {
  margin-left: 0;
}


@media (max-width: 600px) {
  
  .woocommerce-Price-currencySymbol {
		margin-left: .4vw;
  }
  
}

@media (min-width: 1300px) and (max-width: 1430px) {
    
  .main-container {
    padding-left: 30px !important	;
    padding-right: 30px !important	;
  }
	
}

@media (max-width: 450px) {
 	
  .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
}

@media (max-width: 380px) {

  #brxe-nrszbg {
    width: 110px;	
  }

  .mobile-nav-menu .bricks-nav-menu > li > a,
  .mobile-nav-menu .bricks-nav-menu > li > .brx-submenu-toggle > * {
    font-size: 20px !important;
  }

  .mobile-nav-menu .bricks-nav-menu .sub-menu > li > a {
    font-size: 17px !important;
    line-height: 1.6 !important;
  }

}





.main-container {
	margin-left: auto;
	margin-right: auto;
}

.vf-user-account-section {
	margin-top: 18px;
}

.vf-user-account-section__container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	column-gap: 30px;
}

.vf-user-account-section__right {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.tinv-wishlist .tinv-header {
	display: none;
}

@media (max-width: 991px) {

	.vf-user-account-section__container {
	flex-direction: column;
	row-gap: 30px;
	}

}




/* Shopping cart */


.shopping-cart-box__right .cart-subtotal th,
.shopping-cart-box__right .cart-subtotal td {
	padding-bottom: 0;
}

.shopping-cart-box__right .cart-discount td {
	display: flex;
	justify-content: flex-end;
}

.shopping-cart-box__right .cart-discount th {
  color: #5E5E5E;
  font-size: 20px;
  font-weight: 700;
}

.vf-company-field {
  display: block;
}

.woocommerce-checkout .form-row-first {
  float: left;
  width: 48%;
  clear: none;
}

.woocommerce-checkout .form-row-last {
  float: right;
  width: 48%;
  clear: none;
}

.woocommerce-checkout .form-row-wide {
  clear: both;
  width: 100%;
}

.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select {
  width: 100%;
}

.woocommerce-checkout .woocommerce .form-row-first,
.woocommerce-checkout .woocommerce .form-row-last,
.woocommerce-checkout .woocommerce .form-row-wide {
  margin-bottom: 24px;
}

@media (max-width: 767px) {

	.woocommerce-checkout .form-row-first,
	.woocommerce-checkout .form-row-last {
		width: 100%;
	}

}


body.bricks-is-frontend :focus-visible {
  outline: none;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: #EFF6ED;
  border-radius: 24px;
  color: #144209;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  line-height: 1.54;
  font-weight: 500;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-error,
.woocommerce-info {
  width: 95%;
  max-width: 1380px;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
}

body .woocommerce-mini-cart__buttons .wc-forward,
.woocommerce-notices-wrapper .woocommerce-message .wc-forward,
.woocommerce-notices-wrapper .woocommerce-message .restore-item  {
  background-color: #131313 !important;
  border-color: #131313 !important;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter";
  color: #fff;
  text-transform: capitalize;
  padding-top: 1px;
  padding-bottom: 1px;
  transition-duration: .3s;
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap;
}

body .woocommerce-mini-cart__buttons .wc-forward:hover,
.woocommerce-notices-wrapper .woocommerce-message .wc-forward:hover,
.woocommerce-notices-wrapper .woocommerce-message .restore-item:hover {
  background-color: #144209 !important;
  border-color: #144209 !important;
}



@media (max-width: 600px) {

  .woocommerce-notices-wrapper.brxe-container,
  .woocommerce-notices-wrapper:not(:empty) {
    margin-top: 18px;
    margin-bottom: 0;
  }

  .woocommerce-notices-wrapper .woocommerce-message .wc-forward,
  body .woocommerce-mini-cart__buttons .wc-forward {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    height: 40px;
  }

  .woocommerce-notices-wrapper .woocommerce-message {
    font-size: 15px;
  }

  .brxe-woocommerce-mini-cart .cart-detail .widget_shopping_cart_content {
    padding: 20px;
  }

  .brxe-woocommerce-mini-cart .cart-detail {
    max-width: 89dvw;
  }

  .brxe-woocommerce-mini-cart .cart-detail li a {
    line-height: 1.25;
  }

  .brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons {
    gap: 10px;
  }

}




/* order received */

.woocommerce-order-details__title,
.woocommerce-column__title {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #144209;
  font-family: "Outfit", sans-serif;
}


@media (max-width: 767px) {

	.woocommerce-order-details__title,
	.woocommerce-column__title {
		font-size: 20px;
	}

	.woocommerce-columns--addresses {
		flex-direction: column;
		row-gap: 15px;
	}

}


.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  margin-top: 0;
}

#customer_details label {
  color: #000;
  font-family: "Outfit", Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
}


#customer_details select,
#customer_details input {
  border-radius: 40px;
  border-color: #C0C0C0;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 154%; 
  color: #000;
  padding: 10px 18px;
}

#customer_details select::placeholder,
#customer_details input::placeholder {
  color: #636C64;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border: 1px solid transparent;
}


.woocommerce-checkout-review-order-table .product-name {
  border-bottom: none !important;
}





/* Shipping Methods */

.vf-checkout-shipping-methods {
  margin-top: 0;
}

.vf-checkout-shipping-methods__title {
  margin-bottom: 20px;
  color: #000;
  font-family: "Outfit", Arial;
  font-size: 18px;
  font-weight: 600;
  line-height: 154%;
}

.vf-checkout-shipping-methods ul#shipping_method {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vf-checkout-shipping-methods ul#shipping_method li {
	position: relative;
	min-height: 64px;
	padding: 0;
	border: 1px solid #d8d8d8;
	border-radius: 24px;
	transition-duration: .3s;
}

.vf-checkout-shipping-methods ul#shipping_method li:hover {
	background-color: #EFF6ED;
}

.vf-checkout-shipping-methods ul#shipping_method li:has(input:checked) {
	border-color: #131313;
}

.vf-checkout-shipping-methods ul#shipping_method li input {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 2;
	width: 16px;
	height: 16px;
	margin: 0;
	transform: translateY(-50%);
	cursor: pointer;
}

.vf-checkout-shipping-methods ul#shipping_method li label {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 64px;
	margin: 0;
	padding: 32px 20px 32px 58px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.woocommerce-shipping-methods {
  color: #000;
  font-family: "Outfit", Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 154%;
}

ul.woocommerce-shipping-methods li {
  margin-bottom: 0;
}

.woocommerce-Price-amount.amount {
  margin-left: 5px;
}

.vf-checkout-shipping-methods ul#shipping_method li input[type="radio"] {
	accent-color: #131313;
}

.woocommerce-checkout-review-order .vf-checkout-product {
  border-bottom: none;
}

.woocommerce-checkout-review-order th,
.woocommerce-checkout-review-order td {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px
}



.checkout-cart-section__right .woocommerce-checkout-review-order th,
.checkout-cart-section__right .woocommerce-checkout-review-order td {
  padding-top: 10px;
  padding-bottom: 10px
}

.checkout-cart-section__right .woocommerce-checkout-review-order .woocommerce-Price-amount,
.checkout-cart-section__right .vf-checkout-shipping-total,
.checkout-cart-section__right .woocommerce-checkout-review-order .order-total .woocommerce-Price-amount,
.checkout-cart-section__right .woocommerce-checkout-review-order .order-total th {
	color: #000;
	font-family: "Outfit", Arial;
	font-style: normal;
	font-weight: 600;
	line-height: 1.55;
}

.checkout-cart-section__right .woocommerce-checkout-review-order .woocommerce-Price-amount,
.checkout-cart-section__right .vf-checkout-shipping-total {
	font-size: 20px;
}

.checkout-cart-section__right .woocommerce-checkout-review-order .order-total .woocommerce-Price-amount,
.checkout-cart-section__right .woocommerce-checkout-review-order .order-total th {
	font-size: 24px;
}

.checkout-cart-section__right .vf-checkout-shipping-total {
	border-bottom: 1px solid #E6E6E6;

}

.checkout-cart-section__right .order-total th,
.checkout-cart-section__right .order-total td {
	padding-top: 10px;
}

.checkout-cart-section__right .shop_table tfoot {
  border-bottom: none;
}

.checkout-cart-section__right .vf-checkout-cart-item {
	border-bottom: 1px solid #E6E6E6;
}







.brxe-woocommerce-checkout-order-review .cart-subtotal th,
.brxe-woocommerce-checkout-order-review .vf-checkout-shipping-total th,
.brxe-woocommerce-checkout-order-review .order-total th {
  color: #5E5E5E;
  font-family: "Inter", Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 1.25;
}

.brxe-woocommerce-checkout-order-review .cart-subtotal td,
.brxe-woocommerce-checkout-order-review .vf-checkout-shipping-total td,
.brxe-woocommerce-checkout-order-review .order-total td {
  display: flex;
  justify-content: flex-end;
}

.vf-checkout-continue-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 62px;
	margin-top: 30px;
	padding: 0 24px;
	border-radius: 100px;
	background: #131313;
	color: #FFF;
	font-family: "Outfit", Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.55;
	cursor: pointer;
	transition-duration: .3s;
}

.vf-checkout-continue-button:hover {
	background-color: #144209;
}







/* Woocommerce Checkout */

.woocommerce-checkout-review-order-table thead {
	display: none;
}

.woocommerce-checkout-review-order-table .vf-checkout-cart-item .product-name {
	padding: 0;
}

.vf-checkout-product {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 10px 0 10px;
	border-bottom: 1px solid #e5e5e5;
}

.vf-checkout-product__image {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	border-radius: 12px;
	overflow: hidden;
	background-color: #f4f4f4;
}

.vf-checkout-product__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vf-checkout-product__content {
	min-width: 0;
}

.vf-checkout-product__title {
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	color: #000000;
}

.vf-checkout-product__quantity label {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
	color: #9d9d9d;
}

.checkout-cart-section__left__title,
.vf-checkout-payment-methods__title {
	color: #000;
	font-family: "Outfit", Arial, sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 30px;
}


@media (max-width: 600px) {

	.checkout-cart-section__left__title,
	.vf-checkout-payment-methods__title {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.vf-checkout-continue-button {
		min-height: 50px;
		font-size: 18px;
		margin-top: 20px;
	}

	.vf-checkout-shipping-methods ul#shipping_method li label {
		padding-left: 50px;
		min-height: 85px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.vf-checkout-shipping-methods ul#shipping_method li {
		border-radius: 34px;
	}

}



/* Payment Methods */

.woocommerce-checkout-payment {
	padding: 0;
	border: none;
}

.vf-checkout-payment-methods #payment {
	background: transparent;
}

.vf-checkout-payment-methods .wc_payment_methods {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.vf-checkout-payment-methods .wc_payment_method {
	position: relative;
	display: grid;
	grid-template-columns: 16px auto 1fr;
	align-items: center;
	column-gap: 14px;
	min-height: 54px;
	margin: 0;
	padding: 23px 20px;
	border: 1px solid #d8d8d8;
	border-radius: 50px;
	background-color: #ffffff;
	list-style: none;
	transition-duration: .3s;
	cursor: pointer;
	overflow: hidden;
}

.vf-checkout-payment-methods .wc_payment_method:hover,
.vf-checkout-payment-methods .wc_payment_method:has(input:checked) {
	border-color: #131313;
}

.vf-checkout-payment-methods .wc_payment_method input[type="radio"] {
	position: relative;
	z-index: 3;
	grid-column: 1;
	width: 16px;
	height: 16px;
	margin: 0;
	cursor: pointer;
	accent-color: #131313;
}

.vf-checkout-payment-methods .wc_payment_method label {
	position: static;
	grid-column: 2;
	margin: 0;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	color: #000000;
	cursor: pointer;
	white-space: nowrap;
}

.vf-checkout-payment-methods .wc_payment_method label::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
	cursor: pointer;
}

.vf-checkout-payment-methods .payment_box {
	position: relative;
	z-index: 1;
	grid-column: 3;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #666666;
	font-size: 14px;
	line-height: 1.4;
	pointer-events: none;
}

.vf-checkout-payment-methods .payment_box::before {
	display: none;
}

.vf-checkout-payment-methods .payment_box p {
	margin: 0;
}

.vf-checkout-payment-methods .woocommerce-privacy-policy-text {
	margin-top: 24px;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}

.vf-checkout-payment-methods .place-order {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 24px;
	padding: 0;
}

.vf-checkout-payment-methods .woocommerce-terms-and-conditions-wrapper {
	grid-column: 1 / -1;
}

.vf-checkout-payment-methods .vf-checkout-back-button,
.vf-checkout-payment-methods #place_order {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	border-radius: 50px;
	font-family: "Outfit", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 154%;
	cursor: pointer;
	transition-duration: .3s;
}

.vf-checkout-payment-methods .vf-checkout-back-button {
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
	color: #000000;
}

.vf-checkout-payment-methods .vf-checkout-back-button:hover {
	border-color: #131313;
}

.vf-checkout-payment-methods #place_order {
	border: 1px solid #131313;
	background-color: #131313;
	color: #ffffff;
}

.vf-checkout-payment-methods #place_order:hover {
	background-color: #144209;
	border-color: #144209;
}

.vf-checkout-payment-methods #ppc-button-ppcp-applepay,
.vf-checkout-payment-methods #ppc-button-ppcp-googlepay,
.vf-checkout-payment-methods input[type="hidden"] {
	grid-column: 1 / -1;
}

@media (max-width: 767px) {

	.vf-checkout-payment-methods .wc_payment_method {
		grid-template-columns: 16px 1fr;
		border-radius: 24px;
	}

	.vf-checkout-payment-methods .wc_payment_method label {
		grid-column: 2;
		white-space: normal;
	}

	.vf-checkout-payment-methods .payment_box {
		grid-column: 2;
		margin-top: 0;
	}

	.vf-checkout-payment-methods .wc_payment_method label::after {
		inset: 0;
	}

	.vf-checkout-payment-methods .place-order {
		grid-template-columns: 1fr;
	}

	.vf-checkout-payment-methods .wc_payment_method {
		padding: 18px;
	}

	.vf-checkout-payment-methods .vf-checkout-back-button,
	.vf-checkout-payment-methods #place_order {
		min-height: 50px;
		font-size: 18px;
	}

	.vf-checkout-payment-methods .woocommerce-privacy-policy-text {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 12px;
	}

}









/* User account */

.account-menu__logout {
	margin-top: 18px;
	display: flex;
	width: 100%;
	color: #D14343;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	transition-duration: .3s;
}

.account-menu__logout::before {
	content: '';
	top: 0;
	position: relative;
	width: 24px;
	display: inline-flex;
	height: auto;
	aspect-ratio: 1/1;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.78007 3.6H5.07419C4.51256 3.6 3.97392 3.82125 3.57679 4.21507C3.17965 4.6089 2.95654 5.14304 2.95654 5.7V18.3C2.95654 18.857 3.17965 19.3911 3.57679 19.7849C3.97392 20.1787 4.51256 20.4 5.07419 20.4H8.78007M9.04326 12H21.0433M16.4581 16.8L21.0433 12L16.4581 7.2' stroke='%23D14343' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 7px;
}

.account-menu__logout:hover {
	filter: brightness(80%);
}





/* Account - Profile page */

.woocommerce-account:not(.woocommerce-orders):not(.woocommerce-edit-account):not(.woocommerce-edit-address) .woocommerce-MyAccount-content > p {
	display: none;
}

.vf-account-dashboard {
	display: flex;
	flex-direction: column;
	row-gap: 35px;
}

.vf-account-form {
	padding: 28px;
	border-radius: 28px;
	background-color: #ffffff;
	box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
}

.vf-account-form__title {
	margin-bottom: 28px;
	font-family: "Outfit", sans-serif;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.54;
}

.vf-account-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.vf-account-form__field {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.vf-account-form__field--full {
	grid-column: 1 / -1;
}

.vf-account-form__label {
	font-family: "Outfit", sans-serif;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.54;
}

.vf-account-form__input {
	width: 100%;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid #b8b8b8;
	border-radius: 999px;
	background-color: #ffffff;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}

.vf-account-form__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: 24px;
	padding: 10px 22px;
	border: 1px solid #000000;
	border-radius: 999px;
	background-color: #000000;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
	cursor: pointer;
	transition-duration: .3s;
}

.vf-account-form__button:hover {
   background-color: #144209;
}

@media (max-width: 600px) {
	.vf-account-form {
		padding: 24px 18px;
		border-radius: 20px;
	}

	.vf-account-form__grid {
		grid-template-columns: 1fr;
	}

	.vf-account-form__field--full {
		grid-column: auto;
	}

	.vf-account-form__button {
		width: 100%;
	}
}






body .vf-checkout-step-hidden {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

.vf-checkout-payment-methods {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}

.vf-checkout-payment-methods--hidden {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
}




/* orders custom layout */

.vf-account-orders {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.vf-account-order-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 32px;
	border-radius: 30px;
	background-color: #ffffff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.vf-account-order-card__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.vf-account-order-card__top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
}

.vf-account-order-card__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #000000;
	font-family: "Outfit", sans-serif;
}

.vf-account-order-card__status {
	padding: 6px 15px;
	border: 1px solid #76b46e;
	border-radius: 999px;
	background-color: #d8f0d2;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #225c1f;
}

.vf-account-order-card__date,
.vf-account-order-card__count {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #666666;
}

.vf-account-order-card__actions {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-left: auto;
}

.vf-account-order-card__total {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #000000;
	white-space: nowrap;
}

.vf-account-order-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 86px;
	min-height: 36px;
	padding: 8px 20px;
	border: 1px solid #9F9F9F;
	border-radius: 999px;
	background-color: transparent;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	color: #000000;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 150px;
}

.vf-account-order-track__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 86px;
	min-height: 36px;
	padding: 8px 20px;
	border: 1px solid #131313;
	border-radius: 999px;
	background-color: #131313;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 150px;
	transition-duration: .3s;
}

.vf-account-order-card__button:hover {
	background-color: #024905;
	color: #ffffff;
	border-color: #024905;
}

.vf-account-order-track__button:hover {
	background-color: #024905;
}

.vf-account-order-card__actions__left {
	display: flex;
	flex-direction: column;
	row-gap: 14px;
}

@media (max-width: 600px) {

	.vf-account-order-card {
		padding: 28px;
		padding-bottom: 5px;
		flex-direction: column;
		row-gap: 0;
	}

	.vf-account-order-card__title {
		font-size: 20px;
		font-weight: 600;
	}

	.vf-account-order-card__status {
		font-size: 14px;
	}

	.vf-account-order-card__content {
		width: 100%;
	}

	.vf-account-order-card__actions {
		margin-left: 0;
		width: 100%;
		flex-direction: column;
		align-items: flex-end;
		top: -25px;
		position: relative;
	}

	.vf-account-order-card__actions__left {
		width: 100%;
		display: flex;
		flex-direction: row;
		column-gap: 20px;
		align-items: center;
		justify-content: space-between;
	}

	.woocommerce-Price-amount {
		font-weight: 600;
	}

	.vf-account-order-card__button,
	.vf-account-order-track__button {
		width: 50%;
	}

}


@media (max-width: 400px) {

	.vf-account-order-card__actions__left {
		column-gap: 10px;
	}

	.vf-account-order-card__button, .vf-account-order-track__button {
      font-size: 14px;
	  white-space: nowrap;
	  text-align: center;
    }



}




/* orders popup */

.vf-order-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.vf-order-popup--active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.vf-order-popup__overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.45);
}

.vf-order-popup__content {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(528px, calc(100% - 32px));
	max-height: calc(100dvh - 48px);
	padding: 8px;
	overflow: hidden;
	border-radius: 24px;
	background-color: #ffffff;
}

.vf-order-popup__inner {
	flex: 1;
	min-height: 0;
	max-height: 100%;
	padding: 20px;
	padding-right: 16px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #b8b8b8 transparent;
}

.vf-order-popup__inner::-webkit-scrollbar {
	width: 5px;
}

.vf-order-popup__inner::-webkit-scrollbar-track {
	background-color: transparent;
}

.vf-order-popup__inner::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background-color: #b8b8b8;
}

.vf-order-popup__inner::-webkit-scrollbar-thumb:hover {
	background-color: #8f8f8f;
}

.vf-order-popup__title {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	font-family: "Outfit", sans-serif;
}

.vf-order-popup__subtitle {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #66706a;
}

.vf-order-popup__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid #dddddd;
}

.vf-order-popup__summary-total {
	font-size: 26px;
	font-weight: 600;
	color: #000000;
}

.vf-order-popup__label {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #66706a;
}

.vf-order-popup__status {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background-color: #ffd9d9;
	font-size: 15px;
	font-weight: 600;
	color: #8b1e1e;
}

.vf-order-popup__section {
	margin-bottom: 28px;
}

.vf-order-popup__section:last-child {
	margin-bottom: 0;
}

.vf-order-popup__section-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #082d14;
	font-family: "Outfit", sans-serif;
}

.vf-order-popup__box {
	padding: 24px 20px;
	border-radius: 22px;
	background-color: #f3f8f2;
	flex-direction: column;
	display: flex;
	row-gap: 6px;
}

.vf-order-popup__product {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.vf-order-popup__product-title,
.vf-order-popup__product-price,
.vf-order-popup__text {
	font-size: 16px;
	font-weight: 500;
	color: #082d14;
	font-family: "Outfit", sans-serif;
}

.vf-order-popup__product-meta {
	margin-top: 0;
	font-size: 15px;
	color: #66706a;
}

.vf-order-popup__close {
	position: absolute;
	top: 33px;
	right: 33px;
	z-index: 3;
	width: 15px;
	aspect-ratio: 1 / 1;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L1 15M15 15L1 1' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #fff;
}

@media (max-width: 600px) {
	.vf-order-popup {
		align-items: flex-start;
		padding: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.vf-order-popup__content {
		width: 100%;
		max-height: calc(100dvh - 32px);
		border-radius: 20px;
		padding-right: 5px;
	}

	.vf-order-popup__inner {
		max-height: calc(100dvh - 32px);
		padding: 24px 20px;
		padding-left: 12px;
	}

	.vf-order-popup__close {
		top: 28px;
		right: 24px;
	}

	.vf-order-popup__summary {
		align-items: flex-start;
		gap: 16px;
	}

	.vf-order-popup__product {
		flex-direction: column;
		gap: 12px;
	}

	.vf-order-popup__summary-total {
		font-size: 22px;
		top: -4px;
		position: relative;
	}

	.vf-account-order-card__date, .vf-account-order-card__count {
		font-size: 14px;
	}

	.vf-account-order-card__total {
       font-size: 18px;
	}

}






/* subscriptions section */


.subscriptions-section {
	display: grid;
	gap: 28px;
	width: 100%;
}

.subscription-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
	min-height: 246px;
	padding: 38px 30px;
	border-radius: 24px;
	background-color: #ffffff;
	box-shadow: 0 15px 21.7px 0 rgba(0, 0, 0, 0.06);
}

.subscription-card__content {
	min-width: 0;
}

.subscription-card__title {
	margin-bottom: 24px;
	font-family: "Outfit", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #000000;
}

.subscription-card__name {
	margin-bottom: 18px;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	color: #000000;
}

.subscription-card__list {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.subscription-card__item {
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	color: #6f6f6f;
}

.subscription-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	flex-shrink: 0;
	font-size: 14px;
	line-height: 1;
}

.subscription-card__text {
	min-width: 0;
}

.subscription-card__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	max-width: 160px;
	width: 100%;
	flex-shrink: 0;
}

.subscription-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-width: 150px;
	min-height: 36px;
	padding: 8px 18px;
	border-radius: 999px;
	font-family: "Outfit", sans-serif;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.subscription-card__button--outline {
	border: 1px solid #b4b4b4;
	background-color: transparent;
	color: #303030;
}

.subscription-card__button--black {
	border: 1px solid #000000;
	background-color: #000000;
	color: #ffffff;
	white-space: nowrap;
}

.subscription-card__button:hover {
	background-color: #144209;
	border-color: #144209;
	color: #fff;
}

.subscription-card__link {
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #303030;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 150px;
	min-height: 36px;
	padding: 8px 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.subscription-card__link:hover {
	opacity: 0.7;
}

.subscription-card--inactive .subscription-card__title,
.subscription-card--inactive .subscription-card__name,
.subscription-card--inactive .subscription-card__item {
	color: #b3b3b3;
}

.subscription-card--inactive .subscription-card__button--black {
	color: #ffffff;
}





/* subscription popup */

.vf-subscription-popup__content {
	width: min(525px, calc(100% - 32px));
}

.vf-subscription-popup__inner {
	padding: 25px;
	padding-right: 20px;
}

.vf-subscription-popup__section {
	margin-bottom: 24px;
}

.vf-subscription-popup__description {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 500;
	color: #5f675f;
}

.vf-subscription-popup__checkboxes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 28px;
}

.vf-subscription-popup__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}

/* !important */

.vf-subscription-popup__checkbox-input {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	appearance: none;
	-webkit-appearance: none;
}

.vf-subscription-popup__checkbox-mark {
	position: relative;
	display: flex;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex-shrink: 0;
	border: 1px solid #a8a8a8;
	border-radius: 4px;
	background-color: #ffffff;
}

.vf-subscription-popup__checkbox-input:checked + .vf-subscription-popup__checkbox-mark {
	border-color: #3c3c3c;
	background-color: #3c3c3c;
}

.vf-subscription-popup__checkbox-input:checked + .vf-subscription-popup__checkbox-mark::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(45deg);
}

.vf-subscription-popup__checkbox-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	color: #082d14;
	font-family: "Outfit", sans-serif;
}

.vf-subscription-popup__select-wrap {
	position: relative;
	width: 100%;
}

.vf-subscription-popup__select-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23082D14' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

.vf-subscription-popup__select {
	width: 100%;
	min-height: 48px;
	padding: 0 45px 0 16px;
	border: 1px solid #b8b8b8;
	border-radius: 999px;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	font-family: "Outfit", sans-serif;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: none;
}

.vf-subscription-popup__select:focus {
	outline: none;
	border-color: #082d14;
}

.vf-subscription-popup__info-link {
	display: inline-flex;
	margin-top: 14px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	color: #4f4f4f;
	font-family: "Outfit", sans-serif;
	text-decoration: none;
}

.vf-subscription-popup__delivery {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	column-gap: 23px;
}

.vf-subscription-popup__delivery label {
	flex-grow: 1;
}

.vf-subscription-popup__delivery-item {
	cursor: pointer;
	margin-bottom: 0;
}

.vf-subscription-popup__delivery-input {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	appearance: none;
	-webkit-appearance: none;
}

.vf-subscription-popup__delivery-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border: 1px solid #b8b8b8;
	border-radius: 999px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #000000;
	font-family: "Outfit", sans-serif;
	transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
	white-space: nowrap;
	width: 100%;
}

.vf-subscription-popup__delivery-text:hover {
	opacity: 0.75;
}

.vf-subscription-popup__delivery-input:checked + .vf-subscription-popup__delivery-text {
	border-color: #000000;
	background-color: #000000;
	color: #ffffff;
}

.vf-subscription-popup__summary {
	margin-bottom: 30px;
	padding: 18px;
	row-gap: 14px;
}

.vf-subscription-popup__summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	color: #333333;
}

.vf-subscription-popup__summary-row strong {
	font-weight: 700;
	color: #082d14;
}

.vf-subscription-popup__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.vf-popup-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 24px;
	border-radius: 999px;
	line-height: 1;
	cursor: pointer;
	transition-duration: .3s;
    background-color: #131313;
	border: 1px solid #131313;
	
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.54;
	font-family: "Outfit", sans-serif;
}

.vf-popup-button:hover {
  background-color: #144209;
  border-color: #144209;
  color: #fff;
}

.vf-popup-button--white {
  background-color: #fff;
  color: #2A2A2A;
  border-color: #9F9F9F;
}

.vf-popup-button--white:hover {
   background-color: #E1EDDE; 
   color: #2A2A2A;
   border-color: #9F9F9F;
}


@media (max-width: 600px) {

	.vf-subscription-popup__content {
		width: 100%;
		max-height: calc(100dvh - 32px);
	}

	.vf-subscription-popup__inner {
		padding: 20px;
	}

	.vf-subscription-popup__checkboxes {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.vf-subscription-popup__delivery {
		flex-direction: column;
		gap: 12px;
	}

	.vf-subscription-popup__delivery-text {
		width: 100%;
		min-height: 56px;
		font-size: 18px;
	}

	.vf-subscription-popup__actions {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.vf-subscription-popup__button {
		width: 100%;
		min-height: 46px;
		font-size: 18px;
	}

	.vf-subscription-popup__select {
		min-height: 56px;
		font-size: 18px;
	}

	.vf-subscription-popup__checkbox-text {
		font-size: 18px;
	}

	.vf-subscription-popup__checkbox {
		margin-bottom: 0;
	}

	.vf-subscription-popup__section {
		margin-bottom: 18px;
	}

	.subscription-card {
		flex-direction: column;
		align-items: flex-start;
		min-height: initial;
		padding: 28px 20px;
		border-radius: 20px;
	}

	.subscription-card__name {
		font-size: 16px;
	}

	.subscription-card__item {
		align-items: flex-start;
		font-size: 15px;
	}

	.subscription-card__actions {
		align-items: flex-start;
		width: 100%;
		max-width: initial;
		gap: 12px;
	}

	.subscription-card__button {
		width: 100%;
	}

	.subscription-card__link {
		width: 100%;
	}
}




/* subscription pause popup */

.vf-pause-popup__content {
	width: min(520px, calc(100% - 32px));
}

.vf-pause-popup__inner {
	padding: 30px;
	padding-top: 18px;
	padding-right: 24px;
}

.vf-pause-popup__section {
	margin-bottom: 28px;
}

.vf-pause-popup__options {
	display: flex;
	gap: 18px;
}

.vf-pause-popup__option {
	display: flex;
	cursor: pointer;
}

/* !important */

.vf-pause-popup__option-input {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	appearance: none;
	-webkit-appearance: none;
}

.vf-pause-popup__option-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 10px 24px;
	border: 1px solid #B3B3B3;
	border-radius: 999px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #000000;
	font-family: "Outfit", sans-serif;
	transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.vf-pause-popup__option-input:checked + .vf-pause-popup__option-text {
	border-color: #000000;
	background-color: #000000;
	color: #ffffff;
}

.vf-pause-popup__textarea {
	width: 100%;
	min-height: 160px;
	padding: 16px;
	border: 1px solid #B3B3B3;
	border-radius: 20px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
	font-family: "Outfit", sans-serif;
	resize: none;
}

.vf-pause-popup__textarea::placeholder {
	color: #6f6f6f;
}

.vf-pause-popup__textarea:focus {
	outline: none;
	border-color: #082d14;
}

.vf-pause-popup__actions {
	margin-top: 0;
}

@media (max-width: 600px) {
	.vf-pause-popup__content {
		width: 100%;
		max-height: calc(100dvh - 32px);
	}

	.vf-pause-popup__inner {
		padding: 30px 20px;
	}

	.vf-pause-popup__options {
		flex-direction: column;
		gap: 12px;
	}

	.vf-pause-popup__option,
	.vf-pause-popup__option-text {
		width: 100%;
	}

	.vf-pause-popup__section {
		margin-bottom: 12px;
	}

	.vf-pause-popup__option-text {
		min-height: 56px;
		font-size: 18px;
	}

	.vf-pause-popup__actions {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.vf-pause-popup__textarea {
        min-height: 100px;
		padding: 12px;
	}

}










/* Account - Setting page */

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account {
	margin: 0;
	padding: 0;
	border: 0;
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account > p:not(:last-child) {
	display: none;
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account > .clear {
	display: none;
}

.vf-account-notifications {
	padding: 28px 30px;
	border-radius: 28px;
	background-color: #ffffff;
	box-shadow: 0 15px 21.7px 0 rgba(0, 0, 0, 0.06);
}

.vf-account-notifications__title,
body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account fieldset legend,
.vf-account-delete__title  {
	margin-bottom: 22px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #000000;
	font-family: "Outfit", sans-serif;
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account fieldset legend {
	float: left;
	padding-left: 0;
}

.vf-account-notifications__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.vf-account-notifications__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	cursor: pointer;
	user-select: none;
}

.vf-account-notifications__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.vf-account-notifications__name {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #000000;
}

.vf-account-notifications__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	color: #6f6f6f;
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account .vf-account-notifications__item input.vf-account-notifications__input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	max-height: 20px;
	border: 1.5px solid #b0aea6;
	border-radius: 4px;
	cursor: pointer;
	background: #ffffff;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	flex-shrink: 0;
	top: 0;
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account .vf-account-notifications__item input.vf-account-notifications__input[type="checkbox"]:checked {
	background: #1a2e1a;
	border-color: #1a2e1a;
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account .vf-account-notifications__item input.vf-account-notifications__input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 9px;
	border: 2px solid #ffffff;
	border-top: none;
	border-left: none;
	transform: translate(-50%, -60%) rotate(45deg);
}

.vf-account-form__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 148px;
	min-height: 42px;
	padding: 10px 22px;
	border: 0;
	border-radius: 50px;
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account fieldset {
	margin-top: 30px;
	padding: 28px 30px;
	border: 0;
	border-radius: 28px;
	background-color: #ffffff;
	row-gap: 0;
	box-shadow: 0 15px 21.7px 0 rgba(0, 0, 0, 0.06);
}


body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account fieldset p {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 24px;
	padding: 0;
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account fieldset label {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #000000;
	font-family: "Outfit", sans-serif;
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account fieldset .password-input {
	display: block;
	width: 100%;
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account fieldset .password-input input,
body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account fieldset input[type="password"],
body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account fieldset input[type="text"] {
	width: 100%;
	height: 44px;
	padding: 10px 40px 10px 16px;
	border: 1px solid #bdbdbd;
	border-radius: 50px;
	background-color: #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	box-sizing: border-box;
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account fieldset .show-password-input {
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account > p:last-child {
	margin: 0;
	padding: 0 30px 28px;
	border-radius: 0 0 28px 28px;
	background-color: #ffffff;
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account > p:last-child button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 10px 22px;
	border: 0;
	border-radius: 50px;
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account > p:last-child button[type="submit"]:hover {
	background-color: #333333;
}

.vf-account-delete {
	margin-top: 30px;
	padding: 30px;
	border-radius: 30px;
	background-color: #ffffff;
	box-shadow: 0 15px 21.7px 0 rgba(0, 0, 0, 0.06);
}

.vf-account-delete__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 10px 22px;
	border: 0;
	border-radius: 50px;
	background-color: #C31818;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	font-family: "Outfit", sans-serif;
}

.vf-account-delete__button:hover {
	background-color: #bd141a;
}


p.woocommerce-form-row:nth-child(4) {
	margin-bottom: 5px !important;
}

.vf-account-payment-methods {
	padding: 28px;
	margin-top: 30px;
	border-radius: 24px;
	background-color: #ffffff;
	box-shadow: 0 15px 21.7px 0 rgba(0, 0, 0, 0.06);
}

.vf-account-payment-methods__title {
	margin: 0 0 22px;
	font-size: 18px;
	font-weight: 700;
	color: #111111;
}

.vf-account-payment-methods__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 68px;
	padding: 12px 16px;
	margin-bottom: 22px;
	border: 1px solid #d9d9d9;
	border-radius: 34px;
}

.vf-account-payment-methods__card-label {
	display: flex;
	align-items: center;
	gap: 14px;
	cursor: pointer;
}

.vf-account-payment-methods__radio {
	width: 14px;
	height: 14px;
	margin: 0;
	accent-color: #111111;
}

.vf-account-payment-methods__card-content {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.vf-account-payment-methods__card-name {
	font-size: 14px;
	font-weight: 700;
	color: #111111;
}

.vf-account-payment-methods__card-date {
	font-size: 14px;
	font-weight: 400;
	color: #777777;
}

.vf-account-payment-methods__delete {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: url(https://vitaminfood.alpisoft.net/wp-content/uploads/2026/05/tr-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #555555;
	margin-left: 10px;
	line-height: 1;
	font-size: 0;
	cursor: pointer;
}

.vf-account-payment-methods__button {
	width: 100%;
	min-height: 42px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.vf-payment-popup__method {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 55px;
	padding: 12px 18px;
	border: 1px solid #b8b8b8;
	border-radius: 999px;
	background-color: #ffffff;
	cursor: pointer;
}

.vf-payment-popup__method--active {
	border-color: #b4c9aa;
	background-color: #f3f8f2;
}

.vf-payment-popup__method-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.vf-payment-popup__method-text {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}

.vf-payment-popup__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 10px;
}

.vf-payment-popup__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.vf-payment-popup__field--full {
	grid-column: 1 / -1;
}

.vf-payment-popup__label {
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	font-family: "Outfit", sans-serif;
}

.vf-payment-popup__input {
	width: 100%;
	min-height: 46px;
	padding: 10px 18px;
	border: 1px solid #cfcfcf;
	border-radius: 999px;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #000000;
}

.vf-payment-popup__input::placeholder {
	color: #66706a;
}

.vf-payment-popup__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	margin-top: 30px;
}

.vf-payment-popup__actions button {
	line-height: 1;
	font-size: 17px;
	font-weight: 500;
	white-space: nowrap;
	padding-left: 8px;
	padding-right: 8px;
}

.vf-payment-popup__panel {
	display: none;
}

.vf-payment-popup__panel--active {
	display: block;
}

.vf-payment-popup__select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 44px;
}


@media (max-width: 600px) {

	.vf-payment-popup__inner {
		padding: 30px 25px;
	}

	.vf-payment-popup__actions {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 24px;
	}

	.vf-account-payment-methods {
		padding: 20px;
		border-radius: 20px;
	}

	.vf-account-payment-methods__card {
		min-height: 62px;
		padding: 10px 14px;
	}

	.vf-account-notifications {
		padding: 24px 18px;
		border-radius: 22px;
	}

	.vf-account-notifications__title {
		margin-bottom: 24px;
		font-size: 20px;
	}

	.vf-account-notifications__list {
		gap: 22px;
	}

	.vf-account-notifications__item {
		align-items: flex-start;
	}

	.vf-account-notifications__name {
		font-size: 17px;
	}

	.vf-account-notifications__text {
		font-size: 15px;
	}

	.vf-account-form__button {
		width: 100%;
	}

	body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account fieldset {
		padding: 24px 18px;
		border-radius: 22px;
	}

	body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account fieldset legend {
		margin-bottom: 24px;
		font-size: 20px;
	}

	body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account fieldset label {
		font-size: 17px;
	}


	body.vf-edit-account-page .woocommerce-EditAccountForm.edit-account > p:last-child {
		padding: 0 18px 24px;
		border-radius: 0 0 22px 22px;
	}
}




/* tinv wishlist plugin */

.tinv-wishlist .tinv-modal-inner {
	border-radius: 30px;
}

.tinv-wishlist .tinvwl_add_to_wishlist-text {
	font-size: 0;
}

.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {
	font-size: 16px;
	color: #1a2e1a;
	line-height: 1.54;
	font-family: "Inter";
	font-weight: 500;

}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button,
.tinv-wishlist .tinvwl-buttons-group button.tinvwl_button_close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 148px;
	min-height: 42px;
	padding: 10px 22px;
	border: 1px solid #000000;
	border-radius: 50px;
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	font-family: "Outfit", sans-serif;
	cursor: pointer;
	transition-duration: .3s;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button:hover,
.tinv-wishlist .tinvwl-buttons-group button.tinvwl_button_close:hover  {
	background-color: #144209;
	color: #fff;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button i,
.tinv-wishlist .tinvwl-buttons-group button.tinvwl_button_close i {
	display: none;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.tinvwl_button_close {
	background-color: transparent;
	color: #000;
}

.tinv-wishlist .return-to-shop {
	display: none;
}



/* custom tinv wishlist list */

.tinv-wishlist.vf-wishlist {
	gap: 0;
}



.vf-wishlist__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.vf-wishlist-card {
	position: relative;
}

.vf-wishlist-card__image-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 18px;
	background-color: #eef0eb;
}

.vf-wishlist-card__image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.vf-wishlist-card__image-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vf-wishlist-card__remove {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid #aeb8ad;
	border-radius: 50%;
	background-color: #eef0eb;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.822C2.61152 -2.57731 7.97965 0.28811 10.3373 2.64573C15.2339 -3.33907 21.7627 2.10173 20.6745 6.45427C19.804 9.93629 13.4203 15.522 10.3373 17.8797C2.06745 11.7861 0 6.63558 0 4.822Z' fill='%23595959'/%3E%3C/svg%3E");
	background-position: center;
	background-size: 21px 18px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.vf-wishlist-card__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
	min-height: 28px;
}

.vf-wishlist-card__category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 4px 12px;
	border-radius: 999px;
	background-color: #c6e8bd;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #47624b;
}

.vf-wishlist-card__title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #082d14;
}

.vf-wishlist-card__title-link,
.vf-wishlist-card__price  {
	color:  #0F2F1A;
	font-family: "Outfit", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}

.vf-wishlist-card__title-link {
	line-height: 1.35;
	min-height: 52px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.35;
}

.vf-wishlist-card__price {
	font-size: 22px;
	font-weight: 700;
}

.vf-wishlist-card__price del {
	display: none;
}

.vf-wishlist-card__price ins {
	text-decoration: none;
}

@media (max-width: 767px) {
	.vf-wishlist__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 16px;
		row-gap: 30px;
	}
}

@media (max-width: 600px) {

	.vf-wishlist-card__title,
	.vf-wishlist-card__price {
		font-size: 16px;
	}

	.vf-wishlist-card__remove {
		width: 33px;
		height: 33px;
		top: 10px;
        right: 10px;
		background-image: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.822C2.61152 -2.57731 7.97965 0.28811 10.3373 2.64573C15.2339 -3.33907 21.7627 2.10173 20.6745 6.45427C19.804 9.93629 13.4203 15.522 10.3373 17.8797C2.06745 11.7861 0 6.63558 0 4.822Z' fill='%23595959'/%3E%3C/svg%3E");
		background-position: center;
		background-size: 16px 14px;
		background-repeat: no-repeat;
	}

	.vf-wishlist-card__title-link {
		font-size: 16px;
		font-weight: 600;
		min-height: 43px;
	}

	.vf-wishlist-card .woocommerce-Price-amount.amount {
		margin-left: 0;
		font-size: 18px;
		font-weight: 700;
	}


}

@media (max-width: 500px) {

	.tinv-wishlist .tinv-modal .tinv-modal-inner {
		max-width: 95%;
	}

}



