.container-narrow {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

/* Small ≥576px */
@media (min-width: 576px) {
    .container-narrow {
        max-width: 520px;
    }
}
.card-product .card-product-info .title {
    font-size: 15px !important;
    line-height: 19.2px;
    -webkit-line-clamp: auto !important;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    min-height: 37px !important;
    font-weight: 500;
}
/* Medium ≥768px */
@media (min-width: 768px) {
    .container-narrow {
        max-width: 620px;
    }

}

@media (max-width: 900px) {
    .header-default .wrapper-header{
        min-height: 17px !important;
    }
    .header-bg .logo-header img{
        width: 61px !important;
        height: 60px;
    }
    .header-default .dbm{
        display: none;
    }
    .header-default.header-bg .dbm{
        display: flex;
    }

    .mobileheaderTitle{
        font-size: 12px !important;
    }

}

.header-bg .bsm{
    display: none !important;
}
.dbm{
    display: none;
}
/* Large ≥992px */
@media (min-width: 992px) {
    .container-narrow {
        max-width: 720px;
    }

}

/* XL ≥1200px */
@media (min-width: 1200px) {
    .container-narrow {
        min-width: 720px !important;
        max-width: 720px !important;
    }
}

/* XXL ≥1400px */
@media (min-width: 1400px) {
    .container-narrow {
        max-width: 1000px !important;
    }
}
.header-bg .rowHead{
    display: none;
}
