.product-lists-promotion p.pro-price span.pro-price-del{
    font-weight: 500;
    font-size: 12px;
}
.product-lists-promotion .box-pro-prices{
    margin: 10px 0;
}
.product-lists-promotion .available_product p span{
    font-weight: 600;
}
.product-lists-promotion .available_product p{
    display: inline-block;
    width: 50%;
}
.product-lists-promotion p.pro-price{
    color: #e01b22;
    font-size: 16px;
}
.product-lists-promotion .product_name_promotion{
    font-size: 18px;
    font-weight: 600;
}
.product-lists-promotion .img_product{
    position: relative;
}
.product-lists-promotion .product-saleNew{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background: #e01b22;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}
.dateCounter .coutdown span{
    text-transform: uppercase;
    font-size: 13px;
}
.dateCounter .coutdown .time{
    display: block;
    width: 40px;
    height: 40px;
    background: #ddd;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}
.dateCounter .coutdown{
    margin-right: 10px;
    text-align: center;
}
.dateCounter{
    display: flex;
    justify-content: center;
}
.product-lists-promotion.owl-carousel .owl-controls .owl-dot.active span{
    background: #e01b22;
}
.product-lists-promotion.owl-carousel .owl-controls .owl-dots{
    text-align: center;
    margin-top: 25px;
}
.product-lists-promotion.owl-carousel .owl-controls .owl-dot {
    display: inline-block;
}
.product-lists-promotion.owl-carousel .owl-controls .owl-dot span{
    height: 7px;
    width: 35px;
    background: #ddd;
    display: inline-block;
    border-radius: 5px;
    margin: 0 3px;
}
.quick_view_promotion a{
    display: inline-block;
    padding: 10px 15px;
    background: #f57031;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 20px;
    cursor: pointer;
}
.quick_view_promotion{
    text-align: center;
    margin-top: 15px;
}

.product-promotion .img_product .actionLoop {
    bottom: 0;
}
.product-promotion .content_product {
    padding-right: 20px;
}
.product-promotion .img_product:hover .actionLoop {
    opacity: 1;
    visibility: inherit;
}
.progress {
    height: 10px;
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #ddd;
    box-shadow: none;
}
.bg-danger {
    background-color: #ee4d2d!important;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 10px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: none;
}
.progress .buyed {
    line-height: unset;
    position: absolute;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .product-lists-promotion .img_product img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .product-lists-promotion .img_product{
        width: 300px;
        height: 300px;
    }
    .product-lists-promotion .available_product p:last-child{
        text-align: end;
    }
}
@media (min-width: 1600px) {
    .product-lists-promotion .img_product{
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .dateCounter .coutdown{
        margin-right: 5px;
    }
    .dateCounter .coutdown .time{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .product-lists-promotion .available_product p{
        width: auto;
        margin-right: 5px;
    }
    .product-promotion .content_product{
        padding-right: 0;
    }
    .content_product_promotion{
        padding-left: 0;
    }
}
