#checkout-cart{
    width: 100%;
    max-width: 1580px;
    margin: 8.594vw auto 8.958vw;
    /*padding: 0 20px;*/
}

#checkout-cart #content{
    display: flex;
    margin-bottom: max(20px, 2.604vw );
}
@media screen and (max-width: 991px){
    #checkout-cart #content{
        flex-direction: column-reverse;
    }
}

#checkout-cart #content .left{
    width: 50%;
}
@media screen and (max-width: 991px){
    #checkout-cart #content .left{
        width: 100%;
        padding: 0 10px;
    }
}
#checkout-cart #content .left .product-img{
    width: max(80px, 7.448vw);
    height: max(80px, 6.979vw);
    background: #F5F5F7;
    border-radius: 10px;
    margin-right: 12px;
}
@media screen and (max-width: 991px){
    #checkout-cart #content .left .product-img{
        width: 80px;
        height: 80px;
    }
}

#checkout-cart #content .left .product-img a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}
#checkout-cart #content .left .product-img a img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
}
#checkout-cart #content .left .prd-item{
    max-width: 100%;
    flex: 1;
}
#checkout-cart #content .left .prd-item .prd-weight,
#checkout-cart #content .left .prd-item .prd-price-per-kilo{
    color: rgba(0, 0, 0, 0.50);
    font-size: max(18px, 1.667vw);
    font-style: normal;
    font-weight: 400;
    line-height: max(18px, 1.667vw);
}
#checkout-cart #content .left .prd-item .prd-price-per-kilo{
    margin-bottom: max(6px, 0.938vw);
}
@media screen and (max-width: 991px){
    #checkout-cart #content .left .prd-item .prd-price-per-kilo{
        margin-bottom: 0;
    }
}
#checkout-cart #content .left .prd-item .prd-item-helper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: max(6px, 0.833vw);
}
@media screen and (max-width: 991px){
    #checkout-cart #content .left .prd-item .prd-item-helper{
        margin-bottom: 0;
    }
}
#checkout-cart #content .left .prd-item .prd-item-helper .prd-price{
    font-size: max(18px, 1.875vw);
    font-style: normal;
    font-weight: 400;
    line-height: max(18px, 1.875vw);
    color: #000;
    margin: 5px 2.188vw 0 0;
}
@media screen and (max-width: 991px){
    #checkout-cart #content .left .prd-item .prd-item-helper .prd-price{
        font-size: 18px;
    }
}
@media screen and (max-width: 600px){
    #checkout-cart #content .left .prd-item .prd-item-helper .prd-price{
        transform: translateY(27px);
    }
}
#checkout-cart #content .left .prd-item .prd-name{
    font-size: max(20px, 2.083vw);
    font-style: normal;
    font-weight: 400;
    line-height: max(20px, 2.083vw);
    color: #000;
    display: flex;
    align-items: center;
}
#checkout-cart #content .left .prd-item .prd-name span.b2b__prd__frozen--icon {
    margin: 0 10px;
}
@media screen and (max-width: 991px){
    #checkout-cart #content .left .prd-item .prd-name{
        margin-right: 20px;
    }
}
/*#checkout-cart #content .left .product-remove{*/
/*    margin-top: 25px;*/
/*}*/
#checkout-cart #content .left .product-remove button{
    background-color: unset;
    border: none;
    padding: 0;
}
#checkout-cart #content .left .product-remove button .delete-icon svg{
    /*width: 30px;*/
    /*height: 30px;*/
    width: 100%;
}
@media screen and (max-width: 991px){
    #checkout-cart #content .left .product-remove button .delete-icon svg{
        height: 10px;
    }
}
#checkout-cart #content .left .product-remove button .delete-icon{
    background-color: unset;
    border: none;
}
#checkout-cart #content .left .mini-cart-total{
    padding-right: 40px;
}
@media screen and (max-width: 991px){
    #checkout-cart #content .left .mini-cart-total{
        padding-right: 0;
    }
}
#checkout-cart #content .left .mini-cart-total .mini-cart-total-item:first-child{
    display: none;
}
#checkout-cart #content .left .mini-cart-total .mini-cart-total-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    border-top: 1px solid #707070;
    padding-top: 10px;
    font-size: 20px;
}
@media screen and (max-width: 991px){
    #checkout-cart #content .left .mini-cart-total .mini-cart-total-item{
        padding-top: 14px;
    }
}
#checkout-cart #content .left .mini-cart-total .mini-cart-total-item span:nth-child(1){
    font-size: max(14px, 1.250vw);
    font-style: normal;
    font-weight: 400;
    line-height: max(14px, 1.250vw);
    margin: 3px 0 0 6px;
}
#checkout-cart #content .left .mini-cart-total .mini-cart-total-item span:nth-child(2){
    font-size: max(18px, 1.875vw);
    font-style: normal;
    font-weight: 400;
    line-height: max(18px, 1.875vw);
    margin: 4px 2px 0 0;
}
#checkout-cart #content .left form #chktcart{
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 1620px){
    #checkout-cart #content .left form #chktcart{
        padding-left: 10px;
    }
}
@media screen and (max-width: 991px){
    #checkout-cart #content .left form #chktcart{
        min-height: unset;
        padding-left: 0;
    }
}

#checkout-cart #content .left form .products-list{
    height: 500px;
    overflow: auto;
    margin-bottom: 9px;
}
@media screen and (max-width: 991px){
    #checkout-cart #content .left form .products-list{
        height: unset;
        margin-bottom: 151px;
    }
}
#checkout-cart #content .left form .mini-cart-checkout{
    z-index: 1200;
    justify-content: left;
    margin: 29px 0 0 6px;
}
@media screen and (max-width: 991px){
    #checkout-cart #content .left form .mini-cart-checkout{
        justify-content: center;
    }
}
#checkout-cart #content .left form .mini-cart-checkout a{
    padding: 14px 40px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}
#checkout-cart #content .left form .mini-cart-checkout a:hover{
    color: #000;
}


#checkout-cart #content .right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 2px 0 0 8.958vw;
}
@media screen and (max-width: 991px){
    #checkout-cart #content .right{
        width: 100%;
        padding: 0 10px;
    }
}

#checkout-cart #content .right .cart-box-progress{
    width: max(360px, 32.292vw);
    /*height: 19.792vw;*/
    /*background-color: #f5f5f5;*/
    /*border-radius: 10px;*/
    /*position: relative;*/
    /*padding: 40px 15px 63px;*/
}
@media screen and (max-width: 991px){
    #checkout-cart #content .right .cart-box-progress{
        width: 100%;
        max-width: 356px;
        padding: 0;
    }
}
#checkout-cart #content .right .cart-box-progress .mini-cart__cost__delivery{
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    border-radius: 10px;
    position: relative;
    padding: 40px 15px 63px;

}
@media screen and (max-width: 991px){
    #checkout-cart #content .right .cart-box-progress .mini-cart__cost__delivery{
        padding: 10px;
        margin-bottom: 50px;
    }
}
#checkout-cart #content .right .cart-box-progress .mini-cart__cost__delivery h3{
    font-size: max(18px, 2.083vw);
    font-style: normal;
    font-weight: 400;
    line-height: max(18px, 2.188vw);
    padding-left: 2px;
    margin-top: 1px;
}
@media screen and (max-width: 991px){
    #checkout-cart #content .right .cart-box-progress .mini-cart__cost__delivery h3{
        max-width: unset;
    }
}
#checkout-cart #content .right .cart-box-progress .cart-box-progress__close{
    position: absolute;
    top: 1.302vw;
    right: 1.302vw;
    width: 1.563vw;
}
#checkout-cart #content .right .cart-box-progress .cart-box-progress__title{
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    font-size: max(20px, 2.083vw);
    line-height: max(21px, 2.188vw);
    text-align: center;
}
@media screen and (max-width: 991px){
    #checkout-cart #content .right .cart-box-progress .cart-box-progress__title{
        width: 100%;
    }
}
#checkout-cart #content .right .cart-box-progress .mini-cart__cost__delivery__link{
    order: 1;
    margin-top: max(10px, 0.729vw);
    font-weight: 600;
    text-underline-offset: 3px;
    font-size: max(14px, 0.938vw);
}
@media screen and (max-width: 991px){
    #checkout-cart #content .right .cart-box-progress .mini-cart__cost__delivery__link{
        order: 5;
        font-weight: 400;
        margin-bottom: 0;
    }
}
#checkout-cart #content .right .cart-box-progress .mini-cart__progress{
    width: 100%;
    height: 17px;
    max-width: 383px;
    margin: max(20px, 1.771vw) auto;
    order: 2;
}
@media screen and (max-width: 991px){
    #checkout-cart #content .right .cart-box-progress .mini-cart__progress{
        max-width: 258px;
        height: 10px;
        margin: 20px auto;
    }
}
#checkout-cart #content .right .cart-box-progress .mini-cart__cost__delivery__button{
    order: 3;
    margin-top: 6px;
    font-size: max(14px, 0.938vw);
    max-width: 192px;
    padding: 15px 20px 17px;
    transform: translateX(-7px);
}
@media screen and (max-width: 991px){
    #checkout-cart #content .right .cart-box-progress .mini-cart__cost__delivery__button{
        max-width: 126px;
        padding: 14px 4px;
        transform: unset;
    }
}
#checkout-cart #content .right .cart-box-progress .cart-box-progress__button{
    width: 200px;
    display: block;
    padding: 15px 20px;
    background-color: #000;
    border-radius: 10px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    order: 5;
}

.cart-page .flex-row.mini-cart-products .product-img {
    max-width: 200px;
}

.cart-page .product-remove {
    align-self: start;
    margin: 3px 10px 0 0;
}
@media screen and (max-width: 991px){
    .cart-page .product-remove {
        margin-top: 8px;
    }
}
.cart-page .product-quantity .quantity button.btn.btn-primary {
    background: no-repeat;
    color: #000;
    border: 0;
    text-shadow: none;
    box-shadow: none;
    padding: 0;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    margin-right: -4px;
    left: 5px;
    top: -3px;
}
.cart-page .product-quantity .quantity input.form-control {
    border: 0;
    box-shadow: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.cart-page .product-quantity .quantity {
    position: relative;
    max-width: 115px;
    flex-basis: 100%;
    display: inline-flex;
}
.cart-page .product-quantity .quantity .quantity-nav.flex-column {
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
}
.cart-page .product-quantity .quantity .quantity-wrapper {
    max-width: 60px;
    display: inline-flex;
    position: relative;
    width: 100%;
}
.cart-page .flex-row.mini-cart-products {
    padding-bottom: 20px;
    align-items: center;
}
@media screen and (max-width: 1800px){
    .cart-page .flex-row.mini-cart-products {
        align-items: flex-start;
    }
}
.cart-page .flex-row.mini-cart-total {
    justify-content: flex-end;
}
.cart-page .cart-breakdown {
    width: 100%;
    margin-bottom: 10px;
}