.hide {
  margin-left: -100%;
  transition: all 0.8s ease;
}

.mobileslidemenu {
  position: fixed;
}

.side-menu {
  position: absolute;
  top: 0px;
  color: white;
  width: 299px;
  height: 350px;
  background: transparent;
  background-color: #fff;
  z-index: 9;
}

.side-menu ul {
  border-top: 1px solid #600f4e;
}

.show-menu {
  margin-left: 0 !important;
}

header.mobile-header {
  display: none;
}

@media (max-width: 991px) {
  header.mobile-header {
    display: block;
  }

  .annucement-bar {
    background: #497374;
  }

  .bar {
    font-family: Jost;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
  }

  .bar p {
    margin-bottom: 0;
  }

  .nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
  }

  .menu-container {
    position: relative;
  }

  .menu-btn {
    color: #080808;
    padding: 10px;
    cursor: pointer;
    font-size: 28px;
  }

  .mobile-header .logo img {
    width: 160px;
    margin: 0 auto;
    padding: 32px 0;
  }

  .submenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background-color: #fff;
    transition: left 0.3s ease;
    z-index: 99999;
    box-shadow: 0px 1px 10px #ddd;
    max-width: 500px;
    /* overflow-x: hidden;
    overflow-y: scroll; */
  }

  .menu-list,
  .submenu-list,
  .subsubmenu-list,
  .subsubsubmenu-list {
    list-style: none;
    padding: 0px;
    margin: 0;
    overflow-y: auto;
    padding-bottom: 20px;
  }

  .menu-list li {
    position: relative;
    border-bottom: 1px solid #ccc;
  }

  .menu-list li::after {
    content: "";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
  }

  .menu-list a,
  .submenu-list a,
  .subsubmenu-list a,
  .subsubsubmenu-list a {
    display: inline-block;
    text-decoration: none;
    color: #4a4a4a;
    padding: 10px 10px 10px 15px;
  }

  .subsubmenu-item a {
    color: #4a4a4a !important;
    margin: 0;
    display: flex;
    font-size: 14px;
    align-items: center;
  }

  .menu-list #extra-left-shape a {
    margin-left: 0px !important;
  }

  .submenu-list,
  .subsubmenu-list,
  .subsubsubmenu-list {
    margin: 0;
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background-color: #fff;
    transition: left 0.3s ease;
    z-index: 99999;
    max-width: 500px;
  }

  .back-btn {
    background-color: #497374;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .close-button {
    position: relative;
    right: 10px;
    top: 10px;
    font-size: 24px;
    transform: rotate(-180deg);
  }
  .header-navigation-areas.two-layers-header {
    display: none;
  }
  ul.submenu-list li {
    list-style: none;
    border-bottom: 0;
  }
  .sub-menu-shape.extra-sub li {
    border: none;
  }
  ul.sub-menu-shape.extra-sub li:after {
    display: none;
  }
  .sub-menu-shape.extra-sub.diamond-shape-menu-mob {
    display: flex;
    flex-flow: column wrap;
    height: 10.5em;
  }
  .diamond-shape-menu-mob a {
    padding: 0px 0px 10px 8px;
  }
  a.text-uppercase.megamenu-sub {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #886761 !important;
  }
  /* .arrow-first-mob i.new-right {
    margin-top: 8px;
  } */
  .diamond-menu-mob li{
    width: 100%;
  }
  .diamond-menu-mob a {
    padding: 0px 0px 10px 10px;
  }
  .extralink-highlighted {
    margin: 0;
    margin-right: 15px !important;
  }

  .extralink-highlighted a {
    font-weight: 500;
    padding-bottom: 0;
    color: #497374 !important;
  }
  .extralink-highlighted a {
    display: flex;
  }
  li.subsubmenu-item {
    margin-top: 10px;
  }
  #extra-top-border a {
    margin-left: 0px;
    padding-left: 0;
  }
  div#extra-top-border {
    margin-right: 0;
    margin-left: 1em;
    padding-top: 0px;
    border-top: 0;
  }
}
/*End Menu Header*/

.scroll-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scroll-content {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  will-change: transform;
}

.scroll-content span {
  display: inline-block;
}

#search-container {
  display: none;
  position: absolute;
  top: 50px; 
  right: 10px;
  /* background: white; */
  /* padding: 10px; */
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
  z-index: 100;
  /* width: 250px; */
}

#search-toggle {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  color: #fff;
}

@media (min-width: 1200px) {
  #search-toggle {
      display: none; 
  }

  #search-container {
      display: block !important; 
      position: static;
      /* box-shadow: none; */
  }
  /* .fa-user-circle:before {
    content: "" !important;
    display: inline-block;
    width: 27px;
    height: 26px;
    background-image: url(../../../../uploads/2023/04/login.svg);
    background-size: cover;
  } */
}
@media (max-width: 1200px) {
.main--menu .container {
  padding-left: 0;
  padding-right: 0;
}
#edu-menu{
  overflow: hidden;
  margin-left: 0;
}
#dimaond-box-width {
  overflow: hidden;
}
#Jewellery-menu {
  margin-left: 0;
  overflow: hidden;
}
.submenu-list::-webkit-scrollbar {
  background-color: #ccc;
  width: 3px;
}
.engagament-sub-list-mob .subsubmenu-lists {
  margin-left: 0;
}
/* ul.engagament-sub-list {
  margin-left: 0px;
} */
ul.engagament-sub-list a {
  padding: 0px 0px 10px 0px;
}

.engagament-sub-list .sub-list-item {
  padding-left: 15px;
  margin-top: 0px;
}
a.extra-tabname {
  font-weight: 500;
  font-size: 16px;
}
#shopbystyle a .menu-icon {
  max-width: 30px;
  height: 13px;
}
li.shop-by-type-enge-list-item a, li.shop-by-metal-enge-list-item a, .shop-by-gender-enge-list-item a, .jwellery-list-item a, .shop-by-gemston-list-item a {
  padding: 0px 0px 10px 10px;
}
.expert-advices .advice-item a {
  padding: 0px 0px 10px 10px;
  display: inline-flex;
  align-items: baseline;
}
.top-bar-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 15px;
  background: #497374;
}
.mobb-log-icon {
  display: flex;
  margin-left: 0;
}

.top-bar-slide .dd-select {
  width: 80px !important;
}

/* .top-bar-slide .dd-selected .dd-selected-text {
  color: red;
} */

.top-bar-slide .dd-selected {
  padding: 0 !important;
}
#topslide-bar .dd-pointer{
  right: 0 !important;
}

#topslide-bar .login-label {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-left: 5px;
}
#topslide-bar .login-icon {
  line-height: 1;
}

div#header-search.mob-searchh label {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

#header-search.mob-searchh .search-field{
  width: 100%;
}

#topslide-bar .login-icon i.fa.fa-user-circle {
  color: #fff;
  font-size: 20px;
}
/* .shop-by-metal-enge-item a {
  padding: 0px 0px 10px 0px;
} */
#topslide-bar .dd-pointer-down {
  border-top: solid 5px #fffafa;
}
#close-abs.close-button {
  position: absolute;
  right: 0;
  margin-right: -25px;
  margin-top: -10px;
}
#close-abs.close-button i {
  color: #ed9382;
}
ul.contact-bottom-mob {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-left: 0;
}

ul.contact-bottom-mob li {
  border: 0;
}
h3.text-center.contact-heading {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 19px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.contact-bottom-mob a {
  padding: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.extra-contact {
  padding-bottom: 30px;
}
.contact-bottom-mob a i {
  padding: 10px;
  background-color: #497374;
  border-radius: 50px;
  color: #fff;
  margin-right: 10px;
}
#extra-menu-btms .megamenu-sub-item {
  margin-bottom: 0px;
}
.menu-list {
  height: 100%;
  overflow-y: scroll;
}

}