html {
  position: relative;
  height: 100%;
  background: #D3D3D3; }

.smart-buy-button {
  float: right;
  margin-top: -43px;
  margin-right: 95px;
  padding: 0 10px;
  font-weight: 600;
  color: white;
  line-height: 35px;
  text-decoration: none;
  background: #FF881B; }
  .smart-buy-button:hover {
    background: #F08627; }

.smart-buy {
  position: initial;
  width: 750px;
  min-height: 101%;
  margin: 0 auto;
  padding: 0 50px;
  background: white; }
  .smart-buy ul ul {
    margin-left: 40px; }
  .smart-buy #header,
  .smart-buy .system-version {
    display: none; }
  .smart-buy .wrapper {
    width: 100%;
    margin: 0 auto; }
  .smart-buy .column {
    float: left;
    width: 50%; }
    .smart-buy .column.width100 {
      width: 100%; }
    .smart-buy .column a {
      color: #FF7300;
      text-decoration: none; }
      .smart-buy .column a:hover {
        text-decoration: underline; }
  .smart-buy .shipping {
    line-height: 30px; }
    .smart-buy .shipping ul ul {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
      transition: all 0.7s ease; }
      .smart-buy .shipping ul ul.open {
        max-height: 300px; }
    .smart-buy .shipping input {
      float: left;
      margin-top: 8px;
      margin-right: 5px; }
  .smart-buy .smart-buy-form-wrap {
    margin-bottom: 90px;
    padding-top: 80px; }
    .smart-buy .smart-buy-form-wrap .header .title {
      position: relative;
      width: 100%;
      font-size: 24px;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase; }
      .smart-buy .smart-buy-form-wrap .header .title .limit {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 20px;
        font-weight: 400;
        color: #FF881B;
        text-align: right;
        text-transform: none; }
        .smart-buy .smart-buy-form-wrap .header .title .limit .text {
          font-size: 10px;
          color: #A1A1A1; }
    .smart-buy .smart-buy-form-wrap .sub-title {
      margin-top: 70px;
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 400;
      color: #333333; }
    .smart-buy .smart-buy-form-wrap .total-wrap {
      margin-top: 40px; }
    .smart-buy .smart-buy-form-wrap .search {
      width: 730px;
      padding: 10px 10px;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      text-decoration: none;
      color: #000000;
      text-align: left;
      border: 1px solid #ccc;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      border-radius: 5px;
      background: url(../img/icons/search.png) 710px center no-repeat; }
      .smart-buy .smart-buy-form-wrap .search:focus {
        border: 1px solid #FF881B; }
    .smart-buy .smart-buy-form-wrap .product-number {
      position: relative; }
    .smart-buy .smart-buy-form-wrap .remove-product {
      position: absolute;
      top: 0;
      left: -40px;
      width: 15px;
      height: 15px;
      background: url(../img/icons/remove.png) center center no-repeat;
      cursor: pointer; }
  .smart-buy .products .qty {
    width: 30px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc; }
  .smart-buy .products-search .qty {
    cursor: pointer; }
    .smart-buy .products-search .qty.yes {
      color: #FF881B; }
    .smart-buy .products-search .qty.no {
      color: #A1A1A1; }
    .smart-buy .products-search .qty.active .number {
      display: none; }
    .smart-buy .products-search .qty.active .text {
      display: block; }
    .smart-buy .products-search .qty .text {
      display: none; }
  .smart-buy .no-products {
    text-align: center; }
  .smart-buy .controls {
    position: absolute;
    position: fixed;
    left: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 850px;
    margin: 0 auto;
    padding: 0 50px;
    padding-top: 30px;
    height: 90px;
    background: white;
    box-sizing: border-box;
    border-top: 1px solid #ccc; }
    .smart-buy .controls .cancel {
      float: left;
      padding: 0 60px; }
    .smart-buy .controls .next,
    .smart-buy .controls .submit-order {
      float: right;
      padding: 0 60px; }
  .smart-buy .drop-down {
    position: relative;
    width: 310px;
    height: 40px;
    max-height: 40px;
    line-height: 40px;
    border: 1px solid #D7D7D7;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
    .smart-buy .drop-down.open {
      max-height: 700px;
      overflow: visible; }
      .smart-buy .drop-down.open .list {
        max-height: 700px; }
    .smart-buy .drop-down .selected-row {
      padding: 0 10px;
      background: url("../img/icons/arrow-down.png") no-repeat;
      background-position: 290px 17px; }
      .smart-buy .drop-down .selected-row.add {
        padding-left: 40px;
        color: #FF891D;
        background: url("../img/icons/add.png") no-repeat;
        background-position: 10px 12px; }
        .smart-buy .drop-down .selected-row.add:hover {
          color: #FF7000; }
      .smart-buy .drop-down .selected-row .edit-address {
        display: none; }
    .smart-buy .drop-down .list {
      position: absolute;
      width: 310px;
      max-height: 0;
      top: 41px;
      left: -1px;
      border: 1px solid #D7D7D7;
      background: white;
      overflow: hidden; }
      .smart-buy .drop-down .list .list-row {
        padding: 0 10px;
        border-top: 1px solid #D7D7D7; }
        .smart-buy .drop-down .list .list-row:first-child {
          border-top: none; }
        .smart-buy .drop-down .list .list-row:hover {
          background: #F2F2F2; }
        .smart-buy .drop-down .list .list-row.add {
          padding-left: 40px;
          color: #FF891D;
          background: url("../img/icons/add.png") no-repeat;
          background-position: 10px 12px; }
          .smart-buy .drop-down .list .list-row.add:hover {
            color: #FF7000; }
  .smart-buy .row-wrap {
    margin-top: 20px; }
    .smart-buy .row-wrap .row {
      padding: 5px 0; }
      .smart-buy .row-wrap .row .label {
        min-width: 100px;
        display: inline-block; }
      .smart-buy .row-wrap .row .text {
        font-weight: 600; }
  .smart-buy .filters {
    width: auto;
    padding-right: 0;
    background: none; }
    .smart-buy .filters input.date {
      width: 100px;
      margin-top: 0px; }
  .smart-buy .required {
    color: red; }
  .smart-buy .edit-address {
    float: right;
    color: #FF891D; }

.spinner-wrap {
  display: none; }
  .spinner-wrap td {
    text-align: center; }
    .spinner-wrap td:hover {
      background: none !important; }

.spinner {
  width: 46px;
  height: 46px;
  margin: 50px 0;
  display: inline-block;
  background: url(../img/icons/spinner.gif); }

.lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 10000px;
  height: 10000px;
  opacity: 0.607843137254902;
  z-index: 1004;
  background-color: black;
  display: none; }

.popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 273px;
  height: 147px;
  height: auto;
  padding: 30px;
  background: white;
  z-index: 10000;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .popup.central-warehouse {
    width: 500px; }
  .popup p {
    margin-bottom: 15px; }
    .popup p:last-child {
      margin-bottom: 0; }
  .popup .title {
    font-size: 20px;
    margin-bottom: 20px; }
  .popup .field {
    margin-top: 10px; }
    .popup .field input {
      width: 90%;
      height: 35px;
      margin-top: 10px;
      padding: 0 5%;
      line-height: 35px; }
  .popup .button2 {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    background: #FF881B; }
  .popup .close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: url(../img/icons/close.png);
    cursor: pointer; }
