
        :root {
    --carousel-btn-hover-color: #FF90BB;
    --section-title-color: #FF90BB;
    --sub-title-color:#878787;
    --border-color: #7a7979;
    --font-family-1:"Montserrat", sans-serif;
    --font-family-2: Quicksand;
    --badge-bg-color:#d0157d;
    --quick-card-btn-bg-color:#FF90BB;
    --product-title-color:#3d3c3c;
}
      .breadcrumbs {
        padding: 0;
        margin-bottom: 3rem;
        font-size: 0.95rem;
        display: flex;
        justify-content: center;
        margin-top: 0;
        list-style: none;
        flex-wrap: wrap;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        content: ">";
        color: #6c757d;
        padding: 0 10px;
    }

    .breadcrumb-item a {
        color: #c1c2c3;
        text-decoration: none;
        font-size: 15px;
        transition: color 0.3s ease;
    }

    .breadcrumb-item a:hover {
        color: #2f2f30;
        text-decoration: none;
    }

    .breadcrumb-item.active {
        color: #2f2f30;
        font-size: 20px;
    }

    /* form details */

    .billingDetail_title h1 {
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 800;
        margin-top: 5px;
        color: #555;
    }

    .Form-divider {
        width: 100%;
        height: 1px;
        border-top: 2px solid #c8c3c3;

    }

    label {
        display: block;
        font-weight: 700;
        margin-bottom: 0;
        font-size: 15px;
        margin-top: 10px;

    }

    .additionalInfo_title {

        margin-top: 36px;
        font-size: 23px;
        font-weight: 800;
        color: #555;

    }

    .countryInput {
        border: none;
        font-size: 18px;
        font-weight: 600;
        color: #777;
    }

    /* Order Details CSS */

    .orderDetails {
        border: 2px solid var(--badge-bg-color);
        padding: 26px 20px;
    }

    .orderDetails h3 {
        font-size: 25px;
        font-weight: 700;
        color: #555;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .orderDetails h4 {
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        color: #777;
        margin-bottom: 10px;
    }

    th {
        color: #777;
        text-transform: uppercase;
    }

    td {
        font-size: 14px;
        color: #666;
    }

    .paymentMethod strong {
        font-size: 18px;
        font-weight: 800;
        color: #414141;
    }

    .paymentMethod small {
        font-size: 14px;
        color: #555;
    }

    .orderBtn {
        border: none;
        padding: 8px 15px;
        background-color: var(--quick-card-btn-bg-color);
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
        color: white;
        border-radius: 3px;
        transition: all 0.3s ease;
        margin-bottom: 10px;
    }

    .orderBtn:hover {
        background-color: var(--carousel-btn-hover-color);
    }

     /* About Section */
.about_content {
    padding: 40px 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap; /* Wrap on small screens */
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: var(--badge-bg-color);
    color: white;
    border-radius: 12px;
}

.About_us {
    text-align: center;
    flex: 1 1 300px;
}

.contact_us {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.contact_us-content {
    text-align: center;
}

.contact_us-content h2 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #ffffff;
}

.contact_us-content a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.contact_us-content a:hover {
    color: #ffffff;
}

/* Social Icons */
.social_icons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.social_icons a {
    text-decoration: none;
    color: #f5f5f5;
}

.social_icons i {
    font-size: 20px;
    border: 2px solid white;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.social_icons i:hover {
    transform: scale(1.1);
}

.fa-facebook-f:hover {
    background-color: #0693e3;
    border-color: #0693e3;
}

.fa-instagram:hover {
    background-color: #e25494;
    border-color: #e25494;
}

.fa-tiktok:hover {
    background-color: #000000;
    border-color: #000000;
    color: white;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .about_content {
        flex-direction: column;
        text-align: center;
        padding: 30px 15px;
    }

    .contact_us {
        flex-direction: column;
        gap: 15px;
    }

    .social_icons i {
        font-size: 18px;
        padding: 6px;
    }
}

 
    /* footer */
    .payment-icon {
        display: inline-block;
        transition: opacity .3s;
        border-radius: 5px;
        background-color: var(--badge-bg-color);
        padding: 3px 5px 5px;
        position: relative;
        margin: 0 auto;
    }

    .payment-icon svg {
        fill: #fff;
        vertical-align: middle;
        height: 20px;
        width: auto !important;
    }

    .footer {
        color: rgba(26, 25, 25, 0.637);
        font-size: .9em;
        margin-top: 15px;
        text-align: center;
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .footer_content {
        text-transform: uppercase;
        margin-top: 10px;
    }

    .footer_content ul {
        margin: 0 auto 5px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 11px;
        max-width: 600px;
        padding: 0;
    }

    .footer_content ul li  {
        text-decoration: none;
        color: rgba(54, 53, 53, 0.5);
        transition: all 0.3s ease;
        font-size: 0.85em;
        white-space: nowrap;
    }

 
    
    .copyright_footer {
        margin-top: 15px;
        font-size: 0.85em;
    }
    
    /* WhatsApp button */
    .whatsapp-float {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #25D366;
        color: white;
        padding: 10px 15px;
        border-radius: 50%;
        text-align: center;
        font-size: 24px;
        z-index: 1000;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .whatsapp-float:hover{
        color: white;
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .footer_content ul {
            gap: 8px;
        }
        
        .footer_content ul li {
            font-size: 0.75em;
        }
        
        .payment-icon svg {
            height: 16px;
        }
        
        .copyright_footer {
            font-size: 0.75em;
        }
        
        .whatsapp-float {
            width: 45px;
            height: 45px;
            font-size: 20px;
            bottom: 15px;
            right: 15px;
        }
    }
    
    @media (max-width: 480px) {
        .footer_content ul {
            gap: 6px;
        }
        
        .footer_content ul li  {
            font-size: 0.65em;
        }
        
        .payment-icon {
            padding: 2px 4px 4px;
        }
        
        .payment-icon svg {
            height: 14px;
        }
    }





