.woocommerce .cart__wrapper {
    display: flex;
    justify-content: space-between;
}

.cart__wrapper .cart-collaterals {
    width: 303px !important;
    background: #F5F5F5;
    border-radius: 41px;
    padding: 31px 16px 20px 16px;
}

.sell-cart__radio-wrp {
margin-top: 34px;
display: block;
font-size: 12px;
font-weight: 400;
line-height: 15px;
color: #9A9A9A;
display: flex;
align-items: center;
gap: 16px;
padding-left: 34px;
}

.sell-cart__notice {
    display: flex;
    gap: 10px;
font-size: 12px;
font-weight: 400;
line-height: 18px;
margin-bottom: 27px;
}

.sell-overview__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.sell-overview__bottom .sell-product__bottom-price{
 display: block;
}

.cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cart__form {
    width: calc(100% - 328px);
}

.cart__form .cart_item {
    border: 1px solid #A3A3A3;
    border-radius: 20px;
    position: relative;
    padding: 12px 17px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart__form .product-remove {
    position: absolute;
    top: 16px;
    right: 16px;
}

.cart__form .cart {
    background: #fff;
}



.sell-overview__container,
.sell-thanks__container,
.sell-cart__container {
    max-width: 1300px;
    padding: 0 40px;
    margin: 0 auto;
    width: 100%;
}

.sell-overview__price {
    display: flex;
    flex-direction: column;
}

.sell-thanks {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sell-thanks__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sell-thanks__title {
    margin-top: 40px;
    max-width: 185px;
font-size: 32px;
font-weight: 500;
line-height: 40px;
text-align: center;
}
.sell-thanks__text {
font-size: 12px;
font-weight: 300;
line-height: 18px;
text-align: center;
max-width: 180px;
margin-top: 20px;
}
.sell-thanks__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 46px;
    width: 252px;
    border: 1px solid #000;
    border-radius: 23px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    cursor: pointer;
    margin-top: 40px;
    transition: all .3s;
}



.cart__order {
    width: 603px;
    padding: 35px 40px;
    border-radius: 40px;
    background: #F5F5F5;


}
.cart__order-title {
font-size: 24px;
font-weight: 500;
line-height: 30px;
}
.cart__order-warn {
font-size: 12px;
font-weight: 400;
line-height: 18px;
display: flex;
align-items: center;
gap: 10px;
margin-top: 33px;
color: #F26739;
margin-bottom: 22px;
}
.cart__order-input {
    margin-bottom: 17px;
    height: 48px;
    display: block;
    width: 100%;
    border: 1px solid #A3A3A3;
    background: #fff;
    border-radius: 24px;
    padding: 0 34px;
font-size: 12px;
font-weight: 400;
line-height: 15px;
color: #999999;
}

.cart__price-wrap {
    display: flex;
gap: 48px;
}

.cart__price-coupons {
    position: relative;
}

.cart__price-coupons::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -24px;
    width: 1px;
    background: #A3A3A3;
}

.sell-cart__wrapper {
    display: flex;
    justify-content: space-between;
}

.sell-cart__wrapper .cart__form {
    width: calc(100% - 640px);
}

.cart__order-input::placeholder {
    color: #9A9A9A;
}

.cart__price {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #A3A3A3;
    margin-bottom: 4px;
}

.cart__ammount {
    margin-bottom: 5px;
    display: block;
}

.cart__ammount span,
.cart__ammount bdi {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.cart__ammount bdi {
    /*  font-family: 'Poppins Medium';  */

}

.cart__form .product-thumbnail {
    width: 150px;
    height: 133px;
    border-right: 1px solid #A3A3A3
}

.cart__form .product-name a {
    /*  font-family: 'Poppins Medium';  */
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
}

.cart__right {
    width: calc(100% - 150px);
    padding-left: 39px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart__form .product-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

.cart__form .actions .button {
    opacity: 0;
}

.cart__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 30px;
}

.cart__wrapper {
    margin-top: 70px;
    padding-bottom: 100px;
}

.cart__form .product-thumbnail img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.cart__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cart__to-archive,
.cart__wrapper .checkout-button {
    background: #f26838;
    border-radius: 30px;
    border: none;
    padding: 10px 40px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 12.5px;
    transition: all .3s;
    font-weight: 400;
}

.cart__to-archive:hover,
.cart__wrapper .checkout-button:hover {
    background: black;
    color: #fff;
}

.cart__wrapper .checkout-button {
    margin-top: 60px;
    width: 100%;
    display: block;
}

.cart__to-archive {
    margin-top: 0px;
    width: max-content;
    display: block;
}

.cart__wrapper .order-total__title {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.cart__wrapper .order-total__amount bdi,
.cart__wrapper .order-total__amount span {
    text-align: center;
    margin-top: 5px;
    font-size: 40px;
    line-height: 50px;
}

.cart__wrapper .order-total__amount strong,
.cart__wrapper .order-total__amount .amount {
    display: block;
}


.cart__form .wqpmb_quantity,
.cart__form input,
.cart__form .qib-button {
    height: 21px !important;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
}

.cart__form .qib-button {
    padding: 0;
    position: relative;
}

.cart__form input {
    font-size: 15px !important;
    width: 32px !important;
    text-align: center;
    padding: 0 !important;
}

.cart__form .qib-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px !important;
}

.cart__form .minus {
    border-radius: 41px 0px 0 41px;
}

.sell-cart__remove {
    cursor: pointer;
}

.cart__form .minus::before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background: #fff;
}

.cart__product-brand {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #A3A3A3;
}

.sell-cart__empty.hidden {
display: none !important;
}
.sell-cart__empty {
    display: flex;
    align-items: center;
    gap: 10px;
font-size: 12px;
font-weight: 400;
line-height: 18px;

    padding: 0px 0 24px 0;
}

.cart__form .plus {
    border-radius: 0px 41px 41px 0px;

}

.cart__form .plus:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background: #fff;

}

.woocommerce-cart .zaolov {
    display: none;
}

@media (max-width: 1024px) {
    .cart__wrapper .cart-collaterals {
        width: 203px !important;
        padding: 20px 8px 16px 8px;
    }

    .cart__wrapper .order-total__amount bdi,
    .cart__wrapper .order-total__amount span {
        font-size: 30px;
    }

    .cart__form {
        width: calc(100% - 218px);
    }
}

@media (max-width: 768px) {


    .sell-cart__wrapper .cart__form {
width: 100%;
    }

    .sell-cart__wrapper {
display: block;
    }

    .cart__order {
width: 100%;
margin-top: 20px;
padding: 20px;
    }
    .sell-cart__container {
        padding: 0 20px;
    }

    .cart__wrapper .cart-collaterals {
        width: 100% !important;
        padding: 16px 16px 16px 16px;
        margin-top: 26px;
    }

    .cart__wrapper .order-total__amount bdi,
    .cart__wrapper .order-total__amount span {
        font-size: 30px;
    }

    .cart__form {
        width: 100%;
    }

    .woocommerce .cart__wrapper {
        display: block;
    }

    .cart__wrapper .checkout-button {
        margin-top: 0px;
    }

    .cart__form .cart_item {
        padding: 8px 8px;
        align-items: center;
    }

    .cart__form .product-thumbnail {
        width: 100px;
        height: 80px;
    }

    .cart__right {
        width: calc(100% - 100px);
        padding-left: 20px;
    }

    .cart__bottom {
        margin-top: 10px;
    }

    .cart__form .product-name {
        padding-right: 20px;
    }
}