.dcrestrictorders-box {
    /*background: linear-gradient(45deg, #BC0E35, transparent) #3D327C;*/
    color: #31708f;
    /*border: 1px solid #fff;*/
    border: none;
    border-radius: 15px 0;
    padding: 0;
}
.dcrestrictorders-box > div {
    padding: 20px 15px;
}
#dcrestrictorders-modal .modal-content {
    border-radius: 15px 0;
    overflow: hidden;
}

#dcrestrictorders-modal .modal-header {
    background: linear-gradient(45deg, #BC0E35, transparent) #3D327C;
    color: #fff;
    border-bottom: 0;
}

#dcrestrictorders-modal .modal-title {
    color: #fff;
}

#dcrestrictorders-modal .close {
    opacity: 1;
    color: #fff;
}

#dcrestrictorders-modal .modal-body {
    padding: 24px;
}

#dcrestrictorders-modal .cart-content-btn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

#dcrestrictorders-modal .btn-primary {
    background: linear-gradient(45deg, #BC0E35, transparent) #3D327C;
    border: 0;
}

#dcrestrictorders-modal-backdrop.modal-backdrop {
    opacity: 0.5;
}

/* MODAL CSS */

 .dcrestrictorders-modal {
     padding-right: 0 !important;
 }
.dcrestrictorders-modal .modal-dialog {
    box-shadow: 0px 0px 24px 5px rgba(24, 24, 24);
}
.dcrestrictorders-modal .product-image {
    border-radius: 15px;
}
.modal-body-product-added {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 15px 0;
    border-bottom: 1px solid grey;
}
.dcrestrictorders-modal .modal-body {
    padding: 1rem 1.875rem;
}
.dcrestrictorders-modal .modal-body .divide-right span {
    width: auto;
}
.dcrestrictorders-modal .modal-body .divide-right span,
.dcrestrictorders-modal .product-image,
.dcrestrictorders-modal .product-name,
.dcrestrictorders-modal .product-price {
    margin: 0;
    padding: 0;
    color: #fff !important;
    font-size: 16px;

}
.dcrestrictorders-modal .cart-content p {
    color: #fff !important;
    margin-bottom: 2.5rem;
}
.dcrestrictorders-modal .cart-content .cart-content-btn {
    display: block !important;
}
.dcrestrictorders-modal .modal-title {
    color: #fff !important;
    margin: 1em 0;
}
.dcrestrictorders-modal .cart-content .cart-content-btn {
    text-align: right;
    display: block;
}
.dcrestrictorders-modal .divide-right {
    border: none;
}
.dcrestrictorders-modal .row {
    margin: 0;
}
.dcrestrictorders-modal .modal-body,
.dcrestrictorders-modal .modal-header,
.dcrestrictorders-modal .cart-content p.product-total {
    background: #272727 !important;
}
.dcrestrictorders-modal .cart-content {
    padding: 0;
    padding: 15px 0;
}

.dcrestrictorders-modal .cart-content p.cart-products-count,
.dcrestrictorders-modal .cart-content p.product-total,
.dcrestrictorders-modal .cart-content p .label,
.dcrestrictorders-modal .cart-content p span {
    color: #fff !important;
    padding: 8px 0;
}
@media (max-width: 991px) {
    .dcrestrictorders-modal .product-image {
        max-width: 9.375rem;
        margin: 0 auto 1rem;
    }
}
@media (max-width: 768px) {
    .modal-body-product-added {
        flex-wrap: wrap;
    }
    .dcrestrictorders-modal .cart-content .cart-content-btn {
        display: flex;
        flex-wrap: wrap;
    }
    .dcrestrictorders-modal .cart-content .cart-content-btn .btn {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
}
.dcrestrictorders-modal .modal-title i.material-icons {
    color: darkred !important;
}
.dcrestrictorders-modal .cart-content .cart-content-btn .btn {
    border-radius: 15px 0;
}
.dcrestrictorders-modal .cart-content p {
    white-space: pre-line;
}
.dcrestrictorders-modal .modal-body {
    padding-bottom: 25px !important;
}