/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* VIP Points Earn Notice - Checkout */
.wc_points_rewards_earn_points {
    margin: 0 0 10px 0 !important;
}

.wc_points_rewards_earn_points .woocommerce-info {
    background-color: #262527 !important;
    border: 1px solid #F6CE06 !important;
    border-radius: 4px !important;
    padding: 16px 20px 16px 86px !important; /* extra left padding for icon */
    margin: 0 !important;
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}

/* remove default WooCommerce dashicon */
.wc_points_rewards_earn_points .woocommerce-info::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 58px !important;
    height: 36px !important;
    background-image: url('https://rageroomhalifax.ca/wp-content/uploads/2026/07/rrh-vip-small.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font: unset !important; /* clears the old dashicon font glyph */
}

.wc_points_rewards_earn_points .woocommerce-info strong {
    color: #F6CE06 !important;
    font-weight: 700 !important;
    margin: 0 6px !important; /* fixes missing spacing around the number */
}
/* ============================================
   CHECKOUT — Points Redeem Notice
   ============================================ */
.wc_points_redeem_earn_points {
    background-color: #262527 !important;
    border: 1px solid #F6CE06 !important;
    border-radius: 4px !important;
    padding: 16px 20px !important;
    margin: 0 0 20px 0 !important;
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    position: relative !important;
}

/* remove broken dashicon */
.wc_points_redeem_earn_points::before {
    content: none !important;
    display: none !important;
}

/* Apply Discount form + button */
.wc_points_redeem_earn_points form.wc_points_rewards_apply_discount {
    margin: 0 !important;
    flex-shrink: 0 !important;
}

.wc_points_redeem_earn_points input.wc_points_rewards_apply_discount {
    background-color: transparent !important;
    color: #F6CE06 !important;
    border: 1px solid #F6CE06 !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    font-family: 'Passion One', sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
}

.wc_points_redeem_earn_points input.wc_points_rewards_apply_discount:hover {
    background-color: #F6CE06 !important;
    color: #262527 !important;
}

/* stack on mobile */
@media (max-width: 480px) {
    .wc_points_redeem_earn_points {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .wc_points_redeem_earn_points input.wc_points_rewards_apply_discount {
        width: 100% !important;
        text-align: center !important;
    }
}
.wc_points_redeem_earn_points form.wc_points_rewards_apply_discount {
    margin: 0 0 0 auto !important;
    flex-shrink: 0 !important;
}
/* ============================================
   RAGE ROOM GIFT CARD — PRODUCT PAGE
   ============================================ */

/* --- Gift Card Value box: label, select, padding, outline --- */
.woocommerce div.product form.cart table.variations {
    background-color: #1a1a1b !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 6px !important;
    padding: 20px !important;
    display: block !important;
}

.woocommerce div.product form.cart table.variations tbody,
.woocommerce div.product form.cart table.variations tr {
    display: block !important;
}

.woocommerce div.product form.cart table.variations th.label,
.woocommerce div.product form.cart table.variations td.value {
    display: block !important;
    padding: 0 !important;
    width: 100% !important;
}

.woocommerce div.product form.cart table.variations td.value {
    margin-top: 10px !important;
}

.woocommerce div.product form.cart table.variations th.label label {
    color: #ffffff !important;
    font-family: 'Exo', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.woocommerce div.product form.cart table.variations td.value select {
    background-color: #262527 !important;
    color: #ffffff !important;
    border: 1px solid #F6CE06 !important;
    border-radius: 4px !important;
    padding: 10px 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    height: auto !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.woocommerce div.product form.cart table.variations td.value select:focus {
    border-color: #F6CE06 !important;
    outline: none !important;
}

.woocommerce div.product form.cart table.variations td.value .reset_variations {
    color: #F6CE06 !important;
}

/* --- Selected variation price --- */
.woocommerce-variation-price {
    margin-bottom: 24px !important;
    display: block !important;
}

.woocommerce-variation-price .price,
.woocommerce-variation-price .price .woocommerce-Price-amount {
    font-family: 'Passion One', sans-serif !important;
    font-weight: 700 !important;
    color: #F6CE06 !important;
    font-size: 32px !important;
}

/* --- "Send the gift card to" box — dark mode --- */
.wc-sc-gift-card-receiver-detail-container {
    background-color: #262527 !important;
    border: 1px solid #414042 !important;
    border-radius: 6px !important;
    padding: 20px !important;
    color: #ffffff !important;
}

.wc-sc-gift-card-receiver-detail-container label[for="wc-sc-gift-title"] {
    color: #ffffff !important;
    font-family: 'Exo', sans-serif !important;
    font-weight: 700 !important;
}

.wc-sc-gift-accordion-header {
    background-color: #1a1a1b !important;
    border: 1px solid #414042 !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
}

.wc-sc-accordion-title {
    color: #F6CE06 !important;
    font-family: 'Exo', sans-serif !important;
    font-weight: 700 !important;
}

.accordion-toggle {
    color: #ffffff !important;
}

.wc-sc-gift-accordion-content {
    background-color: #262527 !important;
    border: 1px solid #414042 !important;
    border-top: none !important;
}

.wc-sc-gift-item .amount {
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif !important;
}

.wc-sc-gift-item .amount .woocommerce-Price-amount {
    color: #F6CE06 !important;
    font-weight: 700 !important;
}

.gift_receiver_email,
.gift_receiver_message {
    background-color: #1a1a1b !important;
    color: #ffffff !important;
    border: 1px solid #414042 !important;
    border-radius: 4px !important;
    padding: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.gift_receiver_email::placeholder,
.gift_receiver_message::placeholder {
    color: #999999 !important;
}

.gift_receiver_email:focus,
.gift_receiver_message:focus {
    border-color: #F6CE06 !important;
    outline: none !important;
}

/* --- Quantity input — dark mode --- */
.quantity input.qty {
    background-color: #262527 !important;
    color: #ffffff !important;
    border: 1px solid #414042 !important;
    border-radius: 4px !important;
    padding: 10px 14px !important;
}

.quantity input.qty:focus {
    border-color: #F6CE06 !important;
    outline: none !important;
}

/* --- CTA button — Passion One, normal weight --- */
.single_add_to_cart_button {
    font-family: 'Passion One', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
}
/* ============================================
   MY ACCOUNT PAGE (WooCommerce shortcode)
   ============================================ */

/* --- Overall content text --- */
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-content p {
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

.woocommerce-MyAccount-content strong {
    color: #F6CE06 !important;
}

.woocommerce-MyAccount-content a {
    color: #F6CE06 !important;
    text-decoration: underline !important;
}

.woocommerce-MyAccount-content a:hover {
    color: #ffffff !important;
}

.woocommerce-MyAccount-content h2 {
    font-family: 'Passion One', sans-serif !important;
    color: #ffffff !important;
    font-size: 28px !important;
    margin-bottom: 12px !important;
}

/* --- Sidebar navigation --- */
.woocommerce-MyAccount-navigation {
    background-color: #1a1a1b !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 6px !important;
    padding: 16px 0 !important;
    margin-bottom: 24px !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-navigation-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.woocommerce-MyAccount-navigation-link:last-child {
    border-bottom: none !important;
}

.woocommerce-MyAccount-navigation-link a {
    display: block !important;
    padding: 12px 20px !important;
    color: #ffffff !important;
    font-family: 'Exo', sans-serif !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
}

.woocommerce-MyAccount-navigation-link a:hover {
    background-color: #262527 !important;
    color: #F6CE06 !important;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #262527 !important;
    color: #F6CE06 !important;
    border-left: 3px solid #F6CE06 !important;
    padding-left: 17px !important;
}

/* --- Notice / info boxes (Orders, Downloads, Bookings empty states) --- */
.woocommerce-MyAccount-content .woocommerce-info {
    background-color: #262527 !important;
    border: 1px solid #F6CE06 !important;
    border-radius: 4px !important;
    padding: 16px 20px !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.woocommerce-MyAccount-content .woocommerce-info::before {
    display: none !important;
}

/* --- Buttons inside notices (Browse products / Go Shop) --- */
.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-MyAccount-content .button.wc-forward {
    background-color: #F6CE06 !important;
    color: #262527 !important;
    font-family: 'Passion One', sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    order: 2 !important;
}

.woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce-MyAccount-content .button.wc-forward:hover {
    background-color: #ffffff !important;
    color: #262527 !important;
}

/* Bookings notice puts the button first in markup — push text after it visually */
.woocommerce-Message--info .woocommerce-Button {
    order: 0 !important;
}