.checkout-page .checkout-header.nav-mobile .logo {
  display: block;
  max-width: 149px;
}
.checkout-page .checkout-header .back-arrow {
  color: #fff;
  font-size: 18px;
  padding: 0 15px;
}
.checkout-page .checkout-header .steps {
/* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25)*/
  position: relative;
  height: 70px;
  background-color: #f5f5f5;
}
.checkout-page .checkout-header .steps img {
  width: 50px;
}
.checkout-page .checkout-header .steps a {
  color: #3b3b3e;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 12px 0;
}
.checkout-page .checkout-header .steps a:focus,
.checkout-page .checkout-header .steps a:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none;
  text-decoration: none;
}
.checkout-page .checkout-header .steps .step-bar {
  background: #692c90;
  bottom: 0;
  height: 3px;
  position: absolute;
}
.checkout-page .checkout-header .steps .step-bar.step3 {
  width: 100%;
}
.checkout-page .checkout-header .steps .step-bar.step2 {
  width: 66.6666%;
}
.checkout-page .checkout-header .steps .step-bar.step1 {
  width: 33.3333%;
}
.checkout-page .checkout-title h1 {
  display: inline-block;
  color: #3b3b3e;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding-top: 8px;
}
.checkout-page .checkout-title span {
  background: #692c90;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  float: left;
  padding-top: 8px;
  height: 30px;
  width: 30px;
}
.checkout-page .safe-icon {
  font-size: 22px !important;
  color: #692c90;
  padding: 0 15px;
}
.checkout-page .opacity-progress {
  opacity: 0.4;
}
.flag-item-checkout {
  width: 74px;
  height: 45px;
  font-family: Montserrat;
  /* font-size: .75em; */
  font-size: 10px !important;
  color: #212529 !important;
  margin: auto !important;
  text-align: left;
  padding-top: 7px;
}
@media only screen and (max-width: 991px) {
  .flag-item-checkout {
    width: 100%;
  }
  .checkout-title h1 {
    font-size: 14px;
  }
  .checkout-page .checkout-header .steps .text-uppercase.text-center {
    display: block !important;
    margin-top: 8px;
  }
  .checkout-page .checkout-header .steps .text-uppercase.text-center img {
    width: 30px;
  }
  .checkout-page .checkout-header .steps div:nth-child(3) img {
    width: 28px !important;
  }
  .checkout-page .checkout-header .steps .step-bar {
    background: #692c90;
    bottom: 0;
    height: 3px;
    position: absolute;
  }
  .checkout-page .checkout-header .steps .step-bar.step3 {
    width: 100%;
  }
  .checkout-page .checkout-header .steps .step-bar.step2 {
    width: 66.6666%;
  }
  .checkout-page .checkout-header .steps .step-bar.step1 {
    width: 33.3333%;
  }
  .checkout-page .checkout-header .steps a {
    color: #000;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 12px 0;
  }
  .checkout-title span {
    background: #692c90;
    color: #000;
    display: inline-block;
    font-size: 16px;
    float: left;
    padding-top: 8px;
    height: 30px;
    width: 30px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 991px) {
  .checkout-header.nav-mobile {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .checkout-header.nav-mobile .logo {
    max-width: 149px;
    margin: 0;
  }
  .checkout-header.nav-mobile .bag-icon,
  .checkout-header.nav-mobile label {
    display: inline-block;
    vertical-align: middle;
    width: 93%;
  }
  .checkout-header.nav-mobile .bag-icon {
    color: #692c90;
    width: 5%;
  }
  .checkout-header.nav-mobile label {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    max-width: 335px;
    display: none !important;
  }
  .checkout-header .steps {
    height: auto;
  }
  .checkout-header .steps a {
    font-size: 20px;
  }
}
