@media (min-width: 992px) {
    nav.fixed-top:not(.sticky-top):not(.show-menu) .bg-wrap {
        opacity: 0 !important;
    }
}
@media (min-width: 1199px){
    .bg-logo.mb-0:before {
        content: "";
        position: absolute;
        width: 160px;
        height: 160px;
        background: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        top: -90%;
        left: 20px;
        z-index: -1;
    }
}
#nav-menu-logo-cart .navbar-brand img{
    object-fit: contain;
}#header-benefits .bg-wrap{
     background: linear-gradient(135deg, #e47700, #f2773c);
 }
#header-benefits .bg{
    background-image: url('../img/backgroundslimadsbanner.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
}