.cart__title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    margin-bottom:25px;
}
.cart .item .item-name a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    text-decoration: none;
}
.cart .item .item-name{
    max-width:700px;
}
.cart .item .item-name a:visited {
    color: #000000!important;
}
.cart .item .item-thumb img {
    width: 82px;
    height: 82px;
    position: unset;
    background: #C4C4C4;
    border-radius: 12px;
}
.cart .item .item-thumb {
    margin-right:21px;
    display: flex;
    align-items: center;

}
.cart .item{
    border-bottom: 1px solid #D2D2D2;
    padding: 15px 0;
}
.cart .items .item:last-child{
    border:none;
}
.cart .items .item__qty-ctrl{
    display:flex;
    align-items:center;
}
.cart .items .item__qty-ctrl button {
    border: none;
    width: 26px;
    height: 26px;
    background: #befafe;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cart .items .item__qty-ctrl .qty {
    margin: 0 4px;
    min-width: 20px;
    text-align: center;
}
.cart .items .item__price{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    margin: 0 30px;
    width:max-content;
    
}
.cart .items .item__remove svg {
    height: 16px;
    width: 16px;
    transition: .3s;
}
.cart .items .item__remove {
    cursor: pointer;
}
.cart .cart-total{
    background: #EFEFEF;
    border-radius: 15px;
    width:100%;
    padding:25px;
}
.cart .cart-total a  {
    color: #ffffff;
}
.cart .cart-total .cart-total__price{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.055em;
    color: #000000;
}
.cart .item .item__price.has-opt{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.055em;
    color: #ACACAC;
    text-decoration: line-through;
    margin-right:15px;
}
.cart .item .discount-price{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    margin-right:30px;
    width: max-content;
}
.cart .cart-total .cart-total__title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.055em;
    color: #000000;
}
.coupons input[name="coupon_code"]{
         background: #FFFFFF;
         border: 1px solid #D2D2D2;
         border-radius: 8px;
         padding: 10px;
         font-family: 'Roboto';
         font-style: normal;
         font-weight: 400;
         font-size: 14px;
         line-height: 1.2;
         display: flex;
         align-items: center;
         color: #000000;
         margin-left: 0!important;
         min-width: unset!important;
         width: fit-content;
         margin-right:10px;
}
.coupons input[type="submit"]{
    border-radius: 24px;
    border: none;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0 !important;
    padding: 0 20px;
    background: #1b969e;
    font-weight: 400;
    line-height: 1.5;
    color:white;
}
.coupons .title{
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom:10px;
}
.coupons.highlighted{
    /*background: unset;*/
}
.coupons .cart-have-coupon-link b{
    font-size: 20px;
}