/**
 * Webkul Software
 *
 * @category  Webkul
 * @package   Webkul_Preorder
 * @author    Webkul
 * @copyright Copyright (c) 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 {
    line-height: 0px;
}*/

.info-box h2 {
    line-height: 25px !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.info-box div {
    font-size: 13px !important; 
}

.info-box-text {
    font-size: 15px !important;
    color: #04563f !important;
    font-weight: bold !important;
}

.grouped-preorder-info-box h3 {
    line-height: 0px;
}

/*.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: none;
    margin: 0px !important;
}

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

.text-green {
    color: green;
}

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