/*
Theme Name: Jaroti Child
Theme URI: https://demo.theme-sky.com/jaroti/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: jaroti
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: jaroti-child
*/

.woobt-additional.woobt-text {
    display: none;
}



/*old*/
.best-offers-box {
    border: 1px dashed #e60023;
    padding: 12px 14px;
    margin-top: 12px;
    background: #fff7f8;
}

 /*BEST OFFERS title */
.best-offers-title {
    display: block;
    color: #e60023;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 15px;
}

 /*Text */
.best-offers-box p {
    margin: 4px 0;
    font-size: 14px;
    color: #333;
}

 /*Amounts in bold black */
.best-offers-box .amount {
    font-weight: 700;
    color: #000;
}

 /*Coupon code styling */
.best-offers-box .coupon {
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
}

 /*Best price line spacing */
.best-offers-box .best-price {
    margin-top: 6px;
}
span.best-offers-title {
    color: #C11E1E;
    font-weight: bold;
}
.woobt-alert {
    display: none !important;
    margin: 10px 0 15px;
    padding: 10px 14px;
    background: #f3f3f3;
    border-left: 4px solid #111;
    font-size: 14px;
    width: 35%;
}
/* ===============================
   Email Verification Page Design
   =============================== */

.email-verify-wrapper {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f9;
    padding: 40px 15px;
}

.email-verify-card {
    background: #ffffff;
    max-width: 520px;
    width: 100%;
    padding: 40px 30px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.email-verify-card h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.email-verify-card .subtitle {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.email-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.verify-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.verify-actions .btn {
    padding: 12px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.verify-actions .btn.secondary {
    background: #19214c;
    color: #fff;
}

.verify-actions .btn.secondary:hover {
    background: #0d1230;
}

.email-verify-card .note {
    font-size: 14px;
    color: #777;
}

.email-verify-card .note span {
    color: #000;
    font-weight: 500;
}

/* Mobile */
@media (max-width: 480px) {
    .email-verify-card {
        padding: 30px 20px;
    }

    .email-verify-card h1 {
        font-size: 22px;
    }
}
