/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --shop-color-bg: #fff;
    --shop-color-main: #3A7C33;
    --shop-color-text: #000000;
    --shop-color-title: #3A7C33;
    --shop-color-hover: #3A7C33;
    --shop-color-button: #3A7C33;
    --shop-color-cartbar: #3A7C33;
    --shop-color-border: #e7e7e7;
    --footer-color-title: #333333;
    --footer-color-text: #333333;
    --footer-color-bg: #ffffff;
    --about01-color-bg: #f5f8fd;
    --about03-color-bg: #008848;
    --about03-color-text: #ffffff;
    --about03-color-hover: #037540;
    --about03-color-focus: #ffffff;
    --header-category-bg: #ffffff;
    --header-category-text: #3A7C33;
    --header-category-border: #f5f5f5;
    --header-category-bgitem: #ffffff;
    --index-promote-bg: #ffffff;
    --index-promote-bgitem: #ffffff;
    --product-color-soldout: #c9c3c3;
    --primary-color: #3A7C33;
    --fs-color-primary: #3A7C33;
    --fs-color-secondary: #d26e4b;
    --fs-color-success: #7a9c59;
    --fs-color-alert: #b20000;
    --fs-experimental-link-color: #3A7C33;
    --fs-experimental-link-color-hover: #111;
}


body {
    color: var(--shop-color-text);
    line-height: 1.4;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    overflow-x: hidden;
    background: var(--shop-color-bg);
    position: initial;
}

.button {
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    padding: 12px 28px;
    line-height: normal;
    color: #fff;
    background-color: var(--shop-color-hover);
    border: 1px solid var(--shop-color-button);
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    outline: none;
    border-radius: 2px;
    text-transform: uppercase;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


/* HEADER */

#header .header-bg-color {
    background-color: var(--shop-color-main);
}

#header #top-bar {
    background: #5c9b50;
    color: #ffffff;
}

.ux-search-submit.submit-button {
    color: #c5cee0;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 4px;
    background-color: #fff;
}

.searchform .flex-row .flex-col:last-child {
    margin-left: -20px;
}

.header-search-form.search-form {
    width: 80%;
}

.nav-right {
    gap: 30px;
}

.header-cart-title,
.header-account-title,
.header-phone-title {
    position: absolute;
    bottom: -5px;
    width: max-content;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.header-wrapper.stuck .header-cart-title,
.header-wrapper.stuck .header-account-title,
.header-wrapper.stuck .header-phone-title {
    position: absolute;
    bottom: -20px;
    width: max-content;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.header-cart-link,
.account-link,
.phone-link {
    min-width: 70px;
    display: flex;
    justify-content: center;
}

.phone-link {
    min-width: 145px;
    font-size: 12.6px !important;
}

.icon-phone::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 30px;
    background: url(./assets/img/phone.png) center / contain no-repeat;
}

.icon-user::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 30px;
    background: url(./assets/img/account.png) center / contain no-repeat;
}

.icon-shopping-basket::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 30px;
    background: url(./assets/img/cart.png) center / contain no-repeat;
}

.icon-shopping-basket {
    margin: 0 0 0 -5px !important;
}

[data-icon-label]:after {
    background-color: #c50017;
    top: 0;
}

#wide-nav {
    background-color: var(--shop-color-bg);
    padding: 10px 0;
}

.header-nav.header-bottom-nav {
    flex-flow: inherit;
    align-items: normal;
}

.header-nav.header-bottom-nav .menu-item {
    flex: 1;
    padding: 0 5px;
    margin: 0;
}

.header-nav.header-bottom-nav .menu-item:first-child {
    flex: unset;
    padding: 0;
}

.header-nav.header-bottom-nav .menu-item:first-child a {
    font-size: 0;
    border: none;
}

.header-nav.header-bottom-nav .menu-item:last-child {
    padding-right: 0;
}

.header-nav.header-bottom-nav .menu-item a {
    cursor: pointer;
    font-size: 14px;
    height: 100%;
    color: var(--header-category-text);
    font-weight: 500;
    background: var(--header-category-bgitem);
    border: 1px solid var(--header-category-border);
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0;
}


.header-nav.header-bottom-nav .menu-item.active a {
    background: var(--shop-color-hover);
    border-color: var(--shop-color-hover);
    color: #ffffff;
}

.header-nav.header-bottom-nav .menu-item:first-child.active a {
    background: transparent;
}

.single-product .header-nav.header-bottom-nav .menu-item.active a {
    background: transparent;
    border-color: var(--header-category-border);
    color: var(--header-category-text);
}


.section-title b {
    display: none;
}

.section-title-main {
    font-size: 24px;
    margin: 0 0 8px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    min-width: 70%;
    background: var(--shop-color-main);
    padding: 8px 15px 10px;
    border-radius: 50px;
}

.section-title-center span {
    margin: auto;
}

.bread-crumb .featured-title,
.bread-crumb .title-overlay {
    background-color: transparent;
    text-shadow: none
}

.bread-crumb .page-title-inner {
    min-height: unset;
    padding: 0 15px;
}

.bread-crumb .dark .breadcrumbs a {
    font-size: 13px;
    padding: 9px 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
    list-style: none;
    color: #000;
}

.bread-crumb .woocommerce-breadcrumb {
    color: #222;
    font-size: 13px;
    font-weight: 100;
}

.button-primary {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    text-transform: initial;
    padding: 0 30px;
    border-radius: 4px;
    background: #ffffff;
    color: var(--shop-color-button) !important;
    border: 1px solid var(--shop-color-button) !important;
}

.button-primary:hover {
    box-shadow: none;
}

.shop-page-title.category-page-title .page-title-inner {
    padding: 0 15px 30px;
}

.shop-page-title.category-page-title .woocommerce-breadcrumb a,
.shop-page-title.category-page-title .divider {
    display: none;
}

.shop-page-title.category-page-title .woocommerce-breadcrumb {
    font-size: 24px;
    color: var(--fs-color-primary);
}

.row.category-page-row {
    max-width: 1160px;
    padding-top: 0;
}

.custom-product-page {
    padding-bottom: 50px;
}

.custom-product-page .col-breadcrumb {
    padding-bottom: 10px;
}

.custom-product-page .woocommerce-breadcrumb {
    font-size: 13px;
    background: transparent;
    border-radius: 0;
    margin: 0;
    list-style: none;
    color: #000;
}

.custom-product-page .woocommerce-breadcrumb a {
    color: #000000;
}

.nav-dropdown .product_list_widget::-webkit-scrollbar {
    width: 8px;
}

.custom-product-page .product_title {
    color: var(--shop-color-title);
    font-weight: 700;
    line-height: 1.2;
    font-size: 24px;
    margin: 20px 0 8px;
}

.custom-product-page .ct-product-meta {
    display: flex;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 15px;
}

.custom-product-page .ct-product span:last-child {
    color: var(--shop-color-title);
}

.custom-product-page .product-price-container span.amount {
    font-size: 25px;
    font-weight: 600;
    color: red;
}

.custom-product-page .product-price-container del span.amount {
    color: #111;
    font-weight: 700;
    white-space: nowrap;
    font-size: unset;
}

.custom-product-page .ux-quantity__button {
    width: 45px;
    height: 45px;
}

.custom-product-page .input-text.qty {
    max-width: unset;
    width: 60px;
    height: 45px !important;
}

.custom-product-page .add-to-cart-container form {
    display: flex;
    flex: auto;
}

.custom-product-page .add-to-cart-container .single_add_to_cart_button {
    width: 100%;
    height: 45px;
    background-color: var(--shop-color-hover);
    text-transform: uppercase;
    font-weight: 700;
}

.custom-product-page .accordion .icon-box {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.custom-product-page .accordion .accordion-inner {
    padding: 15px 0;
}

.custom-product-page .accordion .accordion-title:first-child {
    border-top: none;
}

.custom-product-page .accordion-title {
    padding-left: 0;
    color: var(--shop-color-title);
    font-size: 15px;
}

.custom-product-page .accordion-title.active {
    background-color: transparent;
}

.custom-product-page .accordion .toggle {
    position: absolute;
    right: 0;
    left: unset;
    margin: 0;
}

.related.related-products-wrapper {
    padding-top: 40px;
}

.related .product-section-title,
.cs.product-section-title {
    margin: 0 auto 10px;
    width: fit-content;
    color: var(--shop-color-title);
    font-size: 28px;
}

.product-small.col {
    padding: 0 5px 10px;
}

.product-small.box:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}

.product-small .box-text {
    padding: 12px 10px 4px;
    background-color: #ffffff;
}

.product-small .product-title {
    font-size: 14px;
    margin: 0 0 8px;
    font-weight: 500;
    line-height: 1.4;
    min-height: 36.4px;
}

.product-small .product-title a {
    color: var(--shop-color-text);
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.product-small .price-wrapper {
    margin-top: auto;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.product-small .product_type_simple {
    margin: 0;
    width: 100%;
    border: 1px solid var(--shop-color-button);
    color: var(--shop-color-button);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
}

.product-small .product_type_simple:before {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    background-image: url('./assets/img/add-cart.png');
    background-size: cover;
    content: '';
    margin-right: 1em;
}

.product-small .added_to_cart.wc-forward {
    display: none;
}

.product-small .badge-container {
    margin: 0;
    top: 10px;
}

.product-small .badge {
    height: 15px;
    width: unset;
    margin: 0 0 0 10px;
}

.product-small .badge-circle .badge-inner {
    border-radius: 0;
    background-color: red;
    font-size: 12px;
    font-weight: 300;
}

.contact-page ul {
    list-style: none;
}

.form-group {
    display: flex;
    gap: 20px;
}

.form-group p {
    width: 100%;
}

.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;
    height: 40px !important;
}


#footer {
    font-size: 14px;
    padding-top: 40px;
    border-top: 1px solid var(--shop-color-border);
    background: var(--footer-color-bg);
}

.footerNav-link .item a {
    color: #000000;
    line-height: 1.6;
}

.title-footer,
.fter-title {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 12px;
    color: #000000;
}

.absolute-footer.dark {
    border-top: 1px solid rgba(51, 51, 51, 0.08);
    font-size: 12px;
    padding: 8px 0;
    color: var(--footer-color-text);
    background-color: #ffffff;
}


@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .header-cart-link, .account-link, .phone-link {
        min-width: unset;
    }

    .header-main li.html.custom {
        display: block;
    }

    .header-phone-title {
        display: none;
    }

    .nav-right {
        gap: 10px;
    }

    .nav>li>a {
        color: #fff;
    }

    #main-menu .nav>li>a {
        color: #000;
    }

    #main-menu .nav>li.current_page_item.menu-item-134 {
        display: none;
    }

    #wide-nav {
        padding: 0;
        background: var(--fs-color-primary);
    }

    .home-slider .col.small-12,
    .bread-crumb .col.small-12 {
        padding: 0;
    }

    .bread-crumb .woocommerce-breadcrumb {
        text-align: left;
    }

    .header-search-form.search-form {
        width: 100%;
    }

    .custom-product-page {
        padding-top: 15px;
    }

}