.header-checkout .primary-logo {
  width: 100%;
}
.hero-wrap{
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    max-width: 1800px;
}
.checkout-secondary .order-totals-table .title .method{
  display: none;
}
@media only screen and (max-width: 630px){
  .header-checkout .primary-logo {
    max-width: 170px;
    width: 100%;
    margin: 15px auto;
  }
}

/*
  Fix for BluePrint Checkout Progress Indicator Below
*/
.checkout-breadcrumb-holder {
  text-align: center;
}

.checkout-breadcrumb {
  text-transform: uppercase;
  font-family: "Brown-Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0;
  padding: 10px 0;
  margin: 0 0 10px;
  border-bottom: 1px solid #6bcff3;
  width: auto;
}

.progress-step {
  min-width: 170px;
  font-family: "Brown-Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: transparent;
}

.progress-step .checkoutIcon {
  display: none;
}

.progress-step.step-1::before, .progress-step.step-2::before, .progress-step.step-3::before {
  color: #838383;
  border: 1px solid #838383;
  border-radius: 50%;
  padding: 5px 10px;
  display: inline-block;
  background-color: #fff;
  height: 32px;
  width: 32px;
}

.progress-step.step-1::before {
  content: '1';
}

.progress-step.step-2::before {
  content: '2';
}

.progress-step.step-3 .progress-step-value {
  font-size: 0;
  padding: 0px;
}

.progress-step.step-3::before {
  content: '3';
}

.progress-step.step-3::after {
  content: 'Place Order';
  display: block;
  text-align: center;
  font-size: 0.875rem;
  color: #838383;
  padding: 10px 0 0;
}

@media only screen and (max-width: 860px) {
  .progress-step.step-3::after {
    font-size: 0.875rem;
  }
}

.progress-step.active::before {
  color: #6bcff3;
  border-color: #6bcff3;
}

.progress-step .progress-step-label {
  width: 31px;
  height: 31px;
  background: #ffffff;
  color: #838383;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 2;
  border: 2px solid #838383;
  border-radius: 50%;
}

.progress-step .progress-step-label:before {
  visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}

.progress-step .progress-step-value {
  min-width: 170px;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  color: #838383;
  padding: 10px 0 0;
}

.progress-step .progress-step-value:before {
  position: absolute;
  content: "";
  width: 100%;
  left: -50%;
  top: 15.5px;
  border: 1px solid #838383;
  z-index: -1;
}

.progress-step:first-child .progress-step-value:before {
  display: none;
}

.progress-step.active {
  background-color: transparent;
}

.progress-step.active .progress-step-label {
  background: #ffffff;
  color: #6bcff3;
  border-color: #6bcff3;
}

.progress-step.active .progress-step-value {
  color: #6bcff3;
}

.progress-step.active .progress-step-value:before {
  border-color: #6bcff3;
}

.progress-step.visited {
  background: transparent;
}

.progress-step.visited::before {
  background-color: #6bcff3;
  border-color: #6bcff3;
  color: #fff;
}

.progress-step.visited .progress-step-label {
  background: transparent;
  color: #6bcff3;
  border-color: #6bcff3;
}

.progress-step.visited .checkout-progress-visited {
  display: none;
}

.progress-step.visited .progress-step-value {
  color: #6bcff3;
}

.progress-step.visited .progress-step-value:before {
  border-color: #6bcff3;
}

@media only screen and (max-width: 630px) {
  .progress-step {
    min-width: 33.333%;
    width: 33.333%;
    padding: 0 5px;
  }
  .progress-step .progress-step-value {
    min-width: 33.333%;
    font-size: 0.9375rem;
  }
}

.checkout-breadcrumb {
  border: none;
  float: right;
  text-align: center;
  width: initial;
  max-width: 520px;
  display: table;
}

.progress-step {
  display: table-cell;
  vertical-align: middle;
}

.progress-step .progress-step-label {
  padding-top: 4px;
}

.progress-step .progress-step-value {
  font-size: 0.875rem;
}

.checkout-breadcrumb-holder {
  border-bottom: 2px solid #cfcfd1;
  padding: 20px 0;
}

.checkout-breadcrumb-holder h1 {
  float: left;
  margin: 0;
  padding-top: 20px;
}

@media only screen and (max-width: 860px) {
  .checkout-breadcrumb {
    float: none;
    text-align: center;
    display: inline-block;
    max-width: 100%;
  }
 }
/*
  End Fix for BluePrint Checkout Progress Indicator
*/
.tabs .tab-content {
  border: none;
  color: #999;
}
.tabs .tab-holder .tab-holder-item {
  border: none;
  color: #999;
}
.tabs .tab-accordion-title {
  background-color: transparent;
  color: #999;
}
.tabs .tab-accordion-title.ui-state-active {
  border-bottom: none;
  color: #999;
}
.tabs .tab-accordion-title .icon {
  color: #6bcff3;
}