.s-cart-container {
    display: flex;
    flex-direction: column;
    color: #262626;
    padding-bottom: 60px;
    /*width: 100%;*/
}
.s-cart-container a {
    color: #139dbf;
    cursor: pointer;
}
.cart-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.your-search {

}
.find-line {
    margin-top: 20px;
    margin-bottom: 20px;
}
.cart-promo {
    display: flex;
    color: #262626;
    font-size: 20px;
    justify-content: space-between;
    align-items: center;
    /*padding-top: 25px;*/
    margin-bottom: 20px;
    width: 100%;
}
.cart-promo input {
    font-size: 20px;
    border-radius: 5px;
    /*border: 1px solid #d7263d;*/
    /*color: #d7263d;*/
    margin-top: 10px;
    width: 40px;
    height: 49px;
    border: 1px solid #808080;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);*/
    color: #0c0c0c;
    padding-left: 10px;
}
.cart-title .customer-status {
    color: #262626;
}
.customer-status {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.customer-status a {
    color: #139dbf;
    cursor: pointer;
}

.cart-body {
    display: flex;
    flex-direction: column;
}
.cart-body hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

.s-cart_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.s-item-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /*align-items: center;*/
    color: #262626;
    width: 80%;
}

.expert-block-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /*align-items: center;*/
    color: #262626;
    width: 100%;
}


.product-img {
    margin-right: 30px;
}
.s-item-info a {
    color: #139dbf;
    font-size: 22px;
}
.s-item-info a.author {
    font-size: 18px;
}
.s-item-price {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: #262626;
    align-items: center;
    font-size: 24px;
    width: 30%;
}
.not-sell {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #d7263d;
    align-items: center;
    font-size: 24px;
    width: 280px;
}
.printable-book {
    margin-top: 10px;
}
.printable-book input {
    font-size: 20px;
    border-radius: 5px;
    /*border: 1px solid #d7263d;*/
    /*color: #d7263d;*/
    /*margin-top: 10px;*/
    width: 50px;
    height: 49px;
    border: 1px solid #808080;
    text-align: center;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);*/
    color: #0c0c0c;
}
a.buy_plus, a.buy_minus {
    font-size: 28px;
}
.printable-book .price-label {
    margin: 0 10px 0 10px;
}
.book-type {
    color: #139dbf;
    font-weight: bold;
}
.submit_promo {
    color: white !important;
    width: auto !important;
    padding: 0 20px 0 20px;
    border: none;
    background: #d7263d;
    margin-left: 10px;
    text-transform: uppercase;
}
.promocodes {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.balanse input {
    height: 20px;
}
.summary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #ccc;
    height:70px;
    margin-bottom: 25px;
    align-items: center;
    padding: 10px;
}
.summary .for-pay {
    color: #262626;
    font-size: 24px;
}
.balanse {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
}
.balanse a {
    margin-left: 10px;
}
.balanse .reset-cart {
    background: #139dbf;
}
.helpful-info {
    margin-bottom: 20px;
}
.deliveries, .helpful-info {
    color: #262626;
    font-size: 18px;
    font-weight: normal;
}
.deliveries h3, .helpful-info h3{
    color: #139dbf;
}
.deliveries .checkout_delivery_descr {
    color: #139dbf;
}
.deliveries .delivery-descr {
    font-size: 80%;
}
.deliveries .checkout_delivery {
    margin-bottom: 20px;
}
.contact_data {
    color: #262626;
    font-size: 18px;
}
.contact_data h3{
    color: #139dbf;
}
.checkout_contacts {
    display: flex;
    flex-direction: column;
    font-weight: normal;
}
.form-item {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 600px;
    align-items: center;
}
.form-item .item-label {
    display: flex;
    justify-content: left;
    width: 200px;
}

.form-item .item-input {
    display: flex;
    justify-content: left;
}

.form-item .item-input input {
    font-size: 20px;
    border-radius: 5px;
    /*border: 1px solid #d7263d;*/
    border: 1px solid #808080;
    /*color: #d7263d;*/
    margin-top: 10px;
    width: 350px;
    height: 49px;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);*/
    color: #0c0c0c;
    padding-left: 10px;
}

.form-item .item-input textarea {
    width: 350px;
    max-width: 100%;
    min-height: 80px;
    text-align: left;
    /*color: #0c0c0c;*/
    border-radius: 5px;
    /*border: 1px solid #d7263d;*/
    border: 1px solid #808080;
    font-size: 20px;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);*/
    color: #0c0c0c;
    padding-left: 10px;
}
.cat-checkbox {
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    font-size: 1px;
    height: 24px;
    position: unset;
    width: 24px;
    z-index: 1;
    margin-right: 10px;
}
.accept {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 10px 0 10px 0;
}

.form-item select {
    border: 1px solid #808080;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);*/
    color: #0c0c0c;
    background: url(/images/icons/angle-down@2x.png) calc(100% - 19px) 50% no-repeat;
    font-size: 18px;
    max-width: 350px;
    width: 350px;
}
.printable-book select {
    border: 1px solid #808080;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);*/
    color: #0c0c0c;
    background: url(/images/icons/angle-down@2x.png) calc(100% - 19px) 50% no-repeat;
    font-size: 18px;
}
.delivery_form {
    display: flex;
    flex-direction: column;

} 
.delivery_total,.cart-total  {
    margin: 10px 0 10px 0;
}
.cover {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}
.cover .number {
    display: flex;
    flex-direction: row;
    width: 90px;
    align-items: center;
    justify-content: space-between;
}
.helpful-info a{
    /*color: #139dbf;*/
    cursor: pointer;
}
.product-img img {
    min-width: 150px;
    max-width: 150px;
    height: auto;
}

.customer-status img {
    height: 18px;
    width: auto;
}
.opacity {
    opacity: .3;
}
.opacity:hover {
    opacity: 1;
}
.delete-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
}
.checkout_cart_empty {
    color: #0c0c0c;
}
.checkout_cart_empty a {
    font-size: 18px;
    color: #139dbf;
}
.notsell-warning {
    text-align: center;
    color: #d7263d;
    margin: 0 0 20px 0;
    font-size: 22px;
}

.s-add-cart-button {
    margin: 0 20px 0 20px;
    color: white !important;
}
.s-cart-container__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.s-cart-container__subtitl {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .cart-title {
flex-direction: column;
    }

    .product-img {
display: none;
    }

    .cover {
display: flex;
flex-direction: column;
align-items: center;
    }

    .promocodes {
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
    }

    .promoform {
display: flex;
flex-direction: column;
justify-content: center;
    }

    .submit_promo {
margin-left: 0px;
    }

    .summary {
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: auto;
    }

    .balanse .reset-cart {
margin-left: 0px;
margin-top: 10px;
    }

    .form-item {
display: flex;
flex-direction: column;
justify-content: left;
width: 600px;
align-items: flex-start;
    }
    .summary .for-pay {
font-size: 20px;
    }

    .s-cart_item {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
    }
    .s-item-price {
display: flex;
flex-direction: column;
justify-content: center;
color: #262626;
align-items: center;
font-size: 24px;
width: 100%;
margin-top: 10px;
    }
    .not-sell {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-size: 24px;
width: 100%;
margin-top: 10px;
    }
    .checkout_cart_empty {
text-align: center;
    }
    .s-add-cart-button {
margin: 20px 20px 0 20px;
color: white !important;
    }
    .s-cart-container__title {
flex-direction: column;
    }
}