@charset "UTF-8";
header .container-fluid.header-top .container .cart-container a::before {
  font-family: FontAwesome;
  font-size: 18px;
  content: "";
  padding-right: 10px;
}

.container-fluid.header-top .container .cart-container a {
  color: #FFFFFF;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.tx-bh-pim-order .col-lg-12 {
  padding: 0 !important;
}

.row.head {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom: 5px;
  font-weight: bold;
}

.row.total {
  /*border-top:1px solid #0A246A; */
  margin-bottom: 40px;
  padding-top: 10px;
}

.row.article {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #ccc 1px solid;
}

.order-qty {
  width: 50px;
  text-align: right;
  display: inline-block;
}

input.order-qty {
  border: #000000 1px solid;
  background: #FFFFFF;
  color: #0086cd;
  font-weight: 600;
  font-size: 12px;
  margin-top: 1px;
  margin-right: 10px;
  text-align: center;
  padding: 4px;
  width: 40px;
  float: left;
}

.qty span.btn-number {
  color: #0086cd;
  font-size: 11px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  padding-top: 3px;
  display: block;
}

/*cart*/
.tx-bh-pim-order a.more {
  border: #0086cd 1px solid !important;
  margin-top: 0;
}

.tx-bh-pim-order .order-address a.more {
  min-width: 280px;
}

/*order address*/
.order-address input[type=text],
.order-address input[type=email] {
  width: 100%;
}

.order-address label {
  line-height: 16px;
}

.order-address .label {
  margin: 0 0 0.5em 0;
}

.contact-information .col-lg-12 {
  margin-bottom: 10px;
}

.address .col-lg-12 {
  margin-bottom: 10px;
}

.tx-bh-pim-order .order-address h3 {
  padding-bottom: 10px;
  border-bottom: #ccc 1px solid;
}

/*Delivery address*/
.row.remove-delivery-address {
  margin-bottom: 20px;
}

/*order-overview*/
h1.order {
  margin-bottom: 20px;
  margin-top: 20px;
}

.row.article-overview {
  margin-top: 20px;
  /*padding-left:15px;
  padding-right:15px;*/
}

.row.article-overview .field-content {
  margin-bottom: 20px;
}

.order-overview-contact-information {
  margin-top: 20px;
}

.comment-field {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

.comment-field:active, .comment-field:focus {
  border: 1px solid #0086cd;
}

.field-content a.more {
  margin-top: 10px;
}

/*Order Overview*/
.order-overview-header {
  font-weight: 800;
  margin-bottom: 5px;
}

.order-overview-row {
  margin-bottom: 3px;
}

.tx-bh-pim-order .total-content {
  font-weight: bold;
}

.tx-bh-pim-order .article-overview h3 {
  padding-bottom: 10px;
  border-bottom: #ccc 1px solid;
}

.tx-bh-pim-order .order-overview-contact-information h3 {
  padding-bottom: 10px;
  border-bottom: #ccc 1px solid;
}

/*Dealer Order Overview*/
.row.order-overview-header,
.row.order-overview {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #ccc 1px solid;
}

main .tx-bh-pim-order ul.f3-widget-paginator li {
  float: left;
  padding-left: 5px;
  padding-bottom: 1px;
  padding-right: 7px;
  padding-top: 1px;
  background-color: #0086cd;
  margin-right: 2px;
  margin-bottom: 10px;
  color: #ffffff;
}

main .tx-bh-pim-order ul.f3-widget-paginator li.current {
  background-color: #ffffff;
  border: 1px solid #0086cd;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 6px;
  padding-left: 4px;
  margin-right: 2px;
  color: #0086cd;
}

main .tx-bh-pim-order ul.f3-widget-paginator li a {
  color: #ffffff;
}

main .tx-bh-pim-order ul.f3-widget-paginator li:before {
  content: "";
  margin-left: 0;
  width: 0;
}

.clearfix {
  clear: both;
}

/*Login Page*/
.login-wrapper {
  margin-top: 20px;
}

.login-information {
  margin-top: 20px;
  margin-bottom: 20px;
}

.col-lg-12.guest {
  margin-top: 20px;
}

.tx-bh-pim-order .login-form fieldset {
  border: 0;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.tx-bh-pim-order .login-form label {
  display: inline-block;
  min-width: 120px;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  margin-bottom: 10px;
}

.tx-bh-pim-order input[type=password] {
  min-width: 160px;
}

.tx-bh-pim-order .order-status {
  display: block;
  margin-bottom: 3px;
  color: #0086cd;
}

.tx-bh-pim-order .head-total {
  text-align: right;
}

.tx-bh-pim-order .row-total {
  text-align: right;
}

.tx-bh-pim-order span.head {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
}

/*Responsive*/
@media (max-width: 996px) {
  .tx-bh-pim-order a.more {
    margin-top: 10px;
    min-width: 280px;
  }

  .tx-bh-pim-order input[type=submit] {
    min-width: 280px;
    text-align: left;
  }

  .tx-bh-pim-order .next-step {
    margin-top: 10px;
  }

  .tx-bh-pim-order .head .col-lg-2, .tx-bh-pim-order .head .col-lg-4 {
    display: none;
  }

  /*    .tx-bh-pim-order .article {
          border-bottom: #000 1px solid;
          padding-bottom: 10px;
      }*/
  .tx-bh-pim-order .total {
    border: none;
  }

  .tx-bh-pim-order .value {
    margin-top: 10px;
  }
}
.tx-bh-pim-order .more::after {
  content: "";
  margin: 0;
}

.tx-bh-pim-order span.value {
  width: 40%;
}

@media (max-width: 996px) {
  .tx-bh-pim-order span.value {
    width: 10%;
  }
}
@media (max-width: 768px) {
  .tx-bh-pim-order span.value {
    width: 40%;
  }
}
.tx-bh-pim-order .image-wrapper img,
.tx-bh-pim-order .article-overview img {
  float: right;
  margin-right: 20px;
}

@media (max-width: 996px) {
  .tx-bh-pim-order .image-wrapper img,
.tx-bh-pim-order .article-overview img {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .container-fluid.header-top .container .cart-container a span {
    display: none;
  }
}
.tx-bh-pim-order .order-overview .order-number-form input[type=submit] {
  max-width: 200px !important;
  min-width: 200px !important;
}

@media (max-width: 996px) {
  .tx-bh-pim-order .order-overview .order-number-form {
    padding-top: 10px;
  }

  .tx-bh-pim-order .order-overview .row-invoice {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tx-bh-pim-order .order-overview-header .col-lg-1,
.tx-bh-pim-order .order-overview-header .col-lg-2,
.tx-bh-pim-order .order-overview-header .col-lg-3 {
    display: none;
  }
}

/*# sourceMappingURL=pim_order.css.map */
