.menu-item .submenu-tab .col-lg-3{
    margin-bottom: 15px;
}

.menu-item:hover > .submenu-tab {
    display: block;
}

.head-bot.navbar {
    min-height: 34px;
}

.head-bot.navbar .navbar-nav {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.head-bot.navbar .navbar-nav > li {
    display: inline-block;
    float: none;
    position: static;
    width: auto;
    text-align: center;
}

.navbar-nav > li > span, .navbar-nav > li > .menu-link {
    color: #276EF1;
    font-weight: 500;
    cursor: pointer;
    display: block;
    position: relative;
    border-radius: 4px;
}
.navbar-nav > li > .menu-link {
	padding: 0 12px;
}
.head-bot.navbar .navbar-nav > li > .menu-link:hover, .head-bot.navbar .navbar-nav > li > span:hover, .head-bot.navbar .navbar-nav > li > span:focus, .head-bot.navbar .navbar-nav > li > span:active {
    background: transparent;
}

.head-bot.navbar .navbar-nav > li:hover > .menu-link, .head-bot.navbar .navbar-nav > li:hover > span, .head-bot.navbar .navbar-nav > li:hover > span:focus, .head-bot.navbar .navbar-nav > li:hover > span:active {
    background: #fff;
}

.head-bot.navbar .navbar-nav > li:hover > span, .head-bot.navbar .navbar-nav > li:hover > a.menu-link {
    background: #EFF3FE;
    z-index: 995;
}

.head-bot.navbar .navbar-nav > li.li-hot > span, .head-bot.navbar .navbar-nav > li.li-hot > .menu-link {
    padding-left: 28px;
    padding-right: 28px;
    background: #fff;
    color: #f39c12;
}
.head-bot.navbar .navbar-nav > li.li-hot:hover > span {
    background: #FFF3E0;
}

.head-bot.navbar .navbar-nav:before, .head-bot.navbar .navbar-nav:after {
    content: none;
}

.menu-link {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.75px;
    line-height: 33px;
    text-transform: capitalize;
    line-height: 34px !important
}
.head-bot.navbar .navbar-nav .menu-link-sales {
	padding: 0 28px;
}
.submenu__heading {
    color: #276EF1;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 8px 0 30px;
    text-transform: uppercase;
    display: block;
    position: relative;
}
.submenu__heading:hover{
    color: #276EF1;
}
.submenu__heading:before {
    position: relative;
    top: 8px;
    margin-right: 8px;
}

.sub-img {
    text-align: right;
    width: auto;
}

.sub__t {
    color: rgba(62, 82, 102, 0.95);
    font: 500 17px/1 Roboto, Arial, Helvetica, sans-serif;
    margin-bottom: 19px;
    display: block;
}
.sub__t.linked:hover {
    color: #008dee;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

.sub__t:not(.linked):hover {
    cursor: default;
    color: rgba(62, 82, 102, 0.95);
}

.menu-list {
    list-style: none;
    padding-top: 0;
    padding-bottom: 19px;
    margin-top: 19px;
}

.m-l__i {
    margin-bottom: 9px;
    color: rgba(149, 165, 166, 0.95);
    font-size: 15px;
    display: list-item;
    text-decoration: none;
}

.m-l__i:hover {
    color: #276EF1;
    text-decoration: underline;
    cursor: pointer;
}

.submenu-tab {
    background: #fff;
    position: absolute;
    display: none;
    text-align: left;
    top: 34px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 9px 8px rgba(3, 86, 229, 0.32);
    box-shadow: 0 9px 8px rgba(3, 86, 229, 0.32);
    z-index: 996;
}

#header + .content {
    transition: filter 200ms;
}
#header.hover + .content {
    filter: opacity(0.4);
}

main.content {
    overflow: hidden;
}

.navbar-padding {
    height: 66px;
}

.head-bot .submenu-tab img.menu-icon {
    width: 32px;
}

#header:not(.hover) .js-submenu-wrap {
    display: none;
}
.submenu-wrap .header-bottom{
    width: 105%;
}
.head-bot {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 22;
}

.head-bot.hover {
    position: relative;
    z-index: 1031;
}

.head-bot.hover .header-bottom {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}

.header-nav {
    background: #FFFFFF;
}

.d-ssm .scroll-content > div.col-lg-12{
    padding: 0;
}

.d-ssm .promo {
    width: Calc(100% + 16px);
    margin: 0 -8px;
    text-align: center;
}

.promo a {
    width: 100%;
    height: 100%;
    display: block;
    margin: 5px 0;
    max-width: max-content;
}
.promo a img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    max-width: max-content;
}

.promo-hidden {
    display: none;
}

.mob-heading-sub {
    color: #008DEE;
    font-size: 24px;
    line-height: 28px;
    cursor: default;
}

.open > .d-sm {
    left: 0;
    opacity: 1;
    z-index: 1;
    transition: all 300ms;
}

.d-sm .li-hot > a span {
    background: #FF9100;
    border-radius: 5px;
}

.d-sm .li-hot:hover > a {
    background: #FF9100;
}

.d-sm .li-hot .d-ssm {
    background: #FF9100;
}

.d-sm .l-ssm__block {
    height: auto;
    margin-top: 36px;
    max-height: fit-content;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    gap: 32px;
}
.d-sm .l-ssm__block li.l-ssm{
    color: #40576D;
    padding: 15px 0;
}

.d-sm .l-ssm__block li.l-ssm:not(.li-sales) i:not(.ssm-hr){
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


body:not(.ios) .d-sm .l-ssm__block li.l-ssm:not(.orange):hover,
body.ios .d-sm .l-ssm__block.open li.l-ssm:not(.orange).open {
    color: #276ef1;
}

.d-sm .l-ssm__block li.l-ssm:after{
    content: '\e990';
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    font-family: 'nir-icons';
    font-size: 14px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #40576d;
}

.d-sm .l-ssm__block li.l-ssm:hover:after{
    content: '\e990';
    color: #276ef1;
}

.d-sm .l-ssm__block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}

.d-sm .l-ssm__block:after {
    content: '';
    display: block;
    height: 100%;
    width: 380px;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: -3;
    background-color: #fff;
    opacity: 0.5;
    transition: all 200ms;
}
.d-sm .l-ssm__block.open:after {
    left: 300px;
    opacity: 1;
}


.d-ssm {
    display: block;
    width: 380px;
    z-index: -2;
    padding: 16px 0 16px 0;
    color: #667580;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 300px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    transition: opacity 300ms;
}
.l-ssm.open > .d-ssm {
    width: 100%;


    opacity: 1;
    z-index: 1;
    transition: opacity 150ms 150ms;
    background: #fff;
    left: 0;
    padding: 0;
}
.l-ssm__block:not(.open) .l-ssm > .d-ssm {
    transition: none;
}
.l-ssm:not(.open) > .d-ssm {
    display: none;
}

.d-ssm > .scroll {
    position: absolute;
    top: 108px;
    bottom: 16px;
    width: 100%;
}

.d-ssm .scroll-content {
    height: 100%;
    width: 100%;
    padding: 0 16px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
}

.d-ssm .scroll-content::-webkit-scrollbar{
    width: 0;
    height: 0;
}

.d-ssm .baron__track {
    display: none;
    /*width: 4px;
    right: 4px;
    background-color: rgba(0, 120, 201, 0);*/
}

.d-ssm .baron__bar {
    width: 4px;
    opacity: 1;
}

.dropdown-menu-scroll:not(._scrollbar) .baron__bar{
    opacity: 0;
}

.d-ssm a {
    color: inherit;
}

.d-ssm p {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 43px;
}


.d-s__i {
    position: static;
    cursor: pointer;
}
.d-s__i .d-ssm {
    cursor: default;
}

.d-s__i.l-ssm:after {
    font-family: 'nir-icons';
    font-size: 30px;
    transform: rotate(180deg);
    position: absolute;
    right: 16px;
    margin-top: -5px;
}


.l-s {
    display: block;
}

.l-ssm {
    color: inherit;
    display: block;
    width: calc(100% - 20px);
}

.l-ssm i[class*='nir-catalog-'] {
    display: block;
    margin-top: 0;
    margin-right: 12px;
}

.l-ssm.li-sales i[class*='nir-catalog-']{
    margin-right: 0;
}

.l-ssm i.ssm-hr {
    display: none !important;
    /*height: 1px;
    width: 170px;
    background-color: #A4AEB9;
    display: block;
    float: unset;
    margin: 24px 0;*/
}

.menu-item.li-sales > .menu-link {
    color: #FF3D00;
    background: #FBE9E7;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.menu-item.li-sales > .menu-link:hover {
    color: #FF3D00 !important;
    background: #FAF2F0 !important;
}
.menu-item.li-sales > .menu-link:active {
    color: #FF3D00 !important;
    background: #FBDBD8 !important;
}
.menu-item.li-sales .submenu-tab {
    display: none;
}
.menu-link.menu-link-sales, .menu-link {
    line-height: 34px;
    padding: 0 28px;
}
.menu-link.menu-link-sales::before, .f-bd.sale-products .nir-lightning:before {
    content: '\e971';
    font-size: 15px;
    margin-right: 10px;
}
.menu-link-mob-sales {
    width: 100%;
}
.l-ssm__block .li-sales {
    padding: 0;
}
.l-ssm__block .li-sales::after {
    color: #FB3030;
}
.menu-link-mob-sales {
    color: #FB3030 !important;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.menu-link-mob-sales:hover {
    color: #FB3030 !important;
}
.menu-link-mob-sales::before {
    content: '\e972';
    font-size: 24px;
    margin-right: 12px;
    color: #FB3030;
}
.promo-block .promo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}




@media (min-width: 768px) {

}

@media (min-width: 768px) and (max-height: 600px) {
    .d-sm .l-ssm__block {
        height: calc(100% - 50px);
        margin-top: 16px;
    }

    .d-sm .l-ssm__block li.l-ssm {
        padding: 0;
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*.dropdown-menu.d-sm, .dropdown-menu.d-ssm {
        left: 300px;
        position: fixed;
        width: calc(100% - 317px);
        display: none;
    }

    .dropdown.open > .dropdown-menu.d-sm, .dropdown.open > .dropdown-menu.d-ssm {
        display: block;
        height: 100vh;
    }

    .l-ssm.open > .d-ssm {
        left: 300px;
        z-index: 1;
        background: #fff;
        height: 100vh;
    }

    .l-ssm.open > .d-ssm .s-name:before {
        content: '\f104';
        font-family: 'nir-icons';
        font-size: 30px;
        position: absolute;
        top: 15px;
        left: 24px;
    }*/

    .d-s__i.open.l-ssm:after {
        content: '\f104';
        right: 16px;
    }

    .menu-link.menu-link-sales {
        padding: 0 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mob-heading-sub:before {
        display: none;
    }

    .ios .d-sm {
        height: 100%;
        z-index: -1;
        left: 285px;
        top: 0;
        right: unset;
        width: 300px;
        position: absolute;
        padding-top: 16px;
        overflow: unset;
    }

    .d-sm .l-ssm__block:after, .d-ssm, .s-name {
        width: 360px;
    }
}

@media (max-width: 1199px) {
    .ss-h {
        font-weight: 400;
        margin-bottom: 44px;
        padding-left: 15px;
    }

    .navbar-fixed-top .megamenu-inner .navbar-collapse .d-sm .li-hot > a {
        background: #FF9100;
    }

    .d-ssm p {
        margin-bottom: 56px;
        padding-left: 15px;
    }

    .head-bot.navbar .navbar-nav{
        width: Calc(100% + 24px);
        gap: 15px;
        justify-content: flex-start;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin: 0;
    }

    .head-bot.navbar .navbar-nav::-webkit-scrollbar{
        width: 0;
        height: 0;
        display: none;
    }

    .head-bot.navbar .navbar-nav > li:last-child{
        margin-right: 24px;
    }

    .head-bot.navbar .navbar-nav > li.li-hot > span {
        padding: 0;
    }

    .submenu-tab {
        top: 50px;
    }

    .head-bot.navbar .navbar-nav .menu-link-sales{
        padding: 0 12px;
    }
}

@media (max-width: 1024px){

    .head-bot.navbar .navbar-nav{
        gap: 12px;
    }
}

@media (max-width: 991px) {
    /*.mob-heading-sub {
        z-index: 2;
    }

    .open > .d-ssm .s-name {
        display: none;
    }*/
}

@media (max-width: 767px) {
    #header .navbar-right.header-links.open{
        z-index: 1;
    }
    .ss-h {
        margin-bottom: 4px;
    }

    .open > .s-name {
        display: none;
    }

    .mob-heading-sub {
        cursor: pointer;
        font-size: 24px;
        margin-bottom: 8px;
    }

    .d-sm {
        left: 100px;
        height: calc(100% - 75px);
        padding-top: 52px;
        position: fixed;
        right: 0;
        top: 75px;
        overflow: auto;
        width: auto;
    }

    .d-sm > li {
        padding: 10px 12px 10px 39px;
        height: auto;
    }

    .dropdown-menu.d-sm {
        width: auto;
    }
    .open > .d-sm {
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 0;
        z-index: 1;
        overflow-x: hidden;
        overflow-y: unset;
    }

    /*.d-sm .l-ssm__block {
        margin-top: 12px;
        height: calc(100% - 60px);
    }

    .d-sm .l-ssm__block li.l-ssm {
        padding: 0;
    }*/

    .d-ssm p {
        margin-bottom: 25px;
    }

    /*.d-ssm {
        position: fixed;
        top: 46px;
        width: 100%;
        background: #fff;
    }

    .l-ssm.open > .d-ssm {
        left: 0;
        z-index: 1;
        height: calc(100vh - 46px);
    }

    .l-ssm i.ssm-hr {
        margin: 6px 0 0 30px;
    }*/
}

@media (max-width: 667px){

    .d-sm .l-ssm__block{
        margin-top: 24px;
        gap: 16px;
    }

    .d-ssm > .scroll{
        top: 68px;
    }

    .d-ssm .promo{
        width: 100%;
        margin: 0;
        padding: 0 8px;
    }
}

