/* ======================= Improved One Page Checkout with tabs  ======================== */

.block-progress .block-title {
  background: none;
  margin: 0 0 34px;
  padding: 0;
}

.checkout-onepage-index .col-main {
  padding: 0;
  border: 0;
}

.opc {
  position: relative;
  overflow: hidden;
  height: 970px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.opc .buttons-set .back-link {
  display: none;
}

.opc li.section {
  display: block;
  width: calc(100%/6 - 5px);
}

.opc .step {
  position: absolute;
  border: 0;
  top: 70px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 900px;
  padding-right: calc(100%/3 + 20px);
}

#checkout-step-login {
  padding-right: 0;
}

.opc .step-title {
  position: relative;
  float: left;
  text-align: center;
  background-color: #fff;
}

.opc .allow .step-title {
  cursor: pointer;
}

.opc .active .step-title {
  color: #fff;
  background-color: #000;
  cursor: default;
  z-index: 2;
}

.opc .step-title {
  width: 100%;
  font-family: "PT Sans";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57em;
  text-align: center;
  text-transform: none;
  padding: 4px 15px 3px;
  margin-right: 5px;
}

.opc li:last-child .step-title {
  margin-right: 0;
}

.opc .form-list li fieldset {
  margin-bottom: 40px;
}

.opc .form-list label {}

.opc .form-list li.fields {
  margin: 0;
}

.opc .form-list div.fields {
  width: 100%;
  overflow: hidden;
  margin: 0 0 8px;
}

.opc:first-of-type .step {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.opc:first-of-type .step[style*='display:none;'], .opc:first-of-type .step[style*='display: none;'] {
  display: block !important;
}

.opc:first-of-type .section .step {
  left: 100%;
  opacity: 0;
}

.opc:first-of-type .allow .step {
  left: -100%;
  opacity: 0;
}

.opc:first-of-type .active .step {
  left: 0;
  opacity: 1;
}


/*ms*/

.opc-grid {
  position: relative;
}

.opc-grid-main {
  background-color: transparent !important;
}

.opc-grid-sidebar {
  /*position: absolute !important;
  right: 0;
  top: 70px;
  z-index: 100;*/
}

#checkout-shipping-method-load ul {
  list-style: none;
  padding: 0;
}

#checkout-shipping-method-load label {
  font-weight: bold;
}

.opc-block-progress address {
  margin-bottom: 0;
}

.opc-block-progress dt {
  display: none;
}

.opc-block-progress dt.complete {
  display: block;
}

.opc-block-progress dd.complete {
  margin-bottom: 20px;
}

.opc .step .box-grid-item {
  width: 100%;
}

#checkout-payment-method-load dt label{
  font-weight: bold;
  font-family: "PT Sans";
  font-size: 14px;
  margin-bottom: 16px;
}

#payment_form_banktransfer {
  padding-left: 20px;
  margin-bottom: 15px;
}

#payment_form_payone_creditcard {
  list-style: none;
  padding: 10px 0 10px 20px;
}

#payment_form_payone_creditcard .v-fix {
  float: left;
  margin-bottom: 10px;
}

#payment_form_payone_online_bank_transfer {
  list-style: none;
  padding-left: 20px;
}

#shopping-cart-totals-table tr {
  margin-bottom: 10px;
}

#shopping-cart-totals-table tr:first-child {
  font-family: "Libre Baskerville";
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}

#checkout-agreements {
  padding: 0 30px 30px;
  background-color: #fff;
}

.opc .checkout-agreements {
  list-style: none;
  padding: 0;
}

.opc .checkout-agreements li {
  margin: 0 !important;
}

#checkout-review-load .totals {
  padding: 30px;
  background-color: #fff;
}

#checkout-review-submit {
  padding: 0 30px 30px;
  background-color: #fff;
}

@media screen and (max-width: 1320px) {
  .opc .step {
    padding-right: 0;
  }
  .opc-grid-sidebar {
    position: relative;
    right: auto;
    top: auto;
  }
}
@media (max-width: 767px){
  .opc .step{
    top:0;
  }
  .opc .step-title{
    display: none;
  }
}


/* ================================= Solution by www.h-o.nl =============================== */
