.product-col {
    width: calc(20% - 12px) !important;

    position: relative;
    margin: 0 6px;
    margin-bottom: 60px;
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px;
}

.product-img {
    overflow:hidden;
    width: 100%;
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.pd_border img {
    width: 100%;
}

.containers {
    padding: 25px;
    display: block;
    min-width: 240px;
    max-width: 5000px;
    margin: 0 auto;
}

.containers a {

    color: #000;

    text-decoration: none;

}


.pd_border:hover {

    border: 1px solid #0003;

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);

}

.product_description {

    padding: 0 10px;
    height: 70px;

}

.pName p {

    margin: 0;

    font-size: 12px;

    color: #000;
    height:36px;
    overflow:hidden;

}

.pPrice {

    position: relative;
  height:24px;
    overflow:hidden;


}

.sPrice {

    font-size: 14px;

    font-weight: 700;

    margin-right: 2px;

}



.cPrice {

    font-size: 13px;

    font-weight: 500;

    color: #0008;

    margin-right: 2px;

    text-decoration-line: line-through !important;

    text-decoration-color: #f27f72 !important;

}

.discount {

    font-size: 12px;

    color: rgb(70, 70, 187);

    font-weight: 500;



}

.addProduct p {

    font-size: 12px;

}

.addProduct span {

    font-size: 12px;

    font-weight: 700;

}

.p_view_sale {

    width: 100%;

    display: flex;

    justify-content: center;

    padding: 5px;
    margin-bottom:8px;

}

.p_view_sale>a {

    background-color: #ffbcd9;

    border-radius: 100px;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #000;

    cursor: pointer;

    display: inline-block;

    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    text-align: center;

    transition: all 250ms;

    text-decoration: none;

    padding: 5px 15px;

    border: 0;

    font-size: 12px;

    user-select: none;

    -webkit-user-select: none;

    touch-action: manipulation;

}

.loaddata {

    display: none;

}

.load_more {

    width: 100%;

    display: flex;

    justify-content: center;

}

.loadeMore {

    border: 2px solid lightseagreen;

    padding: 5px 10px;

    margin: 10px 0;

}

.heading_row {

    width: 100%;

    text-align: center;

    padding: 0.5rem;
    margin-top:24px;

}

@media (max-width: 1400px) {
    .product-img {
        height: 236px;
    }
}

@media (max-width: 1200px) {
    .product-col {
        width: calc(25% - 12px) !important;
    }

    .product-img {
        height: 194.5px;
    }
}

@media (max-width: 992px) {
    .product-col {
        width: calc(33.33% - 12px) !important;
        padding:0 !important;
    }

    .product-img {
        height: 191.98px;
    }

    .product_description {
        padding: 0 4px;
        height: 64px;
    }
}

@media (max-width: 768px) {
    .product-col {
        width: calc(50% - 12px) !important;
    }

    .product-img {
        height: 219px;
    }
}

@media (max-width: 600px) {
    .product-col {
        width: calc(50% - 12px) !important;
    }

    .product-img {
        height: 219px;
    }

    .product-img {
        height: 190.2px;
    }

    .similar-product {
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {

    .product-img {
        height: 169px;
    }

}

@media (max-width: 360px) {
    .product-img {
        height: 130px;
    }
}