/* =====================================================
   1. GLOBAL / RESET
===================================================== */
a,
a:focus {
    text-decoration: none !important;
    outline: none;
}

p {
    margin-top: 0;
}


/* =====================================================
   2. CONTAINER & SECTION SPACING
===================================================== */
.container {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
}

.section-padding {
    padding: 90px 0;
}


/* =====================================================
   3. KADENCE LAYOUT TWEAK
===================================================== */
.site-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.entry-hero {
    display: none;
}


/* =====================================================
   4. WOOCOMMERCE – PRODUCT LOOP (CARD STYLE)
===================================================== */
.woocommerce ul.products li.product {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    transition: 0.3s;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
}

.woocommerce ul.products li.product img {
    border-radius: 6px;
}


.woocommerce div.product div.summary {
    margin-top: 0;
}


.woocommerce div.product .product_title {
    font-size: 25px;
}


.woocommerce div.product span.price,
.woocommerce div.product p.price {
    margin: 10px 0 15px ! IMPORTANT;
    font-weight: 600;
    color: #a97a59;
}

.woocommerce .woocommerce-product-details__short-description {
    margin-bottom: 0px;
}


span.selected-variation-text {
    font-weight: 400;
}


.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #fff;
    border: none;
    width: 100%;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #868686 !important;
    padding: 0 0 10px 0;
    display: block;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid #a97a59;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #a97a59 !important;
}

/* =====================================================
   5. PRODUCT META CLEANUP
===================================================== */
.product_meta,
.woocommerce-product-details__short-description .stock {
    display: none;
}


/* =====================================================
   6. SINGLE PRODUCT – ORDER NOW BUTTON
===================================================== */
.single-product .single_add_to_cart_button {
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
}

.single-product .single_add_to_cart_button:hover {
    background: #0f5ec7;
}


.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
    background-color: #020202;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background-color: #000;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
    background-color: #000;
}


.delivery-highlight {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 4px solid #2e7d32;
    display: inline-block;
    width: 100%;
}


/* =====================================================
   7. SHOP PAGE CLEANUP
===================================================== */
.woocommerce-result-count,
.woocommerce-ordering,
nav.woocommerce-pagination {
    display: none;
}


/* =====================================================
   8. VIEW DETAILS BUTTON (SHOP CARD)
===================================================== */
.view-details-btn {
    background: #000;
    color: #fff;
    border-radius: 4px;
    padding: 8px 14px;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}

.view-details-btn:hover {
    background: #444;
    color: #fff;
}


/* =====================================================
   9. PRODUCT GRID & HOVER INTERACTION
===================================================== */
.woocommerce .products.grid-cols {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}

.woocommerce ul.products li.product .view-details-btn i,
.products .product-details a {
    transition: .4s !important;
}

.woocommerce ul.products li.product:hover .view-details-btn {
    /*    color: #C58F58 !important;*/
}

.products .product-detail .view-details-btn {
    font-size: 13px !important;
}

.woocommerce ul.products li.product .view-details-btn:hover i {
    margin-left: 5px;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 20px !important;
}


.woocommerce-product-details__short-description h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #000000;
}

.woocommerce-product-details__short-description ul {
    margin-bottom: 25px;
}

.woocommerce-product-details__short-description ul li {
    margin-bottom: 5px;
}

.woocommerce-Tabs-panel--additional_information,
.woocommerce-Tabs-panel--description {}

.woocommerce-Tabs-panel--additional_information h2,
.woocommerce-Tabs-panel--description h2 {
    display: none;
}

.woocommerce-Tabs-panel--additional_information h3,
.woocommerce-Tabs-panel--description h3 {
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 30px;
}


.woocommerce-Tabs-panel--additional_information p,
.woocommerce-Tabs-panel--description p {}


.woocommerce section.products > h2 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
}


.woocommerce-tabs.wc-tabs-wrapper {
    background-color: #ffffff !important;
    box-shadow: 0px 0px 20px #f0f0f0;
    border-radius: 10px;
    padding: 30px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
    padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #a97a59;
    text-shadow: inherit;
}


.woocommerce-product-gallery__image.flex-active-slide {
    border-radius: 8px;
}

.woocommerce div.product div.images .flex-control-thumbs li:first-child {
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
    border-radius: 0 6px 6px 0;
    overflow: hidden;
}


.woocommerce-additional-fields {
    display: none;
}

/* Checkout Billing & Shipping heading replace */
.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce-billing-fields h3::after {
    content: "ডেলিভারি ইনফরমেশন";
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #c58f58;
}


tr.cart-subtotal {
    display: none;
}

tr.woocommerce-shipping-totals.shipping {
    /*    display: none;*/
    font-weight: 400;

}

tr.woocommerce-shipping-totals.shipping ul li label,
tr.woocommerce-shipping-totals.shipping th {
    font-weight: 400 !important;
}

/* Checkout – Shipping label Bangla replace */
tr.woocommerce-shipping-totals.shipping th {
    font-size: 0;
    /* hide original text */
    position: relative;
}

tr.woocommerce-shipping-totals.shipping th::after {
    content: "ডেলিভারি চার্জ";
    font-size: 15px;
    color: #000;
}

h3#order_review_heading {
    display: none;
}

.woocommerce-terms-and-conditions-wrapper {
    display: none;
}


.woocommerce-checkout article {
    border-radius: 15px;
}

/* Checkout order review table headings */
.woocommerce-checkout-review-order-table thead th {
    font-size: 0;
    padding-bottom: 16px !important;
}

/* Product column */
.woocommerce-checkout-review-order-table thead th.product-name::after {
    content: "পণ্যের বিবরণ";
    font-size: 16px;
    font-weight: 600;
    color: #c58f58;
}

/* Subtotal column */
.woocommerce-checkout-review-order-table thead th.product-total::after {
    content: "মূল্য";
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
}



#payment #place_order {
    border-radius: 7px;
    background-color: #1f1f1f;
}

#payment #place_order:hover {
    background-color: #000;
}

.woocommerce table.shop_attributes th {
    text-align: left;
    font-size: 15px;
}


/*Order Recived page*/
/* Thank you page cleanup */
li.woocommerce-order-overview__total.total,
.woocommerce-order-overview__email,
.woocommerce-order-overview__payment-method,
.woocommerce-order-details tfoot tr.cart-subtotal,
.woocommerce-order-details tfoot tr.shipping {
    display: none;
}

li.woocommerce-order-overview__date.date {
    margin-right: 0;
    padding-right: 0 !important;
    border-right: none !important;
}

.woocommerce-table--order-details tfoot tr:nth-child(1),
.woocommerce-table--order-details tfoot tr:nth-child(2),
.woocommerce-table--order-details tfoot tr:nth-child(3) {
    display: none;
}

.woocommerce-table--order-details tfoot tr th,
.woocommerce-table--order-details tfoot tr td {
    font-weight: 400 !important;
}


h2.woocommerce-order-details__title,
section.woocommerce-customer-details h2 {
    font-size: 18px;
    color: #c58f58;
}

h2.woocommerce-order-details__title {
    margin-bottom: 0px;
}

p.woocommerce-thankyou-order-received {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 4px solid #2e7d32;
    width: 100%;
}


.content-area {
    margin-top: 2rem;
    margin-bottom: 2rem;
}


/*whatsapp*/
/* Thank You – Box Layout */
.thankyou-box {
    margin: 40px 0 0;
    padding: 30px 25px;
    background: #c58f5812;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    text-align: center;
}

/* Message */
.thankyou-message {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 25px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px !important;
}

/* Button Row */
.thankyou-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Common Button */
.thankyou-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

/* Shop Button */
.shop-btn {
    background: #000;
    color: #fff;
}

.shop-btn:focus,
.shop-btn:hover {
    background-color: #1f1f1f;
    color: #fff;
}

/* WhatsApp Button */
.whatsapp-btn {
    background: #25D366;
    color: #fff;
}

.whatsapp-btn:focus,
.whatsapp-btn:hover {
    background: #1ebe5d;
    color: #fff;
}

/* Mobile */
@media (max-width: 600px) {
    .thankyou-actions {
        flex-direction: column;
    }

    .thankyou-btn {
        width: 100%;
    }
}


/* =====================================================
   10. SALE BADGE
===================================================== */
.product span.onsale {
    font-size: 14px;
    font-weight: 300;
    background-color: #222222;
}


/* =====================================================
   11. MOBILE – PRODUCT GRID & BUTTON
===================================================== */
@media (max-width: 767px) {

    .single-product .single_add_to_cart_button {
        width: calc(100% - 134px);
    }

    .btn-whatsapp-order {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    .woocommerce div.product .product_title {
        font-size: 20px;
    }

    .woocommerce div.product span.price,
    .woocommerce div.product p.price {
        font-size: 1.15em;
    }

    .woocommerce .woocommerce-product-details__short-description {
        font-size: 15.4px;
    }
    
    .woocommerce-Tabs-panel--additional_information p, .woocommerce-Tabs-panel--description p {
    font-size: 15.5px;
}

    ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .woocommerce ul.products li.product {
        padding: 0px;
    }

    .woocommerce ul.products li.product .entry-content-wrap {
        padding: 10px;
        margin: 0 .3em;
    }

    .woocommerce ul.products li.product h3,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-category__title {
        font-size: 15px;
    }

    .woocommerce ul.products:not(.woo-archive-btn-button) li:where(:not(.woo-archive-btn-button)) .button:not(.kb-button) {
        font-size: 74%;
    }

    .woocommerce-tabs.wc-tabs-wrapper {
        padding: 20px;
    }
    
    .woocommerce-product-details__short-description h3 {
    font-size: 18px;
}


}


/* =====================================================
   12. HEADER – CALL BUTTON
===================================================== */
.call-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1a1a1a;
    color: #fff;
    padding: 6px 20px 6px 6px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
    width: 141px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.call-btn span {
    display: inline-block;
}

.icon-circle {
    width: 35px;
    height: 35px;
    background: #c58f58;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.icon-circle i {
    transition: 0.3s;
}

.call-btn:focus,
.call-btn:hover {
    background: #c58f58;
    transform: translateY(-2px);
    color: #fff;
}

.call-btn:hover .icon-circle {
    background: white;
    color: #c58f58;
}


/* =====================================================
   13. HEADER – DESKTOP DROPDOWN MENU
===================================================== */
ul#primary-menu ul.sub-menu {
    border-radius: 8px;
    overflow: hidden;
    border-top: 3px solid #c58f58;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

ul#primary-menu ul.sub-menu li a {
    display: block;
    padding: 10px 20px;
    font-size: 14.5px;
    transition: 0.2s;
}

.dropdown li a:hover {
    background: #f9f9f9;
    color: var(--wood-color);
    padding-left: 25px;
}


/* ================================
   FOOTER Start
================================ */

.site-footer {
    background: #1a1a1a;
    color: #ccc;
    padding: 60px 0 0 0;
    font-size: 14px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    /* Desktop Ratio */
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col h3 {
    color: white;
    margin-bottom: 25px;
    font-size: 18px;
    border-bottom: 2px solid #C58F58;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-logo img {
    width: 150px;
    height: auto;
    margin-bottom: 15px;
}

.footer-col.about-col p {
    max-width: 275px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    display: inline-block;
    color: #bbb;
    transition: 0.3s;
    font-weight: 400;
}

.footer-links li a.active:hover,
.footer-links li a:hover {
    color: #C58F58;
    padding-left: 5px;
}

.footer-links li a.active {
    color: #e0e0e0;
    font-weight: 600;
}

/* Footer Bottom Bar */
.footer-bottom {
    /* background: #111;  */
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.copyright-text {
    color: #aaa;
}

.developer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #aaa;
}

.developer-info strong {
    font-style: italic;
    font-weight: 500;
}

.developer-info strong {
    color: #aaa;
    font-style: italic;
    font-weight: 500;
}

.developer-info a {
    color: #ffffffba;
}

.dev-socials {
    display: flex;
    gap: 10px;
}

.dev-socials a {
    color: #888;
    transition: 0.3s;
    font-size: 14px;
}

.dev-socials a:hover {
    color: #C58F58;
}



/* =========================================
   9. FLOATING TOOLS (Chat & Back-to-Top)
   ========================================= */

/* Back To Top (Right Aligned) */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: white;
    color: #1a1a1a;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 900;
    border: 1px solid #eee;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #C58F58;
    color: white;
    border-color: #C58F58;
}

/* Chat Widget Container */
.chat-widget {
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 2500;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    animation: fadeInUp 0.6s ease-out forwards;
    animation-delay: 2s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Chat Button */
.chat-toggle-btn {
    width: 50px;
    height: 50px;
    background: #1a1a1a;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), background 0.3s ease;
}

.chat-toggle-btn:hover {
    background: #C58F58;
    animation: pulse-hover 2s infinite;
    transform: scale(1.05);
}

/* Chat Label */
.chat-text {
    position: absolute;
    right: 60px;
    top: 10px;
    background: white;
    padding: 6px 12px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.5s ease;
}

.chat-text.show-label {
    opacity: 1;
    transform: translateX(0);
}

.chat-text::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent white;
}

/* Popup Options */
.chat-options {
    position: absolute;
    bottom: 60px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 50px;
    align-items: center;
}

.chat-options.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.chat-option-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.chat-option-btn:hover {
    transform: scale(1.1);
}

.wa-btn {
    background: #25D366;
}

.ms-btn {
    background: #0084FF;
}

/* Pulse Keyframes */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(26, 26, 26, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(26, 26, 26, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(26, 26, 26, 0);
    }
}

@keyframes pulse-hover {
    0% {
        box-shadow: 0 0 0 0 rgba(197, 143, 88, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(197, 143, 88, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(197, 143, 88, 0);
    }
}


/* ================================
   FOOTER RESPONSIVE
================================ */

@media (max-width: 768px) {

    footer {
        padding: 40px 0 0 0;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px 15px;
    }

    .about-col {
        grid-column: 1 / -1;
    }

    .contact-col {
        grid-column: 1 / -1;
        background: #222;
        padding: 20px;
        border-radius: 8px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding-bottom: 30px;
    }

    .footer-bottom .container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-col.about-col p {
        max-width: 100%;
    }

    .developer-info {
        justify-content: center;
    }
}


/* ================================
   FOOTER End
================================ */




/*Single product whatsapp order*/

.btn-whatsapp-order {
    background: #ffffff;
    color: #1dab52;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 4px;
    border: 1px solid #1dab52;
}

.btn-whatsapp-order:focus,
.btn-whatsapp-order:hover {
    background: #1dab52;
    border-color: #1dab52;
}

/* Variation warning animation */
/* ===============================
   WHATSAPP ORDER MODAL
================================ */

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
    z-index: 9999;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: #fff;
    width: 92%;
    max-width: 460px;
    border-radius: 14px;
    padding: 30px;
    position: relative;
    transform: translateY(40px) scale(.95);
    opacity: 0;
    transition: all .45s cubic-bezier(.25, 1, .5, 1);
}

.modal-overlay.active .modal-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* Close */
.close-modal {
    position: absolute;
    right: 18px;
    top: 15px;
    font-size: 26px;
    color: #999;
    cursor: pointer;
}

.close-modal:hover {
    color: #000;
}

/* Header */
.modal-header h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

.modal-header p {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Form */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-family: inherit;
}

.form-group textarea {
    resize: none;
    height: 80px;
}

.policy-note {
    font-size: 12px;
    color: #777;
    font-style: italic;
    margin: 10px 0 18px;
}

.policy-note a {
    color: #C58F58;
    text-decoration: underline;
}

/* Submit */
.btn-modal-submit {
    width: 100%;
    padding: 13px;
    border-radius: 6px;
    border: none;
    background: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.btn-modal-submit:hover {
    background: #1dab52;
}

/*ENd*/





/*variation switcher change*/

/* Hide default variation selects */
.variations select {
    display: none !important;
}

/* Button style variations */
.variation-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 0px;
}

.variation-btn {
    padding: 4px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: 0.25s;
    color: #333;
    margin-bottom: 10px;
}

.variation-btn:hover {
    border-color: #000;
    background-color: #000;
}

.variation-btn.active {
    background: #a97a59;
    color: #fff;
    border-color: #a97a59;
}



#variation-warning {
    background: #fdf6ec;
    padding: 8px 11px 8px 8px;
    border-radius: 7px;
    border-left: 4px solid #C58F58;
    align-items: flex-start;
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    transition: .4s;
}


#payment ul.wc_payment_methods li:first-child:last-child > label {
    background: #f1f1f1 !important;
    padding: 8px 11px 8px 12px !important;
    border-radius: 7px;
    border-left: 4px solid #767676 !important;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
