.cart-new .items-wrapper{
    max-height: 600px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.cart-new .product-price .item-price.cart-table-hidden{
    display: none;
}

.cart-new .item-cart{
    background: #fafafa;
    padding: 20px 10px;
    position: relative;
}

.cart-new .item-cart:nth-child(2n) {
    background: #f0f6f8;
}

.cart-new .item-cart .product-name,
.cart-new .item-cart .product-name a{
    color: #00acd3;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.cart-new .item-cart .product-name{
    margin-bottom: 15px;
}

.cart-new .item-cart .product-info-wrapper{
    display: flex;
    align-items: center;
}

.cart-new .item-cart .product-image-wrapper{
  margin-right: 20px;
}

.cart-new .item-cart .product-image{
    height: 120px;
}

.cart-new .item-cart .product-info-wrapper .product-info{
    max-width: 155px;
}

.cart-new .item-cart .product-category,
.cart-new .item-cart .product-code,
.cart-new .item-cart .product-model,
.cart-new .item-cart .product-item-size{
    color: #757575;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
}

.cart-new .item-cart .product-category a {
    color: #757575;
}

.cart-new .item-cart .product-info-wrapper span{
    color: #4a4b5c;
    font-size: 14px;
    margin-right: 5px;
}

.cart-new .item-cart .product-quantity{
    border: none;
    width: 100%;
    height: auto;
}
.cart-new .item-cart .product-quantity .styled-select{
    height: 30px;
    width: 60px;
    background-position: calc(100% - 10px);
    display: inline-block;
    vertical-align: middle;
}
.cart-new .item-cart .product-quantity .styled-select select{
    padding: 0 10px;
}

.cart-new .product-price{
    flex-shrink: 0;
    margin-left: 45px;
    min-width: 265px;
}

.cart-new .product-price .item-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    background-image: linear-gradient(to right, #E2E2E2 45%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 9px 1px;
    background-repeat: repeat-x;
}

.cart-new .product-price .item-price.cart-total-product{
    font-weight: 500;
}

.cart-new .product-price .item-price.cart-total-product .product-item-prices{
    margin-right: 0;
    color: #dd5c80;
}

.cart-new .product-price .item-price,
.cart-new .product-price .item-price .label{
    color: #767676;
    font-size: 14px;
    font-weight: 400;
}

.cart-new .product-price .item-price.cart-total-product .label{
    color: #dd5c80;
    font-weight: 500;
}

.cart-new .product-price .item-price .label{
    padding: 0 5px 0 0;
    line-height: 22px;
    margin-bottom: -6px;
    background: #fafafa;
}

.cart-new .product-price .item-price .cart-col-inner-wrapper,
.cart-new .product-price .item-price .number{
    margin-bottom: -6px;
    padding: 0 0 0 5px;
    background: #fafafa;
}


.cart-new .item-cart:nth-child(2n) .product-price .item-price .label{
    background: #f0f6f8;
}

.cart-new .item-cart:nth-child(2n) .product-price .item-price .cart-col-inner-wrapper,
.cart-new .item-cart:nth-child(2n) .product-price .item-price .number{
    background: #f0f6f8;
}

.item-cart .delete-product{
    position: absolute;
    top: 20px;
    right: 15px;
}

.item-cart .delete-product .btn-default{
    border: 1px solid #E2E2E2;
    border-radius: 50%;
    background: #ffffff;
    font-size: 0;
    padding: 0;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
}

.item-cart .delete-product .btn-default:before{
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    vertical-align: middle;
    background: url('../../../../../_static/images/dexyco_v2021/close_icon_2.svg');
}

.cart-new .cart-total {
    background: #fafafa;
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
    align-items: center;
    height: 40px;
    padding-right: 30px;
    color: #4a4b5c;
    font-size: 17px;
    font-weight: 500;
}

.cart-new .cart-total .total-text {
    margin-right: 95px;
}

.cart-new .alert-info{
    display: none;
}

.cart-sticky{
    position: sticky;
    top: 140px;
    padding-right: 40px;
}

.adress-profile-wrapper .items-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.adress-profile-wrapper .items-wrapper .item {
    width: 50%;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    color: #757575;
    font-size: 17px;
}

.adress-profile-wrapper .items-wrapper .item .name{
    font-weight: 600;
}

@media (max-width: 1366px) {

    .cart-new .item-cart .product-image-wrapper{
        flex-shrink: 0;
    }

    .cart-new .product-price{
        margin-left: 30px;
        min-width: auto;
    }

    .cart-new .item-cart .product-info-wrapper .product-info span{
        display: none;
    }

}

@media (max-width: 1024px) {

    .cart-sticky{
        padding-right: 0;
        position: relative;
        top: auto;
    }

    .item-cart .delete-product{
        right: 5px;
    }

    .cart-new .item-cart .product-info-wrapper{
        flex-wrap: wrap;
    }

    .cart-new .item-cart .product-image-wrapper{
        max-width: 100%;
        margin: 0 20px 0 0;
    }

    .cart-new .product-price{
        min-width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .adress-profile-wrapper .items-wrapper .item{
        width: 100%;
        font-size: 15px;
    }

    .cart-new .item-cart .product-info-wrapper .product-info{
        max-width: 100%;
        width: 50%;
    }

    .cart-new .cart-total{
        width: 100%;
        padding-right: 0;
        justify-content: space-around;
    }

}


@media (max-width: 576px) {


    .cart-sticky{
        padding-right: 0;
        position: relative;
        top: auto;
    }

    .item-cart .delete-product{
        right: 5px;
    }

    .cart-new .item-cart .product-info-wrapper{
        flex-wrap: wrap;
    }

    .cart-new .item-cart .product-image-wrapper{
        max-width: 100%;
        margin: 0 20px 0 0;
    }

    .cart-new .product-price{
        min-width: 100%;
        margin-left: 0;
    }

    .adress-profile-wrapper .items-wrapper .item{
        width: 100%;
        font-size: 15px;
    }

    .col-sm-6.users-buttons{
        margin-bottom: -20px;
    }



}