﻿.mobile-hamb {
    display: none;
}

.header * {
    box-sizing: border-box;
}
.header a {
    text-decoration:none;
}

.header p:last-of-type {
    margin-bottom: 0;
}
.header h6 {
    font-size: 20px;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
    font-style: normal;
}

.header p {
    color: #636363;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0;
}

.header img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    font-family: "Roboto", sans-serif;
}
.header .container-fluid
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.header .header-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    height: 70px;
}

.header .header-inn a.logo {
    display: block;
    max-width: 130px;
    height:auto;
}

.header .header-inn nav > ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .header-inn nav > ul > li {
    list-style: none;
    margin-right: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header .header-inn nav > ul > li > a {
    font-size: 15px;
    font-weight: 500;
    line-height: 70px;
    display: block;
    color: #212121;
    padding: 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration:none;
}

.header .header-inn nav > ul > li > a.button {
    color: white;
    line-height: 44px;
    min-width: 140px;
    height: 45px;
    margin-top: 12px;
    margin-left: 20px;
}

.header .header-inn nav > ul > li > a.button:hover {
    color: white;
}

.header .header-inn nav > ul > li > a:hover {
    color: #B43541;
}

.header .header-inn nav > ul > li.active a {
    color: #B43541;
}

.header .header-inn nav > ul > li:last-child {
    margin-right: 0;
}

.header .header-inn nav > ul > li.menu-item-has-children {
    position: relative;
}

.header .header-inn nav > ul > li.menu-item-has-children > a {
    position: relative;
    padding-right: 18px;
}

.header .header-inn nav > ul > li.menu-item-has-children > a:before {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 16px;
}

.header .header-inn nav > ul > li.menu-item-has-children > a + ul.submenu:hover {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    z-index: 100 !important;
}

.header .header-inn nav > ul > li.menu-item-has-children:hover > a + ul.submenu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    z-index: 100 !important;
    pointer-events:all;
}

.header .header-inn nav > ul > li.menu-item-has-children > ul.submenu {
    pointer-events:none;
    position: absolute;
    top: 100%;
    left: -240px;
    width: 560px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 -2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 -2px 2px rgba(0, 0, 0, 0.1);
    padding: 30px 12px 20px;
    background-color: #fff;
    z-index: 90;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    visibility: hidden;
}

.header .header-inn nav > ul > li.menu-item-has-children > ul.submenu > li {
    list-style: none;
    width: 49%;
    margin-bottom: 5px;
}

.header .header-inn nav > ul > li.menu-item-has-children > ul.submenu > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
    padding: 12px 10px 12px 15px;
    min-height: 65px;
    border-radius: 5px;
}

.header .header-inn nav > ul > li.menu-item-has-children > ul.submenu > li a .submenu-item-icon {
    min-width: 35px;
    text-align: center;
}

.header .header-inn nav > ul > li.menu-item-has-children > ul.submenu > li a .submenu-item-icon img {
    max-width: 35px;
}

.header .header-inn nav > ul > li.menu-item-has-children > ul.submenu > li a .submenu-item-title {
    padding-left: 12px;
}

.header .header-inn nav > ul > li.menu-item-has-children > ul.submenu > li a .submenu-item-title h6 {
    color: #B43531;
    font-size: 14px;
    margin-bottom: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header .header-inn nav > ul > li.menu-item-has-children > ul.submenu > li a .submenu-item-title p {
    font-size: 13px;
    line-height: 17px;
}

.header .header-inn nav > ul > li.menu-item-has-children > ul.submenu > li a:hover {
    background-color: #F6F8FC;
}

.header .header-inn nav > ul > li.menu-item-has-children > ul.submenu > li.highlighted {
    width: 100%;
}

.header .header-inn nav > ul > li.menu-item-has-children > ul.submenu > li.highlighted a {
    background-color: #F6F8FC;
    min-height: 90px;
}

.header.scrollable .header-inn nav > ul > li {
    opacity: .6;
}

.header.scrollable .header-inn nav > ul > li:last-child {
    opacity: 1;
}

.header.scrollable:hover .header-inn nav > ul > li {
    opacity: 1;
}

.header.scrollable:hover .header-inn nav > ul > li:last-child {
    opacity: 1;
}



@media (max-width: 991.98px) {
    .mobile-hamb {
        display: block;
        font-size: 26px;
    }

}

/*6/6/21 moving these from style.css to navbar.css so that color of first product (chrome item) is right*/
.header .header-inn nav > ul > li.menu-item-has-children > ul.submenu > li.highlighted a {
    background: #ebedff;
}

.header .header-inn nav > ul > li.menu-item-has-children > ul.submenu > li.highlighted a:hover {
    background: #e0e3fb;
}


#mobilemenu {
    width: 80vw;
    position: fixed;
    top: 0;
    left: 0;
    bottom:0;
    background: #fff;
    z-index: 999;
    transition: transform 0.3s ease-in-out;
    transform: translate(-100%);
    overflow:hidden;
}

#mobilemenu-inner {
    transition: transform 0.3s ease-in-out;
    height: 100%;
}
#mobilemenu-inner.level2 {
    transform: translate(-80vw);
}

#mobilemenu.open {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transform: translate(0);
}

#mobilemenu * {
    font-size:14px;
    font-weight:normal;
    padding:0;
    list-style-type:none;
    margin:0;
}
#mobilemenu ul {
    padding:0 0 0 20px;
}
#mobilemenu li a {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #E5E5E5;
}
#mobilemenu li a:hover {
    background:#efefef;
}
#mobilemenu a {
    color: #999;
}

#mobilemenu img {
    max-width: 35px;
}

#mobilemenu .submenu {
    position: fixed;
    left: 80vw;
    width: 80vw;
    top: 0;
    bottom: 0;
    background: #fff;
    display: none;
    padding: 0;
    overflow-y: auto;
}
#mobilemenu .submenu li {
    padding:10px;
}
#mobilemenu li.level2 .submenu {
    display: block;
}

#mobilemenu h1 {
    padding: 15px 0;
    text-align:center;
    border-bottom:1px solid #ccc;
    font-size:16px;
}

#mobilemenu a.mm-next {
    float: right;
    border: none;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 15px;
}

#mobilemenu a.mm-prev {
    float:left;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}
#mobilemenu .submenu-title {
    text-align:center;
}
#mobilemenu .submenu-item-icon {
    float: left;
    margin-right:10px;
}
#mobilemenu h6 {
    color: #B43531;
    font-weight: 700;
}
#mobilemenu .submenu-item-title {
    margin-left: 45px !important;
}
