.breadcrumbs {
    position: relative;
    z-index: 10;
    padding: 0 0 12px;
    margin-bottom: 45px; 
}
.breadcrumbs>li {
    vertical-align: top;
    font-size: 11px;
}
.breadcrumbs>li, .breadcrumbs>li>a {
    position: relative;
    color:#1D2126;
    display: inline-block;
}
.breadcrumbs>li>a {
    position: relative;
    color: #9A9ECC;
    display: inline-block;
}
.breadcrumbs>li:not(:first-child):before {
    display: inline-block;
    content: "—";
    margin: 0 5px;
}
.title h1{
    font-size: 34px;
    font-weight: 800;
    color:#1D2126;
    text-align: center;
}

.cart{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; 
    margin-top: 40px;
    max-width: 860px;
    margin: 50px auto;
}
.cart-right{
    max-width: 25%;
    min-width: 320px;
}
.cart-right .basket-checkout-container{
    padding: 0 20px;
    margin-bottom: 20px;
}
.cart-left{
    width: 100%;
    margin-right: 25px;
}
.cart-title{
    font-size:18px;
    margin-bottom: 27px;
}
.basket-checkout-section{
    margin-bottom: 30px;
}
.cart-prop{
    position: relative;
    width: 100%;
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.wr-line-dotted{
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    border-bottom: 1px dotted #000;
    top: 12px;
    z-index: 0;
}
.cart-prop-title{
    background: #fff;
    display: table;
    z-index: 2;
    padding-right: 5px;
}
.cart-prop .right{
    background: #fff;
    margin-left: auto;
    padding-left: 5px;
    z-index: 2;
}
.cart-prop::after{
    clear: both;
    display: table;
    content: '';
}
.cart-delivery{
    color:#EC5C23;
}
.cart-delivery svg{
    width: 15px;
    height: 13px;
    fill:#EC5C23;
    margin-right: 5px;
}
.cart-summary{
    margin-bottom: 35px;
}
.basket-checkout-block a,
.cart-right button{
	display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    width: 100%; 
    background: rgba(225, 53, 76, 1);
    margin-bottom: 10px;
    color:#fff;
}
.basket-checkout-block a.orange{
	background: #fa8731;
}
.cart-right .buy1click{
    background: transparent;
    border:1px solid rgba(225, 53, 76, 1);
    color:rgba(225, 53, 76, 1);
}
.promocode{
    font-size: 14px;
    color:#66C736;
    cursor: pointer;
}
.promocode input{
    width: 100%;
    padding: 0 10px;
    margin-top: 15px;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    border:1px solid #E8ECF5;
}
.code.hide{
    display: none;
}

.cart .product{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(223, 223, 236, 1);
    margin-bottom: 20px;
}
.product-info,
.cart-row{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
}
.cart-row .cart-coll:last-child{
    width: 100%;
}
.product-price-one,
.cart .product .product-image{
    width: 100px;
    margin-right: 40px;
    flex-shrink: 0;
}
.cart .product-actions{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 20px;
}
.list a span+span {
    padding-left: 10px;
}
.line-dotted {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted;
}
.cart .favorite-action-butn{
    background: #fff;
    margin-right: 30px;
}
.cart .favorite-action-butn svg{
    stroke: rgba(134, 129, 153, 1);
    fill: none;
}
.cart .favorite-action-butn.active svg{
    stroke: rgba(225, 53, 76, 1);
    fill: none;
}
.cart .product .product-delete{
    color:#9FA2CE;
    cursor: pointer;
    margin: 0px 2px;
}
.product-price-one{
    text-align: center
}
.product-price-one p{
    color:rgba(134, 129, 153, 1);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 14px;
}
.product-price-one span{
    font-size: 18px;
    font-weight: 800;
    color:rgba(31, 33, 49, 1);
}
.basket-item-block-amount{
    border: 1px solid rgba(223, 223, 236, 1);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.basket-block{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
    width: calc(100% - 100px);
}
.product-sum-title{
    font-size: 15px;
    font-weight: 400;
    color:rgba(134, 129, 153, 1);
    margin-bottom: 10px;
}
.basket-item-amount-btn-minus,
.basket-item-amount-btn-plus{
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    padding: 12px 29px;
}
.basket-item-price-current{
    font-size: 18px;
    font-weight: 800;
    color:rgba(31, 33, 49, 1);
}
.basket-item-price-old{
    font-size: 12px;
    font-weight: 400;
    color:rgba(31, 33, 49, 1);
    text-decoration: line-through
}
.basket-item-amount-btn-minus{
    border-right:1px solid rgba(223, 223, 236, 1);
}
.basket-item-amount-btn-plus{
    border-left:1px solid rgba(223, 223, 236, 1);
}
.basket-item-amount-btn-minus:hover,
.basket-item-amount-btn-plus:hover{
    color:rgba(225, 53, 76, 1)
}
.basket-item-block-amount input{
    font-size: 16px;
    background: transparent;
    border: none;
    text-align: center;
    width: 83px;
    height: 48px;
    display: block;
}
.cart .product .product-name{
    margin-bottom: 23px;
}
.cart .product .product-name a{
    max-width: 360px;
    display: table;
    font-size: 18px;
    color: #372F55;
    line-height: 140%;
    width: 100%;
    padding-right: 20px;
}
.cart .product .product-sum{
    font-size: 24px;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-left: auto
}
.product-sum .old{
    margin-top: 7px;
    font-size: 13px;
    text-decoration: line-through;
    color:#9FA2CE;
    display: block;
}
@media(max-width:1024px){
    .cart{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .cart-right{
        border:none;
    }
    .cart-right,.cart-left{
        min-width: 100%;
        width: 100%;
    }
}
@media(max-width:740px){
    .cart-right{
        padding-top: 10px;
        border-top:1px solid #EDEDFA
    }
    .basket-block{
        width: 100%;
    }
    .cart-right .basket-checkout-container{
        padding: 0;
    }
    .product-price-one{
        width: auto;
        margin-right: 27px;
    }
    .cart-coll{
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }
    .basket-item-block-amount input {
        width: 41px;
        
    }
    .cart .product .product-name a{
        font-size: 15px;
        font-weight: 500;
    }
    .cart .favorite-action-butn{
        margin-bottom: 13px;
        margin-right: 0px;
    }
    .basket-item-amount-btn-minus, .basket-item-amount-btn-plus{
    padding: 12px 13px;
    }
    .product-image .product-price-one{
        display: none
    }
    .cart .product .product-image{
        width: 59px;
        margin-right: 10px;
    }
    .cart .product-actions{
    width: 24px;
    }
    .cart .product-actions,
    .cart .product{
       flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
    }
    .cart .product .product-sum{
        font-size: 20px;
    }
    .cart .product .product-name{
        font-size: 14px;
        width: 100%;
    }
    .cart .product .product-sum{
    margin-left: auto;
    }
}