.veg-list {
    margin-top: 0 !important
}

/* .banner-list {
    height: 282px;
} */

.banner-slide {
    position: relative
}

.banner-slide .main-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff
}

.banner-slide .main-nav h1.d-flex {
    margin: 0 ; 
    font-size: 50px;
    font-weight: 700;
    padding: 20px 28px;
    border: 2px solid #ffffff ; 
}
.banner-slide .main-nav h1.nav-title {
    font-size: 16px;
    margin: 0 10px; 
    line-height: 20px;
    font-weight: normal;
}
.banner-slide .main-nav a {
    color: #fff;
    margin: 0 10px;
    line-height: 20px;
    font-size: 16px;
}

.main-lst {
    padding: 33px 0
}


.main-lst .lst-left .box-left {
    margin-bottom: 30px;
}

.main-lst .lst-left .box-left .title {
    color: #000;
    font-weight: 700;
    height: 50px;
    margin:0 5px; 
    border-bottom: 1px solid #d1d1d1;
    font-size: 20px;
    text-transform: uppercase;
}
.main-lst .lst-left .box-left .box-price-range {
    padding: 15px 4px;
    padding-top: 30px;
}
.main-lst .lst-left .box-left .box-price-range p {
    margin: 15px 0 0 0 ; 
    font-size: 14px;
    color: #979797;
}
.main-lst .lst-left .box-left .box-price-range b {
    color : #141414;
    margin-left : 10px; 
}
.main-lst .lst-left .box-left ul.lst-product {
    padding-top: 20px; 
}
.main-lst .lst-left .box-left ul.lst-product li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 5px;
}
.main-lst .lst-left .box-left ul.lst-product li span.count {
    background-color: #ff7e36;
    color: #fff;
    display: inline-block;
    width: 50px;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
}

.main-lst .lst-left .box-left ul.lst-product li:hover a {
    color: #469318
}

.main-lst .lst-left .box-left ul.lst-product li a {
    color: #828282;
    font-size: 16px;
    font-weight: 600;
}


.main-lst .lst-left .box-left .lst-weight {
    flex-wrap: wrap;
    margin: 18px
}

.main-lst .lst-left .box-left .input-weight {
    border-top: 1px solid #d1d1d1;
    padding: 15px;
    width: calc(100% - 36px);
    margin: 0 auto
}

.main-lst .lst-left .box-left .input-weight input {
    height: 45px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 0 45px 0 15px;
    background: url(../images/list/lock-form.png) top 15px right 10px no-repeat
}

.main-lst .lst-left .box-left .btn-apply {
    border: none;
    background: #29a51c;
    color: #fff;
    line-height: 37px;
    padding: 0 25px;
    border-radius: 22px;
    margin: 0 auto 20px;
    display: block
}

.main-lst .top-right .left h4 {
    font-size: 24px;
    font-weight: 700;
    color: #212121
}

.main-lst .top-right .left span {
    color: #828282
}
.main-lst .layout-options span.icons {
    display : inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px; 
}
.main-lst .layout-options span.icons svg {
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
}
.main-lst .layout-options span.icons.active svg path {
    fill : #72bc77 ;
}
.lst-weight .container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lst-weight .container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.lst-weight .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 5px
}

.lst-weight .container-check:hover input ~ .checkmark {
    background-color: #fff
}

.lst-weight .container-check input:checked ~ .checkmark {
    background-color: #fff
}

.lst-weight .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.lst-weight .container-check input:checked ~ .checkmark:after {
    display: block
}

.lst-weight .container-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #4f9616;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.custom-select {
    position: relative;
    font-family: Arial;
    width: 100px;
    height: 38px;
    border: none;
    cursor: pointer;
    padding-left: 0 ; 
}

.custom-select select {
    display: none;
    -webkit-appearance: none;
    width: 125px
}

.select-selected {
    background-color: #fff
}

.select-selected:after {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #aeaeae transparent transparent transparent
}

.select-selected.select-arrow-active:after {
    border-color: #aeaeae transparent transparent transparent;
    top: 7px
}

.select-selected {
    padding: 3px;
    border: none;
    color: #000
}

.select-items div {
    color: #464646;
    padding: 8px 16px;
    border-color: #aeaeae transparent transparent transparent;
    cursor: pointer
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 52px;
    right: 0;
    z-index: 999;
    color: #464646;
    width: 175px;
    box-shadow: 0 1px 3px 2px #ececec
}

.select-hide {
    display: none
}

.same-as-selected, .select-items div:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #29a51c
}

.select-items::before {
    content: "";
    background: url(../images/list/ar-select.png) no-repeat;
    width: 16px;
    height: 11px;
    position: absolute;
    top: -11px;
    right: 30px;
    z-index: 3
}

.lst-pagin ul li {
    margin: 0 2px
}
.lst-pagin ul li.page-item.active .page-link {
    background-color: unset;
    border-color: unset ;
    color : #111111 ; 
    opacity: 1;
    font-weight: 600;
}
.lst-pagin ul li.page-item .page-link {
    opacity: 0.5;
}
.lst-pagin ul li.page-item .page-link:hover {
    opacity: 1;
    color : #111111 ;
    background-color: transparent;
    border: none;
}
.lst-pagin ul li a {
    border-radius: 5px;
    padding: 0;
    font-size: 14px;
    border: none !important;
    color: #929292;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
}

.lst-pagin ul li:first-child a {
    text-indent: -999em;
    width: 20px;
    height: 20px;
    background: url(../images/ar-2.png) no-repeat top 5px left 5px;
    transform: rotate(-90deg)
}

.lst-pagin ul li:last-child a {
    text-indent: -999em;
    width: 20px;
    height: 20px;
    background: url(../images/ar-2.png) no-repeat top 5px left 5px;
    transform: rotate(90deg)
}

/* .lst-pagin ul li.active a, .lst-pagin ul li:hover a {
    color: #fff;
    background-color: #639c12 !important;
    border-color: #639c12 !important
} */

.btn-xemthem-lst {
    background: #29a41c;
    border-radius: 5px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.btn-xemthem-lst:hover {
    color: #e6e6e6
}

.promotion {
    background: url(../images/hot-bg.png) no-repeat;
    width: 35px;
    height: 36px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9
}

@media (max-width: 991px) {
    .main-lst .lst-left {
        display: none;
        position: absolute;
        background-color: #fff;
        left: -1px;
        right: -1px;
        top: 100%;
        z-index: 11;
        padding: 10px;
        border: thin solid #cfd8dc;
        -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 30%);
        box-shadow: 0 5px 5px 0 rgb(0 0 0 / 30%);
        max-height: 300px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    
    .product-sidebar {
        margin-bottom: 15px;
        background-color: #fff;
        border-radius: 4px;
        border: 1px solid #cfd8dc;
        padding: 10px;
        position: relative;
    }
    
    .product-sidebar a {
        font-size: 14px;
        color : #141414;
        font-weight: 600;
    }
    
    .product-sidebar i {
        margin-left: auto;
    }
    .main-lst .lst-left .box-left {
        margin-bottom: 15px; 
    }
    .main-lst .lst-left .box-left .title {
        font-size: 16px;
        height: auto;
    }
    .main-lst .lst-left .box-left ul.lst-product {
        padding-top: 10px;
    }
    .main-lst .lst-left .box-left ul.lst-product li a {
        font-size: 14px; 
    }
}
@media screen and (max-width: 767px) {
    .top-right {
        flex-wrap: wrap
    }

    .top-right .left {
        margin-bottom: 10px
    }

    .promotion {
        left: 0;
        top: 15px
    }
    .banner-slide .main-nav h1.d-flex {
        font-size: 24px;
    }
    
}
@media (min-width: 992px) {
    .main-lst .lst-left  {
        display : block !important; 
    }
}