.header-top {
    height: 50px;
    background-color: #000e29
}

.header-top .customer-action ul {
    display: flex;
    line-height: 45px;
    font-size: 86%;
    color: #fff
}

.header-top .customer-action ul li {
    margin-right: 15px
}

.header-top .customer-action ul li i {
    margin-right: 5px
}

.header-top .topheader-right {
    display: flex;
    justify-content: flex-end
}

.header-top .topheader-right .socials-wrap ul {
    display: flex;
    margin: 16px 25px 16px 0;
    padding-right: 15px;
}

.header-top .topheader-right .socials-wrap ul li {
    margin: 0 10px 0 0;
    list-style: none;
    line-height: 15px
}

.header-top .topheader-right .socials-wrap ul li a {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    color: #000e29;
    font-size: 12px;
    background-color: #fff;
    border-radius: 3px
}

.header-top .topheader-right .socials-wrap ul li a .name-social {
    display: none
}

.header-top .topheader-right .socials-wrap ul li a:hover {
    color: #fff
}

.language-currency {
    float: right
}

.language-currency .switcher:not(:first-child) {
    margin-left: 18px;
    padding-left: 19px
}

.language-currency .switcher:not(:first-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px
}

.language-currency .switcher {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative
}

.language-currency .switcher:not(:first-child) {
    margin-left: 16px;
    padding-left: 17px
}

.language-currency .switcher:not(:first-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px
}

.language-currency .switcher .switcher-label {
    display: none
}

.language-currency .switcher .switcher-content .action-switcher {
    height: 50px;
    line-height: 50px;
    font-size: 85.714%;
    color: #fff;
    text-transform: capitalize
}

.language-currency .switcher .switcher-content .action-switcher .heading-switcher span {
    position: relative;
    top: -1px;
    left: 5px
}

.language-currency .switcher .switcher-content .action-switcher .heading-switcher span:after {
    margin-left: 5px;
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.language-currency .switcher .switcher-content .dropdown-switcher {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 1px;
    background: #fff;
    padding: 10px;
    white-space: nowrap;
    min-width: 170px;
    z-index: 200;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.language-currency .switcher .switcher-content .dropdown-switcher .list-item {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase
}

.language-currency .switcher .switcher-content .dropdown-switcher .list-item li {
    padding: 0 10px;
    border: 1px solid transparent;
    background-color: #f5f5f5
}

.language-currency .switcher .switcher-content .dropdown-switcher .list-item li:not(:last-child) {
    margin-bottom: 10px
}

.language-currency .switcher .switcher-content .dropdown-switcher .list-item li:hover {
    border-color: #222;
    background-color: #fff
}

.language-currency .switcher .switcher-content .dropdown-switcher .list-item a {
    padding: 13px 0;
    display: block;
    color: #222;
    font-weight: 600
}

.language-currency .switcher .switcher-content:hover .dropdown-switcher {
    display: block
}

.language-currency .switcher.switcher-language .switcher-content .action-switcher .heading-switcher img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #fff;
    margin-top: -3px
}

.language-currency .switcher.switcher-language .switcher-content .dropdown-switcher .list-item a span {
    display: block;
    padding-left: 40px;
    background-position: left center
}

.language-currency .switcher.switcher-currency .switcher-content .dropdown-switcher {
    right: 0;
    left: auto
}

.header-middle {
    padding: 25px 0;
    background-color: #fff
}

.middle-content {
    display: flex
}

.middle-content:after {
    content: "";
    display: block;
    clear: both
}

.logo-container {
    width: auto;
    margin-right: auto
}

.logo-content {
    margin: 0
}

.right-container {
    width: 100%
}

.right-container .right-content {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    top: 5px
}

.block-search {
    width: 100%;
    float: none;
    padding: 0
}

.block-search .form.minisearch {
    display: table;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 400px
}

.block-search .form.minisearch .field.search {
    display: table-cell;
    width: 100%;
    vertical-align: top
}

.block-search .form.minisearch .field.search .label {
    display: none !important
}

.block-search .form.minisearch .field.search .control {
    margin: 0;
    padding: 0;
    border: none
}

.block-search .form.minisearch .field.search .control .nested {
    display: none !important
}

.block-search .form.minisearch .field.search .input-text {
    background: 0 0;
    position: static;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    width: 100%;
    height: 40px;
    padding-right: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #999;
    font-size: 93%
}

.block-search .form.minisearch .field.search .input-text::-webkit-input-placeholder {
    color: #888;
    opacity: 1
}

.block-search .form.minisearch .field.search .input-text:-moz-placeholder {
    color: #888;
    opacity: 1
}

.block-search .form.minisearch .field.search .input-text::-moz-placeholder {
    color: #888;
    opacity: 1
}

.block-search .form.minisearch .field.search .input-text:-ms-input-placeholder {
    color: #888;
    opacity: 1
}

.block-search .form.minisearch .actions {
    display: table-cell;
    vertical-align: top
}

.block-search .form.minisearch .actions button {
    border: none !important;
    position: static;
    margin: 0;
    padding: 0;
    height: 40px;
    width: 60px;
    text-align: center;
    line-height: 40px;
    color: #666;
    opacity: 1 !important
}

.block-search .form.minisearch .actions button:after {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px
}

.block-search .form.minisearch .actions button:before,
.block-search .form.minisearch .actions button span {
    display: none
}

.toplinks-wrapper {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 20px
}

.toplinks-wrapper:after {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    content: '\f007';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
    line-height: 40px
}

.toplinks-wrapper:before {
    content: "";
    display: inline-block;
    background: 0 0;
    width: 220px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: -20px
}

.toplinks-wrapper ul.links {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    margin-top: 1px;
    background: #fff;
    padding: 20px;
    white-space: nowrap;
    min-width: 200px;
    z-index: 200;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-top: 20px
}

.toplinks-wrapper:hover:after {
    color: #fff
}

.toplinks-wrapper:hover ul.links {
    display: block
}

.header-container .minicart-header {
    display: table-cell;
    vertical-align: top
}

.header-container .minicart-wrapper {
    margin: 0;
    padding: 0;
    float: none
}

.header-container .minicart-wrapper .action.showcart {
    height: 40px;
    padding-left: 55px;
    padding-right: 0;
    position: relative
}

.header-container .minicart-wrapper .action.showcart:before {
    display: none !important
}

.header-container .minicart-wrapper .action.showcart:after {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    content: '\f07a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
    line-height: 40px
}

.header-container .minicart-wrapper .action.showcart .text {
    display: inline-block;
    vertical-align: middle;
    position: static !important;
    width: auto;
    height: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    color: #666;
    line-height: 20px
}

.header-container .minicart-wrapper .action.showcart .text:after {
    content: "-";
    margin: 0 5px
}

.header-container .minicart-wrapper .action.showcart .counter.qty {
    display: inline-block !important;
    position: static;
    overflow: inherit;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    color: #666;
    text-align: center;
    padding: 0;
    z-index: 20;
    margin: 0;
    font-size: 100%;
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: 0 0
}

.header-container .minicart-wrapper .action.showcart .counter.qty .counter-number {
    display: none !important
}

.header-container .minicart-wrapper .action.showcart .counter.qty .counter-label {
    position: static;
    width: auto;
    background: 0 0;
    margin: 0
}

.header-container .minicart-wrapper .action.showcart .price-minicart {
    display: block;
    vertical-align: middle;
    line-height: 20px;
    margin: 0;
    color: #ff2d37
}

.header-container .minicart-wrapper .action.showcart .price-minicart .subtotal .label {
    display: none
}

.header-container .minicart-wrapper .mage-dropdown-dialog {
    display: none !important
}

.header-container .minicart-wrapper .mage-dropdown-dialog .block-minicart {
    margin-top: 20px
}

.header-container .minicart-wrapper:hover .action.showcart {
    border-color: #222
}

.header-container .minicart-wrapper:hover .mage-dropdown-dialog {
    display: block !important
}

.sm_megamenu_menu>li>div {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.desktop-menu:after {
    content: "";
    display: block;
    clear: both
}

.horizontal-megamenu-block {
    position: relative;
    top: 30px;
    margin-top: -30px;
    z-index: 2
}

.horizontal-megamenu-block:before {
    width: 0;
    height: 0;
    border-top: 30px solid transparent !important;
    border-bottom: 30px solid transparent !important;
    border-right: 20px solid;
    display: inline-block;
    content: '';
    top: 0;
    position: absolute;
    left: -20px
}

.horizontal-megamenu-block:after {
    right: -20px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent !important;
    border-bottom: 30px solid transparent !important;
    border-left: 20px solid;
    display: inline-block;
    content: '';
    top: 0;
    position: absolute
}

.horizontal-megamenu-block .sm_megamenu_menu {
    display: flex;
    justify-content: center;
    position: relative
}

.horizontal-megamenu-block .sm_megamenu_menu>li {
    float: left
}

.horizontal-megamenu-block .sm_megamenu_menu>li:not(:last-child) {
    margin-right: 1px
}

.horizontal-megamenu-block .sm_megamenu_menu>li>a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    font-size: 108%;
    text-transform: uppercase;
    color: #fff;
    padding: 0 20px
}

.horizontal-megamenu-block .sm_megamenu_menu>li>a .icon_items {
    position: absolute;
    top: -15px;
    right: 20px;
    line-height: 0
}

.horizontal-megamenu-block .sm_megamenu_menu>li:hover>a,
.horizontal-megamenu-block .sm_megamenu_menu>li.sm_megamenu_actived>a {
    background: rgba(255, 255, 255, .2)
}

.cms-index-index .horizontal-megamenu-block .sm_megamenu_menu>li.home-item {
    background: rgba(255, 255, 255, .2)
}

.horizontal-megamenu-block .sm_megamenu_menu>li.parent-item>a .sm_megamenu_title:after {
    margin-left: 3px;
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px
}

.horizontal-megamenu-block .sm_megamenu_menu>li.parent-item>a .icon_items {
    right: 38px
}