.container-lg-none-cart {
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 90px;
    /*margin-top: 55px;*/
}

.main_page_right {
    padding-right: 90px;
}

#menu-body {
    padding-bottom: 20px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

#menu-body .menu-cat .menu-ul .swiper-slide img{
    object-fit: contain;
}

#menu-body .menu-cat .menu-ul {
    padding: 13px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

#menu-body .menu-cat .menu-ul .swiper-slide, #menu-body .menu-cat .menu-ul li {
    padding: 0;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    white-space: normal;
}

#menu-body .menu-cat .menu-ul .swiper-slide img, #menu-body .menu-cat .menu-ul li img {
    width: 33px;
    height: 33px;
    margin-left: 7px;
    filter: invert(13%) sepia(1%) saturate(1%) hue-rotate(39deg) brightness(1000%) contrast(80%)
}

#menu-body .menu-cat .menu-ul .swiper-slide i, #menu-body .menu-cat .menu-ul li i {
    font-size: 25px;
    margin-left: 8px;
    vertical-align: middle
}

#menu-body .menu-cat .menu-ul .swiper-slide .ion-activatable, #menu-body .menu-cat .menu-ul li .ion-activatable {
    overflow: hidden;
    flex: 1 1 auto;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--ion-theme-2);
    transition: all .3s ease
}

#menu-body .menu-cat .menu-ul .swiper-slide.current, #menu-body .menu-cat .menu-ul li.current {
    color: var(--ion-theme);
    opacity: 1;
    background: var(--ion-theme-2);
    border-radius: 20px
}

#menu-body .menu-cat .menu-ul .swiper-slide.current img, #menu-body .menu-cat .menu-ul li.current img {
    filter: invert(1%) sepia(1%) saturate(1%) hue-rotate(8deg) brightness(931%) contrast(81%)
}

#menu-body .menu-cat .menu-ul .swiper-slide.current:after, #menu-body .menu-cat .menu-ul li.current:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -8px;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid var(--ion-theme-2);
    transition: all .3s ease;
    left: 50%;
    transform: translateX(-50%);
    color: var(--ion-theme-2)
}

#menu-body .food-block hr {
    background-color: var(--ion-theme-2);
    margin: 30px 0
}

.button_change_menu {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 90px;
    background: #164936;
    /*border: 2px solid #e2b678;*/
    /*border-top-left-radius: 70px;*/
}

.button_change_menu a {
    /*box-shadow: -5px 0px 10px 1px #000;*/
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-radius: 3px;*/
    /*background-color: #2a2a2a;*/
    color: #e2b678 !important;
}

.button_change_menu a i {
    margin-left: 7px;
}

.button_change_menu:hover a i {
    -webkit-animation: animated-mouse 1s ease infinite;
    moz-animation: mouse-animated 1s ease infinite;
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

#menu_fix_left.menu-cat {
    position: fixed;
    top: 0;
    z-index: 12;
    box-shadow: unset !important;
    width: 100px;
    right: 0;
    height: 100%;
    margin-top: 0 !important;
    /*padding: 10px 5px;*/
    /*overflow-y: auto;*/
    border-radius: 0px !important;
    padding-top: 90px;
    overflow: hidden;
    background-image: linear-gradient(-32deg, #164936 0%, #ddf1ea 100%) !important;
}

.hydrated {
    visibility: inherit
}

.menu-box-product {
    color: #000;
    display: flex;
    flex-direction: column;
    padding: 5px;
    /*margin-bottom: 15px;*/
    text-align: center;
    white-space: normal;
    cursor: pointer;
}

.menu-box-product img {
    width: auto;
    height: 50px;
    object-fit: contain;
    margin: 0 auto 10px auto;
    /*filter: invert(13%) sepia(1%) saturate(1%) hue-rotate(39deg) brightness(1000%) contrast(80%);*/
}

#menu_fix_left div.menu.activefilter img {
    filter: brightness(0) invert(1);
}

.box_product_food {
    width: 100%;
}

.box_product_food .product-item .price {
    justify-content: center;
}

.product-item .price .new{
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-item .price .new strike{
    font-size: 12px;
    margin-left: auto;
}

.product-item .price .new span{
    margin-right: auto;
}

.productIndex .product-item img {
    width: 100% !important;
    height: 200px !important;
    border-radius: 25px;
}

.product-item img {
    width: 100% !important;
    height: 200px !important;
    border-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block
}

.product-item .price {
    height: 54px;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-item .price .new {
    color: var(--ion-white);
    font-size: 16px;
    font-weight: 400
}

.product-item .price .old {
    color: var(--ion-white);
    font-size: 14px;
    font-weight: 200;
    text-decoration: line-through
}

.product-item .action {
    width: 100%;
    margin-top: 5px
}

.product-item .action .counter {
    width: auto;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}

.product-item .action .counter span.cartQty {
    margin: 0 10px;
    flex: 0 0 30px;
    width: 30px;
    border-radius: 25px;
    color: #fff;
    border: none;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    outline: none
}

.product-item .action .counter ion-button {
    width: 25px !important;
    height: 25px !important;
    font-size: 11px;
    flex: 0 0 auto
}

.product-item .action .counter .button-native {
    width: 30px;
    height: 30px;
    font-size: 15px;
    flex: 0 0 auto
}

.product-item .action ion-button {
    height: 30px;
    width: 63%;
    margin: 0 auto
}

.box-shadow, .walletAmount-box:before {
    border-radius: 25px !important;
    /*box-shadow: -2px -1px 5px 3px rgba(0, 0, 0, .4) !important;*/
    box-shadow: -2px -1px 5px 3px rgb(22 73 54 / 20%) !important;
    /*background-color: #164936*/
}

.description_box_food {
    display: none;
}

.button-native-add-cart {
    background: #367535 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 63%;
    border-radius: 64px;
    margin: 0px auto;
    position: relative;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), background-color 15ms linear, color 15ms linear;;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);;
    cursor: pointer;
    overflow: hidden;
    z-index: 0;
}

.button-native-add-cart.button-disabled {
    background: #626262 !important;
    color: #000 !important;
}

.productIndex .button-native-add-cart {
    height: 35px;
    font-size: 14px;
    width: 65%;
}

.button-native.sc-ion-back-button-md {
    border-radius: var(--border-radius);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-left: var(--margin-start);
    margin-right: var(--margin-end);
    margin-top: var(--margin-top);
    margin-bottom: var(--margin-bottom);
    padding-left: var(--padding-start);
    padding-right: var(--padding-end);
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-overflow: inherit;
    text-transform: inherit;
    text-align: inherit;
    white-space: inherit;
    color: inherit;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border: 0;
    outline: none;
    background: var(--background);
    line-height: 1;
    cursor: pointer;
    opacity: var(--opacity);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ion-color.sc-ion-back-button-md-h .button-native.sc-ion-back-button-md {
    color: var(--ion-color-base)
}

.ion-focused.sc-ion-back-button-md-h .button-native.sc-ion-back-button-md {
    background: var(--background-focused);
    color: var(--color-focused)
}

.ion-color.ion-focused.sc-ion-back-button-md-h .button-native.sc-ion-back-button-md {
    color: var(--ion-color-base)
}

.button-native.sc-ion-back-button-md {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ion-color.ion-focused.sc-ion-back-button-md-h .button-native.sc-ion-back-button-md {
    background: rgba(var(--ion-color-base-rgb), .24)
}

.button_red_add_cart {
    border: 2px solid #f44336;
    background: transparent;
    color: #f44336;
    border-radius: 64px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartQty input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cartQty {
    margin: 0 10px;
    flex: 0 0 30px;
    width: 30px;
    /*border-radius: 25px;*/
    color: #fff;
    border: none;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.item-clear {
    background-color: transparent !important
}

.item-clear {
    box-shadow: none
}

.cart-empty img {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.cart-empty {
    text-align: center
}

.cart-empty img {
    display: block;
    width: 200px;
    margin: 0 auto
}

.cart-empty p {
    font-size: 18px;
    color: var(--ion-theme-2)
}

.color-primary h2 {
    color: #e2b678 !important;
}

.color-primary{
    color: #e2b678 !important;
}

.font-style-empty-text{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.button_add_continue_yellow {
    height: 44px;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    background: #efa41c;
    width: 100%;
    padding: 0;
    font-weight: bold;
}

.button_add_continue_yellow_empty{
    border: 2px solid #efa41c;
    background-color: transparent;
    color: #efa41c !important;
    height: 44px;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    font-weight: bold;
}

.button_add_continue {
    height: 44px;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #367535;
    width: 100%;
}

.main-aside .order-items-cart{
    height: 100%;
    overflow-y: auto;
}

/* width */
.main-aside .order-items-cart::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.main-aside .order-items-cart::-webkit-scrollbar-track {
    background: #111;
}

/* Handle */
.main-aside .order-items-cart::-webkit-scrollbar-thumb {
    background: #e2b678;
}

/* Handle on hover */
.main-aside .order-items-cart::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.ion-no-padding {
    --padding-start: 0;
    --padding-end: 0;
    --padding-top: 0;
    --padding-bottom: 0;
    padding: 0
}

#box-render-factor-sidebar .box-shadow.style_factor{
    box-shadow: unset !important;
}

#box-render-factor-sidebar .style_factor{
    margin-top: 0px !important;
}

.style_factor {
    margin: 0px 0px 20px 0px;
    padding: 15px 15px 15px 15px;
}

.description_order{
    width: 96%;
    margin: 0 auto 20px;
    display: block;
    background: transparent;
    border-radius: 5px;
    height: 100px;
    resize: none;
}

.link_menu .curser-pointer {
    margin: 0 auto;
    display: block;
    width: fit-content;
    color: #efa41c;
}

.color-grey-4 {
    color: var(--ion-grey-4)
}

.cart_item_food .cart-items .food-info .info .title {
    margin: 0 0 10px 0;
    text-align: right;
}

.cart_item_food .cart-items .food-info .info .desc {
    text-align: right;
    color: #bcbcbc;
}

.cart_item_food .cart-items .food-info .image:after {
    right: 0;
    bottom: 0;
}

.cart-header .cart-items .item, .flex-row-start-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.cart-header .cart-items .item .num, .cart-header .cart-items .item .num:after, .flex-column-center-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.cart-header .cart-items, .flex-row-center-between {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.cart-header {
    padding: 15px 0
}

.cart-header .cart-items {
    position: relative
}

.cart-header .cart-items .item {
    outline: none;
    flex: 0 0 auto;
    padding: 5px 0;
    width: 190px;
    border-radius: 50px;
    position: relative;
    z-index: 2
}

.cart-header .cart-items .item .num {
    font-weight: 700;
    width: 45px;
    height: 45px;
    background-color: var(--ion-theme-3);
    color: var(--ion-theme-3);
    position: relative;
    border-radius: 0 25px 25px 25px;
    margin-top: -5px;
    margin-bottom: 2px
}

.cart-header .cart-items .item .num:after {
    content: "check";
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto
}

.cart-header .cart-items .item .name {
    display: block;
    flex: 0 0 auto;
    width: auto;
    color: var(--ion-theme-3);
    margin: 0 auto
}

.cart-header .cart-items .item.active .num {
    background-color: var(--ion-theme-2);
    color: #000
}

.cart-header .cart-items .item.active .num:after {
    display: none
}

.cart-header .cart-items .item.active .name {
    color: var(--ion-theme-2)
}

.cart-header .cart-items .item.active ~ .item {
    background-color: var(--ion-theme)
}

.cart-header .cart-items .item.active ~ .item .name {
    color: var(--ion-grey-2)
}

.cart-header .cart-items .item.active ~ .item .num {
    background-color: var(--ion-grey-7);
    color: #fff
}

.cart-header .cart-items .item.active ~ .item .num:after {
    display: none
}

.cart-header .cart-items .item.active ~ .item:after {
    background-color: var(--ion-theme)
}

.cart-items .food-info, .flex-row-start-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.cart-items {
    z-index: 1;
    position: relative
}

.cart-items .food-info .discount {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 41px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    background-color: var(--ion-theme-5);
    color: var(--ion-white);
    border-radius: 0 25px 25px 34px;
    z-index: 1
}

.cart-items .food-info .image {
    position: relative;
    width: 40%;
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center
}

.cart-items .food-info .image:after {
    position: absolute;
    content: "";
    z-index: 0;
    height: 60px;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    right: -4px;
    bottom: -4px;
    background-color: var(--ion-theme-2);
    width: 100%
}

.cart-items .food-info .image img {
    width: 136px;
    height: 126px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin-left: 10px;
    z-index: 1;
    border-radius: 5px
}

.cart-items .food-info .info {
    width: 60%;
    padding-right: 12px;
    height: 88px;
    overflow: hidden
}

.cart-items .food-info .info .title {
    font-size: 16px;
    margin: 0;
    color: var(--ion-theme-2)
}

.cart-items .food-info .info .desc {
    font-size: 12px;
    margin: 0
}

.cart-items .counter {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.cart-items .counter span.cartQty {
    margin: 0 10px;
    flex: 0 0 30px;
    width: 30px;
    border-radius: 25px;
    color: #fff;
    border: none;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    outline: none
}

.cart-items .counter ion-button {
    width: 30px !important;
    height: 30px !important;
    font-size: 15px;
    flex: 0 0 auto
}

.cart-items .price .new {
    font-size: 18px
}

.cart-items .price .new, .cart-items .price .old {
    width: 100%;
    text-align: center;
    color: var(--ion-grey-2)
}

.cart-items .price .old {
    font-size: 12px;
    text-decoration: line-through
}

.cart-items .final-price {
    font-size: 16px;
    color: var(--ion-theme-2)
}

.cart-items .offers {
    font-size: 19px;
    color: var(--ion-theme-2);
    margin-bottom: -6px
}

.header-2 .title {
    margin: 0 0 0 15px
}

.price_product_mobile {
    display: none;
}

.ion-text-center {
    text-align: center !important
}

.remove-item {
    width: 100%;
    height: 98%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    right: -16px
}

.remove-item ion-icon {
    padding-right: 25px;
    font-size: 46px
}

.remove-item:hover {
    color: #fff
}

.order_item .remove-item:before {
    content: unset;
}

.icon_trash_remove {
    justify-content: center;
    padding-right: 16px;
}

.icon_trash_remove i {
    z-index: 1;
    font-size: 35px;
}

.main-aside {
    position: fixed;
    top: 0;
    left: unset;
    right: 0;
    z-index: 999999999;
    width: 300px;
    height: 100%;
    background-color: #1a1a1a;
    box-shadow: 0 3px 17px #0000004d;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 20px 0;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

.main-aside.open {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.title_cart_sidebar{
    text-align: right;
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
}

.title_cart_sidebar .mini-count-cart{
    position: unset;
    display: inline-block;
    background: transparent !important;
    font-size: 17px;
    width: auto;
    color: #fff !important;
}

.cart-products-count{
    /*width: 18px;*/
    /*height: 18px;*/
    /*border-radius: 50%;*/
    color: #000;
    /*position: absolute;*/
    top: -5px;
    right: -7px;
    font-size: 11px;
    text-align: center;
    /*box-shadow: 0 0 10px #00000067;*/
    cursor: pointer;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    /*padding-top: 5px;*/
    margin-right: 5px;
}

.close_sidebar{
    /*position: absolute;*/
    left: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #efa41c;
    font-size: 17px;
    cursor: pointer;
}

.box_description{
    border-bottom: 1px solid #313131;
    border-top: 1px solid #313131;
}

.Basket__Item{
    padding: 0.5rem 10px;
    border-bottom: 1px solid rgb(175 175 175 / 29%);
}

.Basket__Footer{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-content: initial;
    -webkit-box-align: center;
    align-items: center;
    flex-flow: row nowrap;
    flex: unset;
}

.Basket__Footer .counter{
    display: flex;
}

.Basket__Footer .title{
    color: #e2b678;
    font-weight: bold;
}

/*.active_item {*/
/*    background: #e2b678;*/
/*    color: #000 !important;*/
/*    border-radius: 5px;*/
/*    opacity: 1 !important;*/
/*}*/

/*.active_item img{*/
/*    filter: unset;*/
/*}*/

/*.active_item::after {*/
/*    content: unset;*/
/*    position: absolute;*/
/*    width: 0;*/
/*    height: 0;*/
/*    bottom: -8px;*/
/*    display: block;*/
/*    border-left: 10px solid transparent;*/
/*    border-right: 10px solid transparent;*/
/*    border-top: 11px solid #e2b678;*/
/*    transition: all .3s ease;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    color: #e2b678;*/
/*}*/

.types_more {
    /*padding: 10px 5px;*/
    overflow-y: auto;
    height: 100%
}

/* width */
.types_more::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.types_more::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.types_more::-webkit-scrollbar-thumb {
    background: #e2b678;
}

/* Handle on hover */
.types_more::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.fade-line {
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #164936));
}
.fade-line {
    margin: 0;
    height: 1px;
    width: 100px;
    /*background: white;*/
}

#menu_fix_left div.menu {
    position: relative;
    padding: 10px;
    text-decoration: none;
    size: 14px;
}

#menu_fix_left div.menu.activefilter {
    background: #164936;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #164936));
}
#menu_fix_left div.menu.activefilter {
    color: #fff;
}

.product-item .title {
    position: absolute;
    bottom: 44px;
    right: 25px;
    height: 35px !important;
    background-color: #164936;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    text-align: right !important;
}

.box-shadow, .cart-header .cart-items .item, .walletAmount-box:before {
    border-radius: 25px !important;
    /*box-shadow: -2px -1px 5px 3px rgba(0, 0, 0, .4) !important;*/
    box-shadow: 0 1px 1px 1px #e9e9e9 !important;
    /*background-color: var(--ion-theme)*/
}

.p-10, .pl-10, .px-10 {
    padding-left: 10px !important
}

.p-10, .pt-10, .py-10 {
    padding-top: 10px !important
}

.p-10, .pb-10, .py-10 {
    padding-bottom: 10px !important
}

.p-10, .pr-10, .px-10 {
    padding-right: 10px !important
}

.p-10, .pl-10, .px-10 {
    padding-left: 10px !important
}

@media (min-width: 992px) {
    .remove-item:before {
        position: absolute;
        content: "";
        z-index: 0;
        width: 156px;
        height: 100%;
        right: -52px;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
        background-color: var(--ion-theme-5);
        box-shadow: -2px -1px 5px 3px rgba(0, 0, 0, .4) !important
    }

    .p-lg-30, .pt-lg-30, .py-lg-30 {
        padding-top: 30px !important
    }

    .p-lg-30, .pb-lg-30, .py-lg-30 {
        padding-bottom: 30px !important
    }

    .m-lg-30, .mt-lg-30, .my-lg-30 {
        margin-top: 30px !important
    }

    .m-lg-5, .mt-lg-5, .my-lg-5 {
        margin-top: 5px !important
    }

    .product-item .action {
        height: 61px;
        margin-bottom: 8px
    }

    .product-item .action .counter {
        background: rgba(0, 0, 0, .3215686274509804);
        padding: 8px 21px;
        border-radius: 26px
    }

    .productIndex .product-item .action .counter {
        padding: 0px;
        height: 35px;
        width: 65%;
    }

    .productIndex .product-item .action .counter .button-native {
        height: 25px;
        width: 25px;
    }

    .product-item .action .counter span.cartQty {
        font-size: 18px
    }

    .product-item .action .counter ion-button {
        width: 30px !important;
        height: 30px !important;
        font-size: 15px
    }

    .product-item .action ion-button {
        height: 45px
    }

    .product-item {
        background: #1a1a1a;
        /*background: linear-gradient(180deg, #ffffff, #ffffff 97%, #164936 0, #164936);*/
        background: linear-gradient(180deg, #fff, #fff 100%, #164936 0, #164936);
    }

    .product-item img {
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .product-item .price {
        height: 48px !important;
        justify-content: center
    }

    .product-item .finish-hover {
        position: absolute;
        z-index: 1;
        background: hsla(0, 0%, 68.6%, .7);
        text-align: center;
        color: #000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 25px;
        font-size: 21px;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (max-width: 992px) {
    .cart-products-count {
        /*width: 15px;*/
        /*height: 15px;*/
        /*padding-top: 0px;*/
    }

    .style_btn_delete_mobile a {
        position: unset;
        padding: 0;
    }

    .style_btn_delete_mobile a i {
        font-size: 13px;
    }

    .style_btn_delete_mobile {
        position: absolute;
        right: 5px;
        z-index: 2;
        background: #e74133;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        top: calc((100% - 80px) / 2);
        font-size: 11px;
    }

    .Basket__Item .style_btn_delete_mobile {
        position: unset;
        right: 5px;
        z-index: 2;
        background: transparent;
        width: auto;
        height: auto;
        border-radius: 0px;
        top: calc((100% - 80px) / 2);
        font-size: 12px;
    }

    .order-mobile-3 {
        order: 3;
    }

    .price_product_desktop {
        display: none;
    }

    .price_product_mobile {
        display: block;
    }

    .cart-items {
        background-color: var(--ion-cardbg);
        border-radius: 4px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .4);
        margin-bottom: 10px;
        padding: 10px
    }

    .cart-items .food-info {
        position: relative;
        border-bottom: 1px solid var(--ion-grey-4);
        padding-bottom: 10px;
        margin-bottom: 5px
    }

    .cart-items .food-info .discount {
        top: -10px;
        right: -10px;
        border-radius: 0 4px 0 17px
    }

    .cart-items .food-info .remove-item {
        flex: 0 0 25px;
        width: 25px !important;
        height: 25px !important;
        padding: 0;
        margin-left: 6px;
        right: -3px
    }

    .cart-items .food-info img {
        width: 85px;
        height: 60px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .4);
        border-radius: 4px;
        display: block;
        -o-object-fit: contain;
        object-fit: contain
    }

    .cart-items .food-info .info .title {
        font-size: 14px;
        margin: 0 0 5px
    }

    .cart-items .food-info .info .desc {
        font-size: 10px;
        margin: 0;
        height: 50px;
        overflow: hidden
    }

    .cart-items .food-info .info .desc p {
        margin: 0
    }

    .cart-items .counter {
        justify-content: flex-end
    }

    .cart-items .counter span.cartQty {
        font-size: 14px
    }

    .cart-items .counter ion-button {
        width: 25px !important;
        height: 25px !important;
        font-size: 10px;
        flex: 0 0 auto
    }

    .cart-items .price {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start
    }

    .cart-items .price .new {
        font-size: 12px;
        color: var(--ion-theme-2);
        text-align: right
    }

    .cart-items .price .old {
        width: 100%;
        text-align: center;
        font-size: 10px;
        text-align: left
    }

    .cart-items .food-info .image {
        width: 85px;
        height: 60px;
        margin-right: 40px;
    }

    .cart-items .food-info .image img {
        width: 100%;
        height: 100%;
    }

    .cart-items .final-price {
        text-align: right !important;
        color: #367535;
    }

    .cart_item_food .cart-items .food-info .image:after {
        content: unset;
    }

    .cart_item_food .cart-items .food-info .info .title {
        margin: 0 0 5px 0;
    }

    .ion-hide-md-down {
        display: none !important
    }

    .style_factor {
        margin: 0px;
    }

    .button_add_continue_yellow_empty , .button_add_continue_yellow{
        height: 40px;
    }

    .cart-empty img {
        width: 130px
    }

    .footer_cart_mobile {
        /*position: fixed;*/
        width: 100%;
        right: 0;
        bottom: 0px;
        z-index: 999;
        background-color: #111;
    }

    .footer_cart_mobile {
        display: block;
    }

    .button-native-mobile {
        border: 2px solid #367535;
        color: #367535 !important;
        background-color: transparent !important;
        border-radius: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px !important;
        height: 30px !important;
        margin: unset;
        margin-bottom: 7px;
    }

    .text_desktop {
        display: none;
    }

    .text_mobile {
        display: flex;
        font-size: 15px;
    }

    .container-lg-none {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .main_page_right {
        padding-right: 85px !important;
    }

    .button_change_menu {
        /*right: 90px;*/
    }

    #menu_fix_left.menu-cat {
        width: 90px;
    }

    .menu-box-product img {
        height: 35px;
    }

    .menu-box-product {
        font-size: 13px;
    }

    .box_product_food .product-item .price {
        justify-content: start;
        margin: 15px 0px;
    }

    .product-item.box-shadow {
        /*display: flex;*/
    }

    .product-item .price .old {
        font-size: 12px;
        height: 100%;
        text-align: left;
        overflow: ellipsis;
    }

    .product-item {
        /*height: 141px;*/
        text-align: center;
        padding: 10px;
    }

    .product-item .text {
        /*width: 100%;*/
        width: calc(100% - 130px);
    }

    .product-item .discount {
        border-radius: 0 9px 0 9px;
        z-index: 1;
        right: 0
    }

    .product-item .action {
        display: flex;
        justify-content: flex-end
    }

    .product-item .action .sold-out {
        width: auto;
        height: auto;
        box-shadow: none
    }

    .product-item .image {
        width: 120px !important;
        /*height: 100%;*/
        height: 120px;
        overflow: hidden;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        margin-left: 0;
        border-radius: 6px;
        margin: 0;
    }



    .product-item .desc {
        text-align: right;
        font-size: 11px;
        height: 33px;
        margin: 0 0 5px;
        overflow: hidden;
        color: #fff;
    }

    .product-item .price {
        display: flex;
        height: auto;
        margin: 0
    }

    .product-item .price .new {
        font-size: 13px;
        height: 100%;
        text-align: right;
        overflow: ellipsis
    }

    .product-item .discount {
        width: 40px;
        height: 30px;
        border-radius: 9px 0 23px 0;
        font-size: 14px;
        line-height: 6px
    }

    .product-item .title {
        bottom: 27px;
        height: 30px !important;
        padding: 9px 15px;
        font-size: 13px;
        right: 15px;
        max-width: 140px;
    }

    .box-shadow, .walletAmount-box:before {
        border-radius: 8px !important
    }

    .box-shadow, .cart-header .cart-items .item, .walletAmount-box:before {
        border-radius: 8px !important
    }

    .description_box_food {
        display: block;
    }

    .button-native-add-cart.button-disabled{
        height: auto;
        background: transparent !important;
        box-shadow: unset;
        color: #afafaf !important;
        margin: 0;
        justify-content: end;
    }

}

@media (max-width: 450px) {


    .button_add_continue_yellow , .button_add_continue_yellow_empty{
        font-size: 11px;
    }
}