﻿
div.nsl-container[data-align="left"] {
    text-align: left;
}

div.nsl-container[data-align="center"] {
    text-align: center;
}

div.nsl-container[data-align="right"] {
    text-align: right;
}

div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] {
    text-decoration: none;
    box-shadow: none;
    border: 0;
}

div.nsl-container .nsl-container-buttons {
    display: flex;
    padding: 5px 0;
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
    display: inline-grid;
    grid-template-columns: minmax(145px, auto);
}

div.nsl-container-block-fullwidth .nsl-container-buttons {
    flex-flow: column;
    align-items: center;
}

    div.nsl-container-block-fullwidth .nsl-container-buttons a,
    div.nsl-container-block .nsl-container-buttons a {
        flex: 1 1 auto;
        display: block;
        margin: 5px 0;
        width: 100%;
    }

div.nsl-container-inline {
    margin: -5px;
    text-align: left;
}

    div.nsl-container-inline .nsl-container-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

        div.nsl-container-inline .nsl-container-buttons a {
            margin: 5px;
            display: inline-block;
        }

div.nsl-container-grid .nsl-container-buttons {
    flex-flow: row;
    align-items: center;
    flex-wrap: wrap;
}

    div.nsl-container-grid .nsl-container-buttons a {
        flex: 1 1 auto;
        display: block;
        margin: 5px;
        max-width: 280px;
        width: 100%;
    }

@media only screen and (min-width: 650px) {
    div.nsl-container-grid .nsl-container-buttons a {
        width: auto;
    }
}

div.nsl-container .nsl-button {
    cursor: pointer;
    vertical-align: top;
    border-radius: 4px;
}

div.nsl-container .nsl-button-default {
    color: #fff;
    display: flex;
}

div.nsl-container .nsl-button-icon {
    display: inline-block;
}

div.nsl-container .nsl-button-svg-container {
    flex: 0 0 auto;
    padding: 8px;
    display: flex;
    align-items: center;
}

div.nsl-container svg {
    height: 24px;
    width: 24px;
    vertical-align: top;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
    margin: 0 24px 0 12px;
    padding: 10px 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .25px;
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
    flex: 1 1 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    display: inline-block;
}

div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container {
    margin: 1px;
    padding: 7px;
    border-radius: 3px;
    background: #fff;
}

div.nsl-container .nsl-button-google[data-skin="light"] {
    border-radius: 1px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
    color: RGBA(0, 0, 0, 0.54);
}

div.nsl-container .nsl-button-apple .nsl-button-svg-container {
    padding: 0 6px;
}

    div.nsl-container .nsl-button-apple .nsl-button-svg-container svg {
        height: 40px;
        width: auto;
    }

div.nsl-container .nsl-button-apple[data-skin="light"] {
    color: #000;
    box-shadow: 0 0 0 1px #000;
}

div.nsl-container .nsl-button-facebook[data-skin="white"] {
    color: #000;
    box-shadow: inset 0 0 0 1px #000;
}

div.nsl-container .nsl-button-facebook[data-skin="light"] {
    color: #1877F2;
    box-shadow: inset 0 0 0 1px #1877F2;
}

div.nsl-container .nsl-button-apple div.nsl-button-label-container {
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

div.nsl-container .nsl-button-slack div.nsl-button-label-container {
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

div.nsl-container .nsl-button-slack[data-skin="light"] {
    color: #000000;
    box-shadow: inset 0 0 0 1px #DDDDDD;
}

div.nsl-container .nsl-button-tiktok[data-skin="light"] {
    color: #161823;
    box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12);
}

.nsl-clear {
    clear: both;
}

.nsl-container {
    clear: both;
}

/*Button align start*/

div.nsl-container-inline[data-align="left"] .nsl-container-buttons {
    justify-content: flex-start;
}

div.nsl-container-inline[data-align="center"] .nsl-container-buttons {
    justify-content: center;
}

div.nsl-container-inline[data-align="right"] .nsl-container-buttons {
    justify-content: flex-end;
}

div.nsl-container-grid[data-align="left"] .nsl-container-buttons {
    justify-content: flex-start;
}

div.nsl-container-grid[data-align="center"] .nsl-container-buttons {
    justify-content: center;
}

div.nsl-container-grid[data-align="right"] .nsl-container-buttons {
    justify-content: flex-end;
}

div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons {
    justify-content: space-around;
}

div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons {
    justify-content: space-between;
}

/* Button align end*/

/* Redirect */

#nsl-redirect-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px);
    background-color: RGBA(0, 0, 0, .32);
    ;
}

#nsl-redirect-overlay-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
}

#nsl-redirect-overlay-spinner {
    content: '';
    display: block;
    margin: 20px;
    border: 9px solid RGBA(0, 0, 0, .6);
    border-top: 9px solid #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6);
    width: 40px;
    height: 40px;
    animation: nsl-loader-spin 2s linear infinite;
}

@keyframes nsl-loader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

#nsl-redirect-overlay-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #3C434A;
}

#nsl-redirect-overlay-text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-align: center;
    font-size: 14px;
    color: #3C434A;
}


:root {
    --primary-color: #fd5900;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1170px
}

    .row.row-collapse {
        max-width: 1140px
    }

    .row.row-small {
        max-width: 1162.5px
    }

    .row.row-large {
        max-width: 1200px
    }

.header-main {
    height: 90px
}

#logo img {
    max-height: 90px
}

#logo {
    width: 200px;
}

.header-bottom {
    min-height: 45px
}

.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: 170px;
}

.header.show-on-scroll,
.stuck .header-main {
    height: 70px !important
}

.stuck #logo img {
    max-height: 70px !important
}

.search-form {
    width: 95%;
}

.header-bg-color {
    background-color: #ffffff
}

.header-bottom {
    background-color: #f1f1f1
}

.header-main .nav > li > a {
    line-height: 16px
}

.stuck .header-main .nav > li > a {
    line-height: 50px
}

.header-bottom-nav > li > a {
    line-height: 16px
}

@media (max-width: 549px) {
    .header-main {
        height: 70px
    }

    #logo img {
        max-height: 70px
    }
}

/* Color */

.accordion-title.active,
.has-icon-bg .icon .icon-inner,
.logo a,
.primary.is-underline,
.primary.is-link,
.badge-outline .badge-inner,
.nav-outline > li.active > a,
.nav-outline > li.active > a,
.cart-icon strong,
[data-color='primary'],
.is-outline.primary {
    color: #fd5900;
}

/* Color !important */

[data-text-color="primary"] {
    color: #fd5900 !important;
}

/* Background Color */

[data-text-bg="primary"] {
    background-color: #fd5900;
}

/* Background */

.scroll-to-bullets a,
.featured-title,
.label-new.menu-item > a:after,
.nav-pagination > li > .current,
.nav-pagination > li > span:hover,
.nav-pagination > li > a:hover,
.has-hover:hover .badge-outline .badge-inner,
button[type="submit"],
.button.wc-forward:not(.checkout):not(.checkout-button),
.button.submit-button,
.button.primary:not(.is-outline),
.featured-table .title,
.is-outline:hover,
.has-icon:hover .icon-label,
.nav-dropdown-bold .nav-column li > a:hover,
.nav-dropdown.nav-dropdown-bold > li > a:hover,
.nav-dropdown-bold.dark .nav-column li > a:hover,
.nav-dropdown.nav-dropdown-bold.dark > li > a:hover,
.header-vertical-menu__opener,
.is-outline:hover,
.tagcloud a:hover,
.grid-tools a,
input[type='submit']:not(.is-form),
.box-badge:hover .box-text,
input.button.alt,
.nav-box > li > a:hover,
.nav-box > li.active > a,
.nav-pills > li.active > a,
.current-dropdown .cart-icon strong,
.cart-icon:hover strong,
.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before,
.banner,
.header-top,
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.primary.is-outline:hover,
.button.primary:not(.is-outline),
input[type='submit'].primary,
input[type='submit'].primary,
input[type='reset'].button,
input[type='button'].primary,
.badge-inner {
    background-color: #fd5900;
}

    /* Border */

    .nav-vertical.nav-tabs > li.active > a,
    .scroll-to-bullets a.active,
    .nav-pagination > li > .current,
    .nav-pagination > li > span:hover,
    .nav-pagination > li > a:hover,
    .has-hover:hover .badge-outline .badge-inner,
    .accordion-title.active,
    .featured-table,
    .is-outline:hover,
    .tagcloud a:hover,
    blockquote,
    .has-border,
    .cart-icon strong:after,
    .cart-icon strong,
    .blockUI:before,
    .processing:before,
    .loading-spin,
    .slider-nav-circle .flickity-prev-next-button:hover svg,
    .slider-nav-circle .flickity-prev-next-button:hover .arrow,
    .primary.is-outline:hover {
        border-color: #fd5900
    }

.nav-tabs > li.active > a {
    border-top-color: #fd5900
}

.widget_shopping_cart_content .blockUI.blockOverlay:before {
    border-left-color: #fd5900
}

.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
    border-left-color: #fd5900
}

/* Fill */

.slider .flickity-prev-next-button:hover svg,
.slider .flickity-prev-next-button:hover .arrow {
    fill: #fd5900;
}

/* Focus */

.primary:focus-visible,
.submit-button:focus-visible,
button[type="submit"]:focus-visible {
    outline-color: #fd5900 !important;
}

/* Background Color */

[data-icon-label]:after,
.secondary.is-underline:hover,
.secondary.is-outline:hover,
.icon-label,
.button.secondary:not(.is-outline),
.button.alt:not(.is-outline),
.badge-inner.on-sale,
.button.checkout,
.single_add_to_cart_button,
.current .breadcrumb-step {
    background-color: #fd5900;
}

[data-text-bg="secondary"] {
    background-color: #fd5900;
}

/* Color */

.secondary.is-underline,
.secondary.is-link,
.secondary.is-outline,
.stars a.active,
.star-rating:before,
.woocommerce-page .star-rating:before,
.star-rating span:before,
.color-secondary {
    color: #fd5900
}

/* Color !important */

[data-text-color="secondary"] {
    color: #fd5900 !important;
}

/* Border */

.secondary.is-outline:hover {
    border-color: #fd5900
}

/* Focus */

.secondary:focus-visible,
.alt:focus-visible {
    outline-color: #fd5900 !important;
}

.success.is-underline:hover,
.success.is-outline:hover,
.success {
    background-color: #5cb85c
}

    .success-color,
    .success.is-link,
    .success.is-outline {
        color: #5cb85c;
    }

.success-border {
    border-color: #5cb85c !important;
}

/* Color !important */

[data-text-color="success"] {
    color: #5cb85c !important;
}

/* Background Color */

[data-text-bg="success"] {
    background-color: #5cb85c;
}

.alert.is-underline:hover,
.alert.is-outline:hover,
.alert {
    background-color: #ff343a
}

    .alert.is-link,
    .alert.is-outline,
    .color-alert {
        color: #ff343a;
    }

/* Color !important */

[data-text-color="alert"] {
    color: #ff343a !important;
}

/* Background Color */

[data-text-bg="alert"] {
    background-color: #ff343a;
}

body {
    color: #2c3747
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #222222;
}

body {
    font-size: 100%;
}

@media screen and (max-width: 549px) {
    body {
        font-size: 100%;
    }
}

body {
    font-family: Montserrat, sans-serif;
}

body {
    font-weight: 500;
    font-style: normal;
}

.nav > li > a {
    font-family: Quicksand, sans-serif;
}

.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-family: Quicksand, sans-serif;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 700;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: Quicksand, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
    font-style: normal;
}

.alt-font {
    font-family: Quicksand, sans-serif;
}

.alt-font {
    font-weight: 400 !important;
    font-style: normal !important;
}

.header:not(.transparent) .header-nav-main.nav > li > a {
    color: #1e4ba0;
}

.header:not(.transparent) .header-bottom-nav.nav > li > a {
    color: #ffffff;
}

    .header:not(.transparent) .header-bottom-nav.nav > li > a:hover,
    .header:not(.transparent) .header-bottom-nav.nav > li.active > a,
    .header:not(.transparent) .header-bottom-nav.nav > li.current > a,
    .header:not(.transparent) .header-bottom-nav.nav > li > a.active,
    .header:not(.transparent) .header-bottom-nav.nav > li > a.current {
        color: #ffffff;
    }

.header-bottom-nav.nav-line-bottom > li > a:before,
.header-bottom-nav.nav-line-grow > li > a:before,
.header-bottom-nav.nav-line > li > a:before,
.header-bottom-nav.nav-box > li > a:hover,
.header-bottom-nav.nav-box > li.active > a,
.header-bottom-nav.nav-pills > li > a:hover,
.header-bottom-nav.nav-pills > li.active > a {
    color: #FFF !important;
    background-color: #ffffff;
}

a {
    color: #000000;
}

.current .breadcrumb-step,
[data-icon-label]:after,
.button#place_order,
.button.checkout,
.checkout-button,
.single_add_to_cart_button.button {
    background-color: #0084ff !important
}

@media screen and (min-width: 550px) {
    .products .box-vertical .box-image {
        min-width: 300px !important;
        width: 300px !important;
    }
}

.nav-vertical-fly-out > li + li {
    border-top-width: 1px;
    border-top-style: solid;
}

/* Custom CSS */

input#author,
input#email {
    background-color: rgba(0, 0, 0, .025);
    border-radius: 5px;
    box-shadow: 0 3px 6px -4px #03a39729, 0 3px 6px #03a39729;
}

.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";
}

.entry-content.single-page a {
    color: #fe6e00;
}

.header-bottom {
    background-image: linear-gradient(90deg, #fd5900, #ffde00);
}

.panel .header-x {
    background: #ff6900;
    border-bottom: 1px solid #ff6900;
}

.copy-description .aff-copy-link {
    background: #ff6900;
}

.paginationjs .paginationjs-pages li.active > a {
    background: #ff6900 !important;
}

.header-top {
    background-image: linear-gradient(90deg, #fd5900, #ffde00);
}

.form-flat input:not([type=submit]),
.form-flat select,
.form-flat textarea {
    border-color: rgb(253 114 0);
}

.icon-search:before {
    color: rgb(253 114 0);
}

.is-outline {
    color: #fd7200;
}

.box-blog-post .is-divider {
    display: none;
    height: 2px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.blog-header-1 {
    height: 390px;
    border-top: 3px #fd6f00 solid;
    box-shadow: 0 3px 6px -4px #03a39729, 0 3px 6px #03a39729;
    border-radius: 5px;
    background: #fff;
    color: #fd5900;
    border: 1px #fd5900 solid;
}

    .blog-header-1 .box-image {
        width: 25%;
    }

    .blog-header-1 .col.post-item {
        margin-top: -15px;
    }

.footer-home {
    color: #ffffff;
    font-family: 'Quicksand';
}

.footer-new .section-title-normal span {
    color: #ffffff;
    font-family: 'Quicksand';
}

.ux-logo-link.block.image-zoom {
    padding-left: 0px;
    margin-left: -20px;
}

.footer-new {
    background-image: linear-gradient(90deg, #b92b27, #1565c0);
}

.absolute-footer.dark {
    display: none;
}

.alert-color {
    color: #b20000;
    padding: 20px;
    background: #eee;
    border: 1px var(--wp--preset--color--vivid-red) solid;
}

.footer-new .section-title-normal span {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: -2px;
    margin-right: 15px;
    padding-bottom: 7.5px;
    font-weight: 600;
    font-size: 16px;
    text-transform: inherit;
}

input#author,
input#email {
    background-color: rgba(0, 0, 0, .025);
    border-radius: 5px;
    box-shadow: 0 3px 6px -4px #03a39729, 0 3px 6px #03a39729;
}

.header:not(.transparent) .header-nav-main.nav > li > a {
    color: #fd7200;
    font-family: 'Quicksand';
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px #fd6f00 solid;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 2px solid #fd5900;
    border-radius: 5px;
}

.nav-dropdown > li > a {
    color: #222;
}

.footer-new a {
    color: #ffffff;
}

.woocommerce .bg-fill {
    background-image: linear-gradient(90deg, #b92b27, #1565c0);
}

.woocommerce-form-login .button {
    margin-bottom: 0;
    border-radius: 5px;
    background: #fff;
    color: #fd5900;
    border: 1px #fd5900 solid;
    box-shadow: 0 0 16px 0 #03a39729;
}

.ui.link.cards .card {
    transform: none;
    width: 30%;
    margin: 0 auto;
}

.ui.cards {
    margin: 20px 0;
}

.section-title {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    color: #fd5900;
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 15px;
}

.section-title-normal span {
    border-bottom: 2px solid #fd5900;
    letter-spacing: 0px;
    font-size: 15px
}

.accordion-title {
    background: #f2f2f2;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
    border-top: 0px
}

mark {
    background-color: #eee0;
    color: #000;
    font-weight: 700;
}

.section-title-normal {
    border-bottom: 1px solid #fd5900;
}

.ui.card > .image:not(.ui) > img,
.ui.cards > .card > .image:not(.ui) > img {
    border: none;
    padding: 20px;
}

a.primary.is-small.mb-0.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.is-outline {
    width: 100%;
    border: 2px #fd5900 solid;
    padding: 5px;
    border-radius: 7px;
}

.taskbar-home {
    flex-basis: 20%;
    max-width: 20%;
}

    .taskbar-home .col-inner {
        box-shadow: 0 3px 6px -4px #03a39729, 0 3px 6px #03a39729;
        border-radius: 5px;
        background: #fff;
        color: #fd5900;
    }

.product-home {
    flex-basis: 80%;
    max-width: 80%;
}

    .product-home .col-inner {
        border-radius: 7px;
    }

    .product-home .product-small.box {
        border-radius: 7px;
    }

.name.product-title.woocommerce-loop-product__title {
    min-height: 60px;
}

.taskbar-home > .col-inner {
    position: sticky;
    top: 15%;
}

.taskbar-home .section-title-normal {
    border-bottom: 0px;
    padding: 5px;
    color: #ffffff;
    background-image: linear-gradient(90deg, #fd5900, #ffde00);
    font-size: 15px;
    font-weight: 500;
    text-transform: inherit;
}

p.instock-m {
    color: #28a745;
    font-weight: 700;
    font-size: 13px;
}

p.outstock-m {
    color: #ff0029;
    font-weight: bold;
}

.taskbar-home .section-title-normal span {
    border-bottom: 0px;
    width: 100%;
    text-align: center;
}

.normal-title {
    background: #eee;
    color: #222;
}

.dark .heading-font,
.dark a.lead,
,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark label,
.hover-dark:hover a,
.hover-dark:hover h1,
.hover-dark:hover h2,
.hover-dark:hover h3,
.hover-dark:hover h4,
.hover-dark:hover h5,
.hover-dark:hover h6,
.hover-dark:hover p {
    color: #000;
}

.my-account-header h1.uppercase.mb-0 {
    color: #000;
}

.woocommerce-Input.woocommerce-Input--text.input-text,
.woocommerce-Input--email.input-text,
.woocommerce-Input.woocommerce-Input--password.input-text {
    -webkit-box-shadow: 0 0 16px 0 var(--ywcmap-items-shadow-color-active);
    -moz-box-shadow: 0 0 16px 0 var(--ywcmap-items-shadow-color-active);
    border-radius: 10px;
    margin: 5px 0;
}

.page-vv p {
    font-size: 14px;
    text-align: left;
}

.woocommerce-Button.button {
    border-radius: 5px;
    background: #fff;
    color: #fd5900;
    border: 1px #fd5900 solid;
    box-shadow: 0 0 16px 0 #03a39729;
}

.account-register-inner.relative.flex-col.flex-grow.dark.text-center .uppercase {
    color: #eee;
}

.text-center .button:last-of-type,
.text-right .button:last-of-type {
    margin-right: 0 !important;
    margin-bottom: 0;
    border-radius: 5px;
    background: #fff;
    border: 1px #fd5900 solid;
    box-shadow: 0 0 16px 0 #03a39729;
    font-size: 15px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
}

.product-small.box ul {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
    display: none;
}

.product-small.box:hover ul {
    display: block;
    max-width: 500px;
}

footer.entry-meta {
    display: none;
}

.entry-author {
    display: -webkit-flex;
    margin: 40px 0;
    padding: 20px;
    background-color: #00000006;
    align-items: center;
    box-shadow: 0 3px 6px -4px #03a39729, 0 3px 6px #03a39729;
    border-radius: 5px;
}

input#submit {
    margin-bottom: 0;
    border-radius: 5px;
    background: #fff;
    color: #fd5900;
    border: 1px #fd5900 solid;
    box-shadow: 0 0 16px 0 #03a39729;
}

textarea {
    min-height: 120px;
    padding-top: 0.7em;
    background-color: rgba(0, 0, 0, .025);
    border-radius: 10px;
    box-shadow: 0 3px 6px -4px #03a39729, 0 3px 6px #03a39729;
}

#comments .comment-respond {
    background-color: #fff;
    margin-top: 15px;
    padding: 0;
}

.flex-row.next-prev-nav.bt.bb {
    text-align: center;
    box-shadow: 0 3px 6px -4px #03a39729, 0 3px 6px #03a39729;
    padding: 30px;
    border-radius: 10px;
}

.next-prev-nav .flex-col + .flex-col {
    text-align: center;
    box-shadow: 0 3px 6px -4px #03a39729, 0 3px 6px #03a39729;
    padding: 30px;
    border-radius: 10px;
    margin: 10px;
}

.flex-col.flex-grow.nav-prev.text-left {
    text-align: center;
    box-shadow: 0 3px 6px -4px #03a39729, 0 3px 6px #03a39729;
    padding: 30px;
    border-radius: 10px;
    margin: 10px;
}

.text-center .button:last-of-type,
.text-right .button:last-of-type {
    color: #111;
}

.single_add_to_cart_button.button {
    border-radius: 5px;
    background: #fff !important;
    color: #fd5900;
    border: 1px #fd5900 solid;
    box-shadow: 0 0 16px 0 #03a39729;
}

.tabbed-content .nav,
.tabbed-content .tab-panels {
    width: 100%;
    box-shadow: 0 3px 6px -4px #03a39729, 0 3px 6px #03a39729;
    padding: 30px;
    border-radius: 10px;
}

div#product-sidebar {
    padding: 0 10px;
}

#product-sidebar .col-inner,
.widget {
    border: 1px solid #ddd;
    background-color: #FAFAFA;
    border-radius: 5px;
}

.icon-box.featured-box.icon-box-left.text-left {
    border-bottom: 1px solid #ddd;
    padding: 8.5px;
}

.icon-box-text.last-reset h5,
h6 {
    text-transform: revert;
    line-height: 1.2;
    letter-spacing: 0px;
}

.widget {
    margin-top: 0px;
    margin-bottom: 0px;
}

.has-border {
    border-radius: 7px;
}

.blog-wrapper.blog-single.page-wrapper .entry-divider {
    display: none;
}

.modal__container {
    width: 800px;
    max-width: 100% !important;
}

.td.product {
    text-align: left;
    width: 20%;
}

.text-center.social-login p {
    display: none;
}

.page-vv h1 {
    color: #01145b;
    font-family: Tahoma;
    text-transform: uppercase;
    font-size: 42px;
}

.page-vv p {
    font-size: 14px;
}

.icon-phone:before {
    content: "";
    display: none;
}

.blog-wrapper.blog-archive.page-wrapper .col.post-item {
    margin-bottom: 30px;
    border-radius: 0 0 15px 15px;
    background-color: var(--whiteColor);
    border-bottom: 3px solid var(--primary-color);
    box-shadow: 0px 5px 5px #ffcb008c;
}

table.tb-home {
    border-color: #ececec;
    border-spacing: 0;
    margin: 0 auto;
    width: 60%;
    padding: 20px;
    text-align: center;
    box-shadow: 0 3px 6px -4px #03a39729, 0 3px 6px #03a39729;
    border-radius: 5px;
    background: #fff;
    color: #fd5900;
    border: 1px #fd5900 solid;
}

.accordion h2 {
    color: #2C3747;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-family: 'Montserrat';
    margin: 2px 0px;
}

.alert-num {
    background: red;
    color: #fff;
    padding: 3px 7px;
    border-radius: 100%;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: -5px;
}

.menu-hide {
    display: none;
}

.table_list_code {
    display: block !important;
}

p.order-again {
    display: none;
}

.nx-branding {
    display: none !important;
}

.notification-item.themes-conversions_conv-theme-seven .notificationx-image:after {
    background: #fd5900;
    box-shadow: 0 5px 10px rgb(253 89 0 / 40%);
}

.tai-khoan-zalo p.outstock-m,
.bm-fb p.outstock-m,
.tai-khoan-twitter p.outstock-m {
    color: #ff0029;
    font-weight: bold;
    display: none;
}

.tai-khoan-zalo .add-to-cart-button,
.bm-fb .add-to-cart-button,
.tai-khoan-twitter .add-to-cart-button {
    display: none;
}

.ui.link.cards .card:hover {
    scale: 2.0;
}

@media only screen and (max-width: 600px) {
    .ui.link.cards .card:hover {
        scale: none;
    }

    .icon-user:before {
        content: "";
        color: #fe7400;
        border: 1px #fe7400 solid;
        font-size: 22px;
        padding: 5px;
        border-radius: 10px;
    }

    table.tb-home {
        width: 100%;
    }

    .ui.link.cards .card {
        transform: none;
        width: 100%;
        margin: 0 auto;
    }

    .product-home {
        flex-basis: 100%;
        max-width: 100%;
    }

    .price-wrapper .price {
        display: block;
        font-size: 12px;
    }

    a.primary.is-small.mb-0.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.is-outline {
        width: 100%;
        border: 2px #fd5900 solid;
        padding: 5px;
        border-radius: 7px;
        font-size: 10px;
    }

    .slide-mobile .slider-wrapper.relative {
        margin: -15px;
    }

    .section-title-normal span {
        border-bottom: 2px solid #fd5900;
        letter-spacing: -1px;
    }

    .h1-page h1 {
        font-size: 25px !important;
        font-family: 'Quicksand';
        font-weight: 800;
    }

    .navigation-post {
        display: none;
    }

    p.name.product-title.woocommerce-loop-product__title {
        min-height: 57px;
    }
}

.entry-author.author-box .flex-row {
    display: block;
}

.blog-wrapper.blog-single.page-wrapper .large-9.col {
    box-shadow: 0px 15px 35px rgb(0 0 0 / 4%);
    border-radius: 5px;
    padding-top: 10px;
}

.table_list_code {
    width: 100%;
}


.single-product div#tab-description {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}

.single-product .tab-panels div#tab-description.panel:not(.active) {
    height: 0 !important;
}

.devvn_readmore_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
}

    .devvn_readmore_flatsome:before {
        height: 55px;
        margin-top: -45px;
        content: "";
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff', GradientType=0);
        display: block;
    }

    .devvn_readmore_flatsome a {
        color: #318A00;
        display: block;
    }

.devvn_readmore_flatsome_less:before {
    display: none;
}


h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
    rotate: 180deg
}


.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}


body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flow > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

    body .is-layout-flex > * {
        margin: 0;
    }

body .is-layout-grid {
    display: grid;
}

    body .is-layout-grid > * {
        margin: 0;
    }

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}


:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223
}

@media (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

    :root .has-very-light-gray-background-color {
        background-color: #eee
    }

    :root .has-very-dark-gray-background-color {
        background-color: #313131
    }

    :root .has-very-light-gray-color {
        color: #eee
    }

    :root .has-very-dark-gray-color {
        color: #313131
    }

    :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
        background: linear-gradient(135deg, #00d084, #0693e3)
    }

    :root .has-purple-crush-gradient-background {
        background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
    }

    :root .has-hazy-dawn-gradient-background {
        background: linear-gradient(135deg, #faaca8, #dad0ec)
    }

    :root .has-subdued-olive-gradient-background {
        background: linear-gradient(135deg, #fafae1, #67a671)
    }

    :root .has-atomic-cream-gradient-background {
        background: linear-gradient(135deg, #fdd79a, #004a59)
    }

    :root .has-nightshade-gradient-background {
        background: linear-gradient(135deg, #330968, #31cdcf)
    }

    :root .has-midnight-gradient-background {
        background: linear-gradient(135deg, #020381, #2874fc)
    }

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

    .screen-reader-text:focus {
        clip: auto !important;
        background-color: #ddd;
        -webkit-clip-path: none;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}


/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}


:root {
    --ywcmap-logout-text-color: #ffffff;
    --ywcmap-logout-text-color-hover: #ffffff;
    --ywcmap-logout-background-color: #c0c0c0;
    --ywcmap-logout-background-color-hover: #333333;
    --ywcmap-items-text-color: rgb(34,34,34);
    --ywcmap-items-text-color-hover: #000000;
    --ywcmap-items-text-color-active: #000000;
    --ywcmap-items-background-color: #ffffff;
    --ywcmap-items-background-color-hover: #ffffff;
    --ywcmap-items-background-color-active: #ffffff;
    --ywcmap-font-size: 16px;
    --ywcmap-menu-background: #f4f4f4;
    --ywcmap-menu-border-color: #e0e0e0;
    --ywcmap-items-border-color: rgb(234,234,234);
    --ywcmap-items-border-color-hover: rgb(253,89,0);
    --ywcmap-items-border-color-active: rgb(253,89,0);
    --ywcmap-items-shadow-color: rgba(114, 114, 114, 0.16);
    --ywcmap-items-shadow-color-hover: rgba(3,163,151,0.16);
    --ywcmap-items-shadow-color-active: rgba(3,163,151,0.16);
    --ywcmap-avatar-border-radius: 50%;
    --ywcmap-menu-items-padding: 12px 5px 12px 10px;
   
}

[data-font="FontAwesome"]:before {
    font-family: 'FontAwesome' !important;
    content: attr(data-icon) !important;
    speak: none !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}