body {
  color: #545454;
  background: white
}

.main-col-right .main-checkout-left_logo {
  display: none;
}

.list-breadcrumb__item ul {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}

.list-breadcrumb__item li {
  display: inline-block;
  padding-right: 2px;
}

.list-breadcrumb__item a {
  font-size: 14px;
}

.layout-flex {
  display: flex;
}

.section__title {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin: 0;
  font-weight: 700;
}

.layout-flex__item {
  font-size: 14px;
  font-weight: 400;
  color: #545454;
}

.layout-flex__item a {
  color: #2a9dcc;
}

.field__label {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 0.4285714286em;
  margin-left: 1px;
  padding: 0 0.8em;
  z-index: 1;
  transform: translateY(3px);
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  opacity: 0;
}

.field__input-wrapper.active .field__label {
  opacity: 1;
  transform: none;
  color: #737373;
}

.field__input-wrapper {
  margin-bottom: 12px;
  position: relative;
}

.field__input-wrapper input,
.field__input-wrapper select {
  border: 1px solid #ddd;
  background-clip: padding-box;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 7px 14px;
  word-break: normal;
  line-height: inherit;
  transition: all 0.2s ease-out;
  outline: none;
  height: 46px;
  font-size: 14px;
  margin:0;
}

.field__input-wrapper.active input,
.field__input-wrapper.active select {
  padding-top: 1.2em;
  padding-bottom: 0.3571428571em;
}

.field__input-wrapper input:focus,
.field__input-wrapper select:focus,
.field__input-wrapper textarea:focus {
  border-color: #357ebd;
  box-shadow: 0 0 0 0 #357ebd;
}

.field__input-wrapper textarea {
  border: 1px solid #ddd;
  background-clip: padding-box;
  border-radius: 5px;
  width: 100%;
  padding: 10px 14px;
  outline: none;
}

.step__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step__footer a {
  color: #357ebd;
}

.main-checkout-right-product_items {
  display: grid;
  grid-template-columns: 20% 55% 20%;
  gap: 10px;
  margin-bottom: 5px;
}

.main-checkout-right-product_items-img img {
  width: 100%;
  padding: 2px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.cart-items_info-name {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
}

.cart-items_info-title {
  font-size: 14px;
  color: #717171;
  font-weight: 400;
}

.main-checkout-right-product_items-img {
  position: relative;
  padding: 5px;
}

.main-checkout-right-product_items-img span {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(153,153,153,0.9);
  color: #fff;
  font-size: 13px;
  border-radius: 50%;
}

.tvh-price_default {
  color: #222;
  font-size: 14px;
}

.tvh-price_new {
  color: #717171;
  font-size: 12px;
}

.medium-flex-wrap {
  gap: 10px;
}

.default-btn {
  cursor: pointer;
  box-shadow: none;
  height: 46px;
  white-space: nowrap;
  width: 90px;
  /*border: none;*/
  border-radius: 8px;
  font-size: 14px;
  padding: 0;
}

.flex-col-input {
  width: 100%;
}

.medium-flex-wrap.active .default-btn {
  background-color: #357ebd;
}

.order-summary__section--discount {
  padding-top: 1.3em;
  padding-bottom: .8em;
  border-top: 1px solid rgba(175,175,175,0.34);
  border-bottom: 1px solid rgba(175,175,175,0.34);
  margin-top: 15px;
}

.discount-code--success {
  font-weight: 600;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #0d6efd;
}

.discount-code--error {
  font-weight: 600;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: red;
}

.order-summary__section--total-lines {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(175,175,175,0.34);
}

.total-line--subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  padding: 4px 0;
}

@media (min-width: 768px) {
  .main-checkout {
    display: block !important;
  }
}

.order-summary-toggle {
  display: none;
}

@media (max-width: 768px) {
  .wrap-row {
    display:flex;
    flex-direction: column-reverse;
  }
  
  .main-checkout-left {
    padding-right: 0;
  }
  
  .main-col-left {
    border-right: none;
    padding-top: 0;
  }
  
  .main-col-left .main-checkout-left_logo {
    display: none;
  }
  
  .main-col-right {
    padding-top: 0;
  }
  
  .main-col-right .main-checkout-left_logo{
    display: block;
    padding: 20px 0;
    text-align:center;
  }
  
  .main-col-right .main-checkout-left_logo img {
    height: 45px;
  }
  
  .order-summary-toggle {
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.25em 0;
    text-align: left;
    width: 100%;
    border-left: none;
    outline: none;
    border-right: none;
    display: block;
    font-size: 14px;
  }
  
  .row {
    margin: 0;
  }
  
  .order-summary-toggle .total-cart {
    font-size: 18px;
    font-weight: 600;
  }
}

.step__sections {
  padding-top: 20px;
}

@media (max-width: 600px) {
  .main-checkout-left_logo,
  .order-summary-toggle {
    padding: 15px 20px !important;
  }
  
  .main-col-right {
    padding: 0 !important;
  }
  
  /*.main-checkout,*/
  /*.main-col-left {*/
  /*  padding-left: 20px !important;*/
  /*  padding-right: 20px !important;*/
  /*}*/
  
  .col-md-6, .main-col-left {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.alert--info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 0.65rem 1.25rem !important;
}

.tvh-checkout {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 15px;
}

.tvh-check-flex {
  display: flex;
  padding: 15px;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

.checkout-tab {
  background: #f8f8f8;
  padding: 15px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.checkout-tab p {
  margin: 0;
}

.main-checkout-left_logo{
  display:none;
}

.main-checkout-left_logo img {
  max-height: 3.28571em;
}
@media (min-width: 1000px){
  .main-checkout-left_logo {
      display: block;
      text-align:center;
  }
  .main-checkout-left_logo img {
      max-height: 6.28571em;
  }
}

.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}
.mt-3, .my-3 {
  margin-top: 1rem!important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem!important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem!important;
}

.mb-2 {
  margin-bottom: 0.5rem!important;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

@media(max-width: 600px) {
  .padding-auto {
    padding: 0;
  }
}