/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 2.5.3.1582572335
Updated: 2020-02-24 11:25:35

*/
#site-selector-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#site-selector-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 300px;
    /* Adjust as needed */
}

#popup-heading {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
}

#popup-subtitle {
    display: none;
    /* Hide the subtitle */
    font-size: 12px;
    color: #555;
    margin-bottom: 20px;
}

#can-site-button,
#no-thanks-button {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    font-size: 12px;
    color: #007bff;
    text-decoration: none;
}

#can-site-button:hover,
#no-thanks-button:hover {
    text-decoration: underline;
    /* Underline on hover */
}

#close-popup {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

#privacy-link {
    font-size: 10px;
    color: #888;
    margin-top: 10px;
}

.secondary-navigation ul.menu a:visited {
color: white!important;
}
.secondary-navigation ul.menu a:hover {
color: white!important;
}
.secondary-navigation ul.menu a:link {
color: white!important;
}
.secondary-navigation ul.menu a:active {
color: white!important;
}
.site-footer a:not(.button):visited {
color: white!important;
}
.site-footer a:not(.button):hover {
color: white!important;
}
.site-footer a:not(.button):link {
color: white!important;
}
.site-footer a:not(.button):active {
color: white!important;
}

/* LOCKWOOD: Custom Warranty Tab Icons */

/* 1. Warranty Claim (Shield or Document with Check) */
.woocommerce-MyAccount-navigation-link--warranty-claim a::before {
    content: "\f132"; /* FontAwesome Shield-Alt */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

/* 2. Warranty Transfer (Arrows/Exchange) */
.woocommerce-MyAccount-navigation-link--warranty-transfer a::before {
    content: "\f362"; /* FontAwesome Exchange-Alt */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

/* 3. Support (Life Ring or Headset) */
.woocommerce-MyAccount-navigation-link--support a::before {
    content: "\f1cd"; /* FontAwesome Life-Ring */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

/* Fallback: If FontAwesome isn"t active, use WordPress Dashicons */
.woocommerce-MyAccount-navigation-link--warranty-claim a::before { content: "\f332"; font-family: dashicons; } /* Shield */
.woocommerce-MyAccount-navigation-link--warranty-transfer a::before { content: "\f531"; font-family: dashicons; } /* Replace/Transfer */
