/* MegaMenu
------------------*/
.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;
    /* width: 20%;
    left: 0!important;
     float: left;*/
}

.megamenu-wrapper {
    position: relative;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #eee;
    /* Old browsers */
    color: #888;
}

.megamenu-pattern {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

ul.megamenu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

ul.megamenu > li {
    float: left;
    width: auto;
}

ul.megamenu > li:first-child {
    background: none;
}

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:first-child > a {
    padding-left: 0px;
    margin-left: 0px;
}

ul.megamenu > li:first-child > a i {
}

ul.megamenu > li > a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 400 !important;
    transition: all 0.3s ease;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
}

@media (max-width: 1600px) {
    ul.megamenu > li > a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    ul.megamenu > li > a {
        border-right: 0px solid #ffffff;
    }
}

ul.megamenu > li > a strong {
    /* font-weight: 400; */
}

ul.megamenu > li > a:hover, ul.megamenu > li.active > a, ul.megamenu > li.home > a, ul.megamenu > li:hover > a {
    color: #c3253b;
}

@media (max-width: 1250px) {
    ul.megamenu > li > a:hover, ul.megamenu > li.active > a, ul.megamenu > li.home > a, ul.megamenu > li:hover > a {
        border-bottom: 0px solid #1f4c94;
        color: #1f4c94;
    }
}

@media (max-width: 1250px) {
    ul.megamenu > li > a:hover, ul.megamenu > li.active > a, ul.megamenu > li.home > a, ul.megamenu > li:hover > a {
        color: #d60008;
        transition: all 0.3s ease;
    }
}

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 {
    margin-right: 10px;
    height: 28px;
    vertical-align: middle;
    display: none;
}

@media (max-width: 1200px) {
    ul.megamenu > li > a img {
        margin-right: 15px;
        height: 20px;
        vertical-align: -2px;
        display: inline-block;
        opacity: .8;
    }
}

ul.megamenu > li > a.description {
    font-size: 16px;
    padding: 7px 20px 5px 21px;
    line-height: 1;
    color: #fff !important;
    border-right: 1px solid #ffffff4f;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    ul.megamenu > li > a.description {
        padding: 10px 5px 10px 5px;
        font-size: 12px;
    }
}

ul.megamenu > li > a.description img {
    float: left;
}

ul.megamenu > li > a.description .description {
    font-size: 11px;
    position: relative;
    left: 35px;
    top: -9px;
    color: #f3f605;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    ul.megamenu > li > a.description .description {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    ul.megamenu > li > a.description .description {
        font-size: 14px;
    }
}

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%;
    margin-left: 15px;
}

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: 5px 5px 5px 5px;
    background: #fff;
    border: 0px solid #ffffff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    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;
    border-bottom: 0px solid #1f4c94;
}

@media (max-width: 1250px) {
    ul.megamenu li .sub-menu .content {
        display: none;
        padding: 0px 5px 0px 5px;
        background: transparent;
        border: 0px solid #ffffff;
        border-radius: 0px;
        border: none;
    }
}

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: left;
    position: relative;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    padding: 0px 10px 10px 10px;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.18);
    -webkit-transition: box-shadow .15s ease-in-out;
}

ul.megamenu li .product .image {
    padding: 0px;
    text-align: center;
}

ul.megamenu li .product .image img {
    border: 0px solid #e6e6e6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

ul.megamenu li .product .name {
    padding: 7px 0px 0px 0px;
    line-height: 18px;
    text-align: center;
}

ul.megamenu li .product .price {
    color: #343a3f;
}

/* 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: 600;
    font-size: 16px;
    color: #ec3017;
    padding-bottom: 3px;
}

ul.megamenu li .sub-menu .content .static-menu a.main-menu:before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»";
    color: #1f4c93;
    padding-right: 6px;
    font-size: 25px;
    vertical-align: -3px;
}

@media (max-width: 1200px) {
    ul.megamenu li .sub-menu .content .static-menu a.main-menu {
        display: block;
        font-weight: 600;
        font-size: 17px;
        color: #ffffff;
    }
}

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;
    /* padding-bottom: 15px; */
}

ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
    padding: 2px 8px;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»";
    color: #000000;
    padding-right: 6px;
    font-size: 20px;
    vertical-align: -1px;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»";
    color: #000000;
    padding-right: 6px;
    font-size: 13px !important;
    line-height: 24px;
    font-weight: 600;
}

.with-sub-menu.hover.active > div > div > div > div > div > div > div > div > ul > li > ul > li > ul > li > a {
    color: #000000 !important;
    font-weight: 400 !important;
}

.static-menu {
    padding: 0px 0px 0px 20px;
    border-right: 1px solid #ddd;
}

.megamenu-wrapper > div > div > ul > li.with-sub-menu > div > div > div > div:nth-child(3) > div > div > div {
    border-right: 0px solid #ddd;
}

@media (max-width: 1200px) {
    ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
        color: #ffffff;
    }

    ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
        color: #ffffff;
    }
}

/* Hover Menu */
ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
    display: block;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

ul.megamenu li .sub-menu .content .hover-menu a.main-menu:hover {
    color: #1f4c94;
}

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: #a0a0a0;
    padding-right: 5px;
    font-size: 30px;
    vertical-align: -3px;
}

/* Heading MegaMenu */
#megaMenuToggle {
    display: none;
    cursor: pointer;
}

.megamenuToogle-wrapper {
    position: relative;
    z-index: 20;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #000000;
}

.megamenuToogle-pattern {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.megamenuToogle-wrapper .container {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    padding: 15px 35px 15px 15px !important;
}

.megamenuToogle-wrapper .container > div {
    float: left;
    width: 15px;
    margin: 5px 9px 0px 0px;
}

.megamenuToogle-wrapper .container > div span {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 2px;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

/* Megamenu vertical */
.vertical #menuHeading {
    margin: 30px 0px 0px 0px;
}

.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 .megamenu-wrapper {
    display: block !important;
    background: #fff !important;
    border: 1px solid #e6e6e6;
    position: relative;
    z-index: 2;
    margin-top: -2px;
}

.vertical ul.megamenu > li {
    display: block;
    float: none !important;
    width: auto;
    background: none;
    border-top: 1px solid #e6e6e6;
    position: relative;
    margin: 0px -1px;
}

.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 {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 17px;
    position: absolute;
    text-transform: uppercase;
    top: -28px;
    border-radius: 5px;
    padding: 2px 13px;
    left: 50%;
    transform: translateX(-50%);
}

.megamenu .label:before {
    content: '';
    display: block;
    position: absolute;
}

.redlabel .label {
    color: rgb(255, 255, 255);
    background-color: #f94327;
    background-image: linear-gradient(316deg, #f94327 0%, #ff7d14 74%);
}

.fa-angle-right {
    margin-right: 0px;
    float: right;
    display: none;
}

.megamenu i {
    padding-right: 7px;
    vertical-align: baseline;
    line-height: 10px;
}

/* Responsive
------------------*/
@media (max-width: 767px) {
    /* 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;
        padding: 0px 0px;
    }

    .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: 0px;
        border-top: 0px solid #e6e6e6;
        padding-top: 5px;
        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: 1200px) {
    .responsive #megaMenuToggle {
        display: block;
    }

    .responsive ul.megamenu > li:first-child {
        border-top: 0px solid #505050;
    }

    .responsive ul.megamenu > li {
        display: block;
        float: none !important;
        width: auto;
        background: none;
        border-top: 0px solid #505050;
        position: relative;
        margin: 0px -1px;
    }

    .responsive ul.megamenu > li.home, ul.megamenu > li.search ,.fa-angle-right,.caret {
        display: none;
    }

    .responsive ul.megamenu > li > a {
        color: #556270;
        text-shadow: none;
        background: none !important;
        margin: 0px 1px;
        height: auto;
    }

    .responsive ul.megamenu > li.active > a {
    }

    .responsive ul.megamenu > li.click:before, .responsive ul.megamenu > li.hover:before {
        content: "Ã¢ÂÂ¯";
        font-family: FontAwesome;
        color: #000000;
        font-weight: 800;
        font-size: 16px;
        position: absolute;
        right: 0;
        top: -2px;
        background: hsla(180, 100%, 100%, 0);
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: right;
        z-index: 9;
    }

    .responsive ul.megamenu > li.active .close-menu {
        display: block;
        position: absolute;
        z-index: 10;
        top: -2px;
        right: 0px;
        background: hsla(0, 0%, 100%, 0);
        text-align: center;
        cursor: pointer;
        width: 30px;
        height: 30px;
        line-height: 23px;
        color: #000;
    }

    .responsive ul.megamenu > li.active .close-menu:before {
        content: "";
        font-family: FontAwesome;
        color: #000000;
        font-weight: 800;
        font-size: 22px;
        top: 15px;
    }

    /* Submenu */
    .responsive .horizontal ul.megamenu > li > .sub-menu {
        width: 100% !important;
        margin-left: 0px;
    }

    /* 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: 14px;
        color: #000000;
        padding-left: 37px;
        line-height: 30px;
        text-transform: none;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }

    .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;
    }
}

@media (min-width: 1250px) {
    .megamenu-wrapper {
        display: block !important;
    }
}

@media (max-width: 1250px) {
    .responsive ul.megamenu > li > a {
        color: #ffffff !important;
        text-shadow: none;
        background: none !important;
        margin: 0px 0px 0px 0px;
        height: auto;
        font-size: 18px;
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
        text-transform: none;
        font-weight: 400 !important;
        margin-left: -10px;
        border-top: 1px dashed #757575;
        padding-left: 0px;
    }

    ul.megamenu > li:first-child > a {
        padding-left: 0px;
        margin-left: -10px;
        border-top: 0px;
    }
}

@media (max-width: 1250px) {
    .megamenu .label {
        display:none;
    }

    ul.megamenu > li > .sub-menu {
        position: relative;
        margin-left: 0px;
    }

    .megamenu-wrapper {
        position: fixed;
        left: 0;
        background-color: hsl(0, 0%, 14%);
        width: 100%;
        height: 100%;
        padding: 10px;
        z-index: 99999;
        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;
        border: 0px solid #e6e6e6;
        height: 100%;
        top: 0px;
        padding-top: 45px;
    }

    .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;
    }

    .vertical #menuHeading {
        display: none;
    }
}

.so-megamenu-active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#remove-megamenu {
    padding: 0px;
    z-index: 10;
    cursor: pointer;
    display: none;
    text-align: right;
    font-size: 30px;
    top: 7px;
    position: absolute;
    right: 10px;
    color: rgb(255, 255, 255);
    z-index: 2147483647;
}

.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 {
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    display: none;
    text-align: right;
}

.so-vertical-active #remove-verticalmenu {
    display: block;
}

.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;
}

ul.megamenu li .product .price-new {
    font-weight: 600;
    color: red;
}

ul.megamenu li .product .price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
}

ul.megamenu li .product .name a {
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
}

.redus-menu {
    left: -25px;
    position: relative;
}

.sub-menu h3 {
    color: #335d2c !important;
    text-transform: uppercase;
    font-weight: 800 !important;
}

.sub-menu p {
    color: #8b8b8b !important;
}

.megamenu-wrapper li:last-child > a {
}

.navbar-headerd-xs-none {
    display: none;
}

@media (min-width: 1250px) {
    .close-menu {
        display: none !important;
    }
}

@media (max-width: 1250px) {
    .navbar-headerd-xs-none {
        display: block;
        position: relative;
        top: 0px;
    }

    .close-menu {
        display: block;
    }
}

@media (max-width: 575px) {
    .navbar-headerd-xs-none {
        display: block;
        position: relative;
        color: #ddd;
        left: 0px;
    }
}

.subcategory {
    padding: 0px;
}
