﻿.cart {
    margin-top: 20px;
}

.cart-products__title {
    color: rgb(51, 51, 51);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.cart-products-inner {
    background: rgb(255, 255, 255);
    margin: 0px;
    border-radius: 4px;
}

.cart-products__products {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.cart-products__product {
    padding: 20px;
}

.cart-products__inner {
    display: flex;
    flex-wrap: nowrap;
}

.cart-products__img {
    width: 130px;
    margin-right: 20px;
}

    .cart-products__img img {
        max-width: 100%;
    }

.cart-products__content {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: calc(100% - 130px);
}

.cart-products__desc {
    width: 60%;
}

.cart-products__details {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.cart-products__name {
    color: rgb(36, 36, 36);
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.cart-products__tikinow-badge {
    display: inline-block;
    position: relative;
    left: 0px;
    top: -2px;
    margin-right: 15px;
}

    .cart-products__tikinow-badge img {
        width: 52px;
        display: inline-block;
        vertical-align: top;
    }

    .cart-products__tikinow-badge::after {
        content: "";
        width: 1px;
        height: 10px;
        position: absolute;
        right: -12px;
        top: 5px;
        margin-right: 5px;
        background: rgb(36, 36, 36);
    }

.cart-products__badge {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

    .cart-products__badge img {
        width: 16px;
        margin-right: 3px;
    }

.cart-products__del {
    color: rgb(27, 168, 255);
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
    cursor: pointer;
}

.cart-products__buy-later {
    color: rgb(27, 168, 255);
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
}

.cart-products__seller {
    font-size: 13px;
    display: block;
}

.cart-products__seller-name {
    color: rgb(27, 168, 255);
    display: inline-block;
    margin-left: 3px;
}

.iaIXXn {
    display: flex;
    flex-wrap: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(200, 200, 200);
    border-image: initial;
    border-radius: 3px;
}

    .iaIXXn .qty-decrease, .iaIXXn .qty-increase {
        display: inline-block;
        color: rgb(153, 153, 153);
        cursor: pointer;
        border-right: 1px solid rgb(200, 200, 200);
        padding: 6px 12px;
    }

    .iaIXXn .qty-disable {
        pointer-events: none;
        background: rgb(248, 248, 248);
    }

    .iaIXXn .qty-decrease.qty-disable {
        border-radius: 3px 0px 0px 3px;
    }

    .iaIXXn .qty-input {
        width: 35px;
        text-align: center;
        font-size: 13px;
        -webkit-appearance: none;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        background: transparent;
        margin: 0px;
    }

    .iaIXXn .qty-increase {
        border-right: none;
        border-left: 1px solid rgb(200, 200, 200);
    }

.cart-products__real-prices {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    display: inline-block;
}

.cart-products__discount-prices {
    font-size: 20px;
    margin-bottom: 8px;

}
.cart-products__product{
    border-bottom:1px solid #eee;
}
.cart-products__pricess {
    text-align: right;
    margin-right: 25px;
}

.prices {
    background: rgb(255, 255, 255);
    border-radius: 4px;
}

.prices__items {
    list-style: none;
    margin: 0px;
    padding: 17px 20px;
    border-bottom: 1px solid rgb(244, 244, 244);
}

.prices__item {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.prices__text {
    font-weight: 300;
    color: rgb(51, 51, 51);
    display: inline-block;
}

.prices__total {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 17px 20px;
    margin: 0px;
}

.prices__value--final {
    color: rgb(254, 56, 52);
    font-size: 22px;
    font-weight: 400;
    text-align: right;
}

.cart-total-prices__inner {
    position: sticky;
    top: 30px;
}

.cart__submit:hover {
    background: rgb(255, 15, 30);
}

.cart__submit {
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    display: block;
    cursor: pointer;
    background: rgb(255, 66, 78);
    padding: 13px 10px;
    border-radius: 4px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 15px 0px;
}

.prices__value--final i {
    font-weight: 300;
    font-style: normal;
    display: block;
    font-size: 12px;
    color: rgb(51, 51, 51);
    margin-top: 3px;
}
.disabled-qty {
    opacity: .2;
    pointer-events: none;
    text-decoration: none;
}