/**
 * Webkul Software
 *
 * @category  Webkul
 * @package   Webkul_Preorder
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

* {
    box-sizing: border-box;
}

.complete-preorder-btn {
    width: 162px;
}

th.col.subtotal {
    text-align: center!important;
}

.grouped-preorder-info-box {
    margin-top: 8px;
}

.info-box, .grouped-preorder-info-box {
    padding: 8px;
    background-color: #f1f1f1;
}

.info-box h2 {
    margin-top: 0.5rem;
    margin-bottom: -1rem;
}

.grouped-preorder-info-box h3 {
    margin-top: 0.5rem;
    margin-bottom: -1rem;
}

.info-box-text {
    font-size: 17px;
    color: #04563f;
}


.grouped-preorder-info-box-text {
    font-size: 14px;
    color: #04563f;
}

.margin-top {
    margin-top: 8px;
}

.info-box hr, .grouped-preorder-info-box hr {
    border: 1px solid lightgray;
}

.info-box div {
    font-size: 18px;
}

.text-green {
    color: green;
}

.preorder-label {
    background-color: whitesmoke;
    line-height: 28px;
    font-size: 12px;
}
