@import "offer-box.scss";
.empty-cart {
    text-align: center;
    padding: 30px;
}
.empty-bag {
    background-image: url("../images/sprite-2.jpg");
    background-repeat: no-repeat;
    height: 270px;
    width: 294px;
    background-position: -1686px 0px;
    margin: auto;
    margin-bottom: 30px;
}
.empty-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.empty-desc {
    font-size: 14px;
    color: #7e818c;
    margin-bottom: 25px;
}
.discount-message {
    font-size: 12px;
    color: #03a685;
    margin-left: 35px;
    margin-top: 5px;
}
.headerComponents-base-ufp {
    background-image: linear-gradient(90deg, #38d1b5, #03a685);
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 4px;
    font-size: 14px;
}
.headerComponents-base-button {
    color: var(--theme-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-top: 12px;
}
.less-quantity {
    border: 1px solid #ff5722;
    margin: 10px;
}
a#confirmOk {
    float: right;
}
.modal-body.confirmbox {
    overflow-y: auto;
    height: 150px;
}
.out-of-stock {
    border: 1px solid #ff5722;
    color: #ff5722;
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 2px;
}
.offersV2-base-message {
    padding-left: 15px;
    text-indent: -15px;
    list-style: none;
    white-space: normal;
    margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
    .empty-cart {
        margin-top: 30px;
    }
    .headerComponents-base-container {
        border-bottom: 10px solid #f4f4f5;
    }
    .less-quantity {
        margin-bottom: 10px;
    }
    .alert {
        margin-bottom: 0px;
    }
}
