/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1751580567
Updated: 2025-07-03 22:09:27

*/

/* .elementor-add-to-cart > .quantity {
    display: none;
} */
li.wcsatt-options-prompt-radio {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 11px;
}
.woocommerce ul.wcsatt-options li, .woocommerce ul.wcsatt-options-cart li, .woocommerce ul.wcsatt-options-product li, .woocommerce ul.wcsatt-options-prompt-radios li {
    margin: 16px 0px;
}
button.single_add_to_cart_button.button.alt.added {
    display: block !important;
}
a.added_to_cart.wc-forward {
    display: none !important;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex !important;
}


button.rp-delivery-btn {
    margin: 5px 4px;
}
.rp-delivery-btn {
    width: auto;
    display: inline-flex;
    flex-direction: column;
    padding: 4px 40px !important;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: .2s ease;
    text-align: left;
}
.wcsatt-options-product-buttons {
    display: flex;
    gap: 5px; /* spacing between buttons */
    margin: 10px 0;
}

.rp-delivery-btn {
    flex: 1; /* automatically take equal width */
    padding: 8px 12px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column; /* so period and discount stack */
    justify-content: center;
    align-items: center;
}

.rp-delivery-btn .rp-main:first-child {
    font-weight: bold;
    display: block;
}

.rp-delivery-btn .rp-main:last-child {
    font-size: 12px;
    color: #0071a1;
}

.rp-delivery-btn.active {
    background: #0071a1;
    color: #fff;
    border-color: #0071a1;
}

.rp-delivery-btn.active {
    background: #000;
    color: #fff !important;
}

.rp-delivery-btn.active .rp-main {
    font-size: 14px;
    font-weight: 400;
	color: #fff !important;
}

.rp-delivery-btn.active .rp-save {
    font-size: 14px;
    opacity: 1;
		color: #fff !important;
}
span.rp-main {
    font-size: 15px !important;
    color: #000;
}
/* ---------------------------
   MAIN SUBSCRIBE BOX
---------------------------- */
.wcsatt-options-wrapper {
    margin-bottom: 20px !important;
    background: #fff;
	margin-top: 13px !important;
}

/* TITLE AREA */
.wcsatt-options-product-prompt {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* BULLETS */
.wcsatt-options-product-wrapper ul {
    margin: 15px 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.wcsatt-options-product-wrapper ul li {
    margin-bottom: 6px !important;
    padding-left: 20px !important;
    position: relative;
    font-size: 15px !important;
}

.wcsatt-options-product-wrapper ul li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #000;
    font-size: 14px;
}

li.wcsatt-options-prompt-radio {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 11px;
}

/* HIDE ORIGINAL RADIO DESCRIPTION */
.wcsatt-options-product--hidden {
    display: none !important;
}

/* DELIVERY BUTTONS */
.wcsatt-options-product-buttons {
    display: flex;
    gap: 5px; /* spacing between buttons */
    margin: 10px 0;
}

.rp-delivery-btn-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.rp-delivery-btn {
    flex: 1; /* equal width */
    padding: 14px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #f3f3f3;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100px;
}

.rp-delivery-btn span.rp-main:first-child {
    font-weight: 700;
    font-size: 15px;
    display: block;
}


.rp-delivery-btn.active {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

span.rp-main {
    font-size: 15px !important;
    color: #000;
}

/* ONE TIME PURCHASE BOX */
.wcsatt-options-wrapper.one-time-box,
.one-time-box,
.subscription-box {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 15px !important;
    margin-top: 15px !important;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    position: relative;
}

.one-time-box input {
    margin-right: 10px;
}

.one-time-box .wcsatt-options-prompt-action,
.wcsatt-options-prompt-label-one-time {
    font-size: 17px !important;
    font-weight: 700 !important;
    margin-left: 8px;
}

.one-time-box .price bdi {
    font-size: 18px;
    font-weight: 600;
    margin-left: 5px;
}

/* SUBSCRIPTION BADGE */
.subscription-box .subscription-badge {
    position: absolute !important;
    top: -10px !important;
    right: 0px !important;
    background: #1e8e6e !important; /* green */
    color: #fff !important;
    padding: 4px 10px !important;
    font-size: 12px !important;
    border-radius: 3px !important;
    font-weight: 600 !important;
    z-index: 20 !important;
    white-space: nowrap !important;
}

/* SUBSCRIPTION INFO TEXT */
.subscription-info {
    margin-left: 10px !important;
    font-size: 12px;
    color: #333333a3;
}

.subscription-info .sub-line {
    display: flex;
    align-items: center;
}

.sub-learn-more {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    color: #0073aa;
    text-decoration: underline;
    cursor: pointer;
}

/* WOOCOMMERCE ADD TO CART / VARIATIONS */
button.single_add_to_cart_button.button.alt.added {
    display: block !important;
}

a.added_to_cart.wc-forward,
a.reset_variations {
    display: none !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex !important;
}



.wpr-product-add-to-cart .wpr-simple-qty-wrap {
    margin-top: 16px;
}

/* TITLE */
.elementor-widget-woocommerce-product-title.elementor-page-title.elementor-widget-heading {
    display: block;
    clear: both;
    width: 100%;
    font-size: 29px;
}

/* QTY DISCOUNT ROW */
.qty-discount-box {
    margin-top: 15px;
}

.qty-discount-row {
    border: 1px solid #d4b16b;
    border-radius: 6px;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 15px;
    background: #fff;
}

.qty-discount-row .qty-text {
    color: #a1782c;
    font-weight: 500;
}

.qty-discount-row .qty-price {
    color: #000;
    font-weight: 600;
}

/* LEARN MORE LINK */
.wcsatt-options-wrapper a {
    font-size: 14px !important;
    text-decoration: underline !important;
    color: #000 !important;
}
/* BUTTONS CONTAINER */
.wcsatt-options-product-buttons {
    display: flex;
    gap: 10px; /* spacing between buttons */
    margin: 10px 0;
    width: 100%; /* make container full width */
}

/* BUTTONS */
.rp-delivery-btn {
    flex: 1 1 0; /* equal width for all buttons */
    padding: 12px 0;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #f3f3f3;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rp-delivery-btn span.rp-main:first-child {
    font-weight: 700;
    font-size: 15px;
}

.rp-delivery-btn span.rp-main:last-child {
    font-size: 12px;
    color: #0071a1;
}

.rp-delivery-btn.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.wcsatt-options-prompt-radios img {
    max-width: 55%;
}

.wcsatt-options-prompt-radio span.subscription-details {
    display: none;
}
/* Target the subscription price inside your wrapper */
.wcsatt-options-description .subscription-price,
.wcsatt-options-description .subscription-price span,
.wcsatt-options-description del,
.wcsatt-options-description ins {
    font-size: 14px !important; /* adjust as needed */
    font-weight: bold; /* keep bold if needed */
}

.wcsatt-options-prompt-radio span.subscription-details {
    display: none !important;
}
button.single_add_to_cart_button.button.alt.loading {
    display: block !important;
    visibility: visible;
    /* opacity: 1; */
} 

.single_add_to_cart_button.loading {
    opacity: 0.6 !important; /* optional effect */
    pointer-events: none !important;
    display: inline-block !important; /* KEEP BUTTON VISIBLE */
    visibility: visible !important;
}
.single-product .variations th.label {
    padding: 5px 16px 14px 0px !important;
}
.wpr-quantity-wrapper {
    margin-bottom: 0 !important;
}
.wcsatt-options-description {
    margin-left: 22px;
    color: red;
}