@media screen and (min-width: 750px) {
a.filterico{
    display: none;
}
    .clear{
        display: none;
    }.filternav{
    border-bottom: 1px solid #eee;
             padding-bottom: 20px;
         }
#close{
    display: none;
}
#filterico{
    width: 24px;
}.dealtopt H3{
     font-size: 40px;
 }
}

.filternav b{
    font-size:30px;
   font-family:BebasKai;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 10px;
    color: #585858;
}
.filterbox{
    width: 240px;
    border-right: 1px solid #eee;
    margin-right:50px;
    padding-right:34px;
    background: #fff;
}
.filter>dt{
    font-size: 20px;
    font-family: BebasKai;
    margin-bottom: 20px;
    margin-top: 30px;
}
.filter dd p{
    cursor: pointer;
    margin: 0px 0 20px;
    white-space: nowrap;
}
.filter dd p a::before{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #272727;
    margin-right: 10px;
    shape-outside: border-box;
    content: '';
}
.filter dd p.on a{
    color: #2589ec;
}
.filter dd p.on a::before{
    border: 1px solid #2b88e8;
    background: #2589ec;
}
.filter .ui-accordion-header-icon{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #272727;
    margin-right: 10px;
    shape-outside: border-box;
}
.filter .ui-accordion-header-active{
    color: #2589ec;

}
.filter .ui-accordion-header-active .ui-accordion-header-icon {
    border: 1px solid #2b88e8;

    background: #2589ec;
}

.filter dd ul{
    padding-left: 20px;
}
.filter dd ul li{
    margin-bottom: 18px;
}
.filter dd ul li a.on{
    color: #2b88e8;
}
.dealbox{
    background: #f6f6f6;
    border-radius: 10px;padding: 20px;
    margin-bottom: 40px;
}
.dealtopt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
}

.imgbox{

}
.flag{
    position: absolute;
    top: 0;
    right: -33px;
    width:116px;
    height:60px;
    z-index: 2;
    font-size:28px;
    background: url("../img/flag.png") no-repeat center center;
    background-size: contain;
    color: #fff;
    text-align: center;
    font-family: impact;
    line-height: 52px;
    text-indent: 10px;
}
.imgbox .dealimg{
    width: 100%; border-radius: 10px;
    height: 246px;
}
.dealinfo{

    margin-top: 16px;
    padding-left: 10px;
    padding-right: 110px;
}
.dealinfo a{
    font-size: 24px;
    font-family:RobotoBold;
    line-height: 1.4;
}
.priceinfo{
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap:16px;
}
.proinfo{
    font-size:18px;
    color: #272727;
    margin: 16px 0;    padding-left: 10px;
    padding-right: 10px;
}
.price{    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
}
spePrice{
    font-size: 34px;
    font-family:RobotoBold;
    color: #10c7ff;
}
oriPrice{
    text-decoration: line-through;
    color: #aaa;
    font-size: 24px;
    font-family: RobotoLight;
}
timeleft{
    color: #ff9c0a;
    background:#f1e7d8;
    padding: 6px 18px;
    border-radius: 20px;
    font-family: RobotoBold;
    text-transform: uppercase;
    text-align: center;

}
stock{
    font-size: 24px;
    font-weight: bold;
}
stock small{
    font-size: 18px;
    font-weight: normal;
}
@media screen and (max-width: 750px) {
    .filterbox{
    display: none;
        padding: 15px;
    }
    .filterbox.on{
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
z-index: 90;
        padding-top: 60px;
        overflow-y: scroll;
        height: 100vh;
    }
    #filterico{
        display: none;
    }
    #close{
        height: 20px;
    }
    .dealtopt{
        margin-bottom: 15px;
    }
    .dealtopt a img{
        width: 20px;
    }
    .dealinfo a{
        font-size: 16px;
    }
    .dealbox{
        padding: 10px;
        margin-bottom: 20px;
    }
    .filternav{
        border-bottom: 1px solid #dadada;
        padding-bottom:15px;
        padding-top: 30px;
        position: fixed;
        left: 15px;
        right: 15px;
        top: 0px;
        z-index: 1;
        background: #fff;
    }
    .filternav .clear{
        background: #f4f5f7 ;
        background-size:14px auto;
        border-radius: 24px;
        width: 100px;
        font-size: 12px;
        height: 44px;text-align: center;
        line-height: 44px;position: absolute;
        right: 0px;
        top: 20px;
    }
    .flag{
        width: 83px;
        height: 40px;
        font-size: 20px;
        line-height:34px;
        right: -19px;
    }
    .imgbox .dealimg{
        height: auto;
    }
    .dealinfo{
        overflow: hidden;
        max-height: 42px;
        text-overflow: ellipsis;
        font-size: 16px;
        padding-left: 0;
        padding-right: 0px;
        margin-top: 10px;
    }
    .price{
        align-items: flex-end;
        padding-left: 0;
        padding-right: 0;
    }
    .priceinfo{
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .proinfo{
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
    }
    spePrice{
        font-size: 27px;
    }
    oriPrice{
        font-size: 22px;}
    timeleft{
        display: block;
        font-size: 14px;
        width: 130px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 14px;
    }
    stock{
        font-size: 18px;
    }
    stock small{
        font-size: 16px
    }
}