/**====================================
Contents 
====================================**/
.ecomm05-latestproducts-sec .ecomm05-filtering-wrap{
    margin-bottom: 25px;
    overflow-x: auto;
}
.ecomm05-latestproducts-sec .ecomm05-filtering {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 16px;
}
.ecomm05-latestproducts-sec .ecomm05-filtering{
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
}
.ecomm05-latestproducts-sec .ecomm05-filtering .filter-link{
    font-size: 16px;
    color: #EAE7DF;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    padding: 0 10px;
    background-color: #B9AAA0;
    display: block;
    line-height: 1;
    white-space: nowrap;
    min-width: 180px;
    height: 36px;
    position: relative;
}
.ecomm05-latestproducts-sec .ecomm05-filtering .filter-link:after{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #8C786D;
    border-width: 8px;
    margin-left: -8px;
    opacity: 0;
    transition: 0.5s all;
}
.ecomm05-latestproducts-sec .ecomm05-filtering .filter-link.active{
    background-color: #8C786D;
    color: #EAE7DF;
}
.ecomm05-latestproducts-sec .ecomm05-filtering .filter-link.active:after{
    opacity: 1;
}
.ecomm05-latestproductswrap{
    margin-left: -15px;
    margin-right: -15px;
}
.ecomm05-latestproslder .slick-track{
    display: flex;
}
.ecomm05-latestproslder .slick-slide{
    padding: 0 15px;
    height: auto;
}
.ecomm05-latestproslder .ecomm05-product-card figure img{
    mix-blend-mode: multiply;
}
.ecomm05-latestproslder .slick-track {
    display: flex;
}
.ecomm05-latestproducts-sec .tab-content>.tab-pane{
    display: block; 
    height: 0px; 
    overflow: hidden; 
}
.ecomm05-latestproducts-sec .tab-content>.active{
    height: auto;
    overflow: inherit;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 991px){
    .ecomm05-latestproducts-sec .ecomm05-filtering{
        gap: 5px;
        padding-bottom: 12px;
    }
    .ecomm05-latestproducts-sec .ecomm05-filtering .filter-link{
        font-size: 12px;
        min-width: 140px;
        height: 30px;
    }
    .ecomm05-latestproducts-sec .ecomm05-filtering .filter-link:after{
        border-width: 6px;
        margin-left: -6px;
    }
}
@media (max-width: 767px){
    .ecomm05-latestproslder .slick-list{
        padding-left: 0 !Important;
    }
    .ecomm05-latestproslder .slick-slide{
        padding: 0 8px;
    }
    .ecomm05-latestproductswrap {
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media (max-width: 575px){
    .ecomm05-latestproducts-sec .ecomm05-filtering{
        gap: 3px;
        padding-bottom: 10px;
    }
    .ecomm05-latestproducts-sec .ecomm05-filtering .filter-link{
        font-size: 11px;
        min-width: 110px;
        height: 22px;
    }
    .ecomm05-latestproducts-sec .ecomm05-filtering .filter-link:after{
        border-width: 5px;
        margin-left: -5px;
    }
    .ecomm05-latestproductswrap {
        margin-left: -20px;
        margin-right: -20px;
    }
}
