.my-megamenu{
    position: relative;
}
.my-megamenu {
    position: relative;
    background-color: #fff;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.my-megamenu:before {
    content: '';
    display: block;
    width: 99.6vw;
    height: 0;
    background: #fff;
    left: 50%;
    margin-left: -50vw;
    top: 100%;
    position: absolute;
    z-index: -1;
    border-bottom: 1px solid #E0E0E0;
}
.left-menu .my-megamenu:before {
    display: none;
}

.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: center;
}

ul.megamenu > li {
    float: left;
    width: auto;
    margin: 0 24px;
    padding: 0;
}

ul.megamenu > li:nth-last-child(2) a {
    color: #E23E5C !important;
}

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;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #111111;
    padding: 20px 0;
}

ul.megamenu > li > a:hover,
ul.megamenu > li.active > a,
ul.megamenu > li.home > a,
ul.megamenu > li:hover > a {
    color: #7758B5;
}

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;
}

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.active > a {
    background: #f6f6f6 !important;
}

.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 {
    text-align: left;
    font-size: 18px;
    padding: 7px 0;
    font-weight: 500;
    line-height: 21px;
    color: #111111;
}
.my-megamenu div.html ul > li:first-child {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 16px;
}

.my-megamenu div.html.image-column img {
    max-width: 100%;
}


.my-megamenu div.html li.more ~ li {
    display: none;
}

.my-megamenu div.html li.more.active ~ li {
    display: block;
}

.my-megamenu div.html li.more.active {
    order: 10;
}

.my-megamenu div.html li.more a {
    color: #7758B5 !important;
    border-bottom: 1px solid #7758B5;
}

.my-megamenu div.html a {
    text-decoration: none !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #111111;
}
.my-megamenu div.html a:hover {
    color: #7758B5;
}

ul.megamenu li .sub-menu .content > .row {
    /*display: flex;*/
    margin: 0 -8px;
    justify-content: space-between;
    align-items: flex-start;
}
ul.megamenu li .sub-menu .content > .row > .col-sm-2 {
    flex: 1 1 247px;
    max-width: 247px;
    min-width: 247px;
    padding: 0;
    margin: 0 8px;
}
ul.megamenu li .sub-menu .content > .row > .col-sm-7 {
    flex: 1 1 auto;
    padding: 0;
    margin: 0 8px;
}

/* Responsive
------------------*/

@media (min-width: 961px) {

    .megamenu-wrapper {
        display: block !important;
    }

    .sub-control {
        display: none !important;
    }

}

.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%;
    padding: 32px 30px;
    border-bottom: 1px solid #E0E0E0;
}
#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;
    height: 100vh;
    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;
    z-index: 100;
}

.vertical-wrapper ul.megamenu {
    flex-direction: column;
    padding-top: 28px;
    padding-bottom: 28px;
    height: calc(100vh - 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: #7758B5;
}
.vertical-wrapper ul.megamenu > li > a > span > strong {
    font-weight: 400;
}
.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: #7758B5;
    opacity: 1;
    border-bottom: 1px solid #7758B5;
}
.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 - 89px);
    padding-top: 28px !important;
    padding-bottom: 28px;
    background: #fff;
    overflow: auto;
}
.vertical-wrapper ul.megamenu .menu-item-about .sub-menu {
    height: calc(100vh - 280px);
}
.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: #7758B5;
}
.vertical-wrapper ul.megamenu .sub-menu div.html li.more a {
    color: #7758B5 !important;
    border-bottom: 1px solid #7758B5;
}

.vertical-wrapper ul.megamenu .fa-angle-right {
    position: absolute;
    right: -20px;
    top: 17px;
}
.vertical-wrapper ul.megamenu .fa-angle-right:before {
    content: url("/image/catalog/christina/menu/vertical-menu-arrow-right.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: #7758B5;
}
.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 .sub-menu .content > .row > .col-sm-2 {
        flex: 1 1 180px;
        max-width: 180px;
        min-width: 180px;
    }
}
@media (max-width: 1024px) {
    ul.megamenu li .sub-menu .content > .row > .col-sm-5 {
        width: 400px;
        float: right;
    }
}

@media (max-width: 991px) {
    header ~ div .my-megamenu {
        display: none;
    }
    .vertical .megamenuToogle-wrapper {
        width: 30px;
        overflow: hidden;
        color: #fff;
    }
}

@media (max-width: 778px) {
    .vertical-wrapper {
		width: 100%;
	}
	.vertical-wrapper ul.megamenu > li > a {
		padding: 8px 0;
		font-size: 20px;
		line-height: 140%;
	}
	.vertical-wrapper ul.megamenu > li {
		margin: 0 30px 0 16px;
	}
	#remove-verticalmenu {
		padding: 16px 16px;
	}
    .vertical-wrapper ul.megamenu .sub-menu .sub-menu-header {
        width: 100%;
        height: 56px;
    }
    .vertical-wrapper ul.megamenu .sub-menu .sub-menu-header img {
        top: 17px;
    }

    .vertical-wrapper ul.megamenu .item-vertical.vertical-menu-banner {
        padding: 16px;
        margin: 0;
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 32px;
    }
    .vertical ul.megamenu > li > a.description {
        padding: 0;
    }
    .megamenuToogle-wrapper .container > div:after {
        content: url(/image/catalog/christina/mob/ico-menu.svg);
    }
    .megamenuToogle-wrapper .container > div:after {
        position: relative;
        top: 2px;
    }

    .vertical-wrapper ul.megamenu > li.item-vertical.mob {
        padding: 15px 16px;
        background: rgb(119 88 181 / 5%);
        margin: 0 0 0 !important;
    }
    .vertical-wrapper ul.megamenu > li.item-vertical.mob.menu-acc-login {
        margin: 32px 0 0 !important;
        padding-top: 32px;
    }
    .vertical-wrapper ul.megamenu > li.item-vertical.mob.menu-acc-phone {
        padding-bottom: 100px;
    }
    .vertical-wrapper ul.megamenu > li.item-vertical.mob a {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #111111 !important;
        padding: 0 0 0 32px;
        position: relative;
    }

    .vertical-wrapper ul.megamenu > li.item-vertical.mob.menu-acc-login > a:before {
        content: url("/image/catalog/christina/mob/ico-menu-user.svg");
        position: absolute;
        left: 0;
        top: -5px;
    }
    .vertical-wrapper ul.megamenu > li.item-vertical.mob.menu-acc-wishlist > a:before {
        content: url("/image/catalog/christina/mob/ico-menu-heart.svg");
        position: absolute;
        left: 0;
        top: -5px;
    }
    .vertical-wrapper ul.megamenu > li.item-vertical.mob.menu-acc-cart > a:before {
        content: url("/image/catalog/christina/mob/ico-menu-cart.svg");
        position: absolute;
        left: 0;
        top: -5px;
    }
    .vertical-wrapper ul.megamenu > li.item-vertical.mob.menu-acc-phone > a:before {
        content: url("/image/catalog/christina/mob/ico-menu-phone.svg");
        position: absolute;
        left: 0;
        top: -5px;
    }

    .vertical.active .vertical-wrapper .megamenu-pattern {
		height: calc(100vh - 57px);
    	overflow: auto;
	}
	.vertical-wrapper ul.megamenu {
		padding-bottom: 0;
		height: initial;
	}
    .vertical-wrapper ul.megamenu .sub-menu {
        height: initial;
        min-height: calc(100vh - 56px);
        margin-top: -88px;
        padding-bottom: 100px;

        position: fixed;
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        top: 0;
        margin-top: 0;
        padding-top: 60px !important;
    }
    #remove-verticalmenu > ul.mob {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        left: 16px;
    }
    #remove-verticalmenu > ul.mob li {
        margin-right: 12px;
    }

    .vertical-wrapper ul.megamenu .sub-menu .sub-menu-header img {
        left: 15px;
    }

    h1 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #1E1E1F;
    }

    .home-lines .item > a:first-child {
        display: block;
        /*height: 228px;*/
        overflow: hidden;
    }

}
