#bonusPayment input {
    width: 30%;
}

.checkout-list {
    display: inline-block;
    width: 48%;
}

.checkout__radiotab {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
}

.checkout__radiotab input[type="radio"] {
    display: none;
}

.checkout__radiotab span {
    display: inline-block;
    box-sizing: border-box;
    width: 101px;
    height: 64px;
}

.checkout__radiotab input[type="radio"]:checked + span {
    border: 2px solid #f27b23;
}

.checkout__radiotab:hover span {
    border: 1px solid #f27b23;
}

.checkout__radiotab.checkout__radiotab_nohover:hover span {
    border: none;
}

.checkout__payment-method_cash {
    background: #ffffff url('../images/payment_method_cash.png') no-repeat;
}

.checkout__payment-method_cashless {
    background: #ffffff url('../images/payment_method_cashless.png') no-repeat center 0;
}

.checkout__payment-method_epay {
    background: #ffffff url('../images/payment_method_epay.png') no-repeat;
}

.checkout__delivery-method_delivery {
    background: #ffffff url('../images/delivery_method_delivery.png') no-repeat;
}

.checkout__delivery-method_pickup {
    background: #ffffff url('../images/delivery_method_pickup.png') no-repeat;
}

#bonusPayment {
    margin-top: 5px;
}

#bonusAmount, #bonusPayButton {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top;
}

#bonusPayButton {
    padding: 0 16px;
    line-height: 24px;
}

#newAddressForm {
    clear: right;
}

.checkout__radioline {
    cursor: pointer;
}

.checkout__radioline span {
    font-size: 12px;
}

.checkout__radioline a {
    text-decoration: underline;
}

.checkout__radioline input[type=radio] {
    margin-right: 5px;
}

.checkout__select-date {
    margin-top: 20px;
    font-size: 0;
}

.checkout__select-date__field {
    display: inline-block;
    width: 23%;
    padding-right: 2%;
}

/*
## Order
********************************************************************/

.orderBoxes {
    margin: 20px 0;
}

.orderBox {
    float: left;
    margin: 0 20px 0 0;
    border: 1px dotted #a5a5a5;
    padding: 0 20px 20px;
    width: 180px;
    height: 190px;
}

.orderBox.payment {
    margin: 0;
    width: 424px;
}

.orderBox.payment .left {
    width: 50%;
}

.orderBox .headline {
    border-bottom: 1px dotted #A5A5A5;
    font-size: 1em;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.orderList {

    border: 1px dotted #a5a5a5;
    padding: 0 20px 20px;
    margin: 0 0 20px 0;

}

.orderList .headline {
    border-bottom: 1px dotted #A5A5A5;
    font-size: 1em;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.orderList .orderListTable {
    width: 100%;
}

.orderList .orderListTable thead th {
    border-bottom: 1px dotted #a5a5a5;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}

.orderList .orderListTable .item td {
    vertical-align: top;
    border-bottom: 1px dotted #a5a5a5;
    padding: 20px 0 0 0;
}

.orderList .orderListTable .item td.thumb {
    border-bottom: 0;
    padding-right: 20px;
    width: 96px;
}

.orderList .orderListTable tbody td {
    vertical-align: top;
    padding-top: 5px;
}

.orderList .orderListTable tbody td p {
    margin-bottom: 5px;
}

.orderList .orderListTable tbody td a {
    text-decoration: underline;
}

.cart-top-buttons {
    margin-bottom: 20px;
}

.cart-top-buttons a {
    margin-left: 15px;
}

.cart {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    color: rgb(37, 34, 35);
    border-collapse: collapse;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.cart td {
    vertical-align: top;
    padding: 0;
}
.cart td > div{
    padding: 25px 0 20px 5px;
    box-sizing: border-box;
}

table.cart thead tr {
    border-bottom: 1px solid #AAA9A9;
}


table.cart  tr {
    border-bottom: 1px dashed #e5e5e5;
}
table.cart tr:last-child {
    border-bottom: 1px solid #e5e5e5;
}
table.cart.basket-popup__cart tr:last-child{
    border-bottom: none;
}

.cart__actions-wrap{
    width: 30px;
}
td.cart__img {
    text-align: center;

}

.cart__img-wrap{
    display: block;
    width: 140px;
    text-align: center;
    margin-top: -5px;
    min-height: 140px;
    margin-right: 15px;
}
.basket-popup-add .cart__img-wrap{
    width: 100px;
    margin-right: 0;
}

.cart__img img{
    max-width: 100%;
    box-sizing: border-box;
}

td.cart__title {
    line-height: 16px;

}
.cart__title-wrap{
    width: 495px;
}
.cart__title-wrap > a {
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-weight: bold;

}

.basket-popup__cart .cart__title-wrap{
    width: 256px;
}

.cart__img-title-wrap .cart__img-wrap{
    width: 140px;
    float: left;
    padding-right: 5px;
    box-sizing: border-box;
    margin-top: -5px;
}

.basket-popup-edit .cart__img-wrap{
    width: 100px;
}
.cart__img-title-wrap .cart__title-wrap{
    width: 300px;
    float:left;
}

.basket-popup_edit .cart__img-title-wrap .cart__title-wrap{
    width: 300px;
}
.cart__img-title-wrap{
    width: 470px;
}
.basket-popup__wrap .cart__img-title-wrap{
    width: 600px;
}
.basket-popup__cart .cart__img-title-wrap {
    width: 233px;
}
.basket-popup__cart .cart__incomplect .cart__img-title-wrap{
    width: 386px;
    overflow: hidden;
}
.basket-popup-add .cart__discount-total {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #a3a3a3;
}
.cart__incomplect .cart__actions-text-wrap{
    width: 147px;
    font-size: 14px;
    padding-left: 22px;
}
.basket-popup_edit .js-cart-item.cart__deleteditem .cart__img-title-wrap {
    width:470px;
}
.js-basket-cart-popup-productcard.basket-popup_edit .basket-popup__wrap .cart__img-title-wrap {
    width: 642px;
}
.js-basket-cart-popup-checkout.basket-popup_edit .cart__title-wrap {
    width: 462px;
}
.js-basket-cart-popup-checkout.basket-popup_edit .js-cart-item.cart__deleteditem .cart__img-title-wrap {
    width: 462px;
}
.js-basket-cart-popup-checkout.basket-popup_edit .js-cart-item.cart__deleteditem .cart__title-wrap {
    width: 300px;
}
.js-basket-cart-popup-checkout.basket-popup_edit .cart__incomplect .cart__title-wrap {
    width: 307px;
}
.js-basket-cart-popup-checkout .cart__incomplect.cart__incomplect__deleted .cart__img-title-wrap {
    width: 600px;
}
.js-basket-cart-popup-checkout .cart__incomplect.cart__incomplect__deleted .cart__actions-text {
    width: 197px;
}
.basket-popup__cart .cart__img-title-wrap .cart__quantity-wrap{
    float: right;
    width: 50px;
    text-align: right;
    margin-right:0;
}
.basket-popup__cart  .cart__img-title-wrap .cart__img-wrap{
    width: 100px;
    min-height: 100px;
}

.basket-popup__cart .cart__incomplect  .cart__img-title-wrap .cart__title-wrap{
    width: 150px;
    float:left;
    padding-left: 20px;
    max-height: 95px;
    overflow: hidden;
    position: relative;
}
.basket-popup__cart .cart__deleteditem .cart__img-title-wrap .cart__title-wrap {
    width: 128px;
}
.basket-popup__cart .cart__incomplect  .cart__img-title-wrap .cart__title-wrap:before{
    content: ' ';
    height: 15px;
    bottom: 0;
    width: 100%;
    display: block;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), color-stop(99%, rgba(255, 255, 255, 0.99)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.basket-popup__cart .cart__img-title-wrap .cart__title-wrap{
    width: 95px;
    float: left;
}
.basket-popup__cart .cart__price .cart__price-num{
    padding-left:  28px;
    text-align: left;
}

.cart__promotion {
    margin-top: 10px;
}

.cart__price {
    text-align: right;
}

tbody .cart__price {
}

.cart__price-for-item {
    font-size: 10px;
    color: #aaa;
    margin-top: 10px;
}

.cart__actions {
    width: 15px;
    text-align: right;
    vertical-align: top;
}

.cart__action-delete {
    display: block;
    background: url('../images/cart_sprite.png') 0 0;
    width: 12px;
    height: 12px;
    margin: 10px 0 0;
}

.favorite-products__action-delete {
    display: block;
    background: url('../images/cart_sprite.png') 0 0;
    width: 12px;
    height: 12px;
    margin: 10px 0 0;
}

.waiting-products__action-delete {
    display: block;
    background: url('../images/cart_sprite.png') 0 0;
    width: 12px;
    height: 12px;
    margin: 10px 0 0;
}

.monitoring-price-products__action-delete {
    display: block;
    background: url('../images/cart_sprite.png') 0 0;
    width: 12px;
    height: 12px;
    margin: 10px 0 0;
}

.hover-link:hover {
    color: #F36F21;
    text-decoration: underline;
}

.cart__quantity {
    font-size: 14px;
    text-align: right;
}
.cart__quantity-wrap{
    width: 131px;
    float:right;
    text-align:right;
    /*margin-right: -7px;*/
}

.cart__total {
    width: 75px;
}

.cart__qty-input {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    border-right: none;
    color: #070300;
    font-size: 14px;
    text-align: center;
    width: 51px;
    height: 40px;
    box-sizing: border-box;
}

.plus-minus-input {
    position: relative;
    text-align: left;
    width: 70px;
    display: inline-block;
    margin: 0 5px 0 0;
}

.plus-minus-input__button {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: #eec298;

    line-height: 19px;
    font-size: 11px;
    color: #666;
    text-decoration: none;
    right: 0;
}

.plus-minus-input__button_minus {
    border-radius: 0 0 4px 0;
    bottom: 0;
    background: #EEC29B;
}

.plus-minus-input__button_plus {
    border-radius: 0 4px 0 0;
    top: 0;
    background: #EEC29B;

}

.plus-minus-input__button-icon {
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -5px;
}

.plus-minus-input__button_minus .plus-minus-input__button-icon {
    background: url('../images/cart_sprite.png') no-repeat -111px -22px;
}

.plus-minus-input__button_plus .plus-minus-input__button-icon {
    background: url('../images/cart_sprite.png') no-repeat -111px -3px;
}

.cart__i-star {
    display: inline-block;
    background: url('../images/cart_sprite.png') no-repeat -152px -12px;
    width: 9px;
    height: 9px;
    margin: 0 0 0 20px;
}

.cart__totals {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    margin: 20px 0;
}

.cart-total {
    color: #252223;
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    width: 355px;
}

.cart__totalDiscounts {
    margin-top: 10px;
    font-size: 20px;
}

.cart__totalOther {
    margin-top: 10px;
    font-size: 18px;
}

.cart-total .pay-button {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 17px;
    float: right;
}

.cart__voucher label {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.cart__voucher label .mandatory-field {
    display: none;
}

.cart__voucher input[name="promocode"] {
    background-color: #f3f3f3;
    border-left: 1px solid #d3d3d3;
    border-radius: 4px;
    border-right: 1px solid #d3d3d3;
    border-top: 1px solid #888888;
    box-shadow: 0 0px 1px 0 #c3c3c3;
    color: #070300;
    font-size: 17px;
    height: 35px;
    margin: 0;
    text-align: center;
    width: 250px;
}

.cart__voucher .pay-button {
    padding: 0 20px;
    font-size: 15px;
    height: 47px;
    line-height: 47px;
    margin-top: 17px;
}

.cart__technoservice {
    font-weight: normal;
    font-size: 15px;
    margin-top: 40px;
}

.cart__technoservice label {
    font-size: 15px;
    font-weight: normal;
}

.cart__service-option {
    max-height: 80px !important;
}

.voucher_success {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
}

.cart__empty {
    color: #c60300;
    margin: 30px 0;
}

/*
## orderTotals
********************************************************************/

#orderTotals {
    width: 100%;
}

#orderTotals td {
    text-align: right;
}

#orderTotals td:first-child {
    text-align: left;
    vertical-align: top;
}

#orderTotals thead td {
    border-bottom: 1px solid #a5a5a5;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    white-space: nowrap;
    padding-left: 5px;
    background-color: #f6f6f6;
}

#orderTotals tbody td {
    height: 30px;
    line-height: 30px;
}

#orderTotals tfoot td {
    border-top: 1px dotted #a5a5a5;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 1.1em;
}

#orderTotals #countryIso {
    width: 150px;
}

#orderTotals .zipInput {

}

#orderTotals #estimateTaxesButton {
    margin: 8px 0 8px 8px;
}

.cart-total__text {
    width: 190px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.basket-popup_edit .cart-total__text {
    vertical-align: top;
    font-size: 20px;
    line-height: 26px;
    width: 300px;
    padding: 7px 0 0;
    text-align: right;
}
.basket-popup_edit .cart__title-wrap{
    width: 470px;
}
.cart-total__total {
    display: inline-block;
    text-align: right;
    width: 155px;
    color: #f47b32;
    font-size: 40px;
    font-weight: bold;
}

.basket-popup_edit .cart-total {
    width: 550px;
    text-align: right;
}

.basket-popup_edit .cart-total__total {
    width: 200px;
}

.cart__continue {
    font-size: 16px;
    color: #055197;
    /* text-decoration: underline; */
    position: relative;
    margin: 0 0 0 25px;
}

.basket-popup .cart__continue {
    margin-top: 10px;
}

.cart__continue:hover {
    color: #F47B32;
}

.cart__i-continue {
    background: url('../images/cart_sprite.png') no-repeat -228px -12px;
    width: 16px;
    height: 10px;
    display: block;
    position: absolute;
    top: 5px;
    left: -25px;
}

.cart__continue:hover .cart__i-continue {
    background: url('../images/cart_sprite.png') no-repeat -263px -12px;
    width: 16px;
    height: 8px;
}

.cart__action-delete:hover {
    background: url('../images/cart_sprite.png') -17px 0;
}
.favorite-products__action-delete:hover {
    background: url('../images/cart_sprite.png') -17px 0;
}

.cart-total__total.cart-total__total__discount {
    font-size: 32px;
    color: #000;
}

.cart__img-title a.hover-link {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    line-height: 25px;
}
.cart__img-title > a:first-child{

}
.cart__img-title  img {
    float: left;
    padding: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.cart-total__line {
    margin: 0 0 15px;
}

.cart__price-num span {
    position: relative;
    font-size: 24px;
    top: -12px;
    margin-left:3px;
}

.cart__price-num {
    color: #F47B32;
    font-size: 40px;
    font-weight: bold;
    vertical-align: top;
}

.cart-total__total__big .cart__price-num {
    font-size: 44px;
    width: 155px;
}

.cart-total__total__big .cart__price-num span {
    font-size: 26px;
}

.cart__yet-items-incart .cart__continue  span:first-child {
    position: absolute;
    left: -20px;
}

.cart-total__total__discount span {
    position: relative;
    top: -10px;
    left: 3px;
    font-size: 18px;
}

.cart__deleteditem .cart__img-title,
.cart__deleteditem .cart__quantity,
.cart__deleteditem .cart__price {
    opacity: 0.3;
}
.cart__incomplect__deleted{
    opacity: 0.3;
}

.cart__actions-text {
    font-size: 16px;
}

a.cart__action-revert {
    font-size: 16px;
    color: #055197;
    text-decoration: underline;
    position: relative;
    margin: 10px 0 0 25px;
    display: block;
}

a.cart__action-revert:hover {
    color: #f47b32;
    /* text-decoration: underline; */
}

a.cart__action-revert span {
    background: url('../images/cart_sprite.png') no-repeat -14px -124px;
    width: 11px;
    height: 8px;
    display: block;
    position: absolute;
    left: -25px;
    top: 3px;
}

a.cart__action-revert:hover span {
    background: url('../images/cart_sprite.png') no-repeat -46px -124px;
}

.cart__free-delivery-msg {
    background: #4c4c4c;
    color: #ffffff;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
}

.main-cart__free-delivery-msg{
    width:100%;
    margin-bottom:20px;
}
.cart__freedelivery-sum span{
    padding: 0 0 0 3px;
}
.cart__free-delivery-msg > span:first-child {
    background: url('../images/cart_sprite.png') no-repeat -256px -65px;
    width: 26px;
    height: 24px;
    display: inline-block;
    margin: 11px 10px 0;
    position: relative;
    top: 6px;
}

.cart__free-delivery-msg::before {
    content: ' ';
    background: url('../images/deliviery-arrow.png');
    top: -13px;
    right: 203px;
    position: absolute;
    width: 22px;
    height: 13px;
    display: block;
    z-index: 1;
}

span.cart__promo-code-title {
    font-size: 16px;
    float: left;
    line-height: 17px;
}

.ch-col .control-group INPUT.ch-field__inp.cart__promo-input{
    color: #868686 !important;
}

a.cart__promo-info-btn {
    color: #055197;
    font-size: 14px;
    float: right;
    /* border-bottom: 1px dashed #868686; */
    line-height: 17px;
}
a.cart__promo-info-btn:hover {
	color: #f47b32;
}

.cart__promo-code .cus-btn {
    float: right;
}

.cart__promo-code .ch-custom-field {
    width: 140px;
    display: inline-block;
}

/*REMOVE THIS*/
.testLinks {
    padding: 30px;
    text-align: center;
}

.testLinks li {
    display: inline-block;
    list-style: none;
    margin: 5px 15px;
}

/**/
.ch-page__title {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    padding: 20px 12px;
    font-weight: 700;
}

.ch-col {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0 0;
}

.ch-column {
    border-right: solid 1px #e5e5e5;
    border-spacing: 0;
    vertical-align: top
}

.ch-column:first-child {
    width: 500px;
}

.ch-column:last-child {
    border-width: 0
}

.ch-col__content {
    padding: 0 30px 0 0;
}

.ch-column:last-child .ch-col__content {
    padding: 0 0 0 25px;
}

.ch-col .shops .ch-line-field{
    padding-bottom: 20px;
}
.ch-delivery__line{
    padding:0 0 12px;
}

.js-total-bonus-line{
    display: none;
}

.ch-headline {
    font-size: 24px;
    line-height: 26px;
    overflow: hidden;
    font-weight: 400;
    padding: 0 0 20px;
}

.ch-headline__link {
    float: right;
    font-size: 18px;
    text-decoration: none;
    line-height: 22px;
    color: #055197;
    padding: 2px 0 0
}

.ch-form {
    margin: 0 0 30px;
    width: 100%;
}

.ch-col .control-group {
    position: relative;
    overflow: hidden;
    margin-bottom:10px;
}

.control-group-linear__large{
    margin-bottom: 20px;
}

.ch-col .control-group.control-group__no-overflow {
    overflow: visible;
}

.ch-col .help-inline{
    display: block;
    clear: both;
    margin:-6px 0 5px 170px;
}
.ch-col .ch-line-field .help-inline{
    margin:0;

}

.ch-col label.ch-line__name,
.ch-col td.ch-line__name {
    padding: 20px 0 0;
    margin: 0;
    font-size: 14px;
    color: #8d8d8d;
    vertical-align: top;
    line-height: 18px;
    width: 160px;
}

.ch-col label.ch-line__name{
    float: left;
}

.ch-required-icon {
    color: #f47b32;
    font-style: normal
}

.ch-line__caption {
    padding: 10px 0 0;
    color: #8d8d8d;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
}

.ch-line__caption a {
    color: #055197;
}
.ch-line__caption a:hover {
    color: #f47b32;
}

.ch-email-check-icon{
    position: relative;
}

.ch-email-check-icon:after{
    display: block;
    background: url("../images/cart_sprite.png") no-repeat -179px -125px;
    position: absolute;
    right: -26px;
    top: 10px;
    width: 22px;
    height: 22px;
    z-index: 1;
    content: '';
    cursor: default;
}

.ch-email__caption {
    display: none;
    padding: 4px 0 0;
    color: #8d8d8d;
    font-style: italic;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.3px;
}

.ch-email__caption a {
    color: #000;
    text-decoration: underline
}

.ch-col .ch-line-field {
    padding: 10px 0;
    margin: 0 0 0 170px;
}

.ch-col .js-req-fields-title .ch-line-field {
    padding: 0;
}

.ch-col .ch-line-field__controls {
    padding-top: 20px;
}

.ch-col .ch-bonus-headline .ch-line-field{
    padding: 0 0 10px;
}

.ch-col .ch-bonus-headline label.ch-line__name{
    padding: 0 0 10px;
}

.ch-col .control-group-linear label.ch-line__name {
    padding: 12px 0 0;
}

.ch-col .control-group-linear div.ch-line-field {
    padding: 2px 0 10px 0;
}

.ch-col #bonusPayment{
    margin: 0;
}

.bonusFormMessage{
    padding: 3px;
}

.ch-col #bonusPayButton{
    padding:5px 0 0;
    line-height: 16px;
    outline: 0;
}

.ch-col #bonusPayment input{
    width: 100%;
    margin: 0;
}

.ch-col .bonusPaymentForm label.control-label {
    display: none
}

.ch-col .ch-custom-field {
    height: 42px;
    line-height: 0;
    display: block;
    margin: 0;
    cursor: text
}

.ch-col .ch-custom-field.focus {
    border-color: #000
}

.ch-promo-node .ch-line-field{
    position: relative;
}

.js-discountLine{
    display: none;
}

.ch-promo-node DIV.js-loader{
    margin: -16px 0 0 -85px;
    top: 50%;
}

.ch-col .control-group INPUT.ch-field__inp {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    outline: none;
    padding: 0 20px;
    border-color: #ccc;
    margin: 0;
    color: #000!important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ch-col .control-group INPUT:focus,
.ch-col textarea:focus,
.ch-col select:focus {
    border-color: #000;
    box-shadow: none;
}

.ch-col .control-group INPUT:focus:invalid:focus,
.ch-col textarea:focus:invalid:focus,
.ch-col select:focus:invalid:focus {
    border-color: #000;
}

.control-group .help-block,
.control-group .help-inline {
    color: #c90400;
}

.ch-custom-area {
    min-height: 40px;
    line-height: 0;
    padding: 6px;
    border: solid 1px #ccc;
    border-radius: 4px;
    display: block;
    margin: 0;
    cursor: text
}

.ch-custom-area.focus {
    border-color: #000
}

.ch-field__area {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    border: solid 0 #fff;
    background: transparent;
    outline: none;
    resize: none;
    height: 64px
}

.ch-custom-select {
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 20px;
    border: solid 1px #ccc;
    border-radius: 4px;
    display: block;
    margin: 0;
    cursor: pointer;
    position: relative
}

.ch-custom-select:after {
    display: block;
    background: #FFFFFF;
    content: "\f107";
    position: absolute;
    font-family: "lt-fontawesome" !important;
    right: 3px;
    top: 0;
    width: 33px;
    bottom: 0;
    font-size: 18px;
    z-index: 1;
    text-align: left;
}

.ch-select__itm {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    border: solid 0 #fff;
    background: transparent;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ch-control {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 21px;
    font-size: 14px;
    color: #000;
    background: none transparent;
    text-align: left;
}

.ch-control span{
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    height: auto;
}

.ch-control__radio,
.ch-control__checkbox {
    color: #a3a3a3
}

.ch-control__radio.selected,
.ch-control__checkbox.selected {
    color: #000
}

INPUT.ch-control__inp,
.control-group INPUT.ch-control__inp{
    position: absolute;
    left: 0;
    top: 4px;
    margin: 0;
}


.ch-form-control {
    margin: 0 100px 0 0
}

.paymentType label.ch-control {
    margin: 0;
}
.ch-form-cont-item {
    padding: 20px 0 0
}

.ch-form-control .ch-form-cont-item:first-child {
    padding: 0
}

.ch-form__link,
BUTTON.ch-form__link {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #055197;
    padding: 5px 0 0;
}
BUTTON.ch-form__link{
    background: transparent;
    border-width: 0 0 1px;
    padding: 5px 0 0;
}
BUTTON.ch-form__link:hover{
    color: #f47b32
}

.ch-time__value {
    color: #000;
    padding: 0 0 10px 40px;
    font-size: 16px;
    line-height: 22px;
    position: relative
}

.ch-col .paymentType .ch-line-field{
    padding-bottom: 20px;
}

.ch-time__value:before {
    position: absolute;
    left: 5px;
    top: 5px;
    overflow: hidden;
    content: '';
    background: url("../images/cart_sprite.png") no-repeat -355px -127px;
    width: 21px;
    height: 21px
}

.ch-line__text {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding: 10px 0 0;
}

.ch-time-line td {
    vertical-align: middle;
}

.ch-col .ch-border__top td,
.ch-col div.ch-border__top{
    border-top: dashed 1px #cdcdcd;
    padding: 20px 0 0
}

.js-bonus-node {
    margin: 0 0 10px;
    border-bottom: dashed 1px #cdcdcd;
    position: relative;
}

.ch-border__top .ch-order__price {
    padding: 0;
    margin: -4px 0 0
}

.ch-delivery__price {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    padding: 10px 0 12px;
}

.ch-order__price {
    font-size: 20px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
    padding: 6px 0 0
}

.ch-order__price span {
    font-size: 14px;
    position: relative;
    top: -5px;
    display: inline-block;
    padding: 0 2px;
}

.ch-order__price span:last-child {
    font-style: normal;
    font-weight: 400;
    padding: 0;
}

.ch-total__price {
    font-size: 30px;
    line-height: 30px;
    color: #f47b32;
    font-weight: 700;
    padding: 0
}

.ch-total__price span {
    font-size: 18px;
    position: relative;
    top: -9px;
    display: inline-block;
    padding: 0 2px;
}

.ch-total__price span:last-child {
    font-style: normal;
    font-weight: 400;
    padding: 0;
}

.ch-promo-line {
    position: relative;
    height: 42px;
}

.ch-promo-field {
    float: left;
    width: 48%
}

.ch-promo__btn {
    margin-left: 52%;
}

.ch-items-list {
    width: 100%;
}

.ch-items-list td {
    padding: 12px 0;
    vertical-align: middle;
    border-bottom: dotted 1px #d5d5d5
}

.ch-items-list__img {
    width: 60px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    line-height: 0
}

.ch-items-list__img img {
    max-width: 50px;
}

.ch-items-list__name {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.ch-items-list__name p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    max-height: 60px;
    margin: 0;
    padding: 0
}

td.ch-items-list__col {
    padding: 12px 0 12px 20px;
    text-align: right;
    white-space: nowrap;
    font-size: 14px;
    color: #000;
}

td.ch-items-list__col span {
    display: inline-block;
    background: url('../images/cart_sprite.png') no-repeat -152px -12px;
    width: 9px;
    height: 9px;
    content: '';
    margin: 0 0 0 4px
}

td.ch-items-list-price {
    padding: 12px 0 12px;
    text-align: right;
    white-space: nowrap;
    width: 100px;
}

.ch-items-list__price {
    font-size: 20px;
    line-height: 20px;
    color: #f47b32;
    font-weight: 700;
    padding: 0
}

.ch-items-list__price span {
    font-size: 14px;
    position: relative;
    top: -5px;
    display: inline-block;
    padding: 0 2px;
}

.ch-items-list__price span:last-child {
    font-style: normal;
    font-weight: 400;
    padding: 0;
}

td.ch-items-list__total {
    border-width: 0;
    text-align: right;
    font-size: 20px;
    line-height: 26px;
    padding: 14px 0 0
}

.ch-items-list__total p {
    font-size: 20px;
    line-height: 26px;
    margin: 0
}

td.ch-items-list__total__price {
    border-width: 0;
    padding: 20px 0 0 0;
    text-align: right;
    white-space: nowrap
}

.ch-delivery__date {
    float: left;
    width: 32%;
    margin-right: 3%
}

.ch-delivery__time {
    float: left;
    width: 32%;
    margin-right: 3%
}

.ch-delivery__btn {
    margin-left: 70%
}

.hiddenDate{
    display: none!important;
}

.ch-delivery__line .ch-custom-field {
    padding: 0 20px 0 40px;
    position: relative;
    cursor: pointer
}

.ch-delivery__line .ch-field__inp {
    cursor: pointer
}

.ch-delivery__line .ch-custom-field:before {
    position: absolute;
    left: 5px;
    top: 9px;
    background: url("../images/cart_sprite.png") no-repeat -2px -191px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    content: ''
}

.ch-delivery__line .ch-custom-select {
    padding: 0 10px;
    line-height: 40px;
}
.ch-delivery__line .ch-delivery__date .ch-custom-select {
    padding-left: 28px;
    height: 40px;
}

.js-selectDeliveryDate{
    display: none
}

.ch-delivery__line .ch-custom-select:after {
    width: 23px;
}

.ch-bonus__line label.ch-line__name,
.ch-bonus__line td.ch-line__name {
    padding: 4px 0 15px
}

.ch-bonus__line label.ch-line-field,
.ch-bonus__line td.ch-line-field {
    padding: 10px 0 15px;
}

.ch-bonus__line .ch-promo__btn {
    padding: 6px 0 0;
}

.control-group .paymentType label.ch-control{
    margin: 0;
}
.cus-btn,
BUTTON.cus-btn{
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    text-align: center;
    font-weight: 700;
    background-color: #f79536;
    border-radius: 5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    outline: 0;
    background: -webkit-gradient(linear, left top, right top, from(#f79536), to(#f47b32));
    background: -webkit-linear-gradient(top, #f79536, #f47b32);
    background: -moz-linear-gradient(top, #f79536, #f47b32);
    background: -o-linear-gradient(top, #f79536, #f47b32);
    background: -ms-linear-gradient(top, #f79536, #f47b32);
    background: linear-gradient(top, #f79536, #f47b32);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.cus-btn__small,
BUTTON.cus-btn__small {
    font-size: 12px;
    line-height: 20px;
    padding: 11px 14px;
    letter-spacing: 1px;
}

.cus-btn:hover,
BUTTON.cus-btn:hover {
    background-color: #f49e4a;
    background: -webkit-gradient(linear, left top, right top, from(#f49e4a), to(#f48a4b));
    background: -webkit-linear-gradient(top, #f49e4a, #f48a4b);
    background: -moz-linear-gradient(top, #f49e4a, #f48a4b);
    background: -o-linear-gradient(top, #f49e4a, #f48a4b);
    background: -ms-linear-gradient(top, #f49e4a, #f48a4b);
    background: linear-gradient(top, #f49e4a, #f48a4b);
    color:#FFF;
}

.cus-btn.cus-btn__border,
 BUTTON.cus-btn.cus-btn__border {
     border: 2px solid #f47b32;
     color: #f47b32;
     font-size: 11px;
     background: #fff;
 }

.cart__promo-btn,.cart__promo-btn:hover{
    border: 2px solid #f47b32;
    color: #f47b32;
    font-size: 11px;
    background: #fff;
}

.cus-btn.cus-btn__border:hover,
BUTTON.cus-btn.cus-btn__border:hover {
    background-color: #f49e4a;
    color: #fff;
    border-color: #f49e4a;
    background: -webkit-gradient(linear, left top, right top, from(#f49e4a), to(#f48a4b));
    background: -webkit-linear-gradient(top, #f49e4a, #f48a4b);
    background: -moz-linear-gradient(top, #f49e4a, #f48a4b);
    background: -o-linear-gradient(top, #f49e4a, #f48a4b);
    background: -ms-linear-gradient(top, #f49e4a, #f48a4b);
    background: linear-gradient(top, #f49e4a, #f48a4b);
}

.cus-btn.disabled,
BUTTON.cus-btn.disabled {
    background: #b7b6b6 !important;
    border: 0px;
    color: #fff;
    cursor: default;
    outline: 0;
}

.cus-btn__full,
BUTTON.cus-btn__full {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.cus-btn__cart {
    padding-left: 0;
    padding-right: 0;
    float: right;
    width: 64%;
}

.login-popup__content,
.login-popup__restore{
    padding: 15px 55px;
}

.login-popup__restore{
    display: none;
    text-align: center;
}

.ch-col .form-actions{
    margin-top: 15px;
}

.popup-form .ch-field__inp {
    width: 100%!important;
}

.popup-node{
    position: relative;
}

.popup-node DIV.js-loader{
    margin: -16px 0 0 -15px;
    top: 50%;
}
.popup-title {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    padding: 0 0 5px;
}

.popup-field {
    padding: 0 0 20px;
}

.popup-field p {
    margin: 0;
    padding: 8px 0 0
}

.deliveryCaption {
    display: none
}

.ch-control__checkbox{
    margin: 5px 0 2px;
}

.js-paymentType-user LABEL.js-legal-field{
    display: none;
}

.js-paymentType-legal LABEL.js-private-field{
    display: none;
}

.login-popup__content label.ch-line__name,
.login-popup__content td.ch-line__name {
    color: #8d8d8d;
    display: block;
    padding: 4px 0;
    font-size: 14px;
    line-height: 20px;
    float: none;
    width: 100%;
}

.login-popup__content .ch-line-field{
    margin: 0;
    padding: 0;
}

.login-popup__content .control-group{
    padding: 0 0 20px;
}

.popup-sub__linkNode{
    display: block;
    margin: -20px 0 0;
    padding: 0 0 20px;
    position: relative;
}

.popup-sub__link {
    display: inline-block;
    margin: 4px 0 0;
    line-height: 20px;
}

.popup-social__login {
    border-top: solid 1px #e5e5e5;
    margin: 15px 0 0
}

.popup-social__login p {
    margin: 0;
    color: #8d8d8d;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0
}

.popup-error__message {
    text-align: center;
    color: #fa4242;
    font-size: 14px;
    line-height: 20px;
}

.popup-error__message .alert.negative{
    border-width: 0;
    padding: 0 0 16px;
    margin: 0 -35px;
    outline: 0;
    color: #fa4242;
}

.popup-error__message .alert.negative.noSpace{
    margin: 0;
}

.login-popup__restore .alert.positive{
    border-width: 0;
    margin: 0 -35px;
    outline: 0;
    color: #8d8d8d;
}

.popup-btn {
    margin-top: 5px;
}

.popup-sub__title {
    text-align: center;
    padding: 10px 0 15px;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 20px;
    margin: 0 -35px;
}

.popup-sub__title p {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.success-node {
    position: relative;
    padding: 45px 0 30px;
}

.success-text {
    background: #e5e5e5;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.success-text p{
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
}

.success-confirm__text {
    padding: 26px 20px 20px;
    text-align: center;
    font-size: 24px;
    line-height: 34px
}

.success-content__text {
    padding: 6px 10px;
    text-align: center
}

.success-content__text p {
    padding: 2px 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.cart__promo-code {
    border: 1px dashed #868686;
    padding: 2px 18px 20px;
    border-radius: 5px;
    position: relative;
    font-weight: normal;
}

.cart__promo-code-line {
    overflow: hidden;
    padding: 15px 0 0;
}
.cart__promo-code .ch-col{
    margin: 0;
}

span.cart__promo-code-save {
    font-size: 16px;
    float: right;
    line-height: 17px;
}

.cart__promo-help {
    position: absolute;
    width: 360px;
    height: 130px;
    padding: 15px;
    background: #f1f0f0;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    top: 0px;
    left: -395px;
    box-sizing: border-box;
    display: none;
}

a.cart__promo-help-close {
    position: absolute;
    background: url('../images/cart-promo-help-close.png');
    width: 32px;
    height: 32px;
    right: -15px;
    top: -15px;
    z-index: 1;
}

.basket__popup {
    position: relative;
    max-width: 950px;
}

.basket__popup-total {
    overflow: hidden;
}

.basket-popup__items {
    width: 73%;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    padding: 0 50px 0 0;
    box-sizing: border-box;
    min-height: 170px;
}
.basket-popup__items__empty{
    border-right: none;
}

.basket-popup__total {
    display: inline-block;
    width: 26%;
    vertical-align: top;
    text-align: center;
    padding: 25px 0 0 15px;
    box-sizing: border-box;
}

.basket-popup__wrap {
    margin: 0 42px 30px;
}


.basket-popup h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 20px;
}

.basket-popup__cart td {
    vertical-align: top;
}

.basket-popup .cart__price-num {
    font-size: 30px;
    padding: 0 3px 0 20px;
    white-space: nowrap;
}

.basket-popup_edit .cart__price .cart__price-num {
    padding: 0;
}

.basket-popup_edit .cart__price-num {
    font-size: 40px;
    line-height: 40px;
}
.basket-popup_edit .cart td{
    padding: 25px 3px;
}

.basket-popup_edit .cart td > div{
    padding: 0;
}

.basket-popup .cart__price-num span {
    font-size: 16px;
}

.basket-popup_edit .cart__price-num span {
    font-size: 24px;
}

.basket-popup_edit .cart__price-num span:last-child {
    font-weight: 400;
}

.basket-popup .basket-popup__total .cart__price-num {
    font-size: 40px;
    margin-bottom: 8px;
}
.basket-popup .basket-popup__total .cus-btn__small{
    padding: 15px 0;
}

.basket-popup .basket-popup__total .cart__price-num span {
    font-size: 24px;
}

.basket-popup .cart__price {
    min-width: 100px;
}

.basket-popup .cart__i-star {
    margin: 0 0 0 7px;
}



.basket-popup-add .cart__img-title-img {
    padding: 0 8px 0 0;
    max-width: 100px;
}

.cart__img-title {
    min-width: 210px;
}



.basket-popup__recomended {
    background: #e8e8e8;
    margin: 0;
    padding: 12px 45px 40px;
}

.basket-popup__recomended .basetile {
    background: #fff;
    border-radius: 10px;
    width: 173px;
    height: 325px;
    text-align: left;
}

.basket-popup__recomended .jcarousel li {
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    height: 420px;
}
.cus-btn.cus-btn__border.js-carousel-button-buy{
    text-shadow: none;
}

.basket-popup__recomended .jcarousel {
    width: 915px;
    height: 430px;
}
.basket-popup__recomended .jcarousel .basetile__text{
    display: none;
}

.basket-popup__recomended h3 {
    font-size: 24px;
}

.basket-popup__recomended .basetile__image {
    height: 170px;
}

.basket-popup__recomended .basetile__price {
    font-size: 30px;
    line-height: 30px;
}
.basket-popup__recomended .basetile__price_line-through,
.basket-popup__recomended .basetile__price_line-through span {
    margin-top:0;
    font-size:16px;
    line-height:18px;
}

.basket-popup__cart td.cart__img img {
    max-width: 100%;
    box-sizing: border-box;
}

.basket-popup__total-text {
    font-size: 18px;
    margin: 0 0 20px 0;
}

.cart__price .cart__price-num {
    padding: 35px 0 0;
}

.basket-popup__recomended .basetile__title {
    font-size: 17px;
    height: 63px;
    margin-bottom: 15px;
}

.basket-popup .basket-popup__total-text .cart__price-num {
    font-size: 40px;
}

.cart__incomplect .cart__quantity {
    padding-top: 10px;
}



.cart-total__text.cart-total__text__big {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}


.basket-popup{
    position: relative;
}
.basket-popup .cart__yet-items-incart .cart__price-num {
    float: right;
    width: 150px;
    box-sizing: border-box;
    padding-left: 48px;
}

.cart__yet-items-incart {
    overflow: visible;
    height: 55px;
}

a.cart__continue {
}

.basket-popup .cart__free-delivery-msg {
    margin: 0;
}

.basket-popup .cart__free-delivery-msg:before {
    left: 50%;
    right: auto;
}

.ajax-fade{
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}

.ajax-fade .js-loader{
    left: 50%;
    top: 30%;
    margin-left: -15px;
}
.ajax-fade.ajax-fade-fixed .js-loader {
    position: fixed;
    top: 50%;
    margin-top: -15px;
}

.basket-page__title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.cart-total-legal .cart__checkout-button{
    width: 220px;
    float:right;
}
.cart-total-legal{
    width: 450px;
}
.cart-total-legal .cart-total__text{
    width: 250px
}
.cart-total-legal .cart-total__total{
    width: 192px
}

.cart__recomended-carousel{
    width: 1050px;
    margin-left: -50px;
    box-sizing: border-box;
}
.creditForm {
    background: #FBF5D3;
    position:relative;
    margin-bottom:15px;
}
.creditForm:before {
    content:'';
    position:absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FBF5D3;
    top:-10px;
    left: 166px;
}
.creditForm__header {
    text-transform: uppercase;
    font-weight:bold;
    margin-bottom: 5px;
}
.creditForm__block {
    padding:0 15px 15px 15px;
}
.creditForm__text-ul {
    font-size: 14px;
    margin-left: 20px;
}
.creditForm__text-ul li {
    list-style-type: disc;
    line-height: 22px;
}
.creditFormTabs {
    border-bottom:1px solid #EFE1B8;
}
.creditFormTabs__tab_homecredit {
    background: url(../images/home-credit-icon.png) no-repeat center center;
}
.creditFormTabs__tab {
    border-top:1px solid #EFE1B8;
    border-right:1px solid #EFE1B8;
    padding: 15px 20px;
    float:left;
    width: 194px;
    height:30px;
    position:relative;
}
.creditCalc {
    padding:15px 15px;
    border-bottom:1px solid #EFE1B8;
}
.creditCalc__note {
    font-size:13px;
    margin:0;
}
.form_field-elements_pd15 {
    padding:15px 15px 0 15px;
}
.ch-col label.ch-line__name.ch-field__inp_agreement {
    width:380px;
    color:#000;
}
.control-group input[type="checkbox"].ch-field__inp_agreement {
    float:right;
    height:25px;
    margin:13px 0 0 0;
    width: 25px;
}
.creditCalc__inner {
    font-size:16px;
    margin-bottom: 15px;
}
#monthlySumm, #monthsAmount {
    width:70px;
    border: 1px solid #cccccc;
    border-color: #c3c3c3 #dbdbdb #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:0 0 0 20px;
    height: 40px;
}
#monthlySumm {
    width:100px;
    padding:0 10px;
    text-align:center;
    display: inline-block;
}
#monthlySumm:disabled, #monthsAmount:disabled {
    font-size:16px;
    cursor:default;
    color:#000;
}
.plus-minus-input_calc, #monthlySumm {
    margin:0 10px;
}
.plus-minus-input_calc {
    width:auto;
}
.plus-minus-input_calc .plus-minus-input__button {
    height:21px;
}
.creditForm .help-inline {
    font-size: 12px;
    line-height: 14px;
}

.cart__recomended-carousel .product-out-of-stock, .basket-popup__recomended .product-out-of-stock{
    font-size: 14px;
    margin: 15px 0 0 0;
    display: block
}

.js-cart-discount-total-value span:first-child{
    padding-left: 3px;
}

.deliveryMethodFree {
    border: none !important;
    background: transparent !important;
    font-weight: normal !important;
    padding: 0px !important;
    margin-top: 4px;
    font-family: Arial,"Helvetica Neue",sans-serif !important;
    font-size: 14px !important;
}
.js-remove-promoCode {
    text-decoration: underline;
}
.creditForm input {
    background-color:#FBF5D3;
}
.creditForm input.ch-field__inp {
    background-color:#FBF5D3;
    cursor:default;
}
.ch-col .ch-line-field.ch-line-field_left {
    margin: 0 10px 0 0;
    float: left;
}
.creditFormTabs__tab:after {
    content:'';
    height:1px;
    background-color:#FBF5D3;
    width:100%;
    display:block;
    position: absolute;
    bottom:-1px;left:0;
}
.colorbox__basket #cboxLoadedContent {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.colorbox__basket #cboxClose {
    top:2px;
    right:30px;
}
.basket-popup_edit .cart-total__text.cart-total__text_min {
    font-size: 16px;
}
.basket-popup_edit .cart__price-num.cart__price-num_min {
    font-size: 32px;
    color: #000;
}

#selectedCity {
    line-height: normal;
    background-color: white;
    border: 0px;
    left: -5px;
    top: 10px;
    padding: 0px;
    padding-bottom: 8px;
    cursor:auto;
}