@font-face {
  /*font-family: "Arial";*/
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url('/file/assets?key=assets%2FGeorgia-Regular-font.tff) format("opentype");');
}

body{
  font-size:13px !important;
  font-family: Georgia,serif !important;
    background-color: #d7d6d6 !important;
    width: 1160px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    min-width: 320px !important;
    color: #747474 !important;
}
#main{
    padding: 50px 0;
    background-color: #fff;
}
.lhb-row{
    max-width: 1160px;
    margin: 0 auto;
}
.lhb-container{
    width: 100%;
}
/*.full-width{*/
/*    float: left;*/
/*    min-height: 1px;*/
/*    width: 100%;*/
/*    background-color: #fff;*/
/*}*/
/*.post-content{*/
/*    padding: 0 30px;*/
/*}*/
.post-content-mkt h2{
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 0 0 20px;
}
strong{
    font-weight: 700;
}
.post-content-mkt p{
    margin: 0 0 20px;
    color: #747474;
    font-size: 13px;
    font-family: Georgia,serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
}
.warning{
    background-color: #f2dede;
    color: rgba(166,66,66,1);
    border-color: rgba(166,66,66,1);
    border-width: 1px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    text-align: center;
    text-transform: uppercase;
    clear: both;
    position: relative;
    padding: 25px;
    border-radius: 0;
    margin-bottom: 20px;
    text-shadow: none;
    border: 1px solid rgba(166,66,66,1);
    font-size: 13px;
}
.close{
    position: absolute;
    box-sizing: content-box;
    top: -1px;
    right: -1px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    opacity: 1;
    border: 1px solid rgba(166,66,66,1);
    color: inherit;
    font-size: 15px;
    transition: all .2s;
    background: none repeat scroll 0 0 rgba(0,0,0,0);
}
input[type=text]{
  
    border-width: 1px;
    border-color: #b7b7b7;
    border-radius: 0;
    width: -webkit-fill-available ;
    background-color: #fff;
    font-size: 13px;
    color: #0c0b0b;
    height: 29px;
    padding: 0 10px;
    outline: none;
    border: 1px solid #d2d2d2;

}
.lhb-warning, .post-content-mkt{
    line-height: 1.5;
}
.lhb-search{
    margin-bottom: 20px;
}
.list-product{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: calc((20px)/-2);
    margin-right: calc((20px)/-2);
    margin-left: calc((20px)/-2);
    margin-bottom: 0;
    padding: 0;
}
.list-product>li{
    width: 23%;
    padding: calc((20px)/2);    
}
.lhb-product-index{
    background-color: rgba(255,255,255,0);
    position: relative;
    border: 1px solid #efefef;
    border-bottom-width: 2px;
    border-color: #ebeaea;
}
.product-img{
    display: block;
    text-align: center;
    position: relative;
}
.onsale{
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    display: block;
    border-style: solid;
    font-size: 13px;
    color: #fff;
    border-width: 0;
    border-color: #fff;
    line-height: 0;
    border-radius: 50%;
    padding: 0 0.3em;
    background-color: #e10707;
    top: 20px;
    left: 15px;
}
.onsale:before, .onsale:after{
    content: "";
    width: 100%;
    padding-top: calc(50% + 0.3em);
    display: block; 
}
img{
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.product-index-content{
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.lhb-product-details h3{
    margin: 0;
}
.lhb-product-details a{
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.lhb-price {
    margin-top: 7px;
    font-weight: 400;
}
.lhb-price del{
    font-size: 13px;
    margin-right: 5px;
}
.lhb-price ins{
    color: #e10707;
    font-size: 18px;
    text-decoration: none;
}
.remaining-many {
    margin-top: 7px;
    color: green;
    font-weight: 600;
    font-size: 12px;
}
.lhb-product-btn{
    padding-top: 15px;
    min-height: 50px;
}
.hr{
    margin-bottom: 15px;
    margin-top: 15px;
    border-color: #ebeaea;
    height: 6px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.lhb-product-btn button{
    padding: 0;
    background-color: #fff;
    border: none;
    font-size: 12px;
    /* float: left; */
    cursor: pointer;
    color: #333;
}
.lhb-product-btn a{
    float: right;
    font-size: 12px;
    color: #333;
    text-decoration: none;
}
.des{
    display: none;
}

/* Thêm vào khi đổi dạng hiển thị */
.lhb-grid{
    display: grid;
    grid-template-columns:  auto;
    grid-gap: 10px;
    padding: 10px;
}
.lhb-flex{
    width: 100%!important;
    display: table;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #efefef;
}
.lhb-li-row{
    padding: 0!important;
    width: 100%!important;
}
.product-img-row{
    display: inline-block;
    max-width: 23%;
    width: 23%;
    margin-right: 2%;
    float: left;
}
.lhb-padding{
    padding: 0; 
}
.lhb-product-details-row{
    max-width: 73%;
    width: 73%;
    float: right;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 2%;
}
.lhb-inline{
    display: inline-block;
}
.lhb-inline-e{
    display: inline-block;
    float: right;
}
.des-row{
    display: block;
    padding-bottom: 20px;
}
.lhb-product-btn-row{
    float: none !important;
    margin-left: 20px;
}
@media (max-width:344px){
    .lhb-inline-e{
        float: none;
    }
}

/* ///// */

.btn-wrapper a{
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    border-radius: 2px;
    background-image: linear-gradient(to top,#d60707,#e80707);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    border-width: 1px;
    text-transform: uppercase;
    transition: all .2s;
    outline: none;
    text-decoration: none;
}
.btn-wrapper span{
    color: #780404;
}
.order-cate{
    padding: 50px 30px;

}
#open-theme, #close-theme{
    padding: 9px;
    height: 100%;
    width: 39px;
    float: left;
    text-align: center;
    background-color: #fbfaf9;
    border: 1px solid #ddd;
}
#close-theme{
    border-left: none;
}
#open-theme i, #close-theme i{
    font-size: 16px;
}
.padding{
    padding: 20px 30px;
}
.icon-w i{
    font-size: 20px;
}



input::placeholder{
  font-family:Georgia,serif;
}




.cate-s .order-cate{
      padding: 0 30px 70px 0;
}






@media (max-width:735px){
    .list-product>li{
        width: 100%;
    }
}
@media (min-width:735px) and (max-width:917px){
    .list-product>li{
        width: 47%;
    }
}
@media (min-width:917px) and (max-width:1008px){
    .list-product>li{
        width: 31%;
    }
}