/* Cart Page
--------------------------------------*/
.cart {
    position: relative;
}

.cart-head {
    margin: 40px 0 30px;
}

.cart-inner {
    margin-bottom: 20px;
}

.cart-head__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cart-head__desc {
    font-size: 14px;
    color: #94aab0;
}

.cart-success__message {
    background: #fff;
    padding: 12px;
}

.page-success {
    margin-top: 10px !important;
}

/* Last order
----------------------------------------*/
.last-order__heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.last-order__table {
    width: 100%;
}
.last-order__table th {
    color: #999;
    padding: 15px;
    text-align: left;
}
.last-order__table td {
    padding: 15px;
    vertical-align: middle;
    line-height: 1.4;
}
.last-order__items {
    background-color: #fff;
    border-radius: .25em;
}
.last-order__status {
    padding: 5px 8px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
}
.last-order__status--warning {
    background-color: #f8ac59;
    margin-right: 5px;
}
.last-order__status--success {
    background-color: #1ab394;
}

/* Cart gift
--------------------------------------*/
.cart-gift {
    border-bottom: 1px solid #eee;
    height: 123px;
}

.cart-gift__icon_wpr {
    text-align: center;
}

.cart-gift__icon {
    border: 1px dashed #FF9800;
    padding: 20px;
    border-radius: 50%;
    font-size: 38px;
    color: #a9cf45;
}

.cart-gift__title {
    color: #2e4057;
    font-weight: 600;
}

.cart-gift__conditional {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}

.cart-gift__conditional:first-child {
    margin-top: 0;
}

.cart-gifts {
    margin-bottom: 20px;
}

.cart-gifts__icon {
    margin-right: 10px;
}

.cart-gifts__item {
    border: 2px dashed #a9cf45;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.cart-empty {
    background: #fff;
    border-radius: .25em;
    padding: 20px 30px;
}

.cart-empty__inner {
    width: 440px;
    margin: 60px auto;
    text-align: center;
}

.cart-empty__image {
    display: inline-block;
    position: relative;
}

.cart-empty__icon {
    font-size: 50px;
    color: #a7a7a7;
    background: #f4f4f4;
    padding: 36px;
    border-radius: 50%;
    display: inline-block;
}

.cart-empty__count {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #f1665e;
    padding: 5px 8px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}

.cart-empty__title {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
}

.cart-empty__desc {
    color: #a5a5a5;
    line-height: 20px;
    margin-bottom: 10px;
}

.cart-empty__btn {
    display: inline-block;
    color: #fff;
    background: #a9cf44;
    padding: 20px 65px;
    margin-top: 10px;
}

.cart-empty__btn:hover {
    background: #b9e050;
}

/* Cart table
--------------------------------------*/
.cart-table {
    width: 100%;
}

.cart-table td {
    padding: 20px;
    vertical-align: middle;
}

.cart-table__header {
    text-align: left;
}

.cart-table__header th {
    color: #999;
    padding: 10px 20px;
}

.cart-table__body {
    background: #fff;
}

.cart-table__footer {
    background: #fff;
}

.cart-table__footer td {
    padding: 15px 20px;
    height: 90px;
}

/* Cart Product
--------------------------------------*/
.cart-product {
    border-bottom: 1px solid #eee;
    height: 123px;
}

.cart-product.not-available {
    background: #ff0e0024;
    opacity: 0.7;
}

.cart-product.is-package {
    background-color: #fff9c4;
}

.cart-product__image {
    width: 11%;
}

.cart-product__img {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 50%;
    font-size: 38px;
    color: #a9cf45;
}

.cart-product__name {
    width: 44%;
}

.cart-product__quantity {
    width: 17%;
    position: relative;
}

.cart-product__price {
    width: 10%;
}
.cart-product__price-old{
    color: #8d8d8d;
    font-size: 14px;
    text-decoration: line-through;
    margin-bottom: 5px;
}
.cart-product__cost {
    width: 14%;
}

.cart-position__center {
    text-align: center;
}

.cp-cost {
    position: relative;
}

.cart-product__promo {
    position: absolute;
    padding: 5px;
    background: #f1665e;
    color: #fff;
    bottom: 20px;
    left: 0;
    font-size: 13px;
}
.cart-product__discount {
    margin-top: 5px;
    display: inline-block;
    font-size: 12px;
    background-color: #f1665e;
    color: #fff;
    padding: 5px 7px;
    text-align: center;
    border-radius: 4px;
}

.cart-product__actions {
    width: 5%;
}

.cart-product__link {
    color: #2e4057;
    font-weight: 600;
}

.cart-product__country {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}

.cart-product__manufacturer {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

.cart-product__remove {
    display: block;
    padding: 7px 9px;
    border: 1px solid #ddd;
    text-align: center;
    color: #ff0000;
    border-radius: 3px;
}

.cart-product__remove:hover {
    /*color: #ff0000;*/
    border-color: #ff0000;
}

.cart-product__stock {
    font-size: 13px;
    padding-top: 5px;
    color: #999;
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 5px;
}

.cart-quantity {
    display: inline-block;
}

.cart-quantity__minus,
.cart-quantity__plus {
    display: block;
    cursor: pointer;
    float: left;
    padding: 10px 12px;
    border: 1px solid #ddd;
    color: #000;
}

.cart-quantity__value {
    display: block;
    float: left;
    padding: 10px;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    height: 38px;
    color: #a5a5a5;
    width: 60px;
    text-align: center;
    background: inherit;
}

.cart-quantity__minus:hover,
.cart-quantity__plus:hover {
    border-color: #ddd;
    background: #f9f8f8;
    color: #2c97de;
}

/* Cart Info
--------------------------------------*/
.cart-info {
    float: right;
    width: 300px;
    padding-top: 40px;
}

.cart-body {
    margin-bottom: 40px;
}

.cart-body:before,
.cart-body:after {
    display: table;
    content: " ";
}

.cart-body:after {
    clear: both;
}

.cart-info__total {
    font-weight: 600;
    text-transform: uppercase;
}

.cart-info__value {
    float: right;
}

/* Cart attention */
.attention-info {
    font-size: 14px;
    padding: 30px;
    border: 2px dashed #979daa;
    border-radius: 4px;
    margin-bottom: 40px;
}

/* Cart promo
--------------------------------------*/
.cart-promo {
}

.cart-promo__form {
}

.cart-promo__row {
}

.cart-promo__field {
    float: left;
    width: 75%;
    padding-right: 10px;
}

.cart-promo__field.required label:after {
    content: "";
    color: inherit;
}

.cart-promo__input--state {
    position: relative;
    font-family: 'europharm', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cart-promo__input {
    outline: none;
    border-radius: 2px;
    font-size: 16px;
}

.cart-promo__form-row.has-success .cart-promo__input--state:after {
    border-radius: 25px;
    content: "\e90f";
    position: absolute;
    color: #52c41a;
    top: 50%;
    right: 12px;
    visibility: visible;
    pointer-events: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -8px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    -webkit-animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
    animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
}

.cart-promo__btn-check {
    float: left;
    width: 25%;
    margin-top: 21px;
    background: #4f78fe;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.4;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Cart Buttons
--------------------------------------*/
.cart-btn__continue {
    padding: 10px 20px;
    color: #5d5d5d;
    background: #f1f1f1;
}

.cart-btn__continue:hover {
    background: #eee;
}

.cart-btn__checkout {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #a9cf44;
    padding: 20px 65px;
    margin-top: 20px;
}

.cart-btn__checkout:hover {
    background: #b9e050;
}

.cart-btn__send {
    width: 100%;
    display: inline-block;
    padding: 12px 35px;
    background: #a9cf44;
    color: #fff;
    margin: 20px 0;

}

.cart-btn__send:hover {
    background: #b9e050;
}


.success_submit_button {
    display: inline-block;
    padding: 12px 35px;
    background: #a9cf44;
    color: #fff;
    margin: 20px 10px;
}

.success_decline_button {
    display: inline-block;
    padding: 12px 35px;
    background: #4f78fe;
    color: #fff;
    margin: 20px 10px;
}

.success_submit_button:hover {

}


/* Cart Checkout
--------------------------------------*/
.checkout {
}

.checkout:before, .checkout:after {
    display: table;
    content: " ";
}

.checkout:after {
    clear: both;
}

.cart-checkout {
    float: left;
    width: 68%;
    margin-right: 2%;
    position: relative;
}

.cart-checkout__section {
    min-height: 140px;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

.cart-checkout__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 40px;
    position: relative;
    padding-left: 50px;
}

.cart-checkout__step {
    border: 1px solid #dedede;
    border-radius: 25px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Cart Delivery
--------------------------------------*/
.cart-delivery {
    border: 1px solid #E8E9F2;
    border-radius: 4px;
    padding: 15px;
    height: 100px;
    position: relative;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.cart-delivery--disabled {
    filter: alpha(opacity=65);
    opacity: .65;
    cursor: not-allowed;
    background-color: #f1f1f1;
}
.cart-delivery--disabled .cart-delivery__cost{
    display: none;
}
.cart-delivery:not(.cart-delivery--disabled):hover {
    border: 1px solid #4f78fe;
}
.cart-delivery--active {
    border: 1px solid rgba(79, 120, 254, 0.9);
    background: #fbfbfb;
}

.cart-delivery__list {
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.cart-delivery__list:after {
    clear: both;
}

.cart-delivery__alert {
    padding: 10px;
    background: #FFEB3B;
    margin-bottom: 15px;
    margin-right: 24px;
}

.cart-delivery__label {
    display: flex;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: inherit;
    font-size: 14px;
    vertical-align: top;
    line-height: 20px;
}

.cart-delivery__label input {
    display: none;
}

.cart-delivery__name {
    display: flex;
    align-items: center;
    font-weight: 700;
}
.cart-delivery__image {
    height: 20px;
    margin-left: 8px;
}
.cart-delivery__desc {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}
.cart-delivery__desc a{
    color: inherit;
    cursor: inherit;
}
.cart-delivery--active .cart-delivery__desc a{
    color: #07c;
    cursor: pointer;
}
.cart-delivery--active .cart-delivery__desc a:hover{
    text-decoration: underline;
}
.cart-delivery__cost {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.cart-delivery__change{
    color: #07c;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}
.cart-delivery__change:hover{
    text-decoration: underline;
}
.cart-delivery__price,
.cart-delivery__min_price,
.cart-delivery__free_price {
    font-size: 14px;
    color: #000;
    line-height: 16px;
}
.cart-delivery__min_price {
    margin-bottom: 3px;
}
.cart-delivery__price {
    margin-bottom: 3px;
}
.cart-delivery.cart-delivery--active .cart-delivery__min_price.has-error {
    color: #ff0000;
}
.cart-delivery.cart-delivery--active .cart-delivery__free_price.has-success {
    color: #7cbe67;
}
.cart-delivery__icon {
    vertical-align: top;
    height: 20px;
    margin-left: 5px;
}
.cart-delivery__icon img {
    height: 20px;
}

/* Cart payment
----------------------------------------*/
.cart-payment--disabled label{
    color: #999;
    cursor: not-allowed;
}

/* Cart Form
--------------------------------------*/
.cart-form__col_50 {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.cart-form__row:before,
.cart-form__row:after {
    display: table;
    content: " ";
}

.cart-form__row:after {
    clear: both;
}

.cart-form__row--with-col{
    margin: 0 -10px;
}
.cart-form__group {
    position: relative;
    margin-bottom: 15px;
}

.cart-form__city {
    color: #999;
    font-size: 14px;
}

/* Cart address
--------------------------------------*/
.cart-address__list {
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.cart-address__item {
    border: 1px solid #E8E9F2;
    border-radius: 4px;
    padding: 15px;
    height: 80px;
    position: relative;
    user-select: none;
}

.cart-address__item:hover {
    cursor: pointer;
    border: 1px solid rgba(79, 120, 254, 0.9);
    background: #fbfbfb;
}

.cart-address__item--active {
    border: 1px solid rgba(79, 120, 254, 0.9);
    background: #fbfbfb;
}

.cart-address__label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    vertical-align: top;
    line-height: 20px;
}

.cart-address__input {
    display: none;
}

.cart-form__text-area {
    margin-top: 20px;
}

.cart-address__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #e6e6e6;
}

.cart-address__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
    content: '';
    position: absolute;
    display: none;
}

#orderform-address {
    margin-top: 20px;
    display: none;
}

#cart-form__choose-address-form {
    display: none;
    padding-top: 10px;
}

#cart-form__choose-address-alt {
    width: 33%;
    height: 0;
}

.cart-address__tooltip {
    position: absolute !important;
    right: 5px;
    top: 5px;
}

.cart-address__label .cart-address__input:checked + .cart-address__indicator {
    background: #4f78fe;
}

.cart-address__label .cart-address__input:checked + .cart-address__indicator:after {
    display: block;
}

/* Cart address
--------------------------------------*/
.cart-form__address-group {
    display: flex;
    margin-top: 5px;
}

.cart-form__address-group-or {
    position: relative;
    top: 8px;
    margin-left: 10px;
    margin-right: 10px;
}

#cart-form__address-type-form {
    width: 100%;
    display: none;
}

.cart-form__address-items {
    margin-right: 5px;
}

.cart-form__input-required-sign {
    color: red;
}

.cart-form__address-items {
    cursor: pointer;
    display: inline-block;
    height: 120px;
    line-height: 34px;
    font-size: 14px;
    background: #fff;
    background: none;
    border: 1px solid #E8E9F2;
    width: 32.8%;
    padding-top: 6px;
    padding-left: 40px;
}

.cart-form__choose-address-items {
    cursor: pointer;
    display: block;
    line-height: 1.4;
    font-size: 14px;
    background: #fff;
    background: none;
    margin-bottom: 0;
    padding: 12px 0 12px 30px;
}

.cart-form__address-items:nth-child(3) {
    margin-right: 0;
}

.cart-form__address-indicators {
    border-radius: 0 !important;
    top: 12px;
    left: 0;
}

.cart-form__active-item {
    border-color: #b9e050;
    color: black;
}

.cart-form__address-label {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
}

.cart-form__choose-address-items.disabled .cart-form__address-name {
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: line-through;
}

.cart-form__choose-address-items.disabled .cart-form__address-indicators {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.cart-form__address-link {
    margin-left: 10px;
    font-size: 14px;
    color: #f1665e;
}

.cart-form__address-link:hover {
    text-decoration: underline;
}

#cart-address__description {
    font-size: 11px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cart-address__warning {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 1.3;
}
.cart-address__warning--yellow{
    background-color: #fce389;
    padding: 10px 12px;
    border-radius: 4px;
    color: #3C3C3B;
}

.cart-address__warning-link {
    cursor: pointer;
}

#delivery-zone__map-wrapper {
    width: 100%;
    height: 100%;
}

#delivery-zone__map {
    height: 100vh;
}

.label--radio .cart-form__address-indicators:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border-radius: 0;
    background-color: unset;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.label input:checked ~ .cart-form__address-indicators {
    background-color: #4f78fe;
}

.cart-form__type-address {

}

.cart-form__city-select {
    padding-top: 6px;
    cursor: pointer;
}

.cart-form__choose-map-radio {
    z-index: 1 !important;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    border: 1px;
    height: 100%;
    cursor: pointer;
}

.cart-form__choose-address-radio {
    z-index: 1 !important;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    border: 1px;
    height: 100%;
    cursor: pointer;
}

.cart-form___choose-map-text {
    position: relative;
    left: 45px;
    top: 7px;
}

/* Slot changes
----------------------------------------*/
.popup-changes .popup-container{
    width: 1060px;
    max-width: 1060px;
}
.popup-changes .cart-head{
    margin-top: 0;
}
.popup-changes .cart-body{
    margin-bottom: 0;
}
.popup-changes .cart-table th:first-child,
.popup-changes .cart-table td:first-child{
    padding-left: 0;
}
.popup-changes .cart-product__quantity,
.popup-changes .cart-product__price,
.popup-changes .cart-product__cost{
    width: 15%;
}
.popup-changes .cart-table__footer td{
    padding: 30px 0 0 0;
    height: auto;
}

/* Slot popup
----------------------------------------*/
.popup-slot .popup-container{
    width: 460px;
    min-height: 245px;
}

/* Slot list
----------------------------------------*/
.slot-list__heading {
    padding: 15px 0;
    font-size: 15px;
    font-weight: 700;
}
.slot-list__heading span {
    color: #c5da5a;
}
.slot-list__items {
    grid-gap: 8px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    width: 400px;
    padding-top: 15px;
}
.slot-list__input {
    display: none;
}
.slot-list__body {
    display: block;
    border: 1px solid #e2e3e8;
    text-align: center;
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 1;
    cursor: pointer;
}
.slot-list__input:checked + .slot-list__body {
    border-color: #c5da5a;
    background-color: #c5da5a;
}
.slot-list__input:disabled + .slot-list__body {
    color: #bdc0c2;
    background-color: #ecedf2;
}

/* Cart Map
--------------------------------------*/
.cart-map {
    height: 100vh;
    width: 100%;
}

.cart-map__main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cart-map__map {
    width: 100%;
    height: 100%;
}

.cart-map__info {
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 20px;
    width: 380px;
}

.cart-map__body {
    background-color: #fff;
    border-top: 1px solid #eee;
    padding: 10px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cart-map__inputs {
    display: inline-block;
    vertical-align: top;
}

.cart-map__form-group {
    width: 26%;
    float: left;
    margin: 0 !important;
    padding: 5px;
}

.cart-map__form-group--address {
    width: 100%;
    position: relative;
}

.cart-map__form-group--house,
.cart-map__form-group--intercom {
    width: 48%;
}

.cart-map__form-group--apartment {
    width: 52%;
}

.cart-map__input {
    width: 100% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
}

.cart-map__input--address {
    padding-right: 35px;
}

.cart-map__input-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
    color: #333;
    padding: 11px;
    cursor: pointer;
}

.cart-map__marker {
    position: absolute;
    font-size: 50px;
    left: 50%;
    top: 50%;
    margin: -53px 0 0 -25px;
    color: #ef5350;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.cart-map__marker--animate {
    margin-top: -60px;
    animation: cartMapMarkerAnimate 1s infinite;
}

@keyframes cartMapMarkerAnimate {
    50% {
        -webkit-transform: translate(0px, -8px);
        -moz-transform: translate(0px, -8px);
        -o-transform: translate(0px, -8px);
        -ms-transform: translate(0px, -8px);
        transform: translate(0px, -8px);
    }
    100% {
        -webkit-transform: translate(0px, 0);
        -moz-transform: translate(0px, 0);
        -o-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
}

.cart-map__dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background-color: #777;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: -2px 0 0 -2px;
    display: none;
}

.cart-map__buttons {
    padding: 10px 5px 5px 5px;
    display: flex;
}

.cart-map__button {
    background-color: #a9cf44;
    border: none;
    padding: 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}

/* Popup map
----------------------------------------*/
.popup.map {
    z-index: 2147483549;
}

/* Delivery amount
----------------------------------------*/
.popup-delivery-amount .popup-container {
    top: 0;
    padding: 0;
    overflow: hidden;
}
.delivery-amount__map {
    height: 400px;
}
.delivery-amount__points {
    display: flex;
    text-align: center;
    align-items: center;
    padding: 15px;
    border-radius: 4px;
}
.delivery-amount__point {
    flex: 2;
}
.delivery-amount__delimiter {
    flex: 1;
}
.delivery-amount__name {
    font-weight: 700;
    margin-bottom: 3px;
}
.delivery-amount__count {
    color: #07c;
    font-size: 12px;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
}
.delivery-amount__count:hover {
    text-decoration: underline;
}
.delivery-amount__icon {
    margin-bottom: 3px;
}
.delivery-amount__duration {
    color: #777;
    font-size: 12px;
}
.delivery-amount__balloon h4 {
    margin-bottom: 10px;
    font-weight: 700;
}
.delivery-amount__balloon table {
    width: 100%;
}
.delivery-amount__balloon table td {
    border: 1px solid #ccc;
    padding: 5px 7px;
}
.delivery-amount__balloon table td:nth-child(2) {
    white-space: nowrap;
}

/* Cart Detail
--------------------------------------*/
.cart-detail {
    float: left;
    width: 30%;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

.cart-detail__inner {
    position: relative;
}

.cart-detail__title {
    font-size: 20px;
    margin-bottom: 20px;
}

.cart-detail__count {
    margin-bottom: 7px;
}

.cart-detail__price {
    margin-bottom: 7px;
}

.cart-detail__delivery {
    display: none;
    margin-bottom: 7px;
}

.cart-detail__value {
    float: right;
    display: flex;
    align-items: center;
}
.cart-detail__currency{
    margin-left: 5px;
}

.cart-detail__amount-detail {
    color: #5079fe;
    margin-left: 5px;
    cursor: pointer;
    display: none;
}

.cart-detail__total {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 22px;
    font-weight: 600;
    border-top: 1px solid #eee;
}

.cart-detail__confirm {
    font-size: 14px;
    color: #999;
    line-height: 1.4;
}

.cart-detail__value--promo {
    text-decoration: line-through;
    color: #f1665e;
}
.cart-detail__bonus {
    padding-top: 10px;
    color: #a9cf44;
    font-weight: 700;
    display: none;
}

.cart-detail__signup {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    padding: 12px 14px;
    background: #f3f8e3;
    border: 1px solid #d6e8a6;
    border-radius: 8px;
    color: #3C3C3B;
    text-decoration: none;
    line-height: 1.3;
    transition: background .2s;
}

.cart-detail__signup:hover {
    background: #ecf4d4;
}

.cart-detail__signup-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #a9cf44;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
}

.cart-detail__signup-text {
    font-size: 14px;
}

.cart-detail__signup-text b {
    color: #6f9d12;
}

/* Cart Success
--------------------------------------*/
.cart-success {
    background: #fff;
    border-radius: .25em;
    padding: 20px 30px;
}

.cart-success__title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0;
}

.cart-answer-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0;
}

.order-detail {
    text-align: center;
    margin-bottom: 40px;
}

.order-detail__item {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    background: rgba(177, 177, 177, 0.12);
    padding: 20px;
}

.call_operator {
    display: inline-block;
    text-align: center;


}

.order-detail__message {
    margin: 0 150px;
    color: #a5a5a5;
    text-align: center;
}

/* Checkout fields
----------------------------------------*/
.cart-form__label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}

.cart-form__input {
    padding: 4px 10px;
    width: 100%;
    height: 38px;
    cursor: text;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    color: #595959;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e9e9e9;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-transition: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#cart-form__map {
    visibility: hidden;
    opacity: 0;
    position: relative;
}

#cart-form__button {
    display: inline-block;
    font-size: 11px;
    color: rgb(68, 68, 68);
    text-decoration: none;
    user-select: none;
    padding: .2em 0.6em;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    background: rgb(245, 245, 245) linear-gradient(#f4f4f4, #f1f1f1);
    transition: all .218s ease 0s;
    width: 76px;
}

#cart-form__button:hover {
    color: rgb(24, 24, 24);
    border: 1px solid rgb(198, 198, 198);
    background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

#cart-form__button:active {
    color: rgb(51, 51, 51);
    border: 1px solid rgb(204, 204, 204);
    background: rgb(238, 238, 238) linear-gradient(rgb(238, 238, 238), rgb(224, 224, 224));
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
}

.cart-form__input_error, .cart-form__input_error:focus {
    outline: none;
    border: 1px solid #f33;
    box-shadow: 0 0 1px 1px #f33;
}

#cart-form__notice {
    position: absolute;
    left: 22px;
    margin: 0;
    top: 44px;
    color: #f33;
    display: none;
}

.cart-form__hidden {
    display: none;
}

/* Cart Map
--------------------------------------*/
.cart-form__map-wrapper {
    top: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.cart-form__map {
    height: 100% !important;
    width: 100% !important;
}

/* Delivery Pharmacy
--------------------------------------*/
.cart-delivery__pharmacy_help {
    visibility: hidden;
}
.cart-delivery__pharmacy.cart-delivery--active .cart-delivery__pharmacy_help {
    font-size: 14px;
    color: #a94442;
    margin-top: 10px;
    visibility: visible;
}

/* Popup pharmacies
----------------------------------------*/
.popup.pharmacies .popup-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Map pickup
--------------------------------------*/
.map-pickup {
    width: 100%;
    height: 100vh;
}

/* Map Filter
--------------------------------------*/
.map-filter {
    position: absolute;
    top: 80px;
    left: 20px;
    width: 340px;
    min-height: 500px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(160, 160, 160, 0.1), 0 3px 4px -3px rgba(0, 0, 0, .3);
}

.map-filter__head {
    padding: 20px;
    min-height: 100px;
    border-bottom: 1px solid #eee;
}

.map-filter__title {
    font-size: 18px;
    font-weight: 600;
}

.map-filter__desc {
    margin-top: 15px;
}

.map-filter__full_badge {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #00b956;
    margin-right: 5px;
}

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

.map-filter__small_badge {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #fff601;
    margin-right: 5px;
}

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

.map-filter__pharmacies {
    height: 400px;
    overflow-y: scroll;
}

.map-pharmacy {
    position: relative;
    border-bottom: 1px solid #eee;
    min-height: 80px;
    padding: 10px 20px;
    cursor: pointer;
}

.map-pharmacy.map-pharmacy__active {
    background: rgba(238, 238, 238, 0.7);
}

.map-pharmacy:hover {
    background: rgba(238, 238, 238, 0.7);
}

.map-pharmacy__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.map-pharmacy__time {
    font-size: 13px;
    color: #737373;
}

.map-pharmacy__address {
    font-size: 14px;
    color: #737373;
}

.map-pharmacy__available_full {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #00b956;
}

.map-pharmacy__available_small {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #fff601;
}

.map-pharmacy__btn_select {
    height: 28px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 10px;
    border: 1px solid #eee;
}

/* Map Pharmacy
--------------------------------------*/
.pharmacy {
    width: 280px;
}

.pharmacy__head {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.pharmacy__title {
    font-size: 14px;
    font-weight: 600;
}

.pharmacy__time {
    color: #999;
}

.pharmacy__body {
    padding: 20px 0;
}

.pharmacy__address {
    font-size: 15px;
}

.pharmacy__footer {
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.pharmacy__btn_select {
    height: 28px;
    background: #4f78fe;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
}

.pharmacy__btn_select:hover {
    background: rgba(79, 120, 254, 0.9);
}

/* Map Empty
--------------------------------------*/
.map-empty {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 400px;
    margin: 0 auto;
    padding: 30px 20px;
    background: #fff;
}

.map-empty__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.map-empty__desc {
    margin-bottom: 20px;
    font-size: 14px;
}

.map-empty__actions {
    text-align: right;
}

.map-empty__btn_yes {
    line-height: 28px;
    background: #4f78fe;
    padding: 0 15px;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
}

.map-empty__btn_yes:hover {
    background: rgba(79, 120, 254, 0.9);
}

.map-empty__btn_close {
    line-height: 28px;
    padding: 0 15px;
    font-size: 14px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #eee;
}

/* Sms payment
----------------------------------------*/
.sms-payment {
    width: 35%;
    margin: 50px auto;
    background: #fff;
    padding: 40px 25px;
    position: relative;
}

.sms-payment__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3b3b3b;
}

.sms-payment[data-step='phone'] .sms-payment__step-code,
.sms-payment[data-step='code'] .sms-payment__step-phone {
    display: none;
}

.sms-payment__field {
    margin-bottom: 15px;
}

.sms-payment__field .help-block:empty {
    display: none;
}

.sms-payment__field:last-child {
    margin-bottom: 5px;
}

.sms-payment__label {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    color: #979daa;
}

.sms-payment__input {
    outline: none;
    font-size: 15px;
    color: #595959;
}

.sms-payment__input:focus {
    border: 1px solid rgba(79, 120, 254, 0.9);
}

.sms-payment__field.has-success .sms-payment__input {
    border-color: #a9cf44;
}

.sms-payment__field.has-error .sms-payment__input {
    border-color: #a94442;
}

.sms-payment__btn {
    width: 100%;
    display: inline-block;
    color: #fff;
    background: #a9cf44;
    padding: 15px 20px;
}

.sms-payment__btn[disabled] {
    filter: alpha(opacity=65);
    opacity: .65;
}

.sms-payment__btn:hover {
    background: #b9e050;
}

.sms-payment__loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .5);
}

/* Sms resend
----------------------------------------*/
.sms-resend__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sms-resend__button {
    color: #07c;
    text-decoration: none;
    cursor: pointer;
}

.sms-resend__button:not(.disabled):hover {
    text-decoration: underline;
}

.sms-resend__button.disabled {
    filter: alpha(opacity=65);
    opacity: .65;
    cursor: not-allowed;
}

.sms-resend__success {
    font-size: 12px;
    color: #aacf44;
    margin-left: 5px;
    display: none;
}

.sms-resend__error:not(:empty) {
    font-size: 12px;
    color: #ff0000;
    padding-top: 10px;
}

/* Loading
---------------------------------------*/
.animation-ring {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 15px 0;
}

.animation-ring:after {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid;
    border-color: #bfd73e transparent #bfd73e transparent;
    animation: animation-ring 1.2s linear infinite;
}
@keyframes animation-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Cart bonus
----------------------------------------*/
.cart-bonus {
    padding-top: 15px;
    display: flex;
    align-items: center;
}
.cart-bonus__left {
    flex: 1;
    border-left: 3px solid #a9cf44;
    padding-left: 10px;
}
.cart-bonus__balance {
    color: #999;
    font-size: 12px;
}
.cart-bonus__use {
    margin-bottom: 8px;
    font-size: 15px;
}
.cart-bonus__toggle {
    width: 56px;
    display: flex;
    height: 28px;
    background-color: #f1f1f1;
    border-radius: 14px;
    padding: 2px;
    cursor: pointer;
}
.cart-bonus__bar{
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.cart-bonus__checkbox{
    display: none;
}
.cart-bonus__checkbox:checked + .cart-bonus__bar{
    margin-left: 28px;
    background-color: #a9cf44;
}

/* Media Query
--------------------------------------*/
@media only screen and (max-width: 768px) {
    /* Slot list
    ----------------------------------------*/
    .slot-list__items {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    /* Order payment
    ----------------------------------------*/
    .sms-payment {
        width: 100%;
    }

    .cart-success__title {
        margin: 10px 0 20px 0;
    }

    .cart-answer-title {
        text-align: center;
        font-size: 20px;
        font-weight: 300;
        margin: 10px 0;
    }


    .order-detail__item {
        padding: 20px 6px 20px 6px;
    }

    .call_operator {
        padding: 20px 6px 20px 6px;
    }


    .cart-address__list {
        display: block;
    }

    .cart-address__item {
        margin-top: 5px;
        width: 100%;
    }

    .cart-success__message {
        height: 62px;
    }

    .cart-success__message-content {
        font-size: 12px;
        width: 60%;
        float: left;
        display: inline;
    }

    .cart-success__img {
        display: inline;
        float: right;
        width: 40%;
    }

    .attention-info {
        margin: 16px !important;
    }

    .tooltip .tooltiptext {
        margin-left: -145px !important;
    }

    .tooltip .tooltiptext::after {
        left: 80% !important;
    }

    .cart-form__address-group {
        display: unset;
        text-align: center;
    }

    .cart-form__city-select {
        width: 100%;
    }
    .cart-form__label{
        font-size: 14px;
    }

    .cart-form__type-address {
        width: 100%;
    }
    .cart-form__choose-address-items{
        padding-left: 35px;
    }
    .cart-form__address-name > span {
        display: block;
    }
    .cart-form__address-indicators{
        top: 16px;
    }

    .cart-form__address-group-or {
        margin: 0;
        top: -8px;
        text-align: center;
    }

    .main {
        background: #f8f8fb;
    }

    .cart-head {
        position: relative;
        margin: 20px 0;
    }

    .cart-head__title {
        font-size: 22px;
        font-weight: 600;
        color: #3b3b3b;
        margin-bottom: 0;
    }

    .cart-head__desc {
        display: none;
    }

    .cart-checkout__title {
        margin: 0 0 15px 0;
        font-size: 18px;
        line-height: 30px;
        padding-left: 40px;
    }
    .cart-checkout__step{
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .cart-checkout__section--last {
        margin-bottom: 0;
    }

    .cart-form__text-area {
        margin-bottom: 0;
    }

    .field-cart-form__address {
        width: 68%;
    }

    .field-cart-form__address-number {
        width: 30%;
    }

    .field-cart-form__lng {
        margin-bottom: 0;
    }

    .field-cart-form__lat {
        margin-bottom: 0;
    }

    .field-orderform-comment {
        margin-bottom: 0;
    }

    .cart-form__col_50 {
        width: 100%;
    }

    .cart-success {
        margin-top: 20px;
        padding: 20px 5px;
    }

    .order-detail {
        margin: 0;
        text-align: left;
    }

    .order-detail__item {
        display: block;
        margin-bottom: 20px;
    }

    .call_operator {
        display: block;

    }


    .order-detail__message {
        display: none;
    }

    .order_detail_message_header {
        display: none;
    }

    .map-pickup {
        height: calc(100vh - 255px);
    }

    .map-pickup.map-pickup--empty {
        height: 100vh;
    }

    .map-filter {
        top: inherit;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        min-height: 200px;
    }

    .map-filter__pharmacies {
        height: 150px;
    }

    .map-pharmacy:hover {
        background: none;
    }

    .m-cart {

    }

    .m-cart-head {
        position: relative;
        padding: 20px;
    }

    .m-cart-head__link {
        position: absolute;
        color: #e94b35;
        top: 0;
        right: 0;
        padding: 20px;
    }

    .m-cart-head__icon {
        font-size: 22px;
    }

    .m-cart__currency {
        padding-right: 20px;
    }

    .m-cart__body {
        padding-bottom: 105px;
    }

    .m-cart__item {
        position: relative;
        padding: 15px 20px 15px 10px;
        background: #fff;
        margin-bottom: 20px;
    }

    .m-cart__item.is-package {
        background-color: #fff9c4;
    }

    .m-product {
        display: flex;
        justify-content: space-between;
    }

    .m-product__images {
        width: 25%;
        display: flex;
        align-items: center;
    }

    .m-product__detail {
        width: 75%;
    }

    .m-product__title {
        font-size: 14px;
        overflow: hidden;
        color: #3c3c3c;
        display: block;
        line-height: 1.4;
        height: 40px;
    }
    .m-cart__item.is-package .m-product__title{
        height: auto;
    }

    .m-product__img {
        max-height: 100%;
        object-fit: contain;
        padding: 0 10px;
    }

    .m-product__tags {
        position: absolute;
        top: 10px;
        left: 20px;
    }

    .m-product__tag_percent {
        background: #f1665e;
        color: #fff;
        padding: 2px 4px;
        font-size: 12px;
        font-weight: bold;
    }

    .m-product__tag_special {
        background: #a9cf44;
        color: #fff;
        padding: 2px 4px;
        font-size: 12px;
        font-weight: bold;
    }

    .m-product__original {
        position: relative;
        margin-bottom: 5px;
    }

    .m-product__cost_without_discount {
        font-size: 15px;
        color: #e94b35;
        text-decoration: line-through;
    }

    .m-product__original_currency {
        position: relative;
        font-size: 12px;
        top: -4px;
        color: #979daa;
    }

    .m-product__footer {
        display: flex;
        justify-content: space-between;
    }

    .m-product__cost {
        font-size: 20px;
        font-weight: 600;
        color: #3c3c3c;
        line-height: 34px;
    }

    .m-product__currency {
        position: relative;
        font-size: 15px;
        color: #3c3c3c;
        margin-right: 10px;
    }

    .m-product__stock {
        font-size: 13px;
        padding-top: 5px;
        color: #999;
        text-align: center;
        display: none;
    }

    .m-product__center {
        line-height: 34px;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
    }

    .m-product__quantity_minus {
        display: inline-block;
        width: 35px;
        height: 34px;
        line-height: 30px;
        vertical-align: top;
        padding: 0 12px;
        border: 1px solid #eee;
        margin-right: -5px;
        border-radius: 2px;
    }

    .m-product__quantity_value {
        display: inline-block;
        width: 50px;
        height: 34px;
        line-height: 30px;
        vertical-align: top;
        text-align: center;
        padding: 0 12px;
        border: none;
        border-radius: 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        font-weight: 600;
    }

    .m-product__quantity_plus {
        display: inline-block;
        width: 35px;
        height: 34px;
        line-height: 30px;
        vertical-align: top;
        padding: 0 12px;
        border: 1px solid #eee;
        margin-left: -5px;
        border-radius: 2px;
    }

    .m-product__btn-remove {
        padding: 0 10px;
        height: 34px;
        line-height: 34px;
        color: #f1665e;
        font-size: 14px;
        border-radius: 4px;
        background: #fff;
        background: none;
        border: 1px solid #E8E9F2;
        float: right;
    }

    .m-product__promo {
        background: #f1665e;
        color: #fff;
        padding: 2px 4px;
        font-size: 12px;
        font-weight: bold;
    }

    /* Last order
    ----------------------------------------*/
    .last-order{
        padding: 20px 0;
    }
    .last-order__heading{
        padding: 0 20px;
        font-size: 22px;
    }
    .last-order__table th{
        padding: 15px 20px 10px 20px;
    }
    .last-order__table td{
        padding: 15px 20px;
    }

    /* Cart gift
    --------------------------------------*/
    .m-cart-gifts__item {
        display: flex;
        justify-content: space-between;
        position: relative;

        padding: 15px 20px;
        background: #fff;
        margin-bottom: 20px;
    }

    .m-cart-gift__icon_wrp {
        width: 25%;
        max-width: 80px;
    }

    .m-cart-gift__icon {
        display: block;
        border: 1px solid #eee;
        padding: 20px;
        border-radius: 50%;
        font-size: 38px;
        color: #a9cf45;
    }

    .m-cart-gift__detail {
        padding: 0 10px;
        width: 75%;
    }

    .m-cart-gift__title {
        height: 30px;
        font-size: 15px;
        overflow: hidden;
        margin-bottom: 15px;
        color: #3c3c3c;
        display: block;
    }

    .m-cart-gift__conditional {
        font-size: 13px;
        color: #999;
        margin-top: 10px;
    }

    .m-cart-promo__form-row {
        position: relative;
    }

    .m-cart-promo__input--state {
        position: relative;
        font-family: 'europharm', sans-serif !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .m-cart-promo__input {
        outline: none;
        border-radius: 2px;
        font-size: 16px;
        padding: 10px 65px 10px 10px;
        height: 50px;
    }

    .m-cart-promo__form-row.has-success .m-cart-promo__input--state:after {
        border-radius: 25px;
        content: "\e90f";
        position: absolute;
        color: #52c41a;
        top: 50%;
        right: 65px;
        visibility: visible;
        pointer-events: none;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: -8px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        -webkit-animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
        animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        z-index: 1;
    }

    .m-cart-promo__btn-check {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #4f78fe;
        color: #fff;
        padding: 13px 20px;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        line-height: 1.4;
    }

    .m-cart__checkout {
        position: fixed;
        bottom: 55px;
        left: 0;
        width: 100%;
    }

    .m-cart__btn-checkout {
        display: block;
        line-height: 56px;
        text-align: center;
        color: #fff;
        background: #a9cf44;
    }

    .cart-empty {
        padding: 20px;
    }

    .cart-empty__title {
        font-size: 20px;
    }

    .cart-empty__inner {
        width: 100%;
        margin: 0;
    }

    .cart-checkout {
        float: none;
        width: inherit;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .cart-delivery__list {
        margin: 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .cart-delivery__name {
        align-items: start;
    }

    .cart-delivery {
        float: none;
        width: 100%;
    }

    .cart-form {
        width: 100%;
    }

    .cart-table__wrp {
        overflow-x: auto;
    }

    .cart-detail {
        float: none;
        width: 100%;
        background: #fce389;
    }
    .cart-detail__signup {
        background: #fff;
        border-color: #cfe293;
    }
    .cart-detail__total {
        border-color: #fff;
    }
    .cart-detail__bonus {
        color: #07c;
    }
    .cart-payment label{
        font-size: 14px;
    }
    .cart-payment input {
        display: none;
    }

    .cart-form__map-wrapper {
        width: 100% !important;
        margin: 0 !important;
    }

    .cart-delivery__alert {
        margin-right: 0;
    }

    /* Cart bonus
    ----------------------------------------*/
    .cart-bonus__balance{
        color: #07c;
    }
    .cart-bonus__toggle {
        background-color: #f8f8fb;
    }
    .cart-bonus__bar {
        background-color: #ddd;
    }

    /* Cart Map
    --------------------------------------*/
    .cart-map__info {
        left: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .cart-map__info--hide {
        -webkit-transform: translate(0px, 70%);
        -moz-transform: translate(0px, 70%);
        -o-transform: translate(0px, 70%);
        -ms-transform: translate(0px, 70%);
        transform: translate(0px, 70%);
    }

    .cart-map__body {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

@media only screen and (max-width: 450px) {
    .delivery-amount__points {
        grid-gap: 15px;
        grid-template-columns: repeat(5, 1fr);
        display: grid;
    }
}

@media only screen and (max-width: 320px) {
    .cart-checkout {
        padding: 10px;
    }

    .cart-checkout__title {
        font-size: 18px;
    }

    .field-orderform-address {
        width: 100%;
    }

    .cart-delivery {
        padding: 15px 25px;
    }
}


/* Post's hint */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 190px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin: 0 0 7px -133px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    line-height: normal;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 70%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}