
/*header section*/
header {
  background-color: #000d28;
  margin-bottom: 10px;
  position: fixed;
  z-index: 99;
  width: 100%;
  transition: 0.3s linear;
}
.menulist ul li a {
    text-decoration: none;
    color: #121212;
    font-size: 12px;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 25px;
}
.menutop{
  border-bottom: 1px solid #182644;
    transition: 0.3s linear;
}
.menu-item {
  color: #fff;
}
.menulist ul {
    padding: 13px 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.iconsec {
    display: flex;
    align-items: center;
    justify-content: end;
}
.iconsec .h_icons {
    margin: 0 5px 0 30px;
}
.signin {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-right: 1px solid #182644;
  /* padding-right: 30px; */
  margin-right: 40px;
  background: transparent;
  border: 0;
}
.signin:hover{
  color: #fff;
}
.signin img {
  margin-right: 10px;
  filter: grayscale(1) invert(1);
}
.h_icons img {
  filter: grayscale(1) invert(1);
}
.searchsec {
    border-left: 1px solid #182644;
    border-right: 1px solid #182644;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.searchsec form {
    width: 100%;
    position: relative;
}
.searchsec .searchipt {
  border: none;
  width: 100%;
  font-size: 14px;
  height: 50px;
  padding: 0 40px 0 20px;
  background: transparent;
  color: #fff;
}
.menu-item {
    color: #F7F7F7;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
}
.searchsec .searchipt:focus,.searchsec .searchipt:active{
  outline: none;
}
.searchsec form .searchbtn {
    position: absolute;
    right: 10px;
    border: none;
    background: transparent;
    top: 14px;
}
.removesec .menutop{
  display: none;
  transition: 0.3s linear;
}
.mt121{
  margin-top: 121px;
}
.wishlist_icon {
    position: relative;
}
.wishdot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #e91e25;
    right: 0;
    top: 2px;
}

.carticon {
  text-decoration: none;
  display: flex;
}

.carticon span {
  color: #fff;
  background: #e91e25;
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -10px;
  left: -8px;
  font-size: 8px;
}



/**/


/*menu megamenu*/

@media only screen and (max-width: 992px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    transform: translate(-100%);
    background-color: var(--white-100);
    transition: all 0.4s ease-in-out;
  }
  .menu.is-active {
    transform: translate(0%);
  }
  
}

.menu-header {
  display: none;
}
.menu-link {
    text-transform: capitalize;
    padding: 0 15px;
}
.menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  font-size: 1.45rem;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 993px) {
  .menu-dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .submenu-inner {
    width: 100%!important;
    justify-content: left!important;
}
  .menu-header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 4rem;
    z-index: 110;
    visibility: hidden;
    background: transparent;
  }
  .menu-header.is-active {
    visibility: visible;
  }
  .menu-header.is-active > .menu-arrow {
    display: block;
  }
/*  /*.darkmode .menu-header.is-active {
    background-color: var(--night-100);
  }*/*/
  .menu-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    text-transform: capitalize;
  }
  .darkmode .menu-title {
    color: var(--white-100);
  }
  .menu-inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .menu-item {
    display: block;
    line-height: 1;
    padding-inline: 0;
  }
  .menu-link {
    justify-content: space-between;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-inline: 1.25rem;
  }
  .menu-link > i.bx {
    margin-left: 0.5rem;
    transform: rotate(0deg);
  }
}

.submenu {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 2px solid var(--pink-400);
  background-color: var(--white-100);
  box-shadow: var(--shadow-medium);
  transition: all 0.25s ease-in-out;
  top: 120px;
}
.submenu-inner {
  flex: 0 0 15%;
  padding: 0;
  /* width: 16.6%; */
  display: flex;
  align-content: center;
  justify-content: center;
}
.submenu-title {
    font-weight: 400;
    line-height: 1;
    padding: 0 0;
    transition: all 0.3s ease;
}
.submenu-item {
  display: block;
  line-height: 1;
  margin: 0 auto;
}
.submenu-link {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  padding: 0.75rem 0;
  white-space: nowrap;
  text-transform: capitalize;
  transition: all 0.25s ease-in-out;
}
.submenu-image {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin: 0 auto 5px;
  max-width: 70px;
  max-height: 70px;
}
@media only screen and (max-width: 992px) {
  .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    box-shadow: none;
    transform: translateX(0%);
  }
  .submenu.is-active {
    display: block;
  }
  .submenu-inner {
    flex: 0 0 100%;
    padding: 0rem;
  }
  .submenu-list {
    margin-bottom: 1rem;
  }
  .submenu-link {
    display: block;
  }
  .submenu-image {
    margin-top: 0;
  }
}

.megamenu {
  left: 50%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transform: translateX(-50%);
}
.megamenu-column-1 {
  left: 65%;
  max-width: 15rem;
  width: 100%;
  height: auto;
}
.megamenu-column-4 {
    display: flex;
    flex-wrap: wrap;
    max-width: 70rem;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .megamenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
    box-shadow: none;
  }
}


.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 1.6rem;
  height: 1rem;
  margin-right: 1rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
@media only screen and (max-width: 992px) {
  .burger {
    opacity: 1;
    visibility: visible;
  }
}
.burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 1rem;
  background: var(--black-400);
}
.darkmode .burger-line {
  background: var(--white-100);
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
.submenu-link:hover .submenu-title {
    color: #f7b61e;
}

/**/
.logosec img {
  width: 200px;
}
.removesec .submenu {
  top: 50px;
}
