
.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: 200px;
  height: 90px;
  position: relative;
  z-index: 9;
}

@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;
}
.header-style-2.dark-primary .extra-nav,
.header-style-2.dark-primary .is-fixed .extra-nav {
  padding: 45px 0;
}
.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);
} */
.header-style-6 .main-bar {
    background: #252220 !important;
    height: 35px;
}
.header-style-3 .main-bar {
    background-color: #f5f5f5;
    height: 45px;
    border-bottom: 1px solid #e3e3e3;

}
.header-style-3 .header-nav.xmenu .nav > li > a{
  padding: 32px 15px;
  color: #fff;

}
.header-style-4 .header-nav.xmenu .nav > li > a, .header-style-4 .is-fixed .header-nav.xmenu .nav > li > a{
  padding: 25px 15px;
  color: #fff;
}
@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;
  color: var(--title);
}
.header-style-4.style-1 .extra-nav{
   height: 60px;
   color: #fff;
}
.header-style-4 .extra-nav{
   height: 70px;
   color: #fff;
}
.header-style-4 .mostion {
    display: none;
}
.header-style-1 .top-bar{
  background-color: #f5f5f5;
  color: #ababab;
  padding: 5px 0;
  border: none;
}
.header-style-1 .header-nav.xmenu > .nav > li > a {
  color: #fff;
}
.header-style-5 .main-bar {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-style-4.style-1 .header-nav.xmenu .nav > li.active > a,
.header-style-4.style-1 .header-nav.xmenu .nav > li:hover > a {
  color: #fff;
}
.header-transparent {
    position: absolute;
    width: 100%;
}
.header-style-4.style-1 .header-nav.xmenu .nav > li > a {
    padding: 20px 15px;
    color: #fff;
}
.header-style-5 .header-nav.xmenu .nav > li > a {
    color: #fff;
}
.site-header .extra-nav .extra-cell {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.site-header .extra-nav .extra-cell > * {
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex-direction: inherit;
  margin-right: -10px;
}
.site-header.style-1 .main-bar.style-1 .extra-nav .header-right .site-button-link i{
  filter: brightness(0.9);
  color: #fff;
}

.header-style-7 .extra-nav {
    padding: 20px 0 10px;
}
.header-style-5 .is-fixed .header-nav.xmenu .nav li a {
    color: #555;
}
.header-style-5 .main-bar-wraper:not(.is-fixed) .main-bar .inner-bar .logo-dark{
    display: none;
}
.header-style-5 .is-fixed .main-bar .inner-bar .logo-light{
    display: none;
}
@media only screen and (max-width: 991px) {
  .site-header .extra-nav .extra-cell > * {
    margin-left: 15px;
  }
  .header-style-4 .mostion {
    display: table !important;
  }
  .header-style-3 .header-nav.xmenu .nav > li > a{
    padding: 8px 12px;
    color: #555;
  }
  .header-style-4 .header-nav.xmenu .nav > li > a{
    padding: 8px 12px;
    color: #555;
  }
  .header-style-5 .header-nav.xmenu .nav > li > a {
   color: #555;
  }
  .header-style-6 .mostion {
    width: 180px !important;
    height: 50px !important;
    display: table !important;
  }
  .header-style-4.style-1 .logo-header {
    width: 200px;
    height: 80px;
  }
  .header-style-4.style-1 .header-nav.xmenu .nav > li > a {
    color: #000;
    padding: 8px 20px;
  }
  .header-style-4.style-1 .header-nav.xmenu .nav > li.active > a, .header-style-4.style-1 .header-nav.xmenu .nav > li:hover > a {
    color: #000;
  }
  .header-style-4.style-1 .extra-nav {
      height: 80px;
    }
    .header-style-4 .header-nav.xmenu .nav > li > a, .header-style-4 .is-fixed .header-nav.xmenu .nav > li > a{
      padding: 8px 20px;
      color: #555;
    }
}

.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;
}
.site-header .extra-nav .extra-cell ul li .site-button {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 2px;
}
@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: 14px;
  color: #180000;
  font-weight: 600;
}
.site-header .extra-nav .extra-cell ul li .site-button i{
  font-size: 14px;
  color: #fff;
  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: 768px) {
  .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: 22px 0px 22px 30px;
  }
  .header-style-6 .xmenu-toggler {
      margin: 6px 0px 6px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .xmenu-toggler {
    margin: 10px 0px 10px 20px;
  }
  .sticky-header.is-fixed .xmenu-toggler{
    margin: 20px 0px 20px 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: 992px) {
  .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.xmenu .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;
  display: flex;
    justify-content: center;
    align-items: center;
}
@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 5 Free";
  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(../images/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 {
  border-radius: 0px;
  color: #555555;
  font-size: 14px;
  padding: 34px 10px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.header-style-6 .header-nav .nav > li > a {
    padding: 11px 18px 10px 18px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    border-radius: 5px;
    margin-right: 5px;
}
.header-style-7 .header-nav .nav > li > a  {
    font-size: 18px ;
    font-weight: 400 ;
    font-family: 'Poppins';
    text-transform: capitalize;
    color: #666666 ;
}
@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: 10px 20px;
    display: block;
    line-height: 30px;
    font-size: 16px;
    border-top: none;
  }
  .header-style-1 .header-nav.xmenu > .nav > li > a {
    color: #555;
  }
  .header-style-6 .header-nav.xmenu > .nav > li > a {
        line-height: 30px;
        font-size: 16px;
        padding: 11px 18px 10px 18px;
        border-top: none;
        border-radius: 0;
        display: block;
  }
}
.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: 10px 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: #777;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    padding: 8px 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.xmenu .mega-menu ul li {
    list-style: none;
}
.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: 10px 20px;
}
@media only screen and (max-width: 991px) {
 .header-nav.xmenu > .nav > li .sub-menu li > a,
.header-nav.xmenu > .nav > li .mega-menu li > a {
    padding: 10px 20px;
    background-color: #f6f6f6;;
}
}
.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: 0px 15px;
}
.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 20px;
  }
  .xmenu .mega-menu ul::after {
    display: none !important;
  }
}
.header-style-6 .extra-nav{
  height: 50px;
  padding-left: 5px
}
.header-style-6 .extra-nav .extra-cell{
  margin-right: 5px;
  margin-left: 5px;
}
.header-style-6 .social-line li a{
  padding: 12px 18px !important
}
.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: 0px;
  }
  .header-style-6 .header-nav.xmenu > .nav {
    float: none;
    padding: 0px;
  }
}

.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 {
    padding: 10px 0px;
}
.xmenu .mega-menu ul::after{
    content: "";
    background-color: rgba(204, 204, 204, 0.4);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}
@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 {
    display: table-cell;
    padding: 10px 0;
    vertical-align: top;
    width: 25%;
}
.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;
  }
  .header-style-7 .header-nav.xmenu ul li a{
		padding: 34px 5px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 1024px) {
    .header-style-7 .header-nav.xmenu ul li a {

      font-size: 16px;  
    }
    .header-style-7 .extra-nav .header-right .item-btn2 a {
      width: 100px;
      height: 45px;
      font-size: 15px;
    }
  .header-style-7 .extra-nav .header-right .item-btn1 a{
    font-size: 15px;
  }
}
@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-style-7 .header-nav.xmenu ul li a{
    padding: 10px 20px;
  }
}
.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%;
  }
  .xmenu .mega-menu > ul > li {
    display: inline;
  } 
}
.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: #000000;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-transform: capitalize;
}
@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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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 */

