


.header_top_bg {
    position: relative;
    z-index: auto;
    background-color: var(--light-color);
}

.header_top_bg.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

header {
    position: relative;
    width: 100%;
    z-index: 999;
}

.only_logo header {
    text-align: center;
}

header.absolute {
    position: absolute;
    margin-bottom: 0;
}

header a.logo {
    text-decoration: none;
    display: block;
}

header.zindex,
footer.zindex {
    z-index: 1 !important;
}

.header_top_bg.enable_fixed.fixed {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
}

.header_trans-fixed.header_top_bg {
    background-color: transparent;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    transform: translateY(0);
}

.header_trans-fixed.header_top_bg.visible {
    transform: translateY(-150px);
}

.header_trans-fixed.header_top_bg.open header .logo span,
.header_trans-fixed.header_top_bg.open header .mob-nav i {
    color: var(--dark-color);
}

.header_underline.header_top_bg.menu_light_text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.single-post .header_trans-fixed.bg-fixed-color {
    margin-left: 0;
    width: 100%;
}

.top-menu {
    padding-bottom: 10px;
}

.top-menu .logo {
    display: inline-block;
}


.right-menu .logo span,
.only_logo .logo span {
    vertical-align: middle;
    text-align: left;
    font-size: 30px;
    line-height: normal;
    font-weight: 800;
    color: var(--dark-color);
}
.right-menu .logo span.logo_light_text,
.only_logo .logo span.logo_light_text {
    color: var(--light-color);
}
.menu_light_text .right-menu .logo span {
    color: var(--light-color);
}
.right-menu #topmenu {
    text-align: right;
}

.no-menu {
    display: inline-block;
    margin-top: 12px;
}
body:not(.static-menu) .header_top_bg.bg-fixed-color .top-menu .logo span,
body:not(.static-menu) .header_top_bg.bg-fixed-color .right-menu #topmenu ul li ul li a,
body:not(.static-menu) .menu_light_text .right-menu #topmenu ul li ul li a,
body:not(.static-menu) .socials-mob-but i,
body:not(.static-menu) .header_top_bg.bg-fixed-color .right-menu #topmenu ul li a,
body:not(.static-menu) .header_top_bg.bg-fixed-color.menu_light_text .right-menu #topmenu ul li a,
body:not(.static-menu) .header_top_bg.bg-fixed-color .right-menu #topmenu .search-icon-wrapper i,
body:not(.static-menu) .header_top_bg.bg-fixed-color.menu_light_text .right-menu #topmenu .search-icon-wrapper i,
body:not(.static-menu) .header_top_bg.bg-fixed-color .right-menu #topmenu .sona-shop-icon::before,
body:not(.static-menu) .header_top_bg.bg-fixed-color.menu_light_text .right-menu #topmenu .sona-shop-icon::before,
body:not(.static-menu) .header_top_bg.bg-fixed-color.menu_light_text .right-menu.full .header-simple-social ul li a {
    color: var(--dark-color);
}

body:not(.static-menu) .header_top_bg.bg-fixed-color.menu_light_text .right-menu.full .header-simple-social ul li a {
    border-color: rgba(31,31,31,0.1);
}

.header_top_bg.bg-fixed-dark .top-menu .logo span,
.header_top_bg.bg-fixed-dark .right-menu #topmenu ul li a,
.header_top_bg.bg-fixed-dark.menu_light_text .right-menu #topmenu ul  li a,
.header_top_bg.bg-fixed-dark .right-menu #topmenu .search-icon-wrapper i,
.header_top_bg.bg-fixed-dark.menu_light_text .right-menu #topmenu .search-icon-wrapper i,
.header_top_bg.bg-fixed-dark .right-menu #topmenu .sona-shop-icon::before,
.header_top_bg.bg-fixed-dark.menu_light_text .right-menu #topmenu .sona-shop-icon::before {
    color: var(--light-color);
}
.header_top_bg.bg-fixed-dark .right-menu #topmenu ul.sub-menu li a,
.header_top_bg.bg-fixed-dark.menu_light_text .right-menu #topmenu ul.sub-menu  li a {
    color: var(--dark-color);
}

#topmenu {
    width: 100%;
    text-align: center;
    background: var(--light-color);
}

#topmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
}

#topmenu ul li {
    display: inline-block;
    position: relative;
    margin-left: 0;
}

#topmenu ul li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
    color: var(--dark-color);
    display: block;
    text-align: left;
    text-decoration: none;
    padding: 0 20px;
    transition: all .3s ease;
    -webkit-font-smoothing: antialiased;
}

.header_trans-fixed.header_top_bg.open #topmenu ul li a {
    color: var(--dark-color);
}

.top-menu #topmenu > ul > li > a,
.top-menu #topmenu ul.social > li > a {
    padding: 0;
}

#topmenu .social .fa {
    font-size: 18px;
}

.top-menu .logo img {
    max-height: 100px;
}

#topmenu ul ul {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 50px;
    min-width: 250px;
    display: none;
    box-sizing: border-box;
}

#topmenu ul ul li::before {
    content: '';
    display: table;
    clear: both;
}

#topmenu ul ul li a {
    padding: 3px 30px;
    display: block;
    width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

#topmenu > ul > li > ul > li:hover ul {
    display: block;
}

#topmenu > ul > li > ul > li > ul {
    left: 101%;
    top: -15px;
}

.mob-nav {
    display: none;
    width: 22px;
    height: 18px;
    margin: 0 auto 12px;
    font-size: 14px;
    color: var(--dark-color);
    opacity: 1;
}

.mob-nav:hover {
    opacity: 0.7;
}

.right-menu .mob-nav .line {
    width: 22px;
    height: 3px;
    background-color: var(--dark-color);
    display: block;
    float: left;
    margin: 2px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.right-menu .mob-nav .line.light-header {
    background-color: var(--light-color);
}

.right-menu .mob-nav .hamburger {
    display: inline-block;
    /*width: 20px;*/
}
.right-menu .mob-nav .hamburger i {
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.right-menu .mob-nav.active .line {
    margin: 0;
    background-color: var(--dark-color);
}
.right-menu .mob-nav.active .line:nth-of-type(2) {
    opacity: 0;
}
.right-menu .mob-nav.active .line:nth-of-type(1) {
    width: 28px;
    -webkit-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    -o-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}
.right-menu .mob-nav.active .line:nth-of-type(3) {
    width: 28px;
    -webkit-transform: translateY(-2px) translateX(-4px) rotate(-45deg);
    -ms-transform: translateY(-2px) translateX(-4px) rotate(-45deg);
    -o-transform: translateY(-2px) translateX(-4px) rotate(-45deg);
    transform: translateY(-2px) translateX(-4px) rotate(-45deg);
}
.right-menu .mob-nav .line:nth-of-type(2) {
    width: 22px;
}
.right-menu .mob-nav .line:nth-of-type(1) {
    width: 18px;
}
.right-menu .mob-nav .line:nth-of-type(3) {
    width: 18px;
    margin-left: 4px;
}

header.simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 50px;
}

.container header.simple {
    padding: 24px 0;
}

header.simple .mob-nav {
    display: block;
    margin: 0;
    position: relative;
    z-index: 91;
    transform: none;
    top: 0;
    left: 0;
}

/*------------------------------------------------------*/
/*---------------------- FULL SCREEN MENU ----------------------*/

.right-menu.full #topmenu-full .full-menu-wrap {
    padding: 0 60px 30px;
    text-align: left;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
}

.right-menu.full #topmenu-full {
    margin-top: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    transition: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
    height: 100vh;
    background: var(--light-color);
    z-index: 90;
}
.right-menu.full.second #topmenu-full {
    margin-top: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    z-index: 90;
    transform: scale(0);
    transition: all 0.35s;
}
.right-menu.full #topmenu-full.open {
    opacity: 1;
    visibility: visible;
}
.right-menu.full.second #topmenu-full.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    display: block;
    padding-top: 60px!important;
}
.header_top_bg .right-menu.full #topmenu-full ul li a {
    color: var(--dark-color);
}
.header_top_bg .right-menu.full.second #topmenu-full ul li a {
    color: var(--light-color);
}
.header_top_bg .right-menu.full #topmenu-full ul li a:hover,
.header_top_bg .right-menu.full.second #topmenu-full ul li a:hover,
.header_top_bg .right-menu.full.second #topmenu-full ul .current-menu-parent > a,
.header_top_bg .right-menu.full.second #topmenu-full ul .current-menu-item > a,
.header_top_bg .right-menu.full #topmenu-full ul .current-menu-parent > a,
.header_top_bg .right-menu.full #topmenu-full ul .current-menu-item > a {
    color: var(--first-main-color);
}
.right-menu.full #topmenu-full ul.menu li {
    overflow: hidden;
}
.right-menu.full #topmenu-full ul.menu li a {
    position: relative;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.35;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.510, -0.015, 0.860, 0.160);
    transition: -webkit-transform 500ms cubic-bezier(0.510, -0.015, 0.860, 0.160);
    -o-transition: transform 500ms cubic-bezier(0.510, -0.015, 0.860, 0.160);
    transition: transform 500ms cubic-bezier(0.510, -0.015, 0.860, 0.160);
    transition: transform 500ms cubic-bezier(0.510, -0.015, 0.860, 0.160), -webkit-transform 500ms cubic-bezier(0.510, -0.015, 0.860, 0.160);
}
.right-menu.full #topmenu-full.open ul.menu li a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.right-menu.full #topmenu-full ul.menu li .sub-menu {
    display: none;
    transition: none;
    margin: 10px 0;
}

.right-menu.full.second #topmenu-full ul.menu li {
    transition: 0.35s;
    position: relative;
    overflow: visible;
    padding: 30px 0;
}

.right-menu.full.second #topmenu-full ul.menu li .sub-menu {
    position: absolute;
    max-width: 250px;
    top: 75px;
    left: -35px;
    min-width: 270px;
    padding: 30px 0;
    background-color: var(--dark-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -o-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
    display: block;
    -webkit-box-shadow: 3px 1px 20px 0 rgba(255, 255, 255, 0.02);
    box-shadow: 3px 1px 20px 0 rgba(255, 255, 255, 0.02);
}

.right-menu.full.second #topmenu-full ul.menu li .sub-menu li {
    padding: 0 35px;
    margin: 0;
    margin-bottom: 5px;
}

.right-menu.full.second #topmenu-full ul.menu li .sub-menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    top: -10px;
    left: 100%;
}

.right-menu.full.second #topmenu-full ul.menu li .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.right-menu.full.second #topmenu-full ul.menu li .sub-menu li a {
    font-size: 14px;
    padding: 6px 0 6px 10px;
    font-weight: 500;
}

.right-menu.full.second #topmenu-full ul.menu > li:hover .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}

header.full #topmenu-full ul li.mega-menu:hover > ul {
    padding-top: 10px;
}

.right-menu.full #topmenu-full ul ul li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0;
}

.right-menu.full #topmenu-full ul li {
    display: block;
}
.right-menu.full.second #topmenu-full ul li {
    display: inline-block;
    margin: 0 35px;
}
.right-menu.full #topmenu-full .mob-nav {
    position: relative;
    z-index: 9000;
}
.right-menu.full.second #topmenu-full .menu {
    margin: 0;
}
.right-menu.full #topmenu-full .menu
.right-menu.full #topmenu-full .sub-menu {
    position: static !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.right-menu.full #topmenu-full ul ul {
    display: block;
}
.right-menu.full #topmenu-full ul.menu ul li a {
    display: inline-block;
    width: auto;
    font-size: 18px;
}
.right-menu.full #topmenu-full ul.menu  .hide-drop {
    display: none;
}

.right-menu.full .header-simple-social ul {
    margin: 0;
    padding: 0;
}

.right-menu.full .header-simple-social ul li {
    display: inline-block;
    margin: 0 7px;
}

.right-menu.full .header-simple-social ul li a{
    display: inline-block;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: solid 1px rgba(34,34,34,0.1);
    text-align: center;
    line-height: 43px;
    color: var(--dark-color);
    font-size: 16px;
    transition: 0.5s;
}
.right-menu.full .header-simple-social ul li a:hover {
    color: var(--first-main-color);
}

.right-menu.full .btn-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px;
}

.container-fluid .right-menu.full .btn-wrap {
    right: 115px;
}

/*------------------------------------------------------*/
/*---------------------- FULL SCREEN MENU - SECOND ----------------------*/

.right-menu.full.compact #topmenu-full .full-menu-wrap {
    padding: 30px 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.right-menu.full.compact #topmenu-full .menu {
    text-align: left;
    margin: 0 0 30px 0;
    width: 100%;
}

.right-menu.full.compact #topmenu-full ul.menu li a {
    font-size: 36px;
    font-weight: 800;
    padding: 5px 0;
}

.right-menu.full #topmenu-full ul.menu ul li {
    padding-left: 20px;
}

.right-menu.full.compact #topmenu-full ul.menu ul li a {
    display: inline-block;
    width: auto;
    font-size: 24px;
}

.right-menu.full.compact .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s;
}

.right-menu.full.compact .copy {
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.right-menu.full.compact .info-wrap.open-block,
.right-menu.full.compact .copy.open-block {
    opacity: 1;
    visibility: visible;
}

.right-menu.full.compact .info-wrap .additional {
    width: 40%;
}

.right-menu.full.compact .info-wrap .search {
    width: 30%;
    font-size: 27px;
    font-weight: 800;
    line-height: normal;
    color: var(--dark-color);
}

.right-menu.full.compact .info-wrap .search .input-group {
    width: 100%;
}

.right-menu.full.compact .info-wrap .search .input-group::before {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-size: 15px;
    color: var(--dark-color);
    content: "\f002";
}

.right-menu.full.compact .info-wrap .search .search-form .input-group::after {
    display: block;
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
    width: 100%;
    background-color: var(--first-main-color);
}

.right-menu.full.compact .info-wrap .search .col-lg-12 {
    padding: 0;
}

.right-menu.full.compact .info-wrap .search input {
    color: var(--grey-color);
    font-size: 15px;
    font-weight: normal;
}

header.simple.compact .mob-nav .open-span {
    display: none;
    margin-right: 5px;
    color: var(--dark-color);
    font-size: 24px;
    font-weight: 800;
}

header.simple.compact .mob-nav.active {
    width: auto;
}

header.simple.compact .mob-nav.active .hamburger {
    vertical-align: middle;
    width: 20px;
}

header.simple.compact .mob-nav.active .open-span {
    display: inline-block;
    vertical-align: middle;
}

.right-menu.full.compact #topmenu.open div:nth-child(2) * {
    transition-delay: 250ms;
}


@media (max-width: 991px) {
    .right-menu.full.compact .info-wrap .additional,
    .right-menu.full.compact .info-wrap .search {
        width: 50%;
    }
}

@media (max-width: 767px) {
    header.simple.compact .mob-nav .open-span {
        font-size: 22px;
    }
    .right-menu.full.compact #topmenu-full .full-menu-wrap {
        padding: 30px;
    }
    .right-menu.full.compact #topmenu-full .menu {
        text-align: center;
    }
    .right-menu.full.compact #topmenu-full ul.menu li a {
        font-size: 26px;
        font-weight: 800;
        padding: 3px 0;
    }
    .right-menu.full.compact #topmenu-full ul.menu ul li {
        padding-left: 0;
    }
    .right-menu.full.compact #topmenu-full ul.menu ul li a {
        font-size: 18px;
    }
    .right-menu.full.compact .info-wrap .additional {
        display: none;
    }
    .right-menu.full.compact .info-wrap .search {
        width: 100%;
    }
    .right-menu.full.compact .info-wrap .search .search-text {
        display: none;
    }
    .right-menu.full.compact .copy {
        text-align: center;
    }
}

/*------------------------------------------------------*/
/*---------------------- END FULL SCREEN MENU - SECOND ----------------------*/


@media (max-width: 991px) {
    header.simple {
        padding: 15px 10px;
    }

    .container header.simple{
        padding: 15px 25px;
    }

    .right-menu.full .header-simple-social,
    .right-menu.full .btn-wrap {
        display: none;
    }

    .search-icon-wrapper{
        visibility: hidden;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .sidebar-open .search-icon-wrapper{
        visibility: visible;
    }

    .right-menu.full #topmenu-full ul.menu li a {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .right-menu.full #topmenu-full ul.menu li a {
        font-size: 27px;
    }
}


@media only screen and (max-width: 991px) {
    .header_top_bg{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .right-menu.full #topmenu {
        background-color: var(--light-color);
    }
    .right-menu.full #topmenu .sub-menu li {
        padding-left: 10px;
    }
}

.header_trans-fixed .mob-nav i {
    color: var(--light-color);
}

.header_trans-fixed.header_top_bg {
    transition: all 300ms ease;
}

.header_trans-fixed.header_top_bg.bg-fixed-color {
    background-color: var(--light-color);
    -webkit-box-shadow: 0px 20px 35px -16px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 20px 35px -16px rgba(0,0,0,0.05);
    box-shadow: 0px 20px 35px -16px rgba(0,0,0,0.05);
}
.header_trans-fixed.header_top_bg.bg-fixed-dark {
    background-color: var(--dark-color);
}
.header_trans-fixed.header_top_bg.bg-fixed-color .mob-nav .line {
    background-color: var(--dark-color);
}
.header_trans-fixed.header_top_bg.bg-fixed-dark .mob-nav:not(.mob-but-full) .line,
.header_trans-fixed.header_top_bg.bg-fixed-dark .mob-but-full:not(.active) .line {
    background-color: var(--light-color);
}
body:not(.static-menu) .menu_light_text.header_trans-fixed.header_top_bg.bg-fixed-color .logo span,
body:not(.static-menu).header_trans-fixed.header_top_bg.bg-fixed-color .logo span,
body:not(.static-menu) .menu_light_text.header_trans-fixed.header_top_bg.bg-fixed-color .right-menu .mini-cart-wrapper .cart-contents-count {
    color: var(--dark-color);
}
.menu_light_text.header_trans-fixed.header_top_bg.bg-fixed-dark .logo span,
.header_trans-fixed.header_top_bg.bg-fixed-dark .logo span {
    color: var(--light-color);
}
.menu_light_text .right-menu .mob-nav .line {
    transition: 0.35s;
    background-color: var(--light-color);
}

.header_top_bg .right-menu .mob-nav.mob-but-full.active .line {
    background-color: var(--dark-color)!important;
}

.header_top_bg .right-menu.second .mob-nav.mob-but-full.active .line {
    background-color: var(--light-color)!important;
}

.header_light_text .right-menu .mob-nav .line {
    background-color: var(--light-color);
}

.right-menu .topmenu.open .mob-nav .line {
    background-color: var(--dark-color);
}
.sona-top-social {
    display: inline-block;
    margin-left: 0px;
    position: relative;
    vertical-align: middle;
}

.sona-top-social .social-icon {
    display: none;
    font-size: 14px;
    color: var(--dark-color);
    opacity: 1;
    padding: 0 20px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 30;
}

.header_trans-fixed .sona-top-social .social-icon {
    color: var(--light-color);
}

.sona-top-social .social-icon:hover {
    opacity: 0.7;
}

#topmenu .sona-top-social .social {
    margin-left: 0;
}

#topmenu .social li {
    display: inline-block;
    margin-left: 12px;
}

#topmenu .sona-top-social .social li a {
    margin-left: 0;
    color: var(--dark-color);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.header_trans-fixed .right-menu #topmenu .sona-top-social .social li a {
    color: var(--light-color);
}

#topmenu .sona-top-social .social li a:hover {
    opacity: 1;
}

.header_trans-fixed .right-menu #topmenu .sona-top-social .social {
    background-color: transparent;
}

#topmenu .sona-top-social .social li {
    margin: 5px;
}

#topmenu .sona-top-social .social.active {
    visibility: visible;
    opacity: 1;
}

#topmenu .sona-top-social .social li a {
    line-height: 1.2;
}

#topmenu ul > li > ul > li > ul {
    display: none;
}

#topmenu .sona_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_price {
    color: var(--dark-color);
    font-size: 15px;
    font-weight: 600;
}

.mini-cart-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.mini-cart-wrapper .sona-shop-icon:hover::before {
    color: #999;
}

.mini-cart-wrapper .sona-shop-icon:before {
    position: relative;
    display: inline-block;
    line-height: 1;
    color: var(--dark-color);
    font-size: 24px;
}

.mini-cart-wrapper .cart-contents {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -12px;
    right: -19px;
    width: 20px;
    height: 20px;
}

.mini-cart-wrapper .cart-contents-count {
    font-size: 12px;
    font-weight: 600;
    color: var(--dark-color);
}

.sona_mini_cart {
    position: absolute;
    right: -20px;
    top: 50px;
    display: block;
    background-color: var(--light-color);
    opacity: 0;
    visibility: hidden;
    min-width: 360px;
    padding: 23px 30px;
    text-align: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 115, 230, 0.08);
    box-shadow: 3px 1px 20px 0 rgba(0, 115, 230, 0.08);
}
.header_trans-fixed #topmenu .sona_mini_cart .cart_list .mini_cart_item .remove_from_cart_button {
    color: var(--grey-color);
}
#topmenu .sona_mini_cart .cart_list .mini_cart_item .remove_from_cart_button {
    padding: 0;
    color: var(--grey-color);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}
#topmenu .sona_mini_cart .sona-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
#topmenu .sona_mini_cart .sona-buttons a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--dark-color);
    font-size: 15px;
    font-weight: 800;
    line-height: 2;
    text-decoration: none;
}
#topmenu .sona_mini_cart .sona-buttons a:hover i {
    margin-left: 10px;
}
#topmenu .sona_mini_cart .sona-buttons a i {
    margin-left: 8px;
    font-size: 12px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.woocommerce-mini-cart__total {
    margin: 0;
    color: var(--grey-color);
}
.woocommerce-mini-cart__total > span {
    margin-left: 10px;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 800;
}
.mini-cart-wrapper:hover .sona_mini_cart {
    opacity: 1;
    visibility: visible;
}

#topmenu .sona_mini_cart .product_list_widget {
    display: block;
}

#topmenu .sona_mini_cart .product_list_widget .empty {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.4px;
    font-weight: 400;
    color: var(--light-color);
}

#topmenu .sona_mini_cart .product_list_widget .mini_cart_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid var(--grey-color);
}

#topmenu .sona_mini_cart .product_list_widget .mini_cart_item .mini_cart_item_thumbnail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    max-width: 70px;
    margin-top: 7px;
}

#topmenu .sona_mini_cart .product_list_widget .mini_cart_item .mini_cart_item_thumbnail a {
    padding: 0;
    display: block;
}

#topmenu .sona_mini_cart .product_list_widget .mini_cart_item .mini_cart_item_thumbnail img {
    float: none;
    max-width: 70px;
    width: 100%;
    margin-left: 0;
}

#topmenu .sona_mini_cart .product_list_widget .mini_cart_item .mini-cart-data {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60%;
    padding-left: 15px;
}

#topmenu .sona_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_name {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
    color: var(--dark-color);
    text-align: left;
    padding: 0;
}

#topmenu .sona_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_quantity {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: var(--grey-color);
    margin-bottom: 5px;
}

#topmenu .sona_mini_cart a.button {
    border-radius: 0;
    display: block;
    padding: 11px 34px;
    border: 1px solid var(--first-main-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
    text-decoration: none;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,transparent),color-stop(50%,var(--first-main-color)));
    background-image: linear-gradient(to right,transparent 50%,var(--first-main-color) 50%);
    color: var(--light-color);
    background-color: var(--first-main-color);
    background-size: 200% 100%;
    background-position: right bottom;
}
#topmenu .sona_mini_cart a.button:focus {
    color: var(--light-color);
}

#topmenu .sona_mini_cart a.button:hover {
    color: var(--first-main-color);
    border-color: var(--first-main-color);
    background-color: transparent;
    background-position: left bottom;
}

.header_trans-fixed.none {
    display: none;
}

.header_trans-fixed.header_top_bg .mini-cart-wrapper .sona-shop-icon .cart-contents-count {
    color: var(--dark-color);
}

.sona_mini_cart .product_list_widget .mini_cart_item .mini_cart_item_thumbnail img {
    height: auto;
}

.socials-mob-but {
    display: none;
}

.socials-mob-but:active,
.socials-mob-but:visited {
    opacity: 1;
}

#topmenu .sona_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_price {
    font-size: 12px;
}

.unit .mini-cart-wrapper .sona-shop-icon {
    font-size: 25px;
}

header .logo img {
    max-width: none;
    max-height: 75px;
}

header .logo img.logo-hover {
    display: none;
}
header .logo:hover {
    opacity: 1;
}

.header_trans-fixed .f-right > div:first-child::before {
    background: var(--light-color) !important;
}

@media only screen and (min-width: 1801px) {
    .header_top_bg  > .container {
        width: 1650px;
    }
}

@media only screen and (max-width: 1199px) {
    .sona-top-social {
        margin-left: 5px;
    }
}

@media (min-width: 1025px) {
    header .logo img.logo-mobile{
        display: none!important;
    }
    .menu_light_text.header_top_bg  .logo span,
    .menu_light_text.header_top_bg .right-menu .logo span,
    .menu_light_text.header_top_bg .right-menu #topmenu ul li a,
    .menu_light_text.header_top_bg .right-menu #topmenu .sona-shop-icon::before,
    .menu_light_text.header_top_bg .right-menu #topmenu .search-icon-wrapper i,
    .menu_light_text.header_top_bg .right-menu .socials-mob-but i,
    .menu_light_text.header_top_bg .right-menu .mini-cart-wrapper .cart-contents-count,
    .menu_light_text.header_top_bg .right-menu.full .header-simple-social ul li a{
        color: var(--light-color);
        transition: 0.5s;
    }
    .menu_light_text.header_top_bg .right-menu.full .header-simple-social ul li a {
        border-color: var(--light-color);
    }
    
    body:not(.static-menu) .menu_light_text.header_top_bg .right-menu #topmenu .sub-menu li a {
        color: var(--light-color);
    }
    .mob-nav-close {
        display: none;
    }

    .header_trans-fixed #topmenu {
        background-color: transparent;
    }

    #topmenu ul ul {
        padding: 10px 0;
    }

    .right-menu .logo{
        text-align: left;
    }

    .right-menu .logo,
    .right-menu #top-menu {
        display: table-cell;
        vertical-align: middle;
    }

    .top-menu #topmenu ul ul {
        left: -20px;
    }

    .top-menu .sona-top-social {
        margin-left: 10px;
    }

    #topmenu ul ul li {
        display: block;
        margin-bottom: 5px;
    }

    #topmenu ul ul li:last-child {
        margin-bottom: 0;
    }

    .top-menu #topmenu > ul:not(.social) > li {
        margin: 0 10px 5px 10px;
        padding: 0;
    }

    #topmenu ul li:hover > ul {
        display: block;
    }

    #topmenu .f-right > div {
        position: relative;
    }

    #topmenu .f-right > div:last-child::before {
        content: none;
    }

    #topmenu > ul > li > ul > li > ul {
        left: -100%;
        top: -15px;
    }

    .sub-menu li a {
        z-index: 1999;
    }

    .pr30md {
        padding-right: 30px !important;
        padding-left: 0 !important;
    }

    .right-menu {
        width: 100%;
        margin: auto;
        display: table;
        padding: 0;
    }

    .right-menu .f-right {
        float: right;
    }

    .right-menu .f-right > div {
        position: relative;
    }

    .right-menu .f-right > div:last-child::before {
        content: none;
    }

    header:not(.full) .right-menu #topmenu {
        text-align: center;
        display: table-cell !important;
        margin-top: 0;
        vertical-align: middle;
    }

    .header_trans-fixed.header_top_bg .right-menu:not(.static) #topmenu > ul > li > a {
        transform: translateZ(0);
    }

    .header_trans-fixed.header_top_bg .right-menu #topmenu > ul ul {
        top: 60px;
    }

    .header_top_bg.menu_light_text.header_underline .right-menu #topmenu > ul ul {
        top: 91px;
    }

    .header_trans-fixed.header_top_bg .right-menu #topmenu > ul ul ul {
        top: -10px;
    }

    .right-menu #topmenu ul ul {
        left: 10px;
        top: 44px;
    }

    .top-menu #topmenu ul ul {
        left: -20px;
        top: 100%;
    }

    .right-menu #topmenu > ul > li > ul > li > ul {
        left: 100%;
        top: -10px;
    }

    .top-menu #topmenu > ul > li > ul > li > ul {
        left: 100%;
        top: -10px;
    }

    .right-menu #topmenu .social {
        text-align: right;
        vertical-align: top;
    }

    .right-menu #topmenu .social li a {
        padding: 0;
        margin-left: 0;
        -webkit-transition: color 350ms ease;
        -moz-transition: color 350ms ease;
        -ms-transition: color 350ms ease;
        -o-transition: color 350ms ease;
        transition: color 350ms ease;
    }

    .right-menu #topmenu .social li a:hover {
        color: #999;
    }

    .right-menu #topmenu .social li a::after,
    .right-menu #topmenu .social li a::before {
        content: none;
    }

    .right-menu #topmenu > ul > li > a {
        position: relative;
        padding: 0;
        margin: 0 23px;
    }

    .right-menu #topmenu > ul > li.current-menu-item > a,
    .top-menu #topmenu > ul > li.current-menu-item > a,
    .right-menu #topmenu > ul > li.current-menu-parent > a,
    .top-menu #topmenu > ul > li.current-menu-parent > a {
        transition: all 0.5s ease;
    }

    .right-menu .logo img {
        max-height: 75px;
        margin: 5px auto;
    }
    .full-width-menu .right-menu .logo img {
        margin: 0;
        max-height: 77px;
    }

    .top-menu #topmenu > ul > li:last-child > ul > li > ul {
        left: calc(-100% - 30px);
    }

    #topmenu .sona-top-social .social {
        z-index: 25;
        text-align: left;
        transition: opacity 0.3s ease;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu {
        position: static;
    }

    header:not(.aside-menu):not(.full).right-menu #topmenu ul .mega-menu > ul {
        width: calc( 100% - 170px );
        left: 50%;
        top: 80px;
        padding: 40px 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .container header:not(.aside-menu):not(.full).right-menu #topmenu ul .mega-menu > ul {
        width: 100%;
        max-width: 1620px;
    }

    .header_top_bg.menu_light_text.header_underline header:not(.aside-menu):not(.full).right-menu #topmenu ul .mega-menu > ul {
        top: 91px;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul::before {
        /*content: "";*/
        position: absolute;
        width: 5000px;
        top: 0;
        bottom: 0;
        left: -100%;
        background-color: var(--light-color);
        box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
        z-index: 1;
    }

    .menu_light_text header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul::before {
        background-color: var(--dark-color);
    }

    .menu_light_text.bg-fixed-color header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul::before {
        background-color: var(--light-color);
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li {
        float: left;
        width: 25%;

    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li > a {
        font-size: 14px;
        font-weight: 500;
        display: block;
        position: relative;
        padding-left: 10px;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li > ul.sub-menu > li > a {
        opacity: 0.8!important;
        font-weight: 500;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li > ul.sub-menu > li:hover > a {
        opacity: 1!important;
        color: var(--first-main-color);
    }
    
    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(2)::after,
    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(3)::after,
    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(4)::after{
        position: absolute;
        content: "";
        top: 40px;
        width: 1px;
        height: calc(100% - 80px);
        background-color: rgba(0,0,0,.1);
        z-index: 1;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(2)::after {
        left: 25%;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(3)::after {
        left: 50%;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(4)::after {
        left: 75%;
    }
    
    .menu_light_text header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(2)::after,
    .menu_light_text header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(3)::after,
    .menu_light_text header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(4)::after {
        background-color: rgba(255,255,255,.1);
    }

    .menu_light_text.bg-fixed-color header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(2)::after,
    .menu_light_text.bg-fixed-color header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(3)::after,
    .menu_light_text.bg-fixed-color header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(4)::after {
        background-color: rgba(0,0,0,.1);
    }


    .main-wrapper .header_top_bg.menu_light_text .classic #topmenu .menu li a:hover,
    .main-wrapper .header_top_bg.menu_light_text .classic #topmenu .menu .current-menu-parent > a,
    .main-wrapper .header_top_bg.menu_light_text .classic #topmenu .menu .current-menu-item > a,
    .main-wrapper .header_top_bg.menu_light_text .classic #topmenu .menu .current-menu-ancestor > a {
        color: var(--first-main-color);
    }

    .main-wrapper .header_top_bg.menu_light_text .classic #topmenu .menu li .sub-menu a:hover,
    .main-wrapper .header_top_bg.menu_light_text .classic #topmenu .menu .sub-menu .current-menu-parent > a,
    .main-wrapper .header_top_bg.menu_light_text .classic #topmenu .menu .sub-menu .current-menu-item > a,
    .main-wrapper .header_top_bg.menu_light_text .classic #topmenu .menu .sub-menu .current-menu-ancestor > a {
        background-color: rgba(255,255,255,.05);
    }

    .main-wrapper .header_top_bg .classic #topmenu .menu li .sub-menu a:hover,
    .main-wrapper .header_top_bg .classic #topmenu .menu .sub-menu .current-menu-parent > a,
    .main-wrapper .header_top_bg .classic #topmenu .menu .sub-menu .current-menu-item > a,
    .main-wrapper .header_top_bg .classic #topmenu .menu .sub-menu .current-menu-ancestor  > a,
    .main-wrapper .header_top_bg.bg-fixed-color .classic #topmenu .menu li .sub-menu a:hover,
    .main-wrapper .header_top_bg.bg-fixed-color .classic #topmenu .menu .sub-menu .current-menu-parent  > a,
    .main-wrapper .header_top_bg.bg-fixed-color .classic #topmenu .menu .sub-menu .current-menu-item  > a,
    .main-wrapper .header_top_bg.bg-fixed-color .classic #topmenu .menu .sub-menu .current-menu-ancestor  > a {
        background-color: rgba(0,0,0,.05);
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(1)::before {
        left: 25%;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(2)::before {
        left: 50%;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(3)::before {
        left: 75%;
    }

    header:not(.aside-menu):not(.full) #topmenu ul > li.mega-menu > ul.sub-menu > li > ul.sub-menu {
        display: block;
        position: static;
        text-align: left;
        min-width: 100%;
        box-shadow: none;
        padding: 25px 0;
        transition: all .2s ease;
    }

    header:not(.aside-menu):not(.full) #topmenu ul > li.mega-menu > ul > li > ul.sub-menu > li {
        display: block;
        padding: 8px 0;
    }
    header:not(.aside-menu):not(.full) #topmenu ul > li.mega-menu > ul > li > ul.sub-menu > li a {
        opacity: 0;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
        -ms-transform: matrix(1, 0, 0, 1, 0, 20);
        transform: matrix(1, 0, 0, 1, 0, 20);
        -webkit-transition: opacity .75s ease, -webkit-transform .75s ease, color .5s ease;
        transition: opacity .75s ease, -webkit-transform .75s ease, color .5s ease;
        -o-transition: opacity .75s ease, transform .75s ease, color .5s ease;
        transition: opacity .75s ease, transform .75s ease, color .5s ease;
        transition: opacity .75s ease, transform .75s ease, -webkit-transform .75s ease, color .5s ease;
    }
    header:not(.aside-menu):not(.full).right-menu #topmenu ul .mega-menu ul li {
        position: static;
        display: block;
    }

    header.top-menu #topmenu ul li.mega-menu > ul {
        top: calc(100% - 25px);
    }

    header.top-menu #topmenu ul li.mega-menu > ul > li::before {
        display: none;
    }

    header.top-menu #topmenu ul ul {
        left: 0;
    }

    header.top-menu #topmenu ul li.mega-menu > ul > li:nth-child(1)::before,
    header.top-menu #topmenu ul li.mega-menu > ul > li:nth-child(2)::before,
    header.top-menu #topmenu ul li.mega-menu > ul > li:nth-child(3)::before {
        left: 100%;
        display: block;
        top: 0;
    }

    .top-menu .logo span {
        padding: 24px 10px;
    }

    header.top-menu .logo span {
        padding: 15px 10px;
    }

    .right-menu .logo span {
        float: left;
    }

    .top-menu #topmenu > ul:not(.social) > li {
        margin: 0 0 5px;
        padding: 0 23px;
    }

    .top-menu #topmenu > ul > li:last-child > ul > li > ul {
        left: calc(-100%);
    }

    .top-menu #topmenu > ul > li > ul > li > ul {
        left: calc(100% + 23px);
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .right-menu #topmenu > ul > li > a {
        margin: 0 18px;
    }
}

@media (min-width: 1024px) {

    .main-wrapper.unit .right-menu #topmenu > ul > li > a {
        margin: 0 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
    .main-wrapper.unit .right-menu #topmenu > ul > li > a {
        margin: 0 10px;
    }
}

/* ASIDE STYLE */
@media (min-width: 1025px) {
    .aside-nav {
        display: none;
    }

    .aside-menu {
        position: fixed;
        top: 0;
        left: 0;
    }

    .aside-menu .topmenu {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 260px !important;
        padding: 50px 0;
        margin-left: 100px;
        text-align: center;
        background-color: var(--light-color);
        box-sizing: border-box;
        outline: 0;
        z-index: 101;
        backface-visibility: hidden;
        transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .aside-menu .topmenu.active-menu {
        left: 0;
    }

    .aside-menu.active-menu {
        left: 0;
    }

    .aside-menu .logo {
        position: absolute;
        z-index: 9999;
        top: 20px;
        left: 31px;
        padding: 20px 0;
    }

    .aside-menu .aside-nav {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        width: 100px;
        background-color: #030e28;
        height: 100%;
        z-index: 1000;
        transition: all .3s ease;
    }

    .aside-menu .aside-nav .aside-nav-line {
        position: absolute;
        top: 50%;
        left: 36px;
        display: block;
        width: 22px;
        height: 3px;
        background-color: var(--light-color);
        transition: all .3s ease;
    }

    .aside-menu .aside-nav .aside-nav-line.line-1 {
        width: 18px;
    }
    .aside-menu .aside-nav .aside-nav-line.line-2 {
        width: 22px;
    }
    .aside-menu .aside-nav .aside-nav-line.line-3 {
        width: 18px;
        margin-left: 4px;
    }

    .aside-menu .aside-nav .aside-nav-line.line-1 {
        transform: translateY(-7px);
    }
    
    .aside-menu .aside-nav .aside-nav-line.line-3 {
        transform: translateY(7px);
    }

    .aside-menu .aside-nav:hover {
        opacity: 1;
    }

    .aside-menu .aside-nav:focus {
        opacity: 1;
    }

    .aside-menu .aside-nav:hover .aside-nav-line {
        width: 22px!important;
        margin-left: 0;
    }

    .aside-menu.active-menu .aside-nav .aside-nav-line.line-1 {
        display: none;
    }
    
    .aside-menu.active-menu .aside-nav .aside-nav-line.line-2 {
        transform: rotate(45deg);
        width: 22px!important;
        margin-left: 0;
    }
    
    .aside-menu.active-menu .aside-nav .aside-nav-line.line-3 {
        transform: rotate(-45deg);
        width: 22px!important;
        margin-left: 0;
    }

    .aside-menu #topmenu {
        display: table !important;
        border-right: 1px solid #f2f2f2;
    }

    .aside-menu #topmenu ul.menu {
        display: inline-block;
        vertical-align: middle;
        overflow-y: auto;
        width: 100%;
        max-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
    }

    .aside-menu #topmenu ul.menu li {
        padding: 11px 20px 11px 62px;
        position: static;
        text-align: left;
        display: block;
    }

    .right_header .aside-menu #topmenu ul.menu li {
        padding: 11px 62px 11px 20px;
        text-align: right;
    }

    .right_header .aside-menu #topmenu ul.menu li a {
        text-align: right!important;
    }

    .aside-menu #topmenu ul.menu a {
        display: block;
        text-align: center;
        z-index: 9999;
    }

    .aside-menu #topmenu .f-right {
        float: none;
        position: absolute;
        left: 50%;
        width: calc(100% - 35px);
        transform: translateX(-50%);
        bottom: 40px;
        z-index: 2;
    }

    .aside-menu #topmenu .f-right .sona-top-social {
        margin-left: 0;
    }

    .aside-menu #topmenu .f-right .sona-top-social li {
        margin-right: 5px;
        margin-left: 5px;
    }

    .aside-menu #topmenu .f-right .sona-top-social li {
        margin-left: 0;
        margin-right: 10px;
    }

    .aside-menu #topmenu > ul > li:hover ul,
    .aside-menu #topmenu > ul > li > ul > li:hover ul {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .aside-menu .topmenu {
        width: 250px !important;
    }
}


/*------------------------------------------------------*/
/*---------------------- MOBILE MENU ----------------------*/
@media (max-width: 1024px) {

    .header_top_bg{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    header .logo img.main-logo:not(.logo-mobile){
        display: none!important;
    }
    header .logo img.logo-mobile{
        display: inline;
        padding: 10px 0;
    }

    .header_top_bg > .container {
        width: 100%;
    }

    #topmenu {
        overflow-x: hidden;
    }

    .header_trans-fixed.header_top_bg .mini-cart-wrapper .cart-contents-count {
        color: var(--dark-color);
    }

    .main-wrapper {
        width: 100%;
    }

    .main-wrapper header .logo img {
        max-height: 75px;
    }

    header {
          padding: 10px;
    }

    #topmenu ul li ul {
        box-shadow: none;
        font-style: normal;
    }

    #topmenu ul {
        box-shadow: none;
        font-style: normal;
    }

    .header_top_bg > .container > .row > .col-xs-12 {
        padding: 0;
    }

    .top-menu .logo {
        margin-bottom: 0;
        margin-top: 0;
    }

    .no-padd-mob {
        padding: 0 !important;
    }
    .right-menu #topmenu .menu li.menu-item-has-children,
    #topmenu .menu li.menu-item-has-children {
        position: relative;
        text-align: left;
    }
    .right-menu #topmenu .menu li.menu-item-has-children i,
    #topmenu .menu li.menu-item-has-children i {
        position: absolute;
        top: 14px;
        right: 25px;
    }

    .right-menu #topmenu .menu li.menu-item-has-children > a,
    #topmenu .menu li.menu-item-has-children > a {
        position: relative;
        display: inline-block;
        width: auto!important;
    }
    .unit .mob-nav {
        right: 10px;
    }
    .mob-nav {
        display: block;
        margin: 0;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .mob-nav i::before {
        font-size: 24px;
    }
    .sidebar-open {
        height: 100vh;
    }
    .sidebar-open .canvas-wrap {
        left: 320px;
    }
    .sidebar-open .header_top_bg {
        position: fixed;
        /*transform: translateY(0);*/
    }
    .main-wrapper {
        left: 0;
        transition: all .5s ease-in-out;
    }
    .main-wrapper::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.75);
        z-index: 100;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .sidebar-open .main-wrapper::before {
        opacity: 1;
        visibility: visible;
    }
    .mob-nav-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-decoration: none;
        border-bottom: 1px solid #f1f2f3;
        padding: 24px 0;
    }
    .mob-nav-close span {
        font-size: 12px;
        text-transform: uppercase;
    }
    .mob-nav-close .hamburger {
        padding: 0 20px;
        padding-left: 15px;
    }
    .mob-nav-close .line {
        display: block;
        width: 24px;
        height: 2px;
        background-color: var(--dark-color);
    }

    .mob-nav-close .line:first-of-type {
        -webkit-transform: rotate(45deg) translateY(2px);
        -moz-transform: rotate(45deg) translateY(2px);
        -ms-transform: rotate(45deg) translateY(2px);
        -o-transform: rotate(45deg) translateY(2px);
        transform: rotate(45deg) translateY(2px);
    }

    .mob-nav-close .line:last-of-type {
        -webkit-transform: rotate(-45deg) translateY(-1px);
        -moz-transform: rotate(-45deg) translateY(-1px);
        -ms-transform: rotate(-45deg) translateY(-1px);
        -o-transform: rotate(-45deg) translateY(-1px);
        transform: rotate(-45deg) translateY(-1px);
    }

    #topmenu {
        display: inline-block;
        overflow-y: auto;
        position: fixed;
        text-align: left;
        padding-top: 0;
        padding-bottom: 100px;
        top: 0;
        bottom: 0;
        width: 320px;
        left: -320px;
        background-color: var(--light-color);
        height: 100vh;
        z-index: 100;
        transition: all .5s ease-in-out;
    }
    .admin-bar #topmenu {
        top: 46px!important;
    }
    .sidebar-open #topmenu {
        position: fixed;
        left: 0;
    }
    #topmenu ul ul {
        display: none;
        position: static;
    }

    #topmenu ul.menu > li > ul > li > ul {
        display: none;
    }

    #topmenu ul.menu {
        width: 100%;
        display: inline-block;
        padding-bottom: 30px;
        background-color: var(--light-color);
    }

    #topmenu ul.menu li {
        display: block !important;
        float: none;
        text-align: left;
        margin-bottom: 0;
    }

    #topmenu ul.menu li a::before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 320px;
        height: 1px;
        display: block;
        background-color: #f1f2f3;
    }
    #topmenu ul.menu li a {
        font-size: 15px;
        font-weight: 600;
        color: var(--dark-color);
        padding: 10px 25px;
        line-height: 25px;
        display: inline-block;
        width: auto!important;
        float: none;
        transition: all 0.5s ease;
    }

    /*2 level menu*/
    #topmenu > ul.menu > li > ul > li,
    #topmenu > ul.menu > li > ul > li > ul > li {
        padding-left: 10px;

    }

    #topmenu .social li a {
        line-height: 25px !important;
    }

    #topmenu .menu li a:hover,
    #topmenu .menu .current-menu-parent > a,
    #topmenu .menu .current-menu-item > a,
    #topmenu .menu .current-menu-ancestor > a {
        color: var(--first-main-color);
    }

    .right-menu #topmenu .social {
        display: block;
    }

    .right-menu #topmenu .social li {
        display: inline-block;
    }

    .right-menu #topmenu .social li a {
        padding: 5px;
    }

    .sona-top-social .social-icon {
        display: none;
    }

    .right-menu #topmenu .sona-top-social .social {
        position: static;
        visibility: visible;
        opacity: 1;
    }

    .header_trans-fixed.open .right-menu #topmenu .sona-top-social .social li a {
        color: var(--dark-color);
    }

    .mini-cart-wrapper {
        display: block;
        margin: 20px 10px 30px 10px;
    }

    .sona_mini_cart {
        opacity: 1;
        visibility: visible;
        position: relative;
        right: auto;
        left: 0;
        top: 10px;
        width: 100%;
        min-width: 0;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu:hover > ul > li {
        width: 100%;
    }

    header a.logo {
        display: inline-block;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu:hover > ul > li {
        width: auto;
    }

    #topmenu.active-socials {
        left: 0;
        right: 0;
        overflow: visible;
        opacity: 1;
        width: 100%;
    }

    #topmenu .f-right {
        display: block;
        background: var(--light-color);
        padding: 15px;
        text-align: center;
        z-index: 9999;
        width: 100%;
        transition: all 350ms ease;
    }

    #topmenu .f-right.active-socials {
        opacity: 1;
        visibility: visible;
    }

    #topmenu .f-right.active-socials a {
        visibility: visible;
    }

    #topmenu .f-right .header_trans-fixed.open .right-menu #topmenu .sona-top-social .social li a {
        transition: none;
    }

    .socials-mob-but {
        display: block;
        margin: 0;
        position: absolute;
        top: calc(50% + -3px);
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .socials-mob-but i::before {
        font-size: 24px;
    }

    #topmenu .social .fa,
    .mini-cart-wrapper .sona-shop-icon {
        font-size: 28px;
        transition: none;
    }

    .mini-cart-wrapper {
        margin: 0;
    }

    .header_trans-fixed.header_top_bg.open header .socials-mob-but i,
    .header_trans-fixed #topmenu .sona-top-social .social li a,
    .header_trans-fixed .mini-cart-wrapper .sona-shop-icon::before {
        color: var(--dark-color) !important;
    }

    .header_trans-fixed.header_top_bg {
        transition: none;
    }

    .header_trans-fixed.header_top_bg.visible {
        transition: all 300ms ease;
    }

    .mini-cart-wrapper {
        display: inline-block;
        vertical-align: middle;
    }

    .sona_mini_cart {
        display: none;
    }

    .sona-top-social {
        vertical-align: middle;
        margin-left: 0;
    }

    .mini-cart-wrapper .sona-shop-icon:before {
        margin-top: -3px;
        font-size: 28px;
    }

    .header_trans-fixed.header_top_bg.open {
        background-color: var(--light-color);
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
    }
    .header_trans-fixed.menu_light_text .right-menu .mob-nav .hamburger i {
        color: var(--light-color);
    }
    .header_trans-fixed .right-menu .mob-nav .hamburger i,
    .header_trans-fixed.bg-fixed-color .right-menu .mob-nav .hamburger i {
        color: var(--dark-color);
    }
    .header_trans-fixed.bg-fixed-dark .right-menu .mob-nav .hamburger i {
        color: var(--light-color);
    }
    .search-form input {
        width: 100%;
        border: 0;
        border-bottom: 1px solid var(--dark-color);
        background-color: transparent;
        color: var(--grey-color);
        font-size: 15px;
        padding: 14px 0;
    }
    .search-icon-wrapper {
        display: block;
        position: relative;
        margin-bottom: 30px;
    }
    .search-icon-wrapper i {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .search-icon-wrapper .input-group {
        width: 100%;
    }

    .aside-fix .header-social,
    .aside-fix .search-icon-wrapper {
        display: none;
    }
}


/*------------------------------------------------------*/
/*---------------------- STATIC ASIDE MENU ----------------------*/
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden,
.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

@media only screen and (min-width: 1025px) {
    .static-menu {
        padding-left: 260px;
        position: relative;
    }

    .right_header.static-menu {
        padding-left: 0;
        padding-right: 260px;
    }

    .static-menu .right-menu .logo span {
        float: none;
    }

    .static-menu.woocommerce > .main-wrapper > .container {
        padding: 0 15px !important;
    }

    .static-menu.woocommerce.woocommerce-page ul.products {
        margin-top: 20px;
    }

    .static-menu.woocommerce div.product {
        margin-top: 20px;
    }

    .static-menu .sona-woocommerce-pagination .nav-links {
        padding: 30px 30px 70px;
    }

    .static-menu .main-header-testimonial {
        margin-left: auto;
        margin-right: auto;
    }

    .static-menu .single-pagination {
        padding: 15px;
    }

    .static-menu .top-banner {
        height: 500px;
    }

    .static-menu .row.single-share {
        margin-right: 0;
        margin-left: 0;
    }

    .static-menu .portfolio-single-content .izotope-container {
        margin-top: 20px;
    }

    .static-menu .pixproof-data,
    .static-menu .pixproof-data .grid__item:last-child {
        margin-top: 20px;
    }

    .static-menu .portfolio-single-content .single-pagination {
        padding: 50px 15px;
    }

    .static-menu .banner-slider .page-view {
        max-width: 100%;
    }

    .static-menu .portfolio-single-content p,
    .static-menu .portfolio-single-content h1,
    .static-menu .portfolio-single-content h2,
    .static-menu .portfolio-single-content h3,
    .static-menu .portfolio-single-content h4,
    .static-menu .portfolio-single-content h5,
    .static-menu .portfolio-single-content h6 {
        padding: 0 15px;
    }

    .static-menu .portfolio-single-content .row.gallery-single {
        margin-right: 0;
        margin-left: 0;
    }

    .static-menu .swiper-container-split .swiper-slide .slide-item.slide-text-left .wrap-slide-text {
        padding-left: 190px;
    }

    .static-menu .vc_row:not([data-vc-stretch-content="true"]) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .static-menu .vc_row[data-vc-full-width] {
        max-width: calc(100% + 30px) !important;
        left: 0 !important;
    }

    .right_header.static-menu .vc_row[data-vc-full-width] {
        left: auto !important;
        right: 0!important;
    }

    .static-menu .top-banner .content {
        padding: 0 15px;
    }

    .static-menu .flow-slider .swiper-container {
        width: 120vw;
    }

    .static-menu .exhibition-wrap .container-wrap {
        max-width: 100%;
    }

    .static-menu .exhibition-wrap .slide {
        max-width: calc(70vw - 90px);
    }

    .static-menu #footer {
        max-width: calc(100% - 260px);
        left: 260px;
    }

    .right_header.static-menu #footer {
        right: 260px;
        left: auto;
    }

    .static-menu .header_top_bg {
        padding-bottom: 0;
    }

    .aside-menu.static {
        max-width: 260px;
        left: 0;
    }

    .right_header .aside-menu.static {
        left: auto;
        right: 0;
    }

    .aside-menu.static .aside-nav {
        display: none;
    }

    .aside-menu.static #topmenu ul.menu {
        overflow-y: visible;
        transform: translate(-50%, -50%);
    }

    .aside-menu.static #topmenu {
        box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.12);
        left: 0 !important;
        margin-left: 0;
        vertical-align: top;
        border-right: none;
        background-color: var(--dark-color);
    }

    .right_header .aside-menu.static #topmenu {
        left: auto !important;
        right: 0!important;
        box-shadow: -3px 1px 20px 0 rgba(0, 0, 0, 0.12);
    }

    .aside-menu.static #topmenu .sub-menu {
        margin-left: 0;
        left: 100%;
        top: 50%;
        background-color: var(--dark-color);
        width: 100% !important;
        transform: translateY(-50%);
        box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.12);
    }

    .right_header .aside-menu.static #topmenu .sub-menu {
        left: auto;
        right: 100%;
    }

    .aside-menu.static #topmenu .sub-menu .sub-menu {
        left: 99%;
    }

    .right_header .aside-menu.static #topmenu .sub-menu .sub-menu {
        left: auto;
        right: 99%;
    }

    .aside-menu.static #topmenu li:hover > .sub-menu {
        display: none;
    }

    .aside-menu.static #topmenu .menu li a {
        text-align: left;
        display: inline-block;
        font-size: 14px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: var(--light-color);
        margin: 0;
        width: auto;
        padding: 0 2px 0 0;
    }

    @-webkit-keyframes slidetounlock {
        0% {
            background-position: -150px 0
        }

        100% {
            background-position: 150px 0
        }
    }

    .aside-menu.static #topmenu .menu .current-menu-parent > a,
    .aside-menu.static #topmenu .menu .current-menu-item > a,
    .aside-menu.static #topmenu .menu .current-menu-ancestor > a,
    .aside-menu.static #topmenu .menu li a:hover {
        opacity: 1;
        visibility: visible;
        color: var(--first-main-color);
    }
    .aside-menu.static #topmenu .social li a {
        color: var(--light-color);
    }
    .aside-menu.static #topmenu .social li a:hover {
        color: #999999;
    }
    .aside-menu.static #topmenu .f-right {
        text-align: left;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        padding-left: 62px;
        padding-right: 20px;
    }

    .right_header .aside-menu.static #topmenu .f-right {
        text-align: right;
        padding-left: 20px;
        padding-right: 62px;
    }

    .aside-menu.static #topmenu .f-right .copy {
        text-transform: none;
        font-size: 14px;
        line-height: 1.57;
        color: var(--light-color);
        margin-top: 35px;
    }

    .aside-menu.static #topmenu .f-right .copy a {
        text-decoration: none;
        color: var(--light-color);
    }
    .aside-menu.static #topmenu .f-right .copy a:hover {
        color: #999999;
    }

    .aside-menu.static .logo {
        left: 0;
        width: 100%;
        top: 0;
        padding-top: 50px;
        text-align: left;
        padding-left: 62px;
    }

    .right_header .aside-menu.static .logo {
        text-align: right;
        padding-right: 62px;
        padding-left: 0;
    }

    .aside-menu.static .logo span {
        color: var(--light-color);
        font-size: 30px;
        line-height: 1;
    }

    .aside-menu.static .logo img {
        max-width: 100%;
    }

    .aside-menu.static #topmenu .sona-top-social .social li {
        margin: 0;
        margin-right: 15px;
    }

    .right_header .aside-menu.static #topmenu .sona-top-social .social li {
        margin-left: 15px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 1650px) {
    .static-menu .vc_row:not([data-vc-stretch-content="true"]) {
        padding-left: 7% !important;
        padding-right: 7% !important;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1375px) {
    .static-menu .pricing-item {
        padding: 60px 40px;
    }

    .static-menu .pricing-item .mask-image {
        min-width: 150px;
        width: 150px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1275px) {
    .static-menu .pricing-item .mask-image {
        min-width: 130px;
        width: 130px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1460px) {
    .static-menu .about-section {
        padding: 0 30px;
        overflow: hidden;
    }
    .static-menu .headings-wrap,
    .static-menu .sona-post-list-1,
    .static-menu .sona-post-list-2,
    .static-menu .sona-portfolio-2,
    .static-menu .sona-portfolio-3,
    .static-menu .sona-portfolio-urban {
        padding: 0 15px;
    }
    .static-menu .contacts-info-wrap {
        padding: 0 15px 15px;
    }
    .static-menu .vc_row.pad-fix {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1375px) {
    .static-menu .outer-album-swiper .album-text-block,
    .static-menu .outer-album-swiper .right-content {
        max-width: 260px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1350px) {
    .static-menu .contacts-info-wrap.style3 .content {
        padding: 100px 20px;
    }

    .static-menu .swiper-container.carousel-albums .swiper-button-prev {
        left: 30px;
    }

    .static-menu .swiper-container.carousel-albums .swiper-button-prev:hover {
        left: 20px;
    }

    .static-menu .swiper-container.carousel-albums .swiper-button-next {
        right: 30px;
    }

    .static-menu .swiper-container.carousel-albums .swiper-button-next:hover {
        right: 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .static-menu {
        padding-left: 250px;
    }
    .right_header.static-menu {
        padding-left: 0;
        padding-right: 250px;
    }
    .static-menu #footer {
        max-width: calc(100% - 250px);
        left: 250px;
    }
    .right_header.static-menu #footer {
        right: 250px;
        left: auto;
    }
    .aside-menu.static {
        max-width: 250px;
        left: 0;
    }
    .right_header .aside-menu.static {
        left: auto;
        right: 0;
    }
    .aside-menu.static .logo,
    .aside-menu #topmenu ul.menu li,
    .aside-menu.static #topmenu .f-right {
        padding-left: 40px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .static-menu.single-product .product .woocommerce-Reviews #comments, .static-menu.sona_product_detail .product .woocommerce-Reviews #comments {
        width: 60%;
    }

    .static-menu.single-product .product .woocommerce-Reviews #review_form_wrapper, .static-menu.sona_product_detail .product .woocommerce-Reviews #review_form_wrapper {
        width: 40%;
    }

    .static-menu .coming-soon .svg .count {
        font-size: 115px;
    }

    .static-menu .client-wrap {
        width: 50%;
    }

    .static-menu .info-block-parallax-wrap .content-wrap {
        padding: 70px 20px 70px;
    }

    header:not(.aside-menu):not(.full).right-menu #topmenu ul .mega-menu > ul {
        width: calc( 100% - 20px );
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
    .static-menu .top-banner {
        height: 300px;
    }

    .static-menu .top-banner.center_content {
        min-height: 300px;
    }

    .static-menu .fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .title {
        font-size: 50px;
        line-height: 55px;
    }

    .static-menu .swiper-container-vert-slider .swiper-slide .container .wrap-text {
        max-width: calc(100% - 40px);
    }

    .static-menu .swiper-container-vert-slider .swiper-slide .container .wrap-text .title {
        font-size: 60px;
        letter-spacing: 8px;
    }

    .static-menu .portfolio-slider-wrapper.slider_classic .content-wrap .portfolio-title {
        font-size: 50px;
        letter-spacing: 7px;
    }

    .static-menu .portfolio-single-content .gallery-single.infinite_full_gallery .item-single {
        width: 33.33%;
    }

    .static-menu .portfolio.grid .item {
        width: 50% !important;
    }

    .static-menu .flow-slider .flow-title {
        font-size: 60px;
    }
}

/*------------------------------------------------------*/
/*---------------------- MODERN MENU ----------------------*/
@media only screen and (min-width: 1200px) {
    .modern #topmenu {
        padding-right: 75px;
        padding-left: 60px;
    }
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .modern .logo {
        margin: 0 30px!important;
    }
    .modern #topmenu .menu li a {
        padding: 0 15px!important;
    }
}

@media only screen and (min-width: 1025px) {
    .modern #topmenu,
    .modern .menu-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .modern #topmenu .menu li a:hover,
    .modern #topmenu .current-menu-parent > a,
    .modern #topmenu .current-menu-item > a,
    .modern #topmenu .current-menu-ancestor > a {
        color: var(--first-main-color);
    }
    
    .modern .logo {
        display: block;
        margin: 0 80px;
    }
    .modern .logo-mobile {
        display: none;
    }
    .modern .logo span {
        line-height: 2;
    }

    .modern #topmenu .menu li a {
        padding: 0 20px;
    }

    .modern #topmenu .menu > li {
        padding: 60px 0 40px 0;
    }

    .modern #topmenu .sub-menu {
        top: 95px;
        left: -35px;
        min-width: 270px;
        padding: 30px 0;
        background-color: var(--light-color);
        -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s ease, visibility .5s ease, color .3s ease;
        -o-transition: opacity .5s ease, visibility .5s ease, color .3s ease;
        transition: opacity .5s ease, visibility .5s ease, color .3s ease;
        display: block;
    }

    .modern #topmenu .menu li:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .modern #topmenu .menu > li ul a {
        opacity: 0;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
        -ms-transform: matrix(1, 0, 0, 1, 0, 20);
        transform: matrix(1, 0, 0, 1, 0, 20);
        -webkit-transition: opacity .75s ease, color .3s ease, -webkit-transform .75s ease;
        transition: opacity .75s ease, color .3s ease, -webkit-transform .75s ease;
        -o-transition: opacity .75s ease, transform .75s ease, color .3s ease;
        transition: opacity .75s ease, transform .75s ease, color .3s ease;
        transition: opacity .75s ease, transform .75s ease, color .3s ease, -webkit-transform .75s ease;
    }

    .modern #topmenu .menu > li:hover ul a,
    .modern #topmenu .menu > li.mega-menu:hover ul > li > ul.sub-menu > li a {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .modern #topmenu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        padding: 40px 15px;
    }

    .modern #topmenu .menu li:last-of-type .sub-menu .sub-menu,
    .modern #topmenu .menu li:nth-last-of-type(2) .sub-menu .sub-menu,
    .modern #topmenu .menu li:nth-last-of-type(3) .sub-menu .sub-menu {
        left: -100%;
    }

    .modern #topmenu .sub-menu li {
        padding: 8px 35px;
        text-align: left;
    }

    .modern #topmenu .sub-menu li a {
        width: auto;
        display: inline-block;
        padding: 0;
        font-weight: 600;
    }

    .modern #topmenu .current-menu-parent > a,
    .modern #topmenu .current-menu-item > a {
        position: relative;
    }

    .modern #topmenu > ul > li > a {
        margin: 0 28px 0 0;
    }

    /* mega menu modern*/
    .modern #topmenu .menu .mega-menu:hover > ul > li > ul {
        opacity: 1;
        visibility: visible;
    }

    /* end of mega menu classic*/
}

@media (max-width: 1024px) {
    .modern #topmenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .modern .mob-nav-close {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .modern .menu-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .modern .f-right {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .modern .search-icon-wrapper {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .modern #topmenu .logo {
        display: none;
    }
    .modern #topmenu .menu {
        padding-bottom: 0;
    }
    .modern #topmenu .f-right {
        margin-top: 30px;
    }
}

/*------------------------------------------------------*/
/*---------------------- ASIDE FIX MENU ----------------------*/
@media (max-width: 1199px) and (min-width: 1025px) {
    body.body-aside-menu {
        padding-left: 60px;
    }
    body.body-aside-menu .main-footer  {
        padding-left: 60px;
    }
    body.body-aside-menu .vc_row {
        padding-left: 60px!important;
    }
    body .aside-menu .aside-nav {
        width: 60px;
    }
    body .aside-menu .aside-nav .aside-nav-line {
        left: 19px;
    }
    body .aside-fix .header-social {
        left: 20px;
    }
    body .aside-fix .logo {
        height: 60px;
    }
    body .aside-menu .topmenu {
        margin-left: 60px;
    }
}

@media only screen and (min-width: 1025px) {
    .body-aside-menu {
        padding-left: 100px;
    }
    .body-aside-menu .vc_row {
        padding-left: 100px!important;
    }
    .body-aside-menu .main-footer  {
        padding-left: 100px;
    }
    .body-aside-menu .header_top_bg .col-12 {
        min-height: 0;
    }

    .aside-fix .logo {
        position: fixed;
        top: auto;
        left: 0;
        transform-origin: left top 0;
        transform: rotate(-90deg);
        padding: 0;
        height: 100px;
    }
    .aside-fix .logo span,
    .aside-fix .logo img {
        max-height: 58px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--light-color);
    }
    .aside-fix .header-social {
        position: fixed;
        left: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1001;
    }
    .aside-fix .header-social .social {
        margin: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .aside-fix .header-social .social li {
        margin: 8px 0;
    }
    .aside-fix .header-social .social a {
        color: var(--light-color);
        font-size: 20px;
        transition: opacity .35s ease;
    }
    .aside-fix .header-social .social a:hover {
        opacity: .7;
    }
    .aside-fix .aside-nav {
        background-color: var(--dark-color);
    }
    .aside-fix .aside-nav .aside-nav-line {
        top: auto;
        bottom: 50px;
        background-color: var(--light-color);
    }
    .aside-fix #topmenu {
        background-color: #27292e;
        border-right: 0;
        width: 355px!important;
    }
    .aside-fix #topmenu .sub-menu {
        min-width: auto;
        position: static;
    }
    .aside-fix #topmenu .sub-menu a {
        font-weight: 400;
    }

    .aside-fix #topmenu .f-right {
        width: 100%;
        padding-left: 60px;
        text-align: left;
    }
    .aside-fix #topmenu ul.menu li a:hover,
    .aside-fix #topmenu ul.menu .current-menu-parent > a,
    .aside-fix #topmenu ul.menu .current-menu-item > a {
        color: var(--first-main-color);
    }
    .aside-fix #topmenu ul ul li a {
        width: auto;
        padding: 0;
    }
    .aside-fix #topmenu ul.menu {
        max-height: 76%;
        padding-bottom: 0;
    }
    .aside-fix #topmenu ul.menu li {
        padding: 10px 35px;
        text-align: left;
    }
    .aside-fix #topmenu ul.menu a {
        color: var(--light-color);
        display: inline-block;
        position: relative;
        line-height: 1.2;
        text-align: left;
    }
    .aside-fix #topmenu ul.menu > div > div > li > a {
        font-family: "Nunito Sans", sans-serif;
        font-size: 34px;
        font-weight: bold;
        letter-spacing: .2px;
    }
    .aside-fix #topmenu ul.sub-menu > li {
        padding-left: 50px;
    }
    .aside-fix #topmenu ul.sub-menu > li > a {
        font-family: "Nunito Sans", sans-serif;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .2px;
    }
    .aside-fix .logo img {
        margin: 0;
    }
    .aside-fix .search-icon-wrapper {
        position: fixed;
        left: -100%;
        top: 50px;
        transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        backface-visibility: hidden;
        visibility: hidden;
    }
    .aside-fix.active-menu .search-icon-wrapper {
        left: 148px;
        z-index: 110;
        visibility: visible;
    }
    .aside-fix .site-search .container {
        max-width: 260px;
        width: 260px;
        margin-left: 0;
    }
    .aside-fix .site-search .input-group {
        position: relative;
        width: 100%;
    }
    .aside-fix .site-search .input-group::after {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        height: 8px;
        width: 2px;
        background-color: #e6e6e6;
    }

    .aside-fix .site-search .input-group::before {
        position: absolute;
        font-family: "FontAwesome", sans-serif;
        content: "\f002";
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        color: var(--light-color);
        font-size: 20px;
    }
    .aside-fix .site-search input[type="search"] {
        width: 100%;
        padding: 10px 0;
        border-bottom: 2px solid #e6e6e6;
        color: #999;
        font-family: "Nunito Sans", sans-serif;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: .2px;
    }
    .aside-fix .site-search input[type="search"]::placeholder {
        color: #999;
    }
    .aside-fix .f-right .copy {
        color: var(--light-color);
        font-family: "Nunito Sans", sans-serif;
        font-size: 13px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }
    .aside-fix .f-right .copy a {
        color: var(--light-color);
        text-decoration: none;
    }
    .aside-fix .f-right .copy a:hover {
        opacity: .8;
    }
}

/*------------------------------------------------------*/
/*---------------------- CLASSIC MENU ----------------------*/
@media only screen and (min-width: 1025px) {
    .container-fluid header.classic {
        padding: 0 10px;
    }
    header.classic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header.classic.hide-links ul.menu {
        opacity: 0;
    }

    .unit header.classic {
        padding: 0 15px;
    }

    .classic #topmenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 35px;
    }

    .classic #topmenu .menu {
        width: 100%;
        text-align: center;
    }

    .unit .classic #topmenu .menu {
        text-align: right;
    }

    .classic .f-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header_trans-fixed.header_top_bg .classic #topmenu ul li a {
        padding: 6px 0 6px 10px;
    }

    .classic #topmenu .menu li a {
        color: var(--dark-color);
        font-size: 15px;
        font-weight: bold;
        line-height: normal;
    }

    .main-wrapper .header_top_bg .classic #topmenu .menu li a:hover,
    .main-wrapper .header_top_bg .classic #topmenu .menu .current-menu-parent > a,
    .main-wrapper .header_top_bg .classic #topmenu .menu .current-menu-item > a,
    .main-wrapper .header_top_bg .classic #topmenu .menu .current-menu-ancestor > a {
        color: var(--first-main-color);
    }

    .classic #topmenu .menu > li {
        padding: 30px 0;
    }

    .header_underline.header_top_bg.menu_light_text #topmenu .menu > li > a {
        position: relative;
    }

    .header_underline.header_top_bg.menu_light_text #topmenu .menu > li > a:after {
        position: absolute;
        bottom: -31px;
        display: block;
        content: '';
        height: 2px;
        background-color: var(--light-color);
        opacity: 0;
        transition: 0.3s;
        left: 50%;
        right: 50%;
    }

    .header_underline.header_top_bg.menu_light_text.bg-fixed-color #topmenu .menu > li > a:after {
        background-color: var(--dark-color);
    }

    .header_underline.header_top_bg.menu_light_text #topmenu .menu > li.current-menu-ancestor > a:after,
    .header_underline.header_top_bg.menu_light_text #topmenu .menu > li:hover > a:after{
        opacity: 1;
        left: -4px;
        right: -4px;
    }

    .classic #topmenu .sub-menu {
        top: 75px;
        left: -35px;
        min-width: 270px;
        padding: 30px 0;
        background-color: var(--light-color);
        -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 115, 230, 0.08);
        box-shadow: 3px 1px 20px 0 rgba(0, 115, 230, 0.08);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s ease, visibility .3s ease;
        -o-transition: opacity .3s ease, visibility .3s ease;
        transition: opacity .3s ease, visibility .3s ease;
        display: block;
    }

    .menu_light_text .classic #topmenu .sub-menu {
        background-color: var(--dark-color);
    }

    .menu_light_text.bg-fixed-color .classic #topmenu .sub-menu {
        background-color: var(--light-color);
    }

    .classic #topmenu .menu li:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .classic #topmenu .menu > li ul a {
        opacity: 0;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
        -ms-transform: matrix(1, 0, 0, 1, 0, 20);
        transform: matrix(1, 0, 0, 1, 0, 20);
        -webkit-transition: opacity .75s ease, color .5s ease, -webkit-transform .75s ease;
        transition: opacity .75s ease, color .5s ease, -webkit-transform .75s ease;
        -o-transition: opacity .75s ease, transform .75s ease, color .5s ease;
        transition: opacity .75s ease, transform .75s ease, color .5s ease;
        transition: opacity .75s ease, transform .75s ease, color .5s ease, -webkit-transform .75s ease;
    }

    .classic #topmenu .menu > li:hover ul a,
    .classic #topmenu .menu > li.mega-menu:hover ul > li > ul.sub-menu > li a {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .classic #topmenu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

    .classic #topmenu .menu li:last-of-type .sub-menu .sub-menu,
    .classic #topmenu .menu li:nth-last-of-type(2) .sub-menu .sub-menu,
    .classic #topmenu .menu li:nth-last-of-type(3) .sub-menu .sub-menu,
    .classic #topmenu .menu li:nth-last-of-type(4) .sub-menu .sub-menu {
        left: auto;
        right: 100%;
    }

    .classic #topmenu .sub-menu li {
        padding: 0 35px;
        text-align: left;
    }

    .classic #topmenu .sub-menu li a {
        width: auto;
        display: block;
        font-weight: 500;
        font-size: 14px;
        padding: 6px 0 6px 10px;
    }

    .classic #topmenu .current-menu-parent > a,
    .classic #topmenu .current-menu-item > a {
        position: relative;
    }

    .classic #topmenu > ul > li > a {
        margin: 0 45px 0 0;
    }

    .classic #topmenu .mini-cart-wrapper {
        margin-left: 20px;
    }

    .main-wrapper .header_top_bg .classic #topmenu .mini-cart-wrapper a::before {
        transition: 0.5s;
    }

    .main-wrapper .header_top_bg .classic #topmenu .mini-cart-wrapper a:hover::before {
        color: var(--first-main-color);
    }

    /* mega menu classic*/
    .classic #topmenu .menu .mega-menu:hover > ul > li > ul {
        opacity: 1;
        visibility: visible;
    }

    /* end of mega menu classic*/
    /* search popup */
    .classic .site-search {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 100;
        background-color: rgba(255, 255, 255, .9);
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .7s ease, visibility .7s ease;
        -o-transition: opacity .7s ease, visibility .7s ease;
        transition: opacity .7s ease, visibility .7s ease;
    }

    .classic .site-search.open {
        opacity: 1;
        visibility: visible;
    }

    .classic .site-search .form-container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .classic .site-search .form-container .input-group {
        width: 100%;
    }

    .classic .site-search .form-container .input-group input {
        font-size: 18px;
    }

    .classic .site-search .close-search {
        position: absolute;
        top: 50px;
        right: 50px;
        width: 30px;
        height: 30px;
    }

    .classic .site-search .line {
        width: 27px;
        height: 2px;
        background-color: var(--dark-color);
        display: block;
        margin: 4px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .classic .site-search .line:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .classic .site-search .line:nth-of-type(2) {
        -webkit-transform: translateY(4px) rotate(-45deg);
        -ms-transform: translateY(4px) rotate(-45deg);
        -o-transform: translateY(4px) rotate(-45deg);
        transform: translateY(4px) rotate(-45deg);
    }

    .search-form input {
        width: 100%;
        border: 0;
        border-bottom: 1px solid var(--dark-color);
        background-color: transparent;
        color: #999999;
        font-size: 15px;
        padding: 14px 0;
    }

    .classic #topmenu .search-icon-wrapper {
        margin-left: 10px;
        cursor: pointer;
        font-size: 27px;
        color: var(--dark-color);
        line-height: 1;
    }

    .main-wrapper .header_top_bg .classic #topmenu .search-icon-wrapper:hover i {
        color: var(--first-main-color);
    }

    /* end of search popup */

}
@media only screen and (min-width: 1025px) and (max-width: 1240px) {
    .classic #topmenu > ul > li > a {
        margin: 0 30px 0 0;
    }
}

@media only screen and (min-width: 1201px) {
    .container-fluid header.classic {
        padding: 0 85px;
    }
}




/* BACKGROUND IMAGE MENU */

/*  Menu Background Color  */

.a-btn, .a-btn-2, .a-btn-3, .a-btn-4, .a-btn-5, .a-btn-6,
.btn-style-1 input[type="submit"],
.btn-style-2 input[type="submit"],
.btn-style-3 input[type="submit"],
.btn-style-4 input[type="submit"],
.btn-style-5 input[type="submit"],
.btn-style-6 input[type="submit"] {
}

a {
}

/*FOOTER*/

#topmenu > ul > li > a {
}

#topmenu ul ul li a {
}

