body {
  overflow-x: hidden;
}

.dropdown-menu a {
  text-decoration: none;
  color: #000000;
  /* background-color: #236496; */
}

.dropdown-menu a .d-flex {
  transition: all 0.5s;
}

.dropdown-menu {
  background-color: #236496 !important;
}

.dj-list .dj-list-item {
  list-style-type: none;
  padding: 10px 0 !important;
}

.dj-list .dj-list-item a {
  list-style-type: none;
  color: #ffffff;
  font-size: 17px;
}

.dj-list li.dj-list-item-heading {
  list-style-type: none;
  padding: 10px 0;
}

.dj-list li.dj-list-item-heading {
  font-size: 16px;
  font-weight: 600;
  color: #f3bb64 !important;
  margin-bottom: 24px !important;
  padding: 0;
  text-transform: uppercase;
}

.dj-list li.dj-list-item-heading a {
  font-size: 16px;
  font-weight: 600;
  color: #f3bb64 !important;
  margin-bottom: 24px;
  padding: 0;
}

.dj-list .dj-list-item-heading .dj-list-subul {
  margin-top: 24px !important;
  padding-left: 0px;
}

.dj-list .dj-list-item-heading .dj-list-subul .dj-list-item-new {
  list-style-type: none;
  padding: 10px 0;
  display: block;
}

.dj-list .dj-list-item-heading .dj-list-subul .dj-list-item-new a {
  list-style-type: none;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}

.nav-link {
  color: #236496 !important;
  font-size: 16px;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.nav-link-onclick:hover {
  background-color: #236496;
  color: #fff !important;
}

.nav-link-onclick:active {
  background-color: #236496;
  color: #fff !important;
}

/* .dj-list {
  padding-left: 0;
} */

.search-box {
  display: inline-block;
  border-radius: 30px;
  padding: 10px 20px;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.search-box input[type="text"] {
  border: none;
  box-shadow: none;
  display: inline-block;
  padding: 0;
  background: transparent;
}

.search-box .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #236496;
  font-size: 18px;
}

.top-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-section .top-section-list-item {
  list-style-type: none;
}

.join-btn {
  color: #00bd57;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #00bd57;
  border-right: none;
  border-radius: 10px 0 0 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-btn {
  color: #236496;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #236496;
  border-radius: 0 10px 10px 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myaccount-btn {
  color: #236496;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-link:hover{
  background-color: #236496;
  color: #ffffff !important;
}
.dropdown-toggle:active{
  background-color: #236496;
  color: #ffffff !important;
  }

.dropdown-toggle::after {
  content: none !important;
}

.notification-badge {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 2px;
  border-radius: 100%;
  background-color: #236496;
  color: #ffffff;
  right: -10px;
  top: -10px;
}

.nav-width {
  width: 100%;
}
.active{
   background-color: #236496 !important;
  color: white !important;
}
.dropdown {
  position: static !important;
}
.overflow-custom{
  overflow-y: auto !important;
   max-height: 70vh;
}
.dropdown-bg {
  position: absolute;
  left: 10px;
  right: 0;
  width: 100% !important;
  /* overflow: hidden !important;
  height: 70vh;
  overflow-y: auto !important; */
}

.navbar {
  position: relative;
  /* Ensure proper context for the dropdown */
  width: 100%;
  /* Stretch navbar to full width */
}

.overflow-hidden {
  overflow: hidden !important;
}

.dropdown-bg-min {
  position: absolute;
  left: inherit;
  right: inherit;
  overflow: hidden !important;
  width: 100% !important;
  /* height: inherit; */
  /* overflow-y: inherit !important; */
  max-width: 224px !important;
}

.dropdown-menu.show {
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
}

.last-order {
  order: 0 !important;
}

.search-box {
  position: relative;
  max-width: 500px;
  width: 100%;
}

.search-form {
  display: flex;
  align-items: center;
  width: 100%;
}

.search-form .form-control {
  flex-grow: 1;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ccc;
  padding-right: 40px;
}

.search-form .btn {
  color: #000;
  border: none;
  padding: 6px 12px;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form .btn i {
  margin: 0;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.mt-on {
  margin-top: 1.5rem;
}

.nav-toggler-custom {
  position: relative;
  top: 18px;
  right: 12px;
}

.myaccount-menu ul.dropdown-myaccount-menu {
  width: 250px !important;
  position: absolute !important;
  /* right: -50% !important;
  margin-top: 5px; */
  inset: 0px auto auto -70px !important;
  border-radius: 0px;
  padding: 0px !important;
  flex-direction: column;
}

.myaccount-menu ul.dropdown-myaccount-menu li {
  padding: 8px 10px;
  border-bottom: 1px dashed #b18847;
}

.myaccount-menu ul.dropdown-myaccount-menu li a:hover {
  background-color: none;
}

/* .myaccount-menu ul.dropdown-myaccount-menu li:first-child{
  padding: 5px 10px 10px 10px;
} */
.myaccount-menu ul.dropdown-myaccount-menu li:last-child {
  /* padding: 10px 10px 5px 10px; */
  border-bottom: none;
}

.myaccount-menu ul.dropdown-myaccount-menu li a.dropdown-item {
  color: #ffffff;
  padding: 0 !important;
}

.myaccount-menu ul.dropdown-myaccount-menu li:last-child a {
  color: #f26c4f;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent !important;
}

/* Responsive Design */
@media only screen and (min-width: 992px) {
  .dropdown-menu {
    width: 55vw;
    position: static !important;
  }

  /* .dropdown:hover .dropdown-menu {
      display: flex;
    } */
  .dropdown-menu.show {
    display: flex;
    position: static !important;
  }
}
@media (max-width: 991px){
  .nav-item-first {
    padding-top: 20px;
  }
  .overflow-custom{
    height: 100% !important;
    overflow-y: hidden !important;
    max-height: 100% !important;
  }
  .navbar {
    position: relative !important;
    width: 100% !important;
    top: -70px !important;
    /* right: 0; */
    /* margin: auto; */
    /* right: 0; */
    align-items: self-end !important;
    display: flex !important;
    justify-content: end !important;
  }

  .dropdown-bg {
    height: auto;
    overflow: inherit !important;
    position: relative;
  }

  .resp-padding {
    padding-top: 50px !important;
  }

  .head-topsection {
    padding: 20px 0px;
  }

  .search-box {
    width: 100%;
    margin-top: 10px;
    /* position: absolute !important;
    z-index: 9; */
  }

  .search-box form {
    width: 100%;
  }

  .last-order {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .search-box {
  position: absolute !important;
    top: 70px;
    left: 0;
    right: 0;
    width: auto;
    z-index: 9;
  }

  .custom-container {
    margin-right: auto;
    margin-left: auto;
  }

  .search-box.col-sm-6 {
    width: 100% !important;
    max-width: 540px;
    margin: auto !important;
  }

  .jlc-block {
    width: 100px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .logo img {
    max-width: 50%;
  }

  .navbar {
    top: -60px !important;
  }

  ul.navbar-nav {
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 10px;
    overflow-y: auto;
  }

  .dropdown-menu .col {
    width: 50%;
    flex: inherit;
  }
  
  .dropdown-menu .contact-col {
    width: 65%;
    flex: inherit;
  }

  .dropdown-bg {
    width: auto !important;
  }

  .dropdown-bg-min {
    max-width: inherit !important;
    width: 100% !important;
  }

  ul.navbar-nav {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    width: 240px !important;
    background-color: #236496;
    justify-content: unset !important;
  }

  ul.navbar-nav li a {
    color: #fff !important;
  }
  
  ul.navbar-nav li.dj-list-item a.dj-link-contact {
    color: #f3bb64 !important;
  }

  .navbar-collapse .navbar-nav .nav-item-back {
    display: block !important;
  }

  .search-box-small {
    margin: 0 10px !important;
    width: auto !important;
  }

  .top-sec-nav .head-topsection .col-sm-6 {
    width: 100%;
    flex: 0 0 100%;
  }

  .top-sec-nav .head-topsection .col-sm-12 {
    width: 100%;
    flex: 0 0 100%;
  }

  .dj-list-subul {
    display: none;
  }
  
  .contact-subul{
    display: block !important;
  }

  .resp-custom {
    display: block !important;
  }

  .resp-custom ul {
    width: 100% !important;
  }

  .dropdown-menu {
    /* background-color: transparent !important; */
    border: none !important;
  }

  .dj-list-subul {
    display: none !important;
  }

  .show {
    display: block !important;
  }

  .dropdown-bg,
  .dropdown-menu {
    position: relative !important;
  }

  .dropdown-menu.show {
    position: relative !important;
  }

  .myaccount-menu .show {
    /* flex-direction: column; */
    display: flex !important;
}

}

/* Responsive Design */
@media (max-width: 767px) {
  .mb-resp {
    margin-bottom: 1rem;
  }

  .mt-on {
    margin-top: none !important;
  }
}

@media (max-width: 640px) {
  .navbar {
    top: -59px !important;
  }
}

@media (max-width: 460px) {
  .logo img {
    max-width: 20%;
  }

  .navbar {
    top: -52px !important;
  }

  .head-topsection .jlc-block {
    padding-top: 10px;
  }

  .head-topsection .jlc-block .join-btn,
  .login-btn {
    font-size: 12px;
    font-weight: 600;
    padding: 8px;
  }

  .head-topsection .jlc-block .cart-tag a{
    padding-left: 5px !important;
  }

  .jlc-block {
    left: 92px;
}
.cart-tag{
    padding-left: 1px !important;
}
.dropdown-myaccount-menu{
  transform: translate3d(2px, 59px, 0px) !important;
}
.logo{
  padding: 11px 0 0 6px !important; 
}
.nav-toggler-custom {
  position: relative;
  top: 8px;
  right: 3px;
}
.cart-tag img{
height: 18px !important;
}

.logo, .join-btn, .login-btn, .cart-tag,.myaccount-menu{
  z-index: 999;
}
}
.header-rounded{
  border-radius: 35px;
}

.dj-link-contact{
  font-size: 16px;
    font-weight: 600;
    color: #f3bb64 !important;
    margin-bottom: 24px;
    padding: 0;
}
.list-contact{
  list-style-type: none;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}
