.bg-banner {
    background-size: 100% 100% !important;
}

.bg-banner2 {
    height: 200px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 18px;
    left: 8px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

@media screen and (min-width:320px) and (max-width:667px) {
    .bg-banner {
        background-size: 100% 100% !important;
        height: 200px;
    }

    .bg-banner2 {
        height: 150px;
    }
}

@media screen and (min-width: 768px) {
    .mobile-footer {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .mobile-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff8e1;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-top: 1px solid #cbcbcb;
        z-index: 999;
        padding: 0.5rem 0;
    }

    .mobile-footer a {
        text-decoration: none;
        color: #404040;
        font-size: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-footer a i {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .logo.logo-width-1 a img {
        width: 4px;
        min-width: 40px;
    }

    .float {
        display: none;
    }
}



.privacy-policy {
    background-color: #f8f8f8;
    color: #333;
    line-height: 1.6;
    font-size: 13px;
    max-width: 900px;
    margin: 30px auto;
    background: #fff;
    padding: 20px 30px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.header-sec-privacy {
    background-color: #000;
    padding: 10px;
    text-align: center;
    border-radius: 6px 6px 0 0;
}

.header-sec-privacy .header-text {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.policy-content h4 {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #111;
}

.policy-content ul {
    margin: 5px 0 15px 20px;
    padding: 0;
}

.policy-content li {
    margin-bottom: 5px;
}

.policy-content li,
p {
    font-size: 13px;
}

.policy-content a {
    color: #0066cc;
    text-decoration: none;
}

.policy-content a:hover {
    text-decoration: underline;
}


.terms-container {
    color: #333;
    font-size: 13px;
    line-height: 1.6;
    max-width: 900px;
    margin: 30px auto;
    background: #fff;
    padding: 20px 30px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.header-sec-terms {
    background-color: #000;
    padding: 10px;
    text-align: center;
    border-radius: 6px 6px 0 0;
}

.header-sec-terms .header-text {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.terms-content p {
    margin-bottom: 15px;
    font-size: 13px;
}

.terms-content a {
    color: #0066cc;
    text-decoration: none;
}

.terms-content a:hover {
    text-decoration: underline;
}


/* headder shopping cart start */
.minicart__product--items {
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.minicart__product--items:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

.minicart-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.quantity__number {
    width: 50px;
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.minicart__subtitle a:hover {
    color: #0d6efd;
}

.minicart__product--remove {
    transition: all 0.3s ease;
}

.minicart__product--remove:hover {
    background-color: #dc3545;
    color: #fff;
}


@media (max-width: 576px) {
    .minicart__product--items {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .minicart__thumb {
        margin-right: 0 !important;
        margin-bottom: 1rem;
    }

    .minicart-footer {
        flex-direction: column;
        gap: 0.5rem;
    }
}


/* headder shopping cart end */


.cart__table--inner th,
.cart__table--inner td {
    vertical-align: middle;
}

.cart__table--inner img {
    border-radius: 8px;
    background-color: #f8f9fa;
    padding: 5px;
}

.remove-btn {
    font-size: 1.2rem;
    line-height: 1;
    transition: all 0.2s ease;
}

.remove-btn:hover {
    color: #fff;
    background-color: #dc3545;
}


/* Ensure input fields look clean */
.quantity__value {
    /* width: 32px;
    height: 32px; */
    padding: 0;
    font-weight: bold;
    text-align: center;
}

/* Trash button hover effect */
.remove-item:hover {
    color: white !important;
    background-color: #dc3545 !important;
}


