section {
    padding: 1rem 6%;
    display: block;
    justify-content: center;
}

.breadcrumb {
    font-size: 14px;
    color: #777;
    margin-top: 6rem;
    /* letter-spacing: 3px; */
}

.breadcrumb a {
    color: #777777;
    text-decoration: none;
    transition: all 0.5s ease;
}

.breadcrumb a:hover {
    text-decoration: underline;
    border-bottom: 1px solid #777777;
    letter-spacing: 1px;
}

.breadcrumb span {
    color: #aaa;
    transition: all 0.5s ease;

}

.breadcrumb span:hover {
    border-bottom: 1px solid #aaa;
    letter-spacing: 5px;

}




.product-info {
    margin-top: 1rem;
}

.product-info h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px;
}

.price-info {
    font-size: 16px;
    color: #777;
}

.price-info .price {
    font-weight: bold;
    color: #000;
}

.price-info .separator {
    margin: 0 10px;
    color: #aaa;
}

.price-info .variant {
    color: #555;
}



.container {
    display: flex;
    justify-content: space-between;
}

.box {
    display: block;
    width: 100px;
    max-height: 480px;
    height: auto;
    border-radius: 0px;
    cursor: pointer;
}

.box {
    scroll-behavior: smooth;
}

.box::-webkit-scrollbar {
    background: white;
    width: 0.3rem;
}

.box::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background: white;
}

.box::-webkit-scrollbar-track {
    background: white;
}






.box img {
    width: 100%;
    height: auto;
    /* border-radius: 20px; */
}

.big-box {
    width: 480px;
    height: 480px;
    margin: 0 20px;
}

/* .big-box img {
    width: 100%;
    height: auto;
} */

.big-box img {
    max-height: 480px;
    height: auto;
    max-width: 100%;
}


.product-page {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background-color: #fff;
    padding: 14px;
    border-radius: 8px;
    width: 48%;
}

.product-image img {
    width: 200px;
    height: auto;
    border-radius: 8px;
    background-color: #eafbe4;
    padding: 10px;
}

.product-details {
    flex-grow: 1;
}

.product-details h1 {
    font-size: 25px;
    margin: 0 0 10px;
    font-weight: 500;
}

.price {
    font-size: 17px;
    margin: 20px 3px;
    line-height: 30px;
}

.mrp {
    color: #777;
    line-height: 26px;
}

s {
    text-decoration: line-through !important;
}


.discount-price {
    font-size: 20px;
    color: #007bff;
    font-weight: bold;
}

.discount {
    color: #44b546;
    font-weight: bold;
    margin-left: 10px;
}

label {
    display: block;
    margin: 10px 0 5px;
    font-size: 14px;
}

select {
    padding: 5px;
    font-size: 14px;
    border: 1px dotted white;
}

select:hover {
    border: 1px dotted #ff8949;
    border-radius: 20px;
    background-color: #f0f0f0;

}

.quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px;
}



.qty-btn {
    width: 30px;
    height: 30px;
    background-color: var(--backgroundCart);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
}

.qty-btn:hover,
.wishlist-btn:hover {
    background-color: #ff8949;
}


.qty {
    font-size: 16px;
}

.wishlist-btn {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background-color: var(--backgroundCart);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-block: 10px;
}

.box_main {
    display: flex;
    justify-content: space-between;
}






.img-magnifier-container {
    position: relative;
    display: flex;
    justify-content: center;
    height: 480px;
}

.img-magnifier-glass {
    position: absolute;
    border: 1px dotted #777;
    border-radius: 5%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}

.product-page .ico {
    display: flex;
    gap: 5px;
}

.product-page .ico {
    color: #feba0f;
}


.Description h3 {
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 600;
    margin-block: 14px
}

.Description_p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 16px;
    color: #1f1f1f;
    line-height: 27px;
}




.ec_products_services {
    padding: 12px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    /* margin-top: 4rem; */
}

.ec_products_services>div {
    display: flex;
    align-items: center;
}

.ec_products_services>div>span {
    border: 1px solid lightgray;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    padding: 5px;
    box-sizing: border-box;
}

.ec_purchase_protection_icon {
    background: url('/assets/images/p1.svg') no-repeat;
    padding: 12px 12px;
    text-align: center;
    background-size: 100% 100%;
}

.ec_secure_payment_icon {
    background: url('/assets/images/p2.svg') no-repeat;
    padding: 12px 12px;
    text-align: center;
    background-size: 100% 100%;
}

.ec_easy_return_icon {
    background: url('/assets/images/p3.svg') no-repeat;
    padding: 12px 12px;
    text-align: center;
    background-size: 100% 100%;
}

.ec_fast_delivery_icon {
    background: url('/assets/images/p4.svg') no-repeat;
    padding: 12px 12px;
    text-align: center;
    background-size: 100% 100%;
}

.ec_products_services>div .ec_text {
    font-size: 14px;
    color: #222;
    max-width: 75px;
    font-weight: 200;
    flex: 1;
}














































@media(max-width:992px) {
    .container {
        display: block;
    }

    .box_main {
        display: flex;
        justify-content: unset;
        gap: 0px;
    }


    .product-page {
        display: flex;
        align-items: flex-start;
        background-color: #fff;
        border-radius: 8px;
        width: 100%;
        text-align: start;
        /* margin-top: -39px; */
    }

    section {
        padding: 1rem 2%;
    }

    .product-info {
        margin-block: 2rem;
    }

    .Description_p {
        margin: 10px;
    }















    .box {
        width: 37%;
        max-height: 400px;
        height: auto;
    }

    .box img {
        width: 100%;
        height: auto;
    }



    .img-magnifier-container {
        height: 400px;
        width: 107%;
    }


    .big-box {
        width: 107%;
        height: 406px;
        margin: 0 20px;
    }

    .big-box img {
        max-height: 480px;
        height: auto;
        max-width: 100%;
    }

    .ec_products_services {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 10px;
        grid-column-gap: 10px;
        /* margin-top: 4rem; */
    }


}