.shopping-cart {
    padding: 50px 15px;
}

/* .input-select-product:not(checked) + .label-input-select-product::before,
.input-select-product:not(checked) + .label-input-select-product::after
{
    top: .8rem;
    width: 20px !important;
    height: 20px !important;
}

.label-input-select-product::after{
    border-color:#80ffd4 !important;
} */

.spinner-cart-select {
    position: fixed;
    top: 50%;
    right: 46%
}

.shopping-cart .entry-header h1 {
    position: relative;
    font-family: 'Noto Sans';
    color: #AB0635;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.shopping-cart .entry-header h1:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #d6d6d6;
}
.shopping-cart a {
    color: #C90000;
    text-decoration: none;
}
.shopping-cart .cart-empty {
    border-top-color: #d6d6d6;
}
.shopping-cart .cart-empty::before {
    color: #d6d6d6
 }

 .footer-cart div.text-estimate-price > span {
    font-size: 14px;
 }
 .shopping-cart .cart-empty+.return-to-shop .button {
    margin: 0;
    border-radius: 0;
    background-color: #C90000;
    text-transform: capitalize;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
 }
.shopping-cart .cart-list .cart-item {
    display: flex;
    padding: 30px 0;
    border-bottom: 2px solid #D6D6D6;
    position: relative;
}
.shopping-cart .cart-list .cart-item .cart-image {
    flex-basis: 250px;
    overflow: hidden;
    background-color: #EBEBEB;
    text-align: center;
}
.shopping-cart .cart-list .cart-item .cart-image img {
    height: 100%;
    object-fit: contain;
}

.shopping-cart .CarouselBasic-container a.carousel-control-prev > i,
.shopping-cart .CarouselBasic-container a.carousel-control-next > i {
    color: white;
}
.shopping-cart .cart-list .cart-item .cart-info {
    flex: 1;
    padding: 0 15px;
}
.shopping-cart .cart-list .cart-item .cart-info .info-prop {
    display: flex;
}
.shopping-cart .cart-list .cart-item .cart-info label {
    font-weight: 600;
    white-space: nowrap;
    margin-right: 5px;
}
.shopping-cart .cart-list .cart-item .cart-tools {
    flex-basis: 150px;
    text-align: right;
}
.shopping-cart .cart-list .cart-item .cart-tools .price {
    font-size: 16px;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 10px;
}
.shopping-cart .cart-list .cart-item .cart-tools .remove {
    font-size: 12px;
    font-weight: 600;
}
.shopping-cart .cart-list .cart-item .cart-tools .remove i {
    margin-right: 5px;
}
.shopping-cart .input-group-code {
    width: 280px;
}
.shopping-cart .footer-cart .count-item,
.label-select-all
 {
    font-size: 16px;
    color: #777;
    font-weight: 600;
    text-transform: capitalize;
}
.shopping-cart .footer-cart span {
    font-size: 24px;
    color: #2a2a2a;
    font-weight: 600;
}
.shopping-cart .footer-cart .discount-code span {
    font-size: 16px;
    font-weight: 600;
}
.shopping-cart .footer-cart .discount-code input {
    border-radius: 0;
    border: 1px solid #000;
    outline: none;
    font-size: 16px;
}
.shopping-cart .footer-cart .btn {
    margin: 0;
    border-radius: 0;
    background-color: #C90000;
    text-transform: capitalize;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    width: 250px;
}
.shopping-cart .footer-cart .btn-quotation {
    margin-right: 10px;
    background-color: #84919C;
}

.form-check.select-product {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .shopping-cart {
        padding: 50px 20px;
    }
    .shopping-cart .cart-list .cart-item {
        display: block;
    }
    .shopping-cart .cart-list .cart-item .cart-image {
        width: 183px;
        margin: auto;
    }
    .shopping-cart .cart-list .cart-item .cart-info {
        padding: 0;
        margin: 20px 0;
    }
    .shopping-cart .cart-list .cart-item .cart-info .info-prop {
        display: block;
    }
    .shopping-cart .cart-list .cart-item .cart-tools {
        display: flex;
    }
    .shopping-cart .cart-list .cart-item .cart-tools div {
        flex: 1;
    }
    .shopping-cart .cart-list .cart-item .cart-tools div:first-child {
        text-align: left;
    }
    .shopping-cart .footer-cart {
        text-align: center !important;
    }
    .shopping-cart .footer-cart .count-item {
        display: inline-block;
        margin-bottom: 1.5rem;
    }
    .shopping-cart .footer-cart .btn {
        display: inline-block;
        margin: 10px 0 !important;
        width: 100%;
    }
    .shopping-cart .footer-cart .discount-code input {
        height: 40px;
    }

    div.form-check.select-product{
        position: absolute;
        top: 115px
    }
    .shopping-cart .discount-code {
        text-align: left;
    }
    div.spinner-cart-select {
        right: 35%;
    }

}