.site-header {
    display: flex;
    justify-content: center;
}
.ktk-header-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    box-sizing: border-box;
}
.ktk-header-container__top-container,
.ktk-header-container__cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.ktk-header-container:before,
.ktk-header-container:after {
    display: none;
}
.ktk-header-container__bottom-menu {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    align-content: baseline;
}
@media screen and (max-width:680px) {
    .ktk-header-container__top-container,
    .ktk-header-container__bottom-menu {
        padding-bottom: 10px;
        justify-content: center;
    }
}
.ktk-header-container__menu-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}
@media screen and (max-width: 768px) {
    .ktk-header-container__menu-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
@media screen and (max-width: 680px) {
    .ktk-header-container__menu-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* LOGO */
.ktk-header-container__logo {
    display: flex;
    justify-content: flex-start;
}
@media screen and (min-width: 769px) {
    .ktk-header-container__logo {
        padding-top: 15px;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 768px) {
    .ktk-header-container__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 680px) {
    .ktk-header-container__logo {
        justify-content: center;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0 !important;
        padding-bottom: 10px !important;
    }
}
/* SEARCH FORM */
@media screen and (min-width: 769px) {
    .ktk-search-icon {
        display: none !important;
    }
    .ktk-search-form {
        width: 100%;
        display: block !important;
        position: relative;
    }
}
.ktk-search-form .search-form label {
    width: 100%;
}
.ktk-search-form .search-form {
    display: flex;
    position: relative;
    z-index: 1;
    max-height: 40px;
}
.ktk-search-form .search-field {
    border-radius: 4px 0 0 4px;
    border-right: 0;
    background-color: transparent;
    width: 100%;
    padding: 7px 15px;
    max-height: 100%;
}
.ktk-search-form .search-submit {
    border-left: 0 !important;
    border-radius: 0 4px 4px 0 !important;
    background-color: transparent !important;
    border: 1px solid #cacaca;
}
.ktk-search-form .search-submit:hover {
    background-color: transparent !important;
}
.ktk-search-form .fa-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1.3rem !important;
    z-index: 0;
    padding-right: 20px;
    color: #999;
}
.ktk-search-form .aws-container {
    display: flex;
    position: relative;
    z-index: 1;
    max-height: 40px;
    border-radius: 4px;
    border: 1px solid #cacaca;
    overflow: hidden;
}
.ktk-search-form .aws-container .aws-search-form {
    max-height: 40px;
}
.ktk-search-form .aws-container .aws-search-field {
    background-color: white;
    padding-left: 15px;
    border: 0;
}
.ktk-search-form .aws-container .aws-search-btn {
    border: 0;
    background-color: white;
}
@media screen and (max-width: 1024px) {
    .ktk-header-container__search,
    .ktk-header-container__cta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .ktk-header-container__search {
        position: relative;
        display: flex;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        max-width: 100%;
        width: 58px;
        height: 38px;
        align-items: center;
        order: 1;
    }
    .ktk-header-container__search a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        color: #ffffff;
        background-color: #f79745;
        border-radius: 5px;
    }
    .ktk-header-container__cta {
        -webkit-box-flex: unset;
        -ms-flex: 0 0 90%;
        flex: unset;
        max-width: 100%;
        width: calc(100% - 58px);
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .ktk-search-form {
        position: absolute;
        right: 58px;
        width: 100vw;
        max-width: 320px;
        background-color: white;
        z-index: 3;
    }
    .ktk-search-icon .fa-times {
        display: none;
    }
    .ktk-search-icon.active .fa-times {
        display: block;
    }
    .ktk-search-icon.active .fa-search {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    .ktk-search-form {
        max-width: calc(100vw - 108px);
    }
}
/* CTA HEADER */
@media screen and (max-width: 680px) {
    .ktk-header-container__cta {
        justify-content: space-between;
        padding-right: 0;
    }
    .ktk-header-container__request-quote {
        margin-right: 5px;
    }
    .ktk-header-container__advanced-search,
    .ktk-header-container__request-quote {
        padding: 10px 5px !important;
    }
}
/* MENU */
#primary-menu a {
    text-transform: uppercase;
}
@media screen and (min-width: 769px) {
    #primary-menu > ul {
        display: flex;
        justify-content: space-between;
    }
    #site-navigation {
        display: flex;
        align-self: flex-end;
    }
    #primary-menu > ul > li {
        display: flex;
        align-items: flex-end;
    }
}
#primary-menu > ul > li > a {
    font-size: .875rem;
    box-sizing: border-box;
    line-height: unset;
    font-weight: 300;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    #primary-menu > ul > li > a {
        font-size: .75rem;
    }
}
@media screen and (min-width: 769px) {
    #primary-menu > ul > li:first-child > a {
        padding-left: 10px;
        border-right: 1px solid #cecece;
    }
}
#primary-menu > ul > li:first-child > a {
    color: #1e73be;
}
@media screen and (min-width: 1025px) {
    #primary-menu > ul > li:first-child > a:before {
        content: "\f0c9";
        font-family: GeneratePress;
        font-weight: 900;
        font-size: 1.2rem;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }
}
.main-nav .sub-menu {
    top: 100%;
}
.main-nav .sub-menu a {
    color: black !important;
    cursor: pointer;
}
.main-nav .sub-menu a:hover {
    color: #1e73be !important;
}
/* MOBILE MENU */
@media screen and (max-width: 768px) {
    .ktk-header-container .menu-toggle {
        display: flex;
        align-items: baseline;
        line-height: 1em;
        color: #1e73be;
    }
    .ktk-header-container .toggled #primary-menu {
        position: absolute;
        background-color: white;
        border: 1px solid #969696;
        padding: 10px 0;
        margin-top: 5px;
    }
}
@media screen and (max-width: 680px) {
    .ktk-header-container .menu-toggle {
        padding: 0 10px !important;
    }
}
 /* RESERVED AREA */
 .ktk-header-container__reserved-area {
    display: flex;
    align-self: flex-end;
    align-items: baseline;
    flex-grow: unset;
    display: none !important;
 }
 .ktk-header-container__reserved-link {
    font-size: .68rem;
    color: #f79745 !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 7px;
 }
 .ktk-header-container__reserved-area .fa-lock {
    width: 1.2rem;
    font-size: .9rem;
    color: black;
 }
/* LANG */
.ktk-header-container__bottom-menu .wpml-ls {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    border: 0;
    display: flex;
    align-self: flex-end;
    display: none !important;
}
.ktk-header-container__bottom-menu .wpml-ls a {
    padding-top: 2px;
    padding-bottom: 2px;
}
.ktk-header-container__bottom-menu .wpml-ls ul li:first-child a {
    border-right: 1px solid #969696;
}
.ktk-header-container__bottom-menu .wpml-ls ul li:last-child a {
    border-left: 1px solid #969696;
}
.ktk-header-container__bottom-menu .wpml-ls-display {
    color: #969696;
}
.ktk-header-container__bottom-menu .wpml-ls-native {
    color: #1e73be;
}

/* SHOP CLAIM */
.ktk-shop-claim {
    background-color: #006cb2;
    font-weight: 700;
    font-size: 1.5rem;
    /* display: flex; */
    justify-content: center;
    display: block;
}
.ktk-shop-claim__inner {
    max-width: 1200px;
    width: 100%;
    padding: 10px 40px;
    box-sizing: border-box;
    margin: auto;
}
.ktk-shop-claim__inner {
    text-align: center;
}
.ktk-shop-claim__inner .ktk-col {
    display: flex;
    justify-content: center;
}
.ktk-shop-claim__white-text {
    color: white;
}
.ktk-shop-claim__orange-text {
    color: #F79745;
}