/*-----------------------------------Footer----------------------*/

footer {
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  padding: 40px !important;
  text-align: center !important;
}

footer .border {
  border: 1px solid #4a4a4a !important;
}

footer p,
footer a {
  color: #2e2e2e !important;
  font-size: 14px !important;
  line-height: 18px !important;
  margin: 1em 0;
  font-family: Arial, Arial, sans-serif;
}

footer a {
  text-decoration: none !important;
}

footer a:hover {
  text-decoration: underline !important;
}

footer li,
ol,
ul {
  list-style: none;
}

footer .border p {
  margin: 0 !important;
  padding: 10px;
}

footer .nav > li {
  display: inline-block;
  margin: 0 10px;
}

footer .nav > li > a:focus,
footer .nav > li > a:hover {
  background: transparent !important;
  text-decoration: underline !important;
}

footer .copyright p {
  color: #aaa !important;
}
footer .nav > li > a {
  color: #666666 !important;
}
footer .nav > li > a:hover {
  text-decoration: none !important;
}
/*-----------------------------------Footer End----------------------*/
.nav-bottom {
  float: none;
  display: inline-block;
}

html {
  font-size: inherit;
}

#LoadingDiv {
  margin: 0px 0px 0px 0px;
  position: fixed;
  height: 100%;
  z-index: 9999;
  padding-top: 350px;
  width: 100%;
  clear: none;
  background: url(secondaries/trans.png);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  #recentBox {
    max-width: 300px;
    min-width: inherit;
    width: 100%;
  }
}

.sidecheck1 hr {
  height: 351px;
}

.sidecheck2 {
  top: 76px;
}

.sidecheck2 hr {
  height: 173px;
}

.sidecheck3 {
  top: -1013px;
}

.sidecheck3 hr {
  height: 744px;
}

.sidecheck4 {
  top: -195px;
}

.mem_box {
  background-color: #f5f5f5;
  margin: 20px 0px 40px;
  text-align: center;
  padding-bottom: 20px;
  border-radius: 0px 0px 10px 10px;
}

/*.btn-xlg {
    padding: 12px 35px;
    max-width: 400px;
}*/

#quantity {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
