:root {
    --primary: #36614b;
}

.tcul-auth-modal {
    max-width: 500px !important;
    width: 100% !important;
}

.variant-picker-item
    .variant-picker-values
    input:checked
    + label.style-text:not(.color-btn) {
    background-color: var(--primary) !important;
}

.variant-picker-item
    .variant-picker-values
    input:checked
    + label:not(.color-btn) {
    border-color: var(--primary) !important;
}

.btn-fill {
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    /* Space between buttons */
    z-index: 1000;
}

/* WhatsApp Button Wrapper */
.whatsapp-wrap {
    right: 30px;
    bottom: 140px;
    position: fixed;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* WhatsApp Circular Design */
.whatsapp-circle path {
    transition: stroke-dashoffset 10ms linear 0s;
    stroke-dasharray: 307.919, 307.919;
    stroke-dashoffset: 0;
    background-color: #25d366;
    /* WhatsApp Green */
    stroke-width: 5;
    fill: #25d366;
}

/* WhatsApp Icon */
.whatsapp-icon {
    position: absolute;
    font-size: 28px;
    color: #fff;
    right: 18px;
    top: 27%;
}

.nav-sw.nav-next-slider.nav-next-collection {
    color: #ffffff;
    background-color: #214332;
}

.nav-sw.nav-prev-slider.nav-prev-collection {
    color: #ffffff;
    background-color: #214332;
}

.selected-category {
    color: #205b3d !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

.selected-category-img {
    border: 3px solid #36614b;
    border-radius: 50%;
    padding: 3px;
    box-sizing: border-box;
    background-color: white;
}

.bg_green-1 {
    background-color: #36614b !important;
}

.text_white-2 {
    color: #ffff !important;
}

.liveview-count {
    background-color: #36614b !important;
    color: white;
    border: #36614b !important;
    padding-left: 5px;
    padding-right: 5px;
}

.tf-main-area-page p {
    font-style: justify !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #333333 !important;
}

.discount-percentage {
    background-color: #36614b !important;
    border-radius: 28px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    white-space: nowrap;
    /* Prevents content wrapping */
}

@media (max-width: 768px) {
    .discount-percentage {
        padding: 0 8px;
        font-size: 11px;
        line-height: 26px;
        border-radius: 24px;
    }
}

@media (max-width: 480px) {
    .discount-percentage {
        padding: 0 6px;
        font-size: 10px;
        line-height: 24px;
        border-radius: 20px;
    }
}

/* about us for home page */
.tf-content-wrap .heading {
    font-size: 38px !important;
    line-height: 62.4px;
}

.tf-social-icon .box-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.tf-social-icon .box-icon:hover {
    transform: scale(1.1);
}

/* Specific brand colors */
.social-facebook {
    background-color: #1877f2;
}

.social-instagram {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}

.social-pinterest {
    background-color: #25d366; /* WhatsApp green */
}

.tf-social-icon i {
    font-size: 16px;
}

@media (max-width: 480px) {
    .tf-content-wrap .heading {
        font-size: 28px !important;
        /* Adjust for smaller screens */
        line-height: 1.4;
        /* Adjust line height for better readability on mobile */
        padding: 0 10px;
        /* Prevent text from touching the edges */
    }
}

/* article page */
.tf-content-wrap .main-heading {
    font-size: 26px !important;
    /* Updated font size */
    line-height: 45px;
    /* Updated line height */
    text-align: center;
    /* Center the heading */
    color: #214332;
    /* Deep green text */
}

/* products  */
@media (max-width: 480px) {
    .tf-product-info-price {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .price-on-sale,
    .compare-at-price {
        margin-right: 8px;
    }

    .discount-percentage {
        margin-top: 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 4px;
        padding: 2px 10px;
        background-color: #36614b !important;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
        color: #ffffff;
        width: auto;
    }
}

/* catgeory scrolling */
@media (max-width: 480px) {
    .tf-categories-container {
        display: flex;
        overflow-x: auto;
        gap: 2px;
    }

    .collection-item-circle {
        flex: 0 0 auto;
        width: 100px;
        /* Adjust as needed */
    }
}

.tf-table-page-cart td:last-child {
    width: 100% !important;
}

@media (min-width: 1150px) {
    .tf-accordion-wrap > .content {
        width: 100% !important;
    }
}

.justify-text {
    text-align: justify;
}

