/*------------------------- General ---------------------------*/
html {
    font-size: 14px;
}
body {
    font-family: Arial;
    font-size:12px;
}

.btn:focus, .btn:active:focus, .form-control:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

:root {
    --cara-blue: #134A9A;
    --cara-green: #00A33D;
    --cara-yellow: #FFEF00;
    --cara-grey: #F4F4F4;
    --cara-text: #333;
    --cara-muted: #666;
    --cara-border: #E5E5E5;
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--cara-text);
    background: #fff;
}

a {
    color: var(--cara-blue);
    text-decoration: none;
}

.loginMap {
    width: 811px;
    height: 450px;
    margin-bottom: 31px;
    border: 0;
}

.container {
    width: calc(100% - 10px);
    max-width: calc(1920px - 10px);
    margin: 0 auto;
}

.mainContainer {
    margin: 0;
}

    .mainContainer section {
        width: calc(100% - 5%);
        max-width: calc(1920px - 5%);
        padding: 0 5%;
        margin: 0 auto;
    }

    .home h1,
    h1.rcPageTitle {
        background-color: #F4F4F4;
        border-bottom: 1px solid #00A33D;
        padding-left: 10px;
        color: #000000;
        font-size: 19px;
        font-weight: normal;
        line-height: 32px;
        margin: 0px 0px 5px 0px;
    }

.sectionTitle {
    margin-bottom: 18px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.45;
    background-color: var(--cara-grey);
    border-bottom: 1px solid var(--cara-green);
}

    .sectionTitle p {
        margin: 0 0 8px 0;
    }

        .sectionTitle p:last-child {
            margin-bottom: 0;
        }

.loginForm {
    margin: 0;
}


.formBox,
.formActionsBox {
    display: grid;
    grid-template-columns: 190px 280px 20px;
    align-items: center;
    gap: 10px 8px;
    padding: 10px;
}

    .formBox .form-label {
        margin: 0;
        font-size: 14px;
        text-align: right;
    }

    .formBox .form-control {
        height: 32px;
        border-radius: 0;
        border: 1px solid var(--cara-border);
        font-size: 14px;
    }

    .formBox .btn {
        grid-column: 2 / 3;
        justify-self: start;
        min-width: 90px;
    }
.formActionsBox {
    grid-template-columns: 190px 380px;
}
.form-actions {
    background-color: #F4F4F4;
    border-top: 1px solid #E1E1E1;
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.passwordReminder {
    padding: 0 10px 12px 10px;
    font-size: 13px;
}

.btn {
    font-size:14px;
    padding: 4px 12px;
}
.btn-primary, .btn-primary:hover {
    background-color: #18A44C;
    border-color: #18A44C;
}
    .btn-primary[disabled] {
        background-color: #00A33D;
    }
.btn-mini {
    padding: 0 6px;
    font-size: 9px;
    height: 22px;
}
@media screen and (max-width: 767.98px) {
    .mainContainer {
        margin-top: 110px;
    }

    .loginMap {
        width: 100%;
    }

    .formBox {
        grid-template-columns: 1fr 20px;
    }

        .formBox .form-label {
            grid-column: 1 / 3;
            text-align: left;
        }

        .formBox .btn {
            grid-column: 1 / 2;
        }
    .formActionsBox {
        grid-template-columns: auto;
    }
}
@media screen and (max-width: 1400px) {
    .mainContainer section {
        width: 100%;
        max-width: 100%;
        padding: 0 5px;
    }
}

@media screen and (max-width: 1200px) {
    .topNav_menu nav.categories li {
        padding: 0 12px;
    }

    .searchContainer {
        flex-basis: 60%;
    }
}

@media all and (min-width: 1250px) {
    .loginMap {
        width: 1006px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
/* --------------- Header Styles ----------------------- */
.headerContainer {
    width: calc(100% - 5%);
    max-width: calc(1920px - 5%);
    padding: 0 5%;
    margin: 0 auto 5px auto;
}

.header-main {
    padding: 0;
    position: relative;
}

    .header-main > .container,
    .header-main .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .header-main a {
        text-decoration: none;
        color: black;
    }

.headerRow {
    flex-wrap: nowrap;
    margin: 0;
}

.headerLeft {
    width: 287px;
    padding: 13px 0px 15px 20px;
}

.headerRight {
    width: calc(100% - 307px);
    padding: 0px 0px 15px 20px;
}

.topNav_account {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.topNav_account .icontext {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 7px;
}

.topNav_account img.top_user_icons {
    width: 28px;
    height: 28px;
}

.topNav_basket {
    position: relative;
    gap: 6px;
    color: var(--cara-text);
    white-space: nowrap;
}

.topNav_basket:hover {
    color: var(--cara-green);
}

.cartNumber {
    position: absolute;
    right: 0;
    top: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    height: 16px;
    padding: 2px 4px;
    border-radius: 999px;
    color: var(--cara-text);
    background: var(--cara-yellow);
    font-size: 10px;
    line-height: 1;
}

.basketValue {
    font-size: 12px;
}

.topNav_hamburger {
    display: none;
    cursor: pointer;
    padding: 8px;
    border: 0;
    color: inherit;
    background: transparent;
}

.mobileMenuClose {
    display: none;
}

.mobileCatalogItem {
    display: none !important;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 24px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background-color: var(--cara-green);
    transition: transform 0.15s ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    display: block;
    content: "";
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
}

    .hamburger--squeeze.is-active .hamburger-inner,
    .hamburger--squeeze.is-active .hamburger-inner::before,
    .hamburger--squeeze.is-active .hamburger-inner::after {
        background-color: var(--cara-green);
    }

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}

.topNavLinks {
    margin-top: 10px;
}

    .topNavLinks ul {
        font-size: 14px;
        display: flex;
    }

        .topNavLinks ul li {
            padding: 0px 15px;
            list-style: none;
        }
        .topNavLinks ul li img {
            margin-right: 5px;
        }
.headerCenter {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    position: relative;
}

.headerCenterColumn {
    padding: 0;
}

.searchContainer {
    flex: 1 1 520px;
    max-width: 620px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .searchContainer .form-group {
        display: flex;
        width: 100%;
        margin: 0;
    }

    .searchContainer .form-control {
        height: 30px;
        border-radius: 0;
        border: 1px solid var(--cara-border);
        border-right: 0;
        font-size: 15px;
    }

    .searchContainer .btn {
        border-radius: 0;
        color: #fff;
        background-color: var(--cara-green);
        border-color: var(--cara-green);
        height: 30px;
        line-height: 14px;
    }
        .searchContainer .btn img {
            vertical-align: middle;
        }


        .menuContainer {
            background: url(/images/layout/topNav_1.png) no-repeat left bottom;
            height: 31px;
        }

.topNav_menu {
    margin: 0;
    font-family: Oswald, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

    .topNav_menu nav.categories {
        flex: 1 1 auto;
        width: auto;
        padding: 0;
    }

#turnOffTradePrices {
    flex: 0 0 auto;
    padding: 0 10px 0 12px;
    border-left: 8px solid white;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 31px;
    white-space: nowrap;
    cursor: pointer;
    margin-top: -1px;
    width: 130px;
}

#turnOffTradePrices:focus-visible {
    outline: 2px solid white;
    outline-offset: -3px;
}

        .topNav_menu nav.categories ul {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            margin: 0;
            padding-left: 0;
        }

        .topNav_menu nav.categories li {
            display: block;
            padding: 0 25px;
            border-right: 1px solid white;
        }

            .topNav_menu nav.categories li > a {
                color: white;
                line-height: 16px;
                text-decoration: none;
            }
@media screen and (max-width: 1400px) {
    .headerContainer {
        width: 100%;
        max-width: 100%;
        padding: 0 5px;
    }
}

@media screen and (max-width: 1200px) {
    .topNav_menu nav.categories li {
        padding: 0 12px;
    }

    .searchContainer {
        flex-basis: 60%;
    }
}

@media screen and (max-width: 767.98px) {
    .topNav_hamburger {
        position: absolute;
        top: -40px;
        right: 0;
        z-index: 10001;
        display: inline-block;
    }
    .headerLeft {
        width: 160px;
    }
    .header-main .headerCenter .topNav_account {
        margin-right: 48px;
    }
    .header-main .headerBottom.active {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        display: block !important;
        width: min(300px, 100%);
        height: 100vh;
        padding: 70px 20px 30px;
        overflow-y: auto;
        color: white;
        background: var(--cara-green);
    }

    .header-main .headerBottom.active .mobileMenuClose {
        position: absolute;
        top: 12px;
        right: 18px;
        display: block;
        padding: 0;
        border: 0;
        color: white;
        background: transparent;
        font-size: 38px;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
    }

    .header-main .headerBottom.active .menuContainer {
        height: auto;
        background: none;
    }

    .header-main .headerBottom.active .topNav_menu,
    .header-main .headerBottom.active nav.categories,
    .header-main .headerBottom.active nav.categories ul {
        display: block;
    }

    .header-main .headerBottom.active nav.categories li {
            padding: 10px 0;
            border-right: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }

    .header-main .headerBottom.active nav.categories .mobileCatalogItem {
        display: block !important;
    }

    .header-main .headerBottom.active .mobileMenuToggle {
        position: relative;
        width: 100%;
        padding: 0 28px 0 0;
        border: 0;
        color: white;
        background: transparent;
        font: inherit;
        line-height: 24px;
        text-align: left;
    }

    .header-main .headerBottom.active .mobileMenuToggle::after {
        position: absolute;
        top: 7px;
        right: 5px;
        width: 9px;
        height: 9px;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        content: "";
        transform: rotate(45deg);
        transition: transform 0.15s ease;
    }

    .header-main .headerBottom.active .mobileMenuToggle[aria-expanded="true"]::after {
        top: 11px;
        transform: rotate(225deg);
    }

    .header-main .headerBottom.active .mobileMenuPanel[hidden] {
        display: none !important;
    }

    .header-main .headerBottom.active nav.categories .mobileMenuPanel {
        margin: 8px 0 0;
        padding-left: 14px;
    }

    .header-main .headerBottom.active nav.categories .mobileMenuPanel li {
        padding: 6px 0;
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

    .header-main .headerBottom.active .mobileMenuLeaf {
        color: white;
        font-weight: normal;
        line-height: 20px;
    }

    .header-main .headerBottom.active .mobileAccessoryGroup > .mobileMenuPanel {
        padding-left: 16px;
    }

    .header-main .headerBottom.active .mobileMenuAll {
        font-weight: bold;
    }

        .header-main .headerBottom.active .topNavLinks {
            margin-top:20px;
        }
        .header-main .headerBottom.active .topNavLinks ul {
            display: block;
        }

            .header-main .headerBottom.active .topNavLinks ul img {
                filter: brightness(0) invert(1);
            }

            .header-main .headerBottom.active .topNavLinks ul a {
                color: white;
            }

    .header-main .headerBottom.active #turnOffTradePrices {
        width: auto;
        margin: 15px 0 0;
        padding: 0;
        border-left: 0;
    }

    .header-main .headerLeft {
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 5px;
        z-index: 100;
    }
        .header-main .headerLeft img {
            width: 150px;
        }

    .header-main .headerRight {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 5px;
        padding-left: 0px;
    }
        .header-main .headerRight .headerCenter {
            left: 0px;
            top: 50px;
        }

            .header-main .headerRight .headerCenter .topNav_account {
                position: absolute;
                right: 0px;
                top: -40px;
            }
}
/* footer */
.section-footer {
    clear: both;
    overflow-x: hidden;
    margin-top: 70px;
    border-top: 1px solid #18A44C;
    color: var(--cara-text);
    background: var(--cara-grey);
    font-size: 14px;
    font-weight: 400;
}

    .section-footer .card-title {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .section-footer ul {
        margin: 0;
        padding: 0;
    }

    .section-footer li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .section-footer a {
        color: inherit;
        text-decoration: none;
    }

        .section-footer a:hover {
            text-decoration: underline;
        }

.footerContainer {
    width: calc(100% - 10%);
    max-width: calc(1920px - 10%);
    padding: 0 5%;
    margin: 0 auto;
}

.footerLeft {
    display: flex;
}

.footerLeftContact {
    margin-right: 100px;
}

.footerRight {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

    .footerRight p {
        max-width: 420px;
        margin: 0;
        color: var(--cara-text);
        line-height: 22px;
    }

.footerBrands {
    display: block;
    height: auto;
    margin-top: 18px;
}

.padding-y {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid var(--cara-border);
}

.footer-bottom {
    position: relative;
    padding: 20px 0;
    background-color: #e9e9e9;
}

    .footer-bottom .mb-0 {
        position: relative;
        z-index: 1;
        text-align: left;
    }

    .footer-bottom p a {
        color: var(--cara-text);
        font-size: 14px;
    }

    .footer-bottom:before {
        position: absolute;
        content: "";
        left: -100%;
        width: 300%;
        height: 100%;
        top: 0;
        z-index: 0;
        background-color: #e9e9e9;
    }

.JSAjaxLoader_1 {
    display: none;
}

@media screen and (max-width: 1400px) {
    .footerContainer {
        width: 100%;
        max-width: 100%;
        padding: 0 5px;
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 767.98px) {
    .section-footer {
        margin-top: 30px;
    }

    .footerLeft {
        display: block;
    }

        .footerLeft .footerLeftContact {
            margin-right: 0;
            margin-bottom: 20px;
        }

    .footerRight {
        padding-left: 0;
        margin-top: 20px;
    }
    .footerContainer {
        width: calc(100% - 32px);
        max-width: none;
        padding: 0 16px;
    }

    .padding-y {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

/*------- Menu ----------------*/

.mainCat {
    background-color: #F4F4F4;
    border-bottom: 1px solid #00A33D;
    height: 32px;
    padding-left: 8px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
}

.catMenu {
    margin-left: 0px;
    padding-left: 0px;
}

    .catMenu li {
        display: block;
        margin-left: 0px;
        font-weight: bold;
    }

        .catMenu li.mainCat {            
            cursor: pointer;
        }

        .catMenu li ul {
            margin-left: 0px;
            font-size: 12px;
            zoom: 1;
            padding-left: 0px;
        }

ul.catMenu > li > ul {
    margin-bottom: 15px;
}

    ul.catMenu > li > ul > li > ul > li {
        font-weight: normal;
        padding-left: 9px;
    }

.catMenu li ul, .catMenu li ul a {
    color: #666666;
}

    .catMenu li ul li {
        border-bottom: 1px solid #E6E6E6;
        line-height: 24px;
        padding-left: 8px;
    }

ul.catMenu > li > ul > li:last-child {
    border-bottom: 1px solid #999999;
}

ul.catMenu > li > ul > li > ul > li:last-child {
    border-bottom: none;
}
