.button_cart_edit{
    text-align: right;
    font-size: 13px;
    float: right;
    padding-top: 5px;
    text-decoration: underline;
    cursor: pointer;
}
.cart_pop_btn_close{
	position: absolute;
	width: 90px;
	height: 30px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDEuNDFMMTIuNTkgMCA3IDUuNTkgMS40MSAwIDAgMS40MSA1LjU5IDcgMCAxMi41OSAxLjQxIDE0IDcgOC40MSAxMi41OSAxNCAxNCAxMi41OSA4LjQxIDd6IiBmaWxsPSIjMkQyRjQzIi8+PC9zdmc+) 100% 50% no-repeat;
	top: 15px;
	right: 0;
	background-size: 20%;
	cursor: pointer;
	border: 0;
}
.container--basket .basket{
	position: relative;
}

.basket-product__del--link{
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDEuNDFMMTIuNTkgMCA3IDUuNTkgMS40MSAwIDAgMS40MSA1LjU5IDcgMCAxMi41OSAxLjQxIDE0IDcgOC40MSAxMi41OSAxNCAxNCAxMi41OSA4LjQxIDd6IiBmaWxsPSIjMkQyRjQzIi8+PC9zdmc+) 50% 50% no-repeat;
	background-size: 90%;
}


.order-delivery__item-text .is-underline {
    display: block;
}
.order-delivery,
.order-delivery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order-delivery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.order-delivery,
.order-delivery__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-transition: color 225ms ease;
    -o-transition: color 225ms ease;
    transition: color 225ms ease;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    color: inherit;
}
.custom-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 220px;
    height: 48px;
    padding: 0 25px;
    -webkit-transition: background-color 0.225s ease, -webkit-box-shadow 0.225s ease;
    transition: background-color 0.225s ease, -webkit-box-shadow 0.225s ease;
    -o-transition: background-color 0.225s ease, box-shadow 0.225s ease;
    transition: background-color 0.225s ease, box-shadow 0.225s ease;
    transition: background-color 0.225s ease, box-shadow 0.225s ease, -webkit-box-shadow 0.225s ease;
    border-radius: 3px;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.custom-btn:active,
.custom-btn:focus,
.custom-btn:hover {
    text-decoration: none;
}
.custom-btn--blue {
    background-color: #1060c1;
    -webkit-box-shadow: 0 1px 3px 0 transparent;
    box-shadow: 0 1px 3px 0 transparent;
    color: #fff;
}
.custom-btn--blue:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.38);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.38);
    color: #fff;
}
@media (min-width: 1201px) {
    .custom-btn--blue:hover {
        background-color: #1170d0;
    }
}
.custom-btn--blue:active {
    color: #fff;
}
@media (max-width: 1200px) {
    .custom-btn--blue:active {
        background-color: #1170d0;
    }
}
.custom-btn--blue:focus {
    color: #fff;
}
.custom-btn--white {
    border: 1px solid #ebebeb;
    background-color: #fff;
    color: #333;
}
.custom-btn--white:hover {
    color: #333;
}
@media (min-width: 1201px) {
    .custom-btn--white:hover {
        border-color: #e1e1e1;
        background-color: #e1e1e1;
    }
}
.custom-btn--white:active {
    color: #333;
}
@media (max-width: 1200px) {
    .custom-btn--white:active {
        border-color: #f1f1f1;
        background-color: #fff;
    }
}
.custom-input {
    width: 100%;
    height: 56px;
    padding: 0 12px;
    -webkit-transition: border-color 0.225s ease;
    -o-transition: border-color 0.225s ease;
    transition: border-color 0.225s ease;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-align: left;
    -webkit-appearance: none;
}
.custom-input::-ms-clear {
    display: none;
}
.custom-input:focus {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: #1060c1;
}
.custom-input::-webkit-input-placeholder {
    color: grey;
    line-height: normal;
}
.custom-input::-moz-placeholder {
    opacity: 1;
    color: grey;
}
.custom-input:-ms-input-placeholder {
    color: grey;
    line-height: normal;
}
.custom-input:focus {
    outline: 0;
}
.custom-input[type="number"] {
    -moz-appearance: textfield;
}
.custom-link {
    -webkit-transition: color 255ms ease;
    -o-transition: color 255ms ease;
    transition: color 255ms ease;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}
.custom-link:hover {
    color: #2063b4;
    text-decoration: underline;
}
.custom-link:active {
    color: #82acd7;
    text-decoration: underline;
}
.custom-link:focus {
    color: inherit;
}
.custom-link:focus:hover {
    color: #2063b4;
    text-decoration: underline;
}
.custom-link--inverted {
    text-decoration: none;
}
.form-quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
}
.form-quantity__button {
    width: 40px;
    height: inherit;
    -webkit-transition: background-color 0.225s ease;
    -o-transition: background-color 0.225s ease;
    transition: background-color 0.225s ease;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;

}
.form-quantity__button:hover {
    background-color: #e1e1e1;
}
.form-quantity__button--decrease {
    border-right: 0;
    border-radius: 3px 0 0 3px;
}
.form-quantity__button--increase {
    border-left: 0;
    border-radius: 0 3px 3px 0;
}
.form-quantity__button[disabled] {
    color: #d8d8d8;
}
.form-quantity__button[disabled]:hover {
    cursor: not-allowed;
}
.form-quantity__input {
    width: 45px;
    line-height: 40px;
    height: inherit;
    padding: 0 5px;
    border-radius: 0;
    text-align: center;
}
.form-quantity__input:focus {
    border-color: #3975bd;
}
.custom-headline {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
}
.custom-headline--level2-bold {
    font-size: 24px;
    font-weight: 700;
}
.custom-checkbox-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}
.custom-checkbox-inner [type="checkbox"]:checked {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.custom-checkbox-inner [type="checkbox"] + .custom-checkbox-inner__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 20px;
    padding-left: 30px;
    color: #333;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox-inner [type="checkbox"] + .custom-checkbox-inner__text:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
}
.custom-checkbox-inner [type="checkbox"]:checked + .custom-checkbox-inner__text:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-width: 2px;
    border-style: solid;
    border-color: transparent #5a5a5a #5a5a5a transparent;
}
.custom-checkbox-inner [type="checkbox"]:checked:disabled + .custom-checkbox-inner__text:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
.custom-checkbox-inner [type="checkbox"].filled-in + .custom-checkbox-inner__text:after {
    border-radius: 2px;
}
.custom-checkbox-inner [type="checkbox"].filled-in + .custom-checkbox-inner__text:after,
.custom-checkbox-inner [type="checkbox"].filled-in + .custom-checkbox-inner__text:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    -o-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
}
.custom-checkbox-inner [type="checkbox"].filled-in:checked + .custom-checkbox-inner__text:before {
    top: calc(50% - 9px);
    left: 0;
    width: 7px;
    height: 12px;
    -webkit-transform: rotate(43deg);
    transform: rotate(43deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border-width: 2px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
}
.custom-checkbox-inner [type="checkbox"].filled-in:checked + .custom-checkbox-inner__text:after {
    z-index: 0;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border: 2px solid #1060c1;
    background-color: #1060c1;
}
.custom-checkbox-inner [type="checkbox"].filled-in:disabled:checked + .custom-checkbox-inner__text:before {
    background-color: transparent;
}
.custom-checkbox-inner [type="checkbox"].filled-in:disabled:checked + .custom-checkbox-inner__text:after {
    border-color: #bdbdbd;
    background-color: #bdbdbd;
}
.header__locations-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100%;
    max-width: 220px;
    padding: 0 0 0 40px;
    cursor: pointer;
}
@media (min-width: 961px) {
    .header__locations-opener {
        position: relative;
        max-width: none;
        margin: 0 0 8px;
        padding: 5px 10px 5px 40px;
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
        border: 0;
        border-radius: 3px;
        background-color: #1170d0;
    }
    .header__locations-opener:hover {
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
        background-color: #1a8cff;
    }
}
.header__locations-opener.is-light {
    padding: 10px 10px 10px 40px;
    border-radius: 3px;
    background-color: #ecf0f8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header__locations-opener.is-light:hover {
    text-decoration: none;
}
@media (min-width: 961px) {
    .header__locations-opener.is-light {
        margin: 0;
    }
}
.header__locations-opener .custom-icon {
    position: absolute;
    -webkit-transition: color 0.3s ease 0ms;
    -o-transition: color 0.3s ease 0ms;
    transition: color 0.3s ease 0ms;
    color: #fff;
    pointer-events: none;
}
.header__locations-opener .custom-icon.custom-icon-marker {
    top: calc(50% - 10px);
    left: 10px;
    width: 20px;
    height: 20px;
}
.header__locations-opener .custom-icon.custom-icon-arrow-down {
    top: calc(50% - 3px);
    right: 10px;
    width: 7px;
    height: 7px;
}
.header__locations-opener .custom-icon.is-light {
    color: #023e88;
}
.header__locations-city {
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
}
@media (min-width: 961px) {
    .header__locations-city {
        line-height: 15px;
    }
}
.header__locations-city.is-light {
    color: #333;
    font-weight: 700;
}
.header__locations-street {
    position: relative;
    max-width: calc(100% - 20px);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    pointer-events: none;
}
.header__locations-street,
.header__locations-street span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header__locations-street span {
    display: block;
}
.header__locations-street.is-light {
    color: #333;
}
:focus {
    outline: 0;
}
.container--basket {
	position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 20px;
    overflow: auto;
    background: rgba(255, 255, 255, 0.98) !important;
    top: 0;
    right: 0;
    z-index: 999;
}
@media (max-width: 640px) {
    .container--basket {
        padding-bottom: 0;
    }
    .button_cart_edit{
        font-size: 11px;
        padding-top: 3px;
    }
}
.container--basket .basket {
    width: calc(100% - 16px);
}
@media (min-width: 361px) {
    .container--basket .basket {
        width: 90%;
    }
}
@media (min-width: 961px) {
    .container--basket .basket {
        width: 73.33333%;
    }
}
@media (min-width: 1201px) {
    .container--basket .basket {
        width: 65%;
    }
}
@media (min-width: 1601px) {
    .container--basket .basket {
        width: 48.33333%;
    }
}
.basket__headline {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #1a3c66;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
@media (min-width: 641px) {
    .basket__headline {
        text-align: left;
    }
}
.basket__remove-all {
    display: none;
}
@media (min-width: 641px) {
    .basket__remove-all {
        display: block;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: 16px;
        margin-left: auto;
    }
}
.basket-header {
    margin-bottom: 20px;
}
@media (min-width: 641px) {
    .basket-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .basket-header .header__locations-opener {
        min-width: 260px;
    }
}
.basket-products {
    margin: 0;
}
.basket-products__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #dedede;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.basket-products__group-item {
    width: 100%;
}
.basket-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 24px 24px;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.basket-product .sticker {
    padding: 2px 4px;
}
.basket-product:hover .basket-product__del {
    opacity: 1;
}
@media (max-width: 640px) {
    .basket-product {
        padding: 24px;
        overflow: hidden;
    }
}
.basket-product__code {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    margin-top: 8px;
    padding: 0 8px;
    background-color: #f2f2f2;
    font-size: 9px;
}
.basket-product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 8px;
    width: calc(50% - 16.1px);
}


.basket-product__info-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
}

.basket-product__info-picture {
    width: auto;
    max-width: 60px;
    height: auto;
    max-height: 60px;
}
.basket-product__info-label {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0 0 0 24px;
    border: 0;
    line-height: 1.2;
}
@media (max-width: 640px) {
    .basket-product__info-label {
        padding: 0 0 0 16px;
    }
}
.basket-product__info-name {
    display: inline;
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}
.basket-product__quantity {
    position: relative;
    margin: 0 8px;
    width: calc(30% - 16.1px);
}

.basket-product__quantity .form-quantity {
    margin-right: 16px;
}
.basket-product__quantity-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket-product__quantity-label {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
}
.basket-product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: calc(20% - 16.1px);
    margin: 0 8px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    font-weight: 400;
    text-align: right;
}

.basket-product__price-main {
    margin: 0;
}
@media (max-width: 640px) {
    .basket-product__price-main {
        margin-right: 13px;
    }
}
.basket-product__price-old {
    color: rgba(0, 0, 0, 0.54);
    font-size: 11px;
    text-decoration: line-through;
}
.basket-product__del {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 10px;
    height: 10px;
    -webkit-transition: opacity 225ms ease;
    -o-transition: opacity 225ms ease;
    transition: opacity 225ms ease;
    opacity: 0;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .basket-product__del {
        opacity: 1;
    }
}
.basket-product__del--link {
    display: block;
    width: 10px;
    height: 10px;
}
.basket-product__del--link .custom-icon {
    width: 10px;
    height: 10px;
    color: rgba(0, 0, 0, 0.7);
}
.basket-purchase {
    width: 100%;
}
@media (min-width: 641px) {
    .basket-purchase {
        padding: 32px 24px;
        border: 1px solid #dedede;
        background-color: #fff;
    }
}
@media (min-width: 960px) {
    .basket-purchase {
        padding-right: 36px;
        padding-right: 40px;
        padding-left: 36px;
        padding-left: 40px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
}
.basket-purchase__promocode_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 640px) {
    .basket-purchase__promocode_field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.basket-purchase__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.basket-purchase__buttons .custom-btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(33.33333% - 20px);
    min-width: 0;
}
@media (max-width: 640px) {
    .basket-purchase__buttons .custom-btn {
        width: 100%;
        min-width: auto;
        padding: 0;
    }
    .basket-product__price{
        width: 100%;
        text-align: left;
        margin: 10px 0 0 0;
    }
    .basket-product__quantity{
        width: 100%;
        margin: 5px 0 5px 0;
    }
    .basket-product__info{
        width: 100%;
        margin: 0;
    }
    .basket__headline{
        font-size: 15px;
    }
}
.basket-purchase__buttons .custom-btn--1 {
    margin-bottom: 16px;
}
@media (min-width: 641px) {
    .basket-purchase__buttons .custom-btn--1 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0;
    }
}
@media (max-width: 640px) {
    .basket-purchase__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (min-width: 641px) {
    .basket-purchase__buttons {
        margin-top: 30px;
    }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
    .basket-purchase__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .basket-purchase__buttons > button {
        min-width: 236px;
    }
}
.promocode_field {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 8px 0 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #dedede;
    background-color: #fff;
}
@media (max-width: 1200px) {
    .promocode_field {
        width: 296px;
    }
}
@media (max-width: 640px) {
    .promocode_field {
        width: 100%;
    }
    .promocode_field .custom-checkbox-inner {
        margin: 0 auto;
    }
}
@media (min-width: 641px) {
    .promocode_field {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        background-color: transparent;
    }
}
.summation-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 20px 0;
}
@media (max-width: 1200px) {
    .summation-block {
        width: calc(100% - 296px);
        padding-right: 0;
    }
}
@media (max-width: 640px) {
    .summation-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}
@media (min-width: 641px) {
    .summation-block {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.summation-block__results {
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    text-align: left;
}
@media (max-width: 640px) {
    .summation-block__results {
        width: 100%;
        text-align: center;
    }
}
.summation-block__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 4px;
    color: #1a3c66;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
@media (min-width: 641px) {
    .summation-block__sum {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media (max-width: 639.98px) {
    .summation-block__sum {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.order-delivery {
    margin-top: 10px;
}
.order-delivery .custom-icon {
    width: 16px;
    height: 16px;
    color: #003a7e;
}
.order-delivery__item {
    margin-top: 2px;
    margin-right: 8px;
    margin-bottom: 2px;
}
.order-delivery__item-text {
    margin-right: 20px;
    color: red;
    font-size: 11px;
    font-weight: 700;
}
.order-delivery__item-text .is-underline {
    text-decoration: underline;
    white-space: nowrap;
    cursor: pointer;
}
.order-delivery__item-text .is-nowrap {
    white-space: nowrap;
}
#Cart {
    position: relative;
}
/*#Cart .cart-preloader {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, 0.95);
}*/
.container--basket {
    background-color: #fff;
}
.purchase-btn:disabled {
    background-color: #ebebeb;
}
.custom-popup-cart .container--basket {
    width: 100%;
    height: auto;
    overflow: visible;
    background-color: transparent;
}
@media (max-width: 360px) {
    .custom-popup-cart .container--basket {
        width: calc(100% - 16px);
    }
}
@media (min-width: 361px) and (max-width: 960px) {
    .custom-popup-cart .container--basket {
        max-width: 847px;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 961px) {
    .custom-popup-cart .container--basket {
        max-width: 867px;
    }
}
@media (min-width: 1201px) {
    .custom-popup-cart .container--basket {
        max-width: 1028px;
    }
}
@media (min-width: 1601px) {
    .custom-popup-cart .container--basket {
        max-width: 928px;
    }
}
.custom-popup-cart .container--basket.fancybox-content {
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
}
.custom-popup-cart .fancybox-close-small {
    top: 10px;
    right: -14px;
    padding: 8px;
}
@media (max-width: 960px) {
    .custom-popup-cart .fancybox-close-small {
        right: 6px;
    }
}
@media (max-width: 360px) {
    .custom-popup-cart .fancybox-close-small {
        right: -14px;
    }
}
.custom-popup-cart .basket {
    width: 100%;
}
.custom-popup-cart .cart-preloader {
    bottom: 0;
}
.custom-popup-cart .cart-preloader:after {
    position: absolute;
}

/*! CSS Used fontfaces */

@media(max-width: 910px){
    .left_order_container{
        width: 100%
    }
    .right_order_container{
        width: 100%
    }
}
@media(max-width: 480px){
    .order_step a.stge .stgeSub{
        display: none;
    }
    .button_cart_edit{
        display: block;
        width: 100%;
        text-align: left;
        padding: 14px 0;
    }
}







