.menu.multilevel .menu-section__section-icon, .schema{
    display: none;
}

.card .card__main .product-item-amount-field-btn-plus.product-item-amount-field-btn-disabled, 
.card .card__main .product-item-amount-field-btn-minus.product-item-amount-field-btn-disabled, 
.card .card__main .product-item-amount-field-btn-plus.product-item-amount-field-btn-disabled:hover, 
.card .card__main .product-item-amount-field-btn-minus.product-item-amount-field-btn-disabled:hover{ 
    box-shadow: none;
}

.card .card__main .product-item-amount-field-btn-plus.product-item-amount-field-btn-disabled:after, 
.card .card__main .product-item-amount-field-btn-minus.product-item-amount-field-btn-disabled:after,
.card .card__main .product-item-amount-field-btn-plus.product-item-amount-field-btn-disabled:before {
    opacity: .3 !important;
    cursor: default;
}

.card__adv-item{
    position: relative;
}

.card__adv-link-all{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.header__centerrow .header__socials-item .WhatsApp circle.Background {
    display: none;
}

@media (max-width: 992px){
    #body-apriori-corp .header.header--white.header--scroll, #body-apriori-corp .header.header--scroll{
        position: fixed;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

   #body-apriori-corp .header.header--scroll .header__menu .menu-section > li > a{
        color: #212121!important;
    }
    
    #body-apriori-corp .menu.active .menu-section.p-plus__primary .bx-nav-1-lvl>a, #body-apriori-corp .bx-nav-2-lvl__wrap .bx-nav-2-lvl__title{
        font-weight: 500;
    }

    .header__centerrow .header__socials-item .WhatsApp circle.Background {
        fill: #25d366;
        display: block;
    }
}
.grecaptcha{
    display: none;
}

@media (max-width: 750px) {
    .totop-btn {
        bottom:80px!important; 
    }
}
.mobile-menu__search-btn{
    margin-right: 1rem;
}

.bottom-icons__link svg, .bottom-icons__link img {
    width: 33px!important;
    height: 33px!important;
}

.mobile-menu__search-btn svg{
    padding: 0px 4px 4px 0px;
    transform: translateY(-2px);
}

.header__socials-item.header__socials-item--telegram,
.header__socials-item.header__socials-item--telegram img {
        width: 42px;
        height: 42px;
    }

@media screen and (max-width: 1220px) {
    .header__socials-item.header__socials-item--telegram img {
        opacity: 1!important;
        visibility: visible!important;
    }
}

@media (min-width: 993px){
.header__centerrow .header__socials-item.header__socials-item--telegram{
    display: none;
}
}

@media screen and (max-width: 992px) {
.header__socials-item.header__socials-item--telegram,
.header__socials-item.header__socials-item--telegram img {
        width: 34px;
        height: 34px;
    }
}