button.button-payment {
  background: #d7760e;
  border: 2px solid #d7760e;
  color: #FFF;
  outline: none;
  padding: 10px 20px;
  line-height: 1;
  margin-top: 15px;
  height: auto;
}
@media (max-width: 991px) {
  button.button-payment {
    display: table;
    margin: 20px auto 0px;
  }
}
.order-info {
  border: 2px solid #efefef;
  padding: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
}
.order {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
}
.order::before,
.order::after {
  clear: both;
  display: block;
  content: " ";
}
.order .total {
  padding: 10px 0px;
  background: #123225;
  color: #FFF;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 50;
}
.order .total .container > div {
  display: table;
  margin: 0px 0px 0px auto;
}
@media (max-width: 620px) {
  .order .total .container > div {
    display: block;
  }
}
.order .total .container > div button {
  float: left;
  background: #d7760e url('/svg/i-arrow-right-FFFFFF.svg') right 15px center no-repeat;
  background-size: auto 20px !important;
  color: #FFF;
  height: 40px;
  line-height: 38px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0px 40px 0px 20px;
  border: 0px;
}
@media (max-width: 620px) {
  .order .total .container > div button {
    display: table;
    margin: 10px auto 0px;
    float: none;
  }
}
.order .total .container > div .total-price {
  margin: 0px 20px;
  font-size: 30px;
  width: 180px;
  color: #d7760e;
  text-align: center;
  float: left;
}
@media (max-width: 620px) {
  .order .total .container > div .total-price {
    width: auto;
  }
}
@media (max-width: 420px) {
  .order .total .container > div .total-price {
    width: auto;
    margin: 0px;
  }
}
.order .total .container > div > div {
  float: left;
  line-height: 40px;
}
@media (max-width: 620px) {
  .order .total .container > div > div {
    width: 50%;
    padding-bottom: 6px;
  }
}
@media (max-width: 420px) {
  .order .total .container > div > div {
    width: 100%;
    float: none !important;
    padding-bottom: 6px;
    line-height: 1;
  }
}
.thanks {
  padding: 20px 0px 20px 0px;
}
.thanks .info {
  padding: 20px;
  border: 2px solid #e3e3e3;
  max-width: 800px;
  margin: 30px auto;
  text-align: center;
}
.thanks .info em {
  font-style: normal;
  color: #d7760e;
  border-bottom: 2px solid #d7760e;
}
.thanks .info p:last-child {
  margin: 0px;
}
.info-description {
  border: 2px solid #efefef;
  padding: 20px;
}
.products {
  display: table;
  width: 100%;
}
.products .product {
  display: table-row;
}
@media (max-width: 500px) {
  .products .product {
    display: block;
    border-bottom: 1px solid #F5F5F5;
    padding: 10px 0px;
    padding-right: 120px;
    position: relative;
  }
  .products .product:before,
  .products .product:after {
    clear: both;
    display: block;
    content: " ";
  }
}
.products .product.in > div {
  color: #d7760e;
}
.products .product > div {
  padding: 10px 10px;
  border-bottom: 1px solid #F5F5F5;
  display: table-cell;
  width: 170px;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .products .product > div {
    padding: 0px 0px 5px;
    width: 100%;
    display: block;
    border: 0px;
  }
}
.products .product > div:nth-last-child(3) {
  width: auto;
}
.products .product > div.product-image {
  width: 200px !important;
}
.products .product > div:last-child {
  width: 100px;
}
@media (max-width: 500px) {
  .products .product > div:last-child {
    position: absolute;
    top: 15px;
    right: 0px;
    width: auto;
  }
}
.products .product > div:last-child .amount {
  width: 100px;
  padding-right: 20px;
  border: 2px solid #e3e3e3;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 500px) {
  .products .product > div:last-child .amount {
    width: 80px;
  }
}
.products .product > div:last-child .amount span {
  position: absolute;
  width: 20px;
  height: 21px;
  line-height: 20px;
  top: 0px;
  right: 0px;
  border-left: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  text-align: center;
  font-size: 8px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
  background: #FFF;
}
.products .product > div:last-child .amount span::before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  content: "\e113";
}
.products .product > div:last-child .amount span[data-value="-1"] {
  height: 20px;
  top: auto;
  bottom: 0px;
  border-left: 2px solid #e3e3e3;
  border-bottom: 0px;
}
.products .product > div:last-child .amount span[data-value="-1"]::before {
  content: "\e114";
}
.products .product > div:last-child .amount span:hover {
  background: #e3e3e3;
}
.products .product > div:last-child .amount input {
  border: 0px;
  height: 41px;
  line-height: 41px;
  padding: 0px 10px;
  text-align: center;
  width: 100%;
}
.products .product > div p.product-description {
  color: #727272;
}
.payment-info {
  margin-bottom: 40px;
}
.form-address {
  display: none;
}
.form-address.in {
  display: block;
}
#order {
  margin: 40px 0px;
  color: #000;
}
#order h1 {
  text-align: center;
  font-size: 41px;
  color: #000;
}
#order h4 {
  font-size: 33px;
  color: #000;
  padding: 10px 0px;
  margin: 40px 0px 20px 0px;
  border-bottom: 2px solid #F5F5F5;
}
#order .order-image {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
#order .order-delivery-date {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  margin-top: 50px;
}
#order .order-delivery-date .info {
  width: 45%;
  display: inline-block;
}
#order .order-delivery-date .info .note {
  color: #727272;
}
#order .order-delivery-date .date {
  width: 45%;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#order .order-delivery-date .date .form-date {
  width: 100%;
}
#order .order-delivery-date .date input {
  padding: 30px 20px !important;
}
#order .order-delivery-date .date .icon-date {
  padding: 0px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  bottom: 0px;
  margin-top: -15px !important;
  background: url('/svg/i-calendar.svg') left center no-repeat;
}
#order .order-delivery-date .date .datepicker table tr td.active:active,
#order .order-delivery-date .date .datepicker table tr td.active.highlighted:active,
#order .order-delivery-date .date .datepicker table tr td.active.active,
#order .order-delivery-date .date .datepicker table tr td.active.highlighted.active {
  background-color: #d7760e;
}
#order .order-delivery-date .date table td.new:not(.disabled),
#order .order-delivery-date .date table td.old:not(.disabled) {
  color: #000000;
}
.products-small {
  display: table;
  width: 100%;
}
.products-small > div {
  display: table-row;
}
.products-small > div > div {
  padding: 10px 0px;
  display: table-cell;
  border-bottom: 1px solid #e3e3e3;
}
.products-small > div > div:last-child {
  padding-left: 20px;
  text-align: right;
}
.products-small > div.total-row {
  font-size: 1.2em;
  color: #d7760e;
}
.payment {
  margin: 0px -20px;
}
.payment::before,
.payment::after {
  clear: both;
  display: block;
  content: " ";
}
.payment .data-form {
  width: 60%;
  float: left;
  padding: 0px 20px;
}
@media (max-width: 991px) {
  .payment .data-form {
    width: 100%;
    float: none;
  }
}
.payment .data-form .help-block {
  font-size: 12px;
}
.payment .data-form .form-checkbox label {
  font-size: 12px;
}
.payment .summary {
  padding: 0px 20px;
  float: right;
  width: 40%;
}
@media (max-width: 991px) {
  .payment .summary {
    width: 100%;
    float: none;
  }
}
.additional-info {
  padding-top: 10px;
  font-size: 13px;
}
