@font-face {
    font-family: 'cassandraregular';
    src: url('/assets/fonts/cassandra-webfont.eot');
    src: url('/assets/fonts/cassandra-webfont.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/cassandra-webfont.woff2') format('woff2'),
        url('/assets/fonts/cassandra-webfont.woff') format('woff'),
        url('/assets/fonts/cassandra-webfont.ttf') format('truetype'),
        url('/assets/fonts/cassandra-webfont.svg#cassandraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lorabold_italic';
    src: url('/assets/fonts/lora-bolditalic-webfont.eot');
    src: url('/assets/fonts/lora-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/lora-bolditalic-webfont.woff2') format('woff2'),
        url('/assets/fonts/lora-bolditalic-webfont.woff') format('woff'),
        url('/assets/fonts/lora-bolditalic-webfont.ttf') format('truetype'),
        url('/assets/fonts/lora-bolditalic-webfont.svg#lorabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url("/assets/images/captaincook/bg-papir.jpg");
}

.text__red {
    color: #fff;
}

.switcher__item__wrapper .switch__item {
    background: #dfd9ea;
}

.open__hours .open__hours__list .open__hour__item {
    text-align: center;
}

.open__hours .open__hours__list .open__hour__item,
.sidebar__navigation .aside__navigation {
    border-radius: 6px;
}

.chain__switcher,
.sidebar__navigation .aside__navigation,
.product__actions li a.btn__action.btn__red,
.menu__category__container .menu__category li a {
    background-color: #173251;
}

.chain__switcher {
    justify-content: space-around;
}

.chain__switcher .chain__arrow span {
    color: #fff;
}

.sidebar__navigation .aside__navigation li .aside__navigation__item {
    color: #fff;
    padding: 20px 10px 14px 20px;
}

.sidebar__navigation .aside__navigation li .aside__navigation__item--green {
    color: #089c2f;
}

.sidebar__navigation .aside__navigation li .aside__navigation__item span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    display: inline;
    max-width: 180px;
}

.sidebar__navigation .aside__navigation li:first-child .aside__navigation__item.active {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sidebar__navigation .aside__navigation li:not(:last-of-type) {
    border-color: #2a435f;
}

.product__item__container .product__items .product__item {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
}

.product__item__container .product__items .product__item .product__item__wrapper {
    background-color: #fff;
    border-radius: 24px;
}

.product__item__container .product__items .product__item .product__item__image {
    background-image: url("/assets/images/captaincook/productbg.jpg");
    border-radius: 24px;
    padding: 5px 12px;
}

@media(max-width: 479px) {

    .product__item__container .product__items .product__item,
    .product__item__container .product__items .product__item .product__item__wrapper,
    .product__item__container .product__items .product__item .product__item__image {
        border-radius: 20px;
    }
}

.product__item__container .product__items .product__item .product__item__title {
    color: #173251;
    display: flex;
    align-items: center;
}

.product__content__badges .product__badge__items {
    margin-top: 0;
}

.menu__category__container .menu__category li .btn__category {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.top__menu__data .menu__title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
}

.menu__category__container .menu__category li.active .btn__category,
.menu__category__container .menu__category li a:hover {
    background-color: #1a7f99;
}

.sidebar__navigation .aside__navigation li .aside__navigation__item .aside__inner__image {
    display: none;
    min-width: 86px;
    max-width: 86px;
    text-align: center;
}

.sidebar__navigation .aside__navigation li .aside__navigation__item .aside__inner__image img {
    width: 78px;
}

.top__menu__data .btn__back {
    background-color: #1a7f99;
}

.btn__options {
    min-width: 150px;
}

.product__item__container .product__items .product__item .product__content .product__footer .product__actions .btn__action {
    background-color: #173251;
}

.product__item__container .product__items .product__item .product__content .product__footer .product__actions .btn__action.btn__orange {
    background-color: #f57118;
}

.product__item__container .product__items .product__item .product__content .product__footer .product__actions .btn__action.btn__greySecondary {
    background-color: #7f7f7f
}

.product__container .product__content .product__content__top .product__title {
    font-family: "lorabold_italic", sans-serif;
    font-weight: normal;
}

.product__container .product__content .product__content__top .product__grams {
    position: absolute;
    top: 60px;
    left: 51%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 25px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.checkbox__red span {
    font-size: 13px;
    margin-left: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.checkbox__red input[type=checkbox]~b {
    border: 1px solid #173251;
    background-color: #fff;
}

.checkbox__red input[type=checkbox]:checked~b:after {
    background-color: #173251;
    color: #fff;
    border: 1px solid #173251;
}

.ribbon__xs {
    background-image: url("/assets/images/captaincook/ribbon_xs.png");
    height: 49px;
    top: -22px;
}

.ribbon__xs .ribbon__title {
    font-family: "lorabold_italic", sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
    top: 40%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
}

.ribbon__solid,
.ribbon__sm {
    background-image: url("/assets/images/captaincook/ribbon_solid.png");
    width: 100%;
    height: 49px;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    top: -25px;
    text-align: center;
    white-space: nowrap;
}

.ribbon__solid .ribbon__title,
.ribbon__sm .ribbon__title {
    font-family: "lorabold_italic", sans-serif;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100px;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart__order__qty .add_qty {
    border-radius: 6px;
}

/* .promo__code__wrapper {
    border: 2px solid #1a7f99;
} */

.promo__code__wrapper .btn__darkGreen {
    background-color: #173251;
}

.promo__code__wrapper .btn__darkGreen:hover {
    background-color: #3a597d;
    color: #fff;
}

.btn__addCart {
    background-color: #1a7f99;
    font-weight: normal;
}

.btn__addCart:hover {
    background-color: #1e8eab;
    color: #fff;
}

.btn__back--hidden {
    background-color: #1a7f99;
}

.items_list_combo_subitems {
    bottom: 124px;
}

.hidden--opacity {
    opacity: .4;
    pointer-events: none;
    cursor: not-allowed;
}

.field__select {
    min-width: 46px;
    height: 24px;
    border: 1px solid #c8c8c8;
    padding: 2px 5px 6px 9px;
    font-size: 12px;
    line-height: 19px;
    background: url("/assets/images/captaincook/arrow_shape_sm.png?ver=3") no-repeat right;
    -webkit-appearance: none;
    background-position-x: 29px;
    outline: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border-radius: 3px;
}

.field__select--bold {
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.btn__red--modified {
    background-color: #1a7f99;
}

.btn__red--modified:hover {
    background-color: #1e8eab;
    color: #fff;
}

/* .checkbox__delivery__button.active {
    background-color: #1a7f99;
} */

.checkbox__delivery__button span {
    font-size: 20px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.cart__steps__wrapper .cart__steps li .order__step__action:hover,
.cart__steps__wrapper .cart__steps li .order__step__action.active {
    background-color: #1a7f99;
    color: #fff;
}

.cart__steps__wrapper .cart__steps li .order__step__action {
    background-color: rgba(255, 255, 255, .9);
    color: #000;
    /* border-radius: 6px; */
    position: relative;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
}

.cart__steps__wrapper .cart__steps li .order__step__action .order__number {
    background-color: #1a7f99;
    color: #fff;
}

.cart__steps__wrapper .cart__steps li .order__step__action:hover .order__number,
.cart__steps__wrapper .cart__steps li .order__step__action.active .order__number {
    background-color: #fff;
    color: #1a7f99;
}

.tab_navigation .btn__red {
    background-color: #1a7f99;
}

.tab_navigation .btn__red:hover {
    background-color: #1e8eab;
    color: #fff;
}

.order__item__wrapper .btn__red {
    background-color: #173251;
}

.order__item__wrapper .btn__red:hover {
    background-color: #3a597d;
    color: #fff;
}

.cart__payment__options .form__radio-button:after {
    border-color: #173251;
}

.cart__payment__options .form__radio-button:after {
    border-color: #173251;
}

.datepicker__wrapper .datepicker__content .calendar,
.select__common--date .bootstrap-select>.dropdown-toggle {
    border-radius: 6px;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #1a7f99;
}

.select__common .dropdown-item.active,
.select__common .dropdown-item:active {
    background-color: #173251;
}

.select__common .dropdown-item:focus,
.select__common .dropdown-item:hover {
    background-color: #173251;
    color: #fff;
}

.select__common--xl .bootstrap-select>.dropdown-toggle {
    border-radius: 6px;
}

#cart_tab3 .btn__red,
#cart_tab2 .btn__red {
    background-color: #1a7f99;
}

#cart_tab3 .btn__red:hover,
#cart_tab2 .btn__red:hover {
    background-color: #1e8eab;
    color: #fff;
}

.shipment__option__wrapper .form__radio-button:after,
.delivery__options__wrapper .form__radio-button:after,
.promo__code__wrapper {
    border-color: #1e8eab;
}

.cart__order__options .form-group {
    margin-top: 0;
}

.cart__order__promotions .checkbox__wrapper span,
.cart__payment__options .checkbox__wrapper .span__altered,
.cart__order__options .checkbox__red span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px;
}

.cart__order__options span.options_checks {
    font-size: 20px;
    line-height: 38px;
    height: 38px;
    white-space: nowrap;
}

.cart__option__wrapper {
    border-color: #1e8eab;
}

.cart__payment__wrapper .cart__payment__options .cart__payment__options__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #000;
    padding-left: 31px;
}

.address__delivery__change {
    color: #e10000;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 40px;
}

#promo_code_info .btn__red {
    background-color: #e10000;
}

.section--average {
    padding-top: 20px;
}

.select__restaurant {
    margin-bottom: 40px;
}

.sidebar__navigation .aside__navigation li .aside__navigation__item .aside__inner__image--default img {
    width: auto;
}

.product__container .product__content .product__image {
    text-align: center;
    margin-bottom: 33px;
    background-image: url("/assets/images/productimagebg_captaincook.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 528px;
    position: relative;
    border-radius: 14px;
}

.product__container .product__content .product__image.product__image--not__logged {
    margin-top: 0;
}

.product__container .product__content .product__image.product__image--logged {
    margin-top: 130px;
}


.product__container .product__content .product__content__top .product__title {
    font-family: "lorabold_italic", sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 25px;
    margin-bottom: 42px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.product__actions li a.btn__action.btn__red:hover,
.sidebar__navigation .aside__navigation li .aside__navigation__item:hover,
.sidebar__navigation .aside__navigation li .aside__navigation__item:hover:not(.unicef__nav),
.sidebar__navigation .aside__navigation li .aside__navigation__item.active {
    background-color: #1a7f99;
}

.product__container .product__content .product__content__top .product__grams {
    top: 65px;
}

.return__back .btn__red {
    background-color: #1a7f99;
}

.sidebar__settings .sidebar__box {
    margin-bottom: 45px;
}

.ribbon__solid .ribbon__title {
    font-size: 13px;
    line-height: 13px;
}

.edit_box_pop .change__adds__options .sidebar__box+.sidebar__box {
    margin-top: 40px;
}

.product__item__container .product__items .product__item .product__content .product__body {
    margin-top: 5px;
}


.product__item__container .product__items .product__item .product__content .product__body .product__body__content .product__title__gram {
    font-size: 14px;
    line-height: 14px;
}

.product__container .product__content .product__description__box .product__description__text {
    margin-top: -15px;
}

@media(max-width: 1360px) {
    .product__container .product__content .product__image {
        background-size: contain;
        min-height: 0;
    }

    .product__container .product__content .product__image img {
        padding: 12px 20px;
    }
}

@media (max-width: 1200px) {
    .checkbox__delivery__button span {
        font-size: 16px;
        line-height: 16px;
    }

    .product__container .product__content .product__content__top .product__title {
        font-size: 30px;
        line-height: 30px;
    }

    .menu__category__container .menu__category li .btn__category {
        font-size: 20px;
        line-height: 22px;
    }

    .top__menu__data .menu__title {
        font-size: 34px;
        line-height: 34px;
    }

    .product__content__badges .product__badge__items {
        margin-top: 2px;
    }

    .product__item__container .product__items .product__item .product__content .product__body .product__body__content .product__title__gram {
        font-size: 14px;
        line-height: 14px;
    }

}

@media(max-width: 1119px) {
    .product__item__container .product__items .product__item .product__content .product__body .product__price__grams {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 5px 0 3px 0;
    }

    .product__item__container .product__items .product__item .product__content .product__body .product__price__grams .product__grams {
        left: auto;
        top: auto;
    }

    .product__item__container .product__items .product__item .product__content .product__body .product__price__grams .product__price {
        margin-left: 20px;
    }

    .product__item__container .product__items .product__item .product__content .price__overview--mobile {
        justify-content: flex-end;
        width: 100%;
    }

    .product__item__container .product__items .product__item.comboitem .items_list_combo_subitems {
        bottom: 127px;
    }

    .product__item__container .product__items .product__item.comboitem .items_list_combo_subitems.options__count__3 {
        bottom: 129px;
    }
}



@media(max-width: 1023px) {
    .product__container .product__content .product__content__top .product__grams {
        position: static;
        top: auto;
        right: auto;
        font-size: 19px;
        line-height: 19px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .product__cart--top__mobile {
        margin-top: -10px;
    }

    .product__item__container .product__items .product__item .product__content .product__body .product__price__grams .product__grams {
        top: auto;
    }

    .section--average {
        margin-top: 60px;
    }

    .product__container .product__content .product__image {
        margin-top: 25px;
    }

    .product__container .product__content .product__content__top .product__title {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 0;
    }


    .chain__switcher {
        justify-content: center;
    }

    .chain__switcher--mobile .chain__arrow {
        margin-left: 8px;
    }

    .product__cart.product__cart--top__mobile .page__actions--md {
        margin-bottom: 44px;
    }

    .product__cart--top__mobile .add_to_cart_hold {
        margin-bottom: 40px;
    }

    .sidebar__box__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sidebar__box__wrapper .sidebar__box+.sidebar__box {
        margin-left: 0;
    }

    .choose__box .choosen__type {
        font-size: 10px;
    }

    .top__menu__data .menu__title {
        font-size: 32px;
        line-height: 32px;
    }


}

@media(max-width: 996px) {
    .sidebar__box__wrapper .sidebar__box:last-child {
        margin-top: 0;
    }
}

@media(max-width: 991px) {

    .checkbox__delivery__button p,
    .checkbox__delivery__button span {
        font-size: 14px;
        line-height: 14px;
    }

    .top__menu__data .menu__title {
        font-size: 25px;
        line-height: 25px;
    }

    .goback__container {
        margin-left: 0;
    }
}

@media(max-width: 820px) {
    .top__menu__data .menu__title--food__switcher {
        margin-top: -25px;
        margin-top: 0;
    }
}

@media(max-width: 768px) {
    .sidebar__navigation .aside__navigation li .aside__navigation__item.active {
        color: #fff;
    }

    .sidebar__navigation .aside__navigation li .aside__navigation__item--green.active {
        color: #089c2f;
    }
}

@media(max-width: 685px) {
    .adds__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media(max-width: 675px) {
    .choose__box .choosen__type {
        font-size: 9px;
    }
}

@media(max-width: 630px) {
    .sidebar__box__wrapper .ribbon__mobile {
        background-color: transparent;
        background-image: url("/assets/images/captaincook/ribbon_xs.png");
        width: 100%;
        height: 50px;
    }

    .sidebar__box__wrapper .ribbon__mobile:after,
    .sidebar__box__wrapper .ribbon__mobile:before {
        display: none;
    }
}


@media(max-width: 479px) {

    .section--average {
        margin-top: 40px;
    }

}


.menu__category__container .menu__category li a {
    border-radius: 62px;
}

.menu__category__container .menu__category li.captaincook__menu .btn__category {
    background-image: url("/assets/images/top_tab_captaincook_menu_cover.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.menu__category__container .menu__category li.captaincook__catch__of__theday .btn__category {
    background-image: url("/assets/images/top_tab_captaincook_catch_of_theday_cover.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 95%;
}


.menu__category__container .menu__category li.captaincook__drinks .btn__category {
    background-image: url("/assets/images/top_tab_captaincook_drinks_cover.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.chain__switcher {
    background-image: url("/assets/images/chain_switcher_captaincook_cover.png");
    background-repeat: no-repeat;
    background-position: 150px 1px;
}

.product__container .product__content .product__content__top .product__grams,
.product__container .product__content .product__content__top .product__grams.product__grams--notlogged {
    display: none;
}

.asidenav__content .aside__navigation__item .aside__discount__label,
.horizontal__menu__box .aside__discount__label,
.horizontal__sidenav .horizontal__sidenav__item,
.main__horizontal__arrows .btn__lightRed__secondary {
    background-color: #173251;
}

.horizontal__menu .horizontal__menu__item a.current__active__item,
.horizontal__menu .horizontal__menu__item a:hover {
    background: #1a7f99;
}

.goback__container .goback__circle {
    background-color: #1a7f99;
}

.asidenav__content .aside__navigation__item:hover,
.asidenav__content .aside__navigation__item.current__active__item {
    color: #173251;
}

.cart_fixed,
.cart_fixed .card__title :before {
    color: #000;
}

.cart_fixed {
    background-color: #fff;
}

.cart_fixed_opened,
.cart_fixed .toggle_cart {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.17);
}

.cart_fixed_opened .toggle_cart {
    box-shadow: none;
}

.cart_fixed .toggle_cart:before {
    background-color: #cf3535;
}

.items_list_combo_subitems.items_list_combo_buttons.two {
    display: none;
}

.items_list_combo_subitems.items_list_combo_dropdown.two {
    display: flex;
}

@media(max-width: 1200px) {

    .menu__category__container .menu__category li.captaincook__menu .btn__category,
    .menu__category__container .menu__category li.captaincook__drinks .btn__category {
        background-size: 90%;
    }

    .sidebar__navigation .aside__navigation li .aside__navigation__item span {
        font-size: 16px;
    }
}

@media(max-width: 1023px) {
    .chain__switcher {
        background-position: center right;
    }

    .product__item__container .product__items .product__item.comboitem .items_list_combo_subitems.options__count__3,
    .product__item__container .product__items .product__item.comboitem .items_list_combo_subitems {
        bottom: 125px;
    }


    .product__container .product__content .product__image.product__image--logged {
        margin-top: 40px;
    }

    .product__container .product__content .product__content__top .product__grams,
    .product__container .product__content .product__content__top .product__grams.product__grams--notlogged {
        display: block;
    }
}

@media(max-width: 850px) {

    .product__container .product__content .product__image.product__image--logged {
        margin-top: 25px;
        margin-bottom: 10px;
    }
}

@media(max-width: 680px) {
    .menu__category__container .menu__category li.captaincook__menu .btn__category {
        background-size: 100%;
    }

    .menu__category__container .menu__category li .btn__category {
        font-size: 16px;
    }


}

@media(max-width: 479px) {
    .product__item__container .product__items .product__item .product__content {
        padding-top: 10px;
    }

    .promo__badges__top--not__logged {
        top: 70px;
    }

    .form__adds .form-group {
        margin-bottom: 10px;
    }

    .menu__category__container .menu__category li .btn__category {
        font-size: 12px;
        line-height: normal;
    }
}

@media(max-width: 428px) {
    .promo__badges__top--logged {
        top: 120px;
    }
}


@media(max-width: 645px) {
    .product__item__container .product__items .product__item .product__content .product__body .product__price__grams .product__price {
        top: auto;
    }

    .product__item__container .product__items .product__item .product__content .product__body .product__text {
        margin-top: 12px;
    }


    .product__item__container .product__items .product__item.comboitem .items_list_combo_subitems.options__count__3,
    .product__item__container .product__items .product__item.comboitem .items_list_combo_subitems {
        bottom: 100px;
    }

    .items_list_combo_subitems.options__count__2 .choose__box {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .product__item__container .product__items .product__item .product__content .product__body .product__body__content .product__title__gram {
        font-size: 12px;
        line-height: 12px;
    }
}

@media(max-width: 479px) {

    .ribbon__solid,
    .ribbon__xs,
    .ribbon__sm {
        background-size: initial;
    }


    .section .page__title--icon:after {
        margin-left: 10px;
    }

    .delivery__options__wrapper .delivery__options__content .delivery__time__options {
        margin: 0;
    }

    .sidebar__navigation .aside__navigation li .aside__navigation__item span {
        top: 0;
    }

    .menu__category__container .menu__category li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%;
        margin-bottom: 10px;
    }

    .chain__switcher--mobile .chain__image {
        width: 84px;
    }

    .chain__switcher--mobile {
        width: 100%;
    }

    .product__actions li a.btn__action.btn__red:hover,
    .sidebar__navigation .aside__navigation li .aside__navigation__item:hover,
    .sidebar__navigation .aside__navigation li .aside__navigation__item:hover:not(.unicef__nav),
    .sidebar__navigation .aside__navigation li .aside__navigation__item.active {
        background-color: transparent;
    }

    .sidebar__navigation .aside__navigation li .aside__navigation__item:hover:not(.unicef__nav) {
        background-color: #1a7f99;
    }

    .cart__order__options span.options_checks {
        height: 20px;
        line-height: 20px;
    }

    .cart__order__options span.options_checks {
        font-size: 16px;
    }

    .cart__option__content .checkbox__wrapper {
        width: 342px;
    }

    .product__cart .add_to_cart_hold .off__counter__total {
        margin-left: 10px;
    }

    .edit_box_pop .checkbox__red span {
        font-size: 11px;
        min-width: 135px;
        max-width: 135px;
    }

    .adds__wrapper .checkbox__red span {
        font-size: 11px;
    }

    .top__menu__data .menu__title {
        font-size: 22px;
        line-height: 22px;
    }

    .promo__badges__top--logged {
        top: 95px;
    }

    .product__item__container .product__items .product__item.comboitem .items_list_combo_subitems {
        bottom: 95px;
    }

    .select__restaurant {
        margin-bottom: 15px;
    }
}

@media(max-width: 424px) {
    .top__menu__data .menu__title {
        font-size: 20px;
        line-height: 20px;
    }
}

@media(max-width: 410px) {
    .cart__order__options span.options_checks {
        font-size: 12px;
    }
}

@media(max-width: 374px) {
    .edit_box_pop .checkbox__red span {
        min-width: 135px;
        max-width: 135px;
    }

    .checkbox__add__adds span {
        min-width: 130px;
        max-width: 130px;
    }

    .product__item__container .product__items .product__item .product__item__title {
        flex-direction: column;
        align-items: flex-start;
        max-height: 40px;
        min-height: 40px;
        line-height: 40px;
    }

    .product__item__container .product__items .product__item .product__item__title .product__title__gram {
        margin-left: 0;
    }

    .product__item__container .product__items .product__item.comboitem .items_list_combo_subitems {
        bottom: 115px;
    }
}

.goback__container span {
    color: #1a7f99;
}

.select__category__menu__wrapper .category__menu__dropdown .dropdown-menu .dropdown-item.active,
.select__category__menu__wrapper .category__menu__dropdown .dropdown-menu .dropdown-item:active {
    background-color: #1a7f99;
    color: #fff;
}