body, html {
  font-family: 'Poppins', sans-serif;
  overflow: hidden !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#nbu-upload-nbo-options {
  background-color: #fff !important;
}
form.cart {
  overflow: scroll;
  height: 100%;
  text-align: left;
}
select {
  font-family: 'Poppins', sans-serif;
}
.nbd-option-wrapper label {
  box-sizing: border-box;
}
.nbu-options-nbo-wrapper {
  height: calc(100% - 75px);
  margin-top: 15px;
  font-size: 14px;
}
.nbd-option-wrapper {
  padding: 15px;
}
.nbu-options-nbo-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}
.nbu-options-nbo-wrapper th, .nbu-options-nbo-wrapper td {
  padding: 1em;
  text-align: left;
  vertical-align: top;
}
.nbu-options-nbo-wrapper table tbody tr:nth-child(2n) td {
  background-color: #fbfbfb;
}
.screen-reader-text {
  display: none;
}
.button {
  background-color: #eeeeee;
  color: #333333;
  cursor: pointer;
  padding: .6180469716em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.single_add_to_cart_button{
  background-color: #0c8ea7;
  color: #ffffff;
  height: 40px;
  border: none;
}
.button:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(75,79,84,.3);
  -moz-box-shadow: 0 3px 10px 0 rgba(75,79,84,.3);
  -ms-box-shadow: 0 3px 10px 0 rgba(75,79,84,.3);
  box-shadow: 0 3px 10px 0 rgba(75,79,84,.3);
}
.quantity {
  float: left;
  margin-right: .875em;
  margin-left: 15px;
}
.quantity input {
  height: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100px;
  border: 1px solid #EEE;
}