/* Product Gallery Container */
.woocommerce div.product div.images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}

/* Main Product Image */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
    width: 357px;
    height: 357px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F1F1;
    margin-right: 0;
    float: left;
    position: relative;
    overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    width: 357px;
    height: 357px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    max-width: 75%;
    max-height: 75%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    border: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    position: relative;
    width: 78px;
    height: 78px;
    margin: 0;
    background: white;
    border: 2px solid transparent;
    cursor: pointer;
    overflow: hidden;
}

/* Thumbnail image */
.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    padding: 8px;
    box-sizing: border-box;
}

.woocommerce div.product div.images .flex-control-thumbs li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.woocommerce div.product div.images .flex-control-thumbs li:has(img.flex-active) {
    border: 2px solid #328514;
}

.woocommerce div.product div.images .flex-control-thumbs li:has(img.flex-active)::after {
    opacity: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li:hover::after {
    background: rgba(0, 0, 0, 0.1);
}

.woocommerce div.product div.images .flex-control-thumbs li:has(img.flex-active):hover::after {
    opacity: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    pointer-events: auto;
    cursor: pointer;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
    background: rgba(255, 255, 255, 1);
}

.woocommerce div.product div.images .woocommerce-product-gallery {
    position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery .flex-control-nav {
    position: static;
    bottom: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    position: absolute !important;
    top: 0;
    left: 0 ;
    opacity: 0;
    transition: opacity 0.3s ease;
}
/* Show first image by default */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
    opacity: 1;
    position: relative !important;
    z-index: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image.flex-active-slide {
    opacity: 1;
    position: relative;
    z-index: 1;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    pointer-events: auto ;
    cursor: pointer;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    pointer-events: auto;
    cursor: pointer;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.woocommerce div.product div.images .flex-control-thumbs li img:not(.flex-active) {
    opacity: 0.7;
}

.woocommerce div.product div.images .flex-viewport {
    width: 357px;
    height: 357px;
    background: #F1F1F1;
    margin: 0 auto;
    position: relative ;
    overflow: hidden ;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    width: 357px !important;
    transition-duration: 0.6s;
    transform: translate3d(0px, 0px, 0px) !important;
}

/* Hide non-active gallery images - but show first by default */
.woocommerce div.product div.images .woocommerce-product-gallery__image:not(.flex-active-slide):not(:first-child) {
    display: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image.flex-active-slide {
    display: block;
    width: 357px;
    height: 357px;
    float: none;
    margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image.flex-active-slide a,
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    pointer-events: auto ;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image .zoomImg {
    pointer-events: none;
    z-index: 2;
}
.wocommerce-product-details .fl-col-group.fl-col-group-nested {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wocommerce-product-details .fl-col-group.fl-col-group-nested .fl-col-small {
    width: 100%;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th, .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
    padding: 10px !important;
}

/* ================================
   CUSTOM PRODUCT OPTIONS LAYOUT
   Based on Figma Design
   ================================ */

.woocommerce div.product form.cart.variations_form {
    background: #F3F3F3;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.woocommerce div.product form.cart.variations_form > .product-options-container,
.woocommerce div.product form.cart.variations_form > .single_variation_wrap {
    display: inline-flex;
}

.product-options-container {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 35px;
    flex: 0 0 auto;
}

.single_variation_wrap {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    gap: 35px;
    flex: 1;
}

.variations-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.size-selection {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 130px;
}

.size-label {
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    margin: 0;
    line-height: normal;
}

.variation-select-wrapper select {
    background: white;
    border: 1px solid #C3C3C3;
    padding: 10px;
    padding-right: 35px;
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    width: 100%;
    height: auto;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="7" viewBox="0 0 11 7" fill="none"><path d="M0.75 0.74999L5.41667 5.41666L10.0833 0.74999" stroke="%23313131" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    line-height: normal;
}

/* SKU Display */
.variation-sku-display {
    font-family: 'Nexa', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #818181;
    line-height: normal;
}

/* Single Variation Wrap - horizontal layout */
.single_variation_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
    flex: 1;
}

.single_variation_wrap .woocommerce-variation.single_variation {
    display: none;
}

.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    width: fit-content;
}

/* Quantity and Price Wrapper */
.quantity-and-price-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
}

/* ================================
   QUANTITY INPUT STYLING
   ================================ */

.quantity-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 109px;
    margin-top: -27px;
}

.quantity-label {
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    margin: 0;
    line-height: normal;
}

.quantity {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 36px;
}

/* Quantity buttons */
.qty-btn {
    background: #50B047;
    border: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.2s ease;
}

.qty-btn:hover,.qty-btn:focus {
    background: #328514;
    border: unset;
}

.qty-minus {
    border-radius: 10px 0 0 10px;
}

.qty-plus {
    border-radius: 0 10px 10px 0;
}

.qty-btn svg {
    width: 16px;
    height: 16px;
}
/* Disabled button styling - keep visible but indicate disabled state */
.qty-btn:disabled,
.qty-btn[disabled] {
    display: flex !important;
    background: #E1E1E1 !important;
    pointer-events: none;
}

.qty-btn:disabled:hover,
.qty-btn[disabled]:hover {
    background: #E1E1E1;
}

/* Quantity input */
.qty-input {
    background: white;
    border: none !important;
    border-radius: unset !important;
    height: 36px;
    width: 37px !important;
    text-align: center;
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #747379;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 36px;
}

/* Hide default number input spinners */
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-input {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* ================================
   PRICE SECTION WITH DIVIDER
   ================================ */

.price-divider {
    width: 1px;
    height: 90px;
    background: #D9D9D9;
    align-self: center;
}

.price-section {
    display: flex;
    flex-direction: column;
    min-width: 80px;
}

.price-label {
    font-family: "Nexa-XBold", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #313131;
    line-height: normal;
}

.woocommerce-variation-price-display {
    font-family: "Nexa-XBold", Arial, sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #313131;
    line-height: normal;
    min-height: 30px;
}

/* Price display formatting */
.woocommerce-variation-price-display .price {
    font-family: "Nexa-XBold", Arial, sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #313131;
}

.woocommerce-variation-price-display .woocommerce-Price-amount {
    font-family: "Nexa-XBold", Arial, sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #313131;
}

.woocommerce-variation-price-display .woocommerce-Price-currencySymbol {
    font-family: "Nexa-XBold", Arial, sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #313131;
}

 .top-heder-div .uabb-mini-cart-content.uabb-cart-style-dropdown{
    display: none;
}

/* ================================
   ADD TO CART BUTTON
   ================================ */

.single_add_to_cart_button {
    background: #50B047 !important;
    border: none !important;
    border-radius: 88px !important;
    padding: 8px 25px 12px 25px !important;
    font-family: "Nexa-XBold", Arial, sans-serif !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    cursor: pointer;
    flex: 1;
    max-width: 286px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal !important;
    transition: background-color 0.2s ease;
}

.single_add_to_cart_button:hover {
    background: #328514 !important;
    color: #FFFFFF !important;
}

.reset_variations {
    display: none !important;
    visibility: hidden !important;
}

.woocommerce-page .variations_form .reset_variations,
.woocommerce .variations_form .reset_variations,
a.reset_variations {
    display: none !important;
    visibility: hidden !important;
}

/* Simple product form container */
.woocommerce div.product form.cart.simple-product-cart {
    background: #F3F3F3;
    margin: 0;
}

.simple-product-options-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

.quantity-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 109px;
}

.quantity-section .quantity-label {
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    margin: 0;
    display: block !important;
}

/* Simple product SKU display */
.simple-sku-display {
    display: block;
}

.simple-sku-display .sku-text {
    font-family: 'Nexa', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #818181;
}

/* Simple product price section */
.simple-product-options-container .price-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.simple-product-options-container .price-label {
    font-family: "Nexa-XBold", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #313131;
}

.simple-price-display {
    font-family: "Nexa-XBold", Arial, sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #313131;
}

.simple-price-display .price {
    font-size: 25px;
    color: #313131;
}

/* Simple product add to cart button */
.simple-product-options-container .single_add_to_cart_button {
    flex: 1;
    background: #50B047;
    color: white;
    border: none;
    border-radius: 88px;
    padding: 12px 25px 10px;
    font-family: "Nexa-XBold", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.simple-product-options-container .single_add_to_cart_button:hover {
    background: #328514;
}

/* ================================
   LOGGED-OUT USER STATE
   Based on Figma Design 4253-6406
   ================================ */

/* Disabled dropdown for logged-out users */
.logged-out-state select.disabled-select,
.logged-out-state .variation-select-wrapper select {
    background-color: #EEEEEE;
    border-color: #C3C3C3;
    color: #898989;
    pointer-events: none;
    cursor: not-allowed;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="7" viewBox="0 0 11 7" fill="none"><path d="M0.75 0.74999L5.41667 5.41666L10.0833 0.74999" stroke="%23898989" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;

}
.logged-out-state .variation-select-wrapper select option:first-child {
    color: #898989;
}

/* Disabled quantity buttons for logged-out users */
.logged-out-state .qty-btn {
    background-color: #E1E1E1;
    cursor: not-allowed;
    pointer-events: none;
}

.logged-out-state button.qty-btn[disabled] {
    display: block !important;
}
.logged-out-state .qty-btn:hover {
    background-color: #E1E1E1;
}

.logged-out-state .qty-input {
    color: #D4D4D8 !important;
    cursor: not-allowed;
}

.logged-out-state .price-section {
    display: none !important;
}

a.login-for-pricing {
    text-align: center;
}

/* ========================================
   CART PAGE STYLING
   ======================================== */

.woocommerce-cart table.cart {
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-cart table.cart thead {
    background-color: #F3F3F3;
}

.woocommerce-cart table.cart thead th {
    font-family: "Nexa-XBold", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #313131;
    padding: 20px 15px;
    border-bottom: 1px solid #C3C3C3;
    text-transform: uppercase;
}

.woocommerce-cart table.cart tbody td {
    border-top: 1px solid #C3C3C3;
    padding: 20px 15px;
    vertical-align: middle;
}

.woocommerce-cart table.cart .product-thumbnail img {
    border-radius: 10px;
    max-width: 100px;
}

.woocommerce-cart table.cart .product-name a {
    font-family: 'Nexa', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #313131;
    text-decoration: none;
}

.woocommerce-cart table.cart .product-name a:hover {
    color: #50B047;
}

.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal {
    font-family: "Nexa-XBold", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #313131;
}
.woocommerce-cart-form__cart-item.cart_item .quantity-wrapper {
    margin-top: 0 !important;
}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text
 {
    height: 39px;
}
.woocommerce-cart table.cart .quantity {
    display: flex;
    align-items: center;
}

.woocommerce-cart .quantity .qty-btn {
    width: 36px;
    height: 36px;
    background-color: #50B047;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.woocommerce-cart .quantity .qty-btn:hover {
    background-color: #328514;
}

.woocommerce-cart .quantity .qty-btn svg {
    width: 16px;
    height: 16px;
    fill: white;
}
.woocommerce-cart table.cart .quantity-label {
    display: none;
}

.woocommerce-cart .quantity .qty-input {
    width: 60px;
    height: 36px;
    text-align: center;
    border: none !important;
    border-radius: unset !important;
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
}

/* Remove item button */
.woocommerce-cart table.cart .product-remove a {
    background-color: #E1E1E1;
    color: #313131 !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.woocommerce-cart table.cart .product-remove a:hover {
    background-color: #C3C3C3;
}

/* Update cart button */
.woocommerce-cart button[name="update_cart"] {
    background-color: #50B047 !important;
    color: white !important;
    font-family: "Nexa-XBold", sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 8px 25px 10px 25px !important;
    border: none !important;
    border-radius: 88px !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition: background-color 0.2s ease;
    height: 39px;
    line-height: normal !important;
}

.woocommerce-cart button[name="update_cart"]:hover {
    background-color: #328514 !important;
}

/* Cart totals */
.cart-collaterals .cart_totals {
    background-color: #F3F3F3;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    padding: 30px;
}

.cart-collaterals .cart_totals h2 {
    font-family: "Nexa-XBold", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #313131;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cart-collaterals .cart_totals table {
    border: none;
}

.cart-collaterals .cart_totals th,
.cart-collaterals .cart_totals td {
    font-family: 'Nexa', sans-serif;
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid #C3C3C3;
}

.cart-collaterals .cart_totals th {
    font-weight: 600;
    color: #313131;
}

.cart-collaterals .cart_totals td {
    font-weight: 400;
    color: #313131;
    text-align: right;
}

.cart-collaterals .cart_totals .order-total th,
.cart-collaterals .cart_totals .order-total td {
    font-family: "Nexa-XBold", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #313131;
    border-top: 2px solid #313131;
}

/* Proceed to checkout button */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #50B047 !important;
    color: white !important;
    font-family: "Nexa-XBold", sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 8px 25px 12px 25px !important;
    border: none !important;
    border-radius: 88px !important;
    text-decoration: none;
    display: block;
    text-align: center;
    text-transform: uppercase !important;
    transition: background-color 0.2s ease;
    margin-top: 20px;
    height: 39px;
    line-height: normal !important;
    width: fit-content;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #328514 !important;
}

/* ========================================
   CHECKOUT PAGE STYLING
   ======================================== */

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
    font-family: "Nexa-XBold", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #313131;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.woocommerce-checkout .form-row label {
    font-family: 'Nexa', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #313131;
    margin-bottom: 8px;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    background-color: white;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus {
    outline: none;
    border-color: #50B047;
}
.woocommerce-shipping-fields .checkbox {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{
   margin-bottom: 2px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    height: 34px;
    padding: .4em 15px .5em;
}
#order_review_heading {
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #313131;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.woocommerce-checkout-review-order {
    background-color: #F3F3F3;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    padding: 30px;
}

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

.woocommerce-checkout-review-order th,
.woocommerce-checkout-review-order td {
    font-family: 'Nexa', sans-serif;
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid #C3C3C3;
}

.woocommerce-checkout-review-order th {
    font-weight: 600;
    color: #313131;
}

.woocommerce-checkout-review-order td {
    font-weight: 400;
    color: #313131;
    text-align: left;
}

.woocommerce-checkout-review-order .order-total th,
.woocommerce-checkout-review-order .order-total td {
    font-weight: 700;
    font-size: 20px;
    color: #313131;
    border-top: 2px solid #313131;
    font-family: "Nexa-XBold", sans-serif;
}

/* Payment methods */
.woocommerce-checkout #payment {
    background-color: #F3F3F3;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    padding: 20px;
}

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

.woocommerce-checkout #payment ul.payment_methods li {
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    background-color: white;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    font-family: 'Nexa', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #313131;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #EEEEEE;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    font-family: 'Nexa', sans-serif;
    font-size: 14px;
    color: #313131;
}

/* Place order button */
.woocommerce-checkout #place_order {
    background-color: #50B047 !important;
    color: white !important;
    font-family: "Nexa-XBold", sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 8px 25px 12px 25px !important;
    border: none !important;
    border-radius: 88px !important;
    cursor: pointer;
    text-transform: uppercase !important;
    width: fit-content;
    transition: background-color 0.2s ease;
    height: 42px;
    line-height: normal !important;
    margin-top: 20px;
}

.woocommerce-checkout #place_order:hover {
    background-color: #328514 !important;
}

/* ========================================
   MY ACCOUNT PAGE STYLING
   ======================================== */

.woocommerce-MyAccount-navigation {
    background-color: #F3F3F3;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    padding: 20px;
}

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

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 5px;
    padding-top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child, .woocommerce-page .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0 !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:first-child, .woocommerce-page .woocommerce-MyAccount-navigation ul li:first-child {
    border-top: 0;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    font-family: 'Nexa', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #313131;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #EEEEEE;
    color: #50B047;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #50B047;
    color: white;
    padding: 10px;
}
.woocommerce-MyAccount-content a {
    color: #50B047;
    font-size: 16px;
    font-style: normal;
    font-family: "Nexa-XBold", sans-serif;
    font-weight: 700;
    line-height: normal;
}
.woocommerce-MyAccount-content a:hover
 {
    color: #328514;
    text-decoration: none;
}
.woocommerce-MyAccount-content {
    background-color: white;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    padding: 30px;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-family: "Nexa-XBold", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #313131;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.woocommerce-EditAccountForm label,
.woocommerce-address-fields label {
    font-family: 'Nexa', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #313131;
    margin-bottom: 8px;
    display: block;
}

.woocommerce-EditAccountForm input.input-text,
.woocommerce-address-fields input.input-text,
.woocommerce-EditAccountForm select,
.woocommerce-address-fields select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    background-color: white;
}

.woocommerce-EditAccountForm input.input-text:focus,
.woocommerce-address-fields input.input-text:focus,
.woocommerce-EditAccountForm select:focus,
.woocommerce-address-fields select:focus {
    outline: none;
    border-color: #50B047;
}

.woocommerce-EditAccountForm button[type="submit"],
.woocommerce-address-fields button[type="submit"],
.woocommerce-MyAccount-content .woocommerce-button,
.woocommerce table.cart td.actions .coupon .button, 
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-MyAccount-content .wc-forward.button,
.return-to-shop a.button.wc-backward,
.woocommerce-page .woocommerce-MyAccount-content button.button{
    background-color: #50B047 !important;
    color: white !important;
    font-family: 'Nexa', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 10px 25px 12px 25px !important;
    border: none !important;
    border-radius: 88px !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition: background-color 0.2s ease;
    text-decoration: none;
    display: inline-block;
    height: 39px;
    line-height: normal !important;
}

.woocommerce-EditAccountForm button[type="submit"]:hover,
.woocommerce-address-fields button[type="submit"]:hover,
.woocommerce-MyAccount-content .woocommerce-button:hover,
.woocommerce table.cart td.actions .coupon .button:hover, 
.woocommerce-page table.cart td.actions .coupon .button:hover,
.woocommerce-MyAccount-content .wc-forward.button:hover,
.return-to-shop a.button.wc-backward:hover,
.woocommerce-page .woocommerce-MyAccount-content button.button:hover {
    background-color: #328514 !important;
}

.woocommerce-orders-table {
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-orders-table thead {
    background-color: #F3F3F3;
}

.woocommerce-orders-table thead th {
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #313131;
    padding: 15px;
    border-bottom: 1px solid #C3C3C3;
    text-transform: uppercase;
}

.woocommerce-orders-table tbody td {
    font-family: 'Nexa', sans-serif;
    font-size: 14px;
    color: #313131;
    padding: 15px;
    border-top: 1px solid #C3C3C3;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a {
    color: #50B047;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a:hover {
    text-decoration: underline;
}

/* Addresses */
.woocommerce-Addresses {
   display: inline-block;
}
.woocommerce-Address {
    background-color: #F3F3F3;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    padding: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 70%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 28%;
}

.woocommerce-Address-title h3 {
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #313131;
    margin-bottom: 15px;
}

.woocommerce-Address address {
    font-family: 'Nexa', sans-serif;
    font-size: 14px;
    color: #313131;
    font-style: normal;
    line-height: 1.6;
}

/* Login/Register forms */
.woocommerce-form-login label,
.woocommerce-form-register label {
    font-family: 'Nexa', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #313131;
    margin-bottom: 8px;
    display: block;
}

.woocommerce-form-login input.input-text,
.woocommerce-form-register input.input-text {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    background-color: white;
}

.woocommerce-form-login input.input-text:focus,
.woocommerce-form-register input.input-text:focus {
    outline: none;
    border-color: #50B047;
}

.woocommerce-form-login button[type="submit"],
.woocommerce-form-register button[type="submit"],
.woocommerce-form-login .woocommerce-contact-info.woocommerce-register-message a.button.woocommerce-button{
    background-color: #50B047 !important;
    color: white !important;
    font-family: 'Nexa', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
     padding: 10px 25px 12px 25px !important;
    border: none !important;
    border-radius: 88px !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition: background-color 0.2s ease;
    width: 100%;
    margin-top: 10px;
    height: 39px;
    line-height: normal !important;
}

.woocommerce-form-login button[type="submit"]:hover,
.woocommerce-form-register button[type="submit"]:hover,
.woocommerce-form-login .woocommerce-contact-info.woocommerce-register-message a.button.woocommerce-button:hover{
    background-color: #328514 !important;
}

.woocommerce-message,
.woocommerce-info{
    padding: 15px 20px;
    border-radius: 10px;
    font-family: 'Nexa', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    background-color: #e8f5e9 !important;
    border-left: 4px solid #50B047 !important;
    color: #313131 !important;
    border-radius: 10px;
    font-family: 'Nexa', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.woocommerce-message {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce-info {
    background-color: #e3f2fd;
    border-left: 4px solid #2196F3;
    color: #313131;
}
.woocommerce-form-login .woocommerce-contact-info.woocommerce-register-message {
    background: #f2f2f2;
    padding: 10px 15px;
    border-radius: 5px;
    color: #313131;
     margin-top: 20px
}
.woocommerce-form-login .woocommerce-contact-info.woocommerce-register-message a.button.woocommerce-button {
    width:fit-content;
}

/* WooCommerce success messages */
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce-checkout .woocommerce-message {
     background-color: #e8f5e9 !important;
    border-left: 4px solid #50B047 !important;
    color: #313131 !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    font-family: 'Nexa', sans-serif !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
    border: unset !important;
        outline: none;
}

/* WooCommerce required field indicators */
.woocommerce .form-row .required,
.woocommerce-page .form-row .required,
.woocommerce-checkout .form-row .required {
    color: #f44336 !important;
}

/* WooCommerce error messages */
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce-checkout .woocommerce-error,
.woocommerce-error {
    background-color: #ffebee;
    border-left: 4px solid #f44336;
    color: #313131;
    padding: 15px 20px !important;
    border-radius: 10px;
    font-family: 'Nexa', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}
.fl-theme-builder-woo-notices .woocommerce-message a.button.wc-forward {
    padding: 12px 25px 12px 25px !important;
}
/* Lost password form container */

form.woocommerce-ResetPassword.lost_reset_password {
    background-color: white;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    padding: 30px;
    max-width: 500px;
}

.woocommerce-form-lost-password label,
.woocommerce-ResetPassword label {
    font-family: 'Nexa', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #313131;
    margin-bottom: 8px;
    display: block;
}

.woocommerce-form-lost-password input.input-text,
.woocommerce-ResetPassword input.input-text {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #C3C3C3;
    border-radius: 10px;
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    background-color: white;
}

.woocommerce-form-lost-password input.input-text:focus,
.woocommerce-ResetPassword input.input-text:focus {
    outline: none;
    border-color: #50B047;
}

/* Reset password button */
.woocommerce-form-lost-password button[type="submit"],
.woocommerce-ResetPassword button[type="submit"],
.woocommerce-Button.button[name="reset_password"],
.woocommerce-message a.button.wc-forward {
    background-color: #50B047 !important;
    color: white !important;
    font-family: "Nexa-XBold", Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    padding: 12px 25px 10px 25px !important;
    border: none !important;
    border-radius: 88px !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition: background-color 0.2s ease;
     width: fit-content;
    margin-top: 10px;
    height: 39px;
    line-height: normal !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-form-lost-password button[type="submit"]:hover,
.woocommerce-ResetPassword button[type="submit"]:hover,
.woocommerce-Button.button[name="reset_password"]:hover,
.woocommerce-message a.button.wc-forward:hover {
    background-color: #328514 !important;
}

.woocommerce-form-lost-password p,
.woocommerce-ResetPassword p {
    font-family: 'Nexa', sans-serif;
    font-size: 14px;
    color: #313131;
    line-height: 1.6;
    margin-bottom: 20px;
}

.woocommerce-lost-password h2,
.woocommerce-ResetPassword h2 {
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #313131;
    margin-bottom: 20px;
    text-transform: uppercase;
}


/* ========================================
   WOOCOMMERCE FORM STYLING
   Consistent styling for WooCommerce forms only
   ======================================== */

.woocommerce .form-row input.input-text,
.woocommerce-page .form-row input.input-text,
.woocommerce .form-row textarea,
.woocommerce-page .form-row textarea,
.woocommerce .form-row select,
.woocommerce-page .form-row select,
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-account .form-row input.input-text,
.woocommerce-account .form-row select {
    width: 100%;
    padding: 12px 15px !important;
    border: 1px solid #C3C3C3 !important;
    font-family: 'Nexa', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #313131 !important;
    background-color: white !important;
    box-sizing: border-box !important;
    margin-bottom: 0 !important;
    transition: border-color 0.3s ease !important;
}

/* WooCommerce form field focus states */
.woocommerce .form-row input.input-text:focus,
.woocommerce-page .form-row input.input-text:focus,
.woocommerce .form-row textarea:focus,
.woocommerce-page .form-row textarea:focus,
.woocommerce .form-row select:focus,
.woocommerce-page .form-row select:focus,
.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-account .form-row input.input-text:focus,
.woocommerce-account .form-row select:focus {
    outline: none !important;
    border-color: #50B047 !important;
    box-shadow: 0 0 0 2px rgba(80, 176, 71, 0.1) !important;
}

/* WooCommerce form labels */
.woocommerce .form-row label,
.woocommerce-page .form-row label,
.woocommerce-checkout .form-row label,
.woocommerce-account .form-row label {
    font-family: 'Nexa', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #313131 !important;
    margin-bottom: 8px !important;
    display: block !important;
    text-transform: capitalize;
}

/* WooCommerce select dropdowns */
.woocommerce .form-row select,
.woocommerce-page .form-row select,
.woocommerce-checkout .form-row select,
.woocommerce-account .form-row select {
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23313131' d='M4 6l4 4 4-4z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    cursor: pointer !important;
}
.woocommerce .form-row .select2-container .select2-selection--single,
.select2-container.select2-container--open .select2-dropdown--below{
    border: 1px solid #C3C3C3 !important;
}

/* WooCommerce textarea styling */
.woocommerce .form-row textarea,
.woocommerce-page .form-row textarea,
.woocommerce-checkout .form-row textarea,
.woocommerce-account .form-row textarea {
    min-height: 100px !important;
    resize: vertical !important;
}

/* WooCommerce form row spacing */
.woocommerce .form-row,
.woocommerce-page .form-row,
.woocommerce-checkout .form-row,
.woocommerce-account .form-row {
    margin-bottom: 20px !important;
}

/* WooCommerce two-column name fields */
.woocommerce-checkout .woocommerce-billing-fields .form-row-first,
.woocommerce-checkout .woocommerce-shipping-fields .form-row-first,
.woocommerce-checkout .woocommerce-billing-fields .form-row-last,
.woocommerce-checkout .woocommerce-shipping-fields .form-row-last {
    width: calc(50% - 10px) !important;
    float: left !important;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row-last,
.woocommerce-checkout .woocommerce-shipping-fields .form-row-last {
    float: right !important;
}

/* WooCommerce error states */
.woocommerce .form-row.woocommerce-invalid input,
.woocommerce-page .form-row.woocommerce-invalid input,
.woocommerce-checkout .form-row.woocommerce-invalid input,
.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection {
    border-color: #f44336 !important;
}

.compatibility-div .fl-col-content.fl-node-content {
    font-size: 18px;
    line-height: 26px;
}

/* faq */
.simple-faq .faq-item {
    margin-bottom: 15px;
    overflow: hidden;
}
.simple-faq .faq-question {
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #C3C3C3;
}

.simple-faq .uabb-faq-icon-wrap {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
   
    transition: all 0.3s ease;
}
.simple-faq .uabb-faq-button-icon {
    color: #50B047;
    font-size: 14px;
    font-weight: bold;
    transition: transform 0.3s ease;
        font-size: 20px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    outline: unset;
}
.simple-faq .faq-question h3 {
    margin: 0;
    color: #313131;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    flex: 1;
    padding-right: 10px;
}
.simple-faq .faq-answer {
     max-height: 0;
    overflow: hidden;
    background: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    opacity: 0;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease;
}
.simple-faq .faq-answer a{
    color: #50B047;
    font-size: 16px;
    font-style: normal;
    font-family: "Nexa-XBold", sans-serif;
    font-weight: 700;
    line-height: normal;
}
.simple-faq .faq-answer a:hover{
    color: #328514;
}
.simple-faq .faq-item.active .faq-question h3  {
color: #50B047;
}
.simple-faq .faq-item.active .faq-answer {
     max-height: 1000px;
    padding-top: 20px;
    padding-bottom: 15px;
    opacity: 1;
}
.simple-faq .faq-item.active .uabb-faq-icon-wrap {
    transform: rotate(180deg);
}
/* Hidden class for FAQ chevron toggle */
.simple-faq .hidden {
    display: none !important;
}

/* FAQ Chevron Icons - specific styling */
.simple-faq .faq-chevron-closed,
.simple-faq .faq-chevron-open {
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease;
}

.simple-faq .faq-chevron {
    width: 24px;
    height: 24px;
}

.top-heder-div .fl-col-content.fl-node-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.my-cart span.uabb-cart-btn-badge {
    position: relative;
}
.my-cart span.uabb-cart-btn-badge:before {
    position: absolute;
    content: '(';
    right: auto;
    margin-left: -5px;
}
.my-cart span.uabb-cart-btn-badge:after {
    position: absolute;
    content: ')';
    left: auto;
}
.mm-wrapper_opening .top-heder-div .fl-col-content.fl-node-content {
    display: none;
}
.top-heder-div .my-account .fl-button, .top-heder-div .my-cart .uabb-cart-btn-badge,
.top-heder-div .my-cart span.uabb-mini-cart-text {
    font-family: "Nexa-XBold", Arial, sans-serif;
    font-weight: 800 !important;
}

.pdp_breadcrumbs a.main-link {
    color: #50B047;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Nexa-XBold", Arial, sans-serif !important;
}
.pdp_breadcrumbs a.main-link:hover {
    color: #328514;
    text-decoration: none;
}
.pdp_breadcrumbs span.pdp-detail-page-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}
.woocommerce-product-details__short-description p {
    color: #313131;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.18px;
}

.woocommerce .product_meta, .woocommerce-page .related_product_section .product_meta {
    border-top: unset;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Nexa-XBold", Verdana, Arial, sans-serif;
    padding-top: 0px;
}

.related_product_section .uabb-blog-posts-description{
    padding-top: 15px;
    font-size: 16px;
    line-height: 20px;
}
.woocommerce .related_product_section img,.woocommerce-page .related_product_section img {
    margin-bottom: 12px;
    width: auto;
    height: 179.978px;
    flex-shrink: 0;
}

.related_product_section h4.prod_title{
    font-size: 20px;
}
.woocommerce div.product .product_title{
    font-weight: 900;
    font-family: "Nexa-XBold", Arial, sans-serif !important;
}

.woocommerce .form-row label.woocommerce-form__label-for-checkbox{
    display: flex !important;
    align-items: center;
}

.woocommerce-page input.woocommerce-form__input-checkbox {
    margin: 0px 4px 1px 0px;
    width: 16px;
    height: 16px;
}

.woocommerce-form-login .lost_password a {
    color: #50B047;
}

.woocommerce-form-register .woocommerce-privacy-policy-text a{
    color: #50B047;
}

/* Style for individual category tags - Figma exact match */
.category-tag {
    background: #313131;
    color: white;
    padding: 3px 10px;
    border-radius: 999px;
    font-family: 'Nexa', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    display: inline-block;
    white-space: nowrap;
    box-sizing: border-box;
}

.category-tag:hover {
    background: #474747;
    transition: background-color 0.2s ease;
}
.category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
    align-items: center;
}
.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
}
.woocommerce .quantity .qty {
    width: 3em;
    text-align: center;
    border: unset;
}
.qty[type="number"]{
  appearance: textfield;
}
.fl-theme-builder-woo-notices {
    padding: 40px 0px;
}
.cart_item td.product-sku-column {
    font-family: "Nexa-XBold", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #313131;
    padding: 10px 0px !important;
}

/* download cart*/
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
}
.download-cart-wrapper a.download-cart-pdf {
    border: 2px solid #50b047;
    background-color: transparent;
    color: #50b047;
    font-family: "Nexa-XBold", sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 7px 25px;
    border-radius: 88px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.5s ease-in-out , color 0.5s ease-in-out;
    margin-top: 0px;
    line-height: normal;
    width: fit-content;
    height: 39px;
}

.download-cart-wrapper a.download-cart-pdf:hover,
.download-cart-wrapper a.download-cart-pdf.e2pdf-download-progress {
    background-color: #328514;
    color: #fff;
    border: 2px solid #328514;
    transition: background-color 0.5s ease-in-out , color 0.5s ease-in-out;
}

.download-cart-wrapper a.download-cart-pdf svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.download-cart-wrapper a.download-cart-pdf svg path {
    fill: currentColor;
}
.download-cart-pdf.e2pdf-download-progress .download-icon {
    display: none !important;
}
.download-cart-pdf.e2pdf-download-progress {
    background: #328514 !important;
}
.download-cart-pdf.e2pdf-download-progress .loading-icon {
    display: inline-block !important;
}

.primary-btn .fl-button{
    background: #50B047;
    border: none;
    border-radius: 88px;
    padding: 8px 25px 12px 25px;
    font-family: "Nexa-XBold", Arial, sans-serif;
    font-weight: 900;
    font-size: 18px ;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    flex: 1;
    max-width: 286px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    transition: background-color 0.2s ease;
}
.primary-btn .fl-button:hover {
     background: #328514 ;
    color: #FFFFFF;
}

.wocommerce-row-details .fl-col-content.fl-node-content {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 20px;
}
.product_sticky_menu .solution_sticky_menu {
    max-width: 1000px;
}
.table_tabs .fl-tabs-horizontal .fl-tabs-label.fl-tab-active {
    border-bottom: 8px solid #50b047 !important;
    transition: all 0.3s ease-in-out;
}
.table_tabs .fl-tabs-horizontal .fl-tabs-label {
    border-bottom: 8px solid #fff !important;
    transition: all 0.3s ease-in-out;
}

/* Default: Hide both blocks except in editor */
body:not(.fl-builder-edit) .wocommerce-add-cart-details,
body:not(.fl-builder-edit) .wocommerce-row-details {
    display: none;
}

/* When shipping is AVAILABLE: Show Add to Cart */
body.shipping-available .wocommerce-add-cart-details {
    display: block;
}

/* When shipping is BLOCKED: Show Contact Us */
body.shipping-blocked .wocommerce-row-details {
    display: block;
}
.woocommerce-checkout p#billing_wc_avatax_vat_id_field {
    display: none;
}

/* ================================
   RESPONSIVE DESIGN
================================ */

@media (max-width: 1180px) {
    .quantity-and-price-wrapper {
        gap: 15px;
        
    }
    .single_add_to_cart_button{
        padding: 10px 15px 12px 15px !important;
        font-size: 13px !important;
    }
    .single_variation_wrap{
        gap : 20px;
    }
    .fl-theme-builder-woo-notices {
        padding: 40px 20px;
    }
}

@media (max-width: 992px) {
    .woocommerce-account .woocommerce {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content{
		width:100%;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
    .product-options-container {
        flex-direction: column;
    }
    
    .quantity-and-price-wrapper {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .woocommerce-cart-form__cart-item.cart_item .quantity-wrapper{
        margin-top: 0px;
        display: inline-flex;
    }
    .price-divider {
        width: 100%;
        height: 1px;
    }
    
    .single_add_to_cart_button {
        width: 100%;
    }
    .woocommerce-variation-price-display,
    .woocommerce-variation-price-display .woocommerce-Price-amount{
        font-size: 18px;
    }
     .woocommerce-variation-price-display .woocommerce-Price-currencySymbol{
            font-size: 15px;
    }
    .quantity-and-price-wrapper{
        gap: 15px !important;
    }
    .checkbox input[type="checkbox"]{
        margin-left: 0px !important;
    }
    .email-info-div  .uabb-infobox-content {
        width: calc(100% - 40px) !important;
    }
    .contact_cta a.fl-button {
        font-weight: 800 !important;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__image,
    .woocommerce div.product div.images .woocommerce-product-gallery__image a,
    .woocommerce div.product div.images .flex-viewport {
        width: 300px !important;
        height: 300px !important;
    }
    
    .woocommerce div.product div.images .flex-control-thumbs {
        gap: 10px;
    }
    
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 60px;
        height: 60px;
    }
    .simple-product-options-container {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }
    
    .quantity-section {
        width: 100%;
    }
    
    .simple-product-options-container .single_add_to_cart_button {
        width: 100%;
    }
    .logged-out-state .quantity-wrapper,.quantity-wrapper{
        margin-top: 0px;
    }
    .logged-out-state .price-divider {
        width:1px;
        height: 100px;
    }
     .logged-out-state .quantity-and-price-wrapper{
        flex-direction: row;
        align-items: baseline;
    }
   .woocommerce-account .u-column1.col-1.woocommerce-Address {
        margin-bottom: 20px;
    }

}
@media (max-width: 767px) {
     .email-info-div .uabb-module-content.uabb-infobox {
        margin: 0 auto;
    }
    .logged-out-state .woocommerce-variation-add-to-cart.variations_button{
        flex-direction: column;
    }
    .logged-out-state .price-divider {
        display: none;
    }
    .woocommerce-account .woocommerce-info a.button.wc-forward {
        margin-top: 20px;
        margin-bottom: 0;
        width: fit-content;
    }
     .woocommerce div.product .product_title{
        font-size: 32px;
        line-height: 40px;
    }
    .woocommerce-cart table.cart .quantity{
        justify-content: flex-end;
    }
}
@media (max-width: 480px) {
    .woocommerce-EditAccountForm button[type="submit"],
    .woocommerce-address-fields button[type="submit"],
    .woocommerce-MyAccount-content .woocommerce-button,
    .woocommerce table.cart td.actions .coupon .button, 
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-MyAccount-content .wc-forward.button,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-page .woocommerce-MyAccount-content button.button{
        font-size: 14px !important;
        padding: 10px 16px 10px 16px !important;
    }
    .woocommerce-variation-add-to-cart.variations_button{
        flex-direction: column;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
        width: 100% !important;
    }
    .download-cart-wrapper a.button.download-cart-pdf{
         font-size: 14px;
    }
}


