@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
/* 2. Home 1 Header css here */
/* 01. header css here*/
.header_area {
    font-family: 'Rubik', sans-serif;
}
.sticky-header.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 900ms;
    animation-duration: 900ms;
    -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    padding: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky-header.sticky {
        position: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        -webkit-animation-name: inherit;
        animation-name: inherit;
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .sticky-header.sticky {
        position: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        -webkit-animation-name: inherit;
        animation-name: inherit;
        padding: 0;
    }
}
.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #5a5a5a;
    top: 0;
}
.off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
}
.Offcanvas_menu {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Offcanvas_menu {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .Offcanvas_menu {
        display: block;
    }
}
.Offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #ffffff;
    z-index: 99;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: 0;
    margin-left: -300px;
    padding: 50px 20px 30px;
    overflow-y: auto;
}
.Offcanvas_menu_wrapper.active {
    margin-left: 0;
}
.Offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
}
.Offcanvas_menu_wrapper .search_container {
    display: block;
}
.Offcanvas_menu_wrapper .home_contact {
    display: flex;
}
.Offcanvas_menu_wrapper .welcome_text {
    display: block;
}
.Offcanvas_menu_wrapper .top_right {
    display: block;
}
.Offcanvas_menu_wrapper .middel_right {
    display: flex;
    justify-content: center;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
}
.offcanvas_main_menu li {
    position: relative;
}
.offcanvas_main_menu li:last-child {
    margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0;
}
.offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}
.offcanvas_main_menu li a:hover {
    color: var(--primary-bg);
}
.offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px;
}
.Offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.Offcanvas_footer span a {
    font-size: 14px;
}
.Offcanvas_footer span a:hover {
    color: var(--primary-bg);
}
.Offcanvas_footer ul {
    margin-top: 20px;
}
.Offcanvas_footer ul li {
    display: inline-block;
    margin-right: 4px;
}
.Offcanvas_footer ul li:last-child {
    margin-right: 0;
}
.Offcanvas_footer ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
    color: var(--white);
}
.Offcanvas_footer ul li.facebook a {
    background: #3c5b9b;
}
.Offcanvas_footer ul li.facebook a:hover {
    background: var(--primary-bg);
}
.Offcanvas_footer ul li.twitter a {
    background: #1da1f2;
}
.Offcanvas_footer ul li.twitter a:hover {
    background: var(--primary-bg);
}
.Offcanvas_footer ul li.pinterest a {
    background: #bd081b;
}
.Offcanvas_footer ul li.pinterest a:hover {
    background: var(--primary-bg);
}
.Offcanvas_footer ul li.google-plus a {
    background: #dd4d42;
}
.Offcanvas_footer ul li.google-plus a:hover {
    background: var(--primary-bg);
}
.Offcanvas_footer ul li.linkedin a {
    background: #010103;
}
.Offcanvas_footer ul li.linkedin a:hover {
    background: var(--primary-bg);
}
.slinky-theme-default a:not(.back) {
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
    background: inherit;
    color: var(--primary-bg);
}
.canvas_close {
    position: absolute;
    top: 10px;
    right: 13px;
}
.canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 31px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
}
.canvas_close a:hover {
    background: var(--secound-bg);
    border-color: var(--primary-bg);
    color: var(--white);
}
.canvas_open {
    position: absolute;
    right: 13px;
    top: 26px;
    z-index: 9;
    display: none;
}
@media only screen and (max-width: 767px) {
    .canvas_open {
        right: 10px;
        top: 21px;
        display: block;
    }
}
.canvas_open a {
    font-size: 30px;
    color: #5a5a5a;
    width: 43px;
    height: 41px;
    display: block;
    line-height: 40px;
    text-align: center;
    border: 1px solid #5a5a5a;
    border-radius: 3px;
}
@media only screen and (max-width: 767px) {
    .canvas_open a {
        width: 35px;
        height: 34px;
        line-height: 34px;
        font-size: 24px;
    }
}
.canvas_open a:hover {
    color: var(--primary-bg);
    border-color: var(--primary-bg);
}
.Offcanvas_two .cart_link {
    margin-left: 18px;
}
.Offcanvas_two .cart_link > a {
    padding: 11px 5px 13px 11px;
}
.Offcanvas_two .cart_link > a i.ion-android-cart {
    margin-right: 5px;
    padding-right: 7px;
}
.Offcanvas_two .box_setting {
    margin-left: 16px;
    margin-top: 0;
    margin-bottom: 0;
}
.Offcanvas_two .mini_cart {
    right: -5px;
}
.Offcanvas_two .dropdown_search {
    left: -10px;
}
.Offcanvas_two .dropdown_setting {
    min-width: 160px;
    left: -48px;
}
.Offcanvas_two .canvas_open {
    top: 23px;
}
@media only screen and (max-width: 479px) {
    .Offcanvas_two .canvas_open {
        top: 21px;
    }
}
.Offcanvas_five .canvas_open a {
    color: var(--white);
    border: 1px solid var(--white);
}
.Offcanvas_five .canvas_open a:hover {
    color: var(--primary-bg);
    border-color: var(--primary-bg);
}
.Offcanvas_five .contact_box {
    margin-bottom: 19px;
    text-align: center;
}
.Offcanvas_five .wishlist_btn {
    margin-left: 16px;
}
.Offcanvas_five .wishlist_btn a {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    border: 1px solid var(--border-color);
    color: var(--black);
    font-size: 20px;
    display: block;
}
.Offcanvas_five .wishlist_btn a:hover {
    color: var(--primary-bg);
}
.Offcanvas_five .cart_link {
    margin-left: 18px;
}
.Offcanvas_five .cart_link > a {
    padding: 11px 6px 13px 14px;
}
.Offcanvas_five .cart_link > a i.ion-android-cart {
    margin-right: 5px;
    padding-right: 5px;
}
.Offcanvas_five .mini_cart {
    right: -5px;
}
.Offcanvas_five .dropdown_search {
    left: -10px;
}
.Offcanvas_black2 .canvas_open a {
    color: var(--white);
    border: 1px solid var(--white);
}
.Offcanvas_black2 .canvas_open a:hover {
    color: var(--primary-bg);
    border-color: var(--primary-bg);
}
.header_top {
    border-bottom: 1px solid var(--border-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_top {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .header_top {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome_text {
        text-align: center;
        margin-bottom: 11px;
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .welcome_text {
        text-align: center;
        margin-bottom: 11px;
        display: none;
    }
}
.welcome_text p {
    font-size: 12px;
    color: var(--black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome_text p {
        line-height: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .welcome_text p {
        line-height: 22px;
    }
}
.welcome_text p span {
    color: var(--primary-bg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top_right {
        text-align: center !important;
        display: none;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .top_right {
        text-align: center !important;
        display: none;
        margin-bottom: 15px;
    }
}
.top_right > ul > li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top_right > ul > li {
        padding-left: 13px;
        margin-left: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .top_right > ul > li {
        padding-left: 13px;
        margin-left: 13px;
    }
}
.top_right > ul > li:hover ul.dropdown_currency {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.top_right > ul > li:hover ul.dropdown_language,
.top_right > ul > li:hover .header_black ul.dropdown_currency,
.header_black .top_right > ul > li:hover ul.dropdown_currency,
.top_right > ul > li:hover .header_black ul.dropdown_links,
.header_black .top_right > ul > li:hover ul.dropdown_links {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.top_right > ul > li:hover ul.dropdown_links {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 767px) {
    .top_right > ul > li {
        padding-left: 14px;
        margin-left: 14px;
    }
}
.top_right > ul > li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.top_right > ul > li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: var(--border-color);
    top: 50%;
    left: 0px;
    transform: translatey(-50%);
}
.top_right > ul > li:first-child::before {
    display: none;
}
.top_right > ul > li > a {
    color: #242424;
    text-transform: capitalize;
    line-height: 26px;
    font-size: 12px;
    cursor: pointer;
    display: block;
    font-weight: 400;
    padding: 9px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top_right > ul > li > a {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .top_right > ul > li > a {
        padding: 0;
    }
}
.top_right > ul > li > a i {
    margin-left: 3px;
    font-size: 10px;
}
.top_right > ul > li > a:hover {
    color: var(--primary-bg);
}
.top_right > ul > li > a:not([href]):not([tabindex]) {
    color: var(--black);
}
.top_right > ul > li:hover a:not([href]):not([tabindex]) {
    color: var(--primary-bg);
}
.dropdown_currency,
.dropdown_language,
.header_black .dropdown_currency,
.header_black .dropdown_links,
.dropdown_links {
    position: absolute;
    background: var(--white);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    text-align: center;
    top: 125%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    left: -154%;
    z-index: 9999;
    padding: 0 15px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_currency,
    .dropdown_language,
    .header_black .dropdown_currency,
    .header_black .dropdown_links,
    .dropdown_links {
        left: -10px;
        min-width: 144px;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown_currency,
    .dropdown_language,
    .header_black .dropdown_currency,
    .header_black .dropdown_links,
    .dropdown_links {
        left: -10px;
        min-width: 144px;
        padding: 0 10px;
    }
}
.dropdown_links {
    left: -98%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_links {
        left: auto;
        right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown_links {
        left: auto;
        right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_currency {
        left: -30px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown_currency {
        left: -30px;
    }
}
.dropdown_currency li {
    border-bottom: 1px solid var(--border-color);
    line-height: 36px;
    padding: 5px 0;
}
.dropdown_currency li:last-child {
    border-bottom: 0;
}
.dropdown_currency li a {
    text-transform: capitalize;
    display: block;
    font-size: 13px;
    color: #242424;
    text-align: center;
}
.dropdown_currency li a:hover {
    color: var(--primary-bg);
}
.dropdown_language li,
.header_black .dropdown_currency li,
.header_black .dropdown_links li {
    border-bottom: 1px solid var(--border-color);
    line-height: 36px;
    padding: 5px 0;
}
.dropdown_language li:last-child,
.header_black .dropdown_currency li:last-child,
.header_black .dropdown_links li:last-child {
    border-bottom: 0;
}
.dropdown_language li a,
.header_black .dropdown_currency li a,
.header_black .dropdown_links li a {
    text-transform: capitalize;
    display: block;
    font-size: 12px;
    color: #242424;
    text-align: center;
}
.dropdown_language li a:hover,
.header_black .dropdown_currency li a:hover,
.header_black .dropdown_links li a:hover {
    color: var(--primary-bg);
}
.dropdown_links li {
    border-bottom: 1px solid var(--border-color);
    line-height: 36px;
    padding: 5px 0;
}
.dropdown_links li:last-child {
    border-bottom: 0;
}
.dropdown_links li a {
    text-transform: capitalize;
    display: block;
    font-size: 12px;
    color: #242424;
    text-align: center;
}
.dropdown_links li a:hover {
    color: var(--primary-bg);
}
.top_right ul li a img {
    margin-right: 5px;
}
/*header top css end*/
/* 2.2 header middel css here */
.home_contact {
    display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home_contact {
        display: none;
        margin-bottom: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .home_contact {
        display: none;
        margin-bottom: 22px;
    }
}
.home_contact .contact_box {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 2px solid var(--border-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home_contact .contact_box {
        padding-right: 12px;
        margin-right: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .home_contact .contact_box {
        padding-right: 12px;
        margin-right: 12px;
    }
}
.home_contact .contact_box:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.home_contact .contact_box label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    color: #a4a4a4;
    line-height: 17px;
    margin-bottom: 3px;
}
.home_contact .contact_box p {
    font-size: 12px;
    line-height: 17px;
}
.home_contact .contact_box p a:hover {
    color: var(--primary-bg);
}
.logo {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo {
        padding: 0 40px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .logo {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .logo a img {
        max-width: 110px;
    }
}
.header_middel {
    padding: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_middel {
        border-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .header_middel {
        border-bottom: 0;
        position: relative;
    }
}
.middel_right {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_middel .col-md-9 {
        width: 75%;
    }
}
@media only screen and (max-width: 767px) {
    
}
.search_btn,
.myaccount_links {
    position: relative;
}
.dropdown_aclinks li {
    border-bottom: 1px solid var(--border-color);
}
.dropdown_aclinks li a:hover {
    color: var(--primary-bg);
}
.dropdown_aclinks li a {
    text-transform: capitalize;
    display: block;
    font-size: 15px;
    color: #242424;
    text-align: left;
    padding: 0 10px;
    line-height: 35px;
}
.dropdown_aclinks {
    position: absolute;
    background: var(--white);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    text-align: center;
    top: 125%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    left: -154%;
    z-index: 9999;
    padding: 0 15px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}
.dropdown_wishlist li {
    text-transform: capitalize;
    display: block !important;
    font-size: 12px;
    color: #242424;
    text-align: center;
}
.wish_li:hover .dropdown_wishlist {
    opacity: 1;
    visibility: visible;
    top: 75%;
    display: inline-block;
    width: 100%;
}
.dropdown_wishlist {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dropdown_wishlist li a {
    width: 100% !important;
}
.myaccount_links {
    margin-left: 15px;
}
.search_btn:hover .dropdown_search {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.search_btn a,
.myaccount_links .user_ic {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    border: 1px solid var(--border-color);
    color: var(--black);
    font-size: 15px;
    display: block;
}
.search_btn a:hover {
    color: var(--primary-bg);
}
.myaccount_links:hover .dropdown_aclinks {
    opacity: 1;
    visibility: visible;
    top: 100%;
    padding: 0;
}
.dropdown_aclinks {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    top: 120%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dropdown_search {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    top: 120%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_search {
        right: auto;
        left: -18px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown_search {
        right: auto;
        right: 0;
    }
}
.dropdown_search form {
    position: relative;
    width: 280px;
    border: 1px solid var(--border-color);
    background: var(--white)f;
    z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_search form {
        width: 240px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown_search form {
        width: 240px;
        z-index: 99;
    }
}
.dropdown_search form input {
    border: 0;
    width: 100%;
    height: 43px;
    line-height: 50px;
    padding: 0 67px 0 10px;
    background: inherit;
    color: #a4a4a4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_search form input {
        height: 38px;
        line-height: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown_search form input {
        height: 38px;
        line-height: 38px;
    }
}
.dropdown_search form button {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--border-color);
    width: 59px;
    height: 100%;
    border: 0;
    border-left: 1px solid #ddd;
    padding: 0;
    font-size: 20px;
    background: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_search form button {
        width: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown_search form button {
        width: 45px;
    }
}
.cart_link {
    margin-left: 15px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart_link {
        margin-left: 15px;
    }
}
.cart_link:hover .mini_cart {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.cart_link span.cart_quantity {
    position: absolute;
    right: -11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: var(--primary-bg);
    color: var(--white);
    border-radius: 50%;
    top: -10px;
}
.cart_link > a {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
    border: 1px solid var(--border-color);
    padding: 9px;
    line-height: 15px;
    border-radius: 3px;
    display: block;
}
.cart_link > a:hover {
    color: var(--primary-bg);
}
.cart_link > a i.ion-android-cart {
    font-size: 19px;
    margin-right: 0px;
    position: relative;
    top: 3px;
    padding-right: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart_link > a i.ion-android-cart {
        font-size: 14px;
        margin-right: 4px;
    }
}
.cart_link > a i.fa-angle-down {
    font-size: 17px;
    margin-left: 3px;
}
.mini_cart {
    position: absolute;
    width: 340px;
    background: #ffffff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid var(--border-color);
    z-index: 999;
    right: 0;
    top: 120%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini_cart {
        display: none;
        top: 100%;
        opacity: inherit;
        visibility: inherit;
        right: -22px;
        width: 260px;
    }
}
@media only screen and (max-width: 767px) {
    .mini_cart {
        display: none;
        opacity: inherit;
        visibility: inherit;
        top: 100%;
        width: 260px;
        right: -22px;
    }
}
.mini_cart_inner {
    padding: 18px 25px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini_cart_inner {
        padding: 18px 15px 0;
    }
}
@media only screen and (max-width: 767px) {
    .mini_cart_inner {
        padding: 18px 15px 0;
    }
}
.mini_cart_footer {
    padding: 12px 0 10px;
    background: var(--secound-bg);
    display: flex;
    justify-content: space-around;
}
.cart_img {
    width: 32%;
    margin-right: 10px;
}
.cart_info {
    width: 52%;
}
.cart_info a {
    font-weight: 400;
    color: #242424;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Playfair Display", serif;
}
.cart_info a:hover {
    color: var(--primary-bg);
}
.cart_info span {
    display: block;
}
.cart_info span.price_cart {
    color: var(--primary-bg);
    font-weight: 500;
}
.cart_remove {
    width: 10%;
    text-align: right;
}
.cart_remove a {
    color: var(--black);
    font-size: 18px;
}
.cart_remove a:hover {
    color: var(--primary-bg);
}
.cart_item {
    overflow: hidden;
    padding: 11px 0;
    border-bottom: 1px solid var(--border-color);
    display: flex;
}
.cart_total {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.cart_total span {
    color: #242424;
    font-size: 14px;
    font-weight: 400;
}
.cart_button a {
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 400;
    color: var(--white);
    background: #c1a99f;
    display: block;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px 25px;
}
.cart_button a {
    background: var(--primary-bg);
}
.cart_button.view_cart {
}
/*header middel css end*/
/* 2.4 main menu css here */
.logo_sticky {
    display: none;
    margin-right: 35px;
}
.logo_sticky a img {
    max-width: 120px;
}
.middel_right-sticky {
    display: none;
}
.header_bottom {
    background: var(--secound-bg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_bottom {
        max-height: 0;
        border-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .header_bottom {
        border-bottom: 0;
    }
}
.header_bottom.sticky-header.sticky .main_menu_inner {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_bottom.sticky-header.sticky .main_menu_inner {
        display: inherit;
    }
}
@media only screen and (max-width: 767px) {
    .header_bottom.sticky-header.sticky .main_menu_inner {
        display: inherit;
    }
}
.header_bottom.sticky-header.sticky .logo_sticky {
    display: block;
}
.header_bottom.sticky-header.sticky .middel_right-sticky {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_bottom.sticky-header.sticky .logo_sticky {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .header_bottom.sticky-header.sticky .logo_sticky {
        display: none;
    }
}
.main_menu_inner {
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main_menu {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .main_menu {
        display: none;
    }
}
.main_menu nav > ul > li {
    display: inline-block;
    position: relative;
}
.main_menu nav > ul > li > a {
    display: block;
    padding: 12px 20px;
    color: var(--black);
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
}
.main_menu nav > ul > li > a i {
    margin-left: 2px;
}
.main_menu nav > ul > li:hover > a {
    color: var(--primary-bg);
}
.main_menu nav > ul > li.active > a {
    color: var(--primary-bg);
}
.main_menu nav > ul > li:first-child a {
    padding-left: 0;
}
.main_menu nav > ul > li:last-child a {
    padding-right: 0;
}
.main_menu nav > ul > li ul.sub_menu {
    position: absolute;
    min-width: 200px;
    padding: 30px 25px;
    background: var(--white);
    border: 1px solid var(--border-color);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    left: 0;
    right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
    top: 100%;
    text-align: left;
}
.main_menu nav ul li:hover .sub_menu,
.main_menu nav ul li:hover .mega_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
.main_menu nav ul li ul li.active a,
.main_menu nav ul li ul li a:hover {
    color: var(--primary-bg);
}
.main_menu nav > ul > li > ul > li > a {
    color: #808080;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 18px;
    margin-bottom: 15px;
    display: block;
    font-weight: 400;
}
.main_menu nav > ul > li > ul.sub_menu > li:last-child > a {
    margin-bottom: 0;
}
.main_menu nav > ul > li > ul.mega_menu li ul li:last-child a {
    margin-bottom: 0;
}
.main_menu nav ul li ul.mega_menu {
    position: absolute;
    min-width: 580px;
    padding: 15px 0;
    background: #ffffff;
    border: 1px solid var(--border-color);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    left: 0;
    right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
    top: 100%;
    text-align: left;
}
.main_menu nav > ul > li > ul.mega_menu > li {
        width: 33.33%;
    float: left;
    padding: 0 10px;
}
.main_menu nav > ul > li > ul.mega_menu > li > a {
    text-transform: uppercase;
    color: #242424;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 1px;
    font-size: 15px;
    box-shadow: 0 0px 3px 1px rgb(0 0 0 / 11%);
}
.main_menu nav > ul > li > ul.mega_menu > li > a:hover {
    color: var(--primary-bg);
}
.main_menu nav > ul > li > ul.mega_menu li ul li a {
    color: #808080;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 7px;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
}
.main_menu nav > ul > li > ul.mega_menu li ul {
    margin-bottom: 15px;
}
.main_menu nav > ul > li > ul.mega_menu li ul li a:hover {
    color: var(--primary-bg);
}
.main_menu nav ul li ul.sub_menu.pages {
    left: inherit;
    right: inherit;
}
/*main menu css end*/
/*mobaile menu css here*/
.mean-container .mean-bar {
    background: inherit;
    position: absolute;
    z-index: 9;
    top: 43px;
    left: 0;
    width: 100%;
}
.mean-container .mean-bar::after {
    top: -33px;
    left: 22px;
}
@media only screen and (max-width: 767px) {
    .mean-container .mean-bar::after {
        left: 22px;
        font-size: 15px;
    }
}
.mean-container .mean-nav {
    max-height: 300px;
    overflow: auto;
}
.mean-container .mean-nav ul li a {
    font-weight: 400;
}
.mean-container a.meanmenu-reveal {
    float: left;
    right: 17px;
    top: -34px;
}
@media only screen and (max-width: 767px) {
    .mean-container a.meanmenu-reveal {
        right: 15px;
        top: -34px;
    }
}
/*home two css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .social_icone {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .social_icone {
        text-align: center !important;
        display: none;
    }
}
.social_icone ul li {
    display: inline-block;
    margin-left: 5px;
}
.social_icone ul li:first-child {
    margin-left: 0;
}
.social_icone ul li a {
    background: var(--border-color);
    color: #aaaaaa;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.social_icone ul li a:hover {
    background: var(--primary-bg);
    color: var(--white);
}
.box_setting {
    position: relative;
}
@media only screen and (max-width: 479px) {
    .box_setting {
        margin: 23px 0;
    }
}
.box_setting:hover .dropdown_setting {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.box_setting > a {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    border: 1px solid var(--border-color);
    color: #242424;
    font-size: 25px;
    display: block;
}
.box_setting > a:hover {
    color: var(--primary-bg);
}
.dropdown_setting {
    position: absolute;
    background: var(--white);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    text-align: center;
    top: 120%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    left: 0;
    z-index: 9999;
    padding: 0 15px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}
.dropdown_setting ul li {
    border-bottom: 1px solid var(--border-color);
    line-height: 36px;
    padding: 5px 0;
}
.dropdown_setting ul li:last-child {
    border-bottom: 0;
}
.dropdown_setting ul li a {
    text-transform: capitalize;
    display: block;
    font-size: 12px;
    color: #242424;
    text-align: center;
}
.header_two .dropdown_language,
.header_two .header_black .dropdown_currency,
.header_black .header_two .dropdown_currency,
.header_two .header_black .dropdown_links,
.header_black .header_two .dropdown_links {
    left: 0;
}
@media only screen and (max-width: 767px) {
    .header_two .dropdown_language,
    .header_two .header_black .dropdown_currency,
    .header_black .header_two .dropdown_currency,
    .header_two .header_black .dropdown_links,
    .header_black .header_two .dropdown_links {
        left: -33px;
    }
}
.header_two .dropdown_currency {
    left: 0;
}
@media only screen and (max-width: 767px) {
    .header_two .dropdown_currency {
        left: -33px;
    }
}
.header_two .dropdown_setting {
    right: 0;
    left: auto;
}
@media only screen and (max-width: 767px) {
    .header_two .dropdown_setting {
        right: -72px;
    }
}
@media only screen and (max-width: 767px) {
    .header_two .header_top {
        padding: 12px 0 17px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_two .top_right {
        text-align: left !important;
    }
}
@media only screen and (max-width: 767px) {
    .header_two .top_right {
        margin-bottom: 10px;
    }
}
.header_two .logo {
    padding: 0 40px 0 0;
    position: relative;
    top: -6px;
}
@media only screen and (max-width: 767px) {
    .header_two .logo {
        top: 0;
    }
}
@media only screen and (max-width: 479px) {
    .header_two .logo {
        padding: 0;
    }
}
.header_two .header_middel {
    padding: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_two .header_middel {
        padding: 30px 0 28px;
    }
}
@media only screen and (max-width: 767px) {
    .header_two .header_middel {
        padding: 20px 0 23px;
    }
}
@media only screen and (max-width: 479px) {
    .header_two .middel_right {
        flex-direction: column;
    }
}
.header_two .cart_link {
    margin-left: 20px;
}
.header_two .search_btn {
    margin-right: 15px;
}
@media only screen and (max-width: 479px) {
    .header_two .search_btn {
        margin-right: 0;
    }
}
.header_two .search_btn form {
    width: 265px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .header_two .search_btn form {
        width: 183px;
    }
}
@media only screen and (max-width: 479px) {
    .header_two .search_btn form {
        width: 265px;
    }
}
.header_two .search_btn form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #a4a4a4;
    padding: 0 35px 0 14px;
    border: 1px solid var(--border-color);
    font-size: 12px;
}
.header_two .search_btn form button {
    position: absolute;
    right: 0;
    top: 0;
    color: #242424;
    border: 0;
    background: inherit;
    font-size: 20px;
    height: 100%;
    width: 35px;
}
.header_two .search_btn form button:hover {
    color: var(--primary-bg);
}
@media only screen and (max-width: 767px) {
    .header_two .mini_cart {
        right: 0px;
    }
}
@media only screen and (max-width: 479px) {
    .header_two .mini_cart {
        right: -60px;
    }
}
/*home three css here*/
.home_three_body_wrapper {
    padding-left: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .home_three_body_wrapper {
        padding-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home_three_body_wrapper {
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home_three_body_wrapper {
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .home_three_body_wrapper {
        padding-left: 0;
    }
}
.header_sidebar_area {
    position: fixed;
    z-index: 99;
    background: var(--white);
    height: 100vh;
    border-right: 1px solid var(--border-color);
    width: 285px;
    padding: 30px 15px 30px 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header_sidebar_area {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_sidebar_area {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_sidebar_area {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .header_sidebar_area {
        display: none;
    }
}
.header_sidebar_area .social_icone {
    margin-bottom: 12px;
    padding-left: 20px;
}
.sidebar_logo {
    padding: 50px 0 100px 10px;
}
.sidebar_logo a img {
    width: 125px;
}
.header_sidebar_menu .main_menu nav > ul > li {
    display: block;
    margin-bottom: 16px;
}
.header_sidebar_menu .main_menu nav > ul > li:first-child > a {
    padding: 5px 20px;
}
.header_sidebar_menu .main_menu nav > ul > li > a {
    padding: 4px 20px;
    text-transform: uppercase;
    font-size: 13px;
}
.header_sidebar_menu .main_menu nav > ul > li > a i {
    float: right;
}
.header_sidebar_menu .main_menu nav > ul > li ul.sub_menu {
    left: 100%;
    top: 0;
}
.header_sidebar_menu .main_menu nav > ul > li ul.mega_menu {
    left: 100%;
    top: 0;
}
.sidebar_newsletter {
    padding-left: 20px;
    padding-top: 60px;
    margin-bottom: 35px;
}
.sidebar_newsletter p {
    color: #5a5a5a;
    font-size: 12px;
    line-height: 26px;
}
.sidebar_form {
    padding-left: 20px;
    margin-bottom: 33px;
}
.sidebar_form form {
    position: relative;
}
.sidebar_form form input {
    border: 0;
    border-bottom: 1px solid var(--border-color);
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    width: 100%;
    padding: 0 35px 0 10px;
    background: inherit;
}
.sidebar_form form button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    height: 100%;
    font-size: 18px;
}
.sidebar_form form button:hover {
    color: var(--primary-bg);
}
.sidebar_footer {
    padding-left: 20px;
}
.sidebar_footer p {
    font-size: 12px;
    line-height: 26px;
}
.sidebar_footer p a {
    color: var(--primary-bg);
    text-decoration: underline;
}
.header_three .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header_three .sticky-header.sticky {
        position: fixed;
        background: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
        animation-name: fadeInDown;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_three .sticky-header.sticky {
        position: fixed;
        background: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
        animation-name: fadeInDown;
    }
}
.header_three .header_top {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .header_three .header_top {
        padding: 12px 0 16px;
    }
}
@media only screen and (max-width: 479px) {
    .header_three .header_top {
        padding: 13px 0 0;
    }
}
@media only screen and (max-width: 479px) {
    .header_three .middel_right {
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 23px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_three .top_right {
        text-align: left !important;
    }
}
@media only screen and (max-width: 767px) {
    .header_three .top_right {
        margin-bottom: 6px;
    }
}
@media only screen and (max-width: 479px) {
    .header_three .top_right {
        margin-bottom: 12px;
    }
}
.header_three .logo {
    padding: 0;
}
.header_three .logo a img {
    width: 130px;
}
.header_three .header_middel {
    padding: 19px 0;
    display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header_three .header_middel {
        display: block;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_three .header_middel {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_three .header_middel {
        display: block;
        padding: 27px 0 28px;
    }
}
@media only screen and (max-width: 767px) {
    .header_three .header_middel {
        display: block;
        padding: 20px 0 0;
    }
}
.header_three .header_bottom {
    border-bottom: 0;
    display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header_three .header_bottom {
        display: block;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_three .header_bottom {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_three .header_bottom {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .header_three .header_bottom {
        display: block;
    }
}
.header_three .header_bottom.sticky-header.sticky .logo_sticky {
    display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header_three .header_bottom.sticky-header.sticky .logo_sticky {
        display: block;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_three .header_bottom.sticky-header.sticky .logo_sticky {
        display: block;
    }
}
@media only screen and (max-width: 479px) {
    .header_three .cart_link {
        margin-left: 80px;
    }
}
.header_three .cart_link > a {
    border: 0;
    padding: 14px 10px 16px 18px;
}
@media only screen and (max-width: 479px) {
    .header_three .cart_link > a {
        display: inline-block;
    }
}
@media only screen and (max-width: 479px) {
    .header_three .cart_link span.cart_quantity {
        right: 123px;
        left: auto;
    }
}
.header_three .box_setting > a {
    border: 0;
    font-size: 20px;
}
@media only screen and (max-width: 479px) {
    .header_three .box_setting > a {
        border: 1px solid var(--border-color);
    }
}
@media only screen and (max-width: 479px) {
    .header_three .box_setting {
        margin: 0;
        position: absolute;
        left: 20%;
        bottom: 25px;
    }
}
@media only screen and (max-width: 479px) {
    .header_three .dropdown_setting {
        right: auto;
        left: -30px !important;
    }
}
@media only screen and (max-width: 479px) {
    .header_three .search_btn {
        margin-bottom: 22px;
    }
}
.header_three .search_btn form {
    width: 295px;
    position: relative;
    border-left: 1px solid var(--border-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_three .search_btn form {
        width: 235px;
    }
}
@media only screen and (max-width: 767px) {
    .header_three .search_btn form {
        border-left: 0;
        border-right: 0;
        width: 210px;
    }
}
@media only screen and (max-width: 479px) {
    .header_three .search_btn form {
        width: 270px;
    }
}
.header_three .search_btn form input {
    width: 100%;
    height: 50px;
    border: 0;
    color: #a4a4a4;
    background: inherit;
    padding: 0 60px 0 30px;
    font-size: 13px;
}
@media only screen and (max-width: 767px) {
    .header_three .search_btn form input {
        border: 1px solid var(--border-color);
        height: 40px;
        padding: 0 52px 0 20px;
    }
}
.header_three .search_btn form button {
    position: absolute;
    right: 12px;
    top: 0;
    height: 100%;
    border: 0;
    background: inherit;
    font-size: 20px;
    width: 55px;
}
.header_three .search_btn form button:hover {
    color: var(--primary-bg);
}
@media only screen and (max-width: 767px) {
    .header_three .search_btn form button {
        right: 0px;
        width: 50px;
    }
}
.header_three .box_setting {
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}
@media only screen and (max-width: 767px) {
    .header_three .box_setting {
        border-left: 0;
        border-right: 0;
    }
}
.header_three .box_setting > a {
    width: 50px;
    height: 50px;
}
@media only screen and (max-width: 767px) {
    .header_three .box_setting > a {
        width: 45px;
        height: 45px;
    }
}
.header_three .dropdown_setting {
    right: 0;
    left: auto;
    min-width: 160px;
}
.header_three .dropdown_language,
.header_three .header_black .dropdown_currency,
.header_black .header_three .dropdown_currency,
.header_three .header_black .dropdown_links,
.header_black .header_three .dropdown_links {
    left: 0;
}
@media only screen and (max-width: 767px) {
    .header_three .dropdown_language,
    .header_three .header_black .dropdown_currency,
    .header_black .header_three .dropdown_currency,
    .header_three .header_black .dropdown_links,
    .header_black .header_three .dropdown_links {
        left: -45px;
    }
}
.header_three .dropdown_currency {
    left: 0;
}
@media only screen and (max-width: 767px) {
    .header_three .dropdown_currency {
        left: -45px;
    }
}
/*home five css here*/
.home_black_version {
    background: #242424;
}
.header_black .sticky-header.sticky {
    background: rgba(54, 63, 77, 0.9);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
@media only screen and (max-width: 767px) {
    .header_black .sticky-header.sticky {
        background: inherit;
        box-shadow: inherit;
    }
}
.header_black .header_top {
    border-bottom: 1px solid #2d2d2d;
}
@media only screen and (max-width: 767px) {
    .header_black .header_top {
        padding: 16px 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_black .header_middel {
        border-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .header_black .header_middel {
        border-bottom: 0;
    }
}
.header_black .header_bottom {
    border-bottom: 1px solid #2d2d2d;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_black .header_bottom {
        border-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .header_black .header_bottom {
        border-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .header_black .social_icone {
        margin-bottom: 10px;
    }
}
.header_black .social_icone ul li a {
    background: #2f2f2f;
    color: #ccc;
}
.header_black .social_icone ul li a:hover {
    background: #a8741a;
}
.header_black .top_right > ul > li::before {
    background: #2d2d2d;
}
.header_black .top_right > ul > li:hover > a {
    color: #a8741a;
}
.header_black .top_right > ul > li > a {
    color: var(--white);
}
.header_black .top_right > ul > li > a:not([href]):not([tabindex]) {
    color: var(--white);
}
.header_black .top_right > ul > li > a:not([href]):not([tabindex]):hover {
    color: #a8741a;
}
.header_black .dropdown_language,
.header_black .dropdown_currency,
.header_black .dropdown_links {
    background: #242424;
}
.header_black .dropdown_language li,
.header_black .dropdown_currency li,
.header_black .dropdown_links li {
    border-bottom: 1px solid #2d2d2d;
}
.header_black .dropdown_language li:last-child,
.header_black .dropdown_currency li:last-child,
.header_black .dropdown_links li:last-child {
    border-bottom: 0;
}
.header_black .dropdown_language li a,
.header_black .dropdown_currency li a,
.header_black .dropdown_links li a {
    color: var(--white);
}
.header_black .dropdown_language li a:hover,
.header_black .dropdown_currency li a:hover,
.header_black .dropdown_links li a:hover {
    color: #a8741a;
}
.header_black .dropdown_links {
    left: -98%;
}
@media only screen and (max-width: 767px) {
    .header_black .dropdown_links {
        left: auto;
        right: 0;
    }
}
.header_black .home_contact {
    align-items: center;
}
.header_black .contact_box {
    margin-left: 15px;
}
.header_black .contact_box p {
    color: #a8741a;
    font-size: 14px;
}
.header_black .search_btn a {
    border: 1px solid #2d2d2d;
    color: var(--white);
}
.header_black .search_btn a:hover {
    color: #a8741a;
}
.header_black .wishlist_btn {
    margin-left: 18px;
}
.header_black .wishlist_btn a {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    display: block;
    border: 1px solid #2d2d2d;
    color: var(--white);
}
.header_black .wishlist_btn a:hover {
    color: #a8741a;
}
.header_black .cart_link span.cart_quantity {
    background: #a8741a;
}
.header_black .cart_link > a {
    color: var(--white);
    border: 1px solid #2d2d2d;
}
.header_black .cart_link > a:hover {
    color: #a8741a;
}
.header_black .cart_link > a i.ion-android-cart {
    border-right: 1px solid #2d2d2d;
}
.header_black .dropdown_search form {
    background: #242424;
    border: 1px solid #2d2d2d;
}
.header_black .dropdown_search form input {
    font-size: 12px;
}
.header_black .dropdown_search form button {
    border-left: 1px solid #2d2d2d;
    color: var(--white);
}
.header_black .dropdown_search form button:hover {
    color: #a8741a;
}
.header_black .mini_cart {
    background: #242424;
    border: 1px solid #2d2d2d;
}
@media only screen and (max-width: 767px) {
    .header_black .mini_cart {
        right: -4px;
    }
}
.header_black .cart_info a {
    color: var(--white);
    font-family: "Prata", serif;
}
.header_black .cart_info a:hover {
    color: #a8741a;
}
.header_black .cart_info span.quantity {
    color: #a0a0a0;
}
.header_black .cart_total span {
    color: var(--white);
}
.header_black .cart_button a:hover {
    background: #a8741a;
}
.header_black .mini_cart_footer {
    padding: 0 25px 25px;
}
.header_black .cart_item {
    border-bottom: 1px solid #2d2d2d;
}
.header_black .main_menu nav > ul > li.active > a {
    color: #a8741a;
}
.header_black .main_menu nav > ul > li:hover > a {
    color: #a8741a;
}
.header_black .main_menu nav > ul > li > a {
    color: var(--white);
    font-family: "Prata", serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
}
.header_black .main_menu nav > ul > li ul.sub_menu {
    background: #242424;
    border: 1px solid #2d2d2d;
}
.header_black .main_menu nav > ul > li ul.sub_menu li a {
    color: var(--white);
    font-family: "Prata", serif;
}
.header_black .main_menu nav > ul > li ul.sub_menu li a:hover {
    color: #a8741a;
}
.header_black .main_menu nav > ul > li ul.mega_menu {
    background: #242424;
    border: 1px solid #2d2d2d;
}
.header_black .main_menu nav > ul > li ul.mega_menu > li > a {
    color: var(--white);
    font-family: "Prata", serif;
}
.header_black .main_menu nav > ul > li ul.mega_menu > li > a:hover {
    color: #a8741a;
}
.header_black .main_menu nav > ul > li ul.mega_menu > li ul li a {
    color: var(--white);
}
.header_black .main_menu nav > ul > li ul.mega_menu > li ul li a:hover {
    color: #a8741a;
}
.header_black .mean-container .mean-bar::after {
    color: var(--white);
}
.header_black .mean-container a.meanmenu-reveal {
    color: var(--white);
}
.header_black .mean-container a.meanmenu-reveal span {
    background: var(--white);
}
/*home six css here*/
.header_black .search_btn form {
    position: relative;
    width: 270px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_black .search_btn form {
        width: 215px;
    }
}
.header_black .search_btn form input {
    width: 100%;
    height: 45px;
    background: inherit;
    border: 1px solid #2d2d2d;
    color: #a4a4a4;
    font-size: 12px;
    padding: 0 48px 0 15px;
    border-radius: 3px;
}
.header_black .search_btn form button {
    position: absolute;
    top: 0;
    right: 10px;
    border: 0;
    background: inherit;
    color: var(--white);
    font-size: 20px;
    height: 100%;
}
.header_black .search_btn form button:hover {
    color: #a8741a;
}
.header_black .box_setting {
    margin-left: 18px;
}
@media only screen and (max-width: 767px) {
    .header_black .box_setting {
        margin: 0;
    }
}
.header_black .box_setting > a {
    border: 1px solid #2d2d2d;
    color: var(--white);
}
.header_black .box_setting > a:hover {
    color: #a8741a;
}
.header_black .dropdown_setting {
    right: -40px;
    left: auto;
    min-width: 165px;
    background: #242424;
}
@media only screen and (max-width: 767px) {
    .header_black .dropdown_setting {
        right: auto;
        left: 0;
        min-width: 160px;
    }
}
.header_black .dropdown_setting ul li {
    border-bottom: 1px solid #2d2d2d;
}
.header_black .dropdown_setting ul li:last-child {
    border-bottom: 0;
}
.header_black .dropdown_setting ul li a {
    color: var(--white);
}
.header_black.black_two .dropdown_language,
.header_black.black_two .dropdown_currency,
.header_black.black_two .dropdown_links {
    left: 0;
}
@media only screen and (max-width: 767px) {
    .header_black.black_two .dropdown_language,
    .header_black.black_two .dropdown_currency,
    .header_black.black_two .dropdown_links {
        left: -40px;
    }
}
@media only screen and (max-width: 767px) {
    .header_black.black_two .dropdown_currency {
        left: -40px;
    }
}
.header_black.black_two .logo {
    padding: 0 40px 0 0;
}
@media only screen and (max-width: 767px) {
    .header_black.black_two .logo {
        padding: 0 20px;
    }
}
.header_black.black_two .header_middel {
    padding: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_black.black_two .header_middel {
        padding: 28px 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    .header_black.black_two .middel_right {
        padding: 70px 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_black.black_two .top_right {
        text-align: left !important;
    }
}
@media only screen and (max-width: 767px) {
    .header_black.black_two .top_right {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .header_black.black_two .search_btn {
        position: absolute;
        top: 1px;
    }
}
@media only screen and (max-width: 767px) {
    .header_black.black_two .mini_cart {
        right: 0;
    }
}
.align-items-center {
    display: flex;
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    align-items: center!important;
}
.main_menu nav ul li ul.mega_menu li h3 {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}
.only-cat-name {
    display: flex;
    flex-wrap: wrap;
}
.only-cat-name li:nth-child(2){
    order: 3;
}
.main_menu nav > ul > li > ul.mega_menu.only-cat-name > li > a {
    box-shadow: none;
}
.search_btn .input-group .form-control {
    border: none;
    box-shadow: none;
    height: 43px;
    line-height: 31px;
    padding: 0 0px 0 2px;
    border-bottom: 1px solid #cacaca;
    background: transparent;
    color: #222;
    transition: all 0.3s ease;
    width: 185px;
}
.search_btn .input-group .searchIco button {
    border: none;
    background: none;
    text-shadow: none;
    color: var(--primary-bg);
    font-size: 18px;
    line-height: 35px;
    width: 35px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}
.search_btn .input-group-btn,.searchIco
{
    border-bottom:1px solid #cacaca;
}
.cart_img {
    width: 32%;
    margin-right: 10px;
}
@media only screen and (min-width: 767px) {
    .desktop-hide {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none;
    }
    .header_middel .col-md-9 {
       width: 68%;
        padding-right: 60px;
    }
}
.offcanvas_main_menu li .submenu-mobile  a   {
    margin-bottom: 20px;
    padding-bottom: 1px;
    box-shadow: 0 0px 3px 1px rgb(0 0 0 / 11%);
}
.offcanvas_main_menu li .submenu-mobile h3 {
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}
.offcanvas_main_menu li .submenu-mobile {
    padding-left: 0 !important;
}
.offcanvas_main_menu li .submenu-mobile li {
    width: 60%;
    margin: 0 auto;
}
.myaccount_links .user_ic .fa
{
    line-height:35px;
}
footer .topFooter .widget ul.list-inline li .fab
{
    line-height:30px;
}