.attr-size {
    background: #fafafa;
    border-bottom: 1px solid #e0dfdf;
}
.req a {
    border: none;
    border-radius: unset;
    background: unset;
    margin-bottom: 0;
    color: #333;
    margin-right: 0;

}
.menu-custom ul{
    margin-bottom: 0;
}
.attr-size img {
    width: 15%;
    display: inline-block;
    vertical-align: top;

}
.attr-size a {
    width: 85%;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
}
.price-attr {
    font-weight: 500;
}
.price-attr {
    margin-top: 5px;
    display: block;
}
.req a.deactive {
    background: unset;
    color: #333;
}
.req a:hover, .req a.active {
    background: #e4e4e4;
    color: #333;
}
.size.req {
    border: 1px solid #cccccc;
    border-left: 3px solid #bbbbbb;
    border-radius: 3px 8px 8px 3px;
    padding: 5px;
}
.fb_dialog_content>iframe{
    bottom: 74px !important;
    right: 0 !important;
}


.img-category {
    max-height: 145px;
    overflow: hidden;
    margin: 15px 0!important;
}

.btn-view-more{
    text-align: center;
    font-size: 17px;
    position: relative;
}
.btn-view-more a{
    color: #f44242;
}
.btn-view-more a:hover{
    color: #f44242;
}
.btn-view-more:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 100px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .8) 85%, #fff);
}

#pagination .paginator .labelPages, #pagination .paginator .titlePages {
    display: none;
}

#pagination .paginator a, #pagination .paginator .currentPage {
    /*padding: 5px 10px;*/
    font-size: 12px;
    color: #e41b35;
    margin: 0 3px;
    border: 1px solid #e41b35;
    background: #fff;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

#pagination .paginator .currentPage {
    color: #fff ;
    border-color: #e41b35;
    background: #e41b35;
}

#pagination .paginator a.paging-next:before {
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
}

#pagination .paginator a.paging-last:before {
    content: "\f101";
    font-family: Font Awesome\ 5 Free;
}

#pagination .paginator a.paging-previous:before {
    content: "\f104";
    font-family: Font Awesome\ 5 Free;
}

#pagination .paginator a.paging-first:before {
    content: "\f100";
    font-family: Font Awesome\ 5 Free;
}

@media screen and (max-width: 576px) {
    .item-policy .a-left p {
        margin-bottom: 5px;
    }
}
.showmore{
    display: none !important;
}
.maxheight-Showmore{
    max-height: 100%;
}
.prod-hl-discount{
    display: block;
}
.prod-hl-discount span {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #da251c;
    position: absolute;
    top: 8px;
    right: -28px;
}
.prod-hl-discount span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #da251c;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #da251c;
}
.prod-hl-discount span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #da251c;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #da251c;
}
.pro-percent{
    display: none;
}
.product-img{
    position: relative;
}
.news-detail a, .content-product a, .img-category a {
    font-size: inherit;
    color: #007bff !important;
}
.news-detail a:hover *, .news-detail a:hover, .content-product a:hover, .img-category a:hover{
    color:#e41b35 !important;
}

.box-prices {
    display: flex;
    justify-content: flex-start;
}
.box-prices .pro-price-del {
    margin-left: 5px;
}
.content-product ul li{
    list-style: inside;
}
.title-home p {
    font-size: 1.25rem;
}
.slide_home_product .item-product-home{
    width: 100% !important;
}
.content-product figure {
    margin-left: auto;
    margin-right: auto;
}