/* Mobile */
/*! Must be a class for lower specifity than login-lock*/
.mobile-mx {
  width: 100%;
  height: 86%;
  background-color: #ffffff;
  display: grid;
  grid-template-rows: 0fr 1fr 0fr;
}
.mobile-header {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #0171a4;
  height: 5.8vh;
  min-width: 345px;
  width: 100%;
}

#bears {
  width: 132px;
}

.mobile-wtype {
  font-family: sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 900;
  font-size: larger;
  color: #0171a4;
}
.mobile-reg {
  position: absolute;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 900;
  color: #0171a4;
}
.mobile-ctype {
  font-family: sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  padding-top: 2px;
}

.mheader-content {
  display: inline-block;
  height: 5.8vh;
  background-color: #0171a4;
}
#mobile-contents {
  height: 100%;
  width: 100%;
}

#mobile-head {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  justify-content: center;
  height: 60px;
}
#mobile-body {
  height: 84vh;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-template-areas: 'cbm nbm';
}

#gauge-sidegrid {
  height: 98%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  margin: 0px;
}

#lengthbar-m {
  grid-area: xw1;
  height: 100%;
  padding-right: 10px;
  display: inline-grid;
  justify-items: end;
  width: 50px;
  grid-template-rows: 3fr 1fr 3fr;
  grid-template-areas:
    'lbr1'
    'lbr2'
    'lbr3';
  align-content: space-around;
  justify-content: center;
  align-items: center;
}
#bresp-t {
  height: 19vh;
  width: 10px;
  padding-right: 7px;
  margin-top: 17vh;
  border-top: #c1c1c1 3px solid;
  border-left: #c1c1c1 3px solid;
  grid-area: lbr1;
}
#bresp-b {
  height: 19vh;
  width: 10px;
  padding-right: 7px;
  margin-bottom: 17vh;
  border-bottom: #c1c1c1 3px solid;
  border-left: #c1c1c1 3px solid;
  grid-area: lbr3;
}
#midresp {
  display: inline-flex;
  transform: rotate(-90deg);
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  grid-area: lbr2;
}
#m-lghrep {
  width: 100px;
  position: relative;
  top: 32px;
}
#cable-mx-m {
  height: 100%;
  grid-area: cbm;
  display: grid;
  grid-template-columns: 0.15fr 1fr;
  align-content: center;
  grid-template-areas: 'xw1 xw2';
  justify-items: center;
}
#cable-mx {
  grid-area: xw2;
  max-width: 100px;
  width: 100%;
  height: 84vh;
  min-width: 90px;
}
.cable-model-mobile img {
  height: 80%;
}
.img-m {
  width: auto;
  height: 100%;
}

.nbm {
  grid-area: nbm;
}
#navbar-m {
  display: grid;
  padding-top: 8px;
  justify-items: center;
  align-content: stretch;
  /*? Change for hotbar */
  /*   height: 84%; */
  height: 90%;
  min-width: 208px;
  position: relative;
}
.nbr-fmt {
  flex-direction: column;
}
.cat-m {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  display: grid;
  align-content: space-around;
  justify-content: center;
  align-items: start;
  justify-items: center;
  position: relative;
}
.bpill {
  cursor: pointer;
  color: #ffffff;
  font-size: 2dvb;
  font-weight: 800;
  font-family: 'Mulish', sans-serif;
  background-color: #0171a4;
  height: 60%;
  border-radius: 1000px;
  padding: 5px 10px;
  min-width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pill-icv {
  cursor: default;
  opacity: 50%;
  color: #e6e6e6;
}
.gpill {
  background-color: #61d956;
  height: 3.5vh;
  max-height: 90%;
  width: 8vh;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.sub-m {
  cursor: pointer;
  width: fit-content;
  width: 100%;
  height: 90%;
  font-size: 2dvb;
}
.sub-icv {
  cursor: default;
  opacity: 50%;
  font-weight: bold;
}
.sub-acv {
  cursor: pointer;
  opacity: 100%;
}
.pill-acv {
  cursor: pointer;
  opacity: 100%;
  color: #ffffff;
}
#mobile-footer {
  height: 10%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-items: center;
}
.fopt {
  color: #ffffff;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  background-color: #0171a4;
  padding: 10px 5px;
  border-radius: 50%;
  height: 35px;
  width: 45px;
}

.tblu {
  color: #0189cd;
  display: contents;
}
#length-m {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10%;
}
#length-sidegrid {
  padding-top: 10px;
  width: 120px;
  height: 30px;
  column-gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lgh-pill {
  cursor: pointer;
  padding: 3px 10px;
  border-radius: 1000px;
  background: #ebebeb;
  max-width: 30px;
  color: #0189cd;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  transition: 200ms;
}
#length-sidegrid .lgh-sel {
  background: #0189cd;
  color: #fff;
  padding: 5px 15px;
}
#iptcm {
  width: 90px;
}
.lgh-err {
  background-color: #ffdddd;
}
.lgh-cmt {
  background-color: #e4ffdd;
}
.vcheck {
  padding: 5px 20px;
  border-radius: 1000px;
  background: #ebebeb;
  max-width: 90px;
  color: #0189cd;
  cursor: pointer;
}
.vcheck:active {
  background: #0189cd;
  color: #fff;
}
#linfo {
  padding: 3px 10px;
  width: 90%;
  height: 100%;
}

#tolerance {
  color: #9a9a9a;
  padding-top: 5px;
  font-weight: 100;
  font-size: 10px;
}

.awg-pill {
  height: 40px;
  width: 130px;
  padding: 10px;
  display: grid;
  font-size: 1em;
  min-height: 25px;
  box-sizing: border-box;
  border-radius: 1000px;
  justify-content: center;
  align-content: space-evenly;
}
.m-pill {
  height: min(40px, 5dvb);
  width: min(100px, 20dvi);
  font-size: min(1.5dvb, 2.5dvi);
  padding: 0px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  box-sizing: border-box;
}
.lwn {
  color: #000000;
}
/* casues select issues for touch */
/* .m-pill:hover {
  background-color: #e6e6e6;
  cursor: pointer;
  transform: translateY(-3px);
  font-weight: bold;
} */
.pill-sgd {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  row-gap: 3px;
  padding-top: 10px;
  margin: 0px;
  color: #000000;
}

.term-pills {
  padding: 0px;
  margin: 0px;
}
#lterm-m {
  width: 100%;
  height: 100%;
}
#rterm-m {
  width: 100%;
  height: 100%;
}

#rterm-subgrid {
  padding-top: 10px;
}

.hidden {
  opacity: 30%;
  cursor: default;
}
.qtn {
  color: #000000;
  font-size: small;
}
.dos {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.term-main {
  display: inline-block;
}
.shk-main {
  display: inline-block;
}
.term-grid {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

#cable-m {
  display: inline-grid;
  justify-items: center;
  align-content: space-evenly;
  height: 100%;
}

#length-container {
  flex-direction: column;
  align-items: center;
}
#shk-format {
  min-height: 146px;
}

#title-lr {
  display: inline-flex;
  width: 100%;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: nowrap;
}
.opt-format {
  flex-direction: column;
  height: 100%;
}
.opt-ctr {
  display: inline-flex;
}

.lw-bk {
  background: radial-gradient(circle at 25% 10%, #6c6c6c 10%, #000000 80%);
}
.lw-rd {
  background: radial-gradient(circle at 25% 10%, #f58b8b 10%, #e10000 80%);
}

#label-prompt {
  color: #000000;
  padding-top: 15px;
}

.bn {
  height: 15%;
}

.term-fmt {
  align-content: center;
}

.t-fmt {
  padding-top: 8px;
}

.lgh-format {
  display: inline-flex;
  flex-direction: column;
}

.qstn {
  color: #000000;
}
#cl-grid-m {
  padding: 4px 0px;
  display: inline-flex;
  width: 21dvb;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 13dvb;
  align-items: flex-start;
  column-gap: 5px;
  flex-direction: row;
}
#vinfo {
  display: inline-flex;
  flex-direction: column;
  color: #000000;
  align-items: center;
  flex-wrap: nowrap;
  row-gap: 15px;
}

#ctf {
  color: #ff0000;
}

.smlv {
  font-size: 20px;
}
.smli {
  width: 200px;
  display: flex;
}
input {
  z-index: 1;
}
.vmeter-container {
  width: 100%;
  height: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.x {
  position: relative;
  width: 3dvb;
  height: 3dvb;
  display: flex;
  opacity: 1;
  align-items: center;
  justify-content: center;
}
.x:hover {
  opacity: 1;
}
.x:before,
.x:after {
  position: absolute;
  content: ' ';

  height: 20px;
  width: 1.8px;
  background-color: #ff0000;
}
.x:before {
  transform: rotate(45deg);
}
.x:after {
  transform: rotate(-45deg);
}
#close-vdrop:before,
#close-vdrop:after {
  height: 25px;
  width: 3px;
}

#vmeter {
  width: 85%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
#vpt {
  color: #000000;
  font-size: 2.3dvb;
  height: 20%;
}
#vpill {
  width: 90%;
  height: 25px;
  max-width: 300px;
  display: inline-flex;
  border-radius: 1000px;
  overflow: hidden;
  background: linear-gradient(to right, #7c976c 0%, #7c976c 33%, #e6d83c 33%, #e6d83c 66%, #c1634a 66%, #c1634a 100%);
}

#vndl {
  background-color: #3d3a3a;
  height: 100%;
  width: 0.57%;
  left: 0%;
  position: relative;
}

#stepupbtn {
  padding: 5px 20px;
  border-radius: 1000px;
  background: #ebebeb;
  max-width: 90px;
  color: #0189cd;
  cursor: pointer;
}
#stepupbtn:active {
  background: #0189cd;
  color: #fff;
}
#vstmt {
  font-size: 10px;
  display: flex;
  color: #a3a3a3;
  font-weight: 400;
  height: 10%;
  align-items: flex-end;
  padding: 0px 10px;
  padding-bottom: 6px;
}
#vbds {
  display: flex;
  width: 70%;
  max-width: 115px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.vbnd {
  font-size: 14px;
  color: #939393;
}
.vst {
  color: #000000;
}
#vst1 {
  padding: 10px 0px;
}

.vdropg {
  color: #61d956;
}
.vdropy {
  color: #e2c600;
}
.vdropr {
  color: #ff0606;
}
.info-fmt {
  align-content: space-between;
}
#vsy {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.tilde {
  font-size: 22px;
  color: #e2c600;
}
#vsr {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.sum-i {
  color: #000000;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

#sum-m {
  cursor: default;
}
.bps {
  height: auto;
  max-width: 120px;
}
#next-m2 {
  max-height: 40px;
}

#vcacl-title {
  padding-top: 10px;
}
.back-to-summary {
  position: absolute;
  left: 7.5%;
  cursor: pointer;
  height: 30px;
  filter: invert(27%) sepia(95%) saturate(1523%) hue-rotate(175deg) brightness(91%) contrast(99%);
}
#summs {
  display: flex;
  padding-top: 8px;
  justify-items: center;
  height: 100%;
  min-width: 208px;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
.sum-container {
  display: grid;
  align-content: space-around;
  justify-content: center;
  align-items: start;
  justify-items: center;
  position: relative;
}
.info-item {
  min-width: 200px;
  color: #000000;
}
.shipping-item {
  min-height: 3dvb;
  color: #000000;
}
#mobile-mx .shipping-method-container {
  height: 15%;
}
#info-sidegrid {
  display: contents;
}
.address-menu-mobile {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 4dvb;
}
#state-m {
  width: 50%;
  height: 100%;
}
#country-m {
  width: 70%;
  height: 100%;
}
#shipping-sidegrid {
  width: 80%;
}

#m-shipping-container {
  padding-top: 1dvb;
  row-gap: 3dvb;
  display: flex;
  flex-direction: column;
}
#m-order-review-ox {
  height: 30%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10%;
  justify-content: space-evenly;
}
#review-title-rx {
  height: 10%;
  width: 100%;
  padding-bottom: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5dvb;
  position: relative;
}
#review-title-rx > img {
  position: absolute;
  left: 7.5%;
  cursor: pointer;
  height: 30px;
  filter: invert(27%) sepia(95%) saturate(1523%) hue-rotate(175deg) brightness(91%) contrast(99%);
}
#pickup-message-m {
  padding-top: 20%;
  padding-bottom: 35%;
  font-size: 2cqb;
  text-align: left;
}
