.hide {
    display: none;
}

A {
    text-decoration: none !important;
}

.header-menu-desktop a:hover {
    color: white;
}

.bx-sbb-empty-cart-container A,
#bx-soa-order-form A {
    color: #0AAB58 !important;
}

#bx-soa-order-form A.btn-default {
    color: white !important;
}

.href {
    text-decoration: underline;
    color: #0AAB58;
    cursor: pointer;
}

.product-content__main.hide {
    display: none;
}

.catalog-sort button.active span.asc::after {
    transform: rotate(-180deg);
    -ms-transform: rotate(-1800deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Safari and Chrome */
}

.js-in-action {
    opacity: 0.5 !important;
}

.btn-green {
    background-color: #0AAB58 !important;
    border: 0;
}

.btn-red {
    background-color: #FF0505 !important;
    border: 0;
}

.btn-blue {
    background-color: #5BBCEB !important;
    color: white !important;
    text-decoration: none;
    border: 0;
}

.js-subscribe-form .error {
    background-color: pink !important;
}

.delivery__cards.js-loading-in-action {
    background: url(../img/loading.svg) center center no-repeat;
    height: 100px;
}

.pointer {
    cursor: pointer;
}

.bx-soa-cart-total.bx-soa-cart-total-fixed {
    width: 282px;
    top: 195px !important;
}

@media (max-width: 800px) {
    .btn-commerce-proposal {
        width: 100%;
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .btn-commerce-proposal {
        width: 100%;
        font-size: 11px;
    }
}

.cabinet-orders__card-status {
    display: block;
}


.cabinet-orders__card-number {
    display: block;
}

#bx-soa-order-form .bx-step-error A.bx-soa-editstep {
    display: inline-block !important;
    border: 0 !important;
    background-color: #FF0505 !important;
    color: white !important;
    font-weight: 700;
    padding: 0 20px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 14px;
    opacity: 1;
}

#bx-soa-order-form .bx-step-error.bx-selected A.bx-soa-editstep {
    opacity: 0;
}

.cart-edit {
    text-align: center;
    padding: 20px 0 40px 0;
}

#bx-soa-order-form .cart-edit A {
    color: white !important;
}

.b24-widget-button-inner-container {
    /* display:none !important; */
}

.b24-widget-button-position-bottom-right {
    /*
    right:13px !important;
    bottom:103px !important;
    */
}

.js_buttons_open {
    display: none;
}

.js_buttons_up {
    display: none;
}

.empty-basket {
    text-align: center;
    padding: 0 0 40px 0;
}

.empty-basket A {
    color: #0AAB58;
    border-bottom: 1px dashed #0AAB58;
}

.order-cart-prop {
    font-weight: 400 !important;
    opacity: 0.9;
}

div[data-property-id-row="77"],
div[data-property-id-row="86"] {
    display: none;
}

.header-top__city-popup.active {
    left: auto;
}

.basket-items-list {
    position: relative;
    padding: 0 25px;
    background-color: #fff;
}

MAIN A {
    color: #0AAB58;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
    background-color: #fff;
    transition: none !important;
}

.catalog-pagination__links {

}

.catalog-pagination__links a:nth-child(5), .catalog-pagination__links a:nth-child(6){
    display: flex;
}

.active-white{
    color:white;
}

.header-menu-desktop a.active, .header-menu-desktop a:hover {
    color: #FECA43;
}

.footer__whatsapp {
    display: none;
}

@media screen and (max-width: 768px) {
    .footer__whatsapp {
        z-index: 100;
        right: 15px;
        position: fixed;
        bottom: 80px;
        margin-left: 20px;
        margin-top: -30px;
        display: block;
        width: 2em;
        height: 2em;
        font-size: 2.3em;
        color: rgb(255, 255, 255);
        text-shadow: rgb(31, 76, 118) 0px 1px 0px;
        border: 1px solid rgb(255, 255, 255); box-shadow: rgba(90, 153, 220, 0.7) 0px 0px 0px 0px, rgb(171, 203, 233) 0px 1px 0px inset;
        border-radius: 100%;
        background: url(/local/templates/page/img/whatsapp.png) 0% 0% / cover no-repeat rgb(255, 255, 255); cursor: pointer; animation: 1s cubic-bezier(0.6, 0, 0, 1) 0s infinite normal none running pulse;
    }
}