/* Date : 02-04-2024 Home page update START */
.bob-menu-main {
  position: relative;
}

/* .bob-menu-btn {
  position: absolute;
  display: inline;
  top: 3%;
  left: 0;
  font-size: 22px;
  z-index: 999;
} */

.bob-menu-btn ul {
  display: flex;
  list-style-type: none;
  gap: 29px;
  padding: 0;
}

.bob-menu-btn a {
  display: inline-block !important;
  text-decoration: none;
  color: #000;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.3s all;
  padding: 13px 0;
  text-transform: capitalize;
}

.bob-menu-btn a:hover {
  color: #db458a;
  /* font-weight: 700; */
}

.bob-btn-open:after {
  content: "";
  background: url("/wp-content/themes/hello-theme-child/assets/images/hum-burger.png");
  font-family: "fontawesome";
  width: 18px;
  height: 12px;
  background-repeat: no-repeat;
  display: inline-block;
  color: #000;
  /* -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition-property: all .3s linear 0s; */
}

.bob-btn-open:hover:after {
  color: rgba(0, 170, 212, 0.8);
}

.btn-close:after {
  content: "";
  background: url("/wp-content/themes/hello-theme-child/assets/images/burger-close.png");
  font-family: "fontawesome";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  display: inline-block;
  color: #000;
}

.btn-close:hover:after {
  color: rgba(0, 206, 255, 0.7);
}

/* OVERLAY bob-nav */

.bob-nav {
  position: absolute;
  opacity: 1 !important;
  overflow: auto;
  top: 51px;
  left: -407px;
  width: 100%;
  max-width: 407px;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 9999;
  overflow: visible;
  transition: 0.5s all ease;
  border-right: 1px solid #0000001a;
}

.bob-nav.open {
  left: 0;
}

.bob-mobilr-back-button {
  display: none;
}

.bob-nav-menuss {
  width: 100%;
  overflow: auto;
  height: calc(100vh - 169px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bob-nav-menuss::-webkit-scrollbar {
  width: 0;
}

.bob-nav-menuss .bob-nav-menuss-ul {
  margin: 0;
  padding: 25px;
  width: 100% !important;
  border-top: 1px solid #0000001a;
}

.desktop-gear-menu {
  padding: 58px 25px 20px 25px;
}

.desktop-gear-menu li {
  list-style: none;
  padding-bottom: 3px;
}

.desktop-gear-menu li a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #000;
  transition: 0.3s all;
}

.desktop-gear-menu li a:hover {
  color: #db458a;
  /* font-weight: 700; */
}

.bob-nav-menuss .bob-nav-menuss-ul li {
  display: table !important;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  transition-property: all 0.2s linear 0s;
}

.bob-nav-menuss .bob-nav-menuss-ul li a {
  color: #000 !important;
  vertical-align: middle;
  text-align: start !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Bison", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  padding-bottom: 11px;
  transition: 0.3s all;
}

.bob-nav-menuss .bob-nav-menuss-ul li a:hover {
  color: #db458a !important;
}

.bob-navmenu li:hover {
  background: rgba(0, 206, 255, 0.7);
}

.mega-menu-content {
   /* display: none; */
  visibility: hidden;
  position: absolute;
  top: 0;
  background-color: #fff;
  padding: 25px;
  border-top: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  max-width: 412px;
  width: 100%;
  left: 100%;
  opacity: 0;
  transition: opacity .4s ease-in-out;
}

.mega-menu-content.active {
  /* display: block; */
  height: 100vh;
  visibility: visible;
  opacity: 1;
}

#header-desktop .elementor-container {
  justify-content: space-between;
  flex-wrap: wrap;
}

.mega-menu-section {
  width: 100% !important;
}

body.toggleOpenMenu {
  overflow: hidden;
}

li.bob-burger-shop {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 48px;
  border-right: 1px solid #0000001a;
}

.bob-burger-shop .bob-menu-text {
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
}

li.bob-burger-shop.bob-burger-color {
  background-color: #0000001a;
}

.bob-nav-menuss-ul li.select {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;
  color: #00a89c;
  padding-bottom: 14px;
}

.bob-nav-menuss .bob-nav-menuss-ul li img {
  width: 24px;
  height: 24px;
  opacity: 0;
}

.bob-nav-menuss .bob-nav-menuss-ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(50%) saturate(5482%) hue-rotate(307deg) brightness(91%) contrast(88%);
  opacity: 1;
}

ul.mobile-gear-menu {
  display: none;
}

.bob-social-iconss {
  padding: 0 25px;
  display: flex;
  gap: 7px;
}

.bob-social-iconss img {
  padding: 8px;
  background: #fff509;
  border-radius: 50px;
  transition: 0.3s all;
}

.bob-social-iconss img:hover {
  background: #db458a;
}

.mega-menu-column-top {
  padding: 25px;
  background-image: url("/wp-content/themes/hello-theme-child/assets/images/mega-back.png");
  display: flex;
  flex-direction: column;
  gap: 52px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 200px;
  justify-content: space-between;
  border-radius: 15px;
}

.mega-menu-column-top .mega-menu-title {
  font-family: "Bison", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  color: #fff;
  max-width: 214px;
  width: 100%;
}

.bob-nav-menuss .bob-nav-menuss-ul .mega-menu-column-top a.mega-menu-view-all {
  font-family: Inter;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #222222;
  padding: 12px 24px;
  border-radius: 230px;
  background-color: #fff509;
  width: fit-content;
  font-style: normal;
}

.bob-nav-menuss .bob-nav-menuss-ul .mega-menu-column-top a:hover {
  color: #fff !important;
  background-color: #db458a;
}

.mega-menu-column-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
  padding: 25px 22px 0 22px;
}

.bob-nav-menuss .bob-nav-menuss-ul .mega-menu-column-bottom h5 a {
  font-weight: 700;

}

.info-gear-menu li {
  list-style: none;
  padding-bottom: 3px;

}

.info-gear-menu {
  padding: 58px 25px 20px 25px;
}

/* SCROLLBAR */

.mega-menu-content.active::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.mega-menu-content.active::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.mega-menu-content.active::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 1px solid #cecece;
}

/* SCROLLBAR */

.bob-nav-menuss .bob-nav-menuss-ul .mega-menu-column-bottom a {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #222 !important;
  font-style: normal;
  transition: 0.3s all;
}

.bob-nav-menuss .bob-nav-menuss-ul .mega-menu-column-bottom a:hover {
  color: #db458a !important;
  font-weight: 700;
}

.mega-menu-column-bottom-inn h5 {
  margin: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;
  color: #222;
  padding-bottom: 14px;
}

.mega-menu-column-bottom-inn ul {
  padding: 0;
}

.bob-social-iconss a {
  background: #fff509;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.3s all;
}

.bob-menu-btn {
  display: flex;
  gap: 29px;
}

.bob-social-iconss a i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bob-social-iconss a i:before {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.bob-social-iconss a:hover i:before {
  color: #fff;
}

.bob-social-iconss a:hover {
  background: #db458a;
}

.mega-menu-content.active {
  height: 100vh;
  overflow: auto;
  height: calc(100vh - 130px);
}
.mobile-gear-menu li a,
.info-gear-menu li a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #000;
  transition: 0.3s all;
}

.mobile-gear-menu li a:hover,
.info-gear-menu li a:hover {
  color: #db458a;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .mega-menu-column-top {
    gap: 20px;
    justify-content: space-between;
    height: 180px;
  }

  .mega-menu-column-bottom {
    padding: 0;
    gap: 22px;
  }

  .mega-menu-content {
    padding: 28px 20px 20px 20px;
  }

  .bob-social-iconss {
    padding: 0 20px 20px 20px;
  }

  .mega-menu-content.active {
    display: block;
    height: 100vh;
    overflow: auto;
    height: calc(100vh - 130px);
  }

  .mega-menu-content.active::-webkit-scrollbar {
    width: 0;
  }

  .bob-nav-menuss {
    height: calc(100vh - 136px);
  }

  .bob-nav {
    left: -100%;
  }

  .bob-menu-text {
    display: none;
  }

  .bob-menu-btn ul {
    gap: 10px;
  }

  li.bob-burger-shop {
    padding: 0 20px 0 0px;
  }

  .bob-nav-menuss .bob-nav-menuss-ul {
    padding: 28px 20px 20px 20px;
  }

  .bob-nav-menuss .bob-nav-menuss-ul li a {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 5px;
  }


  .bob-nav {
    max-width: 350px;
    top: -54px;
  }

  .mega-menu-column-bottom {
    grid-template-columns: repeat(1, 1fr);
  }

  ul.mobile-gear-menu {
    display: block;
    padding: 28px 20px 20px 20px;
    border-top: 1px solid #0000001a;
  }

  ul.info-gear-menu {
    padding: 28px 20px 20px 20px;
    border-top: 1px solid #0000001a;
  }

  .desktop-gear-menu {
    padding: 28px 20px 20px 20px;
    border-top: 1px solid #0000001a;
  }

  /* .bob-list-desktop {
    display: none;
  } */


  .desktop-gear-menu {
    display: none !important;
  }

  .bob-menu-btn a {
    position: absolute;
    top: -100px;
    left: 20px;
  }

  .bob-nav-menuss .bob-nav-menuss-ul li img {
    width: 20px;
    height: 20px;
  }

  .mobile-gear-menu li {
    list-style: none;
    padding-bottom: 3px;
  }

 
}

@media (max-width: 767px) {
  .bob-nav-menuss {
    height: calc(100vh - 70px);
  }

  /* .mega-menu-column-top {
    height: 215px;
  } */

  .mega-menu-column-top {
    gap: 14px;
  }

  .mega-menu-column {
    padding: 28px 20px 0 20px;
    border-top: 1px solid #0000001a;
  }

  .bob-nav-menuss .bob-nav-menuss-ul li a.back-link {
    justify-content: start;
    gap: 13px;
    padding-bottom: 17px;
  }

  .bob-nav-menuss .bob-nav-menuss-ul li a.back-link span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #222;
    font-style: normal;
    text-transform: capitalize;
  }

  .mega-menu-content.active {
    display: block;
    height: 100vh;
    overflow: auto;
    height: calc(100vh - 0px);
  }

  .bob-nav-menuss .bob-nav-menuss-ul {
    padding: 24px 20px 28px 20px;
  }

  .bob-nav-menuss .bob-nav-menuss-ul li img {
    width: 15px;
    height: 15px;
    opacity: 1;
  }

  .bob-nav-menuss-ul li.select {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .bob-menu-btn a {
    position: absolute;
    top: -111px;
    left: 20px;
  }

  .bob-mobilr-back-button {
    display: block;
    padding: 0 20px;
  }

  .bob-nav {
    max-width: 100%;
    /* top: 70px; */
  }

  .mega-menu-content {
    max-width: 100%;
    width: 100%;
    left: 0;
    padding: 17px 0 100px 0;
    z-index: 99;
  }

  .mega-menu-column-bottom {
    grid-template-columns: repeat(1, 1fr);
    padding: 28px 0 0px 0;
  }
}

/* Date : 02-04-2024 Home page update END */

/* new css Shanti infosoft 10 Oct 24 */
ul#menu-select-your-gear-page-only li a {
  color: #000 !important;
  vertical-align: middle;
  text-align: start !important;
  display: flex;
  align-items: center; 
  justify-content: space-between;
  font-family: "Bison", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  padding-bottom: 11px;
  transition: 0.3s all;
}
ul#menu-select-your-gear-page-only li a:hover {
  color: #db458a !important;
}
ul#menu-select-your-gear-page-only li {
  list-style: none;
}
ul#menu-select-your-gear-page-only {
margin: 0;
padding: 0px 25px 25px 25px;
width: 100% !important;
}
ul.bob-nav-menuss-ul {
padding-bottom: 0px !important; 
}

@media (max-width: 1024px) {
ul#menu-select-your-gear-page-only li a  {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 5px;
}
ul#menu-select-your-gear-page-only {
    padding: 0px 20px 28px 20px;
}
}