body{
    background: #fff !important;
}
.lang-container:hover{
    background: #F3F6F9;
    border-radius: 5px;
}

.offer-flag{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: red;
    color: #fff;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 60px;
    border-radius: 0 0 100%;
    font-weight: bold;
}

.offer-bg{
    background:#ececec !important;
    box-shadow: 0 0 3px #fff;
}

.offer-tag-card{
    background: #fff;
    padding: 4px;
    border-radius: 1px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobile-head-btn{
        padding: .5rem 0rem !important;
        border:0 !important;
    }
    .web-logo-m{
        width: 80px !important;
        margin-left: 0rem;
    }
}

/* @media only screen and (min-device-width : 0px) and (max-device-width : 480px) {
    .banner-image-container{
        background-image: url('/site/assets/images/sale_banner_image_m.png');
    }
}
@media only screen and (min-device-width : 480px) {
    .banner-image-container{
        background-image: url('/site/assets/images/sale_banner_image-d.png');
    }
} */

/* [dir=rtl].lighter-img,
.lighter-img:after {
    background-color: unset !important;
}

[dir=ltr].lighter-img,
.lighter-img:after {
    background-color: unset !important;
}


[dir=rtl] .mdk-header--bg-dark .mdk-header__bg-front:after {
    background-color: unset !important;
} */
