<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1400px) {

}
@media(max-width: 1280px){
    .main-content-wrap{
        background: #f4f4f4;
    }
}
@media (max-width: 1279px) {

}

@media (max-width: 1024px) {
    .box-product-title{
        font-size: 14px;
    }
    .box-product-img,.box-product-img img {
        height: 200px;
    }
    .price,.old-price{
        font-size: 11px;
    }
}


@media (max-width: 980px) {
    .box-product-img,.box-product-img img {
        height: 170px;
    }

}

@media (max-width: 768px) {

    .img-box img {
        width: 100%;
    }

    .img-box {
        max-height: none;
    }

    .overlay-new img {
        width: auto;
    }

    #under-nav .carousel-inner .carousel-caption h2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .services-box-inner{
        height: auto;
    }
    .box-product-wrap{
        margin-bottom: 20px;
    }
    .list-product{
        margin-bottom: 20px;
    }


}

@media (max-width: 670px) {


}

@media (max-width: 500px) {


}

@media screen and (max-width: 450px) {

}

@media (max-width: 398px) {


}

@media (max-width: 360px) {

}
@media (max-width: 320px){

}

</pre></body></html>