:root {
    --primary-color: #446084;
    --fs-color-primary: #446084;
    --fs-color-secondary: #C05530;
    --fs-color-success: #627D47;
    --fs-color-alert: #b20000;
    --fs-color-base: #333333;
    --fs-experimental-link-color: #334862;
    --fs-experimental-link-color-hover: #111;
}

.tooltipster-base {
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    --drawer-width: 300px;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1280px
}

.row.row-collapse {
    max-width: 1250px
}

.row.row-small {
    max-width: 1272.5px
}

.row.row-large {
    max-width: 1310px
}

.header-main {
    height: 60px
}

#logo img {
    max-height: 60px
}

#logo {
    width: 100px;
}

.header-bottom {
    min-height: 55px
}

.header-top {
    min-height: 30px
}

.transparent .header-main {
    height: 90px
}

.transparent #logo img {
    max-height: 90px
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
    padding-top: 90px;
}

.header.show-on-scroll,
.stuck .header-main {
    height: 60px !important
}

.stuck #logo img {
    max-height: 60px !important
}

.header-bg-color {
    background-color: #ffffff
}

.header-bottom {
    background-color: #f1f1f1
}

.stuck .header-main .nav>li>a {
    line-height: 50px
}

@media (max-width: 549px) {
    .header-main {
        height: 50px
    }

    #logo img {
        max-height: 50px;
        width: 70px;
    }
}

.nav-dropdown {
    font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #333333;
}

.nav-vertical-fly-out>li+li {
    border-top-width: 1px;
    border-top-style: solid;
}

@media (max-width: 849px) {
    #wpadminbar {
        display: none !important;
    }

    html {
        margin-top: 0 !important
    }
}

@media (min-width: 850px) {

    /* .mfp-content,
    .stuck,
    button.mfp-close {
        top: 32px !important;
    } */

    .is-full-height {
        height: calc(100vh - 32px) !important;
    }
}

.xdebug-var-dump {
    z-index: 999999;
}

.shortcode-error {
    border: 2px dashed #000;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    background-color: #71cedf;
}

.custom-product-page .shortcode-error {
    padding: 15% 10%;
    text-align: center;
}

.edit-block-wrapper {
    position: relative;
}

.edit-block-button {
    font-size: 12px !important;
    background-color: #555 !important;
    margin: 6px 2px 3px 0px !important;
    border-radius: 4px !important;
}

.edit-block-button-builder {
    background-color: #00a0d2 !important;
}

.label-new.menu-item>a:after {
    content: "New";
}

.label-hot.menu-item>a:after {
    content: "Hot";
}

.label-sale.menu-item>a:after {
    content: "Sale";
}

.label-popular.menu-item>a:after {
    content: "Popular";
}