/************************************************header Layout Element************************************************/
.header-ftc-element .mega_main_menu.primary {
    min-height: auto;
}
.header-ftc-element .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
.header-ftc-element .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, 
.header-ftc-element .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text, 
.header-ftc-element .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,
.header-ftc-element .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content {
    height: auto;
    line-height: normal;
}
.header-ftc-element .mega_main_menu.primary > .menu_holder > .menu_inner > ul.mega_main_menu_ul > li:hover,
.header-ftc-element .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor {
    background: transparent;
}
.header-ftc-element .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor:hover > .item_link *,
.header-ftc-element .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link * {
    color: #212121;
}
.header-ftc-element .header-content {
    box-shadow: none;
    background: transparent;
}
.header-ftc-element .header-icon {
    cursor: pointer;
}
.header-ftc-element ul li {
    list-style: none;
}
.header-ftc-element .content-dropdown {
    display: none;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 16px;
    width: 185px;
    padding: 15px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}
.header-ftc-element .ftc-currency:hover ul {
    opacity: 1;
    visibility: visible;
}
.header-ftc-element .ftc_language ul li ul,
.header-ftc-element .ftc-currency ul {
    background: #fff;
}
.header-ftc-element .ftc-currency ul {
    text-align: center;
    position: absolute;
    width: 130px;
    right: 0;
    left: auto;
    opacity: 0;
    visibility: hidden;
    top: auto;
    margin: 0;
    padding: 20px 23px;
    z-index: 9;
}
.header-ftc-element .ftc_language ul li ul {
    width: 130px;
    padding: 20px 23px;
}
.header-ftc-element .content-dropdown .tini-wishlist,
.header-ftc-element .ftc-currency a,
.header-ftc-element .ftc_language a {
    color: #fff;
}
.header-ftc-element .ftc_language ul li:hover ul {
    top: auto;
}
.header-ftc-element .ftc-account .dropdown-container {
    margin-right: 0;
    top: 60px;
}
.header-ftc-element .ftc-cart-element .cart-item > a {
    position: relative;
    display: flex;
    align-items: center;
}
.header-ftc-element .ftc-cart-element .cart-item .cart-total {
    position: relative;
    top: -18px;
    right: 5px;
    min-width: 20px;
    padding: 5px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.header-ftc-element .sticky-wrapper {
    height: auto !important;
    z-index: 9999;
}
.header-ftc-element .mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
    position: relative;
}
.header-ftc-element .header-dropdown-element .content-dropdown > div, 
.header-ftc-element .header-dropdown-element .content-dropdown > a {
    display: block;
    margin: 10px 0;
}
.header-ftc-element .ftc-search .search-button {
    background: transparent;
    padding: 0;
    color: #333;
}
.header-ftc-element .ftc_language:hover > ul > li:after,
.header-content .ftc-account .ftc_login a:hover,
.header-ftc-element .header-dropdown-element a:hover {
    color: #333;
}
.header-ftc-element .ftc-search .ftc_search_ajax {
    position: absolute;
    width: 260px;
    left: 0;
    right: 0;
    top: 25px;
}
.header-ftc-element .ftc-search .ftc-enable-ajax-search {
    background: #fff;
    top: auto;
    left: 0;
    right: 0;
    border-top: 2px solid;
}
.header-ftc-element .ftc-search .ftc-enable-ajax-search .ftc_list_search {
    padding: 0 20px;
    border: solid #ebebeb;
    border-width: 0 1px 1px 1px;
    margin-bottom: 0;
}
.header-ftc-element .ftc-search .ftc_search_ajax input[type="text"] {
    padding: 7px 15px;
}
.header-ftc-element .ftc-search .search-button span {
    display: none;
}
.header-ftc-element .ftc-search .search-button:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: initial;
}
.header-ftc-element .ftc-search {
    display: flex;
}
.header-ftc-element .ftc-search .loading:after {
    margin: 0;
    top: 12px;
    left: auto;
    right: 15px;
}
.header-ftc-element .ftc-search.style_2 .ftc_search_ajax {
    top: -8px;
    right: -10px;
    left: auto;
    opacity: 0;
    visibility: hidden;
}
.header-ftc-element .ftc-search.style_2:hover .ftc_search_ajax {
    opacity: 1;
    visibility: visible;
}
.header-ftc-element .ftc_account_form.dropdown-container .ftc-login-form input[type="text"], 
.header-ftc-element .ftc_account_form.dropdown-container .ftc-login-form input[type="password"] {
    padding: 7px 15px;
}
.header-ftc-element .ftc-account .dropdown-container .ftc_forgot_pass {
    margin-top: 10px;
}
.header-ftc-element .ftc-search.style_3 form {
    display: flex;
}
.header-ftc-element .ftc-search.style_3 form .ftc_search_ajax {
    order: 1;
    position: relative;
    top: auto;
    width: 220px;
}
.header-ftc-element .ftc-search.style_3 .ftc_search_ajax input[type="text"] {
    border-radius: 30px 0 0 30px;
    border-right: 0;
}
.header-ftc-element .ftc-search.style_3 form .select-category {
    display: block;
    order: 2;
    height: 40px;
    line-height: 20px;
    border-width: 1px 0 1px 0;
    padding: 10px 30px;
}
.header-ftc-element .ftc-search.style_3 form {
    display: flex;
    order: 1;
}
.header-ftc-element .ftc-search.style_3 {
    width: max-content;
    margin: 0 auto;
}
.header-ftc-element .ftc-search.style_3 .search-button {
    order: 2;
    position: relative;
    width: 50px;
    height: 40px;
    background: #ef5e05;
    color: #fff;
    margin-left: -5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.header-ftc-element .ftc-search.style_3 .search-button:hover {
    background: #333;
}
.header-ftc-element .ftc-search.style_3 form .ftc_search_ajax:after {
    content: "";
    width: 1px;
    height: 25px;
    top: 8px;
    right: 0;
    background: #ebebeb;
    position: absolute;
}
.header-ftc-element .ftc-search.style_3 .ftc_search_ajax input[type="text"]:focus {
    border-color: #ebebeb;
}
.header-ftc-element .ftc-currency a:after,
.header-ftc-element .ftc_language > ul > li:after {
    content: "\f107 ";
    font-family: "FontAwesome";
    color: inherit;
}
.header-ftc-element .ftc-currency a:after {
    margin-left: 5px;
}
.header-ftc-element .ftc-account span,
.header-ftc-element .ftc-account .login-text span {
    color: inherit;
}
.header-ftc-element .ftc-account .login-text:hover .dropdown-container {
    display: block;
}
.header-ftc-element .ftc-account .login-text .dropdown-container {
    display: none;
}
.header-ftc-element .ftc-currency ul,
.header-ftc-element .ftc_language ul li ul {
    left: 0;
    border: 1px solid #e5e5e5;
    border-top: 2px solid;
}
/*end*/

/*Header layout 1*/
.header-ftc-element.header-layout-1 .ftc-cart-element {
    margin-left: 20px;
}
.header-ftc-element.header-layout-1 .ftc-cart-element .cart-item > a i:before {
    content: '\f07a';
}
.header-ftc-element.header-layout-1 .ftc-search .search-button:before {
    font-size: 16px;
}
.header-ftc-element.header-layout-1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    height: 100px;
    line-height: 100px;
}
.header-ftc-element.header-layout-1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link > .link_content > .link_text,
.header-ftc-element.header-layout-1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link > .link_content > .link_text {
    color: #fff;
}
.header-ftc-element.header-layout-1 .ftc-cart-element .cart-item > a,
.header-ftc-element.header-layout-1 .header-icon {
    font-size: 17px;
}
.header-ftc-element.header-layout-1 .elementor-inner-section .elementor-row {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-1 .elementor-inner-section .elementor-column {
    width: auto;
    margin: 0;
}
.header-ftc-element.header-layout-1 .header-icon {
    display: flex;
    align-items: center;
}
.header-ftc-element.header-layout-1 .elementor-inner-section .elementor-column:last-child {
    margin-right: 0;
}
.header-ftc-element.header-layout-1 .ftc-cart-element .cart-item .cart-total {
    font-size: 16px;
    background: transparent;
}
.header-ftc-element.header-layout-1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    left: 0;
    transform: none;
}
.header-ftc-element.header-layout-1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns5 > .mega_dropdown, 
.header-ftc-element.header-layout-1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown {
    transform: translateX(-15%);
}
.header-ftc-element.header-layout-1 .ftc_language ul li ul,
.header-ftc-element.header-layout-1 .ftc-currency ul {
    width: 185px;
    margin: 0;
}
.header-ftc-element.header-layout-1 .ftc_language ul li ul a {
    color: #959598;
}
.header-ftc-element.header-layout-1 .ftc-search .ftc_search_ajax {
    left: auto;
    z-index: 991;
}
.rtl .header-ftc-element.header-layout-1 .ftc-search .ftc_search_ajax {
    left: 0;
    right: auto;
}
/*end*/

/*Header layout 2*/
.header-ftc-element .ftc-currency ul li,
.header-ftc-element .layout-top .ftc_language,
.header-ftc-element .layout-top .ftc-account .ftc_login,
.header-ftc-element .layout-top .ftc_language a, 
.header-ftc-element .layout-top .ftc-currency a, 
.header-ftc-element .layout-top .ftc-account a, 
.header-ftc-element .layout-top .tini-wishlist {
    color: #959598;
    font-weight: 400;
}
.header-ftc-element .tini-wishlist .fa-heart {
    font-family: 'FontAwesome';
}
.header-ftc-element .layout-mid .elementor-container .elementor-row {
    justify-content: space-between;
}
.header-ftc-element.header-layout-2 .layout-top .elementor-column .elementor-inner-section .elementor-column {
    width: auto;
}
.header-ftc-element.header-layout-2 .layout-top .elementor-column .elementor-inner-section .elementor-column:first-child {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #666;
}
.header-ftc-element.header-layout-2 .elementor-widget-ftc_language_switch .ftc_language ul {
    margin: 0;
}
.header-ftc-element.header-layout-2 .layout-top .elementor-column:last-child .elementor-inner-section .elementor-row {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-2 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: center;
}
.header-ftc-element.header-layout-2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
}
.header-ftc-element.header-layout-2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover,
.header-ftc-element.header-layout-2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor {
    background: #000;
}
.header-ftc-element.header-layout-2 .ftc-search.style_2 .ftc_search_ajax {
    right: auto;
    left: -10px;
}
.header-ftc-element .is-sticky .layout-mid,
.header-ftc-element .is-sticky .layout-top {
    display: none;
}
.header-ftc-element.header-layout-2 .ftc-account .login-text {
    display: inline-block;
}
.header-ftc-element.header-layout-2 .ftc-account .dropdown-container {
    top: 25px;
}
.header-ftc-element.header-layout-2 .ftc-currency ul,
.header-ftc-element.header-layout-2 .ftc_language ul li ul {
    left: 0;
}
.header-ftc-element.header-layout-2 .ftc-cart-element {
    display: flex;
    justify-content: flex-end;
    margin-right: -5px;
}
/*end*/

/*Header layout 3*/
.header-ftc-element.header-layout-3 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}
.header-ftc-element.header-layout-3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    line-height: 100px;
    height: 100px;
    color: #fff;
}
.header-ftc-element.header-layout-3 .ftc-search .search-button,
.header-ftc-element.header-layout-3 .ftc-cart-element .cart-item > a,
.header-ftc-element.header-layout-3 .header-icon {
    color: #fff;
}
.header-ftc-element.header-layout-3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    left: 0;
    transform: none;
}
.header-ftc-element.header-layout-3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns5 > .mega_dropdown, 
.header-ftc-element.header-layout-3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown {
    transform: translateX(-15%);
}
.header-ftc-element.header-layout-3 .ftc-search.style_2 .ftc_search_ajax {
    right: 0;
}
.header-ftc-element.header-layout-3 .is-sticky .header-content {
    background: #666;
}
.header-ftc-element.header-layout-3 .ftc_language ul li ul,
.header-ftc-element.header-layout-3 .ftc-currency ul {
    width: 185px;
    margin: 0;
}
.header-ftc-element.header-layout-3 .ftc_language ul li ul a {
    color: #959598;
}
/*end*/

/*Header layout 4*/
.header-ftc-element.header-layout-4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    left: 0;
    transform: none;
}
.header-ftc-element.header-layout-4 .layout-top .elementor-column .elementor-inner-section .elementor-column {
    width: auto;
}
.header-ftc-element.header-layout-4 .layout-top .elementor-column .elementor-inner-section .elementor-column:first-child {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #999;
}
.header-ftc-element.header-layout-4 .elementor-widget-ftc_language_switch .ftc_language ul {
    margin: 0;
}
.header-ftc-element.header-layout-4 .layout-top .elementor-column:last-child .elementor-inner-section .elementor-row {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
}
.header-ftc-element.header-layout-4 .ftc-cart-element {
    display: flex;
    justify-content: flex-end;
}
.header-ftc-element.header-layout-4 .ftc-cart-element .cart-item > a {
    color: #fff;
}
.header-ftc-element.header-layout-4 .ftc-cart-element .cart-item .cart-total {
    background: transparent;
    top: -12px;
    right: 5px;
}
.header-ftc-element.header-layout-4 .ftc-account .login-text {
    display: inline-block;
}
.header-ftc-element.header-layout-4 .ftc-account .dropdown-container {
    top: 25px;
}
.header-ftc-element.header-layout-4 .ftc-currency ul,
.header-ftc-element.header-layout-4 .ftc_language ul li ul {
    left: 0;
    z-index: 9;
}
/*end*/

/*Header layout 5*/
.header-ftc-element.header-layout-5 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.header-ftc-element.header-layout-5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    line-height: 100px;
    height: 100px;
    color: #fff;
}
.header-ftc-element.header-layout-5 .elementor-widget-ftc_language_switch .ftc_language ul {
    margin: 0;
}
.header-ftc-element.header-layout-5 .inner-right .elementor-row,
.header-ftc-element.header-layout-5 .layout-top .elementor-column:last-child .elementor-inner-section .elementor-row {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-5 .layout-top .elementor-column .elementor-inner-section .elementor-column {
    width: auto;
}
.header-ftc-element.header-layout-5 .layout-top .elementor-column .elementor-inner-section .elementor-column:first-child {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #999;
}
.header-ftc-element.header-layout-5 .ftc-account span {
    color: inherit;
}
.header-ftc-element.header-layout-5 .ftc-search .search-button,
.header-ftc-element.header-layout-5 .ftc-cart-element .cart-item > a {
    color: #fff;
}
.header-ftc-element.header-layout-5 .ftc-cart-element .cart-item .cart-total {
    background: transparent;
}
.header-ftc-element.header-layout-5 .ftc-account .login-text {
    display: inline-block;
}
.header-ftc-element.header-layout-5 .ftc-account .dropdown-container {
    top: 25px;
    right: -50px;
}
.header-ftc-element.header-layout-5 .ftc-currency ul,
.header-ftc-element.header-layout-5 .ftc_language ul li ul {
    left: -55px;
    z-index: 9;
}
.header-ftc-element.header-layout-5 .inner-right .elementor-column {
    width: auto;
}
.header-ftc-element.header-layout-5 .inner-right .elementor-column:first-child {
    margin-right: 30px;
}
.header-ftc-element.header-layout-5 .is-sticky .header-content {
    background: #333;
}
.header-ftc-element.header-layout-5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    left: 0;
    transform: none;
}
.header-ftc-element.header-layout-5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.header-ftc-element.header-layout-5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns5 > .mega_dropdown {
    transform: translateX(-20%);
}
/*end*/

/*Header layout 9*/
.header-ftc-element.header-layout-9 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.header-ftc-element.header-layout-9 .header-content .preventive {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.header-ftc-element.header-layout-9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    text-transform: none;
    font-size: 15px;
}
.header-ftc-element.header-layout-9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content, 
.header-ftc-element.header-layout-9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, 
.header-ftc-element.header-layout-9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text, 
.header-ftc-element.header-layout-9 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link, 
.header-ftc-element.header-layout-9 .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content {
    line-height: 40px;
    height: 40px;
}
.header-ftc-element.header-layout-9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_ancestor > .item_link {
    padding: 0 30px;
}
.header-ftc-element.header-layout-9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor {
    background: #fff;
    border: 1px solid;
}
.header-ftc-element.header-layout-9 .elementor-section .elementor-container .elementor-column:nth-child(2) {
    width: auto;
}
.header-ftc-element.header-layout-9 .elementor-section .elementor-column:last-child .elementor-inner-section .elementor-row {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-9 .elementor-section .elementor-column:last-child .elementor-inner-section .elementor-column {
    width: auto;
}
.header-ftc-element.header-layout-9 .elementor-section .elementor-column:last-child .elementor-inner-section .elementor-column:first-child {
    margin-right: 30px;
}
.header-ftc-element.header-layout-9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns5 > .mega_dropdown, 
.header-ftc-element.header-layout-9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown {
    left: 100%;
}
/*end*/


/*Header layout 10*/

.header-ftc-element.header-layout-10 .ftc-cart-element {
    margin-right: -12px;
}
.header-ftc-element.header-layout-10 .header-content .preventive {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.header-ftc-element.header-layout-10 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: center;
}
.header-ftc-element.header-layout-10 .mega_main_menu>.menu_holder>.menu_inner>ul>li:nth-child(3) {
    padding-right: 75px;
}
.header-ftc-element.header-layout-10 .mega_main_menu>.menu_holder>.menu_inner>ul>li:nth-child(4) {
    padding-left: 75px;
}
.header-ftc-element.header-layout-10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    text-transform: none;
    font-weight: 500;
}
.header-ftc-element.header-layout-10 .ftc-cart-element {
    display: flex;
    justify-content: flex-end;
}


/*end*/
/*Header layout 11*/

.admin-bar .header-ftc-element.header-layout-11 {
    top: 32px;
}
.header-ftc-element.header-layout-11 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
}
.header-ftc-element.header-layout-11 .header-sticky {
    box-shadow: none;
}
.header-ftc-element.header-layout-11 .elementor-column:last-child .elementor-row .elementor-column {
    width: auto;
}
.header-ftc-element.header-layout-11 .elementor-column:last-child .elementor-row .elementor-column:first-child {
    margin-right: 40px;
}
.header-ftc-element.header-layout-11 .elementor-column:last-child .elementor-row {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-11 .header-dropdown-element .header-icon,
.header-ftc-element.header-layout-11 .ftc-cart-element .cart-item > a {
    font-size: 18px;
}
.header-ftc-element.header-layout-11 .ftc-cart-element .cart-item > a .cart-total {
    font-size: 11px;
}
.header-ftc-element.header-layout-11 .header-dropdown-element .content-dropdown.menu-fix {
    position: fixed;
    width: 100%;
    background: #fff;
}
.header-ftc-element.header-layout-11 .header-dropdown-element .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: center;
}
.header-ftc-element.header-layout-11 .header-dropdown-element .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li,
.header-ftc-element.header-layout-11 .header-dropdown-element .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    display: block;
}
.header-ftc-element.header-layout-11 .header-dropdown-element .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 17px 0;
}
.header-ftc-element.header-layout-11 .header-dropdown-element .content-dropdown .mega_main_menu {
    margin: 0;
}
.header-ftc-element.header-layout-11 .header-dropdown-element .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link * {
    color: #333;
 }
.header-ftc-element.header-layout-11 .header-dropdown-element .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    font-size: 36px;
    text-transform: none;
    font-weight: normal;
}
.header-ftc-element.header-layout-11 .content-dropdown .list-social li {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ebebeb;
    margin: 0 2px;
}
.header-ftc-element.header-layout-11 .content-dropdown .list-social li a {
    color: #999;
}
.header-ftc-element.header-layout-11 .content-dropdown .list-social li:hover:first-child {
    border-color: #0000ff;
}
.header-ftc-element.header-layout-11 .content-dropdown .list-social li:hover:nth-child(2) {
    border-color: #03f1ff;
}
.header-ftc-element.header-layout-11 .content-dropdown .list-social li:hover:nth-child(3) {
    border-color: #ffff00;
}
.header-ftc-element.header-layout-11 .content-dropdown .list-social li:hover:last-child {
    border-color: #ff0000;
}
.header-ftc-element.header-layout-11 .content-dropdown .list-social li:hover:first-child a {
    color: #0000ff;
}
.header-ftc-element.header-layout-11 .content-dropdown .list-social li:hover:nth-child(2) a {
    color: #03f1ff;
}
.header-ftc-element.header-layout-11 .content-dropdown .list-social li:hover:nth-child(3) a {
    color: #ffff00;
}
.header-ftc-element.header-layout-11 .content-dropdown .list-social li:hover:last-child a {
    color: #ff0000;
}
/*end*/

/*Header layout 13*/
.header-ftc-element.header-layout-13 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.header-ftc-element.header-layout-13 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: right;
}
.header-ftc-element.header-layout-13 .header-right .elementor-column:first-child {
    margin-right: 40px;
}
.header-ftc-element.header-layout-13 .header-right .elementor-row {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-13 .header-right .elementor-column {
    width: auto;
}
.header-ftc-element.header-layout-13 .ftc-cart-element .cart-item > a {
    color: #999;
}
.header-ftc-element.header-layout-13 .header-right .tini-wishlist {
    font-size: 12px;
    color: #999;
}
.header-ftc-element.header-layout-13 .header-right .tini-wishlist:hover, 
.header-ftc-element.header-layout-13 .header-right .tini-wishlist:hover i {
    color: #333;
}
.header-ftc-element.header-layout-13 .header-right .tini-wishlist .count-wish {
    display: none;
}
.header-ftc-element.header-layout-13 .header-right .tini-wishlist i {
    font-size: 18px;
    margin-right: 15px;
}
.header-ftc-element.header-layout-13 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
}
.header-ftc-element.header-layout-13 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    left: 50%;
    transform: none;
}
.header-ftc-element.header-layout-13 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns5 > .mega_dropdown,
.header-ftc-element.header-layout-13 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown {
    transform: translateX(-50%);
}
/*end*/
/*Header layout 14*/

.header-ftc-element.header-layout-14 {
    position: fixed;
    left: 0;
    max-width: 10%;
    width: 100%;
    z-index: 9999;
    background: #fff;
    height: 100%;
}
/*end*/
/*Header layout 15*/
.box-header-h15.elementor-section > .elementor-container {
    max-width: 1770px;
}
.header-ftc-element.header-layout-15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
}
.header-ftc-element.header-layout-15 .ftc-cart-element .cart-item > a {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-15 .ftc-search {
    flex-direction: row-reverse;
}
.header-ftc-element.header-layout-15 .ftc-search .ftc_search_ajax {
    left: auto;
}
.header-ftc-element.header-layout-15 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0 25px;
}
.header-ftc-element.header-layout-15 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul {
    text-align: center;
}
.header-ftc-element.header-layout-15 .is-sticky .box-header-h15.elementor-section > .elementor-container > .elementor-row > .elementor-column:first-child {
    display: none;
}
.header-ftc-element.header-layout-15 .is-sticky .box-header-h15.elementor-section > .elementor-container > .elementor-row > .elementor-column:nth-child(2) {
    width: 20%;
}
.header-ftc-element.header-layout-15 .is-sticky .box-header-h15.elementor-section > .elementor-container > .elementor-row > .elementor-column:nth-child(3) {
    width: 80%;
}
.header-ftc-element.header-layout-15 .is-sticky .box-header-h15.elementor-section {
    margin: 20px 0 !important;
}
.header-ftc-element.header-layout-15 .ftc-cart-element .cart-item .cart-total {
    font-size: 11px;
    color: #e17a2a;
    border: 2px solid #ebebeb;
    border-radius: 8px;
    background-color: transparent;
    line-height: 6px;
}
.header-ftc-element.header-layout-15 .mega_main_menu.primary {
    position: relative;
    top: 5px;
}
.header-ftc-element.header-layout-15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text,
.header-ftc-element.header-layout-15 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover .link_text {
    text-decoration: underline;
}
/*end*/
/*Header layout 16*/
.header-ftc-element.header-layout-16 .col-social-header-h16 .elementor-widget-wrap {
    flex-direction: row;
}
.header-ftc-element.header-layout-16 .text1-h16, .header-ftc-element.header-layout-16 .text1-h16 p {
    margin-bottom: 0;
}
.header-ftc-element.header-layout-16 .text1-h16, .header-ftc-element.header-layout-16 .social-header-h16 {
    width: max-content;
}
.header-ftc-element.header-layout-16 .social-header-h16 a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.header-ftc-element.header-layout-16 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}
.header-ftc-element.header-layout-16 .mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
    font-size: 15px;
}
.header-ftc-element.header-layout-16 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text,
.header-ftc-element.header-layout-16 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover .link_text {
    text-decoration: underline;
}
.header-ftc-element.header-layout-16 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0 0 0 50px;
}
.header-ftc-element.header-layout-16 .mini-box-bottom-header-h16 .elementor-column {
    width: 90px;
}
.header-ftc-element.header-layout-16 .mini-box-bottom-header-h16 .elementor-column:first-child {
    width: calc(100% - 180px);
}
.header-ftc-element.header-layout-16 .ftc-search {
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.header-ftc-element.header-layout-16 .ftc-search .search-button {
    color: #fff !important;
}
.header-ftc-element.header-layout-16 .ftc-search.style_2 .ftc_search_ajax {
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    z-index: 2;
}
.header-ftc-element.header-layout-16 .ftc-cart-element .cart-item > a {
    justify-content: center;
    height: 100%;
}
.header-ftc-element.header-layout-16 .elementor-widget-ftc_shooping_cart,
.header-ftc-element.header-layout-16 .elementor-widget-container,
.header-ftc-element.header-layout-16 .ftc-cart-element,
.header-ftc-element.header-layout-16 .ftc-tini-cart,
.header-ftc-element.header-layout-16 .cart-item,
.header-ftc-element.header-layout-16 .elementor-widget-ftc_ajax_search,
.header-ftc-element.header-layout-16 .elementor-widget-container {
    height: 100%;
}
.header-ftc-element.header-layout-16 .linklist-header-h16 .elementor-widget .elementor-icon-list-items {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-16 .mega_main_menu li.multicolumn_dropdown.columns3 > .mega_dropdown {
    left: 40%;
}
.header-ftc-element.header-layout-16 .ftc-cart-element .cart-item .cart-total {
    position: absolute;
    top: calc(50% - 12px);
    transform: translateY(-50%);
    right: 18px;
    line-height: 8px;
}
.header-ftc-element.header-layout-16 .linklist-header-h16 ul.elementor-icon-list-items.elementor-inline-items {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-16 .ftc-search .ftc_search_ajax {
    left: auto;
    right: 65px;
    z-index: 2001;
}
/*end*/
/*Home 17*/
.header-ftc-element.header-layout-17 .linklist-header-h17 .elementor-widget .elementor-icon-list-items {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-17 .linklist-header-h17 ul li {
    width: 50%;
}
.header-ftc-element.header-layout-17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    font-size: 15px;
    line-height: 80px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff !important;
}
.header-ftc-element.header-layout-17 .mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
    font-size: 15px;
}
.header-ftc-element.header-layout-17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text,
.header-ftc-element.header-layout-17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover .link_text {
    text-decoration: underline;
}
.header-ftc-element.header-layout-17 .mega_main_menu > .menu_holder > .menu_inner > ul {
    line-height: 80px;
}
.header-ftc-element.header-layout-17 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0 35px;
}
.header-ftc-element.header-layout-17 .ftc-cart-element .cart-item .cart-total {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.5);
    line-height: 6px;
}
.header-ftc-element.header-layout-17 .ftc-cart-element .cart-item > a {
    justify-content: center;
    height: 100%;
}
.header-ftc-element.header-layout-17 .elementor-widget-ftc_shooping_cart,
.header-ftc-element.header-layout-17 .elementor-widget-container,
.header-ftc-element.header-layout-17 .ftc-cart-element,
.header-ftc-element.header-layout-17 .ftc-tini-cart,
.header-ftc-element.header-layout-17 .cart-item,
.header-ftc-element.header-layout-17 .elementor-widget-ftc_ajax_search,
.header-ftc-element.header-layout-17 .elementor-widget-container {
    height: 100%;
}
.header-ftc-element.header-layout-17 .ftc-search {
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.header-ftc-element.header-layout-17 .ftc-search .search-button {
    color: #fff !important;
}
.header-ftc-element.header-layout-17 .ftc-search.style_2 .ftc_search_ajax {
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    z-index: 2;
}
.header-ftc-element.header-layout-17 .col-button-header-h17 {
    width: 6.5%;
}
.header-ftc-element.header-layout-17 .social-header-h16 a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.header-ftc-element.header-layout-17 .box1-header-h17 > .elementor-container > .elementor-row > .elementor-column:first-child:before {
    content: "";
    width: 1px;
    height: calc(100% + 15px);
    background-color: #e6e6e6;
    position: absolute;
    top: -8px;
    right: 125px;
}
.header-ftc-element.header-layout-17 .is-sticky .box1-header-h17 {
    display: none;
}
.header-ftc-element.header-layout-17 .ftc-search .ftc_search_ajax {
    left: auto;
    right: 65px;
    z-index: 2001;
}
.header-ftc-element.header-layout-17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns2 > .mega_dropdown {
    left: auto;
    transform: translateX(0);
}
/*end*/
/*Home 18*/

.header-ftc-element.header-layout-18 .icon-box-header-18 .elementor-widget-image-box .elementor-image-box-title:hover {
    color: #64a1d0;
}
.icon-box-header-18 .elementor-column.elementor-inner-column {
    width: auto;
    margin-right: 85px;
}
.icon-box-header-18 .elementor-inner-column:last-child {
    margin-right: 0;
}
.icon-box-header-18 .elementor-inner-column .elementor-widget-image-box .elementor-image-box-content {
    width: auto;
}
.header-ftc-element.header-layout-18 .box-header-h17 .elementor-container .elementor-row {
    justify-content: space-between;
}
.header-ftc-element.header-layout-18 .linklist-header-h17 .elementor-widget .elementor-icon-list-items {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-18 .linklist-header-h17 ul li {
    width: 50%;
}
.header-ftc-element.header-layout-18 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    font-size: 15px;
    line-height: 80px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff !important;
}
.header-ftc-element.header-layout-18 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text,
.header-ftc-element.header-layout-18 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover .link_text {
    text-decoration: underline;
}
.header-ftc-element.header-layout-18 .mega_main_menu > .menu_holder > .menu_inner > ul {
    line-height: 80px;
}
.header-ftc-element.header-layout-18 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0 35px;
}
.header-ftc-element.header-layout-18 .ftc-cart-element .cart-item .cart-total {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.5);
    line-height: 6px;
}
.header-ftc-element.header-layout-18 .ftc-cart-element .cart-item > a {
    justify-content: center;
    height: 100%;
}
.header-ftc-element.header-layout-18 .elementor-widget-ftc_shooping_cart,
.header-ftc-element.header-layout-18 .elementor-widget-container,
.header-ftc-element.header-layout-18 .ftc-cart-element,
.header-ftc-element.header-layout-18 .ftc-tini-cart,
.header-ftc-element.header-layout-18 .cart-item,
.header-ftc-element.header-layout-18 .elementor-widget-ftc_ajax_search,
.header-ftc-element.header-layout-18 .elementor-widget-container {
    height: 100%;
}
.header-ftc-element.header-layout-18 .ftc-search {
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.header-ftc-element.header-layout-18 .ftc-search .search-button {
    color: #fff !important;
}
.header-ftc-element.header-layout-18 .ftc-search.style_2 .ftc_search_ajax {
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    z-index: 2;
}
.header-ftc-element.header-layout-18 .col-button-header-h17 {
    width: 6.5%;
}
.header-ftc-element.header-layout-18 .mini-box-social-header-h18 .elementor-column {
    width: max-content;
}
.header-ftc-element.header-layout-18 .box1-header-h18 > .elementor-container > .elementor-row > .elementor-column:first-child:before {
    content: "";
    width: 1px;
    height: 105px;
    background-color: #e6e6e6;
    position: absolute;
    top: 27px;
    right: 125px;
}
.header-ftc-element.header-layout-18 .social-header-h16 a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.header-ftc-element.header-layout-18 .is-sticky .box1-header-h18 {
    display: none;
}
.header-ftc-element.header-layout-18 .mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
    font-size: 15px;
}
.header-ftc-element.header-layout-18 .ftc-search .ftc_search_ajax {
    left: auto;
    right: 65px;
    z-index: 2001;
}
/*end*/
/*Home 19*/
.header-ftc-element.header-layout-19 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    font-size: 15px;
    line-height: 80px;
    font-weight: 400;
    text-transform: capitalize;
    color: #262626;
}
.header-ftc-element.header-layout-19 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0 50px 0 0;
}
.header-ftc-element.header-layout-19 .social-header-h16 a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.header-ftc-element.header-layout-19 .mini-box-header-h19 .elementor-column:first-child {
    top: 1px;
}
.header-ftc-element.header-layout-19 .mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
    font-size: 15px;
}
.header-ftc-element.header-layout-19 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text,
.header-ftc-element.header-layout-19 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover .link_text {
    text-decoration: underline;
}
.header-ftc-element.header-layout-19 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    left: 35%;
}
.header-ftc-element.header-layout-19 .ftc-cart-element .cart-item > a {
    min-width: 55px;
    position: relative;
    justify-content: flex-start;
}
.header-ftc-element.header-layout-19 .ftc-cart-element .cart-item > a::before {
    content: "Cart";
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 1;
    color: #999;
    position: absolute;
    bottom: 0;
    right: -6px;
}
.header-ftc-element.header-layout-19 .ftc-cart-element .cart-item .cart-total {
    min-width: 16px;
    height: 16px;
    line-height: 13px;
    padding: 0;
    font-size: 10px;
    border: 1px solid #ececec;
    background-color: transparent !important;
    position: absolute;
    top: -11px;
    right: unset;
    left: 14px;
    color: #666;
}
.header-ftc-element.header-layout-19 .is-sticky .box1-header-h19 {
    display: none;
}
/*end*/
/*Home 20*/
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding-left: 0;
}
.header-ftc-element.header-layout-20 .is-sticky .box-header-h20 .mini-box-right-h20 .elementor-grid {
    text-align: right;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .box-header-h20 > .elementor-container > .elementor-row,
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .box-header-h20 > .elementor-container {
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    height: 800px;
    max-width: 200px;
    padding-top: 25px;
    z-index: 3;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .box-header-h20 > .elementor-container > .elementor-row > .elementor-column, 
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .box-header-h20 > .elementor-container > .elementor-column {
    width: 100% !important;
}
.header-ftc-element.header-layout-20 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    color: #262626;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .mini-box-right-h20 > .elementor-container > .elementor-row,
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .mini-box-right-h20 > .elementor-container {
    flex-direction: column;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .mini-box-right-h20 > .elementor-container > .elementor-row > .elementor-column,
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .mini-box-right-h20 > .elementor-container > .elementor-column  {
    width: 100%;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .col-left-minibox-h20 .elementor-widget-wrap {
    display: flex;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .col-left-minibox-h20 .elementor-widget-wrap .elementor-element {
    width: max-content;
}
.header-ftc-element.header-layout-20 .ftc-cart-element .cart-item .cart-total {
    min-width: 16px;
    height: 16px;
    line-height: 13px;
    padding: 0;
    font-size: 10px;
    color: #fb422b;
    border: 1px solid #ececec;
    background-color: transparent !important;
    position: absolute;
    top: -9px;
    right: 0px;
}
.header-ftc-element.header-layout-20 .ftc-cart-element .cart-item > a i {
    font-size: 18px;
}
.header-ftc-element.header-layout-20 .ftc-cart-element .cart-item > a {
    min-width: 45px;
    position: relative;
    justify-content: center;
}
.header-ftc-element.header-layout-20 .ftc-cart-element .cart-item > a::before {
    content: "Cart";
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 1;
    color: #999;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .col-left-minibox-h20 .elementor-widget-wrap .elementor-element:first-child {
    margin: 0 30px 0 0;
}
.header-ftc-element.header-layout-20 .elementor-widget-ftc_wishlist_header a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999;
}
.header-ftc-element.header-layout-20 .elementor-widget-ftc_wishlist_header a i {
    font-size: 18px;
    margin-bottom: 5px;
}
.header-ftc-element.header-layout-20 .social-header-h20 a.elementor-icon.elementor-social-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
}
.header-ftc-element.header-layout-20 .social-header-h20 a.elementor-social-icon-facebook-f:hover i {
    color: #20b1c1 !important;
}
.header-ftc-element.header-layout-20 .social-header-h20 a.elementor-social-icon-twitter :hover i {
    color: #1DA1F2 !important;
}
.header-ftc-element.header-layout-20 .social-header-h20 a.elementor-social-icon-bitcoin:hover i {
    color: #20b1c1 !important;
}
.header-ftc-element.header-layout-20 .social-header-h20 a.elementor-social-icon-pinterest:hover i {
    color: #20b1c1 !important;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .col-left-minibox-h20 .elementor-column-wrap {
    margin:  0 0 10px 0 !important;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="columns"] {
    width: 100%;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="columns"]:not(:last-child) {
    margin-bottom: 33px;
}
.header-ftc-element.header-layout-20 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0 30px;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns3 > .mega_dropdown {
    top: -60%;
    left: 40%;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns5 > .mega_dropdown {
    top: -50%;
    left: 35%;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns2 > .mega_dropdown {
    top: 20%;
    left: 40%;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4:last-child > .mega_dropdown {
    top: -50%;
    left: 50%;
}
.header-ftc-element.header-layout-20 .sticky-wrapper.is-sticky .col-left-minibox-h20 {
    top: 5px;
}
.header-ftc-element.header-layout-20 .sticky-wrapper.is-sticky .mini-box-right-h20 .elementor-row {
    align-items: center;
}
.header-ftc-element.header-layout-20 .sticky-wrapper.is-sticky .col-left-minibox-h20 .elementor-element {
    width: max-content;
}
.header-ftc-element.header-layout-20 .sticky-wrapper.is-sticky .col-left-minibox-h20 .elementor-widget-wrap {
    justify-content: space-evenly;
}
.header-ftc-element.header-layout-20 .sticky-wrapper:not(.is-sticky) .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    left: 35%;
    transform: none;
}
.header-ftc-element.header-layout-20 .sticky-wrapper.is-sticky .box-header-h20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.header-ftc-element.header-layout-20 .mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
    font-size: 15px;
}
.header-ftc-element.header-layout-20 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text,
.header-ftc-element.header-layout-20 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover .link_text {
    text-decoration: underline;
}
/*end*/
/*Home 21*/
.header-ftc-element.header-layout-21 .is-sticky .elementor-social-icons-wrapper {
    text-align: right;
}
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .box-header-h20 > .elementor-container > .elementor-row,
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .box-header-h20 > .elementor-container {
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    height: 800px;
    max-width: 200px;
    padding-top: 25px;
    z-index: 3;
}
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .box-header-h20 > .elementor-container > .elementor-row > .elementor-column,
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .box-header-h20 > .elementor-container .elementor-column {
    width: 100% !important;
}
.header-ftc-element.header-layout-21 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    color: #262626;
}
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .mini-box-right-h20 > .elementor-container > .elementor-row,
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .mini-box-right-h20 > .elementor-container {
    flex-direction: column;
}
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .mini-box-right-h20 > .elementor-container > .elementor-row > .elementor-column,
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .mini-box-right-h20 > .elementor-container .elementor-column {
    width: 100%;
}
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .col-left-minibox-h20 .elementor-widget-wrap {
    display: flex;
}
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .col-left-minibox-h20 .elementor-widget-wrap .elementor-element {
    width: max-content;
}
.header-ftc-element.header-layout-21 .ftc-cart-element .cart-item .cart-total {
    min-width: 16px;
    height: 16px;
    line-height: 13px;
    padding: 0;
    font-size: 10px;
    color: #fb422b;
    border: 1px solid #ececec;
    background-color: transparent !important;
    position: absolute;
    top: -9px;
    right: 0px;
}
.header-ftc-element.header-layout-21 .ftc-cart-element .cart-item > a i {
    font-size: 18px;
}
.header-ftc-element.header-layout-21 .ftc-cart-element .cart-item > a {
    min-width: 45px;
    position: relative;
    justify-content: center;
}
.header-ftc-element.header-layout-21 .ftc-cart-element .cart-item > a::before {
    content: "Cart";
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 1;
    color: #999;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .col-left-minibox-h20 .elementor-widget-wrap .elementor-element:first-child {
    margin: 0 30px 0 0;
}
.header-ftc-element.header-layout-21 .elementor-widget-ftc_wishlist_header a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999;
}
.header-ftc-element.header-layout-21 .elementor-widget-ftc_wishlist_header a i {
    font-size: 18px;
    margin-bottom: 5px;
}
.header-ftc-element.header-layout-21 .social-header-h20 a.elementor-icon.elementor-social-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
}
.header-ftc-element.header-layout-21 .social-header-h20 a.elementor-social-icon-facebook-f:hover i {
    color: #20b1c1 !important;
}
.header-ftc-element.header-layout-21 .social-header-h20 a.elementor-social-icon-twitter :hover i {
    color: #1DA1F2 !important;
}
.header-ftc-element.header-layout-21 .social-header-h20 a.elementor-social-icon-bitcoin:hover i {
    color: #20b1c1 !important;
}
.header-ftc-element.header-layout-21 .social-header-h20 a.elementor-social-icon-pinterest:hover i {
    color: #20b1c1 !important;
}
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .col-left-minibox-h20 .elementor-column-wrap {
    margin:  0 0 10px 0 !important;
}
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="columns"] {
    width: 100%;
}
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="columns"]:not(:last-child) {
    margin-bottom: 33px;
}
.header-ftc-element.header-layout-21 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0 30px;
}
.header-ftc-element.header-layout-21 .sticky-wrapper.is-sticky .col-left-minibox-h20 {
    top: 5px;
}
.header-ftc-element.header-layout-21 .sticky-wrapper.is-sticky .mini-box-right-h20 .elementor-row {
    align-items: center;
}
.header-ftc-element.header-layout-21 .sticky-wrapper.is-sticky .col-left-minibox-h20 .elementor-element {
    width: max-content;
}
.header-ftc-element.header-layout-21 .sticky-wrapper.is-sticky .col-left-minibox-h20 .elementor-widget-wrap {
    justify-content: space-evenly;
}
.header-ftc-element.header-layout-21 .sticky-wrapper.is-sticky .box2-header-h21 {
    display: none;
}
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .box2-header-h21 {
    position: absolute !important;
    width: 950px;
    z-index: 2;
    left: calc(50% + 120px);
    transform: translateX(-50%);
    top: 56px;
}
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    left: 35%;
    transform: none;
}
.header-ftc-element.header-layout-21 .sticky-wrapper.is-sticky .box-header-h20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.header-ftc-element.header-layout-21 .mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
    font-size: 15px;
}
.header-ftc-element.header-layout-21 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text,
.header-ftc-element.header-layout-21 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover .link_text {
    text-decoration: underline;
}
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns5 > .mega_dropdown,
.header-ftc-element.header-layout-21 .sticky-wrapper:not(.is-sticky) .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown {
    top: -70%;
    left: 52%;
    transform: none;
}
/*end*/
/*Home 22*/
.header-ftc-element.header-layout-22 .minibox-contact-h22 .elementor-column {
    width: max-content;
}
.header-ftc-element.header-layout-22 .minibox-contact-h22 .elementor-row {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-22 .ftc-cart-element .cart-item > a {
    min-width: 55px;
    position: relative;
}
.header-ftc-element.header-layout-22 .ftc-cart-element .cart-item > a::before {
    content: "Cart";
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 1;
    color: #999;
    position: absolute;
    bottom: 0;
    right: 0;
}
.header-ftc-element.header-layout-22 .ftc-cart-element .cart-item .cart-total {
    min-width: 16px;
    height: 16px;
    line-height: 13px;
    padding: 0;
    font-size: 10px;
    border: 1px solid #ececec;
    background-color: transparent !important;
    position: absolute;
    top: -9px;
    right: 20px;
}
.header-ftc-element.header-layout-22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    color: #262626;
}
.header-ftc-element.header-layout-22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link { 
    padding: 0 50px 0 0;
}
.header-ftc-element.header-layout-22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text,
.header-ftc-element.header-layout-22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover .link_text {
    text-decoration: underline;
}
.header-ftc-element.header-layout-22 .mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
    font-size: 15px;
}
/*end*/
/*Home 23*/
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .box-header-h20 > .elementor-container > .elementor-row,
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .box-header-h20 > .elementor-container {
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    height: 800px;
    max-width: 200px;
    padding-top: 65px;
    z-index: 3;
}
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .box-header-h20 > .elementor-container > .elementor-row > .elementor-column,
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .box-header-h20 > .elementor-container > .elementor-column {
    width: 100% !important;
}
.header-ftc-element.header-layout-23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    color: #262626;
}
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .mini-box-right-h20 > .elementor-container > .elementor-row, 
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .mini-box-right-h20 > .elementor-container {
    flex-direction: column;
}
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .mini-box-right-h20 > .elementor-container > .elementor-row > .elementor-column,
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .mini-box-right-h20 > .elementor-container > .elementor-column {
    width: 100%;
}
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .col-left-minibox-h20 .elementor-widget-wrap {
    display: flex;
}
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .col-left-minibox-h20 .elementor-widget-wrap .elementor-element {
    width: max-content;
}
.header-ftc-element.header-layout-23 .ftc-cart-element .cart-item .cart-total {
    min-width: 16px;
    height: 16px;
    line-height: 13px;
    padding: 0;
    font-size: 10px;
    color: #fb422b;
    border: 1px solid #ececec;
    background-color: transparent !important;
    position: absolute;
    top: -9px;
    right: 0px;
}
.header-ftc-element.header-layout-23 .ftc-cart-element .cart-item > a i {
    font-size: 18px;
}
.header-ftc-element.header-layout-23 .ftc-cart-element .cart-item > a {
    min-width: 45px;
    position: relative;
    justify-content: center;
}
.header-ftc-element.header-layout-23 .ftc-cart-element .cart-item > a::before {
    content: "Cart";
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 1;
    color: #999;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .col-left-minibox-h20 .elementor-widget-wrap .elementor-element:first-child {
    margin: 0 30px 0 0;
}
.header-ftc-element.header-layout-23 .elementor-widget-ftc_wishlist_header a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999;
}
.header-ftc-element.header-layout-23 .elementor-widget-ftc_wishlist_header a i {
    font-size: 18px;
    margin-bottom: 5px;
}
.header-ftc-element.header-layout-23 .social-header-h20 a.elementor-icon.elementor-social-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
}
.header-ftc-element.header-layout-23 .social-header-h20 a.elementor-social-icon-facebook-f:hover i {
    color: #20b1c1 !important;
}
.header-ftc-element.header-layout-23 .social-header-h20 a.elementor-social-icon-twitter :hover i {
    color: #1DA1F2 !important;
}
.header-ftc-element.header-layout-23 .social-header-h20 a.elementor-social-icon-bitcoin:hover i {
    color: #20b1c1 !important;
}
.header-ftc-element.header-layout-23 .social-header-h20 a.elementor-social-icon-pinterest:hover i {
    color: #20b1c1 !important;
}
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .col-left-minibox-h20 .elementor-column-wrap {
    margin:  0 0 10px 0 !important;
}
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="columns"] {
    width: 100%;
}
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="columns"]:not(:last-child) {
    margin-bottom: 33px;
}
.header-ftc-element.header-layout-23 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0 30px;
}
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="columns"] > a {
    padding: 0;
}
.header-ftc-element.header-layout-23 .sticky-wrapper.is-sticky .col-left-minibox-h20 {
    top: 5px;
}
.header-ftc-element.header-layout-23 .sticky-wrapper.is-sticky .mini-box-right-h20 .elementor-row {
    align-items: center;
}
.header-ftc-element.header-layout-23 .sticky-wrapper.is-sticky .col-left-minibox-h20 .elementor-element {
    width: max-content;
}
.header-ftc-element.header-layout-23 .sticky-wrapper.is-sticky .col-left-minibox-h20 .elementor-widget-wrap {
    justify-content: space-evenly;
}
.header-ftc-element.header-layout-23 .sticky-wrapper.is-sticky .box-header-h20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.header-ftc-element.header-layout-23 .sticky-wrapper:not(.is-sticky) .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
    left: 35%;
    transform: none;
}
.header-ftc-element.header-layout-23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text,
.header-ftc-element.header-layout-23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover .link_text {
    text-decoration: underline;
}
.header-ftc-element.header-layout-23 .mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
    font-size: 15px;
}
.header-ftc-element.header-layout-23 .elementor-section.elementor-section-boxed:not(.elementor-inner-section) {
    margin: 0;
}
.header-ftc-element.header-layout-23 .is-sticky .elementor-section.elementor-section-boxed:not(.elementor-inner-section) {
    margin: 0 auto;
}
/*end*/
/*Home 24*/
.header-ftc-element.header-layout-24 .linklist-header-h17 .elementor-widget .elementor-icon-list-items {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-24 .linklist-header-h17 ul li {
    width: 50%;
}
.header-ftc-element.header-layout-24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    font-size: 16px;
    line-height: 80px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff !important;
}
.header-ftc-element.header-layout-24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
.header-ftc-element.header-layout-24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover {
    background-color: #ca450a;
}
.header-ftc-element.header-layout-24 .mega_main_menu > .menu_holder > .menu_inner > ul {
    line-height: 80px;
}
.header-ftc-element.header-layout-24 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0 35px;
}
.header-ftc-element.header-layout-24 .ftc-cart-element .cart-item .cart-total {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.5);
    line-height: 8px;
    font-size: 11px;
}
.header-ftc-element.header-layout-24 .ftc-cart-element .cart-item > a {
    justify-content: center;
    height: 100%;
}
.header-ftc-element.header-layout-24 .elementor-widget-ftc_shooping_cart,
.header-ftc-element.header-layout-24 .elementor-widget-container,
.header-ftc-element.header-layout-24 .ftc-cart-element,
.header-ftc-element.header-layout-24 .ftc-tini-cart,
.header-ftc-element.header-layout-24 .cart-item,
.header-ftc-element.header-layout-24 .elementor-widget-ftc_ajax_search,
.header-ftc-element.header-layout-24 .elementor-widget-container {
    height: 100%;
}
.header-ftc-element.header-layout-24 .ftc-search {
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.header-ftc-element.header-layout-24 .ftc-search .search-button {
    color: #fff !important;
}
.header-ftc-element.header-layout-24 .ftc-search.style_2 .ftc_search_ajax {
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    z-index: 2;
}
.header-ftc-element.header-layout-24 .col-button-header-h17 {
    width: 6.5%;
}
.header-ftc-element.header-layout-24 .ftc-tini-cart a:hover,
.header-ftc-element.header-layout-24 .ftc-search:hover {
    background-color: #ca450a !important;
}
.header-ftc-element.header-layout-24 .is-sticky .header-top-h24 {
    display: none;
}
.header-ftc-element.header-layout-24 .header-top-h24 > .elementor-container > .elementor-row > .elementor-column:first-child:before {
    content: "";
    width: 1px;
    height: calc(100% + 15px);
    background-color: #e6e6e6;
    position: absolute;
    top: -8px;
    right: 125px;
}
.header-ftc-element.header-layout-24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text,
.header-ftc-element.header-layout-24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover .link_text {
    text-decoration: underline;
}
.header-ftc-element.header-layout-24 .social-header-h16 a.elementor-icon.elementor-social-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #dadada;
}
.header-ftc-element.header-layout-24 .mega_main_menu li.multicolumn_dropdown.columns3 > .mega_dropdown {
    left: 28%;
}
.header-ftc-element.header-layout-24 .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown,
.header-ftc-element.header-layout-24 .mega_main_menu li.multicolumn_dropdown.columns4 > .mega_dropdown {
    left: 40%;
}
.header-ftc-element.header-layout-24 .ftc-search .ftc_search_ajax {
    left: auto;
    right: 65px;
    z-index: 2001;
}
.header-ftc-element.header-layout-24 .mini-box1-header-h24 .elementor-column:nth-child(2) .elementor-widget-wrap {
    align-content: center;
}
/*end*/
/* Home 6 elementor */
.header-ftc-element.header-layout-6 .is-sticky .header-sticky .topbar-header-6 {
    display: none;
}
.header-ftc-element.header-layout-6 .mini-box1-header-h6e .elementor-column,
.header-ftc-element.header-layout-6 .mini-box2-header-h6e .elementor-column,
.header-ftc-element.header-layout-6 .mini-box3-header-h6e .elementor-column {
    width: max-content;
}
.header-ftc-element.header-layout-6 .mini-box2-header-h6e .elementor-row,
.header-ftc-element.header-layout-6 .mini-box3-header-h6e .elementor-row {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-6 .mini-box1-header-h6e .ftc_language ul {
    margin: 0;
    text-align: left;
}
.header-ftc-element .ftc-currency > ul {
    text-align: left;
}
.header-ftc-element.header-layout-6 .ftc-currency a,
.header-ftc-element.header-layout-6 .ftc_language a {
    color: #999999;
    font-weight: 400;
}
.header-ftc-element.header-layout-6 .ftc_language > ul > li:after {
    color: #999999;
}
.header-ftc-element.header-layout-6 .mini-box1-header-h6e .elementor-column:first-child:before,
.header-ftc-element.header-layout-6 .mini-box2-header-h6e .elementor-column:first-child:before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,.5);
    position: absolute;
    top: 2px;
    right: 0;
}
.header-ftc-element.header-layout-6 a.tini-wishlist {
    color: #999999;
}
.header-ftc-element.header-layout-6 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding:  0 20px;
}
.header-ftc-element.header-layout-6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    color: #444444;
}
.header-ftc-element.header-layout-6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text,
.header-ftc-element.header-layout-6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover .link_text {
    color: #ffffff;
}
.header-ftc-element.header-layout-6 .ftc-cart-element .cart-item .cart-total {
    background-color: transparent !important;
    font-size: 12px;
}
.header-ftc-element.header-layout-6 .ftc-search .ftc_search_ajax {
    left: auto;
    right: 0;
}
.header-ftc-element.header-layout-6 .header-content .ftc-account .ftc_login .login-text {
    display: inline-block;
}
/*end*/
/* Home 7 elementor */
.header-ftc-element.header-layout-7 .mini-box1-header-h6e .elementor-column,
.header-ftc-element.header-layout-7 .mini-box2-header-h6e .elementor-column,
.header-ftc-element.header-layout-7 .mini-box3-header-h6e .elementor-column {
    width: max-content;
}
.header-ftc-element.header-layout-7 .mini-box2-header-h6e .elementor-row,
.header-ftc-element.header-layout-7 .mini-box3-header-h6e .elementor-row {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-7 .mini-box1-header-h6e .ftc_language ul {
    margin: 0;
    text-align: left;
}
.header-ftc-element .ftc-currency > ul {
    text-align: left;
}
.header-ftc-element.header-layout-7 .ftc-currency a,
.header-ftc-element.header-layout-7 .ftc_language a {
    color: #959598;
    font-weight: 400;
}
.header-ftc-element.header-layout-7 .ftc_language > ul > li:after {
    color: #959598;
}
.header-ftc-element.header-layout-7 .header-content .ftc-account, 
.header-ftc-element.header-layout-7 .header-content .ftc-account a {
    color: #959598;
}
.header-ftc-element.header-layout-7 .ftc-currency a:hover,
.header-ftc-element.header-layout-7 .ftc_language > ul > li:hover a,
.header-ftc-element.header-layout-7 .ftc_language > ul > li:hover:after,
.header-ftc-element.header-layout-7 .ftc_language:hover > ul > li:after, 
.header-ftc-element.header-layout-7 .header-content .ftc-account .ftc_login a:hover, 
.header-ftc-element.header-layout-7 .header-dropdown-element a:hover {
    color: #d36e42;
}
.header-ftc-element.header-layout-7 .contact-header-7 .elementor-column .elementor-inner-column:first-child:after,
.header-ftc-element.header-layout-7 .contact-header-7 .elementor-column .elementor-inner-column:first-child:after {
    content: "";
    width: 1px;
    height: 70%;
    background: #959598;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}
.header-ftc-element.header-layout-7 .contact-header-7 .elementor-inner-section .elementor-inner-column:first-child,
.header-ftc-element.header-layout-7 .contact-header-7 .elementor-inner-section .elementor-inner-column:first-child {
    margin-right: 30px;
}
.header-ftc-element.header-layout-7 .contact-header-7 .elementor-column:last-child .elementor-inner-column,
.header-ftc-element.header-layout-7 .contact-header-7 .elementor-column:last-child .elementor-inner-column {
    width: auto;
}
.header-ftc-element.header-layout-7 .contact-header-7 .elementor-column:last-child .elementor-inner-section .elementor-row {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-7 .contact-header-7 .elementor-column:first-child .elementor-inner-section .elementor-row {
    justify-content: flex-start;
}
.header-ftc-element.header-layout-7 .contact-header-7 .elementor-inner-section .elementor-inner-column,
.header-ftc-element.header-layout-7 .contact-header-7 .elementor-inner-section .elementor-inner-column {
    width: auto;
}
.header-ftc-element.header-layout-7 .mini-box1-header-h6e .elementor-column:first-child:before,
.header-ftc-element.header-layout-7 .mini-box2-header-h6e .elementor-column:first-child:before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,.5);
    position: absolute;
    top: 2px;
    right: 0;
}
.header-ftc-element.header-layout-7 a.tini-wishlist {
    color: #999999;
}
.header-ftc-element.header-layout-7 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding:  0 20px;
}
.header-ftc-element.header-layout-7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    color: #444;
}
.header-ftc-element.header-layout-7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text,
.header-ftc-element.header-layout-7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover .link_text {
    color: #ffffff;
}
.header-ftc-element.header-layout-7 .ftc-cart-element .cart-item .cart-total {
    background-color: transparent !important;
    font-size: 12px;
    position: absolute;
    top: -14px;
    right: -13px;
}
.header-ftc-element.header-layout-7 .ftc-search .ftc_search_ajax {
    left: auto;
    right: 0;
}
.header-ftc-element.header-layout-7 .ftc-search .search-button,
.header-ftc-element.header-layout-7 .header-dropdown-element .header-icon {
    color: #444;
}
.header-ftc-element.header-layout-7 .mini-box3-header-h6e .elementor-column:not(:last-child) .elementor-column-wrap::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #999;
    position: absolute;
    right: -15px;
    top: 0;
}
.header-ftc-element.header-layout-7 .ftc_language ul {
    margin: 0;
}
.header-ftc-element.header-layout-7 .header-dropdown-element .header-icon i {
    font-size: 18px;
}
.header-ftc-element.header-layout-7 .ftc-search .search-button {
    position: relative;
    top: 0;
}
.header-ftc-element.header-layout-7 .ftc-search .search-button:before {
    font-size: 16px;
}
.header-ftc-element.header-layout-7 .ftc-currency > ul {
    width: 150px;
    text-align: center;
}
.header-ftc-element.header-layout-7 .header-content .ftc-account .ftc_login .login-text {
    display: inline-block;
}
/*end*/
/* Home 8 elementor */
.header-ftc-element.header-layout-8 .mini-box1-header-h6e .elementor-column,
.header-ftc-element.header-layout-8 .mini-box2-header-h6e .elementor-column,
.header-ftc-element.header-layout-8 .mini-box3-header-h6e .elementor-column {
    width: max-content;
}
.header-ftc-element.header-layout-8 .mini-box2-header-h6e .elementor-row,
.header-ftc-element.header-layout-8 .mini-box3-header-h6e .elementor-row {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-8 .mini-box1-header-h6e .ftc_language ul {
    margin: 0;
    text-align: left;
}
.header-ftc-element .ftc-currency > ul {
    text-align: left;
}
.header-ftc-element.header-layout-8 .ftc-currency a,
.header-ftc-element.header-layout-8 .ftc_language a {
    color: #999;
    font-weight: 400;
}
.header-ftc-element.header-layout-8 .ftc_language > ul > li:after {
    color: #fff;
}
.header-ftc-element.header-layout-8 .mini-box1-header-h6e .elementor-column:first-child:before,
.header-ftc-element.header-layout-8 .mini-box2-header-h6e .elementor-column:first-child:before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,.5);
    position: absolute;
    top: 2px;
    right: 0;
}
.header-ftc-element.header-layout-8 a.tini-wishlist {
    color: #999999;
}
.header-ftc-element.header-layout-8 .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding:  0 20px;
}
.header-ftc-element.header-layout-8 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    height: 100px;
    line-height: 100px;
    font-size: 16px;
}
.header-ftc-element.header-layout-8 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link .link_text,
.header-ftc-element.header-layout-8 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover .link_text {
    color: #fff;
}
.header-ftc-element.header-layout-8 .ftc-cart-element .cart-item .cart-total {
    background-color: transparent !important;
    font-size: 12px;
    position: absolute;
    top: -14px;
    right: -13px;
}
.header-ftc-element.header-layout-8 .ftc-search .ftc_search_ajax {
    left: auto;
    right: 0;
}
.header-ftc-element.header-layout-8 .ftc-search .search-button,
.header-ftc-element.header-layout-8 .header-dropdown-element .header-icon {
    color: #444;
}
.header-ftc-element.header-layout-8 .mini-box3-header-h6e .elementor-column:not(:last-child) .elementor-column-wrap::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,.2);
    position: absolute;
    right: -15px;
    top: 0;
}
.header-ftc-element.header-layout-8 .ftc-search .search-button:before {
    font-size: 16px;  
}
.header-ftc-element.header-layout-8 .header-content .ftc-account, 
.header-ftc-element.header-layout-8 .header-content .ftc-account a {
    color: #999;
}
.header-ftc-element.header-layout-8 .ftc-currency a:hover,
.header-ftc-element.header-layout-8 .ftc_language > ul > li:hover a,
.header-ftc-element.header-layout-8 .ftc_language > ul > li:hover:after,
.header-ftc-element.header-layout-8 .ftc_language:hover > ul > li:after, 
.header-ftc-element.header-layout-8 .header-content .ftc-account .ftc_login a:hover, 
.header-ftc-element.header-layout-8 .header-dropdown-element a:hover {
    color: #f68d49;
}
.header-ftc-element.header-layout-8 .header-dropdown-element .header-icon i {
    font-size: 18px;
}
.header-ftc-element.header-layout-8 .ftc-search .search-button {
    position: relative;
}
.header-ftc-element.header-layout-8 .ftc-currency > ul {
    width: 150px;
    text-align: center;
}
.header-ftc-element.header-layout-8 .header-content .ftc-account .ftc_login .login-text {
    display: inline-block;
}
.header-ftc-element.header-layout-8 .mini-box3-header-h6e .elementor-column:not(:last-child) .elementor-column-wrap::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #999;
    position: absolute;
    right: -15px;
    top: 0;
}
.header-ftc-element.header-layout-8 .contact-header-7 .elementor-inner-section .elementor-inner-column:first-child, 
.header-ftc-element.header-layout-8 .contact-header-7 .elementor-inner-section .elementor-inner-column:first-child {
    margin-right: 30px;
}
.header-ftc-element.header-layout-8 .contact-header-7 .elementor-inner-section .elementor-inner-column, 
.header-ftc-element.header-layout-8 .contact-header-7 .elementor-inner-section .elementor-inner-column {
    width: auto;
}
.header-ftc-element.header-layout-8 .contact-header-7 .elementor-column .elementor-inner-column:first-child:after, 
.header-ftc-element.header-layout-8 .contact-header-7 .elementor-column .elementor-inner-column:first-child:after {
    content: "";
    width: 1px;
    height: 70%;
    background: #959598;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}
.header-ftc-element.header-layout-8 .ftc_language ul {
    margin: 0;
}
.header-ftc-element.header-layout-8 .contact-header-7 .elementor-column:last-child .elementor-inner-section .elementor-row {
    justify-content: flex-end;
}
.header-ftc-element.header-layout-8 .contact-header-7 .elementor-column:first-child .elementor-inner-section .elementor-row {
    justify-content: flex-start;
}
.header-ftc-element.header-layout-8 .ftc_language > ul > li:after {
    color: #999;
}
/*end*/
.header-ftc.header-layout10 {
    /* margin-top: 0 !important; */
}