* {
  margin: 0;
  padding: 0;
}

body, html {
	margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif; 
}

h1 {
	font-size: 36px;
}

h2{
	
}

p{
	font-size: 16px;
	line-height: 28px;
}
h1 span{
	font-weight: bold;color: #195148;
}

.rowgap{
	margin-top: 50px;
}

.rowgap2{
	margin-top: 80px;
}

.rounded-button {
      display: inline-block;
      padding: 12px 30px;
      font-size: 16px;
      font-weight: normal;
      color: #ffffff;
      background-color: #195148; 
      border: none;
      border-radius: 25px;
      text-decoration: none;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .rounded-button:hover {
      background-color: #387d6f;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
      transform: translateY(-2px);
    }

    .rounded-button:active {
      transform: translateY(2px);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

.btncolor{
	background-color: #fab236 !important;
}


.headerwrap{
	width: 100%;
	height: 800px;
	 background-image: url('../images/main-bg.jpg'); 
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat;
}

header{
	width: 100%;
	height: 95px;
}

header .header-top{
	width: 100%;
	height: 45px;
	padding-top: 10px;
	background: #195148;
}

header .header-top i, header .header-top span, header .header-top a{
	color: #fff;
	font-size: 14px;
}

header .header-top i{
	color: #fab236;
	font-size: 14px;
}

header .logowrap{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 99;
}

header .logo{
	position: absolute;
	top:-10px;
	left: 0;
	width: 150px;
	height: 150px;
}

header .navwrap{
	margin: 15px 0;
}

/* Align main navigation menu to the right */
header .navwrap nav {
	display: flex;
	justify-content: flex-end;
}

header .header-btm{
	position: relative;
}


header .header-social{
	position: absolute;
	top: 420px;
	left: 10px;
  z-index: 999;
}


/* Main Slider */

 /* Full-page slider styling */
    #main-slider {
      position: relative;
      width: 100%;
      height: 705px; /* 100vh */
    }

 #main-slider .owl-carousel {
    position: relative;  
}

    #main-slider .owl-carousel .item {
      height: 750px;  /* Full viewport height */ /* 100vh */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #main-slider .owl-carousel .item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

     #main-slider .slider-text {
      margin:170px 0 0 120px;
      /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);*/
    }

    .slider-text h2{
      font-size: 96px;
      color: #fab236;
      font-weight: bold;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    }

    .slider-text h3{
      font-size: 48px;
      color: #000;
      font-weight: bold;
    }

     .owl-nav button.owl-prev, 
    .owl-nav button.owl-next {
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 30px;
      border-radius: 50%;
      padding: 10px;
    }


/* custom dot */
 #main-slider .owl-carousel .owl-dot {
    display: none;  
}

.custom-dots {
    position: absolute;
    bottom: 30px;  
    left: 50%;
    transform: translateX(-50%);  
    text-align: center;
    z-index: 10;  
}

.custom-dots .dot {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background-color: transparent;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
}

.custom-dots .dot i {
    font-size: 20px;
    color: #195148;  
    text-align: center;
    line-height: 30px;
}

.custom-dots .dot:hover i {
    color: #FF5733;  
    transform: scale(1.2);  
}

.custom-dots .dot.active i {
    color: #FF5733; 
    transform: scale(1.2); 
}

.custom-dots .dot.active:hover i {
    color: #FFF;  
    transform: scale(1.2); 
}

/* End Main Slider */

.social-icons {
  display: flex;
  flex-direction: column;
  gap: 15px; 
  transform: translateY(-50%);
}

.social-icon {
  font-size: 24px; 
  color: #555; 
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
}

.social-icon .fa-facebook-f { color: #1877F3; }
.social-icon .fa-instagram { color: #E4405F; }
.social-icon .fa-tiktok { color: #000000; }

.social-icon:hover {
  transform: scale(1.2); 
}

.social-icon:hover .fa-facebook-f { color: #145db2; }
.social-icon:hover .fa-instagram { color: #bc2a8d; }
.social-icon:hover .fa-tiktok { color: #25F4EE; }

.iconanimate1{
	position: absolute;
	bottom: -50px;
	right: 50px;
	width: 150px; 
    height: 150px; 
    animation: small-movement 2s infinite ease-in-out;
}

@keyframes small-movement {
      0% {
        transform: translateY(0); /* Start position */
      }
      50% {
        transform: translateY(-10px); /* Moves up slightly */
      }
      100% {
        transform: translateY(0); /* Returns to start */
      }
    }

/* Category section */

#category{
	padding: 50px 0;
	 background-image: url('../images/category-bg.jpg'); 
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat;
}

#category .description{
	font-size: 18px;
	margin: auto;
	padding-top: 30px;
}
	
	.rounded-box {
      border-radius: 15px;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 300px;
	  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      color: white;
      position: relative;
      overflow: hidden;
    }
    .rounded-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
		color: #fab236;
    }
    .rounded-box::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0);
      z-index: 1;
    }
    .rounded-box span {
      position: relative;
      z-index: 2;
      font-size: 20px;
      font-weight: bold;
		transition: all 0.3s ease;
    }

 a {
      text-decoration: none;
    }

#category .categoryname{
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}

#category .btn{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 20px;
	text-align: center;
}

#category .aboutcntwrap{
	position: relative;
	width: 100%;
	height: auto;
}

#category .abouheading{
	position: absolute;
	top: -80px;
	left: -50px;
	width: 100%;
	height: auto;
	font-size: 36px;
	color: #195148;
}

#category .abouttext{
	margin-left: 50px;
	margin-top: 150px;
}

.abouheading span{
	font-weight: bold;color: #000;
}

.aboutcntwrap .aboutmorebtn{
 margin-left: 50px;
	margin-top: 30px;
}

/* End Category section */

/* Latest Products */

#latestproducts{
	padding: 50px 0 0 0;
	background-image: url('../images/product-bg.jpg'); 
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat;
}

#latestproducts .description{
	font-size: 18px;
	padding-top: 30px;
}


/* Main container for the carousel */
    .swiper-container {
		position: relative;
      width: 100%;
      height: 700px;
      padding: 20px;
      overflow: hidden; 
		padding-bottom: 100px;
    }

    /* Swiper wrapper */
     .swiper-container .swiper-wrapper {
      display: flex;
    }

    /* Each slide */
    .swiper-container .swiper-slide {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 10px;
      background-color: #f9f9f9;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      position: relative;
      overflow: hidden;
      margin-top: 30px; 
    }

    /* Hover Effect */
    .swiper-container .swiper-slide:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    /* Image style */
     .swiper-container .swiper-slide img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
		 transition: transform 0.3s ease;
    }

.sales-label {
      position: absolute;
      top: 40px;
      left: 20px;
      background-color: #f44336;
      color: white;
      padding: 5px 10px;
      font-size: 0.9em;
      font-weight: bold;
      border-radius: 5px;
      z-index: 10;
    }

    /* Title and description */
     .swiper-container h3 {
      font-size: 18px;
      margin-top: 30px;
		 text-align: center;
    }

    .swiper-container  p {
      font-size: 16px;
      color: #fab236;
      text-align: center;
    }



 .swiper-container .swiper-pagination {
  position: absolute;
  bottom:  20px !important; 
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 10;
	
}

 .swiper-container .swiper-pagination-bullet {
background: #195148 !important;	
	width: 20px;
	height: 20px;
}

/* Navigation buttons styling */
 .swiper-container .swiper-button-next,
 .swiper-container .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #195148;
  padding: 10px;
  cursor: pointer;
}

 .swiper-container .swiper-button-next {
  right: 10px;
	top: 50px;
}

 .swiper-container .swiper-button-prev {
  left: 1000px;
	top: 50px;
}


/* End Latest products */

/* By Season */

#buyseasons{
	padding: 50px 0 0 0;
	background-image: url('../images/category-bg.jpg'); 
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat;
}

#buyseasons .description{
	font-size: 18px;
	padding-top: 30px;
}

/* End by season */

/* Brands */

#brands {
  margin: auto;
  max-width: 1600px;
  padding: 10px 0;
}

#brands .swiper-container {
  width: 100%;
  padding: 20px 0;
  height: 150px;
  overflow: hidden; 
	padding-bottom: 0px;
}
#brands .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: none;
  overflow: hidden;
}
#brands .swiper-slide img {
  max-width: 100%;
  height: auto;
  border-radius: 0px;
	transition: transform 0.3s ease;
}

/* End brands */

/* Footer */

footer {
	padding: 150px 0 80px 0;
	 background-image: url('../images/footerbg.png'); 
  background-size: cover; 
  background-position: top center; 
  background-repeat: no-repeat;
}

footer h5{
	
}

footer h5 {
    position: relative;
    display: inline-block; 
    font-weight: bold; 
    margin-bottom: 1rem; 
	color: #fab236;
  }

  footer h5::after {
    content: '';
    display: block;
    width: 40px; 
    height: 2px;
    background-color: #f8d210; 
    margin-top: 15px; 
    border-radius: 3px;
  }

footer .footer-about p{
	font-size: 16px;
	line-height: 24px;
}

.footeraboutwrap {
      display: flex;
      align-items: center; 
      justify-content: space-between; 
      gap: 20px; 
      padding: 0px; 
    }

   .footeraboutwrap .image {
      flex: 0 0 auto; 
    }

   .footeraboutwrap .image img {
      max-width: 100%; 
      height: auto;
    }

    .footeraboutwrap .content {
      flex: 1; 
    }

footer .footer-links a{
	line-height: 30px;
}

footer .footer-contact a{
	line-height: 30px;
	color: #fff;
}
 footer .footer-contact li > a:after {
    content: ' ';
}

/* End Footer */

/* blank page */
#pagebody {
  margin: auto;
  max-width: 1600px;
  padding: 80px 0;
}

#main-breadcrumb{
  margin: auto;
  max-width: 1600px;
  padding: 100px 0 20px 0px;
}

.headerwrap-other{
	width: 100%;
	height: 370px;
	/* background-image: url('../images/main-bg-other.jpg'); 
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat;*/
  background-color: #195148;
}

.social-links-next{
  display: inline-block ;
}

/* Responsive section */

/* 1400 */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;  /* 1320px */
    }
}

/* 1200 */
@media (max-width: 1199px) {
  #main-slider .owl-carousel .item {
    height: 690px;
}
}

/* 1024 */
@media (max-width: 1024px) {
  
  .slider-text h2{
    font-size: 60px;
    color: #fab236;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  }

  .slider-text h3{
    font-size: 40px;
    color: #000;
    font-weight: bold;
  }


 
}


/* 992 */
@media (max-width: 991px) {

  #main-slider .slider-text {
    margin:400px 0 0 100px;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); */
}

#main-slider {
  position: relative;
  width: 100%;
  height: 1250px; /*  */
}

#main-slider .owl-carousel .item {
  height: 1200px;  /* Full viewport height */ /* 100vh */
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-slider .owl-carousel .item img {
  max-height: 450px;
}

#category .abouttext {
  margin-left: 10px;
  margin-top: 150px;
}

#category .abouheading {
  position: absolute;
  top: -80px;
  left: 10px;
  width: 100%;
  height: auto;
  font-size: 36px;
  color: #195148;
}

}

/* 991 */
@media all and (max-width : 991px) {

  footer {
    padding: 150px 0 80px 0;
}

}

/* 768 */
@media (max-width: 768px) {
    .swiper-container .swiper-container {
        padding: 10px;
    }
    footer {
      padding: 170px 0 80px 0;
  }
}

/* 600 */
@media (max-width: 600px) {

  #main-slider .slider-text {
    margin:250px 0 0 100px;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); */
}

  .swiper-container .swiper-slide {
    width: 100% !important;
  }
}


/* 576 */
@media (max-width: 576px) {
  
  .slider-text h2{
    font-size: 48px;
    color: #fab236;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  }

  .slider-text h3{
    font-size: 32px;
    color: #000;
    font-weight: bold;
  }

  #main-slider .slider-text {
    margin:250px 0 0 50px;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); */
}

#main-slider {
  position: relative;
  width: 100%;
  height: 900px; /*  */
}

#main-slider .owl-carousel .item {
  height: 900px;  /* Full viewport height */ /* 100vh */
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-slider .owl-carousel .item img {
  max-height: 330px;
}

.headerwrap{
	width: 100%;
	height: 800px;
	 background-image: url('../images/main-bg.jpg'); 
  background-size: cover; 
  background-position: -300px center; 
  background-repeat: no-repeat;
}

header .logo {
  position: absolute;
  top: 0px;
  left: 0;
  width: 150px;
  height: 150px;
}

 
}

/* 500 */
@media (max-width: 500px) {
    header .logo {
        position: absolute;
        top: 20px;
        left: 0;
        width: 150px;
        height: 150px;
    }

    .social-links-next{
      display: none !important;
    }

}


/* 379 */
@media (max-width: 379px) {

  .hide-on-375 {
    display: none !important;
  }

    header .logo {
        position: absolute;
        top: -30px;
        left: 0;
        width: 150px;
        height: 150px;
    }
}


/* 330  */

@media all and (max-width : 330px) {

}



/* Woocommerce styles */

.custom-product {
  margin-bottom: 20px;
}

.product-image img {
  width: 100%;
  height: auto;
}

.product-title {
  font-size: 24px;
  margin-top: 20px;
  color: #195148 !important;
}

.product-title a{
  color: #195148 !important;
}

.product-price {
  font-size: 18px;
  color: #333;
}

.add-to-cart-button {
  margin-top: 20px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
  background-color: #195148 !important;
  color: #fff !important;
  padding: 20px 20px !important;
}


.posted_in a {
  color: #195148 !important;
  text-decoration: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt{
  background-color: #195148 !important;
  color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #fff !important;
  background-color: #195148 !important;
  color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #195148 !important;
}

.wc-block-components-button:not(.is-link) {
  background: #195148 !important;
  color: #fff !important;
}

.wc-block-grid__product-title {
  color: #195148 !important;
}


/* Navbar styles */

nav{
  z-index: 99;
  position: relative;
}

nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav a {
  display: block;
  text-decoration: none;
}
nav a:hover,
nav a:visited {
  text-decoration: none;
}
.menu-bar {
  background: #195148;
  display: flex;
}
.menu-link {
  padding: 20px 25px;
  background: none;
  color: #fff;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
}
.menu-link[aria-haspopup="true"] {
  padding-right: 40px;
}
.menu-link[aria-haspopup="true"]:after {
  content: "";
  background-image: url("");
  background-size: 14px;
  width: 14px;
  height: 14px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.mega-menu-header {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #136a73;
}
.mega-menu {
  background: #164941;
  z-index: 10;
}
.mega-menu--multiLevel {
  flex-direction: column;
}
@media all and (min-width: 951px) {
  .nav {
    margin-top: 50px;
    background: #ffffff;
  }
  .nav > nav {
    max-width: 900px;
    margin: 0 auto;
  }
  .menu [aria-haspopup="true"] ~ ul {
    display: none;
  }
  .menu-bar {
    position: relative;
  }
  .menu-bar > li > [aria-haspopup="true"]:after {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#accent");
  }
  .menu-bar > li > [aria-haspopup="true"]:hover:after {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#light");
  }
  .menu-bar > li > [aria-haspopup="true"]:focus ~ ul {
    display: flex;
    transform-origin: top;
    animation: dropdown 0.2s ease-out;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul:hover {
    display: flex;
  }
  .menu-bar > li:focus-within > [aria-haspopup="true"] ~ ul {
    display: flex;
  }
  .menu-bar > li > [aria-haspopup="true"]:focus,
  .menu-bar > li:focus-within > [aria-haspopup="true"],
  .menu-bar > li:hover > a {
    background: #177e89;
    color: #ffffff;
  }
  .menu-bar > li > [aria-haspopup="true"]:focus:after,
  .menu-bar > li:focus-within > [aria-haspopup="true"]:after,
  .menu-bar > li:hover > a:after {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowTop.svg#light");
  }
  .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .mega-menu:hover {
    display: flex;
  }
  .mega-menu a:hover {
    background: #dceced;
    color: #136a73;
  }
  .mega-menu--multiLevel > li {
    width: 33.33333333%;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
    left: 33.33333333%;
    width: 33.33333333%;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul {
    width: 100%;
    left: 100%;
  }
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"] ~ ul {
    display: block;
    transform-origin: left;
    animation: flyout 0.2s ease-out;
  }
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"] ~ ul {
    display: block;
  }
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"],
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"],
  .mega-menu--multiLevel li:hover > a,
  .mega-menu--multiLevel li:focus-within > a {
    background: #dceced;
    color: #136a73;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul,
  .mega-menu--multiLevel [aria-haspopup="true"] {
    border-left: 1px solid #f0f0f0;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul:hover,
  .mega-menu--multiLevel [aria-haspopup="true"]:hover {
    display: block;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .mega-menu--flat > * {
    flex: 1;
  }
  .mobile-menu-trigger,
  .mobile-menu-header,
  .mobile-menu-back-item {
    display: none;
  }
}
@media all and (max-width: 950px) {
  .nav {
    padding: 20px;
  }
  .mobile-menu-trigger,
  .mobile-menu-header,
  .mobile-menu-back-item {
    display: block;
  }
  .mobile-menu-trigger {
    background: #177e89;
    color: #ffffff;
    border: 0;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 4px;
    margin-top: 10px;
  }
  .mobile-menu-header {
    order: -1;
    background: grey;
  }
  .mobile-menu-header a {
    padding: 20px 25px;
    color: #ffffff;
    visibility: visible;
  }
  .menu-bar {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 350px;
    max-width: 350px;
    max-width: 90%;
    overflow-x: hidden;
    transition: left 0.3s;
    box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.25);
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul {
    display: flex;
    flex-direction: column;
    background: #10382b !important; /* dark green */
    position: absolute;
    left: 100%;
    top: 0;
    max-height: 100vh;
    width: 100%;
    transition: left 0.3s;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] {
    font-size: 1.2em;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul a {
    padding-left: 40px;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul a {
    padding-left: 80px;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] {
    color: #fff;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:after {
    content: "+";
    background: none;
    font-size: 1em;
    font-weight: normal;
    height: 20px;
    line-height: 1;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul {
    max-height: 0px;
    transform-origin: top;
    transform: scaleY(0);
    transition: max-height 0.1s;
  }
  .mega-menu-content {
    padding: 20px 25px;
  }
  .mobile-menu-back-item {
    order: -1;
  }
  .mobile-menu-back-item a {
    background: #d9d9d9;
    color: #2a2a2a;
    max-height: calc(1.4em + 40px);
    margin-top: calc(0px - (1.4em + 40px));
  }
  .mobile-menu-back-item a:before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowLeft.svg#default");
    background-size: 14px;
    margin-right: 10px;
    display: inline-block;
  }
  .mobile-menu-trigger:focus ~ ul {
    left: 0;
  }
  .menu-bar:hover,
  .menu-bar:focus-within {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"]:focus ~ ul {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul {
    margin-top: calc(1.4em + 40px);
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul:hover,
  .menu-bar > li > [aria-haspopup="true"] ~ ul:focus-within {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:focus ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul li:focus-within > [aria-haspopup="true"] ~ ul {
    max-height: 500px;
    transform: scaleY(1);
  }
  .menu-bar > li:focus-within ~ .mobile-menu-header a {
    visibility: hidden;
  }
  .menu-bar > li > ul,
  .mega-menu--multiLevel {
    background: #10382b !important; /* dark green */
  }
}
@media all and (max-width: 950px) and (hover: none) {
  .mobile-menu-trigger:hover ~ ul {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"]:hover ~ ul {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul:hover {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:hover ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul:hover {
    max-height: 500px;
    transform: scaleY(1);
  }
  .menu-bar > li:hover ~ .mobile-menu-header a {
    visibility: hidden;
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flyout {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}




