/* MegaMenu
------------------*/
.my-megamenu {
    position: relative;
    background-color: #fff;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.my-megamenu:before {
    content: '';
    display: block;
    width: 100vw;
    height: 0;
    background: #fff;
    left: 50%;
    margin-left: -50vw;
    top: 100%;
    position: absolute;
    z-index: -1;
    border-bottom: 1px solid #E0E0E0;
}

.my-megamenu .navbar-default {
    width: 100%;
    background: transparent;
    border: none;
}

.my-megamenu .caret {
    display: none;
}

.no-gutter {
    padding: 0px;
}

#menu {
    position: relative;
    overflow: visible;
}

#menu .background-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#megaMenuToggle {
    display: none;
}

.container-megamenu,
.container-megamenu .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.megamenu-wrapper {
    position: relative;
    background: transparent;
}

ul.megamenu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.megamenu > li {
    float: left;
    width: auto;
    margin: 0 5px;
    padding: 0;
}

ul.megamenu > li.pull-right {
    float: right;
}

ul.megamenu > li .close-menu {
    display: none;
}

/* Search */

ul.megamenu > li.search {
    background: none;
}

#top ul.megamenu > li.search .search_form, ul.megamenu > li.search .search_form {
    padding: 0px;
    margin: 8px;
}

#top ul.megamenu > li.search .search_form input, ul.megamenu > li.search .search_form input {
    height: 29px;
    min-height: 29px;
    border: none;
}

ul.megamenu > li.search .button-search2 {
    top: 6px;
    right: 8px;
}

ul.megamenu > li > a {
    display: block;
    position: relative;
    padding: 18px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}
ul.megamenu > li > a > strong {
    font-weight: 500;
}

ul.megamenu > li > a:hover,
ul.megamenu > li.active > a,
ul.megamenu > li.home > a,
ul.megamenu > li:hover > a {
    color: #C8102E;
}

ul.megamenu > li > a > .icon-home {
    display: block;
    font-size: 23px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

ul.megamenu > li > a img {
    display: none;
}

ul.megamenu > li > a.description {
    font-size: 14px;
    padding: 10px 20px 11px 21px;
    line-height: 1;
}

ul.megamenu > li > a.description img {
    float: left;
}

ul.megamenu > li > a.description .description {
    font-size: 11px;
    opacity: 0.9;
}

ul.megamenu > li > a.description .description-left {
    float: left;
    width: auto;
}

/* Submenu */
ul.megamenu .title-submenu {
    font-weight: 400;
    font-size: 16px;
    color: #23a1d1;
    width: 100%;
    float: left;
    padding-left: 14px;
    padding-bottom: 10px;
}

ul.megamenu > li > .sub-menu {
    position: absolute;
    z-index: 9999;
    display: none;
}


.horizontal ul.megamenu > li > .sub-menu {
    max-width: 100%;
    padding: 30px 0;
}

.horizontal ul.megamenu > li > .sub-menu:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: #fff;
    left: 50%;
    margin-left: -50vw;
    top: 0;
    position: absolute;
    z-index: -1;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 4%);
    border-top: 1px solid #F2F2F4;
}


ul.megamenu > li.active > a span:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 12px;
    margin-left: -6px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    content: '';
    z-index: 30;
}

ul.megamenu > li.active > a span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 13px;
    margin-left: -5px;
    display: inline-block;
    /*border-right: 8px solid transparent;*/
    /*border-left: 8px solid transparent;*/
    content: '';
    z-index: 30;
}

ul.megamenu li .sub-menu .content {
    display: none;
    padding: 0px;
    background: #fff;
    /*border: 1px solid #e6e6e6;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
    box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.15);*/
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

ul.megamenu .sub-menu .content > .row {
    padding-top: 20px;
}

ul.megamenu .sub-menu .content > .border {
    padding-top: 20px;
    border-bottom: 1px solid #e6e6e6;
}

ul.megamenu .sub-menu .content > .row:first-child {
    padding: 0px;
}

/* Product */
ul.megamenu li .product {
    text-align: center;
    position: relative;
    margin-bottom: -7px;
}

ul.megamenu li .product .image {
    padding: 0px;
}

ul.megamenu li .product .image img {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

ul.megamenu li .product .name {
    padding: 7px 0px 0px 0px;
}

ul.megamenu li .product .price {
    color: #ff6b6b;
}

/* Manufacturer */

ul.manufacturer {
    list-style: none;
    margin: -10px 0px 0px 0px !important;
    padding: 0px;
    position: relative;
}

ul.manufacturer li {
    display: inline-block;
    margin: 10px 5px 0px 0px;
}

ul.manufacturer li a {
    display: block;
    font-size: 14px;
    padding: 2px 8px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* Static Menu */

ul.megamenu li .sub-menu .content .static-menu a.main-menu {
    display: block;
    font-weight: 400;
    font-size: 16px;

    padding: 15px 0;
    border-top: 1px solid #0000001a;
    margin: 0;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul {
    list-style: none;
    margin: 0px;
    padding: 5px 0px;
}

/*ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
    padding-top: 7px;
}*/

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li:first-child {
    padding-top: 0px;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
    padding: 5px 10px;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
    content: "»";
    color: #4ecdc4;
    padding-right: 6px;
}

/* Hover Menu */

ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
    display: block;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul {
    list-style: none;
    margin: 3px 0px;
    padding: 0px;
    /* position: relative; */
    /* display:inline-block; */
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
    display: none;
    width: 200px;
    padding: 20px;
    position: absolute;
    z-index: 10;
    left: 90%;
    background: #fff;
    border: 1px solid #e6e6e6;
    top: 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    top: 20px;
    left: -11px;
    border-right-color: #e6e6e6;
    border-left-width: 0;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    top: 20px;
    left: -10px;
    border-right-color: #fff;
    border-left-width: 0;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li {
    position: relative;
}

ul.megamenu li .sub-menu .content .hover-menu a:before {
    content: "»";
    color: #4ecdc4;
    padding-right: 6px;
}

/* Heading MegaMenu */

#megaMenuToggle {
    display: none;
    cursor: pointer;
}

.megamenuToogle-wrapper {
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

.megamenuToogle-wrapper .container {
    display: flex;
    align-items: center;
}
.megamenuToogle-wrapper .container > div:after {
    content: url("/image/catalog/christina/header/menu.svg");
    margin-right: 9px;
}

/* Megamenu vertical */



.vertical li.loadmore {
    padding: 10px 10px;
}

.vertical li.loadmore i {
    padding-left: 10px;
}

.vertical span.more-view {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #556270;
}

.vertical .megamenuToogle-wrapper {
    z-index: 3;
}

.vertical ul.megamenu > li.home, .vertical ul.megamenu > li.search {
    display: none;
}

.vertical ul.megamenu > li > a {
    color: #556270;
    text-shadow: none;
    background: none !important;
    height: auto !important;
    margin: 0px 1px;
}

.vertical ul.megamenu > li > a.description {
    padding: 12px 20px 12px 21px;
}

.vertical ul.megamenu > li.click:before,
.vertical ul.megamenu > li.hover:before {

    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;

    color: #51cfc6;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    right: 0;
    z-index: 10;
    padding: 14px 15px 10px 50px;
}

/* SubMenu */

.vertical ul.megamenu > li > .sub-menu {
    left: 100%;
    padding-top: 0px;
    top: 0;
}

.vertical ul.megamenu > li > .sub-menu > .content {

}

.megamenu .label {
    background: #d5375f none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    line-height: 17px;
    padding: 0 5px;
    position: absolute;
    text-transform: none;
    top: 0;
}

ul.megamenu > li span.labelnew {
    width: 50px;
    height: 21px;
    position: absolute;
    top: -15px;
    background: url(images/new-item.png) no-repeat top center;
    font-size: 0;
    left: 0;
}

ul.megamenu > li span.labelhot {
    width: 50px;
    height: 21px;
    position: absolute;
    top: -15px;
    background: url(images/hot-item.png) no-repeat top center;
    font-size: 0;
    left: 0;
}

.fa-angle-right {
    margin-right: 0px;
    float: right;
}

.megamenu i {
    padding-right: 12px;
}


.my-megamenu div.html ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.my-megamenu div.html ul + ul {
    margin-top: 45px;
}

.my-megamenu div.html li {
    padding: 12px 0;
}
.my-megamenu div.html li a {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #111111;
    display: block;
}
.my-megamenu div.html li.red > a {
    color: #C8102E;
    text-transform: uppercase;
}

.my-megamenu div.html.image-column img {
    max-width: 100%;
}

.my-megamenu div.html a {
    text-decoration: none !important;
    color: #111111;
}
.my-megamenu div.html a:hover {
    color: #C8102E;
}

.my-megamenu div.html ul ul {
    padding: 8px 0 0 17px;
    list-style: square;
}
.my-megamenu div.html ul ul > li {
    padding: 0;
    margin-bottom: 6px;
}
.my-megamenu div.html ul ul > li:last-child {
    margin-bottom: 0;
}
.my-megamenu div.html ul ul li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

/* Responsive
------------------*/

@media (max-width: 991px) {
    /* MegaMenu Vertical */
    .navbar-header .navbar-toggle {
        display: block;
    }

    .responsive .vertical #menuHeading {
        margin: 20px 0px 0px 0px;
    }

    .responsive .vertical ul.megamenu > li > .sub-menu {
        left: 0;
        top: auto;
        width: 100% !important;
    }

    .responsive .vertical ul.megamenu > li > .sub-menu > .content {
        margin-left: 0px;
    }

    .responsive .vertical ul.megamenu > li.active > a span:after {
        position: absolute;
        top: 100%;
        left: 50%;
        margin-top: 13px;
        margin-left: -5px;
        display: inline-block;
        border-width: 0px;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ffffff;
        border-left: 8px solid transparent;
        content: '';
        z-index: 30;
    }

    /* Submenu */
    ul.megamenu li .sub-menu .content {
        border: none;
        border-radius: none;
        box-shadow: none;
    }

    .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
        display: block !important;
        margin: 5px 10px;
        width: auto;
        padding: 0px;
        position: static;
        left: 0;
        background: none;
        border: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
        display: none;
    }

    .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
        display: none;
    }

    .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
        font-size: 16px;
    }

    .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu a.main-menu:before {
        display: none;
    }

    .responsive .vertical .visible {
        padding: 5px 0px 5px 0px !important;
    }

    .responsive .vertical .visible > div {
        margin: 0px !important;
        border: none !important;
        padding: 0px !important;
        padding-left: 20px !important;
    }


    /* MegaMenu Submenu */
    .responsive ul.megamenu .sub-menu .content .border {
        display: none;
    }

    /*.responsive ul.megamenu .sub-menu .content .row {
        margin: 0px -20px;
    }*/

    .responsive ul.megamenu .sub-menu .content .row > div {
        margin-top: 20px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .responsive ul.megamenu .sub-menu .content .row:first-child > div:first-child {
        margin-top: 0px;
        border-top: none;
        padding-top: 0px;
    }

}

@media (max-width: 991px) {
    .responsive #megaMenuToggle {
        display: block;
    }

    .vertical-wrapper ul.megamenu > li {
        margin: 0;
    }

    /* Submenu */
    .responsive .horizontal ul.megamenu > li > .sub-menu {
        width: 100% !important;
        position: fixed;
        top: 50px;
        left: 0;
        padding: 30px 10px;
        background: #1D1D1D;
        min-height: 100%;
    }

    .sub-control-back.close-menu {
        display: block !important;
    }

    .responsive .horizontal ul.megamenu > li > .sub-menu > .content > .row > .col-sm-4:last-child {
        /*order: -1;*/
        display: none;
    }


    /* Hover Menu */
    .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
        display: block !important;
        margin: 5px 10px;
        width: auto;
        padding: 0px;
        position: static;
        left: 0;
        background: none;
        border: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
        display: none;
    }

    .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
        display: none;
    }

    .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
        font-size: 16px;
    }

    .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu a.main-menu:before {
        display: none;
    }

    .responsive .horizontal .visible {
        padding: 5px 0px 5px 0px !important;
    }

    .responsive .horizontal .visible > div {
        margin: 0px !important;
        border: none !important;
        padding: 0px 0px 0px 10px !important;
    }

    .horizontal ul.megamenu > li > .sub-menu:before {
        display: none;
    }

}

@media (min-width: 961px) {

    .megamenu-wrapper {
        display: block !important;
    }

    .sub-control {
        display: none !important;
    }

}

@media (max-width: 991px) {
    .megamenu .label {
        display: none;
    }

    ul.megamenu > li > .sub-menu {
        position: relative;
    }

    .megamenu-wrapper {
        position: fixed;
        top: 130px;
        left: 0;
        background-color: #1D1D1D;
        bottom: 0px;
        width: 100%;
        padding: 10px;
        z-index: 999999;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        border: none;
        /*height: calc(100vh - 130px);
        height: calc(var(--vh, 1vh) * 100 - 130px);*/
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        padding-bottom: 170px;
    }

    .vertical-wrapper {
        position: fixed;
        top: 0px;
        left: 0;
        background-color: #fff;
        bottom: 0px;
        width: 280px;
        padding: 10px;
        z-index: 999999;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        max-height: 700px;
        border: 1px solid #e6e6e6;
    }

    ul.megamenu > li > a img {
        max-width: 100%;
        width: 110px;
        vertical-align: middle;
        display: block;
        margin-bottom: 12px;
    }

    ul.megamenu {
        flex-wrap: wrap;
    }


    .my-megamenu div.html li {
        color: #FFFFFF;
        font-weight: 500;
        font-size: 18px;
        line-height: 40px;
        border-bottom: 1px solid #252525;;
    }

    .my-megamenu div.html a {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 40px;
        font-weight: 400;
    }

    .my-megamenu div.html li.more {
        display: none !important;
    }

    .my-megamenu div.html li.more ~ li {
        display: block !important;
    }

    .sub-control {
        background: #1D1D1D;
        display: flex;
        justify-content: space-between;
        text-align: center;
        align-items: flex-start;
        color: #fff;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 15px;
    }

    .sub-control > a {
        flex: 1 1 45px;
        max-width: 45px;
        width: 45px;
        display: block;
        white-space: nowrap;
    }

    .sub-control > a:last-child {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 29px;
        color: #AA9868;
        margin-top: 3px;
    }

    .sub-control > p {
        padding: 0 10px;
    }

    .megamenuToogle-wrapper .container > div:after {
        content: url(/image/catalog/kodi/mob/menu-toggle.svg);
    }
    .megamenuToogle-wrapper .container > div:after {
        position: relative;
        top: 2px;
    }

}


.so-megamenu-active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#remove-megamenu {
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    display: none;
    text-align: right;
}

.so-megamenu-active #remove-megamenu {
    display: block;
}

.so-vertical-active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#remove-verticalmenu {
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
#remove-verticalmenu img {
    margin-left: 6px;
}

.vertical .navbar-header {
    margin: 0px;
}

.subcategory li {
    display: inline-block;
    list-style: outside none none;
    position: relative;
    width: 100%;
}

.subcategory li a {
    float: left;
    width: 100%;
    text-align: left;
}

.so-vertical-menu .navbar-default {
    background: #fff;
}
.vertical-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 480px;
    max-width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 100;
}
.vertical.active .vertical-wrapper {
    display: block;
}
.vertical.active .vertical-wrapper:after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 480px;
    background: #111111;
    opacity: 0.5;
    width: calc(100vw - 480px);
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 100;
}

.vertical-wrapper ul.megamenu {
    flex-direction: column;
    padding-top: 28px;
    padding-bottom: 28px;
    height: calc(100vh - 89px);
    height: calc(var(--vh, 1vh) * 100 - 89px);
    justify-content: flex-start;
}
.vertical-wrapper ul.megamenu > li {
    margin: 0 60px 0 30px;
}
.vertical-wrapper ul.megamenu > li > a {
    padding: 12px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #111111;
    text-transform: none;
}
.vertical-wrapper ul.megamenu > li > a:hover {
    color: #C8102E;
}
.vertical-wrapper ul.megamenu > li > a > span > strong {
    font-weight: 500;
}
.vertical-wrapper ul.megamenu > li > a img {
    display: block;
}
.vertical-wrapper ul.megamenu > li img {
    margin: 0 !important;
}
.vertical-wrapper ul.megamenu .item-vertical.vertical-menu-banner {
    background: #f2f2f2cc;
    padding: 16px;
    margin: 0 30px;
    position: absolute;
    bottom: 40px;
    left: 0;
}
.vertical-wrapper ul.megamenu .item-vertical.vertical-menu-banner > a > span > strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    display: block;
}
.vertical-wrapper ul.megamenu .item-vertical.vertical-menu-banner > a .description {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #C8102E;
    opacity: 1;
    border-bottom: 1px solid #C8102E;
}
.vertical-wrapper ul.megamenu .item-vertical.vertical-menu-banner img {
    margin-right: 16px !important;
}

/**/
.vertical-wrapper ul.megamenu .sub-menu {
    left: 0px !important;
    height: calc(100vh - 60px);
    height: calc(var(--vh, 1vh) * 100 - 60px);
    padding-top: 0 !important;
    padding-bottom: 15px;
    background: #fff;
    overflow: auto;
}
.vertical-wrapper ul.megamenu .sub-menu ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.vertical-wrapper ul.megamenu .sub-menu ul ~ ul {
    margin-top: 40px;
}
.vertical-wrapper ul.megamenu .sub-menu ul li {
    text-align: left;
    font-size: 18px;
    padding: 7px 0;
    font-weight: 500;
    line-height: 21px;
    color: #111111;
}
.vertical-wrapper ul.megamenu .sub-menu .content > .row {
    margin: 0;
}
.vertical-wrapper ul.megamenu .sub-menu div.html {
    padding: 0 15px;
}
.vertical-wrapper ul.megamenu .sub-menu div.html ul > li:first-child {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 16px;
}
.vertical-wrapper ul.megamenu .sub-menu div.html a {
    text-decoration: none !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #111111;
}
.vertical-wrapper ul.megamenu .sub-menu div.html a:hover {
    color: #C8102E;
}
.vertical-wrapper ul.megamenu .sub-menu div.html li.more a {
    color: #C8102E !important;
    border-bottom: 1px solid #C8102E;
}
.vertical-wrapper ul.megamenu .fa-angle-right:before {
    content: url("/image/catalog/kodi/mob/ico-right-menu.svg");
}

.vertical-wrapper ul.megamenu .sub-menu div.html a.btn-default {
    width: 100%;
    margin-top: 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #C8102E;
}
.vertical-wrapper ul.megamenu .sub-menu div.html a.btn-default ~ a.btn-default {
    margin-top: 16px;
}
.vertical-wrapper ul.megamenu .sub-menu div.html a.btn-default:hover {
    color: #fff;
}

.vertical-wrapper ul.megamenu .sub-menu .vertical-about ul li {
    padding: 16px 0;
    border-bottom: 1px solid #F2F2F2;
}
.vertical-wrapper ul.megamenu .sub-menu .vertical-about ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #111111;
}

/*.vertical-wrapper ul.megamenu .sub-menu .sub-menu-header {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 480px;
    height: 88px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #111111;
}
.vertical-wrapper ul.megamenu .sub-menu .sub-menu-header img {
    position: absolute;
    left: 30px;
    top: 32px;
}*/

@media (max-width: 1200px) {
    ul.megamenu > li > a {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .vertical .vertical-wrapper {
        transform: none;
        max-height: 100%;
        width: 350px;
    }
    .vertical.active .vertical-wrapper:after {
        left: 350px;
        width: calc(100vw - 350px);
    }
    .vertical.active .vertical-wrapper {
        display: block;
        visibility: visible;
    }
    .my-megamenu:before {
        display: none;
    }
    .responsive .vertical #menuHeading {
        margin: 0 0 0 0;
    }
    .vertical-wrapper ul.megamenu {
        height: initial;
        padding: 0;
    }
    .responsive ul.megamenu > li.home, ul.megamenu > li.search, .caret {
        display: none;
    }
    .vertical-wrapper ul.megamenu > li {
        margin: 0;
    }
    .vertical-wrapper ul.megamenu > li > a,
    .responsive ul.megamenu > li > a {
        text-align: left;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
    }
    .vertical-wrapper ul.megamenu > li > a {
        padding: 15px 0;
        border-top: 1px solid #0000001a;
    }
    .vertical-wrapper ul.megamenu > li.type-2 > a {
        padding: 10px 0;
        border-top: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
    }
    .vertical-wrapper .top-black {
        position: relative;
        background: #000000;
        margin: 0 -10px;
        color: rgb(255 255 255 / 70%);
        padding: 10px 10px 10px 50px;
        line-height: 1.4;
    }
    .vertical-wrapper .top-black:before {
        content: url("/image/catalog/kodi/mob/ico-acc-menu.svg");
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .vertical-wrapper .top-black p {
        margin: 0;
    }
    .vertical-wrapper .top-black p + p {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }
    .vertical-wrapper .top-black > p:first-child,
    .vertical-wrapper .top-black a {
        color: #FFFFFF;
    }

    .vertical-wrapper .top-grey {
        background: #F6F6F6;
        margin: 0 -10px 10px;
        padding: 15px 10px 15px 56px;
        position: relative;
    }
    .vertical-wrapper .top-grey:before {
        content: url("/image/catalog/kodi/mob/ico-phone-menu.svg");
        position: absolute;
        left: 10px;
        top: 15px;
    }
    .vertical-wrapper .top-grey > p:first-child,
    .vertical-wrapper .top-grey > p:last-child {
        margin-bottom: 0;
    }
    .vertical-wrapper .top-grey > p:first-child a {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
    }

    #remove-verticalmenu {
        margin-bottom: 8px;
    }

    .menu-mob-sales {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        border-top: 1px solid #0000001a;
        padding: 15px 0;
    }
    .menu-mob-sales a {
        font-weight: 500;
        font-size: 13px;
        line-height: 30px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #C8102E;
    }
    .menu-mob-sales span {
        position: relative;
    }
    .menu-mob-sales span:after {
        content: '';
        display: block;
        width: 1px;
        height: 30px;
        background: #000000;
        opacity: 0.1;
        position: absolute;
        left: 0;
        top: -15px;
    }

    .vertical-wrapper ul.megamenu > li.menu-mob-lang {
        padding: 15px 0;
        border-top: 1px solid #0000001a;
    }
    .vertical-wrapper ul.megamenu > li.menu-mob-lang + li.menu-mob-lang {
        padding-bottom: 50px;
    }
    .vertical-wrapper ul.megamenu > li.item-vertical.type-2 + li.menu-mob-lang {
        margin-top: 20px;
    }
    .vertical-wrapper ul.megamenu > li.menu-mob-lang a {
        margin-right: 10px;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
    }
    .vertical-wrapper ul.megamenu > li.menu-mob-lang a.active {
        color: #C8102E;
        position: relative;
    }
    .vertical-wrapper ul.megamenu > li.menu-mob-lang a.active:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #C8102E;
        position: absolute;
        left: 0;
        bottom: -5px;
    }

    .responsive ul.megamenu .sub-menu .content .row > div {
        width: 100%;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
        font-size: 14px;
        font-weight: 400;
    }
    .vertical-wrapper ul.megamenu .sub-menu ul li {
        padding: 3px 0;
    }
    .sub-menu-header {
        display: none;
    }
    .vertical-wrapper ul.megamenu .sub-menu {
        height: initial;
    }
}

@media (max-width: 778px) {
    .vertical-wrapper {
        padding-top: 0;
    }

    .vertical .vertical-wrapper {
        top: 59px !important;
        width: 100% !important;
        height: calc(100vh - 59px);
        height: calc(var(--vh, 1vh) * 100 - 59px);
    }

    .vertical.active .vertical-wrapper:after {
        display: none !important;
    }

    #remove-verticalmenu {
        position: fixed;
        left: 4px;
        right: initial;
        width: 0 !important;
        top: 18px;
        background: #fff;
        margin: 0;
    }

    .header-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 4;
        padding: 14px 10px;
        /*border-bottom: 1px solid #0000001a;*/
    }
    body.menu-fixed .header-top {
        position: fixed;
        top: -60px;
    }
    body.show-menu .header-top {
        top: 0;
        /*-webkit-transition: top 0.25s;
        -moz-transition: top 0.25s;
        -ms-transition: top 0.25s;
        -o-transition: top 0.25s;
        transition: top 0.25s;*/
    }
    body.show-100 .header-top {
        top: 0 !important;
        position: fixed !important;
    }

    .vertical-wrapper ul.megamenu > li.active > .sub-menu {
        position: fixed;
        top: 60px;
        left: 0px;
        height: calc(100vh - 60px);
        height: calc(var(--vh, 1vh) * 100 - 60px);
        overflow: auto;
    }
    .sub-menu-header {
        display: block;
    }

    .vertical-wrapper ul.megamenu > li.active > .close-menu {
        display: flex;
        position: fixed;
        top: 61px;
        height: 54px;
        background: white;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        color: #000000b3;
        z-index: 10000;
        align-items: center;
        border-right: 1px solid #0000001a;
        padding-right: 20px;
    }
    .vertical-wrapper ul.megamenu > li.active > .close-menu img {
        margin-right: 10px !important;
    }

    .sub-menu-header {
        padding-left: 110px;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        height: 55px;
        display: flex;
        align-items: center;
        border-top: 1px solid #0000001a;
        position: fixed;
        background: #fff;
        z-index: 2;
        width: 100%;
    }
    .sub-menu-header + .content {
        padding-top: 65px;
    }

    .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
        padding: 15px 0;
        border-top: 1px solid #0000001a;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }
    ul.megamenu li .sub-menu .content .hover-menu .menu ul {
        margin: 0;
    }
    .vertical-wrapper ul.megamenu .sub-menu ul li {
        padding: 0;
    }
    .responsive ul.megamenu .sub-menu .content .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .vertical-wrapper .top-black > p:first-child, .vertical-wrapper .top-black a {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 2px;
    }

    .vertical-wrapper .top-grey > p:nth-child(2) {
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        display: flex;
        align-items: center;
        color: #000000;
        opacity: 0.8;
    }
    .vertical-wrapper .top-grey > p:last-child {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

    #wishlist {
        margin-left: 0;
    }
    #wishlist-total,
    #cart-total {
        margin-left: 4px;
    }
    #cart {
        margin-left: 22px;
    }

    /**/
    ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
        display: none;
    }
    ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
        padding: 0;
    }
    ul.megamenu li .sub-menu .content .static-menu .menu ul {
        margin: 0 !important;
        padding: 0 !important;
    }

    ul.megamenu li .sub-menu .content .static-menu a.main-menu.parent-link:after {
        content: url(/image/catalog/kodi/mob/ico-right-menu.svg);
        position: absolute;
        right: 20px;
    }
    ul.megamenu li .sub-menu .content .static-menu a.main-menu + .row {
        display: none !important;
    }
    ul.megamenu li .sub-menu .content .static-menu li.active a.main-menu + .row {
        display: block !important;
        max-width: 100%;
    }
    /*ul.megamenu.level3 .sub-menu .content .static-menu li.active a.main-menu,*/
    ul.megamenu.level3 .sub-menu .content li:not(.active) {
        display: none !important;
    }
    ul.megamenu.level3 .sub-menu .content .static-menu li.active li,
    ul.megamenu.level3 .sub-menu .content .static-menu li.active li:not(.active) {
        display: block !important;
    }
    ul.megamenu.level3 .sub-menu .content .static-menu li.active li > a,
    ul.megamenu.level3 .sub-menu .content .static-menu li.active li:not(.active) > a {
        display: block;
        font-weight: 400;
        font-size: 16px;
        padding: 15px 0;
        border-top: 1px solid #0000001a;
        margin: 0;
    }

    .responsive .vertical .visible {
        padding: 0 !important;
    }
    .responsive ul.megamenu .sub-menu .content .row .row:first-child>div:first-child {
        padding-top: 55px !important;
    }
    ul.megamenu.level3 li .sub-menu .content .static-menu a.main-menu {
        display: none !important;
    }

}
