/*
** Main Menu styles
*/
.nav-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-wrap {
        justify-content: flex-end;
    }
}

.nav-wrap>.top-nav+*:not(.top-includes) {
    flex-grow: 100;
    padding-left: 30px;
    padding-right: 30px;
}

/* Desktop menu - (min 1200px) styles */

@media (min-width: 1200px) {
    .top-nav {
        align-items: center;
        display: flex;
        flex-grow: 10;
        flex-wrap: nowrap;
        position: relative;
    }

    .justify-nav-end .top-nav {
        justify-content: flex-end;
    }

    .justify-nav-center .top-nav {
        justify-content: center;
    }

    /* menu layout */
    .sf-menu {
        display: block;
        width: 100%;
    }

    .sf-menu,
    .sf-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sf-menu li {
        position: relative;
    }

    .sf-menu li>ul {
        display: none;
        left: -35%;
        position: absolute;
        top: 60%;
        z-index: 99;
    }

    .sf-menu li:hover>ul,
    .sf-menu li.sfHover>ul {
        display: block;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    /* menu skin */
    .sf-menu a {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1;
        padding: 6px 0;
        text-decoration: none;
        
        transition-property: color, background-color, border-color, padding-top, padding-bottom;
        zoom: 1;
    }

    .sf-menu li {
        *white-space: normal;
        white-space: nowrap;
    }

    .sf-menu>li {
        display: inline-block;
        position: relative;
    }

    .sf-menu.nav>li:first-child>a {
        margin-left: 0;
    }

    .sf-menu.nav>li:last-child>a {
        margin-right: 0;
    }

    .sf-menu>li>a {
        font-family: "Work Sans", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 14px;
        margin: 0 10px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-top: 30px;
        text-transform: uppercase;
        transition-duration: 0.15s;
    }

    .affix .sf-menu>li>a {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .affix .sf-menu>li>a:before {
        bottom: 0 !important;
    }
}

@media (min-width: 1200px) and (min-width: 1500px) {
    .sf-menu>li>a {
        margin: 0 25px;
    }
}

@media (min-width: 1200px) {
    .nav-narrow .sf-menu>li {
        padding: 0;
    }

    .nav-narrow .sf-menu>li>a {
        margin-left: 29px;
        margin-right: 29px;
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .nav-narrow .sf-menu>li.active>a:before {
        background-color: #283B4A;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .nav-bordered .sf-menu>li+li:before {
        background-color: rgba(255, 255, 255, 0.15);
        bottom: 0;
        content: "";
        left: -2px;
        position: absolute;
        top: 0;
        width: 1px;
    }

    .cs .sf-menu>li>a {
        color: #fff;
    }

    .cs .sf-menu>li>a:hover,
    .cs .sf-menu>li.active>a {
        color: #283B4A;
    }

    .ds .sf-menu>li>a {
        color: #fff;
    }

    .ds .sf-menu>li.active>a {
        color: #EAB335;
    }

    .ds .sf-menu>li>a:before {
        background: #fff;
        bottom: 20px;
        content: "";
        display: inline-block;
        height: 2px;
        left: 50%;
        position: absolute;
        right: 50%;
        transition: 0.3s ease-in-out;
        width: 0;
    }

    .ds .sf-menu>li>a:hover {
        color: #fff;
    }

    .ds .sf-menu>li>a:hover:after {
        -webkit-transform: rotateZ(90deg) translateY(-50%);
        transform: rotateZ(90deg) translateY(-50%);
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

    .ds .sf-menu>li>a:hover:before {
        left: 0;
        right: 0;
        width: 100%;
    }

    .ls .sf-menu>li>a {
        color: #283B4A;
    }

    .ls .sf-menu>li>a:before {
        background-color: #283B4A;
        content: "";
        height: 3px;
        left: 50%;
        position: absolute;
        right: 50%;
        top: 0;
        transition: 0.3s ease-in;
        width: 0;
        z-index: 1;
    }

    .ls .sf-menu>li>a:hover,
    .ls .sf-menu>li.active>a {
        color: #283B4A;
    }

    .ls .sf-menu>li>a:hover:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    .ls .sf-menu>li+li:before {
        background-color: #f2f5f7;
    }

    .sf-menu li:hover,
    .sf-menu li.sfHover {
        /* only transition out, not in */
        transition: none;
    }

    /* second and next levels */
    .sf-menu>li .mega-menu,
    .sf-menu li>ul {
        /* allow long menu items to determine submenu width */
        *width: 13.9em;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        list-style: none;
        margin-top: 5px;
        min-width: 13.9em;
        padding: 40px 0;
        right: auto;
        text-align: left;
        /* no auto sub width for IE7, see white-space comment below */
    }

    .sf-menu>li .mega-menu li,
    .sf-menu li>ul li {
        padding: 0 40px;
    }

    .sf-menu>li .mega-menu li a,
    .sf-menu li>ul li a {
        border-bottom: 1px solid #f2f5f7;
        padding: 10px 20px 10px 0;
        width: 100%;
    }

    .sf-menu>li .mega-menu li:last-child:not(.mega-menu-col) a,
    .sf-menu li>ul li:last-child:not(.mega-menu-col) a {
        border: none;
    }

    .sf-menu>li .mega-menu li:last-child:not(.mega-menu-col) ul li a,
    .sf-menu li>ul li:last-child:not(.mega-menu-col) ul li a {
        border-bottom: 1px solid #f2f5f7;
    }

    .sf-menu>li .mega-menu li:last-child:not(.mega-menu-col) ul li:last-child a,
    .sf-menu li>ul li:last-child:not(.mega-menu-col) ul li:last-child a {
        border-bottom: none;
    }

    .sf-menu.nav ul a {
        color: #999;
    }

    .sf-menu .mega-menu ul {
        background: transparent;
        box-shadow: none;
        padding: 20px 0 !important;
    }

    .sf-menu .mega-menu ul a {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .sf-menu ul a:hover,
    .sf-menu ul li.active>a {
        color: #283B4A;
    }

    /* third level */
    .sf-menu ul ul {
        margin-top: 0;
        top: -40px;
    }

    .sf-arrows .sf-with-ul:after {
        content: "\f054";
        font-family: "Font Awesome 5 Free", sans-serif;
        font-size: 10px;
        font-weight: 600;
        position: relative;
        right: -8px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: 0.3s ease-out;
    }

    .sf-arrows ul .sf-with-ul:after {
        content: "\f054";
        font-family: "Font Awesome 5 Free", sans-serif;
        font-size: 10px;
        font-weight: 600;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.sf-menu i[class] {
    font-size: 1.1em;
    margin-right: 7px;
}

/* hidden menu items */

@media (min-width: 1200px) {
    .sf-menu .sf-xl-hidden {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .sf-more-li {
        display: none;
    }
}

/* Mobile menu toggler */

@media (min-width: 1200px) {

    .page_header .toggle_menu,
    .page_toplogo .toggle_menu {
        display: none;
    }
}

.toggle_menu {
    cursor: pointer;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0.95;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
    visibility: visible;
    width: 60px;
    z-index: 1002;
}

@media (max-width: 575px) {
    .toggle_menu {
        left: auto;
        right: 0;
        -webkit-transform: none;
        transform: none;
    }
}

.page_header_wrapper .toggle_menu {
    z-index: 1003;
}

.ls .toggle_menu {
    background-color: transparent;
    transition: box-shadow 0.3s ease-in-out;
}

.ls .toggle_menu:before,
.ls .toggle_menu span,
.ls .toggle_menu span:before,
.ls .toggle_menu span:after {
    background-color: #283B4A;
}

.page_toplogo .toggle_menu {
    left: auto;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.toggle_menu:hover span:before {
    top: -9px;
}

.toggle_menu:hover span:after {
    top: 9px;
}

.toggle_menu:before,
.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 30px;
}

.toggle_menu:before,
.toggle_menu span {
    left: 12px;
    top: 50%;
}

.toggle_menu span:before {
    opacity: 1;
    top: -8px;
}

.toggle_menu span:after {
    opacity: 1;
    top: 8px;
}

.toggle_menu.mobile-active {
    background-color: #283B4A;
    border: none;
    left: auto;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    z-index: 3000;
}

.toggle_menu.mobile-active:before {
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle_menu.mobile-active span {
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle_menu.mobile-active span:before,
.toggle_menu.mobile-active span:after {
    opacity: 0;
}

.toggle_menu.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle_menu.active span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle_menu.active span:before,
.toggle_menu.active span:after {
    opacity: 0;
}

/* Mobile Menu (max 991px) styles */

@media (max-width: 767px) {
    .nav-wrap {
        justify-content: center;
    }
}

@media (max-width: 1199px) {
    .page_header [class*="col"] {
        min-height: 0;
    }

    .top-nav {
        background-color: transparent;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        z-index: 10;
    }

    .mobile-active .top-nav {
        background-color: #111;
        background-color: rgba(0, 0, 0, 0.9);
        opacity: 1;
        visibility: visible;
        z-index: 1002;
    }

    .nav-justified>li>a {
        text-align: left;
    }

    .sf-menu {
        background: #283B4A;
        border-top: 60px solid #283B4A;
        bottom: 100%;
        display: block;
        font-size: 12px;
        font-weight: 700;
        left: 100%;
        letter-spacing: 0.3em;
        line-height: 1.6em;
        opacity: 0;
        overflow: auto;
        padding: 20px 10px 20px 20px;
        position: fixed;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        top: 0;
        transition: all 0.4s ease-in-out;
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    .sf-menu {
        bottom: 100%;
        left: 0;
    }
}

@media (max-width: 1199px) {
    .mobile-active .sf-menu {
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    .mobile-active .sf-menu {
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 1199px) {
    .sf-menu li {
        position: relative;
    }

    .sf-menu li:first-child {
        padding-top: 0;
    }

    .top-nav .sf-menu ul li a {
        font-size: 18px;
        text-transform: capitalize;
    }

    .top-nav .sf-menu a {
        color: #fff;
        display: block;
        font-size: 18px;
        letter-spacing: 0;
        padding: 10px 0 !important;
        text-align: left;
        text-transform: capitalize;
        z-index: 2;
    }

    .sf-menu ul {
        list-style: none;
        margin-left: 0;
        margin-top: 0 !important;
        padding: 0 10px !important;
    }

    .sf-menu ul li a {
        font-weight: 600;
        letter-spacing: 0;
    }

    /* arrows (for all except IE7) */
    .sf-arrows .sf-with-ul {
        padding-right: 3.5em;
    }

    /* styling for both css and generated arrows */
    .sf-arrows .sf-with-ul+.sf-menu-item-mobile-toggler {
        border-radius: 50%;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 5px;
        width: 30px;
        z-index: 1;
    }

    .sf-arrows .sf-with-ul+.sf-menu-item-mobile-toggler:after {
        color: #fff;
        content: "\f105";
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 900;
    }

    .sfHover>.sf-with-ul+.sf-menu-item-mobile-toggler:after {
        content: "\f107";
    }
}

/* Mega Menu */

@media screen and (min-width: 1200px) {
    .top-nav ul .mega-menu ul {
        border: none;
        min-width: auto;
    }

    .top-nav ul .mega-menu ul ul {
        padding: 0 20px !important;
    }

    .top-nav .menu-item-has-mega-menu {
        position: relative;
    }

    .top-nav .mega-menu {
        display: none;
        left: -25%;
        padding: 40px !important;
        position: absolute;
        top: 60%;
        width: 940px;
        z-index: 10;
    }

    .top-nav .menu-item-has-mega-menu:hover .mega-menu {
        display: block;
    }

    /* row */
    .top-nav .mega-menu-row {
        display: table;
        position: static;
        table-layout: fixed;
    }

    .top-nav .mega-menu-row ul {
        display: block;
        position: static;
    }

    /* column */
    .top-nav .mega-menu-col {
        border-bottom: none !important;
        display: table-cell;
        padding: 0 !important;
        width: 2000px;
    }

    .top-nav .mega-menu-col ul li {
        padding: 0;
    }

    .top-nav .mega-menu-col>a {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.05em;
        padding: 0 20px !important;
        text-transform: uppercase;
    }

    .top-nav .mega-menu-col:first-child {
        border-left: none;
    }

    .top-nav ul ul .mega-menu {
        display: block;
        margin-left: 1px;
        top: -20px;
        width: auto;
    }

    .top-nav ul ul .mega-menu li {
        border: none;
        display: block;
        width: auto;
    }
}

@media screen and (min-width: 1200px) {
    .top-nav .mega-menu {
        width: 1170px;
    }

    .top-nav ul .mega-menu ul {
        min-width: 10em;
    }

    .top-nav .mega-menu-col {
        padding: 0 11px;
    }
}

@media screen and (max-width: 991px) {
    .top-nav .mega-menu {
        position: static;
    }
}

/* side clickable menu styles */
.menu-click {
    padding: 0;
}

.menu-click i {
    margin-right: 10px;
    text-align: center;
    width: 1em;
}

.menu-click .toggle_submenu {
    border-radius: 50%;
    cursor: pointer;
    font-size: 8px;
    height: 3em;
    line-height: 3em;
    opacity: 0.9;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: .25s ease-in-out;
    width: 3em;
}

.menu-click .toggle_submenu:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    height: 3em;
    left: 0;
    line-height: 3em;
    position: absolute;
    top: 0;
    width: 3em;
}

.menu-click ul {
    padding: 0;
}

.menu-click li {
    list-style: none;
    position: relative;
    width: 100%;
}

.menu-click>li {
    transition: 0.3s ease-in-out;
}

.menu-click a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1em;
    padding: 10px 40px;
    text-transform: capitalize;
}

.menu-click a:hover {
    background-color: rgba(150, 150, 150, 0.05);
}

.menu-click .active-submenu>a {
    background-color: rgba(150, 150, 150, 0.05);
}

.menu-click .active-submenu>.toggle_submenu {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu-click li.active>a {
    color: #283B4A;
}

.menu-click ul {
    height: 0;
    opacity: 0;
}

.menu-click ul a {
    padding-bottom: 8px;
    padding-left: 50px;
    padding-top: 8px;
}

.menu-click ul ul a {
    padding-left: 60px;
}

.menu-click ul ul ul a {
    padding-left: 70px;
}

.menu-click ul ul ul ul a {
    padding-left: 80px;
}

.menu-click .active-submenu>div.mega-menu {
    height: auto;
}

.menu-click .active-submenu>ul,
.menu-click .active-submenu>div.mega-menu>ul {
    height: auto;
    opacity: 1;
}

.menu-click ul,
.menu-click div.mega-menu {
    height: 0;
    overflow: hidden;
    transition: opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s, height 0.3s ease-in-out;
}

.menu-click ul li.sfHover>.mega-menu ul {
    display: block;
    height: 100%;
}

.menu-click div.mega-menu>ul {
    height: auto;
    margin-right: 0;
}

/*
** Header
*/
.default-header .sf-menu>li {
    padding-top: 0;
}

.default-header .sf-menu>li>a {
    margin-right: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.page_header_side.header-special {
    padding: 0;
    z-index: 1010;
}

.page_header_side.header-special .close-wrapper {
    font-family: "Work Sans", sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 10px;
}

.page_header_side.header-special .widget-title {
    font-size: 20px;
}

.page_header_side.header-special .widget {
    margin-top: 30px;
    padding: 0;
}

.page_header_side.header-special a.bg-icon:hover {
    background: #fff;
    color: #283B4A;
}

.page_header_side.header-special .side_header_inner {
    padding: 60px;
}

.page_header_side.header-special li.media {
    margin-top: 0;
}

.page_header_side.header-special .vertical-item .item-content {
    padding: 0;
}

.page_header_side.header-special .vertical-item .item-content .entry-title {
    font-size: 16px;
    margin-bottom: 0;
}

.page_header_side.header-special .vertical-item .item-content .entry-meta .byline {
    justify-content: flex-start;
}

.topline-2 .metaphone {
    font-size: 14px;
    font-weight: 500;
}

.topline-2 .metaphone a {
    letter-spacing: 1px;
    margin-left: 5px;
}

@media (min-width: 1200px) {
    .topline-2 li {
        padding: 0;
    }

    .topline-2 .sf-menu>li>a {
        font-size: 14px;
        font-weight: 500;
        margin: 0 15px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .topline-2 .sf-menu>li>a:last-child {
        margin-right: 0;
    }
}

.header-1 .toggle_menu:not(.toggle_menu_side_special) {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    left: 50%;
    margin-left: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
}

@media (max-width: 767px) {
    .header-1 .toggle_menu:not(.toggle_menu_side_special) {
        
        left: auto;
        right: 15px;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }
}

.header-1 .toggle_menu:not(.toggle_menu_side_special) span {
    background: transparent;
    height: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
}

.header-1 .toggle_menu:not(.toggle_menu_side_special) span:before,
.header-1 .toggle_menu:not(.toggle_menu_side_special) span:after {
    display: none;
}

.header-1 .toggle_menu:not(.toggle_menu_side_special).mobile-active {
    left: 48%;
    right: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
}

.header-1 .toggle_menu:not(.toggle_menu_side_special).mobile-active span {
    display: none;
}

.header-1 .toggle_menu:not(.toggle_menu_side_special).mobile-active:before {
    margin: 0 auto;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 70%;
}

.header-1 .toggle_menu:not(.toggle_menu_side_special).mobile-active:after {
    bottom: 50%;
    margin: 0 auto;
    -webkit-transform: rotate(-45deg) translateY(50%);
    transform: rotate(-45deg) translateY(50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 70%;
}

.header-1 .toggle_menu:not(.toggle_menu_side_special):before {
    left: 0;
    right: 0;
    top: 20%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
}

.header-1 .toggle_menu:not(.toggle_menu_side_special):after {
    background: #fff;
    bottom: 20%;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: .25s ease-in-out;
    width: 100%;
}

.header-2 .dropdown.shopping-cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.header-2 .dropdown.shopping-cart .badge {
    left: 34px;
    top: 34px;
}

@media (min-width: 1200px) {
    .header-2 .sf-menu>li>a {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.page_header {
    height: auto;
    left: 0;
    margin: 0;
    position: relative;
    right: 0;
    top: 0;
    transition: 0.5s ease-in-out;
    width: 100%;
    z-index: 1000;
}

.page_header.ds.affix {
    background: #283B4A !important;
}

.page_header.ls.affix {
    background: #fff !important;
}

.boxed .page_header,
.page_header.affix {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    opacity: 0.98;
    position: fixed !important;
    z-index: 1001;
}

.boxed .page_header:after,
.page_header.affix:after {
    background-color: transparent;
}

.page_header.affix.s-bordertop::before {
    display: none;
}

@media (max-width: 991px) {
    .page_header.mobile-active {
        opacity: 1;
        z-index: 1003;
    }
}

.page_header.affix-bottom {
    position: fixed !important;
    top: 0 !important;
}

.page_header .row {
    min-height: 60px;
}

.page_header a {
    display: inline-block;
}

.page_header .btn {
    margin-bottom: 0;
}

.page_header_wrapper {
    transition: height 0.5s ease;
}

.header_absolute {
    left: 0;
    position: absolute;
    right: 0;
}

.header_absolute .page_topline {
    left: 0;
    position: relative;
    right: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1003;
}

.header_absolute .page_header,
.header_absolute .page_header_wrapper {
    left: 0;
    position: relative;
    right: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1002;
}

.header_absolute .page_header.mobile-active,
.header_absolute .page_header_wrapper.mobile-active {
    z-index: 1004;
}

a.logo img {
    width: 180px;
}

.affix-wrapper a.logo img {
    width: 80px;
}

.page_topline {
    line-height: 1.4;
}

.page_topline.small-text i {
    font-size: 14px;
}

.page_topline .icon-inline {
    justify-content: center;
}

.page_topline .social-icons {
    display: inline-block;
}

@media (max-width: 768px) {
    .page_topline .social-icons {
        margin-bottom: 15px;
    }
}

.page_topline .social-icons a {
    font-size: 16px;
    margin-right: 13px;
}

.page_topline .social-icons a:hover {
    color: #283B4A;
}

.page_topline .social-icons a:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .page_topline .social-icons a {
        margin-right: 8px;
    }
}

.page_topline .widget_nav_menu {
    display: inline-block;
}

.page_topline ul {
    margin: 0;
    padding: 0;
}

.page_topline ul li {
    display: inline-block;
}

.page_topline .dropdown.shopping-cart .dropdown-menu {
    width: 430px;
}

@media (max-width: 767px) {
    .page_topline .dropdown.shopping-cart .dropdown-menu {
        left: -40px;
    }
}

@media (max-width: 575px) {
    .page_topline .dropdown.shopping-cart .dropdown-menu {
        left: -33px;
        text-align: center;
        width: 90vw;
    }
}

.page_topline .dropdown-menu {
    left: auto;
    margin-top: 10px;
    right: 0;
    width: 300px;
}

@media (max-width: 767px) {
    .page_topline .dropdown-menu {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

@media (max-width: 575px) {
    .page_topline .dropdown-menu {
        width: 90vw;
    }
}

.page_topline .dropdown-language a>img {
    bottom: 1px;
    margin-right: 6px;
    max-width: 16px;
    position: relative;
}

.page_topline .owl-news-slider-dates {
    font-weight: 700;
}

.page_topline .topline-news-item {
    height: 2em;
    line-height: 2em;
    margin: 0 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_topline .topline-news-item .cat-links {
    display: inline;
}

.page_topline .owl-nav>div {
    opacity: 1;
}

.owl-topline-news-slider .owl-nav {
    top: 0;
}

@media (min-width: 992px) {
    .page_toplogo .media+.media {
        margin-left: 60px;
        margin-top: 0;
    }
}

.page_toplogo .widget_search form,
.page_toplogo .widget_product_search form,
.page_toplogo .widget_search input,
.page_toplogo .widget_product_search input {
    max-width: none;
}

@media (max-width: 991px) {
    .page_toplogo .media {
        margin: 10px;
    }
}

@media (min-width: 1500px) {

    .page_topline .container-fluid,
    .page_toplogo .container-fluid,
    .page_header .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
    }
}

/*header includes*/
.top-includes {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

@media (max-width: 575px) {
    .top-includes {
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .top-includes {
        white-space: nowrap;
    }
}

.top-includes>* {
    display: inline-block;
}

.top-includes>li {
    position: relative;
}

.top-includes>li+li {
    margin-left: 60px;
}

.top-includes>li:last-child {
    margin-right: 0;
}

.top-includes>li.metaphone {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}

@media (max-width: 1400px) {
    .top-includes>li.metaphone {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .top-includes>li.metaphone {
        display: block;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .top-includes>li.special-menu {
        display: none;
    }
}

.top-includes>li .toggle_menu {
    background: transparent;
    display: block;
    margin: 0;
    position: static;
    width: 30px;
}

.top-includes>li .toggle_menu:before {
    left: auto;
    margin-left: auto;
    right: 0;
    width: 50%;
}

.top-includes>li .toggle_menu:before,
.top-includes>li .toggle_menu span {
    left: 0;
}

.top-includes>li .toggle_menu span {
    margin-left: auto;
    width: 0;
}

.top-includes>li .toggle_menu.mobile-active:before {
    width: 100%;
}

.top-includes>li .toggle_menu.mobile-active span {
    width: 100%;
}

@media (min-width: 992px) {
    .top-includes.border-divided>li+li {
        border-left: 2px solid rgba(200, 200, 200, 0.35);
        margin-left: 26px;
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .top-nav+.top-includes {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .top-includes.md-absolute {
        bottom: 0;
        position: absolute;
        right: 80px;
    }
}

.top-includes a.border-icon,
.top-includes a.bg-icon,
.top-includes a.color-bg-icon {
    margin-bottom: 2px;
    margin-top: 2px;
}

/*logo*/
a.logo {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    a.logo {
        justify-content: center;
        margin-bottom: 20px;
    }
}

a.logo:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transform-origin: center;
    transform-origin: center;
}

a.logo img {
    display: inline-block;
    margin-right: 18px;
}

@media (max-width: 1200px) {
    a.logo img {}
}

a.logo .logo-text {
    font-family: "Work Sans", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 0.9;
}



a.logo .flex-column,
a.logo.flex-column {
    align-items: flex-start;
    padding-top: 10px;
}

a.logo .flex-column.text-center,
a.logo.flex-column.text-center {
    display: inline-block;
}

@media (max-width: 575px) {
    .text-center a.logo {
        align-items: center;
        justify-content: center;
    }
}

.header_logo_center a.logo {
    display: inline-block;
    padding: 10px 0;
    position: relative;
    z-index: 2;
}

.header_logo_center.affix a.logo {
    padding: 5px 0;
}

@media (min-width: 992px) {
    .header_logo_center .logo_wrapper {
        align-items: center;
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.page_footer .logo {
    justify-content: flex-start;
    margin-bottom: 23px;
    margin-top: -8px;
}

/*search modal*/
#search_modal {
    padding: 0 !important;
}

#search_modal .widget {
    background-color: #fff;
    padding: 20px 0;
}

#search_modal .search-form {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 100px 0 0;
}

#search_modal a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1em;
    text-transform: capitalize;
}

#search_modal a:hover {
    color: #283B4A;
    opacity: 1;
}

#search_modal .searchform-respond {
    color: #fff;
    margin: 20px auto;
    width: 300px;
}

#search_modal .form-group {
    margin-bottom: 0;
}

#search_modal .form-control {
    background-color: transparent;
    border: none;
    color: #283B4A;
    font-size: 28px;
    font-style: italic;
    height: 60px;
    max-width: none;
    width: 100%;
}

#search_modal .form-control:-moz-placeholder {
    color: #999;
    opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
    color: #999;
}

#search_modal .form-control::-webkit-input-placeholder {
    color: #999;
}

#search_modal .btn {
    color: #283B4A;
    font-size: 0;
    height: 60px;
    margin: 0 15px 0 0;
    padding: 10px 22px 10px;
    width: auto;
}

#search_modal .btn:before {
    color: #283B4A;
    font-size: 18px;
}

#search_modal .close {
    color: #283B4A;
    font-size: 30px;
    line-height: 60px;
    margin-top: 0;
    min-width: 60px;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: 18px;
    z-index: 2;
}

.active-side-header #search_modal {
    right: 360px;
}

.search_modal_button {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 0 10px;
}

/*
** Side Header
*/
/* side header layout */
body:after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1001;
}

body,
body:after,
#canvas,
.page_header_side {
    transition: 0.5s ease-in-out;
}

#canvas {
    left: 0;
    transition-property: left, margin-left;
}

body.active-side-header {
    overflow: hidden;
}

body.active-side-header #canvas {
    left: 360px;
}

body.active-side-header .page_header_side {
    left: 0;
}

body.active-side-header:after {
    opacity: 1;
    visibility: visible;
}

html.html-active-push-header {
    overflow: hidden;
}

.page_header_side {
    bottom: 0;
    left: -360px;
    position: fixed;
    top: 0;
    width: 360px;
    z-index: 1002;
}

.page_header_side.active-slide-side-header {
    box-shadow: 0 0 4px 3px rgba(50, 50, 50, 0.05);
}

.page_header_side~.page_toplogo .toggle_menu {
    display: none;
}

.page_header_side a.logo {
    margin-bottom: 20px;
    padding: 10px 20px;
}

.page_header_side a.logo img {
    max-width: 100%;
}

.page_header_side .widget {
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.page_header_side .widget_icons_list li+li {
    margin-top: 1em;
}

.page_header_side .social-icons {
    display: block;
    margin-top: 43px;
}

.page_header_side .social-icons a.border-icon,
.page_header_side .social-icons a.bg-icon,
.page_header_side .social-icons a.color-bg-icon {
    margin-bottom: 2px;
    margin-top: 2px;
}

@media (min-width: 1200px) {

    .page_header_side~.page_topline .container-fluid,
    .page_header_side~.page_toplogo .container-fluid,
    .page_header_side~div .page_header .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 1199px) {

    .page_header_side~.page_topline [class*="container"],
    .page_header_side~.page_toplogo [class*="container"],
    .page_header_side~div .page_header [class*="container"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.side_header_inner {
    padding: 26px 0 60px;
}

.toggle_menu_side {
    margin: 0;
    position: absolute;
    right: -60px;
    top: 0;
    transition: right 0.3s ease-in-out;
}

@media (max-width: 370px) {
    .toggle_menu_side.active {
        opacity: 0.4;
        right: 0;
    }
}

.toggle_menu_side:before,
.toggle_menu_side span:before,
.toggle_menu_side span:after,
.toggle_menu_side span {
    background-color: #fff !important;
}

.ds .toggle_menu_side {
    background-color: #283B4A;
}

.bs .toggle_menu_side {
    background-color: #283B4A;
}

.ls .toggle_menu_side {
    background-color: #283B4A;
}

.page_header_side.header_side_sticked .toggle_menu_side {
    right: -60px;
    top: 0;
    transition: 0.5s ease-in-out;
}

.page_header_side.active-slide-side-header {
    left: 0;
}

.active-side-header .boxed .header_push~div .page_header,
.active-side-header .header_push~div .page_header.affix {
    margin-left: 360px;
}

.active-side-header.slide-right .boxed .header_push~div .page_header,
.active-side-header.slide-right .header_push~div .page_header.affix {
    margin-left: -360px;
}

.page_header_side.header_side_right {
    left: auto;
    right: -360px;
}

.page_header_side.header_side_right.active-slide-side-header {
    right: 0;
}

.page_header_side.header_side_right .toggle_menu_side {
    left: -60px;
    right: auto;
    transition: left 0.3s ease-in-out;
}

@media (max-width: 370px) {
    .page_header_side.header_side_right .toggle_menu_side.active {
        left: 0;
    }
}

body.active-side-header.slide-right #canvas {
    left: -360px;
}

body.active-side-header.slide-right .page_header_side {
    left: auto;
    right: 0;
}

@media (min-width: 600px) {
    .page_header_side.header_side_sticked.active-slide-side-header {
        left: 0;
    }

    .header_side_sticked~* {
        transition: margin 0.5s ease-in-out;
    }

    .header_side_sticked~* .container-fluid {
        padding-left: 80px;
    }

    .header_side_sticked~div .page_header {
        width: auto;
    }

    .header_side_sticked.active-slide-side-header~*,
    .header_side_sticked.active-slide-side-header~div .page_header {
        margin-left: 360px;
    }

    .boxed .header_side_sticked.active-slide-side-header~*,
    .boxed .header_side_sticked.active-slide-side-header~div .page_header {
        margin-left: 0;
    }

    .header_side_sticked~.page_header_wrapper {
        margin: 0 !important;
    }

    .page_header_side.header_side_sticked.header_side_right.active-slide-side-header {
        left: auto;
    }

    .header_side_sticked.header_side_right.active-slide-side-header~*,
    .header_side_sticked.header_side_right.active-slide-side-header~div .page_header {
        margin-left: 0;
        margin-right: 360px;
    }
}

.switch {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.current {
    text-transform: uppercase;
    height: 42px;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    text-align: center;
    line-height: 42px;
    display: -webkit-box;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 3px;
    padding: 0 .2em 0 .7em;
}

.current span {
    display: inline-block;
    line-height: 1;
    padding: .7em .2em 0 0;
    color: #fff;
    font-weight: 600;
}

.current .arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.current:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.options {
    position: absolute;
    right: 0;
    top: 2.6em;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .36s ease-out;
    transition: all .36s ease-out;
    display: none;
    overflow: hidden;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.switch.show-options .options {
    display: block;
    z-index: 5;
}

.switch.anim-options .options {
    opacity: 1;
}

.switch.show-shadow .options {
    box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
}

.options-list {
    color: #313436;
    margin: 0;
    padding: .4rem 0.8em;
    position: relative;
    z-index: 5;
}

.options-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0.75em;
    border-bottom: 1px solid #E1E4E6;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all .24s ease-out;
    transition: all .24s ease-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 0;
    font-size: 1rem;
    line-height: 1.3;
    white-space: nowrap;
}

.options-list li:last-child {
    border-bottom: none;
}

.options-list li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.options-list li:nth-child(2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.options-list li:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.options-list li:nth-child(4) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}

.options-list li:nth-child(5) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.options-list li.selected {
    color: #3498DB;
}

.switch.anim-options .options-list li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

#trans-circle {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -80px;
    right: -80px;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    overflow: hidden;
}

#trans-circle svg {
    max-width: 100%;
    max-height: 100%;
}

.switch.anim-options #trans-circle {
    -webkit-transform: scale(9);
    transform: scale(9);
}