.usp-frontpage .usp-inner{
    background: #e2ddd8;
    height: 100%;
}

.usp-frontpage .owl-wrapper{
    display: flex!important;
}

.badge.custom{
    background: #ac9c8e;
    color: #fff;
    border-color: #c0b09f;
    display: flex;
    align-items: center;
    line-height: initial;
    text-transform: capitalize;
}

.m-product-splash .badge.m-product-splash-sale,
.badge.custom .m-productlist-sale{
    padding: 0;
}

.m-product .splash, .m-productlist .splash{
    right: 18px;
    display: flex;
}

.productItem .type-col{
    border: 1px solid transparent!important;
}

.productItem .type-col:hover{
    border: 1px solid #eee !important;
}

.row.categorylist .category-item .category-item-title{
    position: relative !important;
    bottom: 0;
}

.row.categorylist .category-item .category-item-title a{
    background: none;
}

.row.categorylist .category-item .category-item-title .h5{
    background: none!important;
    font-size: 16px;
    font-weight: 400;
    color: #000!important;
    text-decoration:underline;

}
.pageTypeFrontpage .site-slider{
    top: -21px;
}

.frontpage-content .category-item .category-item-title a .h5{
    background: none!important;
    font-weight: 700;
    opacity: 1!important;
    font-size: 27px;
}

@media(max-width:480px){
    .m-product .splash, .m-productlist .splash{
        flex-direction: column;
    }
    .badge{
        width: max-content;
    }
}