body {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    max-width: 1080px;
    min-width: 830px;
    margin: 0px auto !important;
    padding: 0px !important;
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    line-height: unset;
    color: unset;
    text-align: unset;
    overflow: hidden !important;
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden !important;
}

body::-webkit-scrollbar {
    width: 0;
}

body {
    -ms-overflow-style: none;
}

body {
    overflow: -moz-scrollbars-none;
}

#block_modifiers::-webkit-scrollbar,
.shp__cart__wrap::-webkit-scrollbar,
.container_items::-webkit-scrollbar,
.left__block-nav::-webkit-scrollbar,
ul.menu::-webkit-scrollbar,
.only_brands::-webkit-scrollbar,
.row_items::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F3F4F6;
    padding-left: 5px;
}

.mini_cart_top::-webkit-scrollbar {
    width: 100%;
    height: 10px;
    background-color: #F3F4F6;
    padding-bottom: 5px;
}

#block_modifiers::-webkit-scrollbar-track,
.mini_cart_top::-webkit-scrollbar-track,
.shp__cart__wrap::-webkit-scrollbar-track,
.container_items::-webkit-scrollbar-track,
.left__block-nav::-webkit-scrollbar-track,
ul.menu::-webkit-scrollbar-track,
.row_items::-webkit-scrollbar-track,
.only_brands::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
    border: 1px solid transparent;
    background-clip: content-box;
}

#block_modifiers::-webkit-scrollbar-thumb,
.mini_cart_top::-webkit-scrollbar-thumb,
.shp__cart__wrap::-webkit-scrollbar-thumb,
.container_items::-webkit-scrollbar-thumb,
.left__block-nav::-webkit-scrollbar-thumb,
.only_brands::-webkit-scrollbar-thumb,
ul.menu::-webkit-scrollbar-thumb,
.row_items::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    background-color: #FFD392;
    border-radius: 4.5px;
}


.page-container, .cart_all, .success_order {
    display: none;
    height: 100vh;
}

.page-container {
    flex-direction: column;
    justify-content: flex-start;
}

.success_order {
    background: purple;
    flex-direction: column;
    overflow: auto;
    justify-content: space-between;
}

.top_block {
    display: flex;
    width: 100%;
    max-width: 1080px;
    height: 100px;
}

.top_block, .button-cart {
    background: linear-gradient(
            124.41deg, #C631C6 2.75%, #C138C1 17.02%, #800080 97.25%);
}

.logo_place {
    text-align: center;
    width: 295px;
    height: 100px;
}

.logo_img {
    height: 100%;
    max-width: 100%;
    display: flex;
}

.logo_img img {
    max-width: 100%;
    height: 100%;
    margin: auto;
}

.top_menu_info, .menu_info {
    height: 100px;
    width: 785px;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    align-items: center;
}

.top_menu_info > span,
.menu_info > span {
    text-transform: uppercase;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 49px;
    margin: auto;
    margin-left: 67px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.body_conteiner {
    display: inline-flex;
    overflow: hidden;
    height: 100%;
}

.left__block-nav {
    max-width: 295px;
    min-width: 250px;
    background: #F7F7F7;
    box-shadow: 1px 0px 0px rgba(160, 160, 160, 0.25);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.local_address {
    margin: 10px;
    padding: 10px;
    text-align: center;
    line-height: 1.6em;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: #252525;
    background-color: white;
}

.filter-block-items {
    width: 100%;
    display: flex;
    justify-content: end;
}

.display-items {
    display: flex;
    margin-right: 15px;
    padding: 10px 20px;
    width: max-content;
    background: white;
    font-size: 18px;
}

.list-bar {
    margin-right: 15px;
    cursor: pointer;
}

.list-line {
    cursor: pointer;
}

.list-bar.active,
.list-line.active {
    color: #00aff0;
}

ul.menu {
    margin-top: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: #252525;
    padding: unset;
    display: flex;
    overflow: auto;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

ul.menu li {
    list-style-type: none;
    min-height: 57px;
    position: relative;
    padding-left: 30px;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: left;
    cursor: pointer;
}

ul.menu .li {
    line-height: 1.5;
    width: 100%;
    text-align: left;
    margin: auto;
    margin-left: 10px;
    max-width: 188px;
}

.article_menu > span {
    display: flex;
    align-items: center;
}

.article_menu > span:first-child {
    width: 59px;
    justify-content: center;
}

.category-active {
    background: #EBEBEB;
}

.category_icon_menu {
    max-width: 59px;
    max-height: 39px;
}

.container_items {
    max-width: 785px;
    min-width: 525px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.row_items {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    margin-top: 8px;
    align-content: flex-start;
}

.category_items {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: max-content;
}

.category_items > h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 37px;
    color: #252525;
    padding-left: 22px;
    padding-right: 90px;
    background: linear-gradient(90deg, #F6F6F6 0%, rgba(196, 196, 196, 0) 100%);
    margin-bottom: 0px;
}

.item-bar {
    width: 175px;
    margin: 11px 8px;
    height: max-content;
    cursor: pointer;
    position: relative;
}

.item-bar > .block_image_item {
    height: 70px;
    max-width: 180px;
    margin: auto;
    text-align: center;
}

.item-bar > .block_image_item > img {
    max-width: 100%;
    max-height: 70px;
}

.item-bar > .block_title_item {
    width: 153px;
    margin: 10px auto 14px;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #252525;
}

.item-bar > .block_title_item > span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-bar > .price_item_block {
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #F11717;
}

.item-bar.filterDiv > .stikers {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: right;
}

.item-line {
    width: 100%;
    margin: 16px 13px;
    height: max-content;
    position: relative;
    background-color: rgb(255,255,255, 0.7);
    padding: 10px 0px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #CDCDCD;
}

.item-line.filterDiv > .stikers {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: right;
}

.item-line > .block_image_item {
    min-width: 135px;
    margin: auto 10px;
    max-height: 111px;
    max-width: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-line > .block_image_item > img {
    max-width: 100%;
    max-height: 111px;
}

.item-line > .block_title_item {
    width: -webkit-fill-available;
    text-align: left;
    margin: 0px 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    color: #252525;
}

.item-line > .block_title_item > div:first-child {
    margin-bottom: 10px;
}

.item-line > .block_title_item > .text {
    font-size: 15px;
    line-height: 1em;
    font-weight: normal;
}

.item-line > .price_item_block {
    width: 72px;
    color: black;
    margin: 0px 10px;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-line.show {
    display: flex !important;
}


 .bottom_block {
    display: flex;
    width: 100%;
    height: 100px;
     z-index: 2;
}

.back_button {
    background: black;
    text-align: center;
    width: 295px;
    height: 100px;
    display: grid;
    text-decoration: none;
}

.back_button:hover,
.back_button:active {
    text-decoration: none;
}

.back_button > .button_body {
    display: flex;
    flex-direction: column;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: #F8F8F8;
    margin: auto;
}

.back_button > .button_body > img {
    max-width: 56px;
    margin: auto;
}

.back_button > .button_body > .text_button {
    text-align: center;
}

.bottom_checkout, .cart_next_button {
    height: 100px;
    width: 482px;
    background-color: #57A73A;
    display: grid;
    cursor: pointer;
}

.bottom_checkout:active,
.cart_next_button:active {
    background-color: #3C921E;
}

.cart_next_button {
    width: 785px;
}

.bottom_checkout > span,
.cart_next_button > span {
    font-style: normal;
    font-weight: 500;
    font-size: 3em;
    color: #FFFFFF;
    margin: auto;
}


.bottom_total {
    height: 100px;
    width: 303px;
    background-color: #438C29;
    display: grid;
}

.bottom_total > span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
    margin: auto;
}

.filterDiv {
    display: none;
}

.modal-dialog {
    width: 813px;
    max-width: 906px;
    margin: auto;
}

.modal-body {
    /*max-height: 737px;
    min-height: 600px;*/
}

.modal-content {
    border: unset !important;
    border-radius: unset !important;
}

.top_line_customezition {
    width: 100%;
    height: 40px;
    background: linear-gradient(124.41deg, #C631C6 2.75%, #C138C1 17.02%, #800080 97.25%);
    display: flex;
    justify-content: center;
}

.top_line_customezition > span {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 42px;
    color: #FFFFFF;
}

.left_block_modal {
    width: 547px;
    padding: 32.6px;
    min-width: 420px;
    background: #FFFFFF;
    /*min-height: 600px;
    max-height: 697px;*/
    overflow: hidden;
    height: calc(100% - 40px);
}

.rigth_block_modal {
    width: 266px;
    min-width: 200px;
    background-color: #F3F4F6;
    /* border-radius: 0 0 20px 0; */
    display: flex;
    flex-direction: column;
    height: initial;
    justify-content: space-between;
}

#modal_title1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #252525;
}

#modal_title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 9px;
}

#modal_description {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #5E5E5E;
    margin: 0px;
}

.right_modal_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.title_rigth {
    display: flex;
    justify-content: space-between;
    padding: 18px 18px 5px 15px;
}

.block_img_modal {
    width: 100%;
    display: flex;
    justify-content: center;
}

.block_img_modal > img {
    max-width: 100%;
    max-height: 200px;
}

.bottom_rigth_block {
    /*margin-bottom: 20px;*/
}

.rigth_block_modal > img {
    width: 100%;
    max-height: 200px;
}

.scroll-block {
    overflow-y: auto;
    overflow-x: hidden;
    /*max-height: 600px;*/
}

#block_modifiers {
    /*max-height: 310px;
    overflow: auto;*/
    margin-top: 10px;
}

.modal-body {
    background-color: #EFEFEF;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 20px;
}

.h3, h3 {
    font-size: 25px;
}

button:focus {
    outline: none;
}

.close_modal, .close_pay_form {
    width: 28px;
    height: 28px;
    position: absolute;
    right: -10px;
    background-color: #262626 !important;
    opacity: 1;
    top: -10px;
    border-radius: 20px;
}

.close_modal > .line,
.close_pay_form > .line {
    width: 70%;
    height: 3px;
    background-color: #ecf0f1;
    display: block;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.close_modal > .line:nth-child(1),
.close_pay_form > .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(
            45deg
    );
    -ms-transform: translateY(13px) rotate(45deg);
    transform: translateY(0.9px) rotate(
            45deg
    );
}

.close_modal > .line:nth-child(2),
.close_pay_form > .line:nth-child(2) {
    -webkit-transform: translateY(-13px) rotate(
            -45deg
    );
    -ms-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-2px) rotate(
            -45deg
    );
}

.select_style, .select_sides {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
}

.title_side_block > span, h3 > span {
    font-style: normal;
    font-weight: normal;
    font-size: 13.5px;
    color: #EA330E;
}

.select_style_block, .select_side_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*.radio_blok.checked {
    background-color: lightgray!important;
    background: #F79708!important;
    border: 1px solid #E18B0A;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgb(33 33 33 / 20%);
    border-radius: 7px;
    color: #fff;
}*/

.radio_blok.checked {
    box-sizing: border-box;
    border-radius: 7px;
    box-shadow: inset -4px -8px 12px 1px rgb(33 33 33 / 20%), inset 5px 6px 14px rgb(0 0 0 / 28%);
}

.radio_blok > label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    padding: 7px 14px;
    width: 100%;
    margin: unset;
    height: 100%;
    cursor: pointer;
}

.radio_blok > label > span {
    margin: 0px;
    height: 16px;
    border: unset;
}

.radio_blok > label > span > img {
    width: 16px;
    margin: 0px 5px 0px 0px;
    height: 16px;
    display: none;
}

.radio_blok.checked > label > span > img {
    display: inherit;
}

.radio_blok.red {
    border: 2px solid red;
}

.radio_blok.checked > label {
    font-weight: 500;
}

.title_side_block {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #252525;
    margin-bottom: 9px;
}

.limitation_side {
    color: #252525 !important;
    font-weight: 500 !important;
}

.radio_blok input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.select_style_block > div, .select_side_block > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.select_sides {
    /* display: none; */
    margin-top: 15px;
}

.select_style, .select_sides {
    background: #F3F4F6;
    border-radius: 17px;
    padding: 22.5px;
    margin-top: 27px;
}

.error_side_block, .success_side_block {
    color: red;
    text-align: center;
    font-size: 18px;
    display: none !important;
}

.success_side_block {
    /*color: forestgreen;*/
}

.title_rigth > span {
    margin: auto 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #F11717;
    display: flex;
}

#old_price {
    text-decoration-line: line-through;
    color: #8F8F8F;
    font-size: 14px;
    margin-right: 3px;
}

.right_top_block > hr {
    height: 2px;
    background: #E8E8E8;
    width: 229px;
    margin: 0px auto;
}

.add_sides {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 16px;
    color: #252525;
    margin-top: 13.5px;
    margin-left: 15px;
    overflow-y: auto;
    max-height: 200px;
    height: 100%;
}

.add_sides > div {
    width: 100%;
    margin-top: 9px;
}

.quantity_rigth {
    text-align: center;
    padding: 10px;
    padding-bottom: 25px;
}

.quantity {
    white-space: nowrap;
}

.qodef-quantity-buttons {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.qodef-quantity-minus {
    position: absolute;
    left: -30px;
    z-index: 1;
    top: -3px;
    background-color: #E7E7E7;
    border: 1px solid #DEDEDE;
    color: #090909;
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    box-shadow: 0px 4px 8px rgb(33 33 33 / 20%);
    border-radius: 8px;
}

.qodef-quantity-input {
    border: 1px solid #F0F0F0;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 12%);
    background-color: #FBFBFB;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    color: #000000;
    height: 22px;
    outline: 0;
    padding: 0;
    position: relative;
    width: 54px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.qodef-quantity-plus {
    position: absolute;
    top: -3px;
    right: -30px;
    z-index: 1;
    background-color: #E7E7E7;
    border: 1px solid #DEDEDE;
    color: #090909;
    cursor: pointer;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 30px;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    box-shadow: 0px 4px 8px rgb(33 33 33 / 20%);
    border-radius: 8px;
}

.button_rigth {
    text-align: center;
}

.single_add_to_cart_button,
.single_edit_to_cart_button {
    width: 100%;
    height: 60px;
    background: #57A73A;
    border: 1px solid #489D2B;
    box-sizing: border-box;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion {
    display: flex;
    width: 100%;
}

.icon_accardion {
    margin: auto 0px;
}

.radio_blok {
    background: #FFFFFF;
    border: 1px solid #434343;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(33, 33, 33, 0.2);
    border-radius: 7px;
    margin: 9px;
    cursor: pointer;
    width: 45%;
}

.mini_cart_top {
    width: 100%;
    max-width: 1080px;
    background: #ffffff;
    box-shadow: 0px -9px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    display: flex;
    opacity: 1;
    max-height: 208px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.mini_cart_top.display {
}

.list-mini-cart {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    /*transition: 0.5s;*/
    height: 100%;
}

.button-cart {
    top: -38px;
    position: absolute;
    right: 0px;
    color: white;
    box-shadow: 1px -9px 20px -7px rgb(0 0 0 / 15%);
    padding: 10px 25px;
    padding-bottom: 3px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    cursor: pointer;
    font-size: 22px;
}

.button-cart-icon-cart {

}

.cart_item {
    width: 194px;
    height: 200px;
    display: flex;
    margin: 10px 20px 0px;
}

.cart_item_left {
    width: 168px;
    text-align: center;
}

.cart_item_img {
    margin: auto;
    margin-bottom: 10px;
}

.cart_item_img > img {
    max-width: 103px;
    max-height: 65px;
}

.qty_minicart_top {
    width: 56px;
    font-size: 16px;
}

.cart_item_name {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #252525;
}

.cart_item_variations {
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: #5E5E5E;
    margin-bottom: 6px;
    max-height: 40px;
    overflow: auto;
}

.cart_item_right {
    width: 36px;
}

.cart_item_right > img {
    width: 26px;
    cursor: pointer;
}

.cart_item_right > img:first-child {
    margin-bottom: 9px;
}

.block_cart {
    /*padding: 155px 0px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;*/
    margin: auto;
}

.shoping_total {
    margin: auto;
    border: 2px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 682px;
    padding: 60px;
    max-height: 524px;
}

.title_shoping_other {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 26px;
}

.control-label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}

.error_name, .error_phone {
    display: none;
    color: red;
    /*font-size: 22.5px;*/
    margin-top: 1rem;
}

.cart {
    display: none;
    height: 100%;
}

.form-control {
    border: 2px solid #373737 !important;
    box-sizing: border-box;
    box-shadow: inset 4px 10px 8px rgba(0, 0, 0, 0.01);
    border-radius: 8.5px;
}

.form-control:focus {
    border: 2px solid #373737 !important;
    box-sizing: border-box;
    box-shadow: inset 4px 10px 8px rgba(0, 0, 0, 0.01);
    border-radius: 8.5px;
}

.cart_block {
    /*padding: 100px 0px 370px;*/
    max-height: 100vh;
    width: 100%;
    overflow: hidden;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.client_info, .cart_button_pay {
    flex-direction: column;
    justify-content: space-between;
}

.shp__cart__wrap {
    display: flex;
    flex-direction: column;
    padding: 30px 158px 0px;
    width: 100%;
    /*height: 100%;*/
    overflow: auto;
}

.shp__single__product {
    display: flex;
    border-bottom: 1px solid #D8D8D8;
    transform: matrix(1, 0, 0, 1, 0, 0);
    padding-bottom: 15px;
    margin-top: 10px;
}

.shp__pro__thumb {
    width: 141px;
    height: 60px;
    margin-right: 46px;
    display: flex;
}

.shp__pro__thumb > img {
    max-width: 141px;
    max-height: 60px;
}

.name_item {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #252525;
    margin: auto 0px;
    width: 100%;
}

.name_item > p {
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #5E5E5E;
    line-height: 1.5;
}

.shp__price {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #252525;
    margin: auto 31.5px;
    display: flex;
}

.quantity_cart {
    min-width: 155px;
    text-align: center;
    margin: auto;
}

.remove__btn {
    margin: auto;
    margin-left: 18px;
}

.remove__btn img {
    max-width: 21px;
    max-height: 21px;
}

.empty_cart_block {
    margin: 20px 0px;
    width: 100%;
}

.wc-proceed-to-checkout {
    margin: auto;
    background: #F2F2F2;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    box-shadow: 0px 4px 9px rgb(33 33 33 / 15%);
    border-radius: 8px;
    padding: 11px 36.5px;
    text-decoration: none;
    display: block;
    width: 190px;
}

.wc-proceed-to-checkout:hover {
    text-decoration: none;
}

.checkout-button {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #393939;
    height: 21px;
    display: flex;
    align-items: center;
}


.checkout-button > img {
    max-width: 21px;
    max-height: 21px;
    margin-right: 13.5px;
}

.tip_total {
    display: flex;
    width: 100%;
    max-width: 1080px;
    background: #F3F4F7;
    padding: 0px 40px;
    justify-content: space-between;
}

#show_time {
    color: #5F9C4A;
    display: flex;
    width: 109px;
    cursor: pointer;
    align-items: center;
    background: #FFFFFF;
    border: 0.625px solid #E3E3E3;
    box-shadow: 0px 2.5px 10px rgb(33 33 33 / 15%);
    border-radius: 10px;
    padding: 12px 8px;
}

#show_time > img {
    margin-left: 12px;
    height: 5px;
    width: 8px;
}

.tip_block {
    margin: auto 0px;
    padding: 10px 0px;
    width: 70%;
}

.name_tip {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #252525;
    margin-bottom: 18px;
}

#tip_button {
    display: flex;
}

.tip_button {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    box-shadow: 0px 4px 9px rgb(33 33 33 / 15%);
    border-radius: 9px;
    padding: 10px 10px;
    margin: 0px 7px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #5F9C4A;
    cursor: pointer;
}

.tip_button:first-child {
    margin-left: 0px;
}

.tip_button.active {
    background: #ECECEC;
    border: 1px solid #DBDBDB;
}

.summ_cart {
    margin: auto 0px;
    width: 316px;
    padding: 20px 0 17px 0px;
}

.tip_shoping {
    display: flex;
    flex-direction: column;
    padding-bottom: 22px;
}

.summa_cart {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #919191;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
}

.total_cart {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #252525;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #909090;
    padding-top: 9px;
}

.total_cart > label {
    margin-bottom: 0rem;
}

.block_pay_button {
    width: 785px;
    display: flex;
}

.cart_pay_button {
    height: 100px;
    width: 100%;
    background-color: #57A73A;
    display: grid;
}

.cart_pay_button > span {
    margin: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 2.3em;
    color: #FFFFFF;
}

.cart_pay_button img {
    max-height: 76.5px;
    max-width: 76.5px;
    margin-right: 27px;
}

#createOrder_cash {
    background-color: #438C29;
}

#modal_serial, #update_timer, #pay_form {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    z-index: 99999999;
}

#modal_serial:before,
#update_timer:before, #pay_form:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

#modal_serial {
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal_serial .yith-quick-view-overlay,
#update_timer .yith-quick-view-overlay,
#pay_form .yith-quick-view-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

#modal_serial .yith-wcqv-wrapper,
#update_timer .yith-wcqv-wrapper,
#pay_form .yith-wcqv-wrapper {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    max-width: 903px;
    min-width: 250px;
    height: max-content;
    width: max-content;
}

#pay_form .yith-wcqv-wrapper {
    width: 95%;
}

#modal_serial.open .yith-wcqv-main,
#update_timer.open .yith-wcqv-main,
#pay_form.open .yith-wcqv-main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 100%;
    overflow-y: auto;
    position: relative;
}

#pay_form .yith-wcqv-main {
    padding: 20px;
}

#modal_serial .yith-wcqv-main,
#update_timer .yith-wcqv-main,
#pay_form .yith-wcqv-main {
    position: relative;
    width: max-content;
    vertical-align: top;
    background-color: white;
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: visible !important;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

#pay_form .yith-wcqv-main,
#update_timer .yith-wcqv-main {
    width: 100%;
}

#modal_serial.open, #modal_serial.open .yith-wcqv-wrapper,
#update_timer.open, #update_timer.open .yith-wcqv-wrapper,
#pay_form.open, #pay_form.open .yith-wcqv-wrapper {
    visibility: visible;
    opacity: 1;
}

#modal_text p,
#update_timer p {
    text-align: center;
}

#modal_text .connecting {
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    text-align: center;
    color: #252525;
    margin: 100px 314px 317px;
}

#modal_text .error_mess {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    color: #252525;
    margin: 100px 100px 92px;
}

#modal_text .success_mess,
#update_timer .success_mess {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    color: #252525;
    margin: 100px 100px 77px;
}

#modal_text .img_card {
    margin: 47px 138px 93px 342px;
}

.modal_credit_cart_title {
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    text-align: center;
    color: #252525;
    margin: 100px 143px 58px;
}

#cancel {
    background: #D53D3D;
    border: 1px solid #DF4949;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    padding: 20px 84px;
}

#ok, #close_modal_show_end {
    background: #57A73A;
    border: 1px solid #489D2B;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    padding: 20px 121px;
}

.success_logo {
    height: 160px;
    padding: 30px;
    text-align: center;
}

.success_logo img {
    height: 100px;
}

.big_text {
    font-style: normal;
    font-weight: 500;
    font-size: 57px;
    color: #FEFEFE;
    text-align: center;
}

.top_block_success hr {
    border: 6px solid transparent;
    width: 522px;
    margin-bottom: 62px;
    background: rgba(0, 0, 0, .2);
}

.small_text {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    color: #FEFEFE;
    width: 582px;
    margin: auto;
    margin-bottom: 50px;
}

.bottom_block_success {
    bottom: 100px;
    width: 100%;
    max-width: 1080px;
}

.order_number {
    font-style: normal;
    font-weight: bold;
    font-size: 83px;
    text-align: center;
    color: #FEFEFE;
}

.litle_text {
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    text-align: center;
    color: #FEFEFE;
    margin: 0px auto 50px;
}

.start_order {
    width: 568px;
    background: #FFFFFF;
    border-radius: 13.5px;
    font-style: normal;
    font-weight: 500;
    font-size: 37px;
    text-align: center;
    color: #000000;
    padding: 18px 0px;
    margin: 0px auto 150px;
    cursor: pointer;
}

.start_order > a, .start_order > a:hover {
    text-decoration: none;
    color: #000000;
}

#update_timer {
    display: flex;
    height: 100%;
}

#update_timer .yith-wcqv-main {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 20px;
    list-style: none;
    margin: 20px auto;
    height: 100%;
    max-width: 500px;
    min-width: 300px;
    max-height: unset;
    flex-wrap: wrap;
}

#update_timer .block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.block > .block_button {
    max-width: 220px;
    margin: 16px;
}

.block > .block_button > a {
    text-decoration: none;
    padding: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 166px;
    max-height: 201px;
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background: linear-gradient(
            124.41deg, #C631C6 2.75%, #C138C1 17.02%, #800080 97.25%);
    border: 1px solid transparent;
    text-align: center;
}

.block > .block_button > a > img {
    margin: 0px;
    width: 100%;
    max-width: 100px;
}

.block > .block_button > a > .dd {
    margin: 0px;
    margin-left: -1px;
    max-width: 101%;
    background: white;
    width: 101%;
}

.brand_name_delivery {
    text-transform: none;
}

#menu_pickup, #delivery {
    padding: 20px;
}

#menu_pickup > img, #delivery > img {
    margin-bottom: 20px;
}

.deivery {
    font-weight: bold;
    font-size: 32px;
}

.cart_pay_button {
    cursor: pointer;
}

#back_to_catalog {
    cursor: pointer;
}

.close_shop_modal_item {
    color: red;
    text-align: center;
    font-weight: bold;
    margin-left: unset;
    margin-bottom: 40px;
}

.close_shop_pay {
    color: red;
    font-weight: bold;
    text-align: center;
}

.error_block_modal {
    height: 400px !important;
    width: 500px !important;
}

.error_mess {
    margin: 80px 50px 42px !important;
    font-size: 40px !important;
}

.error_mess_p {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.error_mess_p > img {
    width: 120px;
}


.brands_list {
    display: flex;
    flex-direction: column;
    height: 270px;
    width: 100%;
    background: #F6F6F6;
    box-shadow: 0px 7.5px 26.6px rgb(0 0 0 / 15%);
}

.brands_title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 27.5px;
    height: 32.5px;
    color: #252525;
    margin: 27.5px 0px 11.6px;
    text-align: center;
}

.only_brands {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    overflow-x: hidden;
}

.brand {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    height: 120px;
    width: 108px;
    margin: 10px;
}

.brand:nth-child(odd) {
    margin-left: 26px;
}

.brand:nth-child(even) {
    margin-right: 26px;
}

.logo_brand {
    height: 90px;
    width: 108px;
    background: white;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 7.5px;
    display: flex;
}

.logo_brand img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 2px;
}

.name_brand {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 11.6px;
    line-height: 13.3px;
    text-align: center;
    color: #2E2E2E;
    margin-top: 6.6px;
    overflow: hidden;
}

.brand.active_flex > .logo_brand {
    border: 2px solid #6EBF52;
    box-sizing: border-box;
    border-radius: 9px;
}

.note_discount {
    background-color: #FCED69;
    padding: 14px;
    border-radius: 16px;
    color: #E20B0B;
    margin-top: 20px;
    /*font-size: 12px;*/
}

.note_discount p {
    margin-bottom: 0px;
}

.cart_item .stikers {
    position: absolute;
}

.shp__single__product .stikers {
    position: absolute;
    left: 52px;
}

.stiker {
    background: #FCED69;
    border: 1.5px solid #E30F0F;
    box-sizing: border-box;
    border-radius: 7.3px;
    padding: 9px;
    font-weight: bold;
    font-size: 18px;
    color: #E20B0B;
    margin-right: 5px;
}

.img_stiker {
    width: 22px;
}

.stiker:last-child {
    margin-right: 0px;
}

.shp__price > #old_price_cart {
    text-decoration-line: line-through;
    color: #8F8F8F;
    margin-right: 10px;
}

.new_place {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.place_info {
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #252525;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    box-shadow: 0px 4px 9px rgb(33 33 33 / 15%);
    border-radius: 9px;
    padding: 10px 10px;
    margin-top: 8px;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    max-width: 425px;
}

.place_info > img {
    max-height: 40px;
    cursor: pointer;
}

.display_none {
    display: none !important;
}

#edit_place {
    margin-right: 10px;
}

.sweet-alert p {
    max-height: 460px;
    overflow: auto;
}

.select-time {
    font-size: 20px;
    padding: 15px;
    border: 1px solid forestgreen;
    width: 130px;
    margin: 15px auto;
    border-radius: 15px;
    color: forestgreen;
    cursor: pointer;
}

.button.new_place {
    width: 47%;
    align-items: center;
}

.time-block {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 12px;
}

.showSweetAlert {
    font-family: inherit;
}

.delivery-button-block {
    flex-wrap: nowrap;
    padding: unset;
    margin: auto 0px;
    width: auto;
}

#wantDelivery, #wantPickup,
#wantDelivery_, #wantPickup_,
#applyCoupon,
#clearCoupon {
    cursor: pointer;
    font-size: 15px;
    padding: 12px;
    color: #5F9C4A;
    font-weight: 500;
    background: white;
    border: 0.625px solid #E3E3E3;
    box-shadow: 0px 2.5px 10px rgb(33 33 33 / 15%);
    border-radius: 10px;
    width: max-content;
}

#applyCoupon,
#clearCoupon {
    color: white;
    background: #5F9C4A;
}

#wantPickup {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#wantDelivery {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#wantPickup_ {
    margin-right: 10px;
}

#wantPickup, #wantDelivery,
#wantDelivery_, #wantPickup_ {
    width: 105px;
    text-align: center;
    border: 1px solid;
}

#wantPickup > img,
#wantDelivery > img,
#wantPickup_ > img,
#wantDelivery_ > img {
    display: none;
}

#wantPickup.active > img,
#wantDelivery.active > img,
#wantPickup_.active > img,
#wantDelivery_.active > img {
    display: block;
    width: 17px;
    margin-right: 5px;
    border: 1px solid white;
    border-radius: 15px;
    padding: 2px;
}

#wantDelivery.active,
#wantPickup.active,
#wantDelivery_.active,
#wantPickup_.active {
    color: white;
    background: #5F9C4A;
    /*box-shadow: inset 0px 0px 12px 4px rgb(33 33 33 / 15%);*/
    display: flex !important;
    cursor: default;
}

#applyCoupon,
#clearCoupon {
    height: 44px;
}

#coupon {
    width: 100%;
}

.p-r-28 {
    padding-right: 28px;
}

.p-b-28 {
    padding-bottom: 28px;
}

#clearCoupon {
    background: #D41616;
}

.has-error .help-block,
.has-error label {
    color: #dd4b39;
}

.has-success .help-block,
.has-success label {
    color: green;
}

#deliveryBlock {
    display: flex;
}

.deliveryAddress {
    font-size: 15px;
    color: rgba(37, 37, 37, 0.6);
    font-weight: 400;
    background: #FFFFFF;
    box-shadow: 0px 2.5px 10px rgb(33 33 33 / 15%);
    border-radius: 15px;
    padding: 8px;
    max-width: 275px;
    min-width: 180px;
}

.deliveryButtons {
    display: flex;
    padding-left: 6px;
    flex-direction: column;
}

.deliveryButtons > div {
    width: 24px;
    height: 24px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 2.5px 10px rgb(33 33 33 / 15%);
    border-radius: 6.3px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#editDelivery {
    color: #3FB043;
    margin-bottom: 12px;
}

#editDelivery:hover {
    color: #FFFFFF;
    background: #3FB043;
}

#delDelivery {
    color: #D41616;
    border-radius: 12px;
    font-size: 16px;
}

#delDelivery:hover {
    color: #FFFFFF;
    background: #D41616;
}


.wait_block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 70px 0px;
}

.wait_animation {
    height: 52px;
    width: 52px;
    display: flex;
    line-height: 52px;
    margin: 0px auto;
}

.img_1 {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.img_2 {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-animation-name: rerotation;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rerotation;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rerotation;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rerotation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wait_message {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #232323;
    margin-top: 10px;
    text-align: center;
}

.wait_button {
    text-align: center;
    margin-top: 10px;
}

.wait_button > button {
    width: 200px;
    height: 56px;
    background: #5A9EEE;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
}

.delivery-picup-mess {
    min-height: 390px;
}

.shop_corect {
    margin: auto 0px;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(720deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rerotation {
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    0% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rerotation {
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    0% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rerotation {
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    0% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rerotation {
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    0% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(720deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.left-block {
    max-height: 280px;
    flex-wrap: wrap;
}

.relative {
    position: relative;
}

.button-client-data {
    position: absolute;
    padding: 8px;
    border: 2px solid blue;
    border-radius: 8.5px;
    right: 0px;
    background: blue;
    color: white;
    top: 26px;
    font-size: 1rem;
    cursor: pointer;
}

.deliveryForm span {
    color: blue;
}

.list-places {
    display: flex;
    flex-wrap: wrap;
}

.place {
    margin: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: orange;
    color: white;
    cursor: pointer;
}

.place.active {
    background-color: forestgreen;
}

.eat-place {
    display: flex;
    padding: 25px;
}

.eat-place > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    box-shadow: 0px 0px 8px 8px rgba(160, 160, 160, 0.25);
    margin: 10px;
    border-radius: 5px;
}

.eat-place > div:hover {
    box-shadow: 0px 0px 8px 8px rgba(160, 160, 160, 0.5);
}

.eat-place > div:first-child {
    background-color: beige;
}

.eat-place > div:last-child {
    background-color: #EEFFE5;
}

.eat-place > div img {
    width: 140px;
}

.eat-place > div > span:last-child {
    margin-top: 10px;
}

.active, .show {
    display: block !important;
}

.active_flex, .modal-info.show {
    display: flex !important;
}

.modal-info.show {
    overflow-y: hidden;
    min-width: 830px;
}

.sweet-alert {
    min-width: 478px;
    max-width: 1080px;
    /*width: max-content;*/
}


@media only screen and (min-width: 830px) and (max-width: 915px) {
    .deliveryBlock {
        width: min-content;
    }
}
