/**************************** STICKY-HEADER ********************************/
#toggle2 {
  position: relative;
  margin-top: 12px;
}

.rowCartToggle {
  position: absolute;
  display: block;
  width: 100%;
}

.slide-over-cart .mh-head.first a {
  height: 23px;
  width: 24px;
}

span .sticky-span {
  background: #fff !important;
  margin-bottom: 5px;
}

.slide-over-cart {
  display: flex;
  justify-content: normal;
}

.searchboxc {
  position: relative;
  height: 30px;
}

.searchbox-iconc, .searchbox-inputc-desktop {
  width: 50px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  text-align: center;
  cursor: pointer;
  background: #f6f6f6;
}


.searchbox-inputc {
  border: 1px solid #fff;
  outline: 0;
  width: 100%;
  margin: 0;
  font-size: 16px;
  color: #fff;
  -webkit-text-fill-color: #ffffff;
  background: transparent;
  border-radius: 25px;
  height: 30px;
  padding-left: 20px;
}

.sticky-search-icon {
  background: #FCBF00;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 0 25px 25px 0;
}


.search-box-cart-sticky {
  width: 92%;
  margin-left: unset;
}

/****************************** MEDIA QUERY *******************************/
@media (min-width: 768px) and (max-width: 1199px) {
  .line-element {
    display: none;
  }

  .searchboxt-open {
    width: 100%;
  }

  .searchboxt {
    height: unset;
  }
}

@media (min-width: 1200px) {
  #toggle2 {
    margin-top: 12px;
  }

  .desktop-menu {
    width: 30px;
    margin-top: 6px;
  }

  #sticky-side-nav {
    width: 30px;
  }

  .desktop-menu .mh-head.first a span {
    height: 2px;
  }

  .desktop-menu .mh-head.first a {
    width: 30px;
  }

  .PopOverCart .popover.bottom > .arrow {
    top: -10px;
  }

  .searchbox-iconc .searchImg {
    margin-top: 1px;
    margin-left: 2px;
  }

}

/*******************     iPad     ******************/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
  .headerUpMenu {
    align-items: inherit;
    padding-top: unset;
  }

  .slide-over-cart {
    display: flex;
  }

  span .sticky-span {
    background: #fff !important;
  }

  .searchbox-iconc .searchImg {
    margin-top: 2px;
  }
}

@media (max-width: 1199px) {
  .headerUpMenu {
    align-items: center;
  }
}

/*****************************   MOBILE   *******************************************/
@media (max-width: 767px) {
  #toggle2 {
    margin-top: unset;

  }

  .cart-sticky-header .header-wishlist-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .searchbox-iconc .searchImg {
    margin-top: 11px;
  }

  .search-box-cart-sticky {
    width: 100%;
    margin-left: unset;
  }

  .rowCartToggle {
    display: flex;
    align-items: center;
  }

  .searchboxc {
    position: relative;
    min-width: 50px;
    width: 0;
    height: 50px;
    float: left;
    overflow: hidden;
    margin-left: -10px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  }

  .searchboxc-open {
    width: 100%;
  }

  .searchbox-inputc {
    top: 0;
    right: 0;
    border: unset;
    border-bottom-color: unset;
    border-bottom-style: unset;
    border-bottom-width: unset;
    outline: 0;
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
    color: #fff;
    -webkit-text-fill-color: #ffffff;
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 0;
    border-radius: unset;
  }

  .searchbox-iconc {
    width: 50px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    text-align: center;
    cursor: pointer;
    background: #f6f6f6;
  }

  .searchboxm-open {
    width: 80%;
    border: 1px solid #3b444D;
  }

  .slide-over-cart {
    display: flex;
  }

  .cart-slider {
    margin-top: -18px;
  }

  .sticky-search-icon {
    background: #FCBF00;
    height: 37px;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
  }

  .sticky-span {
    background: #ffffff !important;
  }

  .slide-over-cart .mh-head.first a span {
    margin-bottom: 6px;
  }
}