
@media only screen and (min-width: 320px) and (max-width:440px){
    banner-main .collection-img {
        height: auto;
    }
    .collection-banner .collection-banner-main .collection-img img {
        width: 100%;
        height: auto;
    }
    .product .product-box .product-detail.detail-center {
        /* height: 140px; */
    }
    .product .product-box .product-detail .detail-title .detail-left .price-title {
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
    }
    .product .product-box .product-imgbox img {
        max-width: 100%;
        height: auto;
    }
    .collection-banner .collection-banner-main .collection-img {
        height: auto;
    }
    .title1 {
        padding: 0 0;
    }
    .section-py-space {
        padding: 0 0;
    }
    .col-mb {
        width: 50%;
    }
    .img_ratio{
        height: 126px!important;
    }
    .img_ratio img{
        height: 126px;
    }
    .banner_promt{
        background: #29407185;
        padding-top: 16px;
    }
    .sub-footer {
        margin-bottom: 15px;
    }
    .layout-header2 {
        padding: 4px 0 0;
        padding: 4px 0;
    }
    .icon-block ul{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 7px;
    }
    .icon-block ul li a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: 'PT Sans';
    }
    .dashboard-left .block-content ul li a {
        margin-top: 5px;
    }
    .dashboard-left {
        margin-bottom: 30px;
    }
}