:root {
    --global_background: #119646;
    --global_background_opacity: #eef5f1;
    --global_color: #119646;
    --global_border_color: #119646;
    --global_border_radius: 12px;
}
nav .menu a {
    font-size: 18px;
}
.product-thumb .button {
    padding: 8px 15px;
}
.options-item .radio-inline input + span {
    padding: 0 16px;
}
#numperson, #total_shipping {display: none;}

.category-menu a.cm-item.active {
    background: #eef5f1;
    color: #119646;
}
@media (min-width: 768px) {
    header[data-menu=false] nav {
        background-color: #F4AF0F;
    }
    .cart {
        background: #d59708;
    }
    .cart .count {
        color: #d59708;
    }
}
.center-info-subtitle.callback {
    color: #09b3b9;
}
.button {
    background: #F4AF0F;
}
.product-thumb .options-item .radio-inline input:checked + span {
    background: #09b3b9;
}
.child-category-item.active {
    background: #09b3b9;
    border-color: #09b3b9;
}
.select-day span.active {
    background: #09b3b9!important;
}
.newstabs a {
    background: #09b3b9;
}
.button.option {
    color: #fff;
    background: var(--global_background);
}
.prmn-cmngr .top__info-city:after {
    display: none;
}
.prmn-cmngr .top__info-city {
    padding: 0;
}
header .logo img {
    max-height: 70px;
    margin: 0;
}
.city-select a.active {
    background-color: #ecfeff;
    color: var(--global_color)!important;
}
.options-item {margin-top: 10px;}
.mySwiper {
    border-radius: 12px;
    margin: 15px 0;
}

@media (max-width: 767px) {
    .nav-mobile-wrapper .logo img {
        max-height: 60px;
        margin: 0;
    }
    .nav-mobile-wrapper .width-50:last-child {
        display: flex;
        align-items: center;
    }
    .prmn-cmngr {
        flex: 1;
        color: #000;
        font-size: 12px;
        line-height: 14px;
        margin-right: 10px;
    }
    .nav-mobile-telephone {
        display: block;
        background: #ff2728 url(../icons/nav/telephone.svg) center no-repeat;
        background-size: 23px;
        border-radius: 12px;
        width: 40px;
        height: 40px;
    }
    .icon-promo {
        background: url(../icons/nav/telephone2.svg) center no-repeat;
        height: 18px;
        margin: 1px 0px;
    }
}