.product-img {
    text-decoration: none;
    display: block;
    width: 100%;
}

.product-img>img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80vh;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
}

.product-image2 {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.product-image2>img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* product list */

.product-image {
    width: 100%;
}

.product-image>img {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
}

.pd_heading {
    font-size: 20px;
    font-weight: 400 !important;
}

.PD_btn {
    text-decoration: none;
    color: white;
    padding: 6px 15px;
    background-color: rgb(1, 10, 141);
    display: inline-block;
}

.product-content {
    display: block;
    text-decoration: none;
}

.product-container {
    overflow: hidden;
    position: relative;
}

.related-products {
    font-size: clamp(25px, 4vw, 45px);
    font-weight: 600;
}

/* product details */

.PD_Alist {
    padding-bottom: 10px;
}

.PD_Alist > li {
    list-style: none;
    padding: 5px 0;
    padding-left: 5px;
}

.PD_Alist_icon {
    color: #0047BB;
    margin-right: 10px;   
}

.PD_Blist > div {
    font-size: clamp(15px,4vw,22px);
    font-weight: 600;
    margin-bottom: 8px;
}

.PD_Blist > ul {
    list-style-position: outside;
}

.PD_Blist > ul > li {
    margin-bottom: 10px;
}

.product_heading {
    font-weight: 400 !important;
}

/* .title {
    font-size: 35px;
} */

@media screen and (min-width: 320px) {
    .PD_Blist > small {
        font-size: 12px;
        padding: 2px 5px;
    }
    .PD_Alist > li,
    .product_description,
    .PD_Blist > li {
        font-size: 14px;
    }
    .def_text {
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    .product_heading {
        font-size: 18px;
    }
    .title {
        font-size: clamp(25px,4vw,35px);
    }
}

@media screen and (min-width: 768px) {
    .product-image2 {
        width: 100%;
        height: 80px;
    }

    .product-img>img {
        height: auto;
        max-height: 100vh;
        aspect-ratio: 1/1;
    }
    .PD_Alist > li,
    .product_description,
    .PD_Blist > li {
        font-size: 14px;
    }
    .def_text {
        font-size: 14px !important;
    }
    .product_heading {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) {
    .product-image2 {
        width: 50px;
        height: 50px;
    }
    .PD_Alist > li,
    .product_description,
    .PD_Blist > li {
        font-size: 16px;
    }
    .def_text {
        font-size: 16px !important;
    }
    /* .title {
        font-size: 35px;
    } */
}

#product-details {
    overflow: hidden;
}

#product {
    overflow: hidden;
}