/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
@charset "UTF-8";

@font-face {
    font-family: "fs-icons";
    src:url("fonts/fs-icons.eot");
    src:url("fonts/fs-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/fs-icons.woff") format("woff"),
    url("fonts/fs-icons.ttf") format("truetype"),
    url("fonts/fs-icons.svg#fs-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Baron Sans Regular';
    src: url('fonts/baronsans-roman-webfont.woff2') format('woff2'),
    url('fonts/baronsans-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Baron Sans Thin';
    src: url('fonts/baronsans-thin-webfont.woff2') format('woff2'),
    url('fonts/baronsans-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Baron Sans UltraThin';
    src: url('fonts/baronsans-ultrathin-webfont.woff2') format('woff2'),
    url('fonts/baronsans-ultrathin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Meltow';
    src: url('fonts/meltow-san-100-regular-webfont.woff2') format('woff2'),
    url('fonts/meltow-san-100-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[data-icon]:before {
    font-family: "fs-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fs-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
    content: "\61";
}
.icon-search:before {
    content: "\62";
}
.icon-search-1:before {
    content: "\63";
}
.icon-search-2:before {
    content: "\64";
}
.icon-heart-empty:before {
    content: "\65";
}
.icon-heart-o:before {
    content: "\66";
}
.icon-collection-35:before {
    content: "\67";
}
.icon-icons8-search:before {
    content: "\68";
}
.icon-like-20:before {
    content: "\69";
}
.icon-shopping-bag-46:before {
    content: "\6a";
}
.icon-user-128:before {
    content: "\6b";
}
.icon-user-128-1:before {
    content: "\6c";
}
.elementor-icon i.fas.fa-user {
    font-size: 24px;
}
.elementor-search-form--skin-minimal .elementor-search-form__icon {
    opacity: 1!important;
}
.elementor-search-form i.fas.fa-search {
    font-size: 18px;
}
.elementor-search-form i.fas.fa-search:before {
    font-family: "fs-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\63";
    color: #212121;
}
.elementor-icon i.fas.fa-user:before {
    font-family: "fs-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\6c";
}
.eicon-cart-solid {
    font-size: 24px;
}
.eicon-cart-solid:before {
    font-family: "fs-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\6a";
}
body .elementor-menu-cart__toggle_button.elementor-button {
    padding: 0 5px;
    margin-left: 10px;
}
.fs-delivery-section .wfacp-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}
.fs-delivery-section .wfacp-row .wfacp_custom_field_wfacp_wysiwyg {
    width: 100%;
    max-width: 50%;
    margin: 0!important;
}
#wfacp-e-form .fs-delivery-section h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.wfacp-row .orddd-checkout-fields {
    width: 50%;
    overflow: hidden;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
#wfacp-e-form .wfacp-row .orddd-checkout-fields .form-row-wide {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 7px;
    position: relative;
}
#wfacp-e-form .wfacp-row .orddd-checkout-fields .form-row label {
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -10px;
    transform-origin: left top;
    color: #969595;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    background-color: #fff;
    pointer-events: none;
    transition: all .235s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 9;
    bottom: 5px;
    right: 22px;
    margin-bottom: 0;
    top: 6px;
    font-size: 12px!important;
    background: 0 0!important;
    bottom: auto;
    right: 7px;
    margin-top: 0;
    line-height: 1.3;
}
.ui-datepicker.ui-widget {
    z-index: 1000!important;
}
body #wfacp-e-form textarea {
    height: 48px!important;
}
body #wfacp-e-form input[type=text].hasDatepicker {
}

/* Match the Order Delivery Date field to the standard checkout inputs. */
.woocommerce-checkout .orddd-checkout-fields input.input-text.hasDatepicker {
    width: 100%;
    min-height: 48px;
    padding: 16px;
    border: 0;
    border-radius: 0;
    background-color: #f9fafa !important;
    color: #69727d;
    box-shadow: none;
    box-sizing: border-box;
}

#wfacp-e-form .wfacp_main_form .orddd-checkout-fields .select2-container .select2-selection--single .select2-selection__rendered {
}
body #wfacp-e-form .wfacp-form .wfacp_main_form:not(.wfacp_single_step_form) .btm_btn_sec.wfacp_back_cart_link {
    margin-top: 30px;
}
.wfacp_last_page.two_step {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 30px;
}
#wfacp-e-form .wfacp_last_page.two_step .wfacp-section {
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
}
.wc-credit-card-form label {
    margin-bottom: 10px!important;
    display: inline-block!important;
}
.wc-credit-card-form label[data-ifields-id="card-data-error"] {
    display: none!important;
}
body #wfacp-e-form #payment #cardknox-card-expiry {
    border: 1px solid rgb(191, 191, 191);
    padding: 0px 12px!important;
    width: 100% !important;
    height: 48px;
    background-color: rgb(255, 255, 255);
    font-weight: inherit;
    font-size: 14px!important;
    color: rgb(64, 64, 64);
    box-sizing: border-box;
    display: block;
    font-family: "Arial";
    margin: 0!important;
}
body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li .wc-credit-card-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li .wc-credit-card-form .form-row {
    width: 100%;
    max-width: 50%;
    margin: 0;
    padding: 0 7px;
}
body .wfacp_main_form.woocommerce .woocommerce-checkout #payment ul.payment_methods li .wc-credit-card-form .form-row.form-row-wide {
    max-width: 100%;
}
body #wfacp-e-form #add_payment_method #payment ul.payment_methods, body #wfacp-e-form .woocommerce-cart #payment ul.payment_methods, body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods > li + li {
    margin-top: 20px!important;
}
body #wfacp-e-form #add_payment_method #payment ul.payment_methods, body #wfacp-e-form .woocommerce-cart #payment ul.payment_methods, body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods > li {
    border: 1px solid #ddd!important;
}
body #wfacp-e-form #add_payment_method #payment ul.payment_methods, body #wfacp-e-form .woocommerce-cart #payment ul.payment_methods, body #wfacp-e-form .woocommerce-checkout #payment ul.payment_methods {
    border: 0!important;
    border-radius: 0!important;
}
#wfacp-e-form .wfacp_main_form .wfacp-section .woocommerce-checkout-payment {
    margin-bottom: 0!important;
}
body #wfacp-e-form .wfacp_shipping_options ul, body #wfacp-e-form .wfacp_shipping_table ul#shipping_method {
    border-radius: 0!important;
    border: 1px solid #bfbfbf!important;
}
#wfacp_checkout_form #shipping_first_name_field,
#wfacp_checkout_form #shipping_last_name_field,
#wfacp_checkout_form #shipping_phone_field {
    display: none!important;
}
@media (max-width: 767px) {
    #wfacp-e-form .wfacp-left-panel {
        padding: 10px!important;
    }

    .wfacp-row .orddd-checkout-fields {
        float: none!important;
    }
    #wfacp-e-form .wfacp-row .orddd-checkout-fields .form-row-wide {
        max-width: 100%;
    }
    .fs-delivery-section .wfacp-row .wfacp_custom_field_wfacp_wysiwyg {
        max-width: 100%;
    }
    #wfacp-e-form .fs-delivery-section h4 {
        display: none;
    }
}
.elementor-button-icon-qty[data-counter="0"] {
    display: none!important;
}
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-nav-menu--main .elementor-item.highlighted,
.elementor-nav-menu--main .elementor-item:focus {
    color: #212121!important;
    text-decoration: underline;
}
.elementor-nav-menu--main .elementor-nav-menu--dropdown a:hover,
.elementor-nav-menu--main .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-nav-menu--main .elementor-nav-menu--dropdown a.highlighted {
    background-color: transparent!important;
    color: #212121!important;
    text-decoration: underline;
}
.elementor-nav-menu--main .elementor-nav-menu--dropdown {
    background-color: #ffffff!important;
    border: 0!important;
    padding: 20px!important;
}
.elementor-nav-menu--main .elementor-nav-menu--dropdown a {
    padding: 0!important;
}
.elementor-nav-menu--main .elementor-nav-menu--dropdown li:not(:last-child) {
    border: 0!important;
}
.elementor-nav-menu--main .elementor-sub-item.menu-link {
    text-align: left!important;
}
.woocommerce-breadcrumb a {
    text-decoration: none!important;
}
.product .elementor-accordion .elementor-tab-content {
    padding-left: 0;
    padding-right: 0;
}
.product .elementor-accordion .elementor-tab-title {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
}
.product .elementor-accordion .elementor-accordion-item {
    border-left: 0;
    border-right: 0;
}
.product .elementor-accordion .elementor-accordion-item .elementor-accordion-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}
.product .elementor-tab-title.elementor-active .elementor-accordion-icon,
.product .elementor-tab-title.elementor-active .elementor-accordion-title {
    color: #212121!important;
}
.product .elementor-accordion-icon {
    width: 15px!important;
    height: 15px!important;
}
.product .elementor-accordion-icon .elementor-accordion-icon-opened i,
.product .elementor-accordion-icon .elementor-accordion-icon-closed i {
    display: block!important;
    width: 15px!important;
    height: 15px!important;
    position: relative!important;
}
.product .elementor-accordion-icon .elementor-accordion-icon-opened i:before,
.product .elementor-accordion-icon .elementor-accordion-icon-closed i:before {
    content: '' !important;
    display: block;
    width: 11px;
    height: 1px;
    background-color: #212121;
    position: absolute;
    top: 7px;
    right: 2px;
}
.product .elementor-accordion-icon .elementor-accordion-icon-closed i:after {
    content: '' !important;
    display: block;
    height: 11px;
    width: 1px;
    background-color: #212121;
    position: absolute;
    top: 2px;
    left: 7px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
}
.woocommerce div.product div.images .flex-control-thumbs > li {
    box-sizing: border-box;
    width: 100%;
    max-width: 25%;
    margin-right: 14px;
}
.woocommerce div.product div.images .flex-control-thumbs > li:last-child {
    margin-right: 0;
}
.fs-slider-video {
    display: flex;
    align-items: center;
    background-color: gray;
    position: relative;
    cursor: pointer;
}
.woocommerce div.product div.images .flex-control-thumbs li.fs-slider-video img {
    opacity: 0.7;
}
.fs-slider-video:after {
    margin-left: -15px;
    margin-top: -18px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    height: 37px;

    border-color: transparent transparent transparent #202020;
    transition: 100ms all ease;
    will-change: border-width;
    cursor: pointer;

    border-style: solid;
    border-width: 18px 0 18px 30px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    border-width: 1px;
    top: 10px;
    left: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    height: 6px;
}
.elementor-widget-wc-categories ul.products {
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 30px!important;
    grid-row-gap: 35px!important;
}
.single-product div.product .entry-title {
    margin-bottom: 15px;
}
.single-product div.product p.price {
    font-family: "Baron Sans Regular" !important;
    font-size: 13px!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    color: #3a3a3a!important;
    letter-spacing: 0!important;
}
.elementor-widget-heading h2.elementor-heading-title .woocommerce-Price-amount {
    font-size: 14px!important;
}
body #wfacp-e-form .wfacp_main_form .wfacp-section h4.fs-shipping-radio-label {
    margin-bottom: -20px;
    font-size: 15px;
    font-weight: 700;
    padding-top: 0;
    margin-top: 0;
}
body #wfacp-e-form .wfacp_main_form p.wfacp_custom_field_radio_wrap .wfacp-form-control {
    background-color: transparent!important;
    display: inline-block;
}
#wfacp-e-form .wfacp_main_form button[type=submit]:hover,
body:not(.wfacpef_page):not(.wfacp_oxygen_template) #wfacp-e-form .wfacp_main_form .wfacp-next-btn-wrap button:hover {
    color: #ffffff!important;
}
.wfacp_page h2.fs-section-title{
    font-family: "Baron Sans UltraThin",Sans-serif !important;
    font-size: 24px!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    color: #333!important;
    text-align: left!important;
}
#same_as_shipping_field .optional {
    display: none!important;
}
#receiver_name_field label .optional,
#receiver_phone_field label .optional,
#shipping_address_1_field .optional,
#shipping_city_field .optional,
#shipping_postcode_field .optional,
#shipping_country_field .optional,
#shipping_state_field .optional {
    display: none!important;
}
.home .elementor-location-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(38, 22, 10, 0) 0%, rgba(38, 22, 10, 0.25) 100%)!important;
    z-index: 999;
    transition: background 0.8s ease-in-out;
}
.home .elementor-location-header > section {
    z-index: 999;
    background: transparent!important;
}
.home .elementor-location-header > section .elementor-heading-title {
    color: #ffffff!important;
    -webkit-text-stroke-color: #ffffff!important;
    stroke: #ffffff!important;
}
.home .elementor-location-header > section .eicon-cart-solid,
.home .elementor-location-header > section .elementor-icon {
    color: #ffffff!important;
}
.home .elementor-location-header > section .elementor-icon * {
    fill: #ffffff;
}
.home .elementor-location-header > section .menu-item a {
    color: #ffffff!important;
    fill: #ffffff!important;
}
.home .elementor-location-header > section .elementor-search-form__container {
    background: transparent!important;
    border: 1px solid #ffffff!important;
}
.home .elementor-location-header > section .elementor-search-form__icon {
    color: #ffffff;
    fill: #ffffff;
}
.home .elementor-location-header > section .elementor-search-form__icon i:before {
    color: #ffffff!important;
}
.home .elementor-location-header > section .elementor-search-form__input::placeholder {
    color: #ffffff;
    opacity: 1;
}


.home .elementor-location-header:hover {
    background: #ffffff!important;
}
.home .elementor-location-header:hover > section:first-child {
    background: #cebdc9!important;
}
.home .elementor-location-header:hover > section .elementor-heading-title {
    color: #212121!important;
    -webkit-text-stroke-color: #000!important;
    stroke: #000!important;
}
.home .elementor-location-header:hover > section .eicon-cart-solid,
.home .elementor-location-header:hover > section .elementor-icon {
    color: #212121!important;
}
.home .elementor-location-header:hover > section .elementor-icon * {
    fill: #212121;
}
.home .elementor-location-header:hover > section .menu-item a {
    color: #212121!important;
    fill: #212121!important;
}
.home .elementor-location-header:hover > section .elementor-search-form__container {
    background: #ffffff!important;
    border: 1px solid #212121!important;
}
.home .elementor-location-header:hover > section .elementor-search-form__icon {
    color: #212121;
    fill: #212121;
}
.home .elementor-location-header:hover > section .elementor-search-form__icon i:before {
    color: #212121!important;
}
.home .elementor-location-header:hover > section .elementor-search-form__input::placeholder {
    color: #c7c7c7;
    opacity: 1;
}
.woocommerce-checkout-payment .form-row.notes {
    padding: 0!important;
    margin-top: 20px!important;
}
.woocommerce-checkout-payment .form-row.notes label {
    text-align: left;
}
.elementor-469 .elementor-element.elementor-element-fbd8c5b {
    z-index: 1000;
}
