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

.preorder-info-container .info-box {
    background-color: #f3f5f9;
    padding: 1rem;
}
.preorder-info-container .info-box h2 {
    margin-bottom: 0;
    margin-top: 0;
}
.preorder-info-container .info-box div,
.preorder-info-container .info-box .info-box-text {
    font-size: 14px;
    color: #4f5561;
}