/* Delete Cart Modal */
.delete-cart-modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.delete-cart-modal .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border: unset;
    display: inherit !important;
}

.delete-cart-modal h3 {
    /* margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 6px; */
    text-align: left;
    font: normal normal normal 27px/46px Poppins;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    margin: 0;

}

.delete-cart-modal .modal-body {
    position: relative;
    padding: 15px !important;
}

.delete-cart-modal .btn {
    color: #fff;
    border-radius: 3px;
    background: var(--main-color);
    border: var(--main-color);
    font-size: 16px;
    font-weight: 700;
}

.delete-cart-modal .modal-title {
    font-size: 22px;
    padding: 0;
}

.delete-cart-modal .modal-dialog {
    top: 30%;
}

.delete-cart-modal .modal-header {
    padding-bottom: 0 !important;
}

.delete-cart-modal .modal-header .close {
    padding: 1rem;
    margin: -2rem -1rem -1rem auto;
}

.delete-cart-modal h3 {
    margin: 0 !important;
    color: var(--sub-main-color);
}

.delete-cart-modal .delete-div {
    font-size: 16px;
    margin-bottom: 20px;
}

.delete-cart-modal .delete-address-modal-button {
    text-align: end !important;
}

.delete-cart-modal .form-group {
    margin-bottom: 10px;
}

.delete-cart-modal .modal-body button {
    font-size: 16px;
    font-weight: 700;
}

.delete-cart-modal .modal-footer button:hover {
    color: #FFF !important;
}

.delete-cart-modal .btn-outline-success:hover {
    background-color: #058057;
}

.delete-cart-modal .btn-outline-danger:hover {
    background: #a94442;
}

.delete-cart-modal h3:lang(ar) {
    margin-right: 165px !important;
}
.delete-cart-modal .modal-footer .btn-outline-danger{
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.delete-cart-modal .modal-footer .btn-outline-success{
    color: #FF9933 !important;
    border-color: #FF9933 !important;
}