.chbazer-product-wrapper {
    flex-wrap: wrap;
    gap: 20px;
}
.chbazer-product-wrapper .chawkbazar-product{
    width: 19%;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    padding: 25px;
}
.chbazer-product-wrapper .products .star-rating {
    display: block;
    margin: 0 0 0.5em;
    float: none;
}
.chbazer-product-wrapper .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
.chbazer-product-wrapper .star-rating::before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.chbazer-product-wrapper .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #FBD103;
}
.chbazer-product-wrapper .woocommerce-review-link{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #111827;
    margin-left: 2px;
}
.chbazer-product-wrapper .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
}
.chbazer-product-wrapper .woocommerce-loop-product__title{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #111827;   
    margin-bottom: 0; 
    margin-top: 4px;
}
.chbazer-product-wrapper .product-content{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #64748B;
    margin-bottom: 10px;
}
.chbazer-product-wrapper .product-content p{
    margin: 0;
}
.chbazer-product-wrapper .chawkbazar-sale{
    width: 52px;
    height: 26px;
    background: #F38400;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: center;
    top: 20px;
    right: 20px
}
.chbazer-product-wrapper .product-thumbnail{
    margin: 45px 0;
}
.chbazer-product-wrapper .product-thumbnail img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.chbazer-product-wrapper .product-price .price{
    display: flex;
    flex-direction: column-reverse;
}
.chbazer-product-wrapper .product-price .price ins{
    border: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #111827;
    padding-left: 0;
}
.chbazer-product-wrapper .product-price .price del{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #64748B;
}
@media only screen and (max-width: 1738px) {
    .chbazer-product-wrapper {
        gap: 15px;
    }
  }
@media only screen and (max-width: 1338px) {
    .chbazer-product-wrapper {
        gap: 10px;
    }
}  
@media only screen and (max-width: 991px) {
    .chbazer-product-wrapper .chawkbazar-product{
        width: 47%;
    }
    .chbazer-product-wrapper {
        gap: 20px;
    }
} 
@media only screen and (max-width: 767px) {
    .chbazer-product-wrapper .chawkbazar-product{
        width: 100%;
    }
    .chbazer-product-wrapper {
        gap: 0;
    }
} 