@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//earhartevents.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.8") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//earhartevents.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//earhartevents.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//earhartevents.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//earhartevents.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//earhartevents.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//earhartevents.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//earhartevents.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//earhartevents.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Cormorant", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(146,106,57);
	--wd-title-font-style: italic;
	--wd-entities-title-font: "Cormorant", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cormorant", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 300;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(146,106,57);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(146,106,57);
	--btn-accented-bgcolor-hover: rgb(146,106,57);
	--btn-font-weight: 400;
	--btn-transform: capitalize;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(191,167,139);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.wd-swatch.wd-text.wd-enabled {
    border: 1px solid;
    padding: 7px;
}






/* Remove the underline on hover and active states */
[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
    display: none;
}

[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text.wd-active:after,
[class*="wd-swatches"].wd-text-style-1 :is(.wd-swatch-wrap a:hover, .wd-swatch-wrap.wd-active) .wd-swatch.wd-text:after {
    display: none;
}

/* Add green background on hover */
.wd-swatch.wd-text.wd-enabled:hover {
    background-color: #a5af87; /* Green color */
    color: #fff; /* White text for better contrast */
}

/* Add green background when active/selected */
.wd-swatch.wd-text.wd-active {
    background-color: #a5af87; /* Green color */
    color: #fff; /* White text for better contrast */
}





/*Currency dropdown desing  */

/* Container Styling */
.wd-header-html.whb-jfyin4u9bh2tdlbpz3ui {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
}

/* Main Selectron Container */
.selectron23 {
    width: 140px !important;
    height: 45px !important;
    flex-basis: 140px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.selectron23-container {
    min-height: 45px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: visible !important;
}

.selectron23-container:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Selected Option Styling */
.selectron23-option[data-selected="1"] {
    padding: 10px 40px 10px 15px !important;
    display: flex !important;
    align-items: center !important;
    min-height: 45px !important;
    background: transparent !important;
    position: relative !important;
}

.selectron23-option[data-selected="1"]::after {
    content: "▼" !important;
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 10px !important;
    transition: transform 0.3s ease !important;
}

.selectron23-container[data-opened="1"] .selectron23-option[data-selected="1"]::after {
    transform: translateY(-50%) rotate(180deg) !important;
}

/* Currency Title */
.selectron23-option-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    letter-spacing: 0.5px !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

/* Currency Description */
.selectron23-option-text {
    font-size: 11px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    margin-top: 2px !important;
    line-height: 1.2 !important;
    display: none !important; /* Hide description in closed state */
}

/* Hide Flag Images */
.selectron23-img {
    display: none !important;
}

/* Dropdown Options Container */
.selectron23-container[data-opened="1"] {
    background: rgba(72, 85, 66, 0.98) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
    z-index: 99999 !important;
}

/* Individual Dropdown Options */
.selectron23-option:not([data-selected="1"]) {
    padding: 12px 15px !important;
    display: none !important;
    background: transparent !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: background 0.2s ease !important;
}

.selectron23-container[data-opened="1"] .selectron23-option:not([data-selected="1"]) {
    display: flex !important;
    align-items: center !important;
}

.selectron23-option:not([data-selected="1"]):hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.selectron23-container[data-opened="1"] .selectron23-option-text {
    display: block !important;
}

/* Pointer/Arrow */
.selectron23-container span[data-pointer="1"] {
    display: none !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .selectron23 {
        width: 130px !important;
        flex-basis: 130px !important;
    }
    
    .selectron23-option-title {
        font-size: 14px !important;
    }
    
    .selectron23-option-text {
        font-size: 10px !important;
    }
}

@media (max-width: 768px) {
    .selectron23 {
        width: 110px !important;
        height: 40px !important;
        flex-basis: 110px !important;
    }
    
    .selectron23-container {
        min-height: 40px !important;
        border-radius: 6px !important;
    }
    
    .selectron23-option[data-selected="1"] {
        padding: 8px 35px 8px 12px !important;
        min-height: 40px !important;
    }
    
    .selectron23-option-title {
        font-size: 13px !important;
    }
    
    .selectron23-option:not([data-selected="1"]) {
        padding: 10px 12px !important;
    }
}

/* Alternative: Compact Version (show only currency code) */
.selectron23.compact-mode .selectron23-option-text {
    display: none !important;
}

.selectron23.compact-mode .selectron23-option[data-selected="1"] {
    padding: 0 35px 0 15px !important;
    justify-content: center !important;
}

.selectron23.compact-mode .selectron23-option-title {
    font-size: 16px !important;
}