/*
    =========================
	Template Name 	 : XMENU
	Author			 : IndianCoder
	Version			 : 1.0
	Author Portfolio : https://codecanyon.net/user/indiancoder
	=========================

	[Table of Contents] 

	=== SCSS Start ===

    1. Abstract
		1.1 abstract.scss
		1.2 mixins.scss
		1.3 variable.scss

	2. Base
		2.1 base.scss
		2.2 fonts.scss
		2.3 preloader.scss
		2.4 reset.scss

    3. Components
	4. Layout

*/
/*
@import "../vendor/fontawesome/css/all.min.css";
*/

:root {
  --primary: #f46700;
  --secondary: #000;
  --primary-hover: rgb(255, 130.7581967213, 40);
  --primary-dark: rgb(91, 38.4139344262, 0);
  --rgba-primary-1: rgba(244, 103, 0, 0.1);
  --rgba-primary-2: rgba(244, 103, 0, 0.2);
  --rgba-primary-3: rgba(244, 103, 0, 0.3);
  --rgba-primary-4: rgba(244, 103, 0, 0.4);
  --rgba-primary-5: rgba(244, 103, 0, 0.5);
  --rgba-primary-6: rgba(244, 103, 0, 0.6);
  --rgba-primary-7: rgba(244, 103, 0, 0.7);
  --rgba-primary-8: rgba(244, 103, 0, 0.8);
  --rgba-primary-9: rgba(244, 103, 0, 0.9);
  --font-family-base: DM Sans, sans-serif;
  --grey: #f7f7f7;
  --border-radius-base: 20px;
  --border-color: #D7D7D7;
  --font-family-title: Lufga, sans-serif;
  --title: #000;
  --white: var(--title);
  --light:#FFFAF3;
}

* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  /*
  margin: 0;
  color: #5E626F;
  font-family: var(--font-family-base);
  background-color: #f7f7f7;
  */
  line-height: 1.6;
  font-size: 1rem;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

.text-white {
  color: #fff;
}

/*

p {
  font-family: var(--font-family-base);
  margin-top: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--title);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-family-title);
  font-weight: 600;
  color: var(--title);
  line-height: 1.4;
  margin-top: 0;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1280px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

*/

a {
  text-decoration: none;
  outline: none;
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: var(--primary);
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-black {
  color: #000;
}

::selection {
  color: #ffffff;
  background: var(--primary);
}

.show-focus-outline .search-link:focus,
.show-focus-outline .quik-search-remove:focus,
.show-focus-outline button:focus,
.show-focus-outline select:focus,
.show-focus-outline input:focus,
.show-focus-outline a:focus {
  outline: 2px solid red !important;
}

@media (max-width: 991px) {
  .show-focus-outline .nav a > i:focus {
    outline: 2px solid red !important;
  }
}
.show-focus-outline li:focus-within > .mega-menu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0 !important;
}

.show-focus-outline .sub-menu-down a:focus {
  outline: 2px solid #000 !important;
}

.show-focus-outline .sub-menu-down a:after:focus {
  outline: 2px solid #000 !important;
}

.nav-inline li {
  display: inline-block;
  margin-right: 15px;
  padding: 0.25rem 0 !important;
}

img::selection {
  background: none;
}

.text-underline {
  text-decoration: underline !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(223, 223, 223, 0.9);
}

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}

* {
  scrollbar-color: rgba(223, 223, 223, 0.9) rgba(255, 255, 255, 0);
  scrollbar-width: thin;
}

@supports (-ms-ime-align: auto) {
  * {
    scrollbar-color: rgba(223, 223, 223, 0.9) rgba(255, 255, 255, 0);
    scrollbar-width: thin;
  }
}
.xmenu-code .code-box {
  min-height: 300px;
  max-height: 300px;
  overflow-y: scroll;
  background-color: #efefef;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.xmenu-code .code-box.h-auto {
  min-height: auto;
  max-height: auto;
}
@media only screen and (max-width: 575px) {
  .xmenu-code {
    padding: 0 15px;
  }
}

.page-height {
  min-height: calc(100vh - 50px);
}
@media only screen and (max-width: 991px) {
  .page-height {
    min-height: 100vh;
  }
}

.rounded {
  border-radius: 12px;
}

.p-a0 {
  padding: 0px;
}

.p-l0 {
  padding-left: 0px;
}

.p-t0 {
  padding-top: 0px;
}

.p-r0 {
  padding-right: 0px;
}

.p-b0 {
  padding-bottom: 0px;
}

.m-a0 {
  margin: 0px;
}

.m-l0 {
  margin-left: 0px;
}

.m-t0 {
  margin-top: 0px;
}

.m-r0 {
  margin-right: 0px;
}

.m-b0 {
  margin-bottom: 0px;
}

.p-a5 {
  padding: 5px;
}

.p-l5 {
  padding-left: 5px;
}

.p-t5 {
  padding-top: 5px;
}

.p-r5 {
  padding-right: 5px;
}

.p-b5 {
  padding-bottom: 5px;
}

.m-a5 {
  margin: 5px;
}

.m-l5 {
  margin-left: 5px;
}

.m-t5 {
  margin-top: 5px;
}

.m-r5 {
  margin-right: 5px;
}

.m-b5 {
  margin-bottom: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-l10 {
  padding-left: 10px;
}

.p-t10 {
  padding-top: 10px;
}

.p-r10 {
  padding-right: 10px;
}

.p-b10 {
  padding-bottom: 10px;
}

.m-a10 {
  margin: 10px;
}

.m-l10 {
  margin-left: 10px;
}

.m-t10 {
  margin-top: 10px;
}

.m-r10 {
  margin-right: 10px;
}

.m-b10 {
  margin-bottom: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-l15 {
  padding-left: 15px;
}

.p-t15 {
  padding-top: 15px;
}

.p-r15 {
  padding-right: 15px;
}

.p-b15 {
  padding-bottom: 15px;
}

.m-a15 {
  margin: 15px;
}

.m-l15 {
  margin-left: 15px;
}

.m-t15 {
  margin-top: 15px;
}

.m-r15 {
  margin-right: 15px;
}

.m-b15 {
  margin-bottom: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-l20 {
  padding-left: 20px;
}

.p-t20 {
  padding-top: 20px;
}

.p-r20 {
  padding-right: 20px;
}

.p-b20 {
  padding-bottom: 20px;
}

.m-a20 {
  margin: 20px;
}

.m-l20 {
  margin-left: 20px;
}

.m-t20 {
  margin-top: 20px;
}

.m-r20 {
  margin-right: 20px;
}

.m-b20 {
  margin-bottom: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-l25 {
  padding-left: 25px;
}

.p-t25 {
  padding-top: 25px;
}

.p-r25 {
  padding-right: 25px;
}

.p-b25 {
  padding-bottom: 25px;
}

.m-a25 {
  margin: 25px;
}

.m-l25 {
  margin-left: 25px;
}

.m-t25 {
  margin-top: 25px;
}

.m-r25 {
  margin-right: 25px;
}

.m-b25 {
  margin-bottom: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-l30 {
  padding-left: 30px;
}

.p-t30 {
  padding-top: 30px;
}

.p-r30 {
  padding-right: 30px;
}

.p-b30 {
  padding-bottom: 30px;
}

.m-a30 {
  margin: 30px;
}

.m-l30 {
  margin-left: 30px;
}

.m-t30 {
  margin-top: 30px;
}

.m-r30 {
  margin-right: 30px;
}

.m-b30 {
  margin-bottom: 30px;
}

.p-a35 {
  padding: 35px;
}

.p-l35 {
  padding-left: 35px;
}

.p-t35 {
  padding-top: 35px;
}

.p-r35 {
  padding-right: 35px;
}

.p-b35 {
  padding-bottom: 35px;
}

.m-a35 {
  margin: 35px;
}

.m-l35 {
  margin-left: 35px;
}

.m-t35 {
  margin-top: 35px;
}

.m-r35 {
  margin-right: 35px;
}

.m-b35 {
  margin-bottom: 35px;
}

.p-a40 {
  padding: 40px;
}

.p-l40 {
  padding-left: 40px;
}

.p-t40 {
  padding-top: 40px;
}

.p-r40 {
  padding-right: 40px;
}

.p-b40 {
  padding-bottom: 40px;
}

.m-a40 {
  margin: 40px;
}

.m-l40 {
  margin-left: 40px;
}

.m-t40 {
  margin-top: 40px;
}

.m-r40 {
  margin-right: 40px;
}

.m-b40 {
  margin-bottom: 40px;
}

.p-a45 {
  padding: 45px;
}

.p-l45 {
  padding-left: 45px;
}

.p-t45 {
  padding-top: 45px;
}

.p-r45 {
  padding-right: 45px;
}

.p-b45 {
  padding-bottom: 45px;
}

.m-a45 {
  margin: 45px;
}

.m-l45 {
  margin-left: 45px;
}

.m-t45 {
  margin-top: 45px;
}

.m-r45 {
  margin-right: 45px;
}

.m-b45 {
  margin-bottom: 45px;
}

.p-a50 {
  padding: 50px;
}

.p-l50 {
  padding-left: 50px;
}

.p-t50 {
  padding-top: 50px;
}

.p-r50 {
  padding-right: 50px;
}

.p-b50 {
  padding-bottom: 50px;
}

.m-a50 {
  margin: 50px;
}

.m-l50 {
  margin-left: 50px;
}

.m-t50 {
  margin-top: 50px;
}

.m-r50 {
  margin-right: 50px;
}

.m-b50 {
  margin-bottom: 50px;
}

@media only screen and (min-width: 991px) {
  .menu-wraper {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

.card-hover:hover {
  background-color: rgba(0, 0, 0, 0.025);
  color: #000000;
}

.card-overlay {
  position: relative;
  overflow: hidden;
}
.card-overlay .overlay-content {
  position: relative;
  z-index: 1;
}
.card-overlay:after {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #000;
  opacity: var(--bs-bg-opacity);
}

/* like button */
.heart {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url(../img/xmenu/like.png) no-repeat;
  cursor: pointer;
  margin: -25px -18px;
}

.heart-blast {
  background-position: -1680px 0;
  transition: background 1s steps(28);
}

.menu-swiper .swiper-pagination {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.3);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
}
.swiper-button-prev.button-black,
.swiper-button-next.button-black {
  background-color: rgba(0, 0, 0, 0.3);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #f46700;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

@media only screen and (min-width: 991px) {
  .header-box {
    padding: 50px 30px 80px;
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .header-box {
    padding: 0;
  }
}
.header-box .header-number {
  position: absolute;
  font-size: 50px;
  font-weight: 700;
  left: -90px;
  opacity: 0.25;
}
@media only screen and (max-width: 1480px) {
  .header-box .header-number {
    font-size: 30px;
    left: -50px;
    top: 65px;
  }
}
@media (max-width: 1366px) {
  .header-box .header-number {
    position: static;
  }
}
@media only screen and (max-width: 575px) {
  .header-box .header-number {
    display: none;
  }
}

.z-index-full {
  z-index: 999999;
}

.tabs {
  width: 100%;
}
.tabs .tab-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.tabs .tab-links a {
  display: block;
  padding: 8px 18px;
  background: #efefef;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .tabs .tab-links a {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.tabs .tab-links .active a {
  background-color: var(--primary);
  color: #fff;
}
.tabs .tab-content .tab {
  display: none;
}
.tabs .tab-content .tab.active {
  display: block;
}

#xMenuPreloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#xMenuPreloader .loader {
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: var(--primary);
  -webkit-animation: spin 2s linear infinite;
  animation: dzSpin 2s linear infinite;
}
#xMenuPreloader .loader::before, #xMenuPreloader .loader::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
}
#xMenuPreloader .loader::before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-top-color: var(--primary);
  -webkit-animation: dzSpin 3s linear infinite;
  animation: dzSpin 3s linear infinite;
}
#xMenuPreloader .loader::after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top-color: var(--primary);
  -webkit-animation: dzSpin 1.5s linear infinite;
  animation: dzSpin 1.5s linear infinite;
}

@-webkit-keyframes dzSpin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes dzSpin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

button:hover,
button:active,
button:focus,
.btn:hover,
.btn:active,
.btn:focus {
  outline: 0 !important;
}

.btn {
  font-size: 16px;
  padding: 12px 30px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  font-family: sans-serif;
  text-align: center;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 10px;
}

.badge {
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 0;
  border: 0;
  font-size: 13px;
  line-height: 1.4;
}
.badge i.fa-circle {
  font-size: 7px;
  transform: translateY(-2px);
  margin-right: 2px;
}
.badge.rounded {
  border-radius: 50px;
}

.badge-drop {
  border-radius: 0;
  position: relative;
}

.badge-drop:after {
  content: "";
  position: absolute;
  bottom: -4px;
}

.drop-start:after {
  left: 0;
  border-right: 4px solid var(--border-color);
  border-bottom: 4px solid transparent;
}

.drop-center:after {
  left: 50%;
  transform: translateX(-50%);
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: 4px solid var(--border-color);
}

.drop-end:after {
  right: 0;
  border-left: 4px solid var(--border-color);
  border-bottom: 4px solid transparent;
}

.bg-primary.badge-drop:after {
  --border-color: #f46700;
}

.bg-success.badge-drop:after {
  --border-color: #31A56D;
}

.bg-info.badge-drop:after {
  --border-color: #0194D9;
}

.bg-danger.badge-drop:after {
  --border-color: #D23636;
}

.bg-warning.badge-drop:after {
  --border-color: #E79600;
}

.bg-secondary.badge-drop:after {
  --border-color: #000;
}

.bg-dark.badge-drop:after {
  --border-color: #444444;
}

.badge-circle {
  padding: 3px 3px;
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.badge-blank {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
}

.badge-wave {
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.bg-primary {
  background-color: #f46700 !important;
  color: #fff;
}

.text-primary {
  color: #f46700 !important;
}

.bg-primary.light {
  background-color: rgba(244, 103, 0, 0.1) !important;
  color: #f46700;
}

.wave-primary {
  animation-name: wave-primary;
}

@keyframes wave-primary {
  0% {
    box-shadow: 0 0 0px 0px rgba(244, 103, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(244, 103, 0, 0);
  }
}
.bg-secondary {
  background-color: #000 !important;
  color: #fff;
}

.text-secondary {
  color: #000 !important;
}

.bg-secondary.light {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #000;
}

.wave-secondary {
  animation-name: wave-secondary;
}

@keyframes wave-secondary {
  0% {
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
  }
}
.bg-success {
  background-color: #31A56D !important;
  color: #fff;
}

.text-success {
  color: #31A56D !important;
}

.bg-success.light {
  background-color: rgba(49, 165, 109, 0.1) !important;
  color: #31A56D;
}

.wave-success {
  animation-name: wave-success;
}

@keyframes wave-success {
  0% {
    box-shadow: 0 0 0px 0px rgba(49, 165, 109, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(49, 165, 109, 0);
  }
}
.bg-info {
  background-color: #0194D9 !important;
  color: #fff;
}

.text-info {
  color: #0194D9 !important;
}

.bg-info.light {
  background-color: rgba(1, 148, 217, 0.1) !important;
  color: #0194D9;
}

.wave-info {
  animation-name: wave-info;
}

@keyframes wave-info {
  0% {
    box-shadow: 0 0 0px 0px rgba(1, 148, 217, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(1, 148, 217, 0);
  }
}
.bg-warning {
  background-color: #E79600 !important;
  color: #fff;
}

.text-warning {
  color: #E79600 !important;
}

.bg-warning.light {
  background-color: rgba(231, 150, 0, 0.1) !important;
  color: #E79600;
}

.wave-warning {
  animation-name: wave-warning;
}

@keyframes wave-warning {
  0% {
    box-shadow: 0 0 0px 0px rgba(231, 150, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(231, 150, 0, 0);
  }
}
.bg-danger {
  background-color: #D23636 !important;
  color: #fff;
}

.text-danger {
  color: #D23636 !important;
}

.bg-danger.light {
  background-color: rgba(210, 54, 54, 0.1) !important;
  color: #D23636;
}

.wave-danger {
  animation-name: wave-danger;
}

@keyframes wave-danger {
  0% {
    box-shadow: 0 0 0px 0px rgba(210, 54, 54, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(210, 54, 54, 0);
  }
}
.bg-light {
  background-color: #FFFAF3 !important;
  color: #fff;
}

.text-light {
  color: #FFFAF3 !important;
}

.bg-light.light {
  background-color: rgba(255, 250, 243, 0.1) !important;
  color: #FFFAF3;
}

.wave-light {
  animation-name: wave-light;
}

@keyframes wave-light {
  0% {
    box-shadow: 0 0 0px 0px rgba(255, 250, 243, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(255, 250, 243, 0);
  }
}
.bg-dark {
  background-color: #444444 !important;
  color: #fff;
}

.text-dark {
  color: #444444 !important;
}

.bg-dark.light {
  background-color: rgba(68, 68, 68, 0.1) !important;
  color: #444444;
}

.wave-dark {
  animation-name: wave-dark;
}

@keyframes wave-dark {
  0% {
    box-shadow: 0 0 0px 0px rgba(68, 68, 68, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(68, 68, 68, 0);
  }
}
.badge-zoom {
  animation: badgeZoom 0.95s infinite ease-in-out;
}

@keyframes badgeZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.bg-primary-blink {
  -webkit-animation: bgPrimaryBlink 0.5s infinite alternate;
}

@-webkit-keyframes bgPrimaryBlink {
  10% {
    background-color: var(--primary);
  }
  50% {
    background-color: #bc8b6b;
  }
  100% {
    background-color: red;
  }
}
.badge-wrapper {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}

.hr-line {
  opacity: 0.2;
}

.list-hover1 > li > a {
  position: relative;
}
.list-hover1 > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 0;
  background-color: #f46700;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.list-hover1 > li > a:hover, .list-hover1 > li > a.active {
  padding-left: 16px !important;
}
.list-hover1 > li > a:hover:after, .list-hover1 > li > a.active:after {
  width: 10px;
  background-color: #f46700;
}

.list-hover2 > li > a {
  position: relative;
}
.list-hover2 > li > a > span:not(.badge) {
  position: relative;
}
.list-hover2 > li > a > span:not(.badge):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background-color: #f46700;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transform: translateY(-5px);
  opacity: 0;
}
.list-hover2 > li > a:hover > span:after, .list-hover2 > li > a.active > span:after {
  opacity: 1;
  transform: translateY(0);
}

.list-hover3 > li > a {
  position: relative;
}
.list-hover3 > li > a > span:not(.badge) {
  position: relative;
}
.list-hover3 > li > a > span:not(.badge):after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #f46700;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.list-hover3 > li > a:hover > span:after, .list-hover3 > li > a.active > span:after {
  width: 100%;
  transform-origin: right;
  -moz-transform-origin: right;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  right: auto;
  left: 0;
}

.list-hover4 > li > a {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.list-hover4 > li > a::after {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  display: inline;
  -webkit-transition: top 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5);
  transition: top 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5);
}
.list-hover4 > li > a > span:not(.badge) {
  display: block;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5);
  transition: -webkit-transform 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5);
  transition: transform 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5);
  transition: transform 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5), -webkit-transform 400ms cubic-bezier(0.5, -0.5, 0.25, 1.5);
}
.list-hover4 > li > a:hover::after, .list-hover4 > li > a.active::after {
  top: 5px;
}
.list-hover4 > li > a:hover > span, .list-hover4 > li > a.active > span {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

.list-hover5 > li > a {
  position: relative;
}
.list-hover5 > li > a > span:not(.badge) {
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  display: inline-flex;
}
.list-hover5 > li > a > span:not(.badge)::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #f46700;
  margin: auto;
  height: 2px;
  width: 100%;
  position: absolute;
  transform: translate3d(-100%, 0, 0);
}
.list-hover5 > li > a:hover > span::after, .list-hover5 > li > a.active > span::after {
  animation: listHover5 0.8s linear forwards;
  animation-timing-function: linear;
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.35, 1);
}

@keyframes listHover5 {
  0% {
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
  }
  55% {
    transform: translate3d(100%, 0, 0);
  }
  56% {
    transform: translate3d(100%, calc(0.5rem + 2px), 0);
  }
  100% {
    transform: translate3d(0, calc(0.5rem + 2px), 0);
    opacity: 1;
  }
}
.logo-header {
  display: flex;
  align-items: center;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 180px;
  height: 80px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .logo-header {
    width: 135px;
  }
}
@media only screen and (max-width: 575px) {
  .logo-header {
    height: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .logo-header {
    margin-right: 8px !important;
  }
}
@media only screen and (max-width: 991px) {
  .logo-header {
    margin-right: 0 !important;
  }
}
.logo-header a {
  display: table-cell;
  vertical-align: middle;
}
.logo-header img {
  object-fit: contain;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.top-bar {
  background-color: #fff;
  color: #212529;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}
.top-bar .xmenu-topbar-left {
  float: left;
}
.top-bar .xmenu-topbar-left li {
  padding-right: 20px;
}
.top-bar .xmenu-topbar-right {
  float: right;
}
.top-bar .xmenu-topbar-right li {
  padding-left: 10px;
}
.top-bar .xmenu-social li a {
  color: inherit;
  font-size: inherit;
}
.top-bar .xmenu-social li a:hover {
  color: var(--primary);
}
.top-bar .xmenu-topbar-inner {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  justify-content: space-between;
}
.top-bar .xmenu-topbar-center,
.top-bar .xmenu-topbar-left,
.top-bar .xmenu-topbar-right {
  padding-left: 15px;
  padding-right: 15px;
}
.top-bar .xmenu-topbar-center ul,
.top-bar .xmenu-topbar-left ul,
.top-bar .xmenu-topbar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-bar .xmenu-topbar-center ul li,
.top-bar .xmenu-topbar-left ul li,
.top-bar .xmenu-topbar-right ul li {
  display: inline-block;
  font-size: 15px;
}
.top-bar .xmenu-topbar-center ul i,
.top-bar .xmenu-topbar-left ul i,
.top-bar .xmenu-topbar-right ul i {
  margin-right: 5px;
}
.top-bar .xmenu-topbar-center .xmenu-social-icon li,
.top-bar .xmenu-topbar-left .xmenu-social-icon li,
.top-bar .xmenu-topbar-right .xmenu-social-icon li {
  padding-left: 0;
}
.top-bar .xmenu-topbar-right ul {
  margin-left: 15px;
}
@media only screen and (max-width: 991px) {
  .top-bar {
    display: none;
  }
}
.top-bar.bg-primary .xmenu-topbar-center ul a,
.top-bar.bg-primary .xmenu-topbar-left ul a,
.top-bar.bg-primary .xmenu-topbar-right ul a {
  color: inherit;
}
.top-bar.bg-primary .xmenu-topbar-center ul a:hover,
.top-bar.bg-primary .xmenu-topbar-left ul a:hover,
.top-bar.bg-primary .xmenu-topbar-right ul a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.text-logo .site-title {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 5px;
}
.text-logo p {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: var(--primary);
}

.site-header {
  position: relative;
  z-index: 999;
}
.site-header .main-bar {
  background: #fff;
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--light);
}
@media only screen and (min-width: 991px) {
  .site-header .main-bar .inner-bar {
    display: flex;
  }
}
.site-header .container {
  position: relative;
}
.site-header .extra-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  height: 80px;
  padding-left: 30px;
  color: var(--title);
}
.site-header .extra-nav .extra-cell {
  display: flex;
  align-items: center;
}
.site-header .extra-nav .extra-cell > * {
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex-direction: inherit;
  margin-right: -10px;
}
@media only screen and (max-width: 991px) {
  .site-header .extra-nav .extra-cell > * {
    margin-left: 15px;
  }
}
.site-header .extra-nav .extra-cell ul li button,
.site-header .extra-nav .extra-cell ul li a {
  min-width: 40px;
  padding: 0px 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}
@media only screen and (max-width: 1480px) {
  .site-header .extra-nav .extra-cell ul li button,
  .site-header .extra-nav .extra-cell ul li a {
    padding: 0px 10px;
  }
}
.site-header .extra-nav .extra-cell ul li button i,
.site-header .extra-nav .extra-cell ul li a i {
  font-size: 20px;
  color: var(--title);
  font-weight: 600;
}
.site-header .extra-nav .extra-cell ul li button .badge,
.site-header .extra-nav .extra-cell ul li a .badge {
  position: absolute;
  top: -4px;
  right: 2px;
  font-size: 11px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  min-width: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .site-header .extra-nav {
    height: 80px;
  }
}
@media only screen and (max-width: 1680px) {
  .site-header .extra-nav {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .extra-nav {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: -80px;
    left: 0;
    padding: 0 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    height: 50px;
    transition: all 0.5s ease 0.5s;
  }
  .site-header .extra-nav .extra-cell {
    width: 100%;
  }
  .site-header .extra-nav .extra-cell ul {
    width: 100%;
  }
}
.site-header .extra-nav #quik-search-btn {
  color: #fff;
  cursor: pointer;
  margin-right: 0px;
  border: 0;
  width: 45px;
  height: 45px;
  background: var(--secondary);
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  border-radius: var(--border-radius-base);
}
@media only screen and (max-width: 575px) {
  .site-header .extra-nav .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-header .extra-nav ul li {
  display: inline-block;
}

.adv-media {
  padding-left: 20px;
}
.adv-media img {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .adv-media {
    padding-left: 0;
    margin-top: 10px;
  }
}

.month-deal {
  border: 1px solid #eee;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .month-deal {
    margin-top: 20px;
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .month-deal {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.month-deal p {
  font-size: 13px;
  color: #5E626F;
}
.month-deal .sale-countdown .countdown {
  display: flex;
  margin: 0;
}
.month-deal .sale-countdown .date {
  margin: 0 5px;
  padding: 0;
  text-align: center;
}
.month-deal .sale-countdown .date .time {
  font-size: 22px;
  background: #eee;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: var(--title) !important;
  font-weight: 500;
  font-family: var(--font-family-title);
}
.month-deal .sale-countdown .date .work-time {
  font-size: 12px;
  letter-spacing: 0;
  color: var(--title);
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--font-family-title);
}
@media only screen and (max-width: 991px) {
  .month-deal .sale-countdown .date {
    margin: 0 3px;
  }
  .month-deal .sale-countdown .date .time {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
  }
  .month-deal .sale-countdown .date .work-time {
    font-size: 10px;
  }
}

.xmenu-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none !important;
}
@media only screen and (max-width: 991px) {
  .xmenu-toggler {
    margin: 18px 0px 16px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .xmenu-toggler {
    margin: 10px 0px 10px 20px;
  }
}

.navicon {
  width: 45px;
  height: 45px;
  background: #212529;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border-radius: var(--radius-sm);
}
@media only screen and (min-width: 991px) {
  .navicon {
    display: none;
  }
}
.navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  background: #fff;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navicon span:nth-child(1) {
  top: 13px;
  width: 22px;
}
.navicon span:nth-child(2) {
  top: 22px;
  width: 25px;
}
.navicon span:nth-child(3) {
  top: 32px;
  width: 20px;
}
.navicon.open span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navicon.open span:nth-child(3) {
  top: 23px;
  width: 23px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header-nav {
  padding: 0;
}
.header-nav::-webkit-scrollbar {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    height: 100vh !important;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    background-color: #ffffff;
    margin: 0;
    z-index: 99;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.show {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    margin: 0;
    width: 280px;
  }
}
.header-nav .logo-header {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-nav .logo-header {
    padding: 30px 20px;
    float: none;
    height: auto;
    width: 240px;
  }
}
.header-nav.nav-dark .nav > li .mega-menu,
.header-nav.nav-dark .nav > li .sub-menu {
  background-color: var(--secondary);
}
.header-nav.nav-dark .nav > li .mega-menu .menu-title,
.header-nav.nav-dark .nav > li .sub-menu .menu-title {
  color: #fff;
}
.header-nav.nav-dark .nav > li .mega-menu li a,
.header-nav.nav-dark .nav > li .sub-menu li a {
  color: #BABABA;
}
.header-nav.nav-dark .nav > li .mega-menu li a:hover,
.header-nav.nav-dark .nav > li .sub-menu li a:hover {
  color: #fff;
}
.header-nav.nav-dark .nav > li .mega-menu .name a,
.header-nav.nav-dark .nav > li .sub-menu .name a {
  color: #fff;
}
.header-nav.nav-dark .line-left::after {
  background: #fff;
  opacity: 0.1;
}
.header-nav.nav-dark .month-deal {
  border-color: rgba(255, 255, 255, 0.1);
  --title:#fff;
}
.header-nav.nav-dark .month-deal .sale-countdown .date .time {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header-nav.nav-dark .month-deal .sale-countdown .date .work-time {
  color: rgba(255, 255, 255, 0.7);
}
.header-nav .dz-social-icon {
  text-align: center;
  display: none;
}
.header-nav .dz-social-icon li {
  display: inline-block;
  margin: 0 2px;
}
.header-nav .dz-social-icon a {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 38px;
  text-align: center;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .header-nav .dz-social-icon {
    display: block;
    padding: 20px;
  }
}

.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .mo-left,
  .mo-right {
    overflow-y: scroll;
    position: fixed;
    width: 280px;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99999;
  }
  .mo-left.show,
  .mo-right.show {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin: 0;
    transition-delay: 0.2s;
  }
  .mo-left .logo-header,
  .mo-right .logo-header {
    display: block;
    float: none;
    height: auto !important;
    max-width: 100%;
    padding: 25px 20px;
    width: 100% !important;
  }
  .mo-left .logo-header img,
  .mo-right .logo-header img {
    max-width: unset;
    width: 150px;
    height: auto;
    vertical-align: middle;
  }
  .mo-left li.open a,
  .mo-right li.open a {
    position: relative;
  }
  .mo-left {
    left: -280px;
  }
  .mo-left.show {
    left: -1px;
  }
  .mo-right {
    right: -280px;
  }
  .mo-right.show {
    right: -1px;
  }
}
.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.is-fixed .main-bar {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.quick-search {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  height: 50px;
  width: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  min-width: 50px;
}

.xmenu-search {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.xmenu-search .form-control {
  border-radius: 0;
  height: 55px;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}
.xmenu-search .form-control:hover, .xmenu-search .form-control:focus, .xmenu-search .form-control:active {
  box-shadow: none;
  border-color: #f46700;
}
.xmenu-search .search-group {
  position: relative;
}
.xmenu-search .search-group .search-btn {
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
}
.xmenu-search .search-group .search-btn i {
  font-size: 16px !important;
}

.search-overlay {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.search-overlay form {
  width: 100%;
}
.search-overlay .search-group {
  max-width: 800px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .search-overlay .search-group {
    max-width: 100%;
    width: 100%;
  }
}
.search-overlay .form-control {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.search-overlay .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.search-overlay .form-control::-ms-input-placeholder {
  color: #fff;
}
.search-overlay .search-btn {
  color: #fff;
}
.search-overlay .search-remove {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  border: 0;
  background-color: transparent;
  font-size: 20px;
  opacity: 0.87;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.search-overlay.show {
  top: 0;
}

.search-top {
  background-color: #fff;
  position: fixed;
  width: 100%;
  min-height: 150px;
  left: 0;
  top: -100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.search-top form {
  width: 100%;
}
.search-top .search-group {
  max-width: 800px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .search-top .search-group {
    max-width: 100%;
    width: 100%;
  }
}
.search-top .search-remove {
  position: fixed;
  font-size: 0;
  border: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 150px;
  z-index: -9;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.search-top.show {
  top: 0;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}
.search-top.show .search-remove {
  opacity: 0.6;
  display: block;
}

.search-dropdown {
  position: absolute;
  bottom: -100%;
  right: 0;
  background-color: #fff;
  width: 280px;
}

.offcanvas-search {
  height: 150px !important;
}

@media only screen and (min-width: 991px) {
  .header-nav.xmenu {
    flex-basis: auto;
    flex-grow: 1;
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .logo-header {
    margin-right: 0 !important;
  }
}
.header-nav.xmenu > .nav {
  flex-direction: row;
}
.header-nav.xmenu > .nav > li {
  margin: 0px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.header-nav.xmenu > .nav > li.has-mega-menu {
  position: inherit;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
}
.header-nav.xmenu > .nav > li.menu-item-has-children .sub-menu-down > a, .header-nav.xmenu > .nav > li.sub-menu-down .sub-menu-down > a {
  position: relative;
}
.header-nav.xmenu > .nav > li.menu-item-has-children .sub-menu-down > a:after, .header-nav.xmenu > .nav > li.sub-menu-down .sub-menu-down > a:after {
  content: "\f054";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 6 Sharp";
  font-size: 10px;
  float: right;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li.menu-item-has-children .sub-menu-down > a:after, .header-nav.xmenu > .nav > li.sub-menu-down .sub-menu-down > a:after {
    background-color: var(--secondary);
    opacity: 0.8;
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 11px;
    margin-top: -5px;
  }
}
.header-nav.xmenu > .nav > li.menu-item-has-children .sub-menu-down.open > a:after, .header-nav.xmenu > .nav > li.sub-menu-down .sub-menu-down.open > a:after {
  content: "\f078";
}

/*
.header-nav.xmenu > .nav > li.menu-item-has-children > a:after, .header-nav.xmenu > .nav > li.sub-menu-down > a:after {
  content: "";
  margin-left: 5px;
  margin-top: -5px;
  background-image: url(../img/xmenu/star.svg);
  display: inline-block;
  width: 12px;
  height: 12px;
}
*/

@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li.menu-item-has-children > a:after, .header-nav.xmenu > .nav > li.sub-menu-down > a:after {
    display: none;
  }
}
.header-nav.xmenu > .nav > li.menu-item-has-children > a i.tabindex, .header-nav.xmenu > .nav > li.sub-menu-down > a i.tabindex {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li.menu-item-has-children > a i.tabindex, .header-nav.xmenu > .nav > li.sub-menu-down > a i.tabindex {
    display: block;
    font-size: 9px;
    margin-left: 5px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .header-nav.xmenu > .nav > li.menu-item-has-children > a i.tabindex, .header-nav.xmenu > .nav > li.sub-menu-down > a i.tabindex {
    background-color: var(--secondary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 11px;
    margin: 0;
  }
  .header-nav.xmenu > .nav > li.menu-item-has-children > a i.tabindex:before, .header-nav.xmenu > .nav > li.sub-menu-down > a i.tabindex:before {
    content: "\f054";
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li.menu-item-has-children.open > a i.tabindex:before, .header-nav.xmenu > .nav > li.sub-menu-down.open > a i.tabindex:before {
    content: "\f078";
  }
}
.header-nav.xmenu > .nav > li > a {
  color: var(--white);
  font-size: 16px;
  padding: 28px 15px;
  font-family: var(--font-family-title);
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  position: relative;
  line-height: 24px;
}
@media only screen and (max-width: 1199px) {
  .header-nav.xmenu > .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li > a {
    padding: 8px 0;
    display: block;
    line-height: 30px;
    font-size: 16px;
  }
}
.header-nav.xmenu > .nav > li > a span {
  display: inline-block;
}
.header-nav.xmenu > .nav > li .mega-menu,
.header-nav.xmenu > .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  visibility: hidden;
  z-index: 10;
  margin-top: 20px;
  text-align: left;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu,
  .header-nav.xmenu > .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .header-nav.xmenu > .nav > li .mega-menu > li > a i.tabindex,
  .header-nav.xmenu > .nav > li .sub-menu > li > a i.tabindex {
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: #eee;
  }
}
.header-nav.xmenu > .nav > li .mega-menu .menu-item-has-children > a:before,
.header-nav.xmenu > .nav > li .sub-menu .menu-item-has-children > a:before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  font-size: 10px;
  margin-top: 2px;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu .menu-item-has-children.open > a:before,
  .header-nav.xmenu > .nav > li .sub-menu .menu-item-has-children.open > a:before {
    content: "\f054";
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu,
  .header-nav.xmenu > .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
  }
  .header-nav.xmenu > .nav > li .mega-menu > li > a i.tabindex,
  .header-nav.xmenu > .nav > li .sub-menu > li > a i.tabindex {
    display: none;
  }
  .header-nav.xmenu > .nav > li .mega-menu .has-child > a:before,
  .header-nav.xmenu > .nav > li .mega-menu .menu-item-has-children > a:before, .header-nav.xmenu > .nav > li .mega-menu > li > a i.tabindex,
  .header-nav.xmenu > .nav > li .sub-menu .has-child > a:before,
  .header-nav.xmenu > .nav > li .sub-menu .menu-item-has-children > a:before,
  .header-nav.xmenu > .nav > li .sub-menu > li > a i.tabindex {
    color: #fff !important;
    font-size: 14px;
    content: "\f054";
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    font-family: "Font Awesome 5 Free";
    z-index: 3;
    margin: 0 !important;
    background: var(--primary);
    border-radius: var(--border-radius-base);
    font-weight: 900;
    float: right;
  }
  .header-nav.xmenu > .nav > li .mega-menu .has-child.open > a:before .menu-item-has-children.open > a:before,
  .header-nav.xmenu > .nav > li .sub-menu .has-child.open > a:before .menu-item-has-children.open > a:before {
    content: "\f078";
    background: #333;
  }
}
.header-nav.xmenu > .nav > li .mega-menu li,
.header-nav.xmenu > .nav > li .sub-menu li {
  position: relative;
}
.header-nav.xmenu > .nav > li .mega-menu li a,
.header-nav.xmenu > .nav > li .sub-menu li a {
  color: #5E626F;
  display: block;
  font-size: 14px;
  padding: 5px 0;
  line-height: 20px;
  text-transform: capitalize;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 400;
}
.header-nav.xmenu > .nav > li .mega-menu li a.menu-title,
.header-nav.xmenu > .nav > li .sub-menu li a.menu-title {
  color: var(--title);
  display: block;
  padding: 0;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: var(--font-family-title);
}
.header-nav.xmenu > .nav > li .mega-menu li:hover > a,
.header-nav.xmenu > .nav > li .sub-menu li:hover > a {
  color: var(--primary);
}
.header-nav.xmenu > .nav > li .mega-menu li .name a,
.header-nav.xmenu > .nav > li .sub-menu li .name a {
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  padding: 0;
}
.header-nav.xmenu > .nav > li .mega-menu li > .sub-menu,
.header-nav.xmenu > .nav > li .sub-menu li > .sub-menu {
  left: 220px;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu li > .sub-menu,
  .header-nav.xmenu > .nav > li .sub-menu li > .sub-menu {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu .mega-menu,
  .header-nav.xmenu > .nav > li .mega-menu .sub-menu,
  .header-nav.xmenu > .nav > li .sub-menu .mega-menu,
  .header-nav.xmenu > .nav > li .sub-menu .sub-menu {
    border-top: 0;
    padding-left: 20px;
  }
}
.header-nav.xmenu > .nav > li .sub-menu {
  width: 220px;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .sub-menu {
    width: 100%;
    padding: 0;
  }
}
.header-nav.xmenu > .nav > li .sub-menu li > a {
  padding: 5px 30px;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .sub-menu li > a {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
}
.header-nav.xmenu > .nav > li .sub-menu li > a > i.tabindex {
  color: inherit;
  display: block;
  float: right;
  font-size: 18px;
  opacity: 1;
  margin-top: 0px;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .sub-menu li > a > i.tabindex {
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu > .nav > li .sub-menu.sub-menu-md {
    width: 320px;
  }
  .header-nav.xmenu > .nav > li .sub-menu.sub-menu-lg {
    width: 420px;
  }
}
.header-nav.xmenu > .nav > li .mega-menu {
  right: 0px;
  z-index: 9;
  padding: 50px;
}
.header-nav.xmenu > .nav > li .mega-menu > li {
  display: block;
  padding: 15px 0 15px;
  position: relative;
  vertical-align: top;
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu > li {
    width: 100%;
    padding: 0;
  }
}
.header-nav.xmenu > .nav > li .mega-menu > li > a {
  color: var(--title);
  display: block;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  font-family: var(--font-family-title);
}
.header-nav.xmenu > .nav > li .mega-menu > li > a > i.tabindex {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu > li > a {
    display: none;
  }
}
.header-nav.xmenu > .nav > li .mega-menu > li:last-child:after {
  display: none;
}
.header-nav.xmenu > .nav > li .mega-menu > li:hover > a {
  background-color: transparent;
}
.header-nav.xmenu > .nav > li .mega-menu > li li i.tabindex {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
@media only screen and (max-width: 1199px) {
  .header-nav.xmenu > .nav > li .mega-menu {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li .mega-menu {
    display: none;
    padding: 10px 0;
  }
}
.header-nav.xmenu > .nav > li.active > a, .header-nav.xmenu > .nav > li:hover > a {
  color: var(--primary);
}
.header-nav.xmenu > .nav > li.active > .mega-menu, .header-nav.xmenu > .nav > li.active > .sub-menu, .header-nav.xmenu > .nav > li:hover > .mega-menu, .header-nav.xmenu > .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 11;
  pointer-events: unset;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li.active > .mega-menu, .header-nav.xmenu > .nav > li.active > .sub-menu, .header-nav.xmenu > .nav > li:hover > .mega-menu, .header-nav.xmenu > .nav > li:hover > .sub-menu {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
.header-nav.xmenu > .nav > li.active > .mega-menu li.active > .sub-menu,
.header-nav.xmenu > .nav > li.active > .mega-menu li:hover > .sub-menu, .header-nav.xmenu > .nav > li.active > .sub-menu li.active > .sub-menu,
.header-nav.xmenu > .nav > li.active > .sub-menu li:hover > .sub-menu, .header-nav.xmenu > .nav > li:hover > .mega-menu li.active > .sub-menu,
.header-nav.xmenu > .nav > li:hover > .mega-menu li:hover > .sub-menu, .header-nav.xmenu > .nav > li:hover > .sub-menu li.active > .sub-menu,
.header-nav.xmenu > .nav > li:hover > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: -1px;
  pointer-events: unset;
}
.header-nav.xmenu > .nav > li.open .mega-menu,
.header-nav.xmenu > .nav > li.open .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.header-nav.xmenu > .nav > li.open .open > .mega-menu, .header-nav.xmenu > .nav > li.open .open > .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
@media only screen and (max-width: 1480px) {
  .header-nav.xmenu > .nav > li:nth-last-child(4) .sub-menu .sub-menu, .header-nav.xmenu > .nav > li:nth-last-child(3) .sub-menu .sub-menu, .header-nav.xmenu > .nav > li:nth-last-child(2) .sub-menu .sub-menu, .header-nav.xmenu > .nav > li:last-child .sub-menu .sub-menu {
    left: -220px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav {
    float: none;
    padding: 0 20px;
  }
}

.xmenu.xmenu-start {
  justify-content: start;
}
.xmenu.xmenu-center {
  justify-content: center;
}
.xmenu.xmenu-end {
  justify-content: flex-end;
}
.xmenu .badge {
  font-size: 10px;
  padding: 2px 5px;
}
.xmenu .mega-menu {
  max-width: 1200px;
  width: 1200px;
  left: 80px !important;
  height: auto;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}
@media only screen and (min-width: 1191px) and (max-width: 1280px) {
  .xmenu .mega-menu {
    max-width: 1080px;
    width: 1080px;
  }
}
@media only screen and (max-width: 1191px) {
  .xmenu .mega-menu {
    left: 0 !important;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .xmenu .mega-menu {
    max-height: unset;
    overflow-y: unset;
  }
}
.xmenu .mega-menu ul {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .xmenu .mega-menu ul {
    margin-bottom: 0;
  }
}
.xmenu .mega-menu > ul {
  margin: 0 -15px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 991px) {
  .xmenu .mega-menu > ul {
    display: flex;
  }
}
.xmenu .mega-menu > ul > li {
  padding: 0 15px;
  flex: 1 0 0%;
  min-width: 180px;
}
.xmenu .mega-menu .line-left {
  position: relative;
}
.xmenu .mega-menu .line-left:after {
  content: "";
  position: absolute;
  height: calc(100% + 70px);
  left: 0;
  top: -50px;
  background: #eee;
  width: 1px;
}
@media only screen and (max-width: 991px) {
  .xmenu .mega-menu .line-left:after {
    content: none;
  }
}
.xmenu .mega-menu.shop-menu {
  max-width: 1140px;
}
@media only screen and (max-width: 1199px) {
  .xmenu .mega-menu.shop-menu {
    max-width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .xmenu .mega-menu .portfolio-nav-link {
    display: flex;
    flex-wrap: wrap;
  }
  .xmenu .mega-menu .portfolio-nav-link > li {
    width: 20%;
    padding: 0 15px;
  }
  .xmenu .mega-menu .portfolio-nav-link a {
    padding: 0;
    padding: 0 !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .xmenu .mega-menu .portfolio-nav-link a img {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .xmenu .mega-menu .portfolio-nav-link a img {
    display: none;
  }
}
.xmenu .menu-close {
  position: absolute;
  right: 20px;
  top: 25px;
  background-color: #000;
  width: 25px;
  height: 25px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  display: none;
}
@media only screen and (max-width: 991px) {
  .xmenu .menu-close {
    display: flex;
    z-index: 999;
  }
}

.menu-close {
  position: fixed;
  top: 0;
  background-color: #000;
  width: 0;
  height: 100%;
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 999;
}
.menu-close.fade-left {
  left: 0;
}
.menu-close.fade-right {
  right: 0;
}
.menu-close.fade-overlay {
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.xmenu-toggler.open ~ .menu-close.fade-left, .xmenu-toggler.open ~ .menu-close.fade-right {
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.xmenu-toggler.open ~ .menu-close.fade-overlay {
  opacity: 0.5;
  visibility: visible;
}

.xmenu-end.header-nav .nav > li > .mega-menu {
  right: 80px;
  left: auto !important;
}
@media only screen and (max-width: 1199px) {
  .xmenu-end.header-nav .nav > li > .mega-menu {
    right: 0;
  }
}

.justify-content-end.header-nav .nav > li > .mega-menu {
  right: 80px;
  left: auto !important;
}
@media only screen and (max-width: 1199px) {
  .justify-content-end.header-nav .nav > li > .mega-menu {
    right: 0;
  }
}

body.fixed {
  overflow: hidden;
}

.navbar-nav.nav > li > a .badge:not(.badge-drop) {
  transform: translateY(-2px);
}
@media only screen and (min-width: 991px) {
  .navbar-nav.nav > li > a .badge-drop {
    position: absolute;
    top: 9px;
  }
  .navbar-nav.nav > li > a .drop-start {
    left: 15px;
  }
  .navbar-nav.nav > li > a .drop-center {
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar-nav.nav > li > a .drop-end {
    right: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-nav.nav > li > a .badge {
    transform: translateY(-2px);
  }
}

.header-nav.xmenu .nav > li.menu-left {
  position: relative;
}
.header-nav.xmenu .nav > li.menu-left > .sub-menu {
  left: 0 !important;
}
.header-nav.xmenu .nav > li.menu-right {
  position: relative;
}
.header-nav.xmenu .nav > li.menu-right > .sub-menu {
  right: 0;
  left: auto !important;
}
.header-nav.xmenu .nav > li.menu-right > .sub-menu .sub-menu {
  left: -220px;
}
.header-nav.xmenu .nav > li.menu-center {
  position: relative;
}
.header-nav.xmenu .nav > li.menu-center > .sub-menu {
  left: 50% !important;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1191px) {
  .header-nav.xmenu .nav > li.has-mega-menu.full-width .mega-menu {
    width: calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu.wide-width .mega-menu {
    width: 100%;
    max-width: 100%;
    left: 0 !important;
    padding-left: 80px;
    padding-right: 80px;
    left: 50% !important;
    transform: translate(-50%);
    width: 100vw;
    max-width: 100vw;
  }
}
@media only screen and (min-width: 1300px) {
  .container .header-nav.xmenu .nav > li.has-mega-menu.wide-width .mega-menu {
    padding-left: calc((100vw - 1320px) / 2 + 15px);
    padding-right: calc((100vw - 1320px) / 2 + 15px);
  }
}
@media only screen and (max-width: 1280px) {
  .header-nav.xmenu .nav > li.has-mega-menu.wide-width .mega-menu {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu.wide-width .mega-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-nav.xmenu .nav > li.has-mega-menu.auto-width .mega-menu {
  width: fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu.auto-width .mega-menu {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1191px) {
  .header-nav.xmenu .nav > li.has-mega-menu.auto-width .mega-menu > ul > li {
    width: 250px;
  }
}
.header-nav.xmenu .nav > li.has-mega-menu.menu-left {
  position: relative;
}
.header-nav.xmenu .nav > li.has-mega-menu.menu-left .mega-menu {
  left: 0 !important;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .post-menu {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1190px) {
  .header-nav.xmenu .nav > li.has-mega-menu.menu-left.auto-width .mega-menu > ul > li, .header-nav.xmenu .nav > li.has-mega-menu.menu-center.auto-width .mega-menu > ul > li, .header-nav.xmenu .nav > li.has-mega-menu.menu-right.auto-width .mega-menu > ul > li {
    width: 180px;
  }
}
.header-nav.xmenu .nav > li.has-mega-menu.menu-left .mega-menu, .header-nav.xmenu .nav > li.has-mega-menu.menu-center .mega-menu, .header-nav.xmenu .nav > li.has-mega-menu.menu-right .mega-menu {
  width: max-content;
  max-width: max-content;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu.menu-left .mega-menu, .header-nav.xmenu .nav > li.has-mega-menu.menu-center .mega-menu, .header-nav.xmenu .nav > li.has-mega-menu.menu-right .mega-menu {
    width: 100%;
    max-width: 100%;
  }
}
.header-nav.xmenu .nav > li.has-mega-menu.menu-right {
  position: relative;
}
.header-nav.xmenu .nav > li.has-mega-menu.menu-right .mega-menu {
  right: 0;
  left: auto !important;
}
.header-nav.xmenu .nav > li.has-mega-menu.menu-center {
  position: relative;
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu.menu-center .mega-menu {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.header-nav.xmenu .nav > li.has-mega-menu .menu-title {
  color: var(--title);
  display: block;
  padding: 0;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: var(--font-family-title);
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-title {
    font-size: 14px;
    color: #566593;
    padding: 0 !important;
    font-weight: 400;
    text-align: left !important;
    display: none;
  }
}
.header-nav.xmenu .nav > li.has-mega-menu .demo-menu a img {
  width: 100%;
  transition: all 0.4s;
}
.header-nav.xmenu .nav > li.has-mega-menu .demo-menu a span {
  display: block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .demo-menu a img {
    display: none;
  }
}
.header-nav.xmenu .nav > li.has-mega-menu .demo-menu a:hover img {
  transform: translateY(-5px);
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left > ul {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left {
    width: 80%;
    flex: 0 0 80%;
    padding-left: 0;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li {
    width: 20%;
    text-align: center;
    padding: 0 10px;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li img {
    margin-bottom: 5px;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li span {
    margin-bottom: 5px;
    display: block;
  }
}
@media only screen and (min-width: 991px) and (max-width: 767px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li {
    width: 25%;
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 575px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul > li {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-left > ul .month-deal {
    width: 100%;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-right {
    width: 20%;
    flex: 0 0 20%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-left .side-right {
    padding-left: 15px;
    width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right > ul {
    flex-wrap: wrap;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-left {
    width: 66%;
    flex: 0 0 66%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 767px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-left {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-left > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-left > ul > li {
    width: 33.33%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 575px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-left > ul > li {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-left > ul .month-deal {
    width: 100%;
    flex: 0 0 100%;
  }
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-right {
    width: 34%;
    flex: 0 0 34%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 767px) {
  .header-nav.xmenu .nav > li.has-mega-menu .menu-media-right .side-right {
    display: none;
  }
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
.widget_post ul li {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.widget_post ul li:last-child {
  padding-bottom: 0;
}
.widget_post ul .dz-media {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 0;
  margin-right: 15px;
}
.widget_post ul .dz-media img {
  border-radius: 10px;
}
.widget_post ul .dz-content .name {
  margin-bottom: 0;
  font-weight: 600;
}
.widget_post ul .dz-content .time {
  font-size: 13px;
  font-weight: 400;
}

.header-nav.xmenu > .nav > li.menu-item-has-children > a i.badge-icon,
.header-nav.xmenu > .nav > li.sub-menu-down > a i.badge-icon {
  display: inline-block !important;
}

.show-focus-outline li:focus-within > .mega-menu,
.show-focus-outline li:focus-within > .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0 !important;
}

.show-focus-outline .sub-menu-down a:focus {
  outline: 2px solid #000 !important;
}

.show-focus-outline .sub-menu-down a:after:focus {
  outline: 2px solid #000 !important;
}

/*# sourceMappingURL=style.css.map */
