/** Shopify CDN: Minification failed

Line 895:29 Expected ":"

**/
body {
  background-color: #101010 !important;
}
.hero {
  width: auto;
  background-position: center !important;
  background-size: cover !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 618px;
}
#logo {
  width: 74px;
  height: 72px;
}
.mob-marq {
  display: none;
}
.custom_header {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  padding: 0 5% 0 5%;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.navigation-menu-mob {
  display: flex;
  flex-direction: column;
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  gap: 20px;
}
.navigation-menu-mob li {
  display: block;
}
.navigation-menu-mob li a {
  text-decoration: none;
  color: #fff;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
  text-decoration: none;
}
.navigation-menu {
  padding: 18px 0px 18px 0px;
  display: flex;
  flex-direction: row;
  gap: 58px;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 80%;
  font-weight: 800;
  text-transform: uppercase;
}
.navigation-menu li {
  display: block;
}

.navigation-menu li a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.navigation-menu li a:hover {
  color: #1e3387;
}
.banner-text {
  display: flex;
  width: 80%;
  padding-left: 3%;
  padding-bottom: 5%;
  justify-content: center;
  flex-direction: column;
  min-height: 500px;
  align-items: center;
  align-self: center;
}
.banner-text h1 {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 96px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px;
  margin: 0;
  text-align: center;
}

.banner-text p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.btn-primary {
  max-width: fit-content;
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 24px;
  font-weight: 800;
  background: #1e3387;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.btn-primary:hover {
  background-color: #2e4687;
}

.promo-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: fit-content;
  padding: 3% 0 3% 0;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  row-gap: 20px;
}
.promo-text img {
  width: 154.17px;
  height: 150px;
}
.promo-text h1 {
  width: 820px;
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.explore {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 3%;
}
.section-title {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}

.product-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 50px;
}
.product {
  position: relative; /* Ensures overlay is positioned relative to the image */
  display: flex;
  flex-direction: row;
  width: 100%;
}
.product img {
  display: block; /* Removes any inline spacing below images */
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product::before {
  content: ""; /* Required for the pseudo-element */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65); /* Black overlay with 50% opacity */
  z-index: 1; /* Ensures overlay is above the image */
  pointer-events: none; /* Allows interactions with the underlying image */
}

.product-details {
  display: flex;
  position: absolute;
  flex-direction: column;
  top: 70%;
  left: 5%;
  z-index: 2;
  row-gap: 20px;
}

.partner-section {
  width: 100%;
  height: 184px;
  padding: 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px
}
.partner-title {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}
.partner-section .row {
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  column-gap: 30px;
}

.partner-section .row .partner {
  flex: 1 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner img {
  height: 50px;
  flex-shrink: 1;
  width: 100%;
  object-fit: contain;
}
.partner-img {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}

.team-section {
  width: 100%;
  padding: 3%;
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}
.team-section .team-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.team-section .team-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-desc {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-desc h1 {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.team-desc p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.solution-section {
  width: 100%;
  height: 320px;
  background-image: url(sol-bg.png);
  background-position: center center;
  background-size: contain;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 50px;
  padding-left: 3%;
}
.solution-section .col {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
.solution-section .row {
  display: flex;
  column-gap: 20px;
  flex-direction: row;
  align-items: center;
}
.solution-section .col #section-head {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  word-break: keep-all;
}
.solution-section .col h3 {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.solution-section .col p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

#btn-mob {
  display: none;
}
.patreon-section {
  width: 100%;
  display: flex;
  padding-left: 2%;
  height: 546px;
  background-image: url("pat-bg.png");
  background-repeat: no-repeat !important;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2%;
}
.patreon-section h1 {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.patreon-section p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.patreon-points {
  width: 65%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 60px;
}
.patreon-points .points {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  column-gap: 10px;
  flex-direction: row;
}
.parent-patreon-section {
  padding: 3%;
}

.tranining-section {
  width: 100%;
  padding: 3% 3% 3% 3%;
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 50px;
}
.tranining-section .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  row-gap: 20px;
  column-gap: 30px;
}
.tranining-section .row .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
}
.tranining-section .row .col img {
  height: 100%;
  object-fit: fill;
}
#training-head {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
#training-desc {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.train-course {
  height: 100%;
  border: 1px solid #3c3c3c;
  align-items: normal !important;
  padding: 10px 20px 10px 20px;
  display: flex;
  align-items: center !important;
}
.train-course .col h1 {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.train-course .col p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.popular-courses-section {
  width: 100%;
  padding: 3% 3% 3% 3%;
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 50px;
}
.popular-courses-section .row {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  /* flex-direction: row; */
  row-gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.popular-courses-section .row h1 {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.popular-courses-section .row .col {
  width: 90%;
  height: 441px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  background-position: center center !important;
  background-size: cover !important;
  justify-content: flex-end;
  padding: 20px;
}
.popular-courses-section .row .col h2 {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.feature-products-section {
  width: 100%;
  padding: 3% 3% 3% 3% !important;
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 50px;
}
.feature-products-section .row {
  width: 100%;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  /* flex-direction: row; */

  column-gap: 30px;
  row-gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.feature-products-section .row h1 {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.feature-products-section .row .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
}

.feature-products-section .row .col ul {
  padding: 18px 0px 18px 0px;
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.feature-products-section .row .col ul li {
  display: block;
}
.feature-products-section .row .col ul li {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}
.feature-products-section .row .col ul li a {
  text-decoration: none;
  color: rgb(255, 255, 255, 0.5);
  display: block;
  border: 1px solid rgb(255, 255, 255, 0.5);
  padding: 10px;
  transition: 0.3s;
}

.f-product {
  width: auto !important;
  min-height: 800px;
}

.f-product img {
  object-fit: contain;
  max-height: 433px;
  height: 100%;
}

.f-product-details {
  width: 100%;
  display: flex;
  height: 100px;
  flex-direction: row;
  justify-content: space-between;
}
.f-product-title,
.f-product-price,
.f-product-type {
  width: 100%;
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin: 0;
}
.f-product-title a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.f-product-title a:hover {
  font-size: 30px;
}
.testimonial-section {
  width: 100%;
  background: url("test-bg.png");
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3%;
}

.newsletter-section {
  width: 100%;
  padding: 3% 3% 3% 3%;
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 50px;
}
.newsletter-section-inner {
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  height: 446px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.newsletter-section-inner h1 {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 64px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin: 0;
}

.newsletter-section-inner p {
  text-align: center;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.newsletter-section-inner .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.newsletter-section-inner .col .row {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
.newsletter-section-inner .col .row input {
  padding: 8px 16px;
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 400;
  width: 350px;
  background: transparent;
  color: #b5b5b5;
  border: 1px solid #fff;
}

.shop-section {
  width: 100%;
  padding: 3% 3% 3% 3%;
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 50px;
}
.shop-section .row {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  /* flex-direction: row; */

  column-gap: 30px;
  flex-wrap: wrap;
}
.shop-section .row h1 {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin: 0;
}

.shop-section .collectionlist-grid {
  grid-template-columns: 25% 85%;
}

.shop-section .collectionlist-grid .col-list {
  padding: 0px 0px 18px 0px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 0;
}
.shop-section .collectionlist-grid .col-list li {
  display: block;
  width: 100%;
  width: 100% !important;
  height: 30px;
}

.shop-section .collectionlist-grid .col-list li a {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(255, 255, 255, 0.5);
  display: block;

  padding: 10px;
  transition: 0.3s;
}

.shop-section .collectionlist-grid .col-list li a:hover {
  color: #ffffff;
}
.product-grid {
  grid-template-columns: 26.6% 26.6% 26.6% !important;
}
.product-grid .f-product {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.btn-secondary {
  max-width: fit-content;
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 24px;
  font-weight: 800;
  background: transparent;
  border: 1px solid #fff;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.media-grid {
  align-items: flex-start !important;
}
.media-grid .col {
  width: 100%;
}
.media-grid .col img {
  width: 100%;
  height: 283px;
  object-fit: cover;
  object-position: top center;
}
.media-grid .col h1 {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin: 0;
}
.media-grid .col p {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  min-height: 200px;
  max-height: -webkit-fill-available;
}
.train-sub-head {
  font-family: "Big Shoulders Stencil Display", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .banner-text {
    justify-content: center;
  }
  .team-section .team-image {
    width: 100%;
    height: 320px;
  }
  .team-section .team-image img {
    object-fit: cover;
    object-position: top center;
  }
  .tranining-section .row .col {
    width: 100%;
  }
  .promo-text {
    width: 100%;
    display: flex;
    height: fit-content;
    padding: 3% 0;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    flex-direction: column;
  }
  .promo-text img {
    width: 102.78px;
    height: 100px;
  }
  .promo-text h1 {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  .promo-text p {
    text-align: center;
  }

  .explore {
    flex-direction: column;
    row-gap: 20px;
  }
  .section-title {
    font-size: 32px;
    text-align: center;
  }
  .product-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    column-gap: 50px;
    row-gap: 20px;
  }
  .product-row .product {
    height: 313px;
  }
  .product-row .product .product-details {
    width: 90%;
    top: 50%;
  }
  .partner-section {
    width: 100%;
    height: auto;
    padding: 3%;
    display: flex;
    flex-direction: column;©
    align-items: center;
  }
  .partner-section .row {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .partner-section .row .partner {
    flex: initial;
  }
  .partner-title {
    font-size: 32px;
    text-align: center;
  }
  .partner img {
    width: 180px;
  }
  .partner-img {
    width: 100% !important;
    display: none !important;
  }
  .mob-marq {
    display: block;
    width: 100%;
  }
  .team-section {
    flex-direction: column;
    row-gap: 20px;
  }
  .team-desc {
    width: 100%;
  }
  .solution-section {
    height: auto;
    flex-direction: column;
    padding: 3%;
    row-gap: 40px;
  }
  .solution-section .col {
    height: max-content;
    align-items: center;
    row-gap: 10px;
  }
  .solution-section .col p {
    text-align: center;
  }
  .solution-section .col .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .solution-section .col .row img {
    width: 102.78px !important;
    height: 100px !important;
  }
  #btn-desk {
    display: none;
  }
  #btn-mob {
    display: block;
  }
  .patreon-section {
    height: auto;
    padding: 10% 3% 10% 3%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .patreon-section h1 {
    text-align: center;
    font-size: 36px;
  }
  .patreon-section p {
    text-align: center;
  }
  .points p {
    text-align: left;
  }
  .patreon-points {
    grid-template-columns: 1fr;
    width: 100%;
    grid-auto-rows: auto;
  }
  .patreon-section .partner-section {
    row-gap: 20px;
    height: max-content !important;
  }
  .patreon-section .partner-section .row {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .tranining-section .row {
    flex-direction: column;
    padding: 12% 0 0 0;
  }
  .training-section {
    padding: 5% 3% 5% 3%;
  }
  #training-head {
    text-align: center;
    font-size: 36px;
  }
  #training-desc {
    text-align: center;
  }
  .popular-courses-section .row h1 {
    font-size: 36px;
  }
  .feature-products-section .row h1 {
    font-size: 36px;
  }
  .popular-courses-section .row {
    grid-template-columns: auto auto;
  }
  .popular-courses-section .row .col {
    padding: 10px;
    height: 250px;
  }
  .popular-courses-section .row .col h2 {
    font-size: 20px;
  }

  .feature-products-section .row {
    grid-template-columns: 48% 48%;
  }
  .feature-products-section .row .col ul {
    row-gap: 20px !important;
    flex-wrap: wrap;
    gap: 0;
  }

  .feature-products-section .row .col ul li {
    margin-right: 20px;
  }
  .f-product-title,
  .f-product-price {
    font-size: 16px;
  }
  .f-product-type {
    font-size: 12px;
  }
  .testimonial-section .row h1 {
    font-size: 40px !important;
    text-align: center;
    line-height: 40px !important;
  }
  .testimonial-section .slideshow__media {
    height: auto !important;
  }
  .testimonial-section .slideshow__text {
    max-width: 90% !important;
  }
  .banner__box {
    padding: 10px !important;
  }

  .newsletter-section-inner {
    justify-content: center;
    height: auto;
    padding: 30px 0 30px 0;
  }
  .newsletter-section-inner p {
    width: 350px;
    display: block;
  }
  .newsletter-section-inner .col {
    width: 100%;
    row-gap: 30px;
  }
  .newsletter-section-inner h1 {
    font-size: 36px;
  }
  #contact_form {
    flex-direction: column !important;
    row-gap: 20px;
  }
  .btn-secondary {
    max-width: 100% !important;
    align-self: auto !important;
  }
  .spacer {
    display: none;
  }
  .class-tabs {
    grid-template-columns: auto !important;
  }
  .ui-tabs-nav {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: auto auto !important;
  }
  .ui-helper-clearfix:before,
  .ui-helper-clearfix:after {
    content: none !important;
  }
  .ui-tabs-anchor {
    width: 100% !important;
    text-align: center !important;
  }

  .shop-section .collectionlist-grid .col-list li {
    width: 100%;
    width: 100% !important;
    display: flex;
    height: auto;
    border: 1px solid #fff;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

/* Style for menu items with dropdowns */
.navigation-menu .menu-item.has-dropdown > a::after {
  content: "▼"; /* Downward arrow */
  font-size: 0.8em;
  margin-left: 5px;
  color: #fff; /* Adjust color to match your theme */
  transition: transform 0.2s ease;
}

@media only screen and (max-width: 600px) {
  .f-product img {
    max-height: 180px;
  }

  .feature-products-section .row {
    grid-template-columns: 45% 45%;
  }
  .f-product {
    width: auto !important;
    min-height: auto;
  }
  .f-product-details {
    height: auto;
  }
  .feature-products-section .row .col ul {
    row-gap: 20px !important;
    flex-wrap: wrap;
    gap: 0;
  }

  .feature-products-section .row .col ul li {
    margin-right: 20px;
  }
  .f-product-title,
  .f-product-price {
    font-size: 12px;
  }
  .f-product-type {
    font-size: 12px;
  }
}

.navigation-menu .dropdown-menu {
  display: none;
  position: absolute;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 5;
  padding: 10px 8px;
  background: #101010;
}

.navigation-menu .menu-item:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  padding: 8px 13px 8px 0px;
}

.dropdown-menu li a {
  color: #fff;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  color: #0073e6;
}

.navigation-menu-mob .dropdown-menu {
  display: none; /* Hidden by default */
  padding: 0px;
}

.navigation-menu-mob .dropdown-toggle {
  background: none;
  border: none;
  font-size: 1.2em;
  cursor: pointer;
  color: #fff;
}

.navigation-menu-mob .dropdown-menu li {
  padding: 8px 8px;
}

.navigation-menu-mob .dropdown-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.navigation-menu-mob .dropdown-menu li a:hover {
  color: #0073e6;
}

body #bundle-sticky_add_to_cart {
  display: none !important;
}
