.discount-label{
    top: 0;
    right: 0;
}
@media (min-width: 767px) {
    .phone_footer>strong{
        height: 10px;
    }
}
.main_item_cat,
.price-filter,
.returnPolicy{
    display: none !important;
}
.col-md-12.button-store{

}
@media (max-width: 768px) {
    .product-information .product-image img.lazyloaded{
        object-fit: cover !important;
    }
    .product-information .product-image img.lazyloading,
    .product-information .product-image img[data-src=""]{
        object-fit:scale-down !important;
    }

}
@media (min-width: 1200px){
    .items-doc .item-img img{
        min-height: unset;
        max-height: unset;
        aspect-ratio: 69/40;
    }
}

.cart-index-sidebar {
    display: none;
}
.footer-map .button-store{
    opacity: 0;
}
.countdown-container{
    width: fit-content;
}
.countdown-container>.clock{
    display: flex;
    width: fit-content;
}
.countdown-container .wrap{
    width: 40px;
}
.type-time{
    display: none;
}
.text .val {
    color: #fff;
    font-size: 16px;
}
.clock-canvas{
    background-color: #000;
    border-color: #000;
    border-radius: 5px;
    padding-bottom: 0;
    height: 45px;
}
.inner>.text{
    margin-top: -15px;
}
.clock-item .inner{
    height: 45px;
}
canvas{
    display: none;
}
.clock-item{
    margin: 0 3px;
}
.box-countdown{
    display: flex;
    width: 80%;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.title-count-down{
    flex: none;
    font-size: 24px;
    line-height: 24px;
    margin: 0 10px;
    color: #000;
}
.countdown-img img{
    min-width: 140px;
    position: relative;
    top: 3px;
}
@media (min-width: 768px){
    .box-countdown:before,
    .box-countdown:after{
        display: block;
        content: "";
        width: 30px;
        border-bottom: 1px solid #000;
        bottom: 50%;
        position: absolute;
    }
    .box-countdown:before{
        left: 10px;
    }
    .box-countdown:after{
        right: 10px;
    }
}
@media (max-width: 768px){
    .clock-canvas{
        background: #000 !important;
        border-color: #000 !important;
        border-radius: 5px;
        padding-bottom: 0;
        height: 45px;
    }
    .countdown-img{
        margin-bottom: 10px;
    }
    .box-countdown{
        padding: 10px 0;
    }
}
