@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::after,
*::before {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "Lato", sans-serif;
    color: #000000;
    letter-spacing: 0.05em;
}

.fix {
    overflow: hidden;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.container {
    max-width: 1170px;
}

@media only screen and (max-width: 767px) {
    .container {
        width: 450px;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
    }
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}

.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #000000;
    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;
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas_two .canvas_open {
        top: 18px;
    }
}

.offcanvas_two .canvas_open a:hover {
    color: #f6692a;
    border-color: #f6692a;
}

.canvas_open {
    position: absolute;
    right: 17px;
    top: 34px;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .canvas_open {
        right: 25px;
        top: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .canvas_open {
        right: 19px;
        top: 28px;
    }
}

.canvas_open a {
    font-size: 30px;
    width: 43px;
    height: 40px;
    display: block;
    line-height: 39px;
    text-align: center;
    color: #555555;
    border: 1px solid #555555;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .canvas_open a {
        width: 33px;
        height: 33px;
        line-height: 30px;
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .canvas_open a {
        width: 30px;
        height: 30px;
        line-height: 26px;
        font-size: 24px;
    }
}

.canvas_open a:hover {
    color: #bda87f;
    border-color: #bda87f;
}

.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 #8b1b46;
    border-radius: 50%;
    color: #58240c;
}

.canvas_close a:hover {
    background: #bda87f;
    border-color: #bda87f;
    color: #fff;
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 99;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: 0;
    margin-left: -300px;
    padding: 50px 15px 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 .header_right_info {
    display: block;
    margin-bottom: 25px;
}

.offcanvas_menu_wrapper .header_right_info>ul>li>a {
    color: #000000;
}

.offcanvas_menu_wrapper .header_account {
    display: block;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.header_account {
    margin-right: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_account {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_account {
        display: none;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .header_account {
        display: none;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
}

.header_account>ul>li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.header_account>ul>li:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_account>ul>li {
        margin-right: 0;
    }

    .header_account>ul>li:hover>a {
        color: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .header_account>ul>li {
        margin-right: 0;
    }

    .header_account>ul>li:hover>a {
        color: #ffffff;
    }
}

.header_account>ul>li:hover ul.dropdown_currency,
.header_account>ul>li:hover ul.dropdown_language,
.header_account>ul>li:hover ul.dropdown_links {
    visibility: visible;
    max-height: 200px;
}

.header_account>ul>li:hover>a {
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_account>ul>li:hover>a {
        color: #bda87f;
    }
}

@media only screen and (max-width: 767px) {
    .header_account>ul>li:hover>a {
        color: #bda87f;
    }
}

.header_account>ul>li>a {
    text-transform: uppercase;
    line-height: 50px;
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
    color: #999999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_account>ul>li>a {
        line-height: 22px;
        color: #000000;
    }
}

@media only screen and (max-width: 767px) {
    .header_account>ul>li>a {
        line-height: 22px;
        color: #000000;
    }
}

.header_account>ul>li>a i {
    margin-left: 3px;
}

.header_account>ul>li>a img {
    margin-right: 4px;
}

.header_account>ul>li:hover a:not([href]):not([tabindex]) {
    color: #bda87f;
}

.dropdown_currency,
.dropdown_language,
.dropdown_links {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 130px;
    text-align: left;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
    z-index: 9999;
    border-radius: 3px;
    visibility: hidden;
    max-height: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .dropdown_currency,
    .dropdown_language,
    .dropdown_links {
        left: -30px;
    }
}

@media only screen and (max-width: 767px) {

    .dropdown_currency,
    .dropdown_language,
    .dropdown_links {
        left: -30px;
    }
}

.dropdown_currency li a,
.dropdown_language li a,
.dropdown_links li a {
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    padding: 8px 8px 8px 20px;
    line-height: 20px;
    color: #000000;
}

.dropdown_currency li a:hover,
.dropdown_language li a:hover,
.dropdown_links li a:hover {
    background: #f2f2f2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_language {
        left: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown_language {
        left: -10px;
    }
}

.dropdown_links {
    right: 0;
    left: auto;
}

.header_right_info {
    text-align: right;
    margin-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_right_info {
        display: none;
        text-align: center;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header_right_info {
        display: none;
        text-align: center;
        margin-left: 0;
    }
}

.header_right_info>ul>li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.header_right_info>ul>li:hover>a {
    color: #f6692a;
}

.header_right_info>ul>li:last-child {
    margin-right: 0;
}

.header_right_info>ul>li>a {
    font-size: 20px;
    color: #999999;
}

.search_widget {
    position: absolute;
    right: 0;
    top: 36px;
    z-index: 99;
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_widget {
        left: -68px;
        right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .search_widget {
        left: -68px;
        right: auto;
    }
}

.search_widget form {
    position: relative;
    width: 400px;
    border: 1px solid #ebebeb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_widget form {
        width: 225px;
    }
}

@media only screen and (max-width: 767px) {
    .search_widget form {
        width: 225px;
    }
}

.search_widget form input {
    padding: 10px 40px 10px 15px;
    height: 41px;
    line-height: 30px;
    font-size: 12px;
    color: #222;
    border: none;
    width: 100%;
    background: #f7f7f7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_widget form input {
        padding: 8px 40px 8px 15px;
        height: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .search_widget form input {
        padding: 8px 40px 8px 15px;
        height: 38px;
    }
}

.search_widget form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: 0;
    background: none;
    font-size: 16px;
}

.search_widget form button:hover {
    color: #f6692a;
}

.header_wishlist span.item_count {
    position: absolute;
    top: -6px;
    right: -14px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 100%;
    text-align: center;
    background: #f6692a;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
}

.mini_cart_wrapper:hover .mini_cart {
    max-height: 550px;
    padding: 20px 28px 33px;
    visibility: visible;
}

.mini_cart {
    overflow-x: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini_cart_wrapper:hover .mini_cart {
        padding: 10px 11px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .mini_cart_wrapper:hover .mini_cart {
        padding: 10px 11px 20px;
    }
}

.mini_cart_wrapper span.item_count {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 100%;
    text-align: center;
    background: #f6692a;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
}

.mini_cart {
    position: absolute;
    min-width: 355px;
    padding: 0 28px;
    background: #fff;
    border: 0;
    z-index: 999;
    right: 0;
    top: 142%;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    border: 1px solid #ebebeb;
    transition: 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini_cart {
        display: none;
        transition: unset;
        padding: 10px 11px 20px;
        min-width: 253px;
        right: -69px;
        max-height: inherit;
        visibility: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .mini_cart {
        display: none;
        transition: unset;
        padding: 10px 11px 20px;
        min-width: 253px;
        right: -69px;
        max-height: inherit;
        visibility: inherit;
    }
}

.mini_cart2 .cart_info a:hover {
    color: #f6692a !important;
}

.mini_cart2 .cart_img:hover {
    border-color: #f6692a !important;
}

.mini_cart2 .cart_remove a:hover {
    border-color: #f6692a !important;
    background: #f6692a !important;
}

.mini_cart2 .cart_button a:hover {
    border-color: #f6692a !important;
    background: #f6692a !important;
}

.cart_item {
    overflow: hidden;
    padding: 11px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
}

.cart_img {
    width: 90px;
    margin-right: 10px;
    border: 1px solid transparent;
}

.cart_img:hover {
    border-color: #f6692a !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_img {
        width: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .cart_img {
        width: 70px;
    }
}

.cart_info {
    width: 63%;
    text-align: left;
}

.cart_info a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 6px;
    color: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_info a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .cart_info a {
        font-size: 13px;
    }
}

.cart_info a:hover {
    color: #f6692a;
}

.cart_info p {
    font-size: 12px;
}

.cart_info p span {
    font-size: 16px;
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

.cart_remove a {
    font-size: 15px;
    border: 1px solid #ebebeb;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    color: #555555;
}

.cart_remove a:hover {
    background: #f6692a;
    border-color: #f6692a;
    color: #fff;
}

.cart_remove a i {
    display: block;
    padding-left: 2px;
    padding-top: 2px;
}

.mini_cart_table {
    padding: 23px 0;
}

.cart_total {
    display: flex;
    justify-content: space-between;
}

.cart_total span {
    font-size: 14px;
    font-weight: 400;
}

.cart_total span.price {
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_total span {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .cart_total span {
        font-size: 13px;
    }
}

.cart_button:first-child {
    margin-bottom: 15px;
}

.cart_button a {
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px 0;
    color: #000000;
    border: 2px solid #000000;
    text-decoration: none;
}

.cart_button a:hover {
    color: #ffffff;
    border-color: #f6692a;
}

.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 #ebebeb;
}

a:focus {
    text-decoration: none !important;
    color: inherit;
    outline: none;
}

a:hover {
    text-decoration: none !important;
}

.offcanvas_main_menu li a:hover {
    color: #f6692a;
}

.offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input,
span {
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    line-height: 36px;
}

h3 {
    font-size: 30px;
    line-height: 30px;
}

h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

.offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.offcanvas_footer span a {
    font-size: 14px;
}

.offcanvas_footer span a:hover {
    color: #f6692a;
}

.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: #ffffff;
}

.offcanvas_footer ul li.facebook a {
    background: #3c5b9b;
}

.offcanvas_footer ul li.facebook a:hover {
    background: #f6692a;
}

.offcanvas_footer ul li.twitter a {
    background: #1da1f2;
}

.offcanvas_footer ul li.twitter a:hover {
    background: #f6692a;
}

.offcanvas_footer ul li.pinterest a {
    background: #bd081b;
}

.offcanvas_footer ul li.pinterest a:hover {
    background: #f6692a;
}

.offcanvas_footer ul li.google-plus a {
    background: #2af645;
}

.offcanvas_footer ul li.google-plus a:hover {
    background: #f6692a;
}

.offcanvas_footer ul li.linkedin a {
    background: #242492;
}

.offcanvas_footer ul li.linkedin a:hover {
    background: #f6692a;
}

/* ********************************************************************** */
/* header */
.header_transparent {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_transparent {
        position: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .header_transparent {
        position: inherit;
    }
}

.header_transparent .header_container {
    background: inherit;
    padding: 17px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_transparent .header_container {
        background: #1c1d22;
    }
}

@media only screen and (max-width: 767px) {
    .header_transparent .header_container {
        background: #1c1d22;
    }
}

.header_transparent .sticky-header.sticky {
    background: rgba(28, 29, 24, 0.7);
    padding: 8px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-mobile-m {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .header-mobile-m {
        margin-bottom: 30px;
    }
}

.header_container {
    padding: 22px 0;
    background: #1c1d22;
}

@media only screen and (max-width: 767px) {
    .header_container {
        padding: 25px 0;
    }
}

.sticky-header.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    background: rgba(28, 29, 24, 0.7);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    animation-name: fadeInDown;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    border-bottom: 0;
    display: block;
    padding: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky-header.sticky {
        position: inherit;
        box-shadow: inherit;
        animation-name: inherit;
        padding: 0;
        background: inherit;
        opacity: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .sticky-header.sticky {
        position: inherit;
        box-shadow: inherit;
        animation-name: inherit;
        padding: 0;
        background: inherit;
        opacity: inherit;
    }
}

.sticky-header.sticky .logo a img {
    max-width: 118px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky-header.sticky .logo a img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .sticky-header.sticky .logo a img {
        max-width: 100px;
    }
}

.header_transparent .sticky-header.sticky {
    background: rgba(28, 29, 24, 0.7);
    padding: 8px 0;
}

@media only screen and (max-width: 767px) {
    .logo {
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .logo a img {
        max-width: 110px;
    }
}

@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 {
    display: flex;
    justify-content: flex-end;
}

.main_menu nav>ul>li {
    position: relative;
    flex-shrink: 0;
}

.main_menu nav>ul>li:hover ul.sub_menu {
    visibility: visible;
    max-height: 300px;
    padding: 24px 30px;
}

.main_menu nav>ul>li:hover .mega_menu {
    visibility: visible;
    max-height: 300px;
    padding: 25px 30px 30px 30px;
}

.main_menu nav>ul>li:hover>a {
    color: #f6692a;
}

.main_menu nav>ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 23px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    color: #fff;
}

.main_menu nav>ul>li>a i {
    margin-left: 3px;
}

.main_menu nav>ul>li>a.active {
    color: #f6692a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main_menu nav>ul>li>a {
        padding: 10px 15px;
    }
}

.main_menu nav>ul>li ul.sub_menu {
    position: absolute;
    min-width: 215px;
    padding: 0 30px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    max-height: 0;
    transform-origin: 0 0 0;
    left: 0;
    right: auto;
    visibility: hidden;
    overflow: hidden;
    transition: 0.5s;
    z-index: 99;
    top: 100%;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.main_menu nav>ul>li ul.sub_menu li a {
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 32px;
    text-transform: capitalize;
}

.main_menu nav>ul>li ul.sub_menu li a:hover {
    color: #f6692a;
}

.main_menu nav>ul>li.mega_items {
    position: static;
}

.main_menu nav>ul>li .mega_menu {
    position: absolute;
    min-width: 100%;
    padding: 0 30px 0 30px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    max-height: 0;
    transform-origin: 0 0 0;
    left: 0;
    right: auto;
    visibility: hidden;
    overflow: hidden;
    transition: 0.5s;
    z-index: 99;
    top: 100%;
    text-align: left;
}

.menu_two nav>ul {
    justify-content: center;
}

.menu_two nav>ul>li:hover>a {
    color: #f6692a;
}

.menu_two nav>ul>li>a {
    padding: 10px 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .menu_two nav>ul>li>a {
        padding: 10px 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu_two nav>ul>li>a {
        padding: 10px 8px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu_two nav>ul>li>a i {
        margin-left: 1px;
    }
}

.menu_two nav>ul>li>a.active {
    color: #f6692a;
}

.menu_two nav>ul>li ul.sub_menu li a:hover {
    color: #f6692a;
}

.menu_two .mega_menu_inner>li>a:hover {
    color: #f6692a;
}

.menu_two .mega_menu_inner>li ul li a:hover {
    color: #f6692a;
}

.menu_position {
    position: relative;
}

.mega_menu_inner {
    display: flex;
    justify-content: space-between;
}

.mega_menu_inner>li>a {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

.mega_menu_inner>li>a:hover {
    color: #f6692a;
}

.mega_menu_inner>li ul li {
    display: block;
}

.mega_menu_inner>li ul li a {
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 30px;
    text-transform: capitalize;
}

.mega_menu_inner>li ul li a:hover {
    color: #f6692a;
}

.header_top_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_top_right .header_right_info {
    margin-left: 0;
}

.header_top_right .header_right_info>ul>li {
    margin-right: 11px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_top_right .header_right_info>ul>li {
        margin-right: 10px;
    }
}

.header_top_right .header_right_info>ul>li:last-child {
    margin-right: 0;
}

.header_top_right .header_right_info>ul>li>a {
    color: #fff;
    /* color: #000000; */
}

.header_top_right .header_right_info>ul>li:hover>a {
    color: #f6692a;
}

.header_top_right .search_widget form button:hover {
    color: #f6692a;
}

.header_top_right .header_wishlist span.item_count {
    color: #ffffff;
}

.header_top_right .header_account {
    margin-right: 0;
    margin-left: 20px;
}

.header_top_right .header_account>ul>li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_top_right .header_account>ul>li {
        margin-right: 8px;
        padding-right: 8px;
    }
}

.header_top_right .header_account>ul>li::before {
    content: "";
    width: 1px;
    height: 18px;
    background: #a4a5a7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header_top_right .header_account>ul>li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header_top_right .header_account>ul>li:last-child::before {
    display: none;
}

.header_top_right .header_account>ul>li>a {
    color: #fff;
    font-size: 13px;
}

.header_top_right .header_account>ul>li.top_links>a {
    font-size: 18px;
}

.header_top_right .header_account>ul>li:hover>a {
    color: #f6692a;
}

.header_top_right .dropdown_language,
.header_top_right .dropdown_currency,
.header_top_right .dropdown_links {
    right: 0;
    left: auto;
}

/* *********************** */

.footer_widgets {
    background: #1c1d22;
}

.footer_top {
    padding: 67px 0 68px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_top {
        padding: 70px 0 17px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_top {
        padding: 58px 0 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widgets_container {
        margin-bottom: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .widgets_container {
        margin-bottom: 45px;
    }
}

.footer_logo {
    margin-bottom: 31px;
}

@media only screen and (max-width: 767px) {
    .footer_logo a img {
        max-width: 126px;
    }
}

@media only screen and (max-width: 767px) {
    .contact_us {
        margin-bottom: 50px;
    }
}

.contact_us>p {
    font-size: 14px;
    line-height: 20px;
    color: #bdbdbd;
    margin-bottom: 10px;
}

.contact_us>p a:hover {
    color: #f6692a;
}

.footer_desc {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .footer_desc {
        margin-bottom: 10px;
    }
}

.footer_desc p {
    font-size: 14px;
    line-height: 20px;
    color: #bdbdbd;
}

@media only screen and (max-width: 767px) {
    .footer_desc p {
        line-height: 25px;
    }
}

.footer_menu ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #bdbdbd;
}

.footer_menu ul li a:hover {
    color: #f6692a;
}

@media only screen and (max-width: 767px) {
    .footer_menu ul li a {
        line-height: 32px;
    }
}

.widgets_container h3 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widgets_container h3 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .widgets_container h3 {
        margin-bottom: 12px;
        line-height: 22px;
        font-size: 13px;
    }
}

.footer_link {
    padding: 20px 0;
}

.footer_link ul li {
    display: inline-block;
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid #414141;
}

.footer_link ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

@media only screen and (max-width: 767px) {
    .footer_link ul li {
        margin-right: 12px;
        padding-right: 12px;
        line-height: 24px;
    }
}

.footer_link ul li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.footer_link ul li a:hover {
    color: #f6692a;
}

@media only screen and (max-width: 767px) {
    .footer_link ul li a {
        letter-spacing: 0;
    }
}

.copyright_area p {
    text-transform: capitalize;
    line-height: 25px;
    font-size: 14px;
    color: #bdbdbd;
}

@media only screen and (max-width: 767px) {
    .copyright_area p {
        letter-spacing: 0;
    }
}

.copyright_area p a {
    color: #ffffff;
}

.copyright_area p a:hover {
    text-decoration: underline;
    color: #f6692a;
}

.footer_bottom {
    padding: 25px 0 25px;
    background: #15161b;
}

@media only screen and (max-width: 767px) {
    .footer_bottom {
        padding: 20px 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_payment {
        text-align: center !important;
    }
}

.footer_payment ul li {
    display: inline-block;
    margin-right: 13px;
}

.footer_payment ul li:last-child {
    margin-right: 0;
}

/* *************************** */
.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.modal-dialog.modal-dialog-centered {
    min-width: 1100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .modal-dialog.modal-dialog-centered {
        min-width: 1000px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modal-dialog.modal-dialog-centered {
        min-width: 950px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog.modal-dialog-centered {
        min-width: 730px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-dialog.modal-dialog-centered {
        min-width: 90%;
    }
}

.modal_tab_img {
    text-align: center;
    margin-bottom: 10px;
}

.modal_tab_img img {
    margin: 0 auto;
}

.modal_tab_button ul li a {
    padding: 0;
    border: 1px solid #ebebeb;
    margin: 0 2px;
}

.modal_tab_button ul li a img {
    width: 100%;
}

.modal_title h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 26px;
}

.modal_social h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 20px;
}

.modal_social ul li {
    display: inline-block;
    margin-right: 3px;
}

.modal_social ul li a {
    text-transform: uppercase;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.modal_social ul li.facebook a {
    background: #3c5b9b;
}

.modal_social ul li.twitter a {
    background: #1da1f2;
}

.modal_social ul li.pinterest a {
    background: #bd081b;
}

.modal_social ul li.google-plus a {
    background: #84df84;
}

.modal_social ul li.linkedin a {
    background: #7a3dc0;
}

.modal_social ul li.facebook a:hover {
    background: #000000;
}

.modal_social ul li.twitter a:hover {
    background: #000000;
}

.modal_social ul li.pinterest a:hover {
    background: #000000;
}

.modal_social ul li.google-plus a:hover {
    background: #000000;
}

.modal_social ul li.linkedin a:hover {
    background: #000000;
}

.modal_price {
    margin-bottom: 12px;
}

.modal_price span {
    font-weight: 600;
    color: tomato;
    font-size: 16px;
}

.modal_price span.old_price {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 5px;
}

.modal_description p {
    line-height: 24px;
    font-size: 15px;
    margin: 0;
}

.variants_size h2,
.variants_fragrance h2 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
    line-height: 20px;
}

.variants_size.mb-15,
.mb-15.variants_fragrance {
    margin-bottom: 24px;
}

.variants_size .select_option,
.variants_fragrance .select_option {
    width: 100%;
    border-radius: 0;
    margin-bottom: 25px;
}

.variants_size .select_option .list,
.variants_fragrance .select_option .list {
    width: 100%;
    border-radius: 0;
}

.modal_add_to_cart {
    margin-bottom: 25px;
}

.modal_add_to_cart form input {
    width: 95px;
    border: 1px solid #ebebeb;
    background: none;
    padding: 0 10px;
    height: 45px;
}

@media only screen and (max-width: 767px) {
    .modal_add_to_cart form input {
        width: 75px;
    }
}

.modal_add_to_cart form button {
    background: none;
    border: 1px solid #000000;
    margin-left: 10px;
    font-size: 12px;
    height: 45px;
    width: 230px;
    line-height: 18px;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #000000;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .modal_add_to_cart form button {
        width: 130px;
    }
}

.modal_add_to_cart form button:hover {
    background: #f6692a;
    border-color: #f6692a;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 700;
}

.modal_body {
    padding: 29px 6px 38px;
}

@media only screen and (max-width: 767px) {
    .modal_body {
        padding: 42px 6px 38px;
    }
}

@media only screen and (max-width: 767px) {
    .modal_body .modal_tab {
        margin-bottom: 60px;
    }
}

.modal-content {
    border-radius: 0;
}

.modal-content button.close {
    position: absolute;
    left: 94%;
    width: 35px;
    height: 35px;
    line-height: 33px;
    display: block;
    border: 1px solid #ebebeb;
    top: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    z-index: 9;
}

@media only screen and (max-width: 767px) {
    .modal-content button.close {
        left: 93%;
        width: 32px;
        height: 32px;
        line-height: 30px;
        top: 4px;
        margin-bottom: 14px;
    }
}

.modal-content button.close:hover {
    color: #b93f06;
}

.modal_add_to_cart.mb-15 {
    margin-bottom: 23px;
}

.modal_description.mb-15 {
    margin-bottom: 20px;
}

.product_navactive.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.product_navactive.owl-carousel .owl-nav {
    display: block;
}

.product_navactive.owl-carousel .owl-nav div {
    position: absolute;
    background: #000000;
    color: #f6692a !important;
    border-radius: 5px;
    color: #333333;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    text-align: center;
    line-height: 32px;
    left: -7px;
    font-size: 18px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.product_navactive.owl-carousel .owl-nav div:hover {
    background: #f6692a;
    color: #000000 !important;
}

.product_navactive.owl-carousel .owl-nav div.owl-next {
    right: -7px;
    left: auto;
}

.select_option {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .select_option {
        flex-direction: column;
    }
}

.select_option .nice-select {
    border: 0;
    height: 30px;
    line-height: 29px;
}

/* About Us Hero Section */
.about-hero {
    position: relative;
    height: 70%;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.about-hero .hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-hero .hero-subtitle {
    font-size: 20px;
    color: #d5d2d2;
    margin-bottom: 30px;
}

.about-hero .hero-image {
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transform: rotate(-5deg);
    
    transition: transform 0.5s ease;
}

.about-hero .hero-image:hover {
    transform: rotate(0deg);
}
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
    margin-bottom: 2rem;
}
/* Optional overlay for better text readability */
.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 0;
}

.container {
    position: relative;
    z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .about-hero {
        height: 70vh;
        min-height: 500px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2rem;
    }
}
/* Section Header Styles */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-tag {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e67e22;
    margin-bottom: 15px;
    font-weight: 600;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #e67e22;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

/* Our Story Section */
.our-story {
    padding: 100px 0;
    background-color: #fff;
}

.story-content {
    padding-right: 40px;
}

.story-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.founder-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.founder-quote {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 20px;
}

.founder-quote blockquote {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 5px;
}

.founder-quote cite {
    font-size: 14px;
    opacity: 0.8;
}

/* Mission Section */
.mission-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.mission-card {
    background: #fff;
    padding: 60px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
}

.mission-icon {
    width: 80px;
    height: 80px;
    background-color: #fef0e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #e67e22;
    font-size: 30px;
}

.mission-card h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #333;
}

.mission-card p {
    color: #666;
    line-height: 1.7;
}

/* Values Section */
.values-section {
    padding: 100px 0;
    background-color: #fff;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.value-card {
    background: #f9f9f9;
    padding: 40px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-bottom-color: #e67e22;
}

.value-number {
    font-size: 24px;
    font-weight: 700;
    color: #e67e22;
    margin-bottom: 15px;
}

.value-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.value-card p {
    color: #666;
    line-height: 1.7;
}

/* Team Section */
.team-section {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.team-member {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.team-member img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 5px solid #f9f9f9;
}

.team-member h3 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #333;
}

.team-member .position {
    color: #e67e22;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-member .bio {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    color: #666;
    border-radius: 50%;
    line-height: 35px;
    margin: 0 5px;
    transition: all 0.3s;
}

.social-links a:hover {
    background: #e67e22;
    color: #fff;
}

/* Milestones Section */
.milestones-section {
    padding: 100px 0;
    background-color: #fff;
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #e67e22;
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.timeline-year {
    width: 100px;
    height: 100px;
    background: #e67e22;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    z-index: 1;
}

.timeline-content {
    width: calc(50% - 80px);
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.timeline-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.timeline-content p {
    color: #666;
    line-height: 1.7;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.rating {
    color: #e67e22;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    font-style: italic;
}

.customer {
    display: flex;
    align-items: center;
}

.customer img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.customer-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}

.customer-info p {
    font-size: 14px;
    color: #999;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background-color: #fff;
}

.cta-card {
    background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%);
    padding: 60px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}

.cta-card h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.cta-card p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons .btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    margin: 0 10px;
}

.btn-primary {
    background: #fff;
    color: #e67e22;
}

.btn-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline:hover {
    background: #fff;
    color: #e67e22;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .about-hero {
        padding: 60px 0;
    }
    
    .about-hero .hero-title {
        font-size: 36px;
    }
    
    .story-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .mission-card {
        padding: 40px;
    }
    
    .timeline:before {
        left: 30px;
    }
    
    .timeline-item {
        flex-direction: column;
    }
    
    .timeline-item:nth-child(even) {
        flex-direction: column;
    }
    
    .timeline-year {
        margin-bottom: 20px;
    }
    
    .timeline-content {
        width: 100%;
        margin-left: 60px;
    }
}

@media (max-width: 767px) {
    .about-hero .hero-title {
        font-size: 30px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .mission-card {
        padding: 30px 20px;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-card {
        padding: 40px 20px;
    }
    
    .cta-card h2 {
        font-size: 28px;
    }
    
    .cta-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .about-hero .hero-title {
        font-size: 26px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .timeline-content {
        margin-left: 40px;
    }
}

/* Color Variables and Theme */
:root {
  --header-item-color: #fcfbfb;
  --header-item-hover: #f6692a;
  --header-icon-color: #ffffff;
}

body.theme-light {
  --header-item-color: #111;
  --header-icon-color: #111;
}

.sticky-header.sticky {
  --header-item-color: #fff;
  --header-icon-color: #fff;
}

.main_menu nav > ul > li > a,
.header_top_right .header_right_info > ul > li > a,
.header_account > ul > li > a,
.header_account > ul > li > a i,
.header_top_right .header_right_info > ul > li > a i {
  color: var(--header-item-color) !important;
}

.main_menu nav > ul > li > a.active,
.main_menu nav > ul > li:hover > a {
  color: var(--header-item-hover) !important;
}

.header_top_right .header_right_info > ul > li > a:hover,
.header_account > ul > li > a:hover {
  color: var(--header-item-hover) !important;
}

.header_top_right .header_right_info > ul > li > a i,
.header_account > ul > li > a i {
  color: var(--header-icon-color) !important;
}

/* Utility: add .theme-light to <body> for light backgrounds */