:root {
    --mainColor: #72a834;
    --subColor: #4e7661;
    --textColor: #00090f;
    --topHeader: #8cc7a8;
    --bgHeader: #ffffff;
    --topHeader2: #b2d18f;
    --bgFlash: linear-gradient(to right, rgb(140, 199, 168, 0.6), rgb(178, 209, 143, 0.6));
    --gutter: 30px;
}

@font-face {
    font-family: 'SVN Mont';
    font-style: normal;
    src: url(../font/svn-mont-regular.ttf) format("woff")
}

body {
    font-size: 14px;
    color: var(--textColor);
    background-color: #fff;
    font-family: 'SVN Mont' !important;
    margin-top: 150px;
}

.title-module {
    display: block;
    position: relative;
    text-align: center;
    line-height: 1;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.title-module a {
    display: block;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.title-module .box_title {
    display: inherit;
}

.title-module .box_title img {
    max-width: 140px;
    margin-top: -25px;
}

.link_title {
    text-align: center;
}

.link_title a {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 30px;
    color: #000;
    font-size: 14px;
    margin: 7px 3.5px 0px 3.5px;
    background-color: #efefef;
}

.show-more-pro {
    padding: 10px 0px;
    text-align: center;
}

.show-more-pro .a-show-more {
    padding: 5px 30px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    transition: all 300ms;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid var(--mainColor);
}

.top-content {
    gap: 20px;
    margin: auto;
    padding: 0px 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: auto;
    display: flex;
    justify-content: center;
    font-size: 14px;
}

.top-content .separator {
    width: 2px;
    min-width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #fff;
}

#woocommerce-product-search-field-0,
#woocommerce-product-search-field-1 {
    box-shadow: none;
    height: 40px;
    border-radius: 99px !important;
    background-color: #f6f6f6;
    border-color: transparent;
    font-size: 14px;
}

.box-maps {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    height: 36px;
    margin-right: 15px;
}

.box-maps img {
    max-height: 24px;
    max-width: 24px;
}

.box-maps .content_maps {
    margin-left: 5px;
}

.box-maps .content_maps a {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.header-nav .header-search-form .flex-col:not(.flex-grow) {
    margin-left: -40px;
}

.searchform .button.icon {
    background-color: transparent;
    color: #000;
    border: none;
    box-shadow: none;
    font-size: 16px;
}

#wide-nav .nav>li>a {
    padding: 7px 15px 7px 15px;
    border: 1px solid #efefef;
    border-radius: 8px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

#wide-nav .nav>li.active>a {
    color: var(--subColor);
}

.custom-shop-header.row.row-small {
    max-width: 1256px;
}

.custom-shop-header.row-small>.col {
    padding-bottom: 0;
}

.shop-page-title .page-title-inner {
    padding-top: 0;
}

.has-shadow>.col>.col-inner {
    border-radius: 10px;
}

.product-small.box {
    background-color: #ffffff;
    border-radius: 10px;
}

.product-small.box .box-text {
    padding: 1px 10px 10px;
    text-align: center;
}

.product-small.box .box-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-small.box .category {
    display: inline-block;
    text-transform: uppercase;
    color: #4e7661;
    font-weight: 600;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
}

.product-small .name {
    font-size: 14px;
    font-weight: 400;
    white-space: unset;
    line-height: 20px;
    height: 40px;
    margin-bottom: 0px;
    margin-top: 5px;
    word-wrap: break-word;
}

.product-small .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-small span.amount {
    color: #c90000;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0px;
}

.product-small del span.amount {
    color: #98a4a9;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
}

.product-small .price-wrapper {
    margin-bottom: 5px;
    margin-top: 5px;
}

.post-item .box {
    background-color: #fafafa;
    border-radius: 10px;
}

.post-item .box .box-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.post-item .box .box-text {
    padding: 10px;
}

.block-mailchimp {
    padding: 20px;
    background: linear-gradient(to right, #B2D18F, rgba(140, 199, 168, 0.8));
    border-radius: 10px;
    position: relative;
}

.block-mailchimp img {
    position: absolute;
    bottom: 0px;
    left: 46%;
    max-width: 140px;
}

.block-mailchimp h2 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.block-mailchimp .desc {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

#mc-form {
    position: relative;
    margin: 0;
}

.block-mailchimp .newsletter-form input {
    height: 48px;
    width: 100%;
    padding: 0 125px 0 20px;
    font-size: 14px;
    border-radius: 50px !important;
    margin: 0px;
}

.block-mailchimp .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    border: initial;
    height: 48px;
    font-size: 14px;
    padding: 0 30px;
    background: var(--mainColor);
    color: #fff;
    border-radius: 0px 48px 48px 0px;
    line-height: inherit;
    margin: 0;
}

.block-mailchimp .col {
    padding-bottom: 0;
}

.mid-footer .ux-logo-link {
    padding: 0 !important;
    margin-bottom: 5px;
}

.mid-footer .des_foo {
    color: #000;
    margin-bottom: 10px;
}

footer .title-menu {
    line-height: normal;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 14px;
    margin: 0px 0 15px 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
}

footer .content-contact span.list_footer {
    float: left;
    color: #000;
    margin-bottom: 5px;
}

footer .content-contact span.list_footer a {
    color: var(--mainColor);
    font-weight: 600;
}

footer .social-footer {
    position: relative;
    display: block;
    margin-top: 10px;
}

footer .social-footer .social {
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .social-footer .social a {
    display: inline-block;
    width: 35px;
    font-size: 14px;
    margin-right: 5px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    background-color: var(--subColor);
}

footer .social-footer .social a svg {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

footer .social-footer .social a svg path {
    fill: #fff;
}

#footer a {
    pointer-events: none;
}

.box-shadow-1,
.box-shadow-1-hover:hover,
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover {
    border-radius: 10px;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url], select, textarea {
    box-shadow: none !important;
    border-radius: 4px !important;
}

.vertical-thumbnails {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #b2d18f #e0e0e0;
}

input[type=button].is-form {
    min-width: 35px;
    background: transparent;
    border-radius: 99px;
}

@media only screen and (max-width: 48em) {
    .title-module {
        font-size: 20px;
    }

    .off-canvas-left .mfp-content {
        width: 100% !important;
        background-color: #ffff !important;
        box-shadow: none !important;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        color: #000;
        font-size: 14px;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a span {
        position: relative;
        text-align: left;
        top: 0;
    }

    .custom-shop-header.row {
        overflow: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        justify-content: initial !important;
        text-align: center !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
    }

    .custom-shop-header.row .col {
        flex: 0 0 60%;
        max-width: 60%;
        padding: 0 5px 10px;
    }

    .shop-page-title .woocommerce-breadcrumb {
        text-align: left;
    }

    .shop-page-title .flex-col.medium-text-center {
        text-align: right !important;
        padding-top: 15px;
    }

    .shop-page-title .category-filtering {
        position: absolute;
        bottom: 0;
    }
}