/*global*/
.hidden {
  display: none!important;
}
@media screen and (max-width: 768px){
  .modal {
      max-width: 100% !important;
  }
}
body .modal {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff;
    left: 50%;
    margin: auto;
    min-width: 200px;
    position: fixed;
    top: 50%;
    z-index: 1000;
    right: auto;
    bottom: auto;
}
body .modal:not(#storeResultsModal) {
    width: 90%;
}
body .modal .modal-body {
  margin: 25px;
}
.content-container.appt-scheduler-flow {
  padding-top: 0;
}

/*tire connect style*/
.backToTireConnectWarm {
  display: block;
}

.modal.is-visible {
  min-width: 500px;
}

.modal.is-visible.warmTC {
  min-width: 800px;
}

/* hide mobile header in appt flow */
@media screen and (max-width: 768px){
  body[data-page-name="interstitial"] .navigation-container,
  body[data-page-name="select-store"] .navigation-container,
  body[data-page-name="select-vehicle"] .navigation-container,
  body[data-page-name="select-tire"] .navigation-container,
  body[data-page-name="tire-results"] .navigation-container,
  body[data-page-name="tire-details"] .navigation-container,
  body.page-scheduleAppointmentCheckoutPage .navigation-container,
  body.page-appointmentContactDetailsCheckoutPage .navigation-container,
  body.page-appointmentSummaryCheckoutPage .navigation-container {
    display: none;
  }
  .modal.is-visible {
    min-width: 300px;
  }
  .modal.is-visible.warmTC {
    min-width: 300px;
  }
}

body[data-page-name="interstitial"] .main,
body[data-page-name="select-store"] .main,
body[data-page-name="select-vehicle"] .main,
body[data-page-name="select-tire"] .main,
body[data-page-name="tire-details"] .main {
  padding-top: 0;
}

a,
.need-help-component a[href^=tel] {
    color: #217eff;
}

.telLink {
    cursor: pointer;
}

/* start part of step2 style */
.commerce-schedule-appointment-step2 {
  padding: 40px 80px 20px;
  color: #343434;
}
.commerce-schedule-appointment-step2 .step1-selectStore,
.commerce-schedule-appointment-step2-cold .step1-selectStore {
  text-align: center;
}
.commerce-schedule-appointment-step2 .step1-selectStore .divide,
.commerce-schedule-appointment-step2-cold .step1-selectStore .divide {
  width: 10%;
  max-width: 110px;
  display: inline-block;
  margin-top: 30px;
  border-color: #cccccc;
}
@media screen and (max-width: 768px){
  .commerce-schedule-appointment-step2 {
    padding: 32px;
  }
  .commerce-schedule-appointment-step2 .step1-selectStore .divide {
    margin-top: 12px;
    width: 100px;
  }
}
.commerce-schedule-appointment-step2 .step1-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 50px;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction:column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45%;
  max-width: 680px;
  border: 1px solid #cccccc;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-title h3 {
  background-color: #f3f3f3;
  border-bottom: 1px solid #cccccc;
  padding: 25px 30px;
  color: #343434;
  margin: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-title h3 svg {
  color: #2776E3;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 34px;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-content .storeItem {
  font-size: 1rem;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-content .storeName {
  font-weight: bold;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-content .storeTel {
  display: inline-block;
  margin-top: 20px;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-content .primary-flag {
  display: block;
  width: 42px;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-content .primary-flag .svg-container {
  height: 26px;
  margin: auto;
  margin-bottom: 5px;
  position: relative;
  width: 20px;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-footer {
  padding: 0 34px;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-content {
    padding: 10px 0 34px 0;
  }
  .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-footer {
    padding: 0;
  }
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-footer button {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-footer a {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-footer a:hover,
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-footer a:focus
{
    color: #fff;
}
html[data-lang=es] body.fst-page .enterNewVehicle.button-medium-solid-bst-blue {
  font-size: 12px;
}
@media screen and (max-width: 768px){
  body.fst-page .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-footer a {
    font-size: 11px
  }
  html[data-lang=es] body.fst-page .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-footer a {
    font-size: 10px
  }
  html[data-lang=es] body:not(.fst-page) .useVehicleAndContinueSelected.button-medium-solid-bst-blue {
    font-size: 18px;
  }
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-footer .selectAnotherVehicle {
  color: #2776e3;
  font-size: 1rem;
  cursor: pointer;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-footer .selectAnotherVehicle {
  display: none;
}
.commerce-schedule-appointment-step2 .step1-option .find-store {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction:column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
  max-width: 680px;
  border: 1px solid #cccccc;
  padding: 28px;
}
.commerce-schedule-appointment-step2 .step1-option .find-store h3 {
  width: 100%;
  font-size: 1.50rem;
}
.storeResultsModalStyle {
  display: block!important;
  width: 60%!important;
  max-height: 80%!important;
  height: auto!important;
  overflow-y: auto!important;
}
.storeResultsModalStyle .commerce-store-finder_warm--results-list {
    min-width: initial;
}
.storeResultsModalStyle #storeFinderForm .has-success .help-block {
    display: none;
}

@media screen and (max-width: 768px){
  .commerce-schedule-appointment-step2 .step1-option .find-store {
    padding: 34px 0;
  }
  .fst-page .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-footer button {
    font-size: 11px;
  }
  .storeResultsModalStyle {
    width: 90%!important;
  }
  .commerce-schedule-appointment-step2 .step1-option {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-title h3 {
    background-color: #fff;
    border-bottom: 0;
    padding: 25px 0;
  }
  .commerce-schedule-appointment-step2 .step1-option .primary-store {
    border: 0;
    border-bottom: 1px solid #cccccc;
  }
  .commerce-schedule-appointment-step2 .step1-option .find-store {
    border: 0;
  }
  .fst-page .enter-new-vehicle .button-medium-solid-bst-blue,
  .fst-page .select-another-vehicle .button-medium-solid-bst-blue {
    padding: 12px 10px;
  }
  .fst-page .commerce-schedule-appointment-step2 .primary-store-content-left {
    margin-left: 10px;
  }
  .fst-page .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-content,
  .fst-page .commerce-schedule-appointment-step2 .step1-option .find-store  {
    padding: 0 0;
  }
  .fst-page .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-footer {
    padding: 0 0;
  }
  .fst-page .commerce-schedule-appointment-step2 .step1-option .find-store {
    max-width: 100%;
  }
  .fst-page .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-title h3 {
    padding-left: 20px;
  }
  .fst-page .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-footer button {
    padding: 12px 10px;
  }
  .fst-page .select-another-store .cancel-btn-box,
  .fst-page .select-another-vehicle .cancel-btn-box {
    padding: 0 20px!important;
  }
  .fst-page .commerce-schedule-appointment-step2 .step1-selectStore h1{
    font-size: 24px;
    line-height: 1.33;
    font-weight: 500;
    color: #343434;
  }
  .fst-page .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-title h3 {
    background-color: #f3f3f3;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    margin-bottom: 30px;
    margin-left: -32px;
    margin-right: -32px;
  }
  html[data-lang=es] .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-title h3 .my-vehicles span {
    font-size: 24px;
  }
  html[data-lang=es] .fst-page .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-title h3 .my-vehicles span {
    font-size: 13px;
  }
  html[data-lang=en] .fst-page .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-title h3 .my-vehicles span {
    font-size: 16px;
  }
  .fst-page .commerce-schedule-appointment-step2 .step1-option .primary-store .primary-store-title .my-vehicles span {
    padding-left: 10px;
  }
  .fst-page .commerce-schedule-appointment-step2 .step1-option .find-store h3.margin-bottom-medium {
    font-size: 18px;
    line-height: 1.33;
    color: #343434;
    font-weight: normal;
  }
}
/* end schedule appointment step1 and part of step2 style*/

/* start schedule appointment step2 style*/
.commerce-schedule-appointment-step2 .my-vehicles .commerce-icon {
  vertical-align: bottom;
  margin-right: 5px;
}
.enter-new-vehicle .split-fitment-container.split-fitment-off .fitment-section-label {
    display: none;
}
.enter-new-vehicle .split-fitment-container.split-fitment-off .rear-tire-section {
    display: none;
}
.enter-new-vehicle .split-fitment-container.split-fitment-on .fitment-section-label {
     display: block;
}
.enter-new-vehicle .split-fitment-container.split-fitment-on .rear-tire-section {
     display: block;
}
.commerce-schedule-appointment-step2 .primary-store-content-left {
    width: 80%;
}
.commerce-schedule-appointment-step2 .tireInfo {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction:row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.commerce-schedule-appointment-step2 .tireInfo .frontTire,
.commerce-schedule-appointment-step2 .tireInfo .rearTire {
  width: 50%;
}
.commerce-schedule-appointment-step2 .step1-option .primary-store {
  width: 60%;
  max-width: 890px;
}
.commerce-schedule-appointment-step2 .step1-option .find-store {
  margin-left: 35px;
  min-width: 300px;
  width: 35%;
}
@media screen and (max-width: 768px){
  .commerce-schedule-appointment-step2 .step1-option .primary-store {
    width: 100%;
  }
  .commerce-schedule-appointment-step2 .step1-option .find-store {
    margin-left: 0;
    min-width: auto;
    width: 100%;
  }
}
.commerce-schedule-appointment-step2 .margin-bottom-medium,.select-another-vehicle .margin-bottom-medium{
  margin-bottom: 25px;
}
.commerce-schedule-appointment-step2 .step1-option .find-store button {
  width: 100%;
}



.primary-store .primary-vehicle-content-left-image,
.select-another-vehicle .primary-vehicle-content-left-image{
  width: 83px;
  height: 59px;
}
.select-another-vehicle .primary-vehicle-content-left {
  width: 60%;
}
.select-another-vehicle .primary-vehicle-content-left .storeAddress {
  font-size: 16px;
}
.primary-store .primary-vehicle-content-left-image img,
.select-another-vehicle .primary-vehicle-content-left-image img{
    max-width: 83px;
}
.select-another-vehicle .primary-store-content-left {
  padding-left: 20px;
  padding-right: 10px;
}
.enter-new-vehicle {
  padding: 30px;
}
.enter-new-vehicle.enter-new-vehicle-cold {
  width:500px;
  margin: auto;
}
.enter-new-vehicle.enter-new-vehicle-cold h3 {
  text-align: center;
  font-size: 45px;
  line-height: 1;
  color: #343434;
}
.fst-page .enter-new-vehicle.enter-new-vehicle-cold h3 {
  font-size: 35px;
}
.modal-container .enter-new-vehicle h3{
  font-size: 32px;
}
.fst-page .modal-container .enter-new-vehicle h3{
  font-size: 24px;
}
.fst-page .commerce-schedule-appointment-step2 .step1-selectStore h1{
  font-size: 35px;
}
@media screen and (max-width: 768px){
  .enter-new-vehicle.enter-new-vehicle-cold {
      width: 100%;
      padding: 6px;
  }
  .tire-connect-warm-enter-new-vehicle .enter-new-vehicle {
      padding: 6px;
  }


  .fst-page .enter-new-vehicle.enter-new-vehicle-cold p {
      text-align: center;
  }
  .fst-page .enter-new-vehicle.enter-new-vehicle-cold p.add-vehicle-sub-title {
      text-align: left;
  }
}
.enter-new-vehicle .tire-text-label {
    display: inline-block;
    padding-left: 10px;
}
.enter-new-vehicle .commerce-content-box label.commerce-content-box__label.required:after {
    content: '';
}
.enter-new-vehicle .commerce-content-box__label {
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
}
.enter-new-vehicle .commerce-content-box__label[for='tpms'],
.enter-new-vehicle .commerce-content-box__label[for='isSplitFitment'] {
  display: table;
}
.enter-new-vehicle .add-vehicle-tab-component {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  display: flex;
  font-family: PathwayGothic;
  justify-content: space-around;
  margin-bottom: 50px;
  padding: 0 6%;
}
.enter-new-vehicle .add-vehicle-tab-component__item {
  flex: 1;
}
.enter-new-vehicle .add-vehicle-tab-component__item.active:after {
    border-top: solid 2px #2776e3;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
}

.enter-new-vehicle .nav > li {
  position:relative;
}
.enter-new-vehicle .nav > li > a {
    display: block;
    padding: 10px 15px;
}
.enter-new-vehicle .add-vehicle-tab-component__item-link {
  align-items: center;
  color: #343434;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 1.25rem;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}

.enter-new-vehicle .add-vehicle-tab-component__item.active:after {
  border-top: solid 2px #2776e3;
  bottom: -1px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
.enter-new-vehicle .tab-content > .active.tab-pane {
  display: block;
}
.enter-new-vehicle .tab-content > .tab-pane {
  display: none;
}
.enter-new-vehicle .form-group {
  margin-bottom: 15px;
}
.enter-new-vehicle .form-group .bootstrap-select {
  position: relative;
  height: 50px;
}
.fst-page .enter-new-vehicle .form-group .bootstrap-select {
  margin-top: 8px;
}
.enter-new-vehicle .form-group .bootstrap-select .dropdown-toggle {
  width: 100%;
  height: 100%;
  background: #fff;
  height: 50px;
  border: 1px solid #cccccc;
  color: #535353;
  font-size: 16px;
  line-height: 46px;
  text-align: left;
  padding: 0 15px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.enter-new-vehicle .commerce-content-box input.commerce-content-box__input {
  color: #535353;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 20px;
  padding: 11px 27px 12px 14px;
  width: 100%;
  border: 2px solid #e3e3e3;
}
.fst-page .enter-new-vehicle .commerce-content-box input.commerce-content-box__input {
  margin-top: 8px;
}
.enter-new-vehicle .form-group .bootstrap-select .dropdown-menu {
  display: none;
}
.enter-new-vehicle .form-group .bootstrap-select .dropdown-menu.open{
  display: block;
}
.enter-new-vehicle .form-group .bootstrap-select select{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 90%;
  background: none;
  border: none;
  margin: 2px;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  opacity: 0;
}
.enter-new-vehicle .form-group .bootstrap-select select option {
  line-height: 20px;
  padding: 0 15px;
}
.enter-new-vehicle .form-group button {
  width: 100%;
}
.enter-new-vehicle .commerce-content-box .commerce-content-box__input .selector-overlay .dismiss {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  bottom: 0;
  z-index: 10;
  padding: 14px 0;
  text-align: center;
}
.enter-new-vehicle .commerce-content-box .commerce-content-box__input .selector-overlay  .dismiss svg{
    fill: #fff;
}
.enter-new-vehicle .commerce-content-box .commerce-content-box__input .selector-overlay {
  background-color: #3e8fff;
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  font-stretch: condensed;
  left: 0;
  line-height: 1.69;
  padding: 11px 45px 12px 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.enter-new-vehicle .form-group .bs-caret {
  position: absolute;
  top: 9px;
  right: 9px;
}
.fst-page .enter-new-vehicle .form-group .bs-caret .send-to__svg svg {
  fill: #000;
}

.enter-new-vehicle .form-group .bs-caret .send-to__svg {
  display: inline-block;
  height: 32px;
  width: 24px;
  padding: 0;
}
.enter-new-vehicle .form-group .bs-caret .send-to__svg svg {
  fill: #2776e3;
  height: 100%;
  width: 100%;
}
.enter-new-vehicle .commerce-content-box .commerce-content-box__input .selector-overlay .dismiss svg {
  height: 0.875rem;
  width: 0.875rem;
}
.enter-new-vehicle .form-group.disabled .btn-default{
  border: 2px solid #e3e3e3;
  color: #c1c1c1;
}
html[data-lang=es] .enter-new-vehicle .form-group.disabled .dropdown-toggle {
  overflow: hidden;
}
html[data-lang=es] .enter-new-vehicle .form-group.disabled .dropdown-toggle .filter-option {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 14px;
}
.enter-new-vehicle .form-group.disabled .commerce-content-box__label {
  color: #a6a6a6;
}
.enter-new-vehicle.enter-new-vehicle-cold .form-group .text-required,
.enter-new-vehicle .add-vehicle-modal .text-required-field {
  font-size: 12px;
  line-height: 2.58;
  color: #999999;
  float: right;
}

.fst-page .enter-new-vehicle.enter-new-vehicle-cold .form-group .text-required,
.fst-page .enter-new-vehicle .add-vehicle-modal .text-required-field {
  font-size: 13px;
  line-height: 1.54;
  color: #808080;
  float: right;
}

.enter-new-vehicle .form-group.disabled .bs-caret .send-to__svg svg {
  fill: #c1c1c1;
}
.enter-new-vehicle .tpms-checkbox h3{
  margin-bottom: 20px;
}
.enter-new-vehicle .tpms-checkbox label span{
  font-weight: normal;
}
.enter-new-vehicle .tpms-checkbox .text-des{
  font-size: 14px;
  color: #000;
}
.enter-new-vehicle .myVehicleSaveAppointment.disabled,
.enter-new-vehicle .myTireSaveAppointment.disabled{
  border: 2px solid #777;
  color: #bbb;
  pointer-events: none;
}
.enter-new-vehicle .myVehicleSaveAppointment.disabled:after,
.enter-new-vehicle .myTireSaveAppointment.disabled:after{
  background-color: #777;
}
.enter-new-vehicle .button-medium-solid-bst-blue,
.select-another-vehicle .button-medium-solid-bst-blue
{
  display: block;
  background-color: #2776e3;
}

.modal #brgtVehicleForm.parsley-frm-aem .has-error .help-block,
.modal #brgtVehicleTireForm.parsley-frm-aem .has-error .help-block,
.enter-new-vehicle-cold #brgtVehicleForm.parsley-frm-aem .has-error .help-block,
.enter-new-vehicle-cold #brgtVehicleTireForm.parsley-frm-aem .has-error .help-block
{
  padding-top: 50px;
}
.modal #brgtVehicleForm.parsley-frm-aem .has-error input.commerce-content-box__input+.help-block,
.modal #brgtVehicleTireForm.parsley-frm-aem .has-error input.commerce-content-box__input+.help-block,
.enter-new-vehicle-cold #brgtVehicleForm.parsley-frm-aem .has-error input.commerce-content-box__input+.help-block,
.enter-new-vehicle-cold #brgtVehicleTireForm.parsley-frm-aem .has-error input.commerce-content-box__input+.help-block
{
  padding-top: 0;
}
.modal #brgtVehicleForm.parsley-frm-aem .form-group.has-error,
.modal #brgtVehicleTireForm.parsley-frm-aem .form-group.has-error,
.enter-new-vehicle-cold #brgtVehicleForm.parsley-frm-aem .form-group.has-error,
.enter-new-vehicle-cold #brgtVehicleTireForm.parsley-frm-aem .form-group.has-error
{
    margin-bottom: 45px;
}
.modal #brgtVehicleForm.parsley-frm-aem .form-group.has-error label,
.modal #brgtVehicleTireForm.parsley-frm-aem .form-group.has-error label,
.enter-new-vehicle-cold #brgtVehicleForm.parsley-frm-aem .form-group.has-error .dropdown-toggle,
.enter-new-vehicle-cold #brgtVehicleTireForm.parsley-frm-aem .form-group.has-error .dropdown-toggle
{
  color:#000;
  border-color: #c53131;
  color: #c53131;
  background: #f6e0e0;
}
/* end schedule appointment step2 style*/

.inventory-available{
  font-size: 14px;
  font-weight: bold;
  color: #6aa324;
  margin: 10px;
  white-space:nowrap;
  display: none;
}
.inventory-available span{
  text-decoration: underline;
}
.inventory-available .inventory-available-circle {
  background-color: #6aa324;
  border: solid 1px #6aa324;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  margin-right: 6px;
}
.tire-summary button.detailsUseThisTire,
.tire-summary button.detailsSelectThisTire,
.tire-summary button.requestQuoteSummary {
  color: #f0f0f0;
  width: 100%;
  border: 2px solid #3d8fff;
  margin-top: 10px;
}
body[data-dtm-app="fst"] .tire-summary button.detailsUseThisTire,
body[data-dtm-app="fst"] .tire-summary button.detailsSelectThisTire,
body[data-dtm-app="fst"] .tire-summary button.requestQuoteSummary {
  border: 2px solid red;
}
.tire-summary__meta.component__flexie, .tire-summary__meta .component__flexie {
  margin-bottom: 2rem!important;
}
body .tire-image {
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  min-width: 200px;
  z-index: 10;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 595px){
  body .tire-image {
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      min-width: 50%;
      width: 50%;
  }
}
.commerce-backToResultsLink {
  display: inline-block;
}
.commerce-backToResults {
  color: #3d8fff;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
}
.commerce-backToResults svg {
  font-size: 32px;
}
.commerce-backToResults span {
  vertical-align: super;
  position: relative;
  top: -4px;
}
.selectNewTireLink {
    width: 100%;
}
/* end schedule appointment step3 style*/

/*start fst page style*/
.fst-page .enter-new-vehicle .commerce-content-box .commerce-content-box__input .selector-overlay {
  background-color: #e52023;
  font-family: "Avenir LT W01_55 Roman1475520";
  font-size: 1rem;
  line-height: 1.93;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
    .commerce-appointment-interstitial .commerce-login .commerce-login-content .login-btn,
    .commerce-appointment-interstitial .commerce-appointment-interstitial-content .create-account-btn,
    .commerce-appointment-interstitial .commerce-appointment-interstitial-content .guest-continue-btn {
      max-width: 300px;
    }
}
.breadcrumb.component__flexie {
    background: #fff;
}
.fst-page .enter-new-vehicle .add-vehicle-tab-component__item.active:after {
  border-top: solid 2px #ff0000;
}

.fst-page .enter-new-vehicle .add-vehicle-tab-component__item-link {
  font-family: "Avenir LT W01_55 Roman1475520";
  font-size: 1rem;
  line-height: 1.57;
  padding: 10px;
  }

.fst-page .add-vehicle-sub-title {
  font-family: "Avenir LT W01_65 Medium1475532";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #343434;
}
.fst-page .enter-new-vehicle .add-vehicle-tab-component__item.active {
  color: #ff0000;
}

.fst-page .enter-new-vehicle .add-vehicle-tab-component__item.active .add-vehicle-tab-component__item-link {
  color: #ff0000;
  text-decoration: none;
}
.fst-page .enter-new-vehicle .add-vehicle-tab-component__item .add-vehicle-tab-component__item-link {
  text-decoration: none;
}
.enter-new-vehicle .tire-size-tip {
  font-weight: 900;
  line-height: 1.14;
  color: #343434;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
}
.fst-page .enter-new-vehicle .commerce-content-box__label {
  font-family: "Avenir LT W01_65 Medium1475532";
  line-height: 1.14;
  color: #343434;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: bold;
}

.fst-page .enter-new-vehicle .commerce-content-box .commerce-content-box__input .selector-overlay {
  background-color: #ff0000;
}
.fst-page .modal #brgtVehicleForm.parsley-frm-aem .has-error .help-block,
.fst-page .modal #brgtVehicleTireForm.parsley-frm-aem .has-error .help-block,
.fst-page .enter-new-vehicle-cold #brgtVehicleForm.parsley-frm-aem .has-error .help-block,
.fst-page .enter-new-vehicle-cold #brgtVehicleTireForm.parsley-frm-aem .has-error .help-block {
  padding-top: 55px;
}
.fst-page .enter-new-vehicle .myVehicleSaveAppointment,
.fst-page .enter-new-vehicle button[data-button-style='diagonal--secondary'],
.fst-page .enter-new-vehicle .myTireSaveAppointment {
  width: 100%;
  height: 45px;
  line-height: 23px;
}
.fst-page .enter-new-vehicle .myVehicleSaveAppointment,
.fst-page .enter-new-vehicle .myTireSaveAppointment {
   margin-bottom: 0;
}
.fst-page .enter-new-vehicle .myVehicleSaveAppointment.disabled,
.fst-page .enter-new-vehicle .myTireSaveAppointment.disabled {
  border: 0;
  color: #fff;
  background-color: #b2b2b2;
  background-image: linear-gradient(to left bottom, #bfbfbf 49%, #b2b2b2 50%);
}
@media screen and (max-width: 768px) {
  .fst-page .enter-new-vehicle .myVehicleSaveAppointment,
  .fst-page .enter-new-vehicle .myTireSaveAppointment {
    font-size: 11px;
  }
}
.fst-page .commerce-schedule-appointment-breadcrumbs .commerce-breadcrumbs-item.actived .commerce-breadcrumbs-item-circle .commerce-breadcrumbs-item-circle-black,
.fst-page .commerce-schedule-appointment-breadcrumbs-mobile .commerce-breadcrumbs-item.actived .commerce-breadcrumbs-item-circle .commerce-breadcrumbs-item-circle-black
{
  margin-top: 3px;
}
.fst-page .commerce-schedule-appointment-breadcrumbs .commerce-icon,
.fst-page .commerce-schedule-appointment-breadcrumbs-mobile .commerce-icon {
  margin-top: 2px;
}
.fst-page .commerce-schedule-appointment-breadcrumbs .commerce-breadcrumbs-item a{
  text-decoration: none;
}
.fst-page .commerce-schedule-appointment-breadcrumbs-mobile .commerce-breadcrumbs-item.completed .commerce-breadcrumbs-item-circle {
  background-color: #e52023;
  border: solid 1px #e52023;
}
.fst-page .commerce-schedule-appointment-breadcrumbs-mobile .commerce-breadcrumbs-item.completed .commerce-breadcrumbs-item-circle {
  background-color: #e52023;
  border: solid 1px #e52023;
}
.fst-page .commerce-schedule-appointment-breadcrumbs-mobile .commerce-breadcrumbs-item.completed .commerce-breadcrumbs-item-title {
  color: #e52023;
}
.fst-page .tire-summary button.detailsUseThisTire,
.fst-page .tire-summary button.detailsSelectThisTire {
  border: 2px solid #ff2020;
  width: auto;
}
.fst-page .exit-appointment-scheduler-modal-content .exit-appointment-scheduler {
  margin-bottom: 0;
  color: #fff;
}
.fst-page .select-another-vehicle .primary-store-footer a {
  width: 100%;
}
.fst-page .select-another-store .cancel-btn-box, .fst-page .select-another-vehicle .cancel-btn-box {
  padding: 10px 34px 34px;
}
.fst-page .commerce-schedule-appointment-step2 [data-button-style='diagonal--primary'],
.fst-page .commerce-schedule-appointment-step2 [data-button-style='diagonal--secondary'],
.fst-page .select-another-vehicle [data-button-style='diagonal--primary'],
.fst-page .select-another-vehicle [data-button-style='diagonal--secondary']
{
    line-height: 1.21;
}
.fst-page .inventory-available {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.fst-page .lets-talk__menu,
.fst-page .nav-store__menu
{
    background-color: #f7f7f7;
}
.fst-page .nav-store__menu.is--open [data-component='myStore'][hidden] {
    display: block;
}
.fst-page .nav-store__menu.is--open .find-a-store[data-button-style='diagonal--primary'] {
    background-color: #e52023;
    background-image: linear-gradient(to left bottom, #f50000 49%, #e52023 50%);
    transition: background-image .15s ease-in, background-color .15s ease-in;
}
@media screen and (max-width: 768px){
    .fst-page .commerce-appointment-interstitial-content [data-button-style='diagonal--primary'],
    .fst-page .commerce-appointment-interstitial-content [data-button-style='diagonal--secondary'] {
        width: 100%;
        max-width: 100%;
    }
}
.fst-page .button-medium-solid-bst-blue {
  border: none;
  font-size: 1rem;
  min-width: 144px;
  width: 100%;
  padding: .825rem 1.4rem;
}
.fst-reduce-header-logo {
    display: none;
}
.fst-page .navigation__header__logo-anchor {
    display: none;
}
.fst-page .fst-reduce-header-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    fill: #f00;
    width: 250px;
}
@media screen and (max-width: 768px){
    .fst-page .fst-reduce-header-logo {
        width: 100%;
    }
}
.fst-page .primary-store-title h3,
.fst-page .find-store h3
{
    font-size: 20px;
}
.fst-page .enter-new-vehicle .step1-selectStore h1 {
  font-family: "Avenir LT W01_65 Medium1475532";
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -1px;
}
.fst-page .enter-new-vehicle .step1-selectStore h1,
.fst-page .commerce-appointment-interstitial h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.29;
    color: #343434;
    letter-spacing: -0.8px;
}
.enter-new-vehicle h3 {
  text-align: center;
}
.fst-page .enter-new-vehicle h3 {
  font-family: "Avenir LT W01_65 Medium1475532";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.4px;
  color: #343434;
  margin-bottom: 23px;
}
.fst-page .select-another-store [data-button-style="diagonal--secondary"] {
    display: block;
    color: #fff;
}
.fst-page .select-another-store h1,
.fst-page .select-another-vehicle h2 {
  font-family: "Avenir LT W01_65 Medium1475532";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  text-transform: capitalize;
}
.fst-page .select-another-store .primary-store .primary-store-content .storeItem,
.fst-page .select-another-vehicle .primary-store .primary-store-content .storeItem {
    font-size: 16px;
    line-height: 1.69;
    font-stretch: condensed;
    color: #343434;
}

.fst-page .no-results__container .goToVehicle {
  display: block;
  max-width: 320px;
  margin: auto;
  margin-bottom: 15px;
}
.fst-page .no-results__container button {
  display: block;
  max-width: 320px;
  margin: auto;
  width: 100%;
}

.fst-page .commerce-schedule-appointment-breadcrumbs-mobile .commerce-breadcrumbs-item .commerce-breadcrumbs-item-title {
  font-family: "Avenir LT W01_55 Roman1475520";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.33;
}

.fst-page .enter-new-vehicle .tab-content > .active.tab-pane p{
    font-size: 16px;
    line-height: 1.2;
    color: #343434;
    font-weight: 500;
  }
.enter-new-vehicle .tire-text-label {
    font-size: 1rem;
    line-height: 1.57;
    color: #666666;
    font-weight: normal;
    display: table-cell;
 }
 .enter-new-vehicle .not-sure-container {
    padding-left: 20px;
 }
 .enter-new-vehicle .not-sure-container .not-sure {
    font-size: 14px;
    cursor: pointer;
}
 .enter-new-vehicle .not-sure-container .not-sure-text {
    display: block;
    margin-top: 10px;
    line-height: 1.3;
    font-size: 13px;
 }
 .tab-content .help-text {
   font-size: 13px;
   line-height: 1.54;
   color: #808080;
 }

html[data-lang=es] .tire__container .tire-cta {
  flex: 0 0 180px;
  -webkit-flex: 0 0 180px;
  -ms-flex: 0 0 180px;
}

@media screen and (min-width: 768px){
  html[data-lang=es] .tire__container .tire-cta .tire-cta__button {
    width: 180px;
    min-width: 180px;
    padding: 10px;
    font-size: 11px;
  }
}
html[data-lang=es] body:not(.fst-page) .tire__container .tire-cta .tire-cta__button {
  font-size: 1rem;
}
