.header {
  background: #003366;
}

.headre-footre-container {
  max-width: 1236px;
  margin: 0 auto;
}

.searchbar-header {
  height: 48px;
  min-width: 540px;
  border-radius: 48px;
  padding: 0px 50px 0px 30px;
  border: none;
}

input.searchbar-header::placeholder {
  color: #8F8F8F;
}

input.searchbar-header:focus::placeholder {
  color: transparent;
}

.search-bar {
  position: relative;
  left: 15px;
}

.logo-search-bar {
  display: flex;
}

.New-search {
  position: absolute;
  padding: 16px 11px 24px 32px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 24px 24px rgba(33, 33, 33, 0.12);
  border-radius: 24px;
  z-index: 5;
  visibility: hidden;
}

.New-search-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #8F8F8F;
}

.New-search-show {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #424242;
  margin-left: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.New-searchli {
  margin-bottom: 16px;
  display: flex;
}

.previous-search {
  position: absolute;
  padding: 16px 11px 24px 32px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 24px 24px rgba(33, 33, 33, 0.12);
  border-radius: 24px;
  z-index: 100;
  visibility: hidden;
}

.previous-search-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #8F8F8F;
}

.previous-searchli {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

li.previous-searchli:last-child {
  margin-bottom: 16px;
}

.Search-suggestions {
  position: absolute;
  padding: 16px 11px 24px 32px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 24px 24px rgba(33, 33, 33, 0.12);
  border-radius: 24px;
  z-index: 100;
  visibility: hidden;
}

.Search-suggestions-text {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #424242;
  margin-left: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Search-suggestions-li {
  margin-bottom: 12px;
  display: flex;
}

li.Search-suggestions-li:last-child {
  margin-bottom: 16px;
}

.searchicon {
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 15px;
}

.account-info {
  padding: 12px 16px;
  margin: 0px 32px 0px 32px;
  cursor: pointer;
}

.header-cart {
  width: 89px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 100px;
  position: relative;
  z-index: 1056;
  left: -2px;
  cursor: pointer;
}

.header-cart-img {
  position: absolute;
  top: 14px;
  left: 25px;
}

.header-cart-number {
  position: absolute;
  top: 14px;
  left: 56px;
}

.cart-wrap .modal-dialog {
  position: fixed;
  margin: auto;
  top: 66px;
  height: 100%;
  right: 70px;
  max-width: 380px;
}

.cart-wrap .modal-content {
  border-radius: 24px 0px;
}

.cart-wrap .cartclose {
  opacity: 1;
  position: relative;
  top: 5px;
  cursor: pointer;
}

.cartpricedetils {
  display: flex;
}

.cartimg {
  border: 1px solid #E9ECEF;
  border-radius: 16px;
  padding: 5px 5px;
  max-width: 60px;
  height: 60px;
}

.cartimgdescrption {
  width: 161px;
  margin-right: 12px;
  margin-left: 16px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.allcartdetils-box {
  border-bottom: 1px solid #E9ECEF;
  max-height: 213px;
  overflow-y: scroll;
}

.cart-body {
  padding: 20px 10px;
}

.cartpricewrap p {
  margin-bottom: 0px;
}

.carteachprice {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.cartoldprice {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #E03C31;
}

.cartinrememtanddelete {
  display: flex;
}

.cartinrememt-decrement {
  background-color: #FFFFFF;
  border: 1px solid #D8DADA;
  border-radius: 100px;
  width: 156px;
  height: 48px;
  margin-left: 70px;
  display: flex;
}

.cartinrememt-decrement .value-button {
  display: inline-block;
  margin: 0px;
  width: inherit;
  height: auto;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cartdelete {
  padding: 15px 17px;
  margin-left: 48px;
  cursor: pointer;
}

.cartinrememt-decrement .value-button:hover {
  cursor: pointer;
}

.productAvailable {
  max-width: 99px;
  height: 24px;
  text-align: center;
  background: #EBF7F4;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #00957A;
  margin-left: 76px;
  padding: 2px 16px 2px 16px;
}

.cartinrememt-decrement #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.cartinrememt-decrement #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.cartinrememt-decrement #input-wrap {
  margin: 0px;
  padding: 0px;
}

.cartsnumber {
  text-align: center;
  border: none;
  margin: 0px;
  width: 46px;
  display: inline-block;
  height: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-indent: 0px;
}

.cartinrememt-decrementinput[type=number]::-webkit-inner-spin-button,
.cartinrememt-decrementinput[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gift-line {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  padding: 0px 32px;
}

.gift-price .progress {
  height: 20px;
  max-width: 296px;
  margin: 0 auto;
  border-radius: 100px;
}

.gift-price .bg-backgroung {
  background-color: #E9ECEF;
  color: #8F8F8F;
}

.gift-price .progress-bar {
  border-radius: 100px;
}

.Total-price-wrap {
  display: flex;
  margin-top: 40px;
}

.Total-price {
  width: 50%;
  padding-left: 33px;
  font-weight: 400;
}

.Total-pricevalue {
  text-align: right;
  width: 40%;
  line-height: 28px;
}

.pay_now {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  padding: 12px 16px;
  width: 312px;
  margin: 0 auto;
  border: none;
  margin-bottom: 36px;
}

.overflowcart-height {
  max-height: 544px;
  overflow-y: scroll;
}

.top-header {
  display: flex;
  padding: 16px 0px;
}

.account-info-and-cart {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.account-info-text {
  color: white;
}

.account-img {
  margin-right: 10px;
  margin-top: -2px;
}

.account-user-name {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  color: white;
}

/**-------- TopNavBar CSS start ------ */
.topNav {
  width: 100%;
  margin-bottom: 7px;
}

.nav-link-show {
  position: absolute;
  visibility: hidden;
  z-index: 100;
  left: 0px;
  top: 48px;
  min-width: 655px;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 24px 24px rgba(33, 33, 33, 0.12);
  border-radius: 24px 0px;
}

.navbar-nav li.nav-item:first-child {
  max-width: 56px;
  height: 48px;
  background: #003D7A;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  margin-right: 31px;
}

.nav-link {
  padding: 0;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #FFFFFF;
}

.nav-item:hover {
  background: #003D7A;
  border-radius: 100px;
}

.nav-item:hover .nav-link-show {
  visibility: visible;
}

.dots {
  display: none;
}

.navbar-nav {
  display: flex;
}

.dotsnavbar-nav {
  display: block;
}

.navbar {
  padding: 0px 0px;
}

.nav-item {
  padding: 12px 11px;
  position: relative;
}

.nav-link:focus,
.nav-link:hover {
  color: white;
}

.Sign-off-mobile {
  display: none;
}

/**-------- sub menu ------ */
.inner-items-links {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #424242;
  padding: 12px 16px;
  margin-right: 17px;
  text-align: left;
  display: flex;
}

.inner-items-links:hover {
  background: rgba(0, 159, 223, 0.04);
  border-radius: 28px;
  color: #424242;
}

.account-user-name-mobile {
  display: none;
}

.menu-image {
  margin-right: 9px;
  width: 20px;
  height: 20px;
}

.saletwoposture {
  margin-bottom: 24px;
  border-radius: 24px 0px;
  width: 100%;
}

.padding-0px {
  padding: 0px;
}

.Logopimage {
  display: none;
}

.topmenucross {
  display: none;
}

.logintop {
  display: none;
}

.menuopenlogo {
  display: none;
}

/* afterloginpwrap */
.afterloginpwrap {
  display: none;
}

/* access-key-wrap */
.accessbtn {
  height: auto;
  width: 100% !important;
  margin-bottom: 24px;
}

.alreadyaccount {
  height: auto;
  width: 100% !important;
}

.modal-header-border-none {
  border: none;
}

.accessbtn-btn-close {
  font-size: 10px;
}

.access-modal-content {
  background: #FFFFFF;
  box-shadow: 0px 24px 24px rgba(33, 33, 33, 0.12);
  border-radius: 24px;
  padding: 24px 40px;
}

.modal-maxwidth {
  max-width: 363px;
}

.access-key-wrap .modal-body {
  padding: 0px 16px;
}

.access-key-wrap .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.access-key-wrap .modal.fade .modal-dialog {
  transform: translate(0, -100%);
}

.access-key-wrap .modal.in .modal-dialog {
  transform: translate(0, 0);
}

/* Loginmodal  */
.Login-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

.Login-id {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}

.Login-hr {
  border: 1px solid #D8DADA;
  margin-top: 8px;
}

.Login-return {
  text-align: center;
  letter-spacing: 0.25px;
  color: #009EDD;
  display: inline-block;
}

.Login-return-text {
  cursor: pointer;
  position: relative;
  top: 2px;
  left: 6px;
  display: inline-block;
}

.Login-header-border-none {
  border: none;
  padding: 0px 16px;
}

.Loginmodal-wrap .modal-content {
  box-shadow: 0px 24px 24px rgba(33, 33, 33, 0.12);
  border-radius: 24px;
  padding: 24px 40px 16px;
}

.Loginmodal-wrap .modal.show .modal-dialog {
  transform: none;
  max-width: 364px;
}

.Loginmodal-input {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 12px;
  padding: 18px 16px 12px;
  margin-bottom: 24px;
}

.Loginmodal-input::-webkit-input-placeholder {
  /* Edge */
  color: #8F8F8F;
}

.Loginmodal-input:-ms-input-placeholder {
  /* Internet Explorer */
  color: #8F8F8F;
}

.Loginmodal-input::placeholder {
  color: #8F8F8F;
}

.Loginbtn {
  height: auto;
  width: 100% !important;
  margin-bottom: 24px;
}

.Loginmodal-wrap .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Loginmodal-wrap .modal.fade .modal-dialog {
  transform: translate(0, -100%);
}

.Loginmodal-wrap .modal.in .modal-dialog {
  transform: translate(0, 0);
}

.Login-close {
  font-size: 10px;
}

/* emailid-key-modal  */
.emailid-key-wrap .modal.show .modal-dialog {
  transform: none;
  max-width: 364px;
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.emailid-key-wrap .modal-content {
  box-shadow: 0px 24px 24px rgba(33, 33, 33, 0.12);
  border-radius: 24px;
  padding: 24px 40px 16px;
}

.emailid-key-header-border-none {
  border: none;
  padding: 0px 16px;
}

.emailid-key-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

.emailid-keypasswordtotext {
  display: flex;
  position: relative;
}

.emailid-key-btn {
  height: auto;
  width: 100% !important;
  margin-bottom: 24px;
  display: block;
}

.emailid-key-hr {
  border: 1px solid #D8DADA;
  margin-top: 8px;
}

.emailid-key-return {
  text-align: center;
  letter-spacing: 0.25px;
  color: #009EDD;
  display: inline-block;
}

.emailid-key-return-text {
  cursor: pointer;
  position: relative;
  top: 2px;
  left: 6px;
  display: inline-block;
}

.emailid-key-modal-input {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 12px;
  padding: 18px 16px 12px;
  margin-bottom: 24px;
}

.emailid-key-validation-msg {
  position: absolute;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #00957A;
  top: 2px;
  left: 16px;
  display: none;
}

.emailid-key-close {
  font-size: 10px;
}

.passwordtotext {
  display: flex;
  position: relative;
}

.fa-newposition {
  position: absolute;
  right: 14px;
  top: 16px;
  color: #798388;
  font-size: 21px;
}

.validation-msg-Enter-access-code {
  position: absolute;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #00957A;
  top: 2px;
  left: 16px;
  display: none;
}

.marleft-80 {
  margin-left: 80px;
}

.find-distrubutormargin {
  position: absolute;
  right: 0px;
}

.ayuda_link {
  color: #FFFFFF;
}

.ayuda_link:hover {
  color: #FFFFFF;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 1999;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  margin-top: -0.5em;
  border: 15px solid #0080ff;
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Animation in  placeholder up in log in modal pop up */
.placeholder-animation {
  position: relative;
  margin-bottom: 8px;
}

.input-text:focus ~ .floating-labelt,
.input-text:not(:placeholder-shown) ~ .floating-labelt {
  top: -2px;
  font-size: 13px;
  color: #00957A;
}

.floating-labelt {
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 14px;
  transition: 0.2s ease all;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8F;
}

.placeholder-animation .input-text:focus {
  color: #212529;
  background-color: #fff;
  border-color: #00957A;
  outline: 0;
  box-shadow: none;
  border: 1px solid #00957A;
}

/* loginprocess */
.modalpopup {
  transform: none;
  max-width: 364px;
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modalpopup .modal-dialog {
  transform: none;
  max-width: 364px;
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modalpopup .modal-content {
  box-shadow: 0px 24px 24px rgba(33, 33, 33, 0.12);
  border-radius: 24px;
  padding: 24px 40px 16px;
}

.modalpopup .modal-header {
  border: none;
  padding: 0px 16px;
}

.modalpopup .modal-header img {
  font-size: 10px;
}

.modalpopup .modal-body .popupsubheading {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

.modalpopup .popupbtn {
  height: auto;
  width: 100% !important;
  margin-bottom: 24px;
  display: block;
}

.modalpopup .popuphr {
  border: 1px solid #D8DADA;
  margin-top: 8px;
}

.modalpopup .key-return {
  text-align: center;
  letter-spacing: 0.25px;
  color: #009EDD;
  display: inline-block;
}

.modalpopup .key-return-text {
  cursor: pointer;
  position: relative;
  top: 2px;
  left: 6px;
  display: inline-block;
}

.modalpopup .input-text {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 12px;
  padding: 18px 16px 12px;
  margin-bottom: 24px;
}

.modalpopup:last-child .input-text {
  margin-bottom: 8px;
}

.modalpopup .forgot-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  text-decoration-line: underline;
  color: #009EDD;
  margin-bottom: 24px;
}

.modalpopup .modal-subhead {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

.modalpopup .btn-blockfull {
  height: auto;
  width: auto;
  display: block;
}

.modalpopup .forgot-password {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  text-decoration-line: underline;
  color: #009EDD;
  margin-top: 8px;
}

.modalpopup .modal-body {
  padding-top: 8px;
}

.modalpopup .returnarrow {
  cursor: pointer;
  position: relative;
  top: 2px;
  left: 6px;
  display: inline-block;
  color: #009EDD;
}

.loginprocess {
  display: none;
}

.ButtonNext {
  display: none;
}

.loginprocessshow {
  display: block;
}

.ButtonNextshow {
  display: block;
}

.buttonContainer {
  display: flex;
  justify-content: flex-end;
  width: 93%;
}

.newpassword-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #424242;
}

.min-char {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #424242;
  list-style: disc;
  margin-left: 16px;
}

li.min-char:last-child {
  margin-bottom: 24px;
}

.newpassword-instuction {
  margin-top: 24px;
}

.newpassword-hr {
  border: 1px solid #D8DADA;
}

.navDistribuidor {
  display: none;
}

.navDistribuidor-seprate {
  display: block;
  text-align: center;
}

.ulDistribuidor {
  position: relative;
  left: -30px;
}

@media only screen and (max-width: 992px) {
  .topNav {
    position: absolute;
    top: 0px;
    border: none;
  }

  .dots {
    position: absolute;
    top: 20px;
    left: 62px;
    display: block;
    transition: all 200ms;
    z-index: 1068;
    color: white;
  }

  .rightleft {
    transition: all 200ms;
    left: 90%;
  }

  .nav-link {
    padding: 12px 16px;
  }

  .nav-link-show {
    position: relative;
    visibility: visible;
    display: none;
    left: 0px;
    top: 0px;
    border-radius: 0px 0px;
    background: #003D7A;
    min-width: auto;
    box-shadow: none;
    padding: 14px 0px;
    margin-bottom: 20px;
  }

  .nav-link-showhide {
    display: block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .find-distrubutormargin {
    position: relative;
  }

  /* remove display block  :-  add this property   for transition*/
  .dotsnavbar-nav {
    background: #003366;
    position: absolute;
    height: auto;
    width: 100%;
    top: 0px;
    left: -1002px;
    transition: all 200ms;
    z-index: 1058;
  }

  /* remove display block for transition*/
  .dotsnavbar-navshowhide {
    left: 0px;
    transition: all 200ms;
  }

  .arrow {
    transform: rotate(0deg);
    float: right;
    padding: 8px 0px;
  }

  .arrowposition {
    transform: rotate(180deg);
  }

  .account-info-text {
    display: none;
  }

  .account-user-name {
    display: none;
  }

  .Logotipo {
    display: block;
  }

  .Logopimage {
    width: 100%;
    margin-left: 42px;
    display: block;
  }

  .logo {
    display: none;
  }

  .top-header {
    padding: 16px 50px;
    min-height: 142px;
    position: relative;
  }

  .search-bar {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 0px;
    display: flex;
    padding: 16px 50px;
  }

  .searchbar-header {
    min-width: 100%;
    position: relative;
  }

  .searchicon {
    position: absolute;
    z-index: 16;
    top: 32px;
    right: 80px;
  }

  .account-info {
    padding: 0px 0px;
    margin: 4px 18px 0px 0px;
  }

  .previous-search,
.Search-suggestions,
.New-search {
    width: calc(100% - 100px);
    text-align: left;
    left: auto;
    top: 70px;
  }

  .cart-wrap .modal-dialog {
    right: 0px;
    max-width: 100%;
  }

  .account-info-and-cart {
    display: flex;
    justify-content: flex-end;
    width: 40%;
  }

  .logo-search-bar {
    display: flex;
    width: 60%;
  }

  .header-cart {
    width: auto;
    height: 48px;
    padding: 0px 36px;
  }

  .header-cart-number {
    top: 14px;
    left: 46px;
  }

  .account-img {
    width: 100%;
    margin-right: 12px;
    margin-top: 4px;
  }

  .inner-items-links {
    color: #FFFFFF;
  }

  .nav-item:hover {
    background: none;
    border-radius: 0px;
  }

  .saletwoposture {
    width: auto;
    display: none;
  }

  .nav-item {
    margin: 0px 0px;
    border-top: 1px solid #ffffff0f;
    border-bottom: 1px solid #ffffff0f;
    padding: 0px 0px;
  }

  .navbar-nav li.nav-item:first-child {
    display: none;
  }

  .account-user-name-mobile {
    display: block;
  }

  .logintop {
    display: block;
    padding: 12px 16px;
    background: #003D7A;
    border-radius: 28px;
    max-width: 314px;
    margin: 40px auto;
    text-align: center;
  }

  .menuopenlogo {
    position: relative;
    top: 21px;
    left: 16px;
    display: block;
  }

  .logintop:hover {
    color: #FFFFFF;
  }

  .menuopen-login {
    position: relative;
    top: 2px;
    left: 4px;
    color: #FFFFFF;
  }

  .logintopwrap {
    margin: 40px 0px 0px 0px;
    border-top: 1px solid #ffffff0f;
  }

  .topmenucross {
    top: -8px;
    position: relative;
  }

  .inner-items-links:hover {
    background: none;
    border-radius: 28px;
    color: #ffffff;
  }

  .inner-items-wrap {
    margin-left: 32px;
  }

  .nav-item-bg-add {
    background-color: #003D7A;
    border-bottom: 1px solid #ffffff0f;
  }

  .New-searchli {
    display: flex;
  }

  .Search-suggestions-li {
    display: flex;
  }

  .menu-image {
    filter: brightness(0) invert(1);
  }

  .Sign-off-mobile {
    display: block;
  }

  .Sign-off-mobile .nav-link {
    padding: 40px 16px 35px 16px;
  }

  /* afterloginpwrap */
  .afterloginpwrap {
    display: none;
    padding: 16px 24px;
    background: #003D7A;
    border-radius: 28px;
    max-width: 314px;
    margin: 40px auto;
    text-align: left;
  }

  .afterloginpwrap-show {
    display: block;
  }

  .welcome-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
  }

  .loggername {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 20px;
  }

  .Myorderspwraphp {
    margin: 30px 0px 18px 0px;
  }

  .My-account-homepage {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    border-radius: 28px;
    padding: 12px 16px;
    border: 1px solid white;
  }

  .My-account-homepage:hover {
    color: #ffffff;
  }

  .Myorders {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    border-radius: 28px;
    padding: 12px 16px;
    border: 1px solid white;
    margin-left: 12px;
  }

  .Myorders:hover {
    color: #ffffff;
  }

  .access-key-wrap .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }

  .Loginmodal-wrap .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }

  .emailid-key-wrap .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }

  .Login-id {
    font-weight: bold;
  }

  .navbar-nav {
    padding: 0px 8px;
  }

  .navDistribuidor {
    display: block;
  }

  .navDistribuidor-seprate {
    display: none;
  }
}
/* mobile device */
@media only screen and (max-width: 480px) {
  .top-header {
    padding: 16px 14px;
  }

  .search-bar {
    padding: 16px 14px;
  }

  .account-info {
    margin: 4px 21px 0px 0px;
  }

  .dots {
    left: 20px;
    top: 26px;
  }

  .rightleft {
    left: 90%;
  }

  .previous-search,
.Search-suggestions,
.New-search {
    width: calc(100% - 30px);
    height: auto;
  }

  .logintop {
    max-width: 312px;
  }

  .afterloginpwrap {
    max-width: 296px;
  }

  /* cart */
  .cartimgdescrption {
    width: auto;
    height: 48px;
  }

  .cartpricewrap {
    display: flex;
    flex-direction: column;
    width: 320px;
    height: auto;
  }

  .cartpricewrap p {
    margin-bottom: 6px;
  }

  .productAvailable {
    height: auto;
    text-align: center;
    margin: 10px auto;
  }

  .cartinrememt-decrement {
    margin-left: 70px;
  }

  .cartdelete {
    margin-left: 18px;
  }

  .searchicon {
    right: 41px;
  }

  .Logopimage {
    width: auto;
    margin-top: 10px;
    margin-left: 55px;
  }

  .account-img {
    width: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .header-cart-img {
    left: 20px;
  }

  .header-cart {
    z-index: auto;
  }

  .accessbtn {
    margin-bottom: 16px;
  }

  .access-modal-content {
    padding: 24px 16px;
    max-width: 298px;
    margin: 0 auto;
  }

  .modal-header-border-none {
    border: none;
    padding-top: 0px;
  }

  .Loginmodal-wrap .modal-content {
    padding: 24px 16px 16px;
  }

  .emailid-key-wrap .modal-content {
    padding: 24px 5px 16px;
    max-width: 308px;
    margin: 0 auto;
  }

  .modalpopup .modal-content {
    padding: 24px 16px;
  }

  .Loginmodal-wrap .modal.show .modal-dialog {
    max-width: 308px;
    margin: 0 auto;
  }
}
