/* Chrome, Safari, Edge, Opera */
/* Убирает стрелки у Input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
/* Убирает стрелки у Input */
input[type=number] {
    -moz-appearance: textfield;
}

:root {
    --height-check: 20px;
    --background-check: url('/images/cart/check.png');
    --background-check-active: url('/images/cart/check-active.png');
    --cart-title-color: #b7d602;
    --form-check-opacyti-disabled: 0.7;
    --form-check-color-disabled: #BDBFC1;
}

.cart {
    /*background: #fff;*/
}

.cart .container {
    height: 100%;
}

.cart .breadcrumb a {
    color: var(--cart-title-color);
    font-weight: bold;
}

.cart .breadcrumb li:after {
    color: var(--cart-title-color);
    font-weight: bold;
}

.cart .modal-map {
    padding: 0 !important;
}

.cart .modal-map .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.cart .modal-map .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.cart .modal-dialog {
    margin: auto !important;
}
.cart .cart-pickup-filial-list{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#almaty-address-sf {
    width: 500px;
}

.form-group-container {}

.form-check {
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.input-with-label-placeholder+.field-placeholder {
    display: none;
}

.input-with-label-placeholder {}

.form-check-label {
    cursor: pointer;
    display: grid;
    grid-template-columns: min-content 1fr;
    padding: 5px;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e9eaeb;
    min-height: 52px;

}

.error-label,.cart-radio-group__type-delivery-help {
    padding-bottom: 10px;
    width: 95%;
    margin: auto;
    color: red;
    padding-left: 52px;
}

.cart-radio-group__type-delivery-help{
    font-weight: normal;
}

.form-check-label span {}

#cartuser-message {
    margin-bottom: 7px;
    resize: none;
}

.under-development {
    color: #ff5a5a;
    margin: auto;
    font-size: 12px;
    margin-top: 5px;
}

.verify-code {}

.cart-delivery-type-container {
    margin-bottom: 13px;
}

.form-check-label-title-container {
    display: flex;
    align-items: center;
    gap: 6px;
}



.form-check-label-bold {
    font-weight: bold;
}

.form-check-label-grey {
    background-color: #f9fbfc;
}

.form-check-logo {
    width: 22px;
    height: 22px;
}

.form-check-logo.kaspi {
    width: auto;
    max-height: 24px;
}

.form-check__description {
    grid-column: 2;
}

.cart-body {
    display: grid;
    grid-template-columns: 1fr 380px;
}

.vasha_korzina {
    background: #f8f8f8;
    padding: 20px;
    z-index: 10;
    height: auto;
    position: sticky;
    top: 15%;

}

.vasha_korzina h2 {
    text-align: center;
    color: #b7d602;
    font-weight: bold;
    font-family: "Century Gothic", sans-serif;
}

.btn-cart-order,
.btn-cart-modal
{
    margin: 20px 0px 10px 0px;
    text-align: center;
    background: rgb(117, 198, 15);
    background: linear-gradient(0deg, rgba(117, 198, 15, 1) 0%, rgba(149, 206, 7, 1) 65%, rgba(190, 220, 40, 1) 100%);
    color: #fff;
    padding: 5px 0px;
    border-radius: 10px;
    width: 100%;
    font-weight: bold;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.btn-cart-modal{
    width: 100px;
    margin: 0;
}

.btn-cart-order span {}

.btn-cart-order:focus {
    box-shadow: none;
}

.btn-cart-order:hover {
    background: #68c316;
    color: #fff;
}

.btn-cart-submit2 {
    padding: 15px;
    background-color: #e9ecef;
    color: #000;
    width: 25%;
    position: relative;
    font-weight: bold;
}

.btn-cart-submit {
    border: 1px solid #b7d602;
    background-color: #fff;
    color: #b7d602;
    width: 100%;
    position: relative;
    font-weight: bold;
}

.btn-cart-submit2:hover {
    /*background: linear-gradient(180deg, #b7d602 0, #68c316 100%);*/
    /*color: grey;*/
}

.btn-cart-submit:hover {
    background: linear-gradient(180deg, #b7d602 0, #68c316 100%);
    color: #fff;
}

.recover_password {
    opacity: 0.3;
    color: grey;
    border-bottom: 1px solid grey;
}

.button_div_login {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.button_oform a {}

.vasha_korzina tr {
    margin-bottom: 10px;
}

.conteiner_kor {
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.conteiner_kor2 {}

.head_oform h3 {
    color: #b7d602;
    font-weight: bold;
}

.conteiner_sub {
    max-width: 80%;
}

.pk_version {
    display: block;
}

.mobile_version {
    display: none;
}

.button_next {
    display: none;
}

.max-width_pk {
    max-width: 80%;
}

.display_grid {
    display: grid;
}


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hidden-form {
    display: none;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin-top: 10px;
}

#showDeliveryMapAlmaty {
    margin-bottom: 12px;
}

.hidden-form input,
.hidden-form textarea {
    width: 100%;
    padding: 15px;
    padding-top: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.hidden-form textarea {
    padding-bottom: 0;
    padding-top: 15px;
    height: 44px;
}

.hidden-form textarea::-webkit-resizer {
    display: none;
}

.hidden-form .textarea-container {
    position: relative;
}

.hidden-form .textarea-container img {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 0;
    pointer-events: none;
}




.hidden-form input:focus {
    border: 1px solid #9ED526;
}

.hidden-form input {
    margin-bottom: 5px;
}

.hidden-form input::placeholder,
.hidden-form textarea::placeholder {
    font-size: 12px;
    opacity: 0.5;
}

.hidden-form ul {
    list-style-type: none;
    padding: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.hidden-form ul li label {
    margin-left: 6px;
}

.form_info_2 input {
    width: 24%;
}

.bez_dostavki {
    font-weight: bold;
    color: #000;
    max-width: 230px;
}

.summ_dost {
    font-weight: bold;
    color: #000;
}

.gr01 {
    white-space: pre-wrap;
}

.in_bk {
    display: inline-block;
}

.display_grid h2 {
    margin: 0px;
    padding: 17px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.cart-radio-group__title {
    background: #9ed526;
    border-radius: 5px;
    margin-bottom: 13px;
}

.cart-delivery-type-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.field-cartuserrkaddress-message {}

.cart input:disabled+label {
    opacity: 0.5;
}

.price_color {
    font-weight: bold;
    color: #add100;
}

.price_magrin {
    margin-top: 15px;
}

.cart .price {
    display: block;
}

.cart .price.oldPrice span {
    text-decoration: line-through;
}

.price span {
    display: inline-block;
}

.cart-radio-group__title-number-desktop {
    display: inline-block;
}

.cart-radio-group__title-number-mobile {
    display: none;
}

.user-address-line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}

.geo-map {
    cursor: pointer;
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.geo-map img {
    width: 30px;
    margin-right: 10px;
}

.geo-map span {}

.field-useraddress-address input {
    padding-left: 15px !important;
}

.field-useraddress-address .help-block {
    margin-top: 5px;
    font-size: 12px;
}

.cart-address-form {
    width: 95%;
    margin: auto;
}

.cart-address-form input {
    text-align: center;
    padding-top: 22px;
}

.cart-address-form .field-useraddress-saveaddress label {
    padding: 0;
}

.user-login-is-authorized__text {
    text-align: center;
    padding: 10px;
}

.cart-address-form .field-useraddress-saveaddress {
    padding-left: 1.25rem;
}

.cart-address-form .field-useraddress-address label,
.cart-address-form .field-cartuserrkaddress-address label {
    min-width: 278px;
}

.cart-address-form .field-useraddress-flat label,
.cart-address-form .field-cartuserrkaddress-flat label {
    min-width: 80px;
}

.cart-address-form input[type=text]+label,
.cart-address-form textarea+label,
.cartform-change-field-step-4 input+label {
    position: absolute;
    top: 0;
    left: 4%;
    font-size: 13px;
    padding: 0;
    opacity: 0.3;
}

.cart-address-form input[type=text]:invalid+label,
.cart-address-form textarea:invalid+label {
    opacity: 0.2;
    display: block;
}

.cart-address-form .form-group,
.cartform-change-field-step-4 {
    position: relative;
}

#cartUserAddress,
#cartUserRKAddress,
.cartform-change-field-step-4 {
    width: 95%;
    margin: auto;
}

.cart input[type=checkbox]+label::before,
.cart input[type=radio]+label::before {
    content: '';
    display: block;

    /* width: var(--height-check);
    height: var(--height-check); */
    width: 28px;
    height: 28px;
    line-height: var(--height-check);
    flex-shrink: 0;
    flex-grow: 0;
    background-image: var(--background-check);
    background-size: 100%;
    border-radius: 50%;
    justify-self: left;
    margin-left: 10px;
    margin-right: 10px;
}

.cart input[type=checkbox]:checked+label::before,
.cart input[type=radio]:checked+label::before {
    background-image: var(--background-check-active);
}

.cart input[type=checkbox]:checked+.green-border-on-checked,
.cart input[type=radio]:checked+.green-border-on-checked {
    border-color: #a0d525;
    border-color: #d2d2d2;
}

.cart input[type=checkbox]:checked+.green-border-on-checked .description-price,
.cart input[type=radio]:checked+.green-border-on-checked .description-price {
    display: block;
}

.description-price {
    margin-top: 8px;
}

.description-price span {
    font-size: 13px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #9ed526;
}

.cart input[type="checkbox"] {
    display: none;
}

.categori_recept p:last-child {
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.tab-line {
    padding: 15px 0px 15px;
}

.white-section {
    padding: 25px 0px;
}

.vnimanie_recepti {
    text-align: center;
    max-width: 500px;
}

.block_vnimanie {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart.form-group {
    margin: 8px 0rem;
}

.form-group {
    margin-bottom: 0;
}

.form-group-container {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.cart-layout-container {
    background-color: #f9f9f8;
    box-shadow: 0 3px 12px -2px rgb(0 0 0 / 50%);
}

.cart-info__price-column {
    display: grid;
    grid-template-columns: 1fr 15px;
}
.cart-info__price-column--empty-price {
    display: grid;
    grid-template-columns: 1fr;
}

.cart-info__price-column span {
    text-align: right;
}

.cart-products-container {
    background-color: #fff;
}

.cart-products-container:first-child .basket-item-container:first-child .basket-item {
    padding-top: 25px;
}

.cart-layout-container .cart-form-container .cart-form label {
    border-radius: 0px;
}

.cart-layout-container .cart-form-container .cart-form label+input {
    border-radius: 5px;
    border-color: #e9eaeb;
}

.cart-layout-container .cart-form-container .cart-form label+textarea {
    border-radius: 5px;
    border-color: #e9eaeb;
}

.cart-layout-container .cart-form-container .cart-form label+textarea {
    border-radius: 5px;
}

.cart-form--title {
    margin-bottom: 1.5rem;
}

.field-useraddress-coords {
    display: none;
}

#cartUserForm {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#cartUserForm .form-group {
    position: relative;
    display: grid;
    width: 95%;
    margin: auto;
}

.field-placeholder {
    position: absolute;
    grid-row: 1;
    margin-left: 2%;
    color: #bdbfc1;
}

.required-field-placeholder {
    margin-top: 1%;
}

.contacts-input-placeholder {
    margin-top: 1%;
}

.red-asterix {
    color: #ed3237;
}

.cart .form-check.disabled {
    /*opacity: var(--form-check-opacyti-disabled);*/
    color: var(--form-check-color-disabled) !important;
    background: #F9FBFC;
    opacity: 1;
}

.cart .form-check.disabled .price_color {
    color: var(--form-check-color-disabled);

}

.cart .form-check.disabled .form-check-input:disabled~.form-check-label {
    color: var(--form-check-color-disabled) !important;
    opacity: 1;
    /*opacity: var(--form-check-opacyti-disabled);*/
}

.password {
    position: relative;
}

.password-control {
    position: absolute;
    top: 21px;
    right: 28px;
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url(/images/cart/Eye_close.png) 0 0 no-repeat;
}

.password-control.view {
    background: url(/images/cart/Eye_open.png) 0 0 no-repeat;
    top: 23px;
    right: 28px;
}

.user-address-line .user-address-line__item .form-group .control-label {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.cart-empty-conteiner {
    padding-bottom: 40px;
}

.cart-body-container {
    height: 100%;
    background: #fff;
}


.user-address-line .user-address-line__item__kv .form-group .control-label {
    left: 50% !important;
    white-space: nowrap;
}

.gr02 {}

#useraddress-entrance {
    text-align: center;
}

#useraddress-floor {
    text-align: center;
}

#useraddress-flat {
    text-align: center;
}

#useraddress-buzzer {
    text-align: center;
}

#cartuserrkaddress-entrance {
    text-align: center;
}

#cartuserrkaddress-floor {
    text-align: center;
}

#cartuserrkaddress-flat {
    text-align: center;
}

#cartuserrkaddress-buzzer {
    text-align: center;
}

#cartDeliveryMap {
    width: 100%;
    height: 57vh;
}

.delivery-cost-price {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.user-address-line__item div input {
    display: flex;
    justify-content: center;
    text-align: center;
}

#almaty-address-sf-message {
    padding-top: 20px;
}

.cart-container {
    background-color: #fff;
}

.btn-cart-order-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 100;
}

.hidden-form ul li label {
    display: flex;
    text-align: left;
    align-items: center;
    cursor: pointer;
}

.hidden-form ul {
    margin: auto;
}

@media(max-width: 992px) {
    .vasha_korzina {
        top: 18%;
    }
}

@media(max-width: 835px) {
    .vasha_korzina {
        top: 20%;
    }
}

@media(min-width: 768px) {
    .old_price_price {
        margin-left: 50px !important;
    }

    .gr01 {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .cart-body-container {
        background-color: #fff;
        height: 100%;
    }

    .cart {
        background: #F9F9F8;
    }

    .cart-form-container {
        padding-bottom: 20px;
    }

    .basket-title--offer>span {
        margin: 0 7px;
        color: #b7d602;
    }


    .cart-back--mobile {
        cursor: pointer;
    }

    .cart-body {
        grid-template-columns: 1fr;
        padding-bottom: 150px;
    }

    .head_oform {
        display: none;
    }

    .cart-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .cart-radio-group {
        background-color: #fff;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #e9eaeb;
        padding-bottom: 7px;
    }

    .cart-radio-group:last-child {
        padding-bottom: 14px;
    }

    .cart-radio-group__title {
        background: #fff;
        color: #000;
        font-weight: bold;
        padding: 10px 0;
        margin-bottom: 0px;

    }



    .cart-radio-group__title h2 {
        margin: 0;
        padding: 0;
        font-weight: bold;
        font-size: 16px;
        padding-left: 8px;
    }

    .cart-radio-group__title-number-desktop {
        display: none;
    }

    .cart-radio-group__title-number-mobile {
        display: inline-block;
        background: #A0D525;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        color: #fff;
        line-height: 35px;
        font-weight: normal;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .cart-address-form input {
        text-align: start;
    }

    .geo-map {
        font-size: 13px;
    }

    .geo-map img {
        width: 20px;
        margin-right: 9px;
    }



    .vasha_korzina {
        display: none;
    }

    .conteiner_sub {
        max-width: 100%;
    }

    .mobile_version {
        display: block;
    }

    .pk_version {
        display: none;
    }

    .display_flex_mobile {
        display: flex;
    }

    .itogo_summa {
        padding-bottom: 12px;
        padding-top: 20px;
    }

    .itogo_so_skidkoy span {
        font-weight: normal;
    }


    .itogo_summa {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .price_skidka {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .mobile_info_phorme {
        display: grid;
    }

    .back_phorme_title {
        background: #e8ecef;
        border-radius: 5px;
    }

    .hidden-form input {
        width: 100%;
        padding-top: 17px !important;
        padding: 10px;
        padding-bottom: 2.5px;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
    }

    .hidden-form input {
        margin-bottom: 0;
    }

    .hidden-form input::placeholder {
        font-size: 12px;
        opacity: 0.5;
    }

    #cartUserRKAddress>div,
    #cartUserAddress>div {
        margin-bottom: 7px;
    }

    .help-block {
        margin: 0;
        font-size: 12px;
    }

    #cartUserRKAddress>div:last-child,
    #cartUserAddress>div:last-child {
        margin-bottom: 0;
    }

    .form_info_2 input {
        width: 24%;
    }

    .button_next {
        display: block;
        background: #a0d525;
        padding: 6px;
        text-align: center;
        border-radius: 5px;
    }

    .button_next a {
        color: #fff;
    }

    .inline_block {
        display: inline-block;
    }

    .form-check-label-bold {}

    .form-check span {}

    .form-check_2 {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .form-check label {}

    .kazpost_opisanie {
        display: flex;
        flex-direction: column;
    }

    .price_color {
        font-weight: bold;
        color: #add100;
    }

    .old_price_price {
        font: 16px 'Century Gothic', 'sans-serif';
    }

    .description-top {
        font-size: 12px;
        padding-right: 10px;
        opacity: 0.8;
    }

    .description-bottom {
        font-size: 13px;
    }

    .vnimanie_recepti {
        font-size: 13px;
        color: #F1777A;
        padding: 12px 0px;
    }

    .btn-cart-submit2 {
        width: 50%;
    }

    .minus {
        margin-right: 10px;
        font-size: 25px !important;
    }

    .plus {
        margin-left: 9px;
        font-weight: 600;
    }

    .btn-cart-order {
        margin: 0;
        margin-top: 12px;

        bottom: 49px;
        left: 0;
        right: 0;
    }

    .btn-cart-order-container {
        position: fixed;
        bottom: 49px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .form-order-button {
        position: fixed;
        bottom: 49px;
    }

    .cart-body-container {
        padding-bottom: 50px;
        max-height: fit-content;
    }

    .btn:not(:disabled):not(.disabled) {
        width: 92%;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .cart-form::after {
        content: ' ';
        box-shadow: 0 3px 12px -2px rgb(0 0 0 / 50%);
    }

    .cart-form:last-child {
        margin-bottom: -50px;

    }

}

/*.cart-info__price-column{
    max-width: auto;
    display: grid;
    grid-template-columns: auto 10px;
}*/

@media (max-width: 576px) {

    .form-check {
        margin: 0;
    }

    .cart-info-container {}

    .cart-info--mobile {
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }


    .cart.form-group {
        margin: 8px 0rem;
    }

    .form-group {
        margin-bottom: 0;
    }

    .form-group-container {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    #cart-delivery-address {}

    #cartUserForm {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #cartUserForm .form-group {
        position: relative;
        display: grid;
    }

    .field-placeholder {
        position: absolute;
        grid-row: 1;
        margin-left: 4%;
        font-size: 12px;
        color: #bdbfc1;
    }



    .required-field-placeholder {
        margin-top: 1%;
    }

    .contacts-input-placeholder {
        margin: 0;
        top: 10%;
        margin-left: 4%;
    }

    .red-asterix {
        color: #ed3237;
        font-size: 15px;

    }

    .field-cartuser-verifycode {
        display: none !important;
    }
}

@media (max-width: 440px) {
    .cart .modal-map .modal-content .modal-header {
        display: flex !important;
        padding-bottom: 0;

    }

    .cart .breadcrumb a,
    .cart .breadcrumb li:after,
    .breadcrumb li,
    .vnimanie_recepti,
    .categori_recept p:last-child {
        color: rgb(191, 191, 191);
        font-weight: 400;
        font-size: 13px;
    }

    .categori_recept p:last-child {
        color: #000;
    }

    .basket-title h5,
    .name a,
    .itogo_so_skidkoy {
        color: #000;
        font-size: 15px;
    }

    .btn-cart-order {
        font-size: 15px;
        font-weight: 700;
    }

    .basket-title .count {
        background-color: black;
        width: 25px;
        height: 25px;
    }


    .cart-form--title,
    .cart-radio-group__title h2 {
        font-size: 15px
    }

    .description-top,
    .field-placeholder {
        font-size: 13px;
    }

    .cart input[type=checkbox]+label::before,
    .cart input[type=radio]+label::before {
        width: 20px;
        height: 20px;
    }

    .btn-cart-order {
        margin-top: 10px;
        max-height: 50px;
    }

    .btn-cart-order-container {
        background-color: #F8F8F8;
        height: 60px;
        padding-top: 8px;
        box-shadow: 0 -3px 12px rgb(0 0 0 / 25%);
    }

    .btn-cart-two-steps-button {
        margin-left: -14px;
        padding-right: 0;
    }

    .cart-layout-container {
        box-shadow: none;
    }

    .cart-info--mobile {
        margin-bottom: -20px;
    }

    .cart .modal-map .modal-content .modal-header h3 {
        font-size: 20px;
    }

    .cart .modal-map .modal-content .modal-header .close {
        padding: 0;
        font-size: 30px;
    }

    #almaty-address-sf div .col .delivery-cost {
        margin-bottom: 0px;
    }



    .cart input[type=checkbox]+label::before,
    .cart input[type=radio]+label::before {}


}