/*
Theme Name: El Merkury
Author: Philly Web Team
Author URI: https://www.phillywebteam.com/
Description: El Merkury 2021 Website made by Philly Web Team.
Template: betheme
Version: 1.0.0
*/

:root {
    --primary: #fbac18;
    --primary-rgb: 251, 172, 24;
    --dark: #0b113b;
    --dark-rgb: 11, 17, 59;
    --light: #fee6b6;
    --light-rgb: 254, 230, 182;
}

body {
    height: 100%;
}
#body_overlay {
    background: rgba(11, 17, 59, 0.6) !important;
}
/* Header */
.top-order-bar {
    background: #fbac18;
    color: #0b113b;
    display: none;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.site-message {
    background: #0843af;
    color: #fbac18;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.site-message a {
    color: #fbac18;
    text-decoration: underline;
}
.site-message h4 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    margin: 0;
}
.site-message p {
    margin: 0;
    line-height: 1.25;
}
.site-message.christmas {
    background: #cf1c24;
    border-bottom: 5px solid #6fb553;
    border-top: 5px solid #6fb553;
    color: #fff;
}
.site-message.christmas a {
    color: #fff;
}
.site-message.vday {
    background: #d1074c;
    color: #fff;
}
.site-message.vday a {
    color: #fff;
}
#Top_bar {
    border: none !important;
}
#Top_bar:not(.is-sticky) {
    top: 0 !important;
}
#Top_bar.is-sticky #logo img.logo-sticky {
    width: auto !important;
}
#Top_bar .top_bar_left {
    flex-grow: 1;
    width: auto !important;
}
@media (min-width: 999px) {
    #Top_bar .top_bar_left {
        display: flex;
    }
    #Top_bar .menu_wrapper {
        order: 0;
        margin-left: auto;
        margin-right: 20px;
    }
}
#Top_bar a.responsive-menu-toggle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
#Top_bar a.responsive-menu-toggle i {
    line-height: 40px;
}
#Top_bar .top_bar_right {
    padding-left: 0;
}
#Top_bar .top_bar_right .top-bar-right-icon,
#Top_bar .top_bar_right .top-bar-right-icon svg .path {
    color: #fff;
}
#Top_bar a#header_cart .header-cart-count {
    color: #0b113b;
}
@media (max-width: 767px) {
    .top-order-bar {
        display: block;
    }
    .home #Top_bar {
        background: none !important;
        position: relative;
        z-index: 9;
    }
    #Top_bar .logo {
        width: 100% !important;
        margin: 0 !important;
    }
    #Top_bar .logo #logo, #Top_bar .logo .custom-logo-link {
        text-align: center;
        margin: 12px 80px;
    }
    #Top_bar a.responsive-menu-toggle {
        right: 20px !important;
        margin-top: -12px !important
    }
    #Top_bar .top_bar_right .top_bar_right_wrapper a.header-cart {
        display: none;
    }
    .mfn-main-slider {
        margin-top: -95px;
        position: relative;
        z-index: 8;
    }
    body:not(.template-slider) #Header {
        min-height: 76px;
    }
}
@media (max-width: 479px) {
    #Subheader .title {
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 1px;
    }
}

/* Navigation */
#Top_bar .menu > li:not(.order):not(.safety) > a:hover {
    background: rgba(255, 255, 255, 0.1);
}
#Top_bar .menu > li > a span:not(.description) {
    text-transform: uppercase;
    padding: 0 12px;
}
#Top_bar .menu > li.order > a span {
    border: 2px solid #fff !important;
    border-radius: 30px;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 40px !important;
    margin-left: 12px;
    margin-top: 8px;
    padding: 0 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#Top_bar .menu > li.order.hover > a span {
    background: #fbac18;
    border-color: #fbac18 !important;
    color: #0b113b !important;
}
#Top_bar.is-sticky .menu > li.order > a span {
    line-height: 32px !important;
    padding: 0 20px;
    font-size: 14px !important;
    margin-top: 12px;
}
#Top_bar .menu > li.safety > a span {
    border: 2px solid #fbac18 !important;
    background: #fbac18;
    border-radius: 30px;
    color: #0b113b !important;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 40px !important;
    margin-left: 12px;
    margin-top: 8px;
    padding: 0 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#Top_bar .menu > li.safety.hover > a span {
    background: #fff;
    border-color: #fff !important;
    color: #0b113b !important;
}
#Top_bar.is-sticky .menu > li.safety > a span {
    line-height: 32px !important;
    padding: 0 20px;
    font-size: 14px !important;
    margin-top: 12px;
}
#Side_slide #menu ul li a {
    text-transform: uppercase;
}
#Side_slide #menu ul li.order a {
    background: #fbac18;
    border-color: #fbac18 !important;
    color: #0b113b !important;
    margin-right: 0 !important;
}
#Side_slide #menu ul li.safety a {
    background: #fff;
    border-color: #fff !important;
    color: #0b113b !important;
    margin-right: 0 !important;
}

@media (min-width: 999px) and (max-width: 1299px) {
    #Top_bar .menu > li.order > a,
    #Top_bar .menu > li.safety > a {
        padding: 0;
    }
    #Top_bar .menu > li.order > a {
        padding-top: 14px;
    }
}

/* Subheader */
#Subheader .title {
    text-shadow: 
        3px 3px #fee6b6,
        -3px -3px #fee6b6,
        3px -3px #fee6b6,
        -3px 3px #fee6b6;
}

#breadcrumbs {
    padding: 0 1%;
    text-align: center;
}

/* Footer */
#Footer .footer_copy {
    border-top-color: #ffe6b6;
    text-shadow: 
        2px 2px 1px #fee6b6,
        -2px -2px 1px #fee6b6,
        2px -2px 1px #fee6b6,
        -2px 2px 1px #fee6b6;
}
.home #Footer {
    display: none;
}
#menu-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#menu-footer-menu li:first-child {
    padding-left: 0;
}
#menu-footer-menu li:last-child {
    padding-right: 0;
}
#menu-footer-menu li a {
    display: block;
    color: #0b113b;
}
.mfn-footer {
    text-shadow: 
        2px 2px 1px #fee6b6,
        -2px -2px 1px #fee6b6,
        2px -2px 1px #fee6b6,
        -2px 2px 1px #fee6b6;
}
.mfn-footer .nf-form-fields-required {
    display: none;
}
.mfn-footer .nf-form-content {
    padding-top: 0 !important;
}
.mfn-footer .nf-field-container {
    margin-bottom: 0px;
}
@media (min-width: 600px) {
    #menu-footer-menu {
        text-align: right;
    }
    #menu-footer-menu li {
        display: inline-block;
        padding: 0 10px;
    }
}
@media (max-width: 599.98px) {
    .nf-form-content button,
    .nf-form-content input[type=button], 
    .nf-form-content input[type=submit] {
        width: 100% !important;
    }
    .mfn-footer p, 
    .mfn-footer input,
    .mfn-footer .nf-error-msg {
        text-align: center !important;
    }
}

/* Buttons */
.button-custom .button_theme,
.button-custom button,
.button-custom input[type="button"],
.button-custom input[type="reset"],
.button-custom input[type="submit"],
.button-custom .woocommerce #respond input#submit,
.button-custom .woocommerce a.button:not(.default),
.button-custom .woocommerce button.button,
.button-custom .woocommerce input.button {
    text-transform: uppercase;
}

/* Posts */
.post-header {
    margin-top: 30px;
}

/* Elementor */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding-left: 0;
    padding-right: 0;
}

/* Ninja Forms */
.nf-form-content {
    max-width: none !important;
}
.nf-multi-cell .nf-form-content {
    padding: 10px 0 0 !important;
}
.nf-form-content .nf-row {
    margin-left: -5px;
    margin-right: -5px;
}
.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea,
.nf-form-content select {
    border-radius: 20px !important;
    padding: 12px 24px !important;
}
.nf-form-content .field-wrap:not(.nf-error) .nf-field-element > div,
.nf-form-content .field-wrap:not(.nf-error) input:not([type=button]),
.nf-form-content .field-wrap:not(.nf-error) textarea,
.nf-form-content .field-wrap:not(.nf-error) select {
    /* border-color: #fff !important; */
}
.nf-form-content .nf-error.field-wrap .nf-field-element:after {
    border-radius: 0 19px 19px 0;
    text-shadow: none;
}
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
    background: transparent !important;
    border: 2px solid #0b113b !important;
    color: #0b113b !important;
}
.nf-form-content button:hover,
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
    background: #0b113b !important;
    border: 2px solid #0b113b !important;
    color: #fbac18 !important;
}

.mfn-footer .nf-form-content button,
.mfn-footer .nf-form-content input[type=button],
.mfn-footer .nf-form-content input[type=submit] {
    background: #FEE6B6 !important;
}
.mfn-footer .nf-form-content button:hover,
.mfn-footer .nf-form-content input[type=button]:hover,
.mfn-footer .nf-form-content input[type=submit]:hover {
    background: #0b113b !important;
}

#nf-form-4-cont {
    text-align: center;
}
#nf-form-4-cont .nf-form-content .listradio-container .nf-field-label {
    width: 100%;
}
#nf-form-4-cont .nf-form-content .listradio-container .nf-field-label label {
    font-size: 40px;
    line-height: 40px;
    font-family: "Staatliches", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
}

#nf-form-4-cont .nf-form-content .listradio-container .nf-field-element input[type="radio"] {
    display: none;
}
#nf-form-4-cont .nf-form-content .listradio-container .nf-field-element label {
    margin: 10px 0 30px !important;
    text-align: center;
    cursor: pointer;
}
#nf-form-4-cont .nf-form-content .listradio-container .nf-field-element label span {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
    font-size: 40px;
    border-radius: 15px;
    width: 55px;
    line-height: 55px;
    background: #eee;
}
#nf-form-4-cont .nf-form-content .listradio-container .nf-field-element input[type="radio"]:checked + label span {
    background: #fbac18;
    color: #0b113b;
}
#nf-form-4-cont .nf-form-content .listradio-container .nf-field-element label:before,
#nf-form-4-cont .nf-form-content .listradio-container .nf-field-element label:after {
    display: none;
}
#nf-form-4-cont .nf-form-content .listradio-container .nf-error.field-wrap .nf-field-element:after {
    border-radius: 19px !important;
}
#nf-form-4-cont .nf-form-content .checkbox-container label {
    text-align: left;
}

.flatpickr-current-month {
    display: flex !important;
}

/* Homepage */
.home .mfn-main-slider {
    min-height: 600px;
    background: #0b113b;
}
.home #Content h2 {
    display: inline-block;
    box-shadow: inset 0 -16px 0 rgba(251, 172, 24, 0.35);
}
.home .home-news h2 {
    margin: 0 30px;
}
.home .home-news .image_frame {
    border: none;
}
.home .home-news .post-desc .post-footer {
    background: none;
    padding: 10px 0 0;
}
.home .home-news .post-desc .post-footer .post-links {
    border: none;
}
.home .home-news .post-desc .post-footer .post-links .icon-doc-text {
    display: none;
}
.home .home-news .post-desc .post-footer .post-links a {
    border: 2px solid #0b113b !important;
    border-radius: 30px;
    color: #0b113b !important;
    display: inline-block;
    font-size: 15px !important;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1 !important;
    padding: 12px 24px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.home .home-news .post-desc .post-footer .post-links a:hover {
    background: #0b113b;
    color: #fff !important; 
}
.home .on-menu p {
    text-shadow: 
        2px 2px 1px #fee6b6,
        -2px -2px 1px #fee6b6,
        2px -2px 1px #fee6b6,
        -2px 2px 1px #fee6b6;
}
@media (min-width: 768px) {
    .home .home-news .post-desc {
        padding: 0 0 0 50px;
    }
}
@media (max-width: 767px) {
    .home .home-news .post-desc {
        padding: 30px 50px 0;
    }
    .churro-series-cta {
        margin-bottom: 0 !important;
    }
    .churro-series-cta .bg .elementor-widget-wrap {
        min-height: 320px;
    }
}
@media (max-width: 479px) {
    .home .home-news .post-desc {
        padding: 30px 30px 0;
    }

    .home .on-menu {
        padding: 0 30px;
    }
}

/* Store Locator */
#wpsl-wrap {
    margin: 0;
    max-width: none;
    padding: 0;
}
#wpsl-wrap .wpsl-search {
    background-color: #fbac18;
    color: #0b113b;
    margin: 0;
    padding: 0.35rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap div {
    display: block !important;
    float: none !important;
    margin: 0;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap div label {
    float: none !important;
    line-height: inherit;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-dropdown {
    border: none;
    height: 40px;
    min-width: 120px;
    width: auto !important;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap select.wpsl-dropdown {
    padding: 0 0.5rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap #wpsl-category {
    clear: none;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap #wpsl-category .wpsl-dropdown {
    min-width: 200px;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap label {
    margin-right: 0.5rem;
    width: auto;
}
#wpsl-wrap .wpsl-search #wpsl-search-btn,
#wpsl-wrap .wpsl-search #wpsl-search-wrap #wpsl-radius,
#wpsl-wrap .wpsl-search #wpsl-search-wrap #wpsl-results,
#wpsl-wrap .wpsl-search #wpsl-search-wrap input,
#wpsl-wrap .wpsl-search #wpsl-search-wrap label {
    display: block !important;
    width: auto !important;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap input {
    border: none;
    height: 40px;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap input#wpsl-search-input {
    min-width: 200px;
	color: #000;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap select {
    width: auto !important;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form,
#wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input,
#wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap,
#wpsl-wrap .wpsl-search #wpsl-search-wrap #wpsl-radius,
#wpsl-wrap .wpsl-search #wpsl-search-wrap #wpsl-results,
#wpsl-wrap .wpsl-search #wpsl-search-wrap #wpsl-category {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    width: auto !important;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form {
    justify-content: center;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form > * {
    margin: 0.35rem !important;
}
#wpsl-wrap .wpsl-search .wpsl-icon-direction {
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
}
@media (min-width: 600px) {
    #wpsl-wrap .wpsl-search .wpsl-icon-direction:hover {
        color: #fff;
    }
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap {
    margin: 0 !important;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap > * {
    margin: 0.35rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-btn {
    background: transparent;
    border: 2px solid #0b113b !important;
    border-radius: 50px !important;
    box-shadow: none !important;
    color: #0b113b;
    float: none !important;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 2.35rem;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 2rem;
    text-transform: uppercase !important;
}
@media (min-width: 768px) {
    #wpsl-wrap .wpsl-search #wpsl-search-btn {
        transition:
            color .15s ease-in-out,
            background-color .15s ease-in-out,
            border-color .15s ease-in-out,
            box-shadow .15s ease-in-out;
    }
    #wpsl-wrap .wpsl-search #wpsl-search-btn:hover,
    #wpsl-wrap .wpsl-search #wpsl-search-btn:focus {
        background: #0b113b;
        color: #fbac18;
    }
}
@media (max-width: 599.98px) {
    #wpsl-wrap .wpsl-search {
        padding: 1rem;
    }
    #wpsl-wrap .wpsl-search #wpsl-search-wrap form,
    #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-input,
    #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap,
    #wpsl-wrap .wpsl-search #wpsl-search-wrap #wpsl-radius,
    #wpsl-wrap .wpsl-search #wpsl-search-wrap #wpsl-results,
    #wpsl-wrap .wpsl-search #wpsl-search-wrap #wpsl-category {
        display: block !important;
    }
    #wpsl-wrap .wpsl-search #wpsl-search-wrap input#wpsl-search-input {
        width: 100% !important;
    }
    #wpsl-wrap .wpsl-search #wpsl-search-wrap label {
        margin: 0 0 0.35rem;
    }
    #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-dropdown {
        width: 100% !important;
    }
    #wpsl-wrap .wpsl-search #wpsl-search-wrap form > *,
    #wpsl-wrap .wpsl-search #wpsl-search-wrap .wpsl-select-wrap > * {
        margin: 0 0 1rem !important;
    }
    #wpsl-wrap .wpsl-search #wpsl-search-wrap form > *:last-child {
        margin-bottom: 0 !important;
    }
    #wpsl-wrap .wpsl-search #wpsl-search-btn {
        width: 100% !important;
    }
    #wpsl-wrap .wpsl-search .wpsl-icon-direction {
        bottom: 0;
        color: #193c69;
        height: 40px;
        line-height: 2.5rem;
        padding: 0 1rem;
        position: absolute !important;
        right: 0;
    }
    #wpsl-wrap .wpsl-search .wpsl-icon-direction:focus,
    #wpsl-wrap .wpsl-search .wpsl-icon-direction:active {
        color: #000;
    }
}

#wpsl-wrap #wpsl-gmap {
    height: 550px !important;
    margin: 0 !important;
    width: 65%;
}

#wpsl-wrap #wpsl-result-list {
    border-bottom: 1px solid #EEEDE8;
    height: 550px;
    margin: 0 !important;
    width: 35%
}
#wpsl-wrap #wpsl-result-list #wpsl-stores {
    height: 100% !important;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores .wpsl-preloader img {
    position: static;
    margin: 0 0 5px;
    left: initial;
    top: initial;
    width: 20px;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores .wpsl-preloader {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores > ul > li {
    border-bottom-color: #EEEDE8;
    border-bottom-style: solid;
    padding: 1rem 1.15rem;
    margin: 0;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li p {
    line-height: 1.5;
    margin: 0;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li strong {
    display: block;
    margin-bottom: 5px;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li strong a {
    font-size: 1.125rem;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-description {
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-thumb {
    height: 75px !important;
    margin: 0 0 0 1rem;
    width: 75px !important;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap a.wpsl-directions {
    display: none;
}

#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-more-info-listings .hours-wrap {
    background: #f9f8f5;
    margin: 1rem -1.15rem -1rem;
    padding: 1rem 1.15rem;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-more-info-listings .hours-wrap h4 {
    font-size: 1.125rem;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-more-info-listings .hours-wrap .line {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    height: 18px;
    margin: 0 0.35rem;
    vertical-align: top;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-more-info-listings .hours-wrap .font-weight-bold .line {
    border-bottom-color: #000;
}

@media (min-width: 1441px) {
    #wpsl-wrap #wpsl-gmap {
        height: 700px !important;
        width: 70%;
    }
    #wpsl-wrap #wpsl-result-list {
        height: 700px;
        width: 30%;
    }
}

@media (max-width: 1199.98px) {
    #wpsl-wrap #wpsl-gmap {
        height: 500px !important;
        width: 60%;
    }
    #wpsl-wrap #wpsl-result-list {
        height: 500px;
        width: 40%;
    }
}
@media (max-width: 991.98px) {
    #wpsl-wrap #wpsl-gmap {
        width: 50%;
    }
    #wpsl-wrap #wpsl-result-list {
        width: 50%;
    }
}
@media (min-width: 768px) {
    #wpsl-wrap #wpsl-result-list #wpsl-stores > ul > li:hover {
        background: #f7f7f7;
    }
}
@media (max-width: 767.98px) {
    #wpsl-wrap #wpsl-gmap {
        float: none;
        height: 300px !important;
        width: 100%;
    }
    #wpsl-wrap #wpsl-result-list {
        float: none;
        width: 100%;
    }
}
@media (max-width: 599.98px) {
    #wpsl-wrap #wpsl-result-list {
        height: auto !important;
    }
    #wpsl-wrap #wpsl-result-list #wpsl-stores {
        height: auto !important;
    }
    #wpsl-wrap #wpsl-result-list #wpsl-stores .at-home,
    #wpsl-wrap #wpsl-result-list #wpsl-stores > ul > li {
        padding: 0.75rem 1rem;
    }
    #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-thumb {
        display: none;
    }
}

.single-wpsl_stores .section-post-header,
.single-wpsl_stores .section-post-about {
    display: none;
}

.single-wpsl_stores .post-wrapper-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-wpsl_stores .elementor + .wpsl-gmap-canvas {
    margin-top: 30px;
}

.single-wpsl_stores table.wpsl-opening-hours tr:first-child td {
    box-shadow: none;
}

.single-wpsl_stores .wpsl-locations-details strong {
    display: block;
    font-family: "Staatliches", Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.75rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.order-now-overlay {
    bottom: 0;
    background: rgba(11, 17, 59, 0.6);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 201;
}
.order-now-wrap {
    display: flex;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    padding: 20px;
    z-index: 202;
    align-items: center;
    justify-content: center;
}
.order-now-popup {
    background: #fff;
    border-radius: 50px;
    padding: 40px;
    z-index: 202;
    max-width: 440px;
    box-sizing: border-box;
    text-align: center;
}
.order-now-popup .elementor-button {
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0B113B;
    margin-bottom: 10px;
    background-color: #FCAC19;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FCAC19;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 30px 12px 30px;
}
@media (max-width: 576px) {
    .order-now-popup {
        padding: 30px;
    }
}

.section-related-adjustment {
    width: 100%;
}

.woocommerce .entry-content {
    padding: 60px 0;
}
.woocommerce.post-type-archive-product .woocommerce_before_main_content {
    display: none;
}
.woocommerce .term-description {
    width: 100%;
}
.woocommerce.single-product #breadcrumbs {
    margin: 0 0 30px;
}
.woocommerce .product div.entry-summary .column {
    margin-bottom: 0 !important;
}
.woocommerce .product div.entry-summary>p.price {
    margin-bottom: 10px;
}
.woocommerce .product .product_wrapper .product.bundled_product_summary {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.woocommerce .product .product_wrapper .bundled_product_title {
    margin: 0;
}
.woocommerce .product .product_wrapper .bundled_product_excerpt .column {
    margin: 0 0 5px;
}
.woocommerce .product .product_wrapper .bundled_product_excerpt .column p {
    margin-bottom: 5px;
}
.woocommerce .product .product_wrapper .bundle_wrap {
    margin-top: 25px;
}
.woocommerce .product .product_wrapper .entry-summary .cart {
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px !important;
}
.woocommerce .product .product_wrapper .entry-summary .cart .wc-pao-addons-container {
    width: 100%;
    margin-bottom: 20px;
}
.woocommerce .product .product_wrapper .entry-summary .cart .product-addon-totals {
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce .product .product_wrapper .entry-summary .cart .wc-pao-subtotal-line {
    margin: 0 !important;
}
.woocommerce .product .product_wrapper .entry-summary .cart.bundle_form {
    float: none !important;
    max-width: none !important;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 !important;
}
.woocommerce .product .product_wrapper .entry-summary .cart.bundled_item_cart_content {
    margin: 0 !important;
}
.woocommerce .product .product_wrapper .wc-pao-addon-heading {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}
.woocommerce .product .product_wrapper .wc-pao-addon {
    margin-bottom: 10px;
    padding: 0;
}
.woocommerce .product .product_wrapper .wc-pao-addon label.wc-pao-addon-name {
    line-height: 20px;
    margin-bottom: 10px;
}
.woocommerce .product .product_wrapper .wc-pao-addon .form-row-wide {
    padding: 0;
    margin: 0;
}
.woocommerce .variations {
    display: table !important;
}
.woocommerce .variations td {
    box-shadow: none;
    display: table-cell;
    vertical-align: middle !important;
    text-align: left;
}
.woocommerce .variations td label {
    margin: 0;
}
.woocommerce .variations td .reset_bundled_variations_fixed {
    display: none;
}
.woocommerce .bundled_item_cart_details {
    margin: 0;
}
.woocommerce .bundle_button {
    display: flex;
}

.woocommerce-cart .woocommerce-cart-form {
    flex-basis: 100% !important;
    max-width: 100% !important;
}
.woocommerce-cart .cart-collaterals {
    flex-basis: 40% !important;
    max-width: 40% !important;
    margin-left: auto !important;
}

.woocommerce-cart table.shop_table td {
    border: none;
}

.woocommerce table.shop_table th:first-child,
.woocommerce table.shop_table td:first-child {
    padding-left: 0;
}
.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:last-child {
    padding-right: 0;
}
.woocommerce-cart table.shop_table tbody tr:not(:first-child):not(.bundle_item) td {
    border-top: 1px solid #eee;
}

.woocommerce-cart table.shop_table tbody tr.bundle_item td {
    padding-top: 0;
}

.woocommerce-cart table.shop_table td.product-thumbnail {
    font-size: 0;
    text-align: right;
    width: 120px;
}
.woocommerce-cart table.shop_table td.product-thumbnail a img {
    width: 110px;
}
.woocommerce-cart table.shop_table td.product-thumbnail > img {
    width: 50px;
}
.woocommerce-cart table.shop_table td.product-name > a {
    font-weight: bold;
    font-size: 20px;
}
.woocommerce-cart table.shop_table td.product-name .variation {
    margin-top: 10px;
}
.woocommerce-cart table.shop_table td.product-name dl.variation dt,
.woocommerce-cart table.shop_table td.product-name dl.variation dd {
    border: none;
    padding-bottom: 0;
}
.woocommerce-cart table.shop_table tr.bundle_item td.product-name dl.variation {
    display: none;
}
.woocommerce-cart table.shop_table td.product-quantity .quantity {
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-cart table.shop_table td.product-remove {
    text-align: right;
}

.woocommerce-cart table.shop_table tr.cart_item.bundle_item div.quantity,
.woocommerce-cart table.shop_table tr.cart_item.bundle_item a.remove {
    display: none;
}
.woocommerce-cart table.shop_table td.product-remove a.remove {
    display: inline-block;
    margin-right: 0 !important;
}
.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.woocommerce form .form-row {
    padding: 0;
}
.woocommerce-checkout #add_ons_field {
    margin-top: 30px;
}
.woocommerce-checkout #wc-od {
    margin-top: 30px;
}
.woocommerce-checkout .shop_table thead,
.woocommerce-checkout .shop_table tbody {
    display: none;
}
.woocommerce-checkout .shop_table tfoot tr:last-child th,
.woocommerce-checkout .shop_table tfoot tr:last-child td {
    padding-bottom: 0;
}
.woocommerce-checkout .iconic-wds-fields {
    margin-bottom: 30px;
}
.woocommerce-checkout .iconic-wds-fields .iconic-wds-fields__title {
    margin: 0;
}
.woocommerce.tax-product_cat ul.products,
.woocommerce.post-type-archive-product ul.products {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.woocommerce-checkout .shipping-message {
    margin: -10px 0 25px;
    background: #fbac18;
    border-radius: 2px;
    padding: 8px 12px;
    font-size: 14px;
    text-align: center;
}
.woocommerce-checkout .shipping-message a {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .woocommerce-cart table.shop_table td.product-thumbnail {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .woocommerce-cart table.shop_table td.product-thumbnail img {
        width: 100% !important;
    }
    .woocommerce-cart .cart-collaterals {
        flex-basis: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }
    .woocommerce table.shop_table_responsive tr.cart_item.bundle_item td.product-name {
        padding-left: 0;
        padding-right: 0;
        text-align: left !important;
    }
    .woocommerce table.shop_table_responsive tr.cart_item.bundle_item td.product-thumbnail,
    .woocommerce table.shop_table_responsive tr.cart_item.bundle_item td.product-price,
    .woocommerce table.shop_table_responsive tr.cart_item.bundle_item td.product-quantity,
    .woocommerce table.shop_table_responsive tr.cart_item.bundle_item td.product-subtotal,
    .woocommerce table.shop_table_responsive tr.cart_item.bundle_item td.product-remove {
        display: none;
    }
    .woocommerce table.shop_table_responsive tr.cart_item.bundle_item td::before,
    .woocommerce-page table.shop_table_responsive tr.cart_item.bundle_item td::before {
        content: '';
    }
}


.alert .alert_wrapper ul {
    margin-bottom: 0 !important;
}
.alert .alert_wrapper ul li:last-child {
    margin-bottom: 0 !important;
}
.alert .alert_wrapper br {
    display: none !important;
}
.cart-message {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.cart-message .button {
    text-align: center;
}
@media (max-width: 768px) {
    .cart-message {
        flex-direction: column;
    }
}

#tax_exemption_checkbox_div {
    margin-top: 20px;
}

.product-container .nf-field-label {
    text-align: left !important;
    width: 25% !important;
}
.product-container .nf-product-field {
    align-items: center;
    display: flex;
    padding: 0 !important;
}
.product-container .nf-product-field .nf-product-price-label {
    padding: 0;
}
.product-container .nf-product-field .nf-product-price-label:before {
    content: '$';
}
.product-container .nf-product-field .nf-product-price {
    padding: 0;
    width: 50px;
}

.eapps-instagram-feed-header-user-picture {
    border-radius: 50% !important;
}

.woocommerce-cart .the_content_wrapper > .woocommerce > .woocommerce-notices-wrapper {
    order: 0;
}
.woocommerce-cart .the_content_wrapper > .woocommerce > .woocommerce-cart-form {
    order: 1;
}
.woocommerce-cart .the_content_wrapper > .woocommerce > .sfn-cart-addons {
    order: 2;
}
.woocommerce-cart .the_content_wrapper > .woocommerce > .cart-collaterals {
    order: 3;
}
.woocommerce-cart .the_content_wrapper > .woocommerce > .shop-filters {
    order: 4;
}
.woocommerce-cart .the_content_wrapper > .woocommerce > .sfn-cart-addons h2 {
    font-size: 40px;
    line-height: 40px;
}
.woocommerce-cart .the_content_wrapper > .woocommerce > .sfn-cart-addons .products {
    display: flex;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: -0.5rem;
}
.woocommerce-cart .the_content_wrapper > .woocommerce > .sfn-cart-addons .products .product {
    flex-basis: 25%;
    width: auto;
    padding: 0.5rem;
    margin: 0;
}

.home .elementor-image-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.home .elementor-image-gallery .gallery .gallery-item {
    align-items: center;
    display: flex;
    margin: 0 !important;
    float: none !important;
    padding:  0 !important;
}
.home .elementor-image-gallery .gallery .gallery-item img {
    max-height: 80px;
    width: auto;
}

