.input-flex,
.inp-btn,
.product-counter,
.search,
.flex,
.choose-address .address-modal .modal-inputs,
.menu-section .menu-section-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.hide {
    display: none !important;
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-basket .basket-prod-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-dropdown .search-drop-item a, .search-dropdown .search-drop-item, .menu-section .menu-slider-item, .special-links a, header .header-content .basket, header .header-content .header-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-basket .header-basket-item, .product-item .price-btn, header .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-basket .header-basket-item .header-basket-info, footer .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@font-face {
    font-family: GHEAHelveticaGeo;
    src: url(../font/GHEAHelveticaGeo-Regular.ttf);
}

@font-face {
    font-family: GHEAHelveticaGeoBold;
    src: url(../font/GHEAHelveticaGeo-Bold.ttf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    /*transition: 0.3s;*/
    font-family: GHEAHelveticaGeo;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
    outline: none;
}

input {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: GHEAHelveticaGeoBold;
}

strong {
    font-family: GHEAHelveticaGeoBold;
}

body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background: #F9F7F0;
    overflow-x: hidden;
}


.open {
    visibility: visible !important;
    opacity: 1 !important;
}

.close-btn {
    border: 2px solid #F45B69;
    color: #F45B69;
    border-radius: 50%;
    background: transparent;
    width: 24px;
    height: 24px;
    padding-top: 3px;
}

.menu_header {
    padding: 28px 20px;
    text-align: right;
}

ul {
    list-style: none;
    padding: 0;
}

.show {
    display: block !important;
}

.classic-slider {
    max-width: 1232px;
    margin: 32px auto 0;
    padding: 0 16px;
}

.product-item {
    width: 292px;
    position: relative;
    border: 2px solid transparent;
    border-radius: 16px 16px 32px 32px;
    overflow: hidden;
}

.product-item:hover {
    border: 2px solid #EAE4D1;
}

.product-item .img img {
    width: 100%;
}

.product-item a {
    padding: 16px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #262730;
    font-family: GHEAHelveticaGeoBold;
    display: block;
}

.product-item a.title {
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 62px;
    margin-bottom: 16px;
}

.product-item p {
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    color: #586065;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.04em;
    padding: 0 16px;
    height: 54.4px;
    line-height: 18px;
}

.product-item .fa-heart, .product-item .remove {
    color: #F23B4C;
    position: absolute;
    top: 21px;
    right: 21px;
    font-size: 22px;
    cursor: pointer;
}

.product-item .img {
    padding: 16px;
    background: #FFFFFF;
    border-radius: 16px;
}

.product-item .price-btn {
    margin: 16px 0;
    padding: 0 16px;
}

.product-item .price-btn .price {
    font-family: GHEAHelveticaGeoBold;
    font-size: 20px;
    color: #262730;
    letter-spacing: 0.04em;
}

.product-item .price-btn .old-price {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-decoration-line: line-through;
    color: #F23B4C;
    display: block;
    font-family: GHEAHelveticaGeoBold;
}

.add-btn {
    background: #ED1C24;
    border-radius: 16px;
    padding: 17px 16px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.add-btn:hover {
    background: #F34E5D;
}

.trash-icon {
    width: 24px !important;
    height: 24px !important;
}

h2 {
    font-size: 32px;
    letter-spacing: 0.04em;
    color: #393E41;
    margin-bottom: 32px;
}

.classic-slider-arrow {
    position: relative;
}

.classic-slider-arrow .swiper {
    position: static;
}

.classic-slider-arrow .swiper-button-next, .classic-slider-arrow .swiper-button-prev {
    background: #FFFFFF;
    border-radius: 24px;
    width: 64px;
    height: 64px;
    box-shadow: 0 8px 8px rgba(164, 74, 63, 0.14);
    top: 38%;
}

.classic-slider-arrow .swiper-button-next:after, .classic-slider-arrow .swiper-button-prev:after {
    color: #393E41;
    font-size: 19px;
    font-weight: bold;
}

.classic-slider-arrow .swiper-button-prev {
    left: -15px;
}

.classic-slider-arrow .swiper-button-next {
    right: -15px;
}

.we-offer {
    background: url("/images/bg.png") no-repeat top;
    padding-top: 80px;
    margin-bottom: 65px;
}

.shadow {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}


.mr16 {
    margin-right: 16px;
}

.other {
    display: none;
}

.auto {
    height: auto !important;
}

.sl-mob, .sl-mob .second-link, .mobile-fixed-menu {
    display: none;
}

.sl-mob {
    display: none !important;
}

.up {
    transform: rotate(180deg);
}

.show-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.choose-address {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    display: none;
}

.choose-address .btn-container {
    text-align: right;
    margin-bottom: 28px;
}

.choose-address h3 {
    font-size: 24px;
    letter-spacing: 0.01em;
    font-family: GHEAHelveticaGeoBold;
    margin-bottom: 40px;
}

.choose-address .address-modal {
    max-width: 853px;
    width: 100%;
    background: #fff;
    border-radius: 32px;
    padding: 16px;
}

.choose-address .address-modal #map {
    width: 100%;
    height: 290px;
    margin-top: 16px;
}

.choose-address .address-modal .map {
    border-radius: 32px;
    overflow: hidden;
}

.choose-address .address-modal .modal-inputs {
    width: 100%;
}

.choose-address .address-modal .modal-inputs label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #393E41;
}

.choose-address .address-modal .modal-inputs input {
    background: #F5F2EA;
    padding: 16px 25px;
    border: 1px solid #D9CEAB;
    border-radius: 16px;
}

.choose-address .address-modal .modal-inputs .mini-inputs {
    margin-bottom: 14px;
    margin-top: -15px;
}

.choose-address .address-modal .modal-inputs .mini-inputs .inp {
    margin-right: 16px;
}

.choose-address .address-modal .modal-inputs .mini-inputs .inp:last-child {
    margin-right: 0;
}

.choose-address .address-modal .modal-inputs > div {
    width: 50%;
}

.choose-address .address-modal .modal-inputs input {
    width: 100%;
}

.choose-address .address-modal .modal-inputs .address-search {
    position: relative;
}

.choose-address .address-modal .modal-inputs .address-search i {
    position: absolute;
    left: 25px;
    top: 16px;
}

.choose-address .address-modal .modal-inputs .address-search input {
    padding-left: 50px;
}

.choose-address form button {
    background: #00A676;
    border-radius: 16px;
    text-align: center;
    padding: 16px;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    width: 100%;
    border: 1px solid transparent;
}

.choose-address form button:hover {
    background: #00B883;
}

.flex-important {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.delivery-type {
    border: 1px solid #D9CEAB;
    border-radius: 8px;
    display: none;
    overflow: hidden;
    margin-bottom: 8px;
}

.delivery-type > div {
    width: 50%;
}

.delivery-type label {
    font-size: 14px;
    color: #393E41;
    padding: 7px 0 6px;
    text-align: center;
    height: 27px;
}

.delivery-type input {
    display: none;
}

.delivery-type input:checked + label {
    background: #00A676;
    color: #fff !important;
    font-weight: bold;
}

.opened-search {
    width: 516px !important;
}

.search {
    position: relative;
}

.search .search-icon {
    cursor: pointer;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.search-container {
    width: 0;
    overflow: hidden;
}

.search-container .content {
    position: relative;
    padding-right: 32px;
}

.search-container button {
    position: absolute;
    border: none;
    background: none;
    top: 8px;
    left: 13px;
}

.search-container input {
    background: #FFFFFF;
    border: 1px solid #D9CEAB;
    border-radius: 100px;
    padding: 16px 16px 16px 50px;
    width: 100%;
}

.search-container button.close-btn {
    left: unset;
    right: 0;
    border: 2px solid #F45B69;
    top: 13px;
}

.search-dropdown {
    position: absolute;
    top: 49px;
    background: #fff;
    border-color: #D9CEAB;
    border-radius: 0 0 16px 16px;
    width: 85%;
    left: 21px;
    display: none;
}

.search-dropdown .search-drop-content {
    padding: 24px 16px 16px 16px;
}

.search-dropdown .search-drop-item {
    margin-bottom: 8px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search-dropdown .search-drop-item a p {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #393E41;
    margin-bottom: 3px;
    width: 136px;
}

.search-dropdown .search-drop-item a span {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #586065;
}

.search-dropdown .search-drop-item a img {
    margin-right: 4px;
}

.search-dropdown .search-drop-item .search-result-price {
    font-family: GHEAHelveticaGeoBold;
    margin: 0 20px 0 16px;
    white-space: nowrap;
}

.search-dropdown .search-drop-item .add-btn {
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 12px;
}

.product-counter button {
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #fff;
    font-family: GHEAHelveticaGeoBold;
    padding-top: 3px;
}

.product-counter .minus {
    background: #ED1C24;
}

.product-counter .minus:hover {
    background: #F34E5D;
}

.product-counter .plus {
    background: #00A676;
}

.product-counter .plus:hover {
    background: #00B883;
}

.product-counter input {
    width: 38px;
    border: 1px solid transparent;
    background: transparent;
    text-align: center;
    font-size: 16px;
    font-family: GHEAHelveticaGeoBold;
}

.delete {
    background: transparent;
    border: none;
    color: #586065;
}

.delete img {
    margin: 0 !important;
}

.input {
    font-size: 14px;
    background: #F5F2EA;
    border: 1px solid #D9CEAB;
    border-radius: 16px;
    padding: 16px;
    font-weight: 700;
    height: 53px;
}

.textarea{
    width: 100%;
    height: auto;
    resize: none;
}

input:focus,
input:hover,
#addressChooseBlock.selected,
select:focus,
textarea:focus,
textarea:hover,
select:hover {
    background: #FFFFFF !important;
}

.label {
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #393E41;
    display: block;
    margin-bottom: 5px;
}

.label span {
    color: #ed1c24;
}

.imr {
    margin-right: 20px;
}

.input-item {
    width: 100%;
}

.checkout-content p.error,
.log-reg p.error,
.profile-info-item p.error,
.choose-address .address-modal .error {
    height: 24px;
    font-size: 12px;
    color: #ff002a;
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hasError .error::before {
    content: url('/images/error.svg');
    margin-right: 4px;
}

.hasError .input {
    border: 1px solid #ED1C24 !important;
}

.errorBlockWithoutHeight p.error {
    height: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.iti {
    width: 100%;
}

.single-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-checkbox input {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 17px;
}

.single-checkbox input:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -1px;
    width: 24px;
    height: 24px;
    border: 2px solid #00A676;
    border-radius: 6px;
    background: #F9F7F0;
}

.single-checkbox input:after {
    content: url("/images/check.png");
    position: absolute;
    top: 3px;
    left: 9px;
    display: none;
}

.single-checkbox input:checked:after {
    display: block;
}

.single-checkbox input:checked:before {
    background: #00A676;
}

.single-radio {
    position: relative;
}

.single-radio label {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #393E41;
    position: relative;
    top: -7px;
}

.single-radio input {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 17px;
}

.single-radio input:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -1px;
    width: 24px;
    height: 24px;
    border: 2px solid #00A676;
    border-radius: 50px;
    background: #F9F7F0;
}

.single-radio input:after {
    content: url("/images/check.png");
    position: absolute;
    top: 3px;
    left: 9px;
    display: none;
}

.single-radio input:checked:after {
    display: block;
}

.single-radio input:checked:before {
    background: #00A676;
}

.green-btn {
    width: 188px;
    padding: 16px 0;
    color: #fff;
    background: #00A676;
    border-radius: 16px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    border: none;
}

.green-btn:hover {
    background: #00B883;
}

.header-basket {
    position: fixed;
    top: 0;
    right: -540px;
    background: #FFFFFF;
    padding: 0 20px 20px 20px;
    width: 534px;
    height: 100vh;
    z-index: 999;
}

.header-basket .hb-content {
    height: calc(100vh - 64px);
    overflow: auto;
}

.header-basket .header-basket-item {
    border-bottom: 1px solid #EBE2D1;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.header-basket .header-basket-item .price {
    font-family: GHEAHelveticaGeoBold;
    margin-right: 32px;
}


.header-basket .header-basket-item img {
    margin: 0 16px 12px 0;
}

.header-basket .header-basket-item .txt-info {
    width: 61%;
}

.header-basket .header-basket-item .txt-info p {
    font-size: 14px;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
    color: #393E41;
    line-height: 18px;
}

.header-basket .header-basket-item .txt-info span {
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #586065;
}

.header-basket .menu_header {
    padding: 20px 0;
}

.header-basket .basket-prod-price {
    width: 100%;
    padding: 7px 20px;
    background: #ED1C24;
    border-radius: 16px;
    margin: 16px 0;
    cursor: pointer;
}

.header-basket .basket-prod-price:hover {
    background: #F34E5D;
}

.header-basket .basket-prod-price span {
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    font-family: GHEAHelveticaGeoBold;
    padding: 6px 2px 6px 24px;
}

.header-basket .basket-prod-price .leftBorder {
    border-left: 1px solid #F78C96;
}

.header-basket .basket-prod-price img {
    width: 21px;
    margin-right: 19px;
}

.hb-content::-webkit-scrollbar {
    width: 10px;
}

.hb-content::-webkit-scrollbar-track {
    background: transparent;
}

.hb-content::-webkit-scrollbar-thumb {
    background: #D9CEAB;
    border-radius: 100px;
}

.hb-content::-webkit-scrollbar-thumb:hover {
    background: #D9CEAB;
}

.right0 {
    right: 0;
}


.phoneDiv {
    position: relative;
}

.phoneDiv span {
    position: absolute;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    background-color: #D9CEAB;
    left: 1px;
    top: 1px;
    border-radius: 16px 0 0 16px;
    font-size: 25px;
    font-weight: 900;
}

.phoneDiv input {
    padding-left: 45px;
}

@media (max-width: 1665px) {
    .special-links a span {
        font-size: 21px;
    }

    header .header-content .address-choose {
        padding: 17px 22px;
    }

    header .header-content .basket img {
        width: 24px;
    }

    h2 {
        font-size: 26px;
    }

    .arrows {
        top: -295px;
    }
}

@media (max-width: 1540px) {
    .special-links a span {
        font-size: 21px;
    }

    .shadow {
        height: 471px;
    }

    .arrows {
        top: -264px;
    }
}

@media (max-width: 1450px) {
    .special-links a span {
        font-size: 17px;
    }

    .special-links img {
        width: 50px;
        height: 50px;
    }

    .ns {
        width: 92vw;
    }
}
@media (max-width: 1370px) {
  .product-item {
    width: auto;
  }
  .classic-slider, .inner-section, .mini-banners {
    max-width: 1000px !important;
  }
  h2 {
    margin-bottom: 20px;
  }
  .classic-slider {
    margin: 20px auto 0;
  }
}
@media (max-width: 1270px) {
    .opened-search {
        width: 369px !important;
    }

    .search-dropdown {
        width: 449px;
    }

    .menu-section, .classic-slider, .header-content {
        max-width: 90% !important;
    }

    .product-item {
        width: 100%;
    }

    .special-links a {
        width: 362px;
    }

    .main-footer {
        max-width: 90%;
        margin: 0 auto;
    }

    footer .footer-logo {
        margin-right: 90px;
    }

    .menu-section .menu-section-content {
        width: 86vw;
    }

    .classic-slider-arrow .swiper-button-next, .classic-slider-arrow .swiper-button-prev {
        border-radius: 18px;
        width: 52px;
        height: 52px;
    }

    .menu-section .sidebar-btn {
        min-width: 70px;
        height: 70px;
        margin-top: 18px;
        padding-top: 4px;
    }

    .arrows {
        top: -236px;
        max-width: 90%;
    }
}

@media (max-width: 1164px) {
    .banner, .classic-slider, .header-content, .main-footer {
        padding: 0 40px;
    }

    .menu-section, .classic-slider, .header-content, .main-footer {
        max-width: 100% !important;
    }

    footer .main-footer {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 31px 40px 52px;
    }

    .menu-section .menu-section-content {
        width: 100%;
    }

    .swiper-button-next, .swiper-button-prev,
    .menu-section .menu-section-content:after,
    .menu-section .menu-section-content:before {
        display: none;
    }

    h2 {
        font-size: 22px;
    }

    footer .market1 {
        width: 161px;
    }

    footer .market2 {
        width: 164px;
    }

    footer .footer-logo {
        margin-right: 34px;
    }

    .footer-logo img {
        max-width: 100px;
    }

    footer .footer-menu ul {
        margin-right: 20px;
    }

    .menu-section .m-slider {
        width: 100%;
    }

    .opened-search {
        width: 271px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

@media (max-width: 1056px) {
    .opened-search {
        width: 199px !important;
    }
}

@media (max-width: 985px) {
    .menu-section .menu-slider-item {
        width: 178.65px;
        height: 67px;
        background: url(/images/mobbg.png);
    }

    .menu-section .menu-slider-item img {
        width: 47px;
        margin-right: 8px;
    }

    .menu-section .menu-slider-item span {
        font-size: 12px;
        line-height: 14px;
    }

    .menu-section .sidebar-btn {
        min-width: 56px;
        height: 56px;
        margin-top: 0;
        padding-top: 4px;
        font-size: 16px;
    }

    h2 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .classic-slider {
        margin: 24px auto 0;
        background-size: 93%;
    }

    .mini-banners {
        margin-top: 20px;
    }

    .news-slider-content h2 {
        margin: 24px 0;
    }

    header .header-content .logo {
        margin-right: 27px;
    }

    header .header-content .address-choose {
        padding: 15px 15px;
        width: 243px;
        font-size: 13px;
    }

    .logo img {
        width: 64px;
    }

    header .header-content .basket {
        padding: 8px 15px 7px;
    }

    header .header-content .user {
        margin: 0 20px;
    }

    .search > img, .user > img, .basket > img {
        width: 25px;
    }

    .product-item .price-btn .add-btn {
        padding: 12px 16px;
        font-size: 11px;
    }

    footer .footer-social {
        margin-left: 0;
    }

    .choose-address .address-modal {
        max-width: 100%;
        border-radius: 0;
    }

    .modal-inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .choose-address .address-modal .modal-inputs > div, .choose-address .address-modal .modal-inputs .mini-inputs, .choose-address .address-modal .modal-inputs .mini-inputs input {
        width: 100% !important;
    }

    .choose-address .address-modal .modal-inputs input {
        padding: 16px 21px;
    }

    .modal-inputs .mr16 {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .mini-inputs {
        margin-top: 0 !important;
    }

    .choose-address .address-modal {
        height: 100vh;
        overflow: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .choose-address h3 {
        font-size: 20px;
        margin-bottom: 16px;
        text-align: center;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .choose-address .btn-container, .map {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .choose-address .address-modal .map {
        overflow: unset;
    }

    .choose-address .address-modal .modal-inputs {
        margin-top: 16px;
    }

    .btn-container {
        box-shadow: 0 8px 16px rgba(164, 74, 63, 0.32);
        padding: 10px;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
    }

    .address-modal {
        position: relative;
        padding-top: 70px !important;
    }

    .delivery-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .search-container input {
        padding: 12px 16px 12px 50px;
    }

    .search-container button img {
        width: 24px;
    }

    .opened-search {
        width: 135px !important;
    }
}

@media (max-width: 780px) {
    .main-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu-section {
        margin: 0 auto 24px;
    }

    .banner, .classic-slider, .header-content, .main-footer {
        padding: 0 16px;
    }

    .menu-section {
        padding-left: 16px;
    }

    footer .main-footer {
        padding: 16px 16px 20px;
    }

    footer {
        margin-top: 88px;
    }

    .footer-logo img {
        max-width: 64px;
        margin-right: 7px;
    }

    footer .footer-logo .copyright {
        font-size: 12px;
        margin-top: 0;
    }

    footer .footer-logo {
        margin-right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 32px;
    }

    footer {
        border-radius: 0 0 32px 32px;
    }

    .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    footer .footer-menu ul:first-child {
        margin-right: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    footer .footer-menu ul a {
        font-size: 14px;
        letter-spacing: 0.04em;
        color: #FFFFFF;
        font-family: GHEAHelveticaGeo;
    }

    footer .footer-menu ul:last-child {
        width: 100%;
        margin-right: 0;
        border: 1px solid #655860;
        border-radius: 8px;
        padding: 8px 12px;
        color: #fff;
        margin-bottom: 20px;
        height: 40px;
        overflow: hidden;
    }

    .other {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff;
        position: relative;
        top: 3px;
    }

    .mob-hide {
        display: none;
    }

    .sl-mob {
        display: block !important;
    }
}

@media (max-width: 660px) {
    .search-dropdown {
        width: 88%;
        top: 41px;
    }

    .search-drop-content {
        max-height: 370px;
        overflow: auto;
    }

    .user, .basket, .product-item p {
        display: none !important;
    }

    .product-item a {
        font-size: 14px;
    }

    .price-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-item .price-btn form {
        width: 100%;
    }

    .product-item .price-btn .add-btn {
        padding: 13px 8px;
        font-size: 12px;
        min-width: 50%;
    }

    .product-item .fa-heart, .product-item .remove {
        top: unset;
        right: unset;
        font-size: 22px;
        bottom: 17px;
        left: 4px;
    }

    .add-btn {
        display: block;
        margin: 0 0 0 auto;
    }

    .price-btn > div, .price-btn > span {
        height: 42px;
        width: 100%;
    }

    .product-item a {
        padding: 9px 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menu-section {
        padding: 16px 0 0 16px;
    }

    footer {
        margin-bottom: 77px;
    }

    .opened-search, .right-item, .search {
        width: 100% !important;
    }

    .right-item, .search {
        justify-content: flex-end;
    }

    .search-container button.close-btn {
        top: 8px;
    }

    .product-item .fa-heart, .product-item .remove {
        bottom: 27px;
        font-size: 15px;
    }

    .product-item .price-btn {
        padding: 0 4px;
    }

    .product-item .price-btn .price {
        font-size: 18px;
        white-space: nowrap;
    }

    .logo img {
        width: 58px;
        height: 58px;
    }
}

@media (max-width: 534px) {
    .search-drop-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .search-drop-item .add-btn {
        margin: 16px 0;
    }
}

@media (max-width: 430px) {
    .menu-section .sidebar-btn {
        margin-right: 12px;
    }

    .banner .swiper-slide img {
        height: 200px;
        object-fit: cover;
    }

    .classic-slider {
        background-size: 104%;
    }

    .mr {
        margin-right: 0 !important;
        margin-bottom: 16px;
    }

    .news-slider-content h2 {
        margin: 32px 0 24px;
    }

    header .header-content .address-choose {
        width: 215px;
    }

    header .header-content .logo {
        margin-right: 16px;
    }

    .classic-slider {
        padding-right: 0;
    }

    .mob-hide {
        display: none;
    }

    .menu-section {
        margin-top: -28px;
    }
}

@media (max-width: 370px) {
    footer .market1 {
        width: 133px;
    }

    footer .market2 {
        width: 140px;
    }

    .cards img {
        width: 138px;
    }
}

@media (max-width: 350px) {
    header .header-content .address-choose {
        width: 176px;
        margin-right: 11px;
    }
}
