@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');
:root {
    --green: #017B41;
    --darkgreen: #0E5D3A;
}
h2, .h2 {
    font-family: Teko;
    font-weight: 600;
    line-height: 1;
    font-size: 2.5rem;;
    text-transform: uppercase;
    color: #000;
}
div#svg-defs {
    display: none;
}
div#notaxoptionselected {
    position: fixed;
    background: #00000026;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#notaxoptionselected > div {
    background: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px;
    gap: 30px;
    width: 100%;
    max-width: 800px;
}
div#notaxoptionselected > div form {
    flex: 1 1 100%;
}
div#notaxoptionselected > div input[type="submit"] {
    background: #017b41 !important;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    width: 100%;
}
div#notaxoptionselected > div p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

/* globals end */
/* topbar */
header .nav {
    align-items: center;
}
header .nav nav {
    font-size: 0.8rem;
}
ul#header_links {
    padding: 0 !important;
}
header .nav nav, ul#header_links a {
    color: #fff !important;
    font-weight: 500;
    text-shadow: 0 0px 1px;
}
header .nav nav > div {
    display: flex;
    align-items: center;
    gap: 30px;
}
ul#header_links li form {
    background: none;
    box-shadow: none;
    padding: 0;
    margin-top: -2px;
}
input[name="submittaxchoice"] {
    background: none;
    border: none;
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
}
/* topbar end */
/* header */
header#header div#desktop-header > .row {
    padding: 10px 15px 18px;
}
header#header .row {
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px;
    align-items: center;
}
header .row #header_logo {
    height: auto;
    padding: 0;
    /* flex: 0 0 25%;
    max-width: 25%; */
}
    header .row #header_logo img {
        width: 105px;
        height: 74px;
    }
div#search_block_top {
    padding: 0;
    flex: 0 0 100%;
    max-width: 60%;
}
    div#search_block_top input#search_query_top {
        border-radius: 30px;
        border: none !important;
    }
    #search_block_top .btn.button-search {
        opacity: 0;
    }

#shopping_cart_container.stickCart {
    top: 8px !important;
}
#shopping_cart_container .shopping_cart > a {
    display: flex;
    justify-content: center;
    align-items: center;
}
span.icon.icon-cart svg {
    width: 24px;
    color: #fff !important;
    fill: #fff;
    height: 24px;
}
.shopping_cart .more_info {
    font-size: 12px;
    padding: 7px 10px 7px 10px !important;
    line-height: 1;
    border-radius: 100%;
    background: #fff !important;
}
#shopping_cart_container .shopping_cart span.icon.icon-cart img {
    width: 25px;
}
.header_user_info {
    margin: 0 !important;
}
.header_user_info a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
#search_block_top #searchbox {
    background: transparent;
    box-shadow: none;
}
/* header end */
/* menu */
.iqitmegamenu-wrapper {
    background: #007b41;
}
.iqitmegamenu-wrapper div#iqitmegamenu-horizontal {
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
}
/* .iqitmegamenu-wrapper div#iqitmegamenu-horizontal :hover {
    background: rgba(0,0,0,0.2);
} */
.iqitmegamenu-wrapper div#iqitmegamenu-horizontal .cbp-categories-row {
    align-items: start;
    gap: 50px;
}
.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > span.cbp-main-link {
    color: #fff !important;
    font-weight: 600;
}
.cbp-fade-slide-bottom .cbp-hropen .cbp-hrsub .cbp-hrsub-inner {
    background: #fff;
}
.iqitmegamenu-wrapper div#iqitmegamenu-horizontal .cbp-hrsub a.cbp-column-title.cbp-category-title, .iqitmegamenu-wrapper div#iqitmegamenu-horizontal .cbp-hrsub * {
    color: #000 !important;
}
#page .cbp-hrmenu .cbp-links li a {
    padding-left: 0;
}
.cbp-hrmenu .cbp-submenu-aindicator,
.cbp-hrmenu .cbp-links li a:before {
    display: none !important;
}
.iqitmegamenu-wrapper div#iqitmegamenu-horizontal.cbp-sticky {
    max-width: 100%;
}
.iqitmegamenu-wrapper div#iqitmegamenu-horizontal.cbp-sticky > .container {
    float: left;
}
.iqitmegamenu-wrapper div#iqitmegamenu-horizontal.cbp-sticky > .container nav#cbp-hrmenu {
    float: none;
    max-width: 1430px;
    margin: 0 auto;
    display: block;
}
/* menu end */
/* UPC */
.primary_block .breadcrumb {
    background: transparent !important;
}
.st-header-feature {
    /* margin: 40px 0; */
}
    .st-header-feature .st-list-row {
        display: flex;
        border-bottom: 1px solid #efefef;
        max-width: 1430px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        padding: 0;
    }
    .st-header-feature .st-list-row li {
        font-weight: 700;
        font-weight: 500;
        font-size: 12px;
        color: var(--darkgreen);
        text-shadow: 0 0 0px;
        list-style: none;
        padding: 10px 10px 12px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

/* upc end */
/* footer */
.footer-container #footer .row {
    justify-content: center;
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
}
footer#footer {
    padding: 30px 0 5em;
}
.footer-container #footer h4 {
    font-size: 24px !important;
    font-weight: 600;
    font-family: Teko;
}
.footer-container #footer .footer-block ul.toggle-footer {
    padding: 0;
    list-style: none;
}
section#block_contact_infos ul,
.footer-container #footer div ul {
    padding: 0;
    margin: 0;
}
.footer-container #footer div ul li {
    font-size: 14px;
    list-style: none;
}
section#Bisnodes p {
    font-size: 14px;
}
section#block_contact_infos ul li:nth-child(1) {
    display: none;
}
.footer_copyrights {
    background: #161619;
    color: #fff!important;
    font-size: 14px;
    padding: 40px 0 !important;
}
.footer-container .footer_copyrights > .container > .row {
    justify-content: space-between;
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
}
.footer-container .footer_copyrights .footerlogoandtext {
    width: 50%;
}
.footer-container .footer_copyrights .paymants_logos img {
    float: none;
    width: 200px;
}
.footer-container .footer_copyrights > .container > .row .footerbotttomlinks {
    width: 50%;
    float: right;
    text-align: right;
}
.footer-container .footer_copyrights > .container > .row .footerbotttomlinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 30px;
}
.footer-container .footer_copyrights > .container > .row .footerbotttomlinks ul a {
    color: #fff !important;
}
/* footer end */

/* cart popup */
div#layer_cart > .clearfix {
    display: flex;
}
#layer_cart .layer_cart_product .product-image-container img {
    max-width: 100%;
}
div#layer_cart > .button-container.clearfix > .pull-right {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
/* cart popup end */

@media screen and (max-width: 768px) {
    div#layer_cart > .clearfix {
        flex-direction: column;
    }
    .st-header-feature .st-list-row li:nth-child(1), .st-header-feature .st-list-row li:nth-child(3) {
        display: none;
    }
    .top-right-content {
        display: none !important;
    }
    .nav .container {
        padding: 0;
    }
    header .mobile-condensed-header .mh-button .mh-icon {
        color: #fff;
    }
    ul#iqitmegamenu-accordion {
        list-style: none;
        padding: 0;
        background: #017b41;
    }
    #cbp-close-mobile, #cbp-close-mobile, #cbp-close-mobile:hover {
        color: #fff !important;
        background: #017b41 !important;
    }
    #iqitmegamenu-accordion.cbp-spmenu > li a, #iqitmegamenu-accordion.cbp-spmenu > li a * {
        color: #fff;
        border: none;
    }
    #iqitmegamenu-accordion.cbp-spmenu > li ul {
        background: transparent;
        list-style: none;
        padding-left: 20px;
    }
    #iqitmegamenu-accordion.cbp-spmenu div.responsiveInykator {
        color: #fff !important;
    }
}

.mobile-text {
    display: none;
}
@media screen and (max-width: 768px) {
    body #header .mobile-text {
        display: inline-block;
        color: #fff !important;
        font-size: 14px !important;
    }
}

@media screen and (max-width: 640px){
    .footer-container .footer_copyrights > .container > .row {
        flex-direction: column-reverse;
        width: 100%;
        text-align: center;
    }
    .footer-container .footer_copyrights > .container > .row > div {
        width: 100% !important;
    }
    .footer-container .footer_copyrights > .container > .row .footerbotttomlinks ul {
        flex-direction: column;
        text-align: center;
        gap: 0;
    }
    .footer_copyrights {
        padding: 10px !important;
    }
}
#toTop:hover,
#toTop.totop-showed,
#toTop {
    background-color: #007b41 !important;
}

/* search page */
#module-ambjolisearch-jolisearch div#center_column {
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
}
    #module-ambjolisearch-jolisearch div#center_column div#subcategories {
        width: 100%;
    }
        #module-ambjolisearch-jolisearch div#center_column div#subcategories ul {
            display: flex;
            width: 100%;
        }
/* search page end */

button.password-info {
    position: absolute;
    right: 5px;
    top: 73%;
    transform: translateY(-50%);
    padding: 0;
    background: no-repeat;
    border: none;
}

form#account-creation_form button.password-info {
    top: 50%;
}