/*
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.   ***************/
.icb_center {
    align-items: center !important;
}

.btn_add_to_cart {
    background-color: rgba(46, 57, 101, 1) !important;
}

.icb_footer .icon-box-text>* {
    margin-bottom: 0px !important;
    font-size: 14px !important;
}

.footer_menu .ux-menu-title {
    font-style: normal;
    color: #8cc640;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: .5em;
    text-transform: uppercase;
    font-weight: bold;
}

.footer_menu .ux-menu-link .ux-menu-link__link {
    min-height: unset;
    padding: 0;
}

.footer_menu .ux-menu-link .ux-menu-link__text {
    font-size: 14px !important;
    color: #222222 !important;
    line-height: 1.8;
}

.stack_full_height {
    height: 100% !important;
}

.why_manuka_title h3 {
    width: fit-content;
    margin: 0 auto;
    padding: 20px 80px;
    background-color: rgba(254, 254, 254, 0.5);
    font-weight: bolder;
    font-size: 40px;
    margin-bottom: 35px;
}

.why_manuka_text_row>.col>.col-inner {
    background-color: rgba(254, 254, 254, 0.5);
    padding: 50px 32px 32px;
}

.faroson_title h3 {
    font-weight: 800;
    font-size: 35px;
    color: rgba(46, 57, 101, 1);
}

.faroson_title.large h3 {
    font-size: 40px;
    text-transform: uppercase;
}

.icb_exceptional {
    margin-bottom: 10px;
}

.icb_exceptional .icon-box-text>h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px !important;
    color: rgba(30, 30, 30, 1) !important;
}

.icb_exceptional .icon-box-text>p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(30, 30, 30, 1) !important;
    margin-bottom: 0px !important;
}

.verified_text>* {
    color: rgb(140, 198, 64) !important;
    font-size: 12px;
    font-weight: bold;
}

.date_reviews_text>* {
    font-size: 12px;
    color: #333;
}

button#top-link {
    border-radius: 0 !important;
    background-color: white !important;
    border-color: #28587b91;
}

.header-nav.header-nav-main .menu-item a.nav-top-link {
    min-height: 50px;
}

#masthead>.header-inner {
    align-items: flex-end !important;
}

li.current-dropdown>.nav-dropdown {
    padding: 0;
    left: 0px !important;
    border: none !important;
    background-color: #8cc640 !important;

}

li.current-dropdown.menu-item-design-container-width>.nav-dropdown {
    padding: 0 !important;
    right: 0px !important;
    left: 0 !important;
    transform: translateX(-50%);
}

.nav-dropdown-has-arrow li.has-dropdown:after {
    content: unset !important;
}

li.current-dropdown>.nav-dropdown .menu-item>a {
    font-weight: bold;
    color: #2c3966;
    text-transform: uppercase;
    border: none !important;
}

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

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .why_manuka_title h3,
    .faroson_title.large h3 {
        font-size: 24px !important;
    }

    .faroson_title h3 {
        font-size: 24px !important;
    }

    #masthead>.header-inner {
        align-items: center !important;
    }

    #logo img {
        max-height: 50px !important;
    }

    .footer_menu .ux-menu-title {
        font-size: 14px;
        margin-top: 20px !important;
        min-height: unset;
    }

}