.oe_product .o_wsale_product_grid_wrapper{
    border: 1px solid #DEE2E6;
    border-radius: 12px;
    padding: 12px;
}
.oe_product .o_wsale_product_information{
padding: 0;
}
.oe_product .o_wsale_product_grid_wrapper .o_wsale_products_item_title a{
    font-size: 16px;
    font-weight: 600;
    color: #196956!important;
    font-family: 'Almarai', sans-serif;
}
.oe_product_cart .oe_product_image .oe_product_image_link .oe_product_image_img_wrapper img{
    border-radius: 12px!important;
}
.oe_product_image {
    margin-bottom: 10px;
}
.oe_product .info-product{
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 10px;
    justify-content: space-around;
}
.oe_product .info-product .info-product-item{
    margin-right: 15px;
}
.oe_product .info-product .info-product-item:last-child{
    margin-right: 0;
}
.oe_product .info-product span{
    display: block;
    color: #696464;
}
.oe_product .info-product  strong{
color: #292121;
}
.css_quantity.input-group{
    border: 1px solid #DEE2E6;
    border-radius: 25px;
    align-items: center;
    padding: 2px 5px;
}
.css_quantity.input-group .js_add_cart_json,
.css_quantity .form-control.quantity {
border: 0;
}
.css_quantity.input-group .js_add_cart_json{
    font-size: 15px;
    padding: 5px 10px;
}
#add_to_cart_wrap a {
    color: #fff;
    border-color: #196956;
    background-color: #196956;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 10px;
    border-radius: 25px;
}
#add_to_cart_wrap a span{
    font-weight: 400;
}
#add_to_cart_wrap #add_to_cart {
    background-color: #292121;
    border-color: #292121;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
}

.o_wsale_product_information_text{
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;

}
#o_wsale_cta_wrapper{
    padding: 8px 0;
    justify-content: space-around;
}
.circle-progress-bar{
    position: absolute;
    bottom: 30%;
    z-index: 999;
    left: 12%;
   
} 
.circle-progress {
    position: relative;
    text-align: center;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-progress .number {
    position: absolute;
    top: 0;
    font-size: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    height: 100%;
    color: var(--color-5);
}
@media (max-width: 991.98px){
    #products_grid:not(.o_wsale_layout_list) .o_wsale_products_grid_table_wrapper tr{
        justify-content: center; 
    }
    #products_grid:not(.o_wsale_layout_list) .o_wsale_products_grid_table_wrapper td{
        width: 100%!important;
    }
    .circle-progress-bar {
       bottom: 32%;
left: 10%;
        
    }
}
@media (min-width: 992px){
    .css_quantity.col-lg-5 {
     
        width: 41.66666667%;
    }


}

