.main-navbar {
    min-height: 100%;
    padding: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    position: inherit;
}

.breadcrumb-item {
	display: none;
}

.main-navbar .nav-brand {
    flex: 1;
}
.site-navigation .list-inline.text-right {
    position: relative;
}
.main-navbar .navbar-nav {
    flex: 10;
}

.main-navbar .nav-item,
.main-navbar .nav-item-nohover {
    margin: 0 auto;
    position: initial !important;
}

.main-navbar .nav-item>a,
.main-navbar .nav-item-nohover>a {
    font-family: trade-gothic-next, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    color: #626262;
}
.flex1-with-border .view-section-links{
    -webkit-box-shadow: 0px 2px 30px -7px rgba(163,158,163,1);
    -moz-box-shadow: 0px 2px 30px -7px rgba(163,158,163,1);
    box-shadow: 0px 2px 30px -7px rgba(163,158,163,1);
}

.dropdown-content {
    display: none;
    position: initial;
    width: 90%;
    margin: 0 auto;
    padding: 0 0;
}
.fixed-header {
    width: 90%;
    margin: 0 auto;
}

.sticky .wide-bg-shuttle-gray {
    display: none;
    transition: display 0s linear 0.33s, opacity 0.33s linear;
}

.show-on-scroll-top {
    display: inline-block !important;
    transition: width 300ms ease;
}

.shrink-logo {
    width: 80%;
    float: left;
}

.main-header .search-icon {
    flex: 1;
}

.menu-heading {
    font-family: trade-gothic-next-compressed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #626262;
}

.adv-heading {
    font-family: trade-gothic-next-compressed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}
.navbar .collapsing {
    position: absolute;
    display: block;

}
.main-navbar .nav-item>a,
.main-navbar .nav-item-nohover>a{
    padding: 38px 15px;
}

.sticky .main-navbar .nav-item>a,
.sticky .main-navbar .nav-item-nohover>a{
    padding: 25px 10px;
}
.bottom-mobile .fa {
    margin-right:10px;
}
.main-navbar .nav-item:hover {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-box-shadow: 0 0 43px 10px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 43px 10px rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 43px 10px rgba(0, 0, 0, 0.23);
    transition: box-shadow 0.3s ease-in-out;
    z-index: 2;
    margin-bottom: -1px;

}

.main-navbar .nav-item:hover>a {
    box-sizing: border-box;
    padding-bottom: 1px !important;
    height: 100%;
    padding-top: 65px;
    position: relative;
}

.sticky .main-navbar .nav-item:hover>a {
    box-sizing: border-box;
    padding-bottom: 1px !important;
    height: 100%;
    padding-top: 40px;
    position: relative;
}

.main-navbar .nav-item:hover>a::after {
    content: " ";
    background: #c94f13;
    width: 96%;
    height: 10px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 2%;
    bottom: 0;
}

.main-header .search-icon i {
    font-size: 1.3em;
    color: #626262;
}

.main-header {
    border-bottom: 1px solid #ccc;
    transition: width 300ms ease;
    position: relative;
}
.search-trigger {
    z-index:9 !important;
}
.Menu-option {
    position: absolute;
    width: 80%;
    left: 10%;
    background: #fff;
}

.dropdown-content {
    display: none;
    z-index: 2;
}

.main-navbar .nav-item:hover>.dropdown-content {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 101%;
    padding: 20px 0;
    background: linear-gradient(to bottom, white 20%, #e2dfdc 80%);
}

.view-section-links {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0px;
    background: #c94f13;
    color: #fff !important;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.view-section-links span {
    width: 90%;
    display: block;
    float: left;
    padding: 0px 10px;
}

.view-section-links i {
    font-size: 16px;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-menu-links {
    display: block;
    width: 100%;
    background: #c94f13;
    color: #fff !important;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px 15px;
    text-transform: uppercase;
}

.view-menu-links span {
    font-size: 15px;
}

.view-menu-links i {
    float: right;
}

.navbar .collapse {
    display: block !important;
}

.sub-menu {
    padding-left: 0px;
}

.sub-menu li {
    padding: none;
    border: 0;
    list-style: none;
    padding: 5px 0px;
}

.main-navbar .sub-menu li a {
    border: 0;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 700;
    font-size: 13px;
    font-style: normal;
    color: #c94f13;
    text-decoration: none;
    text-transform: uppercase;
	display: grid;
}

.search-mobile input::-webkit-input-placeholder { /* Edge */
    color: #fff !important;
  }
  
  .search-mobile input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
  }
  
  .search-mobile input::placeholder {
    color: #fff !important;
  }
.search-close-trigger {
    margin: 10px;
}
.sticky {
    position: fixed;
    width: 100%;
    z-index: 100;
    max-width:1600px;
    background: #fff;
    transition: width 300ms ease;
	top: 0;
}
.main-header.sticky .search-icon {
    padding-top: 5px;
}
.search-trigger {
	width: 50px;
    height: 48px;
    padding: 10px 15px;
    margin-left: -50px;
    background: #c94f13;
    color: #ffffff;
    border: 0;
    background-image: url(/binaries/content/assets/behrdotcomrefresh/consumer/images/search-white.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 15px;
}

.search-content {
    background: #ccc;
    position: absolute;
    width: 100%;
    z-index: 4;
    left: 0;
    top: 100%;
}
.nav-item.dropdown {
    min-width: 10px;
}
.wide-bg-shuttle-gray {
    width: 100%;
    transition: all .1s;
}

.header .site-navigation {
    font-size: 12px !important;
    padding-bottom: 0 !important;
}

.header .site-navigation li a {
    font-size: 12px !important;
}

.header .site-navigation {
    background-color: #474747;
}

.header .site-navigation>ul:first-child {
    width: 30%;
    padding-left: 0px;
    padding-right: 15px;
}

.header .site-navigation .list-inline-item:not(:last-child),
.header .service-menu .list-inline-item:not(:last-child) {
    margin-right: 20px;
}

.list-inline-item {
    display: inline-block;
}
.header .site-navigation .flex-nowrap .list-inline-item a {
    color: #b5b5b5;
}
.header .site-navigation .list-inline-item a.active {
    color: #fff;
    display: block;
    position: relative;
    padding:0 10px;
    padding-bottom: 5px;
    position: relative;
}
.header .site-navigation .list-inline-item a.active::after {
    content: " ";
    left: -5%;
    bottom: -5px;
    position: absolute;
    width: 110%;
    display: block;
    height: 3px;
    background: #c94f13;
    z-index: 9;
}
.header .service-menu a {
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 5px;
    display: inherit;
}
.header .site-navigation>ul:last-child li a{
    color: #ffffff;
    margin-bottom:5px;
}

.header .site-navigation>ul:last-child {
    width: 70%;
    padding-left: 15px;
    padding-right: 0px;
    padding-bottom:5px;
    position: relative;
}

.header .site-navigation .list-inline-item:not(:last-child),
.header .service-menu .list-inline-item:not(:last-child) {
    margin-right: 20px;
}

.ico-comment {
    background-image: url(/binaries/content/assets/behrdotcomrefresh/consumer/images/comment-white.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 17px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.ico-cap {
    background-image: url(/binaries/content/assets/behrdotcomrefresh/consumer/images/contact.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 17px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.ico-location {
    background-image: url(/binaries/content/assets/behrdotcomrefresh/consumer/images/location-white.svg);
    background-repeat: no-repeat;
    height: 17px;
    width: 14px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.header .header-flag {
    width: 25px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.header .location-country {
    top: 0px !important;
    z-index: 2;
    left: 0 !important;
    right: 0 !important;
    width: 300px;
    background: #fff;
}
.header .location-country tr {
    border-bottom: 1px solid #ccc;
}

.header .location-country tr td a {
    color: #f2685b !important;
}
.header>div {
    width: 100%;
    margin: auto;
}

.wide-bg-shuttle-gray {
    background-color: #4e4e4e;
}

@media (max-width: 767px) {

    .header .site-navigation .list-inline-item a,
    .header .service-menu a {
        font-size: 10px;
    }
    .fixed-header {
        width: 95%;
        margin: 0 auto;
        padding:0 !important;
    }

    .sub-menu {
        padding-left: 10px;
    }

    body {
        width: 100%;
        overflow-x: hidden;
        position: inherit;
    }

    .abs-nav {
        position: absolute;
        left: -15px;
        width: 80%;
        /*top: 0px;*/
        z-index: 8;
        transform: scaleX(1);
        transform-origin: 0 50%;
        transition: transform .3s ease-out;
        background: #fff;
        height: auto;
        max-height: 70vh;
        overflow-y: scroll;
        overflow-x: hidden;
		border-top: 1px solid #ccc;
    }
    .header .site-navigation .list-inline-item a.active::after {
        content: " ";
        left: -5%;
        bottom: -2px;
        position: absolute;
        width: 110%;
        display: block;
        height: 3px;
        background: #c94f13;
        z-index: 9;
    }
    .header .site-navigation>ul:last-child {
        width: 75%;
        display: block !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header .site-navigation {
        font-size: 12px;
        padding-bottom: 0 !important;
    }

    .header .site-navigation .list-inline-item:not(:last-child),
    .header .service-menu .list-inline-item:not(:last-child) {
        margin-right: 5px !important;
    }

    .header>div {
        width: 100%;
        margin: auto;
    }

    .header .site-navigation>ul:first-child {
        width: 25%;
        padding-left: 0;
        padding-right: 0;
    }

    .list-inline-item {
        display: inline-block !important;
        padding-bottom: 0 !important;
        padding-top: 5px !important;
    }

    ul.list-inline:nth-of-type(2) li.list-inline-item:nth-child(3),
    ul.list-inline:nth-of-type(2) li.list-inline-item:nth-child(4) {
        display: none !important;
    }

    .search-mobile input::placeholder {
        color: #fff;

    }

    .dropdown-content {
        background: #fff0;
    }

    .dropdown-menu.show {
        width: 70%;
    }

    .navbar .collapse {
        display: none !important;
    }

    .navbar .collapse.show {
        display: block !important;
        /*position: absolute;
        left: -3%;
        width: 80%;
        z-index: 3;
        top: 101%;
        background: #fff;*/
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .main-navbar {
        display: block;
    }

    .main-navbar .navbar-toggler {
        float: right;
        padding-top: 6px;
    }

    .main-header .search-icon {
        flex: none;
        float: right;
    }

    .main-navbar .navbar-nav {
        display: block;
    }

    .main-navbar .nav-item,
    .main-navbar .nav-item-nohover {
        border-bottom: 3px solid #c94f13;
        width: 100%;
		max-width: 100% !important;
    }

    .main-navbar {
        min-height: 100%;
    }

    .main-navbar .nav-item>a,
    .main-navbar .nav-item-nohover>a{
        padding: 15px 20px !important;
        position: relative;
    }

    .main-navbar .nav-item>a i {
        position: absolute;
        top: 40%;
        right: 5%;
        font-size: 13px;
    }

    .main-navbar .nav-item:hover a::after {
        content: none;
    }

    .main-navbar .nav-item:hover>.dropdown-content {
        display: none;
        position: initial;
        width: 90%;
        margin: 0 auto;
		/*padding: 20px 0;*/
        padding: 0 0;
    }

    .search-mobile,
    .bottom-mobile {
        background: #c94f13 !important;
        color: #fff;
        padding: 20px;
        border-bottom: none !important;
    }

    .search-mobile input {
        background: #c94f13;
        border: none;
        border-bottom: 1px solid #fff;
        width: 90%;
        display: block;
        float: left;
    }

    .search-mobile a {
        width: 10%;
        display: block;
        float: right;
        font-size: 18px;
        text-align: right;
        color: #fff;
    }

    .bottom-mobile a {
        width: 100%;
        display: block;
        padding: 10px 0px;
        color: #fff;
    }

    .main-navbar .navbar-toggler,
    .main-navbar .navbar-text {
        margin-top: 15px;
    }

    .view-section-links span {
        font-size: 15px;
    }
    .main-header.sticky .search-icon {
        padding-top: 5px;
    }
	
	.sticky .main-navbar .nav-item:hover>a {
		padding: 15px 20px !important;
	}
	
	.main-navbar .nav-item:hover>a {
		padding: 15px 20px !important;
	}

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) and (max-width: 991px) {
    .sub-menu {
        padding-left: 10px;
    }
	
	.main-navbar .nav-item,
    .main-navbar .nav-item-nohover{
     margin: unset;
}
    .header .site-navigation .list-inline-item a.active::after {
        content: " ";
        left: -5%;
        bottom: -7px;
        position: absolute;
        width: 110%;
        display: block;
        height: 3px;
        background: #c94f13;
        z-index: 9;
    }
    .fixed-header {
        width: 95%;
        margin: 0 auto;
        padding:0 !important;
    }
    .header .site-navigation>ul:last-child {
        width: 75%;
        display: block !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header .site-navigation {
        font-size: 12px;
        padding-bottom: 0 !important;
    }

    .header .site-navigation .list-inline-item:not(:last-child),
    .header .service-menu .list-inline-item:not(:last-child) {
        margin-right: 5px !important;
    }

    .header>div {
        width: 100%;
        margin: auto;
    }

    .header .site-navigation>ul:first-child {
        width: 25%;
        padding-left: 0;
        padding-right: 0;
    }

    .list-inline-item {
        display: inline-block !important;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }

    ul.list-inline:nth-of-type(2) li.list-inline-item:nth-child(3),
    ul.list-inline:nth-of-type(2) li.list-inline-item:nth-child(4) {
        display: none !important;
    }

    .dropdown-content {
        background: #fff0;
    }

    .main-navbar .nav-item:hover>.dropdown-content {
        display: none;
        position: initial;
        width: 90%;
        margin: 0 auto;
		/*padding: 20px 0;*/
        padding: 0 0;
    }

    .main-navbar .navbar-nav {
        display: block;

    }

    .search-mobile input::placeholder {
        color: #fff;

    }

    .search-mobile,
    .bottom-mobile {
        background: #c94f13 !important;
        color: #fff;
        padding: 20px;
        border-bottom: none !important;
    }

    .search-mobile input {
        background: #c94f13;
        border: none;
        border-bottom: 1px solid #fff;
        width: 90%;
        display: block;
        float: left;
    }

    .search-mobile a {
        width: 10%;
        display: block;
        float: right;
        font-size: 18px;
        text-align: right;
        color: #fff;
    }

    .bottom-mobile a {
        width: 100%;
        display: block;
        padding: 10px 0px;
        color: #fff;
    }

    .sub-menu {
        padding-left: 10px;
    }

    .main-navbar {
        min-height: auto;
    }

    .main-navbar .nav-item,
    .main-navbar .nav-item-nohover{
        border-bottom: 3px solid #c94f13;
        width: 100%;
		max-width: 100% !important;
    }

    .main-header .search-icon {
        flex: none;
        float: right;
        padding: 20px 0px;
    }
    .main-header.sticky .search-icon {
        padding-top:20px;
    }

    .main-navbar {
        display: block;
    }

    .navbar .collapse {
        display: none !important;
    }

    .navbar .collapse.show {
        display: block !important;

    }

    .abs-nav {
        position: absolute;
        left: -20px;
        width: 43%;
        /*top: 100%;*/
        z-index: 8;
        transform: scaleX(1);
        transform-origin: 0 50%;
        transition: transform .3s ease-out;
        background: #fff;
        height: auto;
        max-height: 70vh;
        overflow-y: scroll;
        overflow-x: hidden;
		border-top: 1px solid #ccc;
    }

    .navbar-expand-md .navbar-toggler {
        display: inline-block;
        float: right;
        padding: 20px 20px;
    }

    .main-navbar .navbar-nav {
        display: block;
    }

    .main-navbar .nav-item>a,
    .main-navbar .nav-item-nohover>a{
        padding: 15px 20px !important;
        position: relative;
    }

    .main-navbar .nav-item>a i,
    .main-navbar .nav-item-nohover>a i{
        position: absolute;
        top: 40%;
        right: 5%;
        font-size: 15px;
    }

    .main-navbar .nav-item:hover a::after {
        content: none;
    }

    .view-section-links {
        font-size: 13px;
    }
	
	.sticky .main-navbar .nav-item:hover>a {
		padding: 15px 20px !important;
	}
	
	.main-navbar .nav-item:hover>a {
		padding: 15px 20px !important;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .main-navbar {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .fixed-header {
        width: 95%;
        margin: 0 auto;
    }

    .main-navbar .navbar-brand {
        float: left;
        padding-top: 20px;
    }

    .sticky .main-navbar .navbar-brand {
        float: left;
        padding-top: 15px;
    }

    .main-header .search-icon {
        float: right;
        padding-top: 35px;
    }

    .main-header .sticky .search-icon {
        padding-top: 20px;
    }

    .sticky .main-navbar .navbar-nav {
        padding-left: 0px;
    }

    .navbar .collapse {
        width: 80%;
        float: left;
    }

    .main-navbar .nav-item>a,
    .main-navbar .nav-item-nohover>a{
        font-family: trade-gothic-next, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        font-size: 14px;
        color: #626262;
    }

    .main-navbar .navbar-nav {
        padding-left: 5px;
    }

    .main-navbar .nav-item,
    .main-navbar .nav-item-nohover{
        margin: 0;
        margin-right: 10px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .main-navbar .navbar-nav {
        padding-left: 30px;
    }

    .main-navbar .nav-item,
    .main-navbar .nav-item-nohover{
        margin: 0;
        margin-right: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px){
    .fixed-header {
        width: 90%;
        margin: 0 auto;
    }
}

.search-mobile{
	display: none!important;
}

/*@media (max-width: 400px) {
.header .site-navigation .list-inline-item:not(:last-child),
.header .service-menu .list-inline-item:not(:last-child) {
    margin-right: 30px !important;
}
} */

.fixed-header .list-inline.flex-nowrap .list-inline-item:nth-child(3) {
    display: none !important;
}