.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#262626;--e-global-color-text:#000000;--e-global-color-accent:#F95E19;--e-global-color-95845e1:#F95E19;--e-global-color-f8bbfe3:#F3E3D0;--e-global-color-60d207d:#A1350F;--e-global-color-6285a7f:#6D1C27;--e-global-color-6aef06d:#48241E;--e-global-color-d9bbacc:#000000;--e-global-color-9990f0a:#FFFFFF;font-family:"Acumin Variable Concept Regular", Sans-serif;font-size:16px;font-weight:400;line-height:1.4em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-size:18px;color:var( --e-global-color-9990f0a );border-radius:40px 40px 40px 40px;padding:10px 20px 10px 20px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-9990f0a );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-60d207d );font-family:"Acumin Variable Concept Regular", Sans-serif;}.elementor-kit-6 h1{font-family:"Ayer", Sans-serif;font-size:70px;font-weight:400;line-height:1.2px;}.elementor-kit-6 h2{font-family:"Ayer", Sans-serif;font-size:55px;line-height:1.2em;}.elementor-kit-6 h3{font-family:"Ayer", Sans-serif;font-size:44px;font-weight:400;line-height:1.2em;}.elementor-kit-6 h4{font-family:"Ayer", Sans-serif;font-weight:400;line-height:1.2em;}.elementor-kit-6 h5{font-family:"Acumin Variable Concept Regular", Sans-serif;}.elementor-kit-6 h6{font-family:"Acumin Variable Concept Regular", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1170px;}.e-con{--container-max-width:1170px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h1{font-size:50px;}.elementor-kit-6 h2{font-size:45px;}.elementor-kit-6 h3{font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:45px;}.elementor-kit-6 h2{font-size:40px;}.elementor-kit-6 h3{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.woocommerce-message {
    border-top-color: #F95E19 !important;
}


/* WooCommerce Default Sorting Dropdown - Cross Browser Fix with Custom Font */
.woocommerce-ordering select {
    font-family: "YourCustomFont", "Helvetica Neue", Arial, sans-serif; /* change this */
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;

    color: #333 !important;                /* desired text color */
    background-color: #fff;                /* dropdown background */
    border: 1px solid #ccc;                /* border styling */
    border-radius: 4px;
    padding: 0.5em 2em 0.5em 0.75em;       /* spacing with room for arrow */
    cursor: pointer;

    /* Remove default browser styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Custom dropdown arrow (SVG inline, dark gray) */
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'><path fill='%23333' d='M7 10l5 5 5-5z'/></svg>") 
                no-repeat right 0.75em center/1em auto,
                #fff;
}

/* Fix Safari blue text on focus */
.woocommerce-ordering select:focus,
.woocommerce-ordering select:active {
    color: #333 !important;
    -webkit-text-fill-color: #333 !important;
    outline: none;
    border-color: #888; /* optional focus state */
}

/* Make sure options inherit correct text color & font */
.woocommerce-ordering option {
    font-family: "YourCustomFont", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    color: #333;
    background: #fff;
}




.grecaptcha-badge { visibility: hidden; }
h1 a,h2 a,h3 a {
    font-family: Ayer, sans-serif !important;
}
div#delivery_btn span {
    background: #F95E19;
    padding: 3px 15px;
    border-radius: 5px;
    color: #ffffff;
}
.elementor-element.fd_form .fd-form-content {
    position: relative;
}
.elementor-element.fd_form .fd-form-content::after {
  content: "";
  display: block;
  clear: both;
}
.elementor-element.fd_form .fd-form-content [data-ff-el="fields"] {
    width: 70%;
    float: left;
}
.elementor-element.fd_form .fd-form-content [data-ff-el="footer"] {
    width: 28%;
    margin-left: 2%;
    float: left;
}
.elementor-element.fd_form .fd-form-content [data-ff-el="footer"] button[type="submit"] {
    width: 100%;
}
a.charlie_brand {
    background: #F95E19;
    padding: 10px;
    width: auto !important;
    border-radius: 3px;
}

a.charlie_brand span {
    color: #ffffff !important;
}
.woof.woof_sid .woof_text_search_container {
    border-bottom: 1px solid #cccc;
    padding-bottom: 30px;
}
.woof.woof_sid .woof_text_search_container input {
    border: 1px solid #F65D19;
}
.woof_price3_search_container.woof_container {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    padding-top: 5px;
}
.woof_checkbox_instock_container, .woof_checkbox_sales_container, .woof_container.woof_container_checkbox {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    padding-top: 20px;
}
.woof_container.woof_container_checkbox {
    padding-top: 10px;
}
.woof.woof_sid .woof_text_search_container input:focus-visible {
    outline: none !important;
}
ul.products.elementor-grid {
    grid-row-gap: 20px !important;
    grid-column-gap: 20px !important;
}

ul.products.elementor-grid li.product.type-product {
    background: #fff;
    padding: 30px !important;
    border-radius: 10px;
}
ul.products.elementor-grid li.product.type-product h2.woocommerce-loop-product__title {
    min-height: 95px;
}
.irs--round .irs-handle {
    border-color: #F65D19 !important;
}

.irs--round .irs-bar {
    background-color: #F65D19 !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #F65D19 !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border-top-color: #F65D19 !important;
}
button.woof_reset_button_2 {
    padding: 2px 10px;
    border: 0;
    font-size: 14px;
}
.woof_container_inner h4 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}
button.button.woof_reset_search_form {
    letter-spacing: 1px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    pointer-events: none;
}
li.woof_term_21 {
    display: none;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    width: 100%;
    display: block;
    background: transparent;
    padding-top: 0;
}
.woocommerce div.product form.cart .variations th {
    padding: 0;
    text-align: left;
    font-size: 12px;
    background: transparent;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0 !important;
    margin-right: 10px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    color: #fff;
    border: 1px solid #F95E19 !important;
    box-shadow: none;
    background: #F95E19;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    box-shadow: none !important;
    border: 1px solid #F95E19;
    color: #F95E19;
    font-size: 14px;
    margin-left: 0;
}
.wc-block-components-totals-coupon__content label {
    outline: none !important;
}

.wc-block-components-totals-coupon__content button.wc-block-components-button {
    height: 25px;
    min-height: 50px !important;
    border-color: #F94E19;
}

.wc-block-components-totals-coupon__content button.wc-block-components-button:hover {
    background: transparent;
    color: #F94E19;
    border-color: #F95E19;
}

.wc-block-components-totals-coupon__content input {
    outline: none !important;
}

a.wc-block-components-button.wp-element-button {
    background: #F95E19;
    color: #ffffff;
    border: 1px solid #F95E19;
    border-radius: 3px;
    outline: none !important;
}
.wp-block-woocommerce-cart-order-summary-block > h2 {
    padding-top: 0 !important;
}
input {
    outline: none !important;
}
input#coupon_code {
    height: 45px;
}
a.added_to_cart.wc-forward {
    margin-left: 10px;
}
svg:focus {
    outline: none;
}
a:focus, a:focus+visible {outline: none !important;}
*{outline: none !important;}
p.woocommerce-mini-cart__buttons.buttons {}

p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    margin-left: 10px;
}
p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:hover {
    background: #F95E19;
    color: #ffffff;
}
ul.woocommerce-mini-cart a.remove.remove_from_cart_button {color: #000000 !important;background: transparent !important;}

ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a {
    color: #000000 !important;
}
.e-woo-select2-wrapper .select2-results__option {
    font-family: inherit !important;
}
a.elementor-button.continue-shopping {
    margin-top: 9px;
    font-size: 14px;
}
a.elementor-button.continue-shopping:hover {
    background: #F95E19;
    border-color: #F95E19;
}
.product-type-wgm_gift_card.product {}

.product-type-wgm_gift_card.product .quantity {
    display: none;
}

.product-type-wgm_gift_card.product button.single_add_to_cart_button.button {
    margin-inline-start: 0 !important;
    margin-top: 15px !important;
}

a#mwg_wgm_preview_email {
    background: #f95e19 !important;
    border-radius: 5px;
}
.product-type-wgm_gift_card.product #related_section {
    display: none;
}
@media all and (max-width:767px){
ul.products.elementor-grid li.product.type-product h2.woocommerce-loop-product__title {
    min-height: 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count, .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    width: 100%;
    display: block;
}
.woof_hide_filter {
    display: block !important;
    text-transform: uppercase;
}

.woof_hide_filter .woof_redraw_zone {
    display: none !important;
}

.woof_show_filter_for_mobile.woof .woof_redraw_zone {
    display: block !important;
}

.woof_show_filter_for_mobile.woof .woof_show_mobile_filter {
    display: none;
}

.woof_hide_mobile_filter span, .woof_show_mobile_filter span {
    font-size: 14px;
    letter-spacing: .50px;
}

.woof_hide_mobile_filter img, .woof_show_mobile_filter img {
    width: 20px;
    height: 20px;
}
.e-woo-select2-wrapper .select2-results__option {
    font-size: 16px !important;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 12px;
}
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
    background: #F95E19;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background: #F95E19 !important;
    border-radius: 5px;
    color: #ffffff !important;
    font-weight: 400;
}


.cart .quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid #1a2b5a;
    border-radius: 4px;
    overflow: hidden;
}
.cart .quantity * {
    margin: 0 !important;
}
.cart .quantity .qty-btn {
    background: transparent !important;
    border: none !important;
    width: 32px;
    height: 100%;
    cursor: pointer;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.cart .quantity input.qty {
    width: 50px;
    text-align: center !important;
    border: none !important;
    padding: 0;
    font-size: 16px;
}
.cart .quantity .qty-btn:hover {
    background: #f1f1f1;
}
.elementor-menu-cart__product-price.product-price .quantity {
    border: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Acumin Variable Concept Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://charliefoxshop.com/wp-content/uploads/2025/08/AcuminVariableConceptRegular.eot');
	src: url('https://charliefoxshop.com/wp-content/uploads/2025/08/AcuminVariableConceptRegular.eot?#iefix') format('embedded-opentype'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/AcuminVariableConceptRegular.woff2') format('woff2'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/AcuminVariableConceptRegular.woff') format('woff'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/AcuminVariableConceptRegular.ttf') format('truetype'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/AcuminVariableConceptRegular.svg#AcuminVariableConceptRegular') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Ayer';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Medium.eot');
	src: url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Medium.woff2') format('woff2'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Medium.woff') format('woff'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Medium.ttf') format('truetype'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Medium.svg#Ayer') format('svg');
}
@font-face {
	font-family: 'Ayer';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Regular.eot');
	src: url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Regular.woff2') format('woff2'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Regular.woff') format('woff'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Regular.ttf') format('truetype'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Regular.svg#Ayer') format('svg');
}
@font-face {
	font-family: 'Ayer';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Semibold.eot');
	src: url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Semibold.eot?#iefix') format('embedded-opentype'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Semibold.woff2') format('woff2'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Semibold.woff') format('woff'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Semibold.ttf') format('truetype'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Semibold.svg#Ayer') format('svg');
}
@font-face {
	font-family: 'Ayer';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Bold.eot');
	src: url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Bold.woff2') format('woff2'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Bold.woff') format('woff'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Bold.ttf') format('truetype'),
		url('https://charliefoxshop.com/wp-content/uploads/2025/08/Ayer-Bold.svg#Ayer') format('svg');
}
/* End Custom Fonts CSS */