.topwrapper-mob{
  margin: 156px auto 0;
  width: 980px;
  border: 2px solid blue;

}
.navtable-mob{
  position: fixed;
  background-color: var(--color-neutral-black);
  font-size: small;
  margin-bottom: 0;
  top: 120px;
  z-index:97; 
}

.topbar-mob{
    position: fixed;
    top: 0px;
    background-color: var(--color-white);
    padding: 12 0 0 0;
    max-height: 196px;
    vertical-align: middle;
    width: 100%;
    z-index: 99;
}

/* .topbarcontainer-mob{
    background-color: var(--color-neutral-black);  
} */
.topbarfix-mob{
    min-height: 200px;
}

  .malllogocontainer-mob{
    display: inline-block;
    width: 50%;
    /* padding: 0 0 3% 5%; */
    /* border: 1px solid red; */
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .loginbar-mob{
    display: inline-block;
    text-align: right;
    width: 40%;
    top: 5px;
    margin-right: 10px;
    /* padding: 0 5% 0 0; */
    /* border: 1px solid green; */
  }


  .preorderbadge-mob{
    background-color: transparent;
    border: 1px solid var(--color-campaign-orange);
    border-radius: 4px;
    color: var(--color-campaign-orange);
    padding: 2px 5px 2px 5px;
    margin-bottom: 2px;
    width: auto;
}


.discountbadge-mob{
  background-color: transparent;
  border: 1px solid var(--color-campaign-red);
  border-radius: 4px;
  color: var(--color-campaign-red);
  padding: 2px 5px 2px 5px;
  margin-bottom: 2px;
  width: auto;
}


.rewardsbadge-mob{
  background-color: transparent;
  border: 1px solid var(--color-campaign-green);
  border-radius: 4px;
  color: var(--color-campaign-green);
  padding: 2px 5px 2px 5px;
  margin-bottom: 2px;
}


.merchbadge-mob{
  background-color: transparent;
  border: 1px solid var(--color-campaign-yellow);
  border-radius: 4px;
  color: var(--color-campaign-yellow);
  padding: 2px 5px 2px 5px;
  margin-bottom: 2px;
}



.freeshipbadge-mob{
  background-color: transparent;
  border: 1px solid var(--color-campaign-blue);
  border-radius: 4px;
  color: var(--color-campaign-blue);
  padding: 2px 5px 2px 5px;
  margin-bottom: 2px;
}


  /* Extra small devices (phones, 300px and down) */
  @media only screen and (max-width: 300px) {
   
}

  /* Extra small devices (phones, 300px and down) */
@media only screen and (min-width: 320px) {

  .topbar-mob{
    height: 150px;
  }

  .topbarfix-mob{
    min-height: 188px;
  }

}
.table-div-mob{
  overflow: auto;
}
  /* Extra small devices (phones, 300px and down) */
@media only screen and (min-width: 370px) {
  .topbar-mob{
    height: 150px;
  }
  .topbarfix-mob{
    min-height: 180px;
  }

}

 /* Extra small devices (phones, 300px and down) */
 @media only screen and (min-width: 480px) {

  
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 668px) {
  /* .topbar-mob{
    height: 150px;
  } */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) { 
  /* .topbar-mob{
    border: 1px solid green;
    height: 200px;
  } */
}
