.content-product-list .col{
    width:50%;
    flex: initial;
}
@media (min-width: 768px){
    .content-product-list .col{
        width:33.33333333333%;
    }
}
@media (min-width: 1024px){
    .content-product-list .col{
        width:25%;
    }
}
@media (min-width: 1200px){
    .content-product-list .col{
        width:20%;
    }
}
/*Filter*/

.filter-inner{
    display: flex;
    align-items: center;

}
.filter-box{
    display:flex;
    flex-wrap: wrap;
}

.filter-wrap{
    margin: 20px 0 40px;
}
.filter-inner h2{
    font-size: 24px;
    line-height: 30px;
    margin-right: 20px;
    font-weight: 600;
    min-width: 120px;
}
.filter-box::-webkit-scrollbar{
    display: none;
}
.filter-change{
    margin-right: 20px;
    position: relative;
    margin-bottom: 8px;
}
.filter-change-cat{
    display: block;
}
.filter-change-cat .filter_btn{
    text-align: center;
    padding: 0 10px;
}
.filter-change-cat .filter_btn a{
    line-height: 35px;
    display: inline-block;
    width: 100%;
    height: 100%;
}
/*.filter-change-cat .filter_btn{*/

.filter_btn {
    position: relative;
    width: 150px;
    height: 40px;
    border: 1px solid #686868;
    color: #000;
    cursor: pointer;
    padding: 0 40px 0 10px;
    z-index: 5;
    border-radius: 16px;
    background-color: #fff;
    line-height: 12px;
}
.filter_btn>i{
    transition: all ease-in-out .3s;
}
.filter_btn.active{
    background-color: #d9d9d9;
}
.filter_btn.active>i{
    transform: rotate(180deg);
}
.filter__name{
    font-size: 14px;
    font-weight: 500;
}
.filter_btn i{
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 14px;
}
.content-product-list .product-item{
    margin-bottom: 20px;
}
.loadMoreProduct a{
    display: block;
    height: 40px;
    width: 150px;
    border: 1px solid #686868;
    color: var(--black-color);
    font-weight: 500;
    transition: all ease-in-out .2s;
    border-radius: 16px;
    line-height: 40px;
    margin: 0 auto;
}
.loadMoreProduct a:hover{
    background-color: var(--black-color);
    border-color: var(--black-color);
    color: var(--white-color);
}
.filter-available {
    padding-top: 10px;
    position: absolute;
    border: 1px solid #d9d9d9;
    top: 75%;
    left: 0;
    right: 0;
    border-top: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    z-index: 10;
    display: none;
}
.filter_group-content{
    overflow-y: scroll;
    max-height: 225px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.filter_group-content::-webkit-scrollbar{
    display: none;
}
.filter_group-content label{
    display: block;
    padding: 8px 16px;
    max-width: 150px;
    background-color: var(--white-color);
}

.filter_group-content label a{
    font-size: 14px;
    display: block;
}
.filter_group-content label:hover{
    background-color: #d9d9d9;
}
.breadcrumb{
    padding: 0 15px !important;
}
@media (max-width: 768px){

    .filter-box{
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: var(--white-color);
        top: 0;
        left:0;
        display: block;
        z-index: 50;
    }
    .filter_btn.active{
        background-color: #fff;
    }
    .filter-mb{
        font-weight: 500;
    }
    .filter-mb>i{
        margin-right: 2px;
    }
    .filter_btn{
        width: 100%;
        border: none;
    }
    .filter-change{
        margin: 0;
        padding: 5px 0;
        border-bottom: 1px solid #d9d9d9;
    }
    .filter-box{
        padding: 40px 50px;
        transform: translateX(100%);
        transition: all ease-in-out .3s;
    }
    .filter-available{
        position: relative;
        border: none;
        top: 0;
        padding-top: 0;
    }
    .filter_group-content{
        display: flex;
        flex-wrap: wrap;
    }
    .filter__name {
        font-size: 16px;
        font-weight: 500;
    }
    .filter_group-content label{
        max-width: 100%;
        width: 100%;
    }
    .filter_btn{
        text-align: left;
        padding: 0;
    }
    .close-filter{
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 50;
    }
    .filter-box.active{
        transform: translateX(0);
    }
    .filter-inner{
        justify-content: space-between;
    }
}
@media (max-width: 480px){
    .filter-box{
        padding: 30px;
    }
}
.breadcrumb{
    margin-bottom:0 !important;
    margin: 10px 0 !important;
}
.breadcrumb li{
    padding: 0 8px;
    position: relative;
}
.breadcrumb li:first-child{
    padding-left: 0 !important;
}
.breadcrumb li:last-child:after{
    display: none;
}
.breadcrumb li:after{
    content: "/";
    position: relative;
    right: -8px;
}
.breadcrumb>li>a{
    font-size: 16px;
    font-weight: 500;
}
.breadcrumb li:last-child>a{
    font-weight: normal;
}
.breadcrumb li:first-child>a{
    font-weight: 500;
}
.promotion-header-wrap{
    margin-top: 20px;
}

/*Combo*/

.combo-item-wrap{
    margin-bottom: 40px;
}
.albums-wrap .combo-item-wrap:nth-child(2n) .row{
    flex-direction: row-reverse;
}
.combo-item-title{
    font-weight: 600;
    margin-bottom: 20px;
}
.combo-item-action{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.combo-item-action a{
    display: inline-block;
    text-align: center;
    line-height: 34px;
    height: 34px;
    padding: 0 20px;
    background-color: #000;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
}
.combo-item-action a:hover{
    color: #fff;
}
.combo-item-price{
    font-size: 16px;
    font-weight: 500;
}
@media(max-width: 768px){
    .combo-item-content{
        margin-top:20px;
    }
}
.album-product-list .product-item{
    display: flex;
    margin-bottom: 15px;
}
.album-product-list .product-item>.product-img{
    max-width: 150px;
    margin-right: 20px;
}
.album-product-list .product-item>.product-content{
        margin: 0;
        flex: auto;
    }
.album-product-list .product-item>.product-content a{
    display: block;
    font-weight: 600;
}
.album-product-list .btnAddToCart{
    margin-top: 10px;
    background-color: #000;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 10px;
    border-radius: 8px;

}
.album-product-list .btnAddToCart span{
    color: #fff;
    font-weight: 500;
}
.album-product-list .btnAddToCart span i{
    margin-right: 5px;
}
@media(max-width: 768px){
    .album-product-list{
        margin-top:30px;
    }
}
.album-content{
    padding-top: 50px;
}
.homepage-exp-wrap{
    margin-top: 20px;
}