/*** HOME ***/
.format_4 .dbslider_small {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.format_4 .dbslider_small .banner_homesmall {
    width: calc(25% - 20px);
    margin: 10px;
}
.format_4 .dbslider_small .banner_homesmall a,
.format_4 .dbslider_small .banner_homesmall img {
    width: 100%;
    height: auto
}

/*** PRODUCT ***/
.dbbaners_product .bannerproduct {
    margin-top: 12px;
}
.dbbaners_product img {
    width: 100%;
    height: auto;
}

/*** CATEGORY LIST ***/
.banner_productlist {
    width: 100% !important;
    margin: 0 12px 1.563rem 12px;
    background-color: #FFF;
    padding: 2.5rem;
    position: relative;
}
.banner_productlist .title {
    font-weight: 600;
    font-size: 1.2rem;
    max-width: calc(100% - 24px);
}
.banner_productlist .icon_info i {
    position: absolute;
    right: 2rem;
    top: 2rem;
}

@media (max-width: 767px) {
    .format_4 .dbslider_small .banner_homesmall {
        width: calc(50% - 20px);
    }
}