.form-group label:not(.variation) {
  font-weight: bold;
  color: #000;
  text-transform: none;
  font-size: 14px; }

.checkout-container {
  max-width: 930px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 600px; }
  .checkout-container .checkbox label {
    font-size: 12px; }
  .checkout-container .no-gutter {
    margin: 0;
    display: block; }
    .checkout-container .no-gutter > [class^="col"] {
      padding: 0; }
  .checkout-container h2 {
    color: #1a1a1a;
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #1a1a1a; }
  .checkout-container .panel.panel-default > .panel-heading {
    background: none; }
  .checkout-container .panel {
    margin-top: 30px;
    border: none;
    box-shadow: none; }
    .checkout-container .panel .panel-body {
      padding: 10px 10px 0; }
    .checkout-container .panel .panel-heading {
      border: none;
      padding: 0 10px 10px;
      font-size: 14px;
      border-bottom: 1px solid #dddddd;
      font-weight: bold;
      text-transform: uppercase;
      color: #333; }
      .checkout-container .panel .panel-heading .panel-title {
        color: #333;
        font-weight: bold;
        text-transform: uppercase; }
  .checkout-container form fieldset[class^="col-"] {
    margin-top: 30px; }
    .checkout-container form fieldset[class^="col-"] legend {
      font-size: 14px;
      text-transform: uppercase;
      border-bottom: 1px solid #dddddd;
      font-weight: bold;
      padding-bottom: 10px;
      color: #333; }
    .checkout-container form fieldset[class^="col-"] p {
      font-size: 12px;
      margin-bottom: 30px; }
    .checkout-container form fieldset[class^="col-"] .row {
      margin-left: -15px;
      margin-right: -15px; }
      .checkout-container form fieldset[class^="col-"] .row .row {
        margin-left: -15px;
        margin-right: -15px; }
  .checkout-container form.register-form .form-group.required input,
  .checkout-container form.register-form .form-group.required select,
  .checkout-container form.register-form .form-group.required textarea {
    background-image: none; }
  .checkout-container form.register-form .form-group input,
  .checkout-container form.register-form .form-group select,
  .checkout-container form.register-form .form-group textarea {
    box-shadow: none; }
  .checkout-container form.register-form fieldset[class^="col-"] {
    margin-top: 10px;
    margin-bottom: 30px; }
    .checkout-container form.register-form fieldset[class^="col-"] legend {
      margin-top: 0;
      margin-bottom: 15px; }
  .checkout-container .no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .checkout-container .no-gutters [class^="col-"] {
      padding-left: 0;
      padding-right: 0; }
  @media (min-width: 768px) {
    .checkout-container fieldset[class^="col-"] legend {
      margin-bottom: 50px; } }
  .checkout-container .form-group {
    padding-left: 0;
    padding-right: 0; }
  .checkout-container .btn.btn-primary {
    border-color: #005433 !important; }
  .checkout-container .btn.btn-default {
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    border-color: #ccc; }
    .checkout-container .btn.btn-default:hover, .checkout-container .btn.btn-default:focus {
      background-color: #e0e0e0;
      border-color: #adadad; }
  .checkout-container .form-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .checkout-container .form-title.no-wrap-sm {
        white-space: nowrap; } }
  .checkout-container .sd-checkout-comment textarea {
    font-weight: 700; }
  .checkout-container .sd-checkout-comment .title {
    padding-bottom: 20px; }
  .checkout-container .order-submit a {
    color: #684532;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400; }
    .checkout-container .order-submit a:hover {
      text-decoration: underline; }
  .checkout-container .order-submit img {
    max-width: 60px; }
  .checkout-container .order-submit .img-col a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
    background: #fff; }
  .checkout-container .table > tfoot > tr.info > td {
    background: transparent; }
    .checkout-container .table > tfoot > tr.info > td .price {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: inherit; }
      .checkout-container .table > tfoot > tr.info > td .price:before {
        display: none; }

.sd-payment-element, .sd-shipment-element {
  padding: 10px;
  border: 1px solid #1a1a1a;
  margin: 10px 2px; }
  .sd-payment-element img, .sd-shipment-element img {
    height: 30px; }
  .sd-payment-element input[type="radio"], .sd-shipment-element input[type="radio"] {
    margin: 0;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .sd-payment-element input[type="radio"] ~ .col-xs-10 img, .sd-shipment-element input[type="radio"] ~ .col-xs-10 img {
      opacity: 0.6; }
    .sd-payment-element input[type="radio"]:checked ~ .col-xs-10 img, .sd-shipment-element input[type="radio"]:checked ~ .col-xs-10 img {
      opacity: 1; }
    .sd-payment-element input[type="radio"] ~ .col-xs-2 .fa.fa-check-square-o, .sd-shipment-element input[type="radio"] ~ .col-xs-2 .fa.fa-check-square-o {
      display: none; }
    .sd-payment-element input[type="radio"]:checked ~ .col-xs-2 .fa.fa-square-o, .sd-shipment-element input[type="radio"]:checked ~ .col-xs-2 .fa.fa-square-o {
      display: none; }
    .sd-payment-element input[type="radio"]:checked ~ .col-xs-2 .fa.fa-check-square-o, .sd-shipment-element input[type="radio"]:checked ~ .col-xs-2 .fa.fa-check-square-o {
      display: inline-block;
      color: #113200; }
    .sd-payment-element input[type="radio"] ~ .checked-background-color, .sd-shipment-element input[type="radio"] ~ .checked-background-color {
      position: absolute;
      background-color: green;
      display: none;
      opacity: 0.4;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .sd-payment-element input[type="radio"]:checked ~ .checked-background-color, .sd-shipment-element input[type="radio"]:checked ~ .checked-background-color {
      display: block; }
  .sd-payment-element .row, .sd-shipment-element .row {
    margin: 0;
    display: block; }
    .sd-payment-element .row [class^="col"], .sd-shipment-element .row [class^="col"] {
      padding: 0;
      line-height: 30px;
      min-height: 30px;
      vertical-align: middle;
      margin: 0;
      z-index: 1000; }
      .sd-payment-element .row [class^="col"]:first-child, .sd-shipment-element .row [class^="col"]:first-child {
        padding-right: 5px; }
      .sd-payment-element .row [class^="col"]:last-child, .sd-shipment-element .row [class^="col"]:last-child {
        text-align: right; }

.sd-checkout-comment .title {
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase; }
.sd-checkout-comment p {
  font-size: 12px; }

#complete_order {
  margin-top: 30px; }

.order-confirm {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .order-confirm .panel-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-right: 40px; }
  .order-confirm .edit-container {
    margin-right: 15px; }
    .order-confirm .edit-container a {
      color: #333;
      font-size: 16px; }
  .order-confirm .panel {
    margin-top: 10px; }
  .order-confirm .sd-payment-element, .order-confirm .sd-shipment-element {
    padding: 3px 10px;
    position: relative; }
    .order-confirm .sd-payment-element .col-xs-10, .order-confirm .sd-shipment-element .col-xs-10 {
      height: 30px;
      overflow: hidden;
      white-space: nowrap; }
    .order-confirm .sd-payment-element .off-time, .order-confirm .sd-shipment-element .off-time {
      position: absolute;
      right: 0;
      font-size: 10px;
      line-height: 16px;
      text-align: center;
      color: red; }

.payment-method-form, .shipment-method-form {
  padding-left: 15px;
  font-size: 13px; }
  @media (max-width: 767px) {
    .payment-method-form, .shipment-method-form {
      padding-right: 15px; } }
  @media all and (min-width: 768px) and (max-width: 1023px) {
    .payment-method-form.no-gutter > [class^="col"], .shipment-method-form.no-gutter > [class^="col"] {
      padding-left: 15px;
      padding-right: 15px; } }

.shipment-method-form {
  padding-left: 0; }

.container-checkout-header {
  background: #1a1a1a;
  padding-top: 7px;
  padding-bottom: 11px; }
  .container-checkout-header > .container {
    max-width: 930px; }

.container-checkout-footer {
  border-top: 1px dotted #1a1a1a; }
  .container-checkout-footer > .container {
    max-width: 930px;
    padding-top: 15px;
    padding-bottom: 30px; }
    .container-checkout-footer > .container [class^="col"] {
      margin-top: 15px;
      padding: 0; }
    .container-checkout-footer > .container a {
      color: #333; }
      .container-checkout-footer > .container a:hover {
        text-decoration: none; }

/*# sourceMappingURL=sd_karton_checkout.css.map */
