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

/*
var(--fs-color-primary)    - #38b65a
var(--fs-color-secondary)  - #163663

*/
:root {
    --white: #fff;
}

/*************** ADD CUSTOM CSS HERE.   ***************/

/*menu 3lv*/

.nav-dropdown > li.nav-dropdown-col {
    display: block
}

.nav-dropdown {
    border: 1px solid #ddd;
    padding: 0
}

.nav-dropdown .nav-dropdown-col > a, .nav-dropdown li a {
    font-weight: 400 !important;
    text-transform: none !important;
    font-size: 15px
}

ul.sub-menu li.menu-item-has-children li {
    color: var(--white);
}

ul.sub-menu li.menu-item-has-children a {
    position: relative;
}

ul.sub-menu li.menu-item-has-children > a::after {
    position: absolute;
    content: '\f105';
    right: 5px;
    top: 10px;
    font-family: fl-icons !important
}

.nav-dropdown .nav-dropdown-col > ul li:hover, .nav-dropdown-default > li:hover {
    background: var(--fs-color-secondary);
}

.nav-dropdown .nav-dropdown-col > ul li:hover > a, .nav-dropdown-default > li:hover > a {
    color: #fff
}

.nav-dropdown-default > li > a {
    border-bottom: 0 !important
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 10px;
    margin-left: -10px
}


.nav-dropdown .nav-dropdown-col > ul {
    border: 1px solid #d2d2d2;
    top: 0;
    display: none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: #fff;
    min-width: 240px;
    height: 100%;
}

.nav-dropdown > li.nav-dropdown-col {
    width: 100%;
    border-right: 0
}

.nav-dropdown .nav-dropdown-col > ul li a {
    padding: 10px;
    text-transform: none;
    /*color: va;*/
}
 li.level3-active > a{
     color: var(--white) !important;
 }

.header-nav li.nav-dropdown-col:hover > ul {
    display: block !important
}

.active > ul.sub-menu:not(.nav-dropdown) {
    display: none !important;
}

/*menu 3lv*/

.nav-dropdown li:hover,.nav-dropdown li:active  {
    background: var(--fs-color-secondary);
    border-left: 4px solid #1fa12e;
}

.featured-box img {
    height: 100px;
    object-fit: contain;
}

.logo_invert img {
    background: var(--fs-color-primary);
}

.img_full_right {
    display: block;
    max-width: unset;
    width: calc(100% + calc(100vw - 65rem) / 2) !important;
}

.pri_font {
    font-family: "Playfair Display", sans-serif !important;
}

.w-70 img {
    width: 70%;
}

.home .count-up, span.pluss {
    font-size: 2rem;
    font-weight: bold;
    color: var(--fs-color-secondary);
}

.count-up-label {
    font-size: 1.5rem;
    color: var(--fs-color-secondary);
}


.product-small.box .box-text .box-excerpt ~ p {
    display: none;
}

.product-small.box bdi {
    font-size: 20px;
    font-weight: 600;
    color: var(--fs-color-primary);
    text-transform: capitalize;
    margin-top: 10px;
}

.single-product span.amount {
    color: var(--fs-color-primary);
}

.back-to-top {
    background: var(--fs-color-primary);
!important;
    border: none !important;
    color: white !important;
    bottom: 60px;
}

.footer-2 a:hover {
    color: rgb(56 182 90)
}

.footer-2 h3 {
    text-transform: none;
    font-size: 17px;
}

.footer-2 .col {
    padding-bottom: 0
}

.absolute-footer {
    background-color: var(--fs-color-secondary);
    color: #fff !important;
    padding: 10px 0 !important;
}

.product-small.box .product-title a {
    font-size: 17px;
    margin: 0;
    font-weight: normal;
    color: var(--fs-color-secondary);
}

.product-small.box .product-title a:hover {
    color: var(--fs-color-primary);
}

.section1 .icon-box .icon-box-text h3:before, .section6 .icon-box .icon-box-text h3:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 1px;
    background-color: var(--fs-color-secondary);
    transition: all .3s ease-in-out;
}

.section1 .icon-box .icon-box-text h3:after, .section6 .icon-box .icon-box-text h3:after {
    top: calc(100% + 5px);
    width: 40px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: var(--fs-color-secondary);
    transition: all .3s ease-in-out;
}

.section1 .icon-box .icon-box-text h3, .section6 .icon-box .icon-box-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--fs-color-secondary);
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    position: relative;
    transition: all .3s ease-in-out;
}

.section1 .icon-box .icon-box-img img {
    margin: 0;
    padding: 0;
    border-radius: 99%;
    border: 3px solid var(--fs-color-secondary);
}

.section1 .icon-box .icon-box-text p {
    font-size: 15px;
}

.add-to-cart-button a.primary,
input[type=submit] {
    background: var(--fs-color-secondary);
}

.section2 .col {
    padding-bottom: 0
}

.section-title-center span {
    margin: 0 15px;
    text-transform: none;
    font-size: 30px !important;
    color: var(--fs-color-primary) !important;
}

.widget-title span, .widget-title, span.widget-title {
    font-size: 21px;
    font-weight: 600;
    color: var(--fs-color-secondary);;
    letter-spacing: 0;
    text-transform: none;
    display: block;
    margin-bottom: 10px;
}

h1.shop-page-title {
    color: var(--fs-color-primary);
    font-size: 2.5rem;
}
h1.entry-title.mb {
    margin-bottom: 15px;
    letter-spacing: 0;
    color: var(--fs-color-primary);
}
.header.show-on-scroll, .stuck .header-main {
    /*background-color: var(--fs-color-secondary) !important;*/
    background: linear-gradient(360deg, #16366300, #163663cc) !important;
}

.product-small.box .box-image img {
    object-fit: contain;
}



@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .img_full_right {
        width: 100% !important;
    }

}