@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;
}

/* Blog Main Styles */
.blog-main {
    background-color: #f9f9f9;
    padding-bottom: 60px;
}
        
/* Hero Section */
.blog-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('..ima') center/cover no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.blog-hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #e67e22;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.section-description {
    color: #666;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
}

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(246, 105, 42, 0.15);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.blog-card.featured-post {
    grid-column: span 2;
}

.blog-card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.post-category {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #e67e22;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-card-content {
    padding: 25px;
}

.blog-card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.4;
}

.blog-card-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.read-more-btn {
    color: #e67e22;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.read-more-btn:hover {
    color: #c86b16;
}

.read-more-btn i {
    margin-left: 5px;
    transition: transform 0.3s;
}

.read-more-btn:hover i {
    transform: translateX(3px);
}

.post-date {
    color: #999;
    font-size: 13px;
}

/* Newsletter Section */
.newsletter-section {
    background-color: #f1f1f1;
    padding: 60px 0;
    margin-top: 60px;
}

.newsletter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.newsletter-content {
    flex: 1;
    padding-right: 30px;
}

.newsletter-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.newsletter-description {
    color: #666;
    line-height: 1.6;
}

.newsletter-form {
    flex: 1;
    display: flex;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
}

.newsletter-form input:focus {
    outline: none;
    border-color: #e67e22;
}

.subscribe-btn {
    background-color: #e67e22;
    color: #fff;
    border: none;
    padding: 0 25px;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.subscribe-btn:hover {
    background-color: #c86b16;
}

/* Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pagination-btn {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.pagination-btn:hover {
    background-color: #e67e22;
    color: #fff;
    border-color: #e67e22;
}

.pagination-btn.active {
    background-color: #e67e22;
    color: #fff;
    border-color: #e67e22;
}

.pagination-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-btn i {
    font-size: 12px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .blog-card.featured-post {
        grid-column: span 1;
    }

    .newsletter-container {
        flex-direction: column;
        text-align: center;
    }

    .newsletter-content {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .newsletter-form {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .blog-hero-title {
        font-size: 36px;
    }

    .blog-hero-subtitle {
        font-size: 16px;
    }

    .section-title {
        font-size: 28px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .blog-hero-section {
        height: 300px;
    }

    .blog-hero-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 24px;
    }

    .blog-card-content {
        padding: 20px;
    }

    .blog-card-title {
        font-size: 18px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input {
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .subscribe-btn {
        border-radius: 4px;
        padding: 12px 15px;
    }
}