/** Shopify CDN: Minification failed

Line 89:0 Unexpected "`"

**/
.steps-main-wrapper .stp2-payment--main,
.steps-main-wrapper .stp3-payment--main,
.steps-main-wrapper .stp-form-main {
  display: none;
}
.steps-main-wrapper.step-first-active .stp-form-main,
.steps-main-wrapper.step-second-active .stp2-payment--main,
.steps-main-wrapper.step-third-active .stp3-payment--main {
  display: block;
}
.stp-menu-inner {
  padding-top: 10rem;
}
.stp-menu-inner ul {
  display: flex;
  justify-content: space-between;
  max-width: 74.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.stp-menu-inner ul:before {
  content: "";
  width: calc(100% - 11rem);
  position: absolute;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
  top: 3rem;
  background-repeat: no-repeat;
  background-image: url(/cdn/shop/files/stp-line-aa.png);
}

.stp-menu-inner ul li {
  list-style: none;
}
.stp-menu-inner ul li a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding-bottom: 4rem;
}
.stp-menu-inner ul li a .stp-menu-icon {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  background-color: #d2d2d2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stp-menu-inner ul li a.active .stp-menu-icon {
  background: linear-gradient(90deg, #833447 0%, #1d0c10 100%);
}
.steps-main-wrapper.step-second-active li.checkout-step span.stp-menu-icon,
.steps-main-wrapper.step-third-active li.checkout-step span.stp-menu-icon,
.steps-main-wrapper.step-third-active li.summery-step span.stp-menu-icon {
  background: linear-gradient(90deg, #833447, #1d0c10);
}
/* STEP 3 – Summary */
.stp3-payment--main {
  display: none;
}
.steps-main-wrapper.step-third-active .stp3-payment--main {
  display: block;
}
/* STEP 1 ACTIVE */
.steps-main-wrapper.step-first-active .stp2-payment--main,
.steps-main-wrapper.step-first-active .stp3-payment--main {
  display: none;
}

/* STEP 2 ACTIVE */
.steps-main-wrapper.step-second-active .stp-form-main,
.steps-main-wrapper.step-second-active .stp3-payment--main {
  display: none;
}
/* ✅ Step 2: force columns to align from the top */
.stp2-payment--main .step-grid-wrapper {
  align-items: flex-start;
}
``

/* STEP 3 ACTIVE */
.steps-main-wrapper.step-third-active .stp-form-main,
.steps-main-wrapper.step-third-active .stp2-payment--main {
  display: none;
}
.stp3-payment--main {
  display: none;
}
body.order-confirmation-page .stp3-payment--main {
  display: block;
}

.stp-menu-inner ul li a .stp-menu-txt {
  font-size: var(--p24);
  font-family: var(--font-2);
  color: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  white-space: nowrap;
  transform: translateX(-50%);
  font-weight: bold;
}
.stp-form-main {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
.stp-block {
  padding-bottom: 7rem;
}
.section-head {
}
.section-title {
  font-size: var(--p42);
  margin: 0 0 2.9rem;
  color: #000;
}
.block-section-header {
  font-size: var(--p24);
  font-weight: 400;
  color: #000;
  line-height: normal;
  margin: 0 0 1.2rem 0;
  font-family: var(--font-2);
}
.block-section-header .section-title {
  margin: 0 0 1.8rem;
}
.block-section-header .label-heading {
  font-size: var(--p24);
  color: #000;
  margin: 0 0 1.6rem 0;
}
.stp-form-main .txt {
  font-family: var(--font-2);
  font-size: var(--p16);
  color: #000;
  font-weight: 400;
}
.form-items {
  display: flex;
  column-gap: 2rem;
  margin-top: 1.2rem;
  width: 100%;
}
.form-items .form-item {
  display: flex;
  position: relative;
  font-family: var(--font-2);
  font-size: var(--p16);
  color: #000;
  font-weight: 400;
  flex-wrap: wrap;
}
.form-items .form-item input[type="checkbox"] {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form-items .form-item .checkmark {
  display: flex;
  column-gap: 1rem;
  position: relative;
  font-family: var(--font-2);
  font-size: var(--p16);
  color: #000;
  font-weight: 400;
  align-items: center;
  padding-left: 3.5rem;
}
.form-items .form-item .checkmark:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #592330;
  border-radius: 0.5rem;
  position: absolute;
  left: 0;
}
.order-summary-bottom label.job-completion span.note-wrap {
    position: relative;
    font-family: var(--font-2);
    font-size: var(--p12);
    color: red;
    font-weight: 400;
    align-items: center;
    padding-left: 3.5rem;
    display: none;
}
.order-summary-bottom label.job-completion.active span.note-wrap {
 display: block; 
}
.order-summary-bottom label.job-completion.active span.note-wrap a {
    color: red;
    text-decoration: underline;
}
.order-summary-bottom label.job-completion.active span.note-wrap a:hover {
    text-decoration: none;
}
.form-items .form-item input:checked ~ .checkmark:before {
  background-color: #592330;
}
.form-items .form-item input:checked ~ .checkmark:after {
  display: block;
}
.form-items .form-item .checkmark:after {
  content: "";
  left: 9px;
  top: 50%;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
}
.stp-block-imgtxtbox-wrap {
  display: flex;
  gap: 2.3rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 3.5rem;
  margin-bottom: 2.3rem;
}
.stp-block-imgtxtbox-wrap .stp-block-img {
  max-width: 28.3rem;
  width: 100%;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.stp-block-imgtxtbox-wrap .stp-block-img img {
  width: 100%;
  border-radius: 4px;
}
.stp-block-imgtxtbox-wrap .stp-block-imgtxt {
  font-size: var(--p16);
  color: #000;
  font-weight: bold;
  font-family: var(--font-2);
  max-width: 200px;
}
.form-item textarea {
  width: 100%;
  border: 1px solid #592330;
  border-radius: 5px;
  margin: 1.2rem 0;
  height: 12.2rem;
}
.form-items .form-item input[type="text"],
.form-items .form-item input[type="email"],
.form-items .form-item input[type="tel"],
.form-items .form-item select {
  padding: 0;
  height: 3.7rem;
  min-height: auto;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  font-size: var(--p14);
  color: #000;
  font-family: var(--font-2);
  box-shadow: none;
  outline: none;
  padding-left: 5px;
}
.form-items .form-item.form-item-half {
  width: 45%;
}
.form-items .form-item ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-items .form-item :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-items .form-item ::placeholder {
  color: #000;
  opacity: 1;
}
.stp-payment-box .form-items {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  --cusffcolgap: 4.6rem;
  column-gap: var(--cusffcolgap);
}
.stp-payment-box .form-items .form-item {
  max-width: calc(50% - (var(--cusffcolgap) - (var(--cusffcolgap) / 2)));
  width: 100%;
  padding: 1.5rem 2.5rem;
  align-items: center;
}
.step-second-active .stp-payment-box .form-items {
  flex-wrap: wrap;
}
.step-second-active .stp-payment-box .form-items .form-item {
  margin-bottom: 1rem;
}
.step-second-active .stp-payment-box .form-items .form-item {
  max-width: calc(100% - (var(--cusffcolgap) - (var(--cusffcolgap) / 2)));
}
.step-second-active
  .stp-payment-box
  .form-items
  .form-item
  .checkmark
  .checkmarkwrp
  > span {
  font-size: var(--p14);
  text-decoration: underline;
  width: auto;
  margin: 0;
  text-align: left;
  padding: 0;
}
.step-second-active
  .stp-payment-box
  .form-items
  .form-item
  .checkmark
  .checkmarkwrp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.stp-payment-box .form-items .stp-payment-col-1 {
  background: #ffffff;
  box-shadow: 0px 0px 27.3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.stp-payment-box .form-items .active {
  border: 1px solid #848484;
  border-radius: 10px;
}

.stp-payment-box .form-items .form-item .checkmark {
  font-size: var(--p22);
  line-height: 1.2;
}
.stp-payment-box .form-items .form-item .click-link {
}
.stp-payment-box .form-items .form-item .checkmarkwrp {
}
.stp-payment-box .form-items .form-item .checkmarkwrp .checkmartxtberak {
  font-size: var(--p16);
  font-weight: 400;
  font-family: var(--font-2);
  margin-top: 0.8rem;
  display: block;
}
.stp-payment-box .form-items .form-item .checkmarkwrp .checkmartxtberak select {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  font-size: var(--p16);
  height: auto;
  width: auto;
}
.order-summary-wrap {
}
.order-summary-wrap .order-summary-row .order-summary--col {
  background: #fff;
  border: 1px solid rgba(129, 129, 129, 0.2);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.order-summary-wrap .order-summary-row .section-title {
  margin: 0 0 2.8rem;
}
.order-summary-wrap .order-summary-row .ord-summ-prd-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ordsummery-card-heading a {
  color: #000;
}
.order-summary-wrap
  .order-summary-row
  .order-summary--col-1
  .ord-summ-prd-row
  .ordsummery-img {
  width: 47.41%;
}
.order-summary-wrap
  .order-summary-row
  .order-summary--col-1
  .ord-summ-prd-row
  .ordsummery-card-information {
  width: 46.6666666667%;
}
.order-summary-wrap
  .order-summary-row
  .order-summary--col-1
  .ord-summ-prd-row
  .ordsummery-card-information
  .ordsummery-card-heading {
  font-size: var(--p24);
  font-family: var(--font-2);
  color: #000000;
  font-weight: bold;
  margin: 0 0 1rem 0;
  line-height: normal;
}
.order-summary-wrap
  .order-summary-row
  .order-summary--col-1
  .ord-summ-prd-row
  .ordsummery-card-information
  .ordsummery-card-heading
  a {
  color: #000000;
}
.order-summary-wrap
  .order-summary-row
  .order-summary--col-1
  .ord-summ-prd-row
  .ordsummery-card-information
  .ordsummery-quantity-boxx {
  font-size: var(--p24);
  font-family: var(--font-2);
  color: #000000;
  font-weight: 400;
}
.order-summary-wrap
  .order-summary-row
  .order-summary--col
  .order-summary-details-row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  font-size: var(--p16);
  font-family: var(--font-2);
  line-height: normal;
  gap: 1.5rem;
  color: #000;
}
.order-summary-wrap .order-summary-details-total-txt span.tax {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.order-summary-wrap
  .order-summary-row
  .order-summary--col
  .order-summary-details-total {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  font-size: var(--p16);
  font-family: var(--font-2);
  line-height: normal;
  gap: 1.5rem;
  align-items: center;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d9d9d9;
}
.stp2-payment--main {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
.stp-block-imgtxtbox-main .stp-block-imgtxtbox-wrap {
  gap: 0;
  align-items: center;
  margin-top: 7rem;
  margin-bottom: 0;
}
.stp-block-imgtxtbox-main .stp-block-imgtxtbox-wrap .txtimg-panel {
  width: calc(100% - 283px);
  padding-right: 9.2rem;
  color: #000000;
  font-size: var(--p24);
  font-weight: bold;
}
.stp-block-imgtxtbox-main .stp-block-imgtxtbox-wrap .txtimg-panel-rgt {
  width: 283px;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  justify-content: center;
  text-align: center;
}
.stp-boxrow--main {
  margin-top: 9.1rem;
  margin-bottom: 10rem;
}
.stp-boxrow--main .stp-boxrow--wrap {
  display: flex;
  --bocolgap: 6.5rem;
  column-gap: var(--bocolgap);
}
.stp-boxrow--main .stp-boxrow--wrap .stp-boxrow--col {
  max-width: calc(25% - (var(--bocolgap) - (var(--bocolgap) / 4)));
  width: 100%;
}
.stp-boxrow--main .stp-boxrow--wrap .stp-boxrow--col .stpIcon {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem;
  background: linear-gradient(90deg, #833447 0%, #1d0c10 100%);
}
.stp-boxrow--main .stp-boxrow--wrap .stp-boxrow--col .stpIcon img {
}
.stp-boxrow--main .stp-boxrow--wrap .stp-boxrow--col .stpTitle {
  color: #000000;
  font-size: var(--p24);
  font-weight: bold;
  font-family: var(--font-2);
  margin: 0 0 1rem 0;
  line-height: normal;
}
.stp-boxrow--main .stp-boxrow--wrap .stp-boxrow--col .stptext {
  font-size: var(--p16);
  color: #000;
}

.prd-invoice-main {
  margin: 7.2rem 0 7rem;
}
.prd-invoice-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 27.3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 2.2rem 3.3rem 4.5rem 3.3rem;
  color: #000;
  font-size: var(--p14);
  font-family: var(--font-2);
  line-height: normal;
}
.prd-invoice-wrap .prd-invoice-top {
  text-align: right;
  font-size: var(--p24);
  font-weight: bold;
  line-height: normal;
  margin: 0 0 2rem 0;
}
.prd-invoice-wrap .prd-invoice-title {
  text-align: center;
  padding: 0 17rem;
}
.prd-invoice-wrap .prd-invoice-title .section-title {
  line-height: normal;
  margin: 0;
}
.prd-invoice-wrap .prd-invoice-body {
  padding: 2.6rem 2.8rem;
}
.prd-invoice-wrap .prd-invoice-body--row {
  display: flex;
  justify-content: space-between;
}
.prd-invoice-wrap .prd-invoice-body-col {
  width: 47.2%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.prd-invoice-wrap .prd-invoice-txt-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  gap: 10px;
}
.prd-invoice-wrap .prd-invoice-txt-col {
}
.prd-invoice-wrap .prd-invoice-foot {
  padding: 1.2rem 2.8rem 0;
}
.prd-invoice-wrap .footer-title {
  font-size: var(--p24);
  margin: 0 0 4.1rem 0;
  line-height: normal;
}
.prd-invoice-wrap .btn-row {
}

.full-width {
  width: 100%;
}
.btn-row {
  display: flex;
  justify-content: space-between;
}
.btn-row button.button.back svg {
  transform: rotate(180deg);
}
.bill-throght-reseller,
.pay-with-capricorn {
  display: none;
  padding: 25px 0;
}
.bill-throght-reseller.show,
.pay-with-capricorn.show {
  display: block;
}

.btr-account-info {
  background: #fff;
  border: 1px solid rgba(129, 129, 129, 0.2);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
}

.btr-account-info input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  margin-top: 10px;
}
.btr-account-info.error {
  color: red;
}
.btr-account-info.error .label-heading {
  color: red;
}
.btr-account-info.error input#account-number {
  border-color: red;
}

.btr-reseller-wrap {
  background: #fff;
  border: 1px solid rgba(129, 129, 129, 0.2);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-17 {
  margin-top: 17px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-19 {
  margin-top: 19px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-21 {
  margin-top: 21px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-23 {
  margin-top: 23px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-27 {
  margin-top: 27px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-29 {
  margin-top: 29px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-31 {
  margin-top: 31px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-33 {
  margin-top: 33px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-54 {
  margin-top: 54px;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-17 {
  margin-bottom: 17px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-19 {
  margin-bottom: 19px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-21 {
  margin-bottom: 21px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-23 {
  margin-bottom: 23px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-27 {
  margin-bottom: 27px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-29 {
  margin-bottom: 29px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-31 {
  margin-bottom: 31px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-33 {
  margin-bottom: 33px;
}
.mb-34 {
  margin-bottom: 34px;
}
.additional-part-input-wrap {
  width: 100%;
  max-width: 428px;
}
.additional-part-input-wrap input[type="text"] {
  border: 1px solid #592330 !important;
  margin-top: 14px;
  border-radius: 5px;
  width: 100%;
  height: 40px;
}

/* validation css */
input.error,
.form-item select.error,
textarea.error,
.vin-or-rego-wrapper input[type="text"].error,
.normal-partnumber-wrap input.error {
  border: 1px solid red !important;
}

.faults-checkbox-wrap.error .checkmark:before {
  border: 1px solid red !important;
}
.faults-checkbox-wrap.error .checkmark {
  color: red;
}
/* end validation css */

.stp-block.stp-block-lc {
  padding-bottom: 20px;
}

.error-message-wrap {
  min-width: 25px;
  color: red;
  margin-bottom: 50px;
  display: block !important;
}
.stp-payment-wrap label.form-item input[type="radio"] {
  display: none;
}
.vin-or-rego-wrapper input[type="text"] {
  border: 1px solid #592330 !important;
  margin-top: 14px;
  border-radius: 5px;
}
.vin-or-rego-wrapper label.form-item.dont-vip {
  margin-top: 14px;
}

.vin-or-rego-wrapper .warning-message {
  width: 100%;
  margin-top: 10px;
  display: none;
}
.stp-block-imgtxtbox-wrap .stp-block-img-text {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  align-items: center;
}

.form-items.lets-get-started {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.form-items.lets-get-started .form-item-input {
  width: 48%;
  margin-bottom: 15px;
}
.lets-get-started label.form-item-label {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
.lets-get-started .form-item-input input {
  width: 100%;
  height: 40px;
  border: 1px solid #592330;
  border-radius: 5px;
  font-size: var(--p14);
  font-family: var(--font-2);
}
.lets-get-started .form-item-input input:focus-visible,
.wnmb-items textarea:focus-visible {
  outline: none;
  box-shadow: none;
}
.lets-get-started label.form-item.dont-vin {
  margin-top: 15px;
}
.wnmb-items .form-item.half-width {
  width: 48%;
  margin-bottom: 10px;
}
.wnmb-items {
  display: flex;
  flex-wrap: wrap;
}
p.lets-get-started-text {
  font-size: 18px;
  line-height: 28px;
}
.order-summary-row.custom-repair-summery .order-summary--col {
  max-width: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
}

.stp-block-imgtxtbox-wrap .sio-image.active {
  box-shadow: 0 0 7px #22b400;
  border: 1px solid #22b400;
  position: relative;
}

.stp-block-imgtxtbox-wrap .sio-image.active:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5%;
  right: 5%;
  background-image: url("/cdn/shop/files/green-tick.png?v=1720611883");
  background-repeat: no-repeat;
  background-size: 100%;
}
.sio-error-message {
  color: red;
}
.custom-repair-summery .txtimg-panel-rgt {
  display: none !important;
}
.custom-repair-summery .stp-block-imgtxtbox-wrap .txtimg-panel {
  padding-right: 0 !important;
  width: 100% !important;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.normal-partnumber-wrap input {
  border: 1px solid #592330 !important;
  margin-top: 14px;
  border-radius: 5px;
}
.normal-partnumber-wrap {
  margin-top: 25px;
}
.form-items label.abn-number-wrap {
  display: none;
}
.form-items label.abn-number-wrap.show {
  display: flex;
}
.note-for-non-customer.form-item {
  padding-left: 35px;
  font-size: 12px;
  margin-top: 5px;
}
.note-for-non-customer.hide {
  opacity: 0;
}
.reseller-list-popup {
  position: static;
  width: 100%;
}
.rsb-title {
  color: #000;
  font-size: var(--p24);
  line-height: 28.44px;
  font-weight: 700;
}
.reseller-list-popup.error input[type="text"] {
  border-color: red !important;
}
.reseller-list-popup.error .rsb-title {
  color: red !important;
}
.reseller-list-popup.error input[type="text"]::placeholder {
  color: red !important;
}
.rsb-search-box {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  row-gap: 15px;
}
.rsb-search-box input {
  height: 46px;
  width: 100%;
  min-width: 240px;
  padding: 5px 10px 5px 5px;
  border: none;
  border-bottom: solid 1px #833447;
  font-size: 15px;
  background-color: transparent;
  border-radius: 0;
}
.rsb-search-box .input-icon-wrap {
  width: 40%;
  position: relative;
}
.input-icon-wrap img {
  position: absolute;
  top: 50%;
  z-index: 99999;
  left: 7px;
  display: block;
  width: 15px;
  transform: translateY(-50%);
}
.reseller-popop-showing.show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0000009e;
  z-index: 9;
  display: block;
}
.rsb-search-box input:focus-visible {
  outline: none;
  box-shadow: none;
}

.reseller-list-wrapper .reseller-search-box {
  padding: 15px 0;
}
.rsb-search-box .srv-button {
  gap: 30px;
}
.reseller-search-result {
  margin-top: 3.2rem;
}
.ssr-location-wrapper .ssr-title {
  font-size: var(--p24);
  font-weight: 600;
  font-family: var(--font-2);
  line-height: 1.2;
  margin-bottom: 3.2rem;
}
.ssr-location-wrapper .ssr-location-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
  overflow-y: scroll;
  max-height: 400px;
  padding-right: 20px;
}
.ssr-location-wrapper .ssr-list-wrap {
  background-color: #fafafa;
  padding: 25px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  row-gap: 15px;
}
.ssr-location-wrapper .ssr-list-wrap.active {
  border: 1px solid #833447;
}
.ssr-list-wrap .ssr-location-name {
  font-size: var(--p24);
  color: #7e3244;
  font-weight: 600;
  font-family: var(--font-2);
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 10px;
}
.ssr-list-wrap .ssr-location-address {
  font-size: var(--p18);
  font-family: var(--font-2);
  font-weight: 400;
  color: #000;
  line-height: 1.8;
}
.ssr-set-btn button {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #7e3244;
  font-size: var(--p18);
  cursor: pointer;
}
.authorise-checkbox.error span.checkmark:before,
.accept-term-condition.error span.checkmark:before {
  border-color: red;
}
.authorise-checkbox.error span.checkmark,
.accept-term-condition.error span.checkmark {
  color: red;
}
span.selected-reseller-lication {
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: none;
  margin-top: 8px;
  padding: 5px;
  cursor: pointer;
  color: #592330;
  font-weight: 600;
}
span.selected-reseller-lication.active {
  display: block;
  border: none !important;
  border-radius: 0 !important;
}
.step-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.step-grid-wrapper .set-grid-item.product-info {
  width: 70%;
}
.step-grid-wrapper .set-grid-item.shipping-address {
  width: 30%;
}

.shipping-feilds-wrap label.form-item.full-width {
  width: 100%;
  display: block;
  padding: 8px 0 10px 3px;
  border-bottom: 2px solid #d9d9d9;
  font-size: 14px;
  line-height: 16.59px;
  color: #000;
}
.shipping-feilds-wrap label.form-item.full-width span {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.step-grid-wrapper .set-grid-item.shipping-address .shipping-address-wrapper {
  background: #ffffff;
  box-shadow: 0px 0px 27.3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 2.6rem 1.4rem 3.2rem;
}
.step-grid-wrapper
  .set-grid-item.shipping-address
  .shipping-address-wrapper
  .title {
  font-size: var(--p24);
  margin: 0 0 2rem;
}
.step-grid-wrapper
  .set-grid-item.shipping-address
  .shipping-address-wrapper
  .label-heading {
  font-size: var(--p16);
  margin: 0 0 2rem;
}
.step-grid-wrapper
  .set-grid-item.shipping-address
  .shipping-address-wrapper
  .form-item {
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  margin: 0 0 2.6rem;
  padding: 0;
  font-size: var(--p14);
  font-family: var(--font-2);
}
.step-grid-wrapper
  .set-grid-item.shipping-address
  .shipping-address-wrapper
  .form-item:empty {
  display: none;
}
.stp-block-imgtxtbox-wrap.select-item-onclick {
  --siocolgap: 1rem;
  column-gap: var(--siocolgap);
  row-gap: 2rem;
}
.stp-block-imgtxtbox-wrap.select-item-onclick .stp-block-img-text {
  max-width: calc(33.333% - (var(--siocolgap) - (var(--siocolgap) / 3)));
  width: 100%;
}
.stp-block-imgtxtbox-wrap.select-item-onclick .sio-image.active:after {
  display: none;
}
.stp-block-imgtxtbox-wrap.select-item-onclick .stp-block-img {
  max-width: 100%;
  width: 100%;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid rgba(217, 217, 217, 1);
  padding: 5.1rem 2.6rem 2.2rem;
  position: relative;
  display: flex;
  align-items: center;
}
.stp-block-imgtxtbox-wrap.select-item-onclick .stp-block-img img {
  width: 85%;
  border-radius: 0;
  height: auto;
  margin: 0 auto;
}
.stp-block-imgtxtbox-wrap.select-item-onclick .stp-block-img span {
  display: inline-flex;
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  gap: 1rem;
  align-items: center;
  font-size: var(--p14);
  font-family: var(--font-2);
  color: #000000;
}
.stp-block-imgtxtbox-wrap.select-item-onclick .stp-block-img span:after {
  content: "";
  border: 1px solid #6d2337;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
}
.stp-block-imgtxtbox-wrap.select-item-onclick .stp-block-img.active span:after {
  background-color: #6d2337;
  background-image: url(/cdn/shop/files/thikiconn.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.step-grid-wrapper .set-grid-item.product-info {
  width: 65.615%;
  padding-right: 1.7rem;
  border-right: 1px solid #d9d9d9;
}
.step-grid-wrapper .set-grid-item.shipping-address {
  width: 33.948%;
  margin-left: auto;
  padding-left: 2.3rem;
}
.stp-block {
  padding-bottom: 1.5rem;
}
.error-message-wrap {
  margin-bottom: 15px;
}

/* ========== 22/08/2024 ============= */
/* .steps-main-wrapper.step-first-active .stp2-payment--main{
  display:block !important;
} */
.stp-block.closest-lab-wrapper {
  padding-bottom: 3.5rem;
}
.stp-block.preferred-shipping-method {
  padding-bottom: 10rem;
}
.stp-block.closest-lab-wrapper .form-items,
.stp-block.preferred-shipping-method .form-items {
  --colgapcch: 3.8rem;
  column-gap: var(--colgapcch);
  flex-wrap: wrap;
  row-gap: 2.5rem;
}
.stp-block.closest-lab-wrapper .form-items .form-item,
.stp-block.preferred-shipping-method .form-items .form-item {
  max-width: calc(50% - (var(--colgapcch) - (var(--colgapcch) / 2)));
  width: 100%;
}

.stp2-payment--main .stp-payment-box {
  padding-bottom: 3rem;
}

.stp2-payment--main .bill-throght-reseller {
  padding-top: 0;
}
.stp2-payment--main .bill-throght-reseller .btr-account-info,
.stp2-payment--main .pay-with-capricorn .btr-account-info {
  margin-bottom: 3rem;
  background: #ffffff;
  box-shadow: 0px 0px 27.3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 0;
  padding: 3.4rem 2.8rem;
}
.stp2-payment--main .bill-throght-reseller .btr-account-info .label-heading,
.stp2-payment--main .pay-with-capricorn .btr-account-info .label-heading {
  font-size: var(--p24);
  margin: 0 0 1.2rem;
}
.stp2-payment--main .bill-throght-reseller .btr-account-info .text,
.stp2-payment--main .pay-with-capricorn .btr-account-info .text {
  font-size: var(--p14);
  max-width: 46rem;
  width: 100%;
  margin: 0 0 1.9rem;
}
.stp2-payment--main .bill-throght-reseller .btr-account-info input[type="text"],
.stp2-payment--main .pay-with-capricorn .btr-account-info input[type="text"] {
  background: #fff;
  border: 1px solid rgba(132, 132, 132, 0.2);
  border-radius: 10px;
  height: 9.3rem;
  box-shadow: none;
  outline: none;
  margin: 0;
  padding: 2rem;
  font-size: var(--p14);
}
.stp2-payment--main .bill-throght-reseller .btr-reseller-wrap,
.stp2-payment--main .pay-with-capricorn .btr-reseller-wrap {
  margin-bottom: 3rem;
  background: #ffffff;
  box-shadow: 0px 0px 27.3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 0;
  padding: 3.4rem 2.8rem;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .reseller-search-box {
  padding: 0;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .reseller-search-box
  .rsb-search-box {
  margin-top: 1.2rem;
  /* max-width: 43.5rem; */
  width: 100%;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .reseller-search-box
  .rsb-search-box
  .input-icon-wrap {
  width: 100%;
  position: relative;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .reseller-search-box
  .rsb-search-box
  input {
  border-bottom: solid 1px #000000;
  font-family: var(--font-2);
  font-weight: 400;
  padding: 0 0 1.4rem 0;
  height: 3.1rem;
  background-image: url(/cdn/shop/files/ser-cion.png);
  padding-right: 3rem;
  background-repeat: no-repeat;
  background-position: right top;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .reseller-search-box
  .rsb-search-box
  ::-webkit-input-placeholder {
  font-weight: 400;
  font-family: var(--font-2);
  color: #8f8f8f;
  opacity: 1;
}

.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .reseller-search-box
  .rsb-search-box
  :-ms-input-placeholder {
  font-weight: 400;
  font-family: var(--font-2);
  color: #8f8f8f;
  opacity: 1;
}

.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .reseller-search-box
  .rsb-search-box
  ::placeholder {
  font-weight: 400;
  font-family: var(--font-2);
  color: #8f8f8f;
  opacity: 1;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .reseller-search-result {
  margin-top: 0;
  padding-top: 3.3rem;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .ssr-location-wrapper
  .ssr-title {
  margin-bottom: 2.2rem;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .ssr-location-wrapper
  .ssr-location-grid {
  gap: 2rem;
  overflow-y: auto;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .ssr-location-wrapper
  .ssr-location-grid
  .ssr-list-wrap {
  padding: 1.5rem 1.7rem;
  background: #fafafa;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .ssr-location-wrapper
  .ssr-location-grid
  .ssr-list-wrap
  .ssr-location
  .ssr-location-name {
  font-size: var(--p16);
  font-family: var(--font-2);
  color: #000;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .ssr-location-wrapper
  .ssr-location-grid
  .ssr-list-wrap
  .ssr-location
  .ssr-location-address {
  font-size: var(--p14);
  font-family: var(--font-2);
  color: #000;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .ssr-location-wrapper
  .ssr-location-grid
  .ssr-list-wrap
  .ssr-set-btn
  button {
  font-size: var(--p12);
  font-family: var(--font-2);
  color: #000;
}

.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .ssr-location-wrapper
  .ssr-location-grid {
  scrollbar-width: thin;
  scrollbar-color: #7f3245 #d9d9d9;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .ssr-location-wrapper
  .ssr-location-grid::-webkit-scrollbar {
  width: 16px;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .ssr-location-wrapper
  .ssr-location-grid::-webkit-scrollbar-track {
  background: #d9d9d9;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .ssr-location-wrapper
  .ssr-location-grid::-webkit-scrollbar-thumb {
  background-color: #7f3245;
  border-radius: 10px;
  border: 3px solid #d9d9d9;
}

.stp2-payment--main .order-summary-wrap .order-summary-row .order-summary--col {
  background: #ffffff;
  box-shadow: 0px 0px 27.3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 2.6rem 1.5rem;
  border: 0;
  margin: 0 0 2rem 0;
}

.stp2-payment--main
  .order-summary-wrap
  .order-summary-row
  .order-summary--col
  .order-summary-details-row {
  font-size: var(--p16);
  font-family: var(--font-2);
  gap: 1.5rem;
  color: #000;
  font-weight: 400;
  margin: 0 0 2rem 0;
}
.stp2-payment--main
  .order-summary-wrap
  .order-summary-row
  .order-summary--col
  .order-summary-details-row:last-child {
  margin: 0;
}
.stp2-payment--main
  .order-summary-wrap
  .order-summary-row
  .order-summary--col
  .order-summary-details-total {
  margin-top: 3.4rem;
  padding-top: 1.3rem;
}
.stp2-payment--main
  .order-summary-wrap
  .order-summary-row
  .order-summary--col
  .ordsummery-card-heading {
  margin: 0 0 1.8rem;
}
.stp2-payment--main .order-summary-row.mt-54 {
}
.stp2-payment--main .step-grid-wrapper .set-grid-item.product-info {
  padding-top: 5.4rem;
}

.stp3-payment--main
  .stp-block-imgtxtbox-main
  .stp-block-imgtxtbox-wrap
  .txtimg-panel {
  width: 48.2456140351%;
  padding-right: 4.4rem;
  border-right: 1px solid #d9d9d9;
}
.stp3-payment--main
  .stp-block-imgtxtbox-main
  .stp-block-imgtxtbox-wrap
  .txtimg-panel--wrap-right {
  display: flex;
  flex-wrap: wrap;
  width: 51.7543859649%;
  padding-left: 2.1rem;
  --st3imggap: 0.8rem;
  column-gap: var(--st3imggap);
  row-gap: 1rem;
}
.stp3-payment--main
  .stp-block-imgtxtbox-main
  .stp-block-imgtxtbox-wrap
  .txtimg-panel--wrap-right
  .txtimg-panel-rgt {
  max-width: calc(33.333% - (var(--st3imggap) - (var(--st3imggap) / 3)));
  width: 100%;
}
.stp3-payment--main .stp-block-imgtxtbox-wrap .stp-block-img {
  max-width: 100%;
  width: 100%;
  box-shadow: 0px 0px 21.1259px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  padding: 3.7rem 3rem;
}
.stp3-payment--main
  .stp-block-imgtxtbox-main
  .stp-block-imgtxtbox-wrap
  .txtimg-panel
  .subtext {
  font-size: var(--p24);
  font-weight: 700;
  color: #000;
  margin: 0 0 1.8rem;
}
.stp3-payment--main
  .stp-block-imgtxtbox-main
  .stp-block-imgtxtbox-wrap
  .txtimg-panel
  .inner-title {
  font-size: var(--p16);
  font-weight: 700;
  color: #000;
  margin: 0 0 0.9rem;
}
.stp3-payment--main
  .stp-block-imgtxtbox-main
  .stp-block-imgtxtbox-wrap
  .txtimg-panel
  .txt {
  font-size: var(--p16);
  font-weight: 400;
  color: #000;
  margin: 0 0 4rem;
}
.stp3-payment--main
  .stp-block-imgtxtbox-main
  .stp-block-imgtxtbox-wrap
  .txtimg-panel
  .button {
  padding: 0 2rem;
}
.stp3-payment--main .stp-block-imgtxtbox-main .stp-block-imgtxtbox-wrap {
  align-items: flex-start;
}

.stp3-payment--main
  .stp-block-imgtxtbox-main
  .stp-block-imgtxtbox-wrap
  .txtimg-panel
  .btn-row {
  justify-content: flex-start;
  gap: 2rem;
}
.stp3-payment--main
  .stp-block-imgtxtbox-main
  .stp-block-imgtxtbox-wrap
  .txtimg-panel
  .btn-row
  .book-another-job {
  border: 1px solid #6d2337;
  background-color: transparent;
  color: #6d2337;
}
.stp3-payment--main
  .stp-block-imgtxtbox-main
  .stp-block-imgtxtbox-wrap
  .txtimg-panel
  .btn-row
  .book-another-job
  path {
  fill: #6d2337;
}

.stp3-payment--main
  .stp-block-imgtxtbox-main
  .stp-block-imgtxtbox-wrap
  .txtimg-panel
  .btn-row
  .book-another-job:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.stp3-payment--main
  .stp-block-imgtxtbox-main
  .stp-block-imgtxtbox-wrap
  .txtimg-panel
  .btn-row
  .book-another-job:hover
  path {
  fill: #fff;
}

.btn-row.center {
  justify-content: center;
}
.stp2-payment--main .stp-payment-box .form-items .form-item .checkmark:after {
  top: 12px;
}
.stp2-payment--main .stp-payment-box .form-items .form-item .checkmark {
  align-items: flex-start;
}
.txt.select-image-note p {
  color: #6d2337;
  font-weight: 500;
}
.shipping-feilds-wrap label.form-item span.da-label-btn-wrap {
  display: flex;
  justify-content: space-between;
}

span.da-label-btn-wrap a {
  color: #6d2337;
  font-size: var(--p14);
  text-decoration: underline;
  font-weight: 500;
}
.bill-throght-reseller .btr-note {
  margin-bottom: 3rem;
  background: #fff;
  box-shadow: 0 0 27.3px #0000001a;
  border-radius: 10px;
  border: 0;
  padding: 3.4rem 2.8rem;
}
.bill-throght-reseller .btr-note p {
  color: #592330;
  font-weight: 500;
}
.sfw-edit-address .form-items .form-item-input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sfw-edit-address .form-items .form-item-input input {
  order: 1;
}
.sfw-edit-address .form-items .form-item-input .select-nn {
  width: 100%;
}
.sfw-edit-address .form-items .form-item-input select {
  width: 100%;
  height: 40px;
  border: 1px solid #592330;
  border-radius: 5px;
  font-size: var(--p14);
  font-family: var(--font-2);
}
.sfw-edit-address {
  display: none;
}
.sfw-edit-address.active {
  display: block;
}
.stp-block-imgtxtbox-wrap.select-item-onclick .stp-block-img .sio-image-wrap {
  position: relative;
  width: 100%;
}
.stp-block-imgtxtbox-wrap.select-item-onclick
  .stp-block-img
  .sio-image-wrap:before {
  width: 100%;
  content: "";
  display: block;
  padding-bottom: 100%;
}
.stp-block-imgtxtbox-wrap.select-item-onclick
  .stp-block-img
  .sio-image-wrap
  img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sfw-edit-address .set_default_wrapper {
  display: none;
}
.open-edit-addressform.disappear {
  pointer-events: none;
  display: none;
}
.no-postage-fee .order-summary-details-row.checkout-postage-fee {
  display: none !important;
}
.no-postage-fee strong.total-price.with-postage-fee {
  display: none;
}

.checkout-price-table:not(.no-postage-fee) strong.total-price {
  display: none;
}

.checkout-price-table:not(.no-postage-fee) strong.total-price.with-postage-fee {
  display: block;
}
.form-items.psm-items label.form-item {
  max-width: 100% !important;
  margin-top: 5px;
}
.stp-block.preferred-shipping-method.error .section-title,
.stp-block.preferred-shipping-method.error label span {
  color: red;
}
.stp-block.preferred-shipping-method.error
  .form-items
  .form-item
  .checkmark:before {
  border-color: red;
}
.form-items.psm-items.error input[type="text"] {
  border-color: red;
}
.form-items.psm-items.error input::placeholder {
  color: red;
}
.stp-psm-btr-error {
  color: red;
  margin-top: 32px;
}
.stp-payment-box.send-to-reseller-shipping label.pay-on-completion {
  display: none;
}
/* Responsive */

/* 6-09-2024  Start */
.common-popup-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 99;
  display: none;
}
.common-popup-container.show {
  display: flex;
}
.common-popup-container .common-popup-inner-container {
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
.common-popup-container .common-popup-heading {
  font-size: calc(var(--p42) - var(--p12));
  font-family: var(--font-1);
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
}
.common-popup-container .common-popup-sub-heading {
  font-size: var(--p24);
  font-family: var(--font-3);
  text-align: center;
  margin-top: 0;
  color: #6d2337;
  font-weight: 300;
  margin-bottom: 1rem;
}
.common-popup-container .common-popup-description {
  text-align: center;
  font-family: var(--font-3);
}
.common-popup-container .steptriggers {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}
.common-popup-container .button.back svg {
  transform: scaleX(-1);
}
.common-popup-container .mfp-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-color: #6d2337;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--p24);
  border: none;
  padding: 0;
  cursor: pointer;
}

/* 6-09-2024  End */

/* 09-09-2024 Start */
.stp-form-main .shipping-feilds-wrap .form-item {
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
}
.stp-form-main .shipping-feilds-wrap .label-heading {
  margin-top: 3rem !important;
}
.stp-form-main .open-edit-addressform {
  margin-top: 2rem;
}
.lets-get-started
  .form-item-input
  :is(input:not([type="submit"], [type="checkbox"], [type="radio"]), select),
.vin-or-rego-wrapper input,
.additional-details-or-codes textarea {
  padding: 1rem !important;
}
:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.lets-get-started .form-item-input .select-nn select {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 2.8rem !important;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}
.preferred-shipping-method .psm-items .form-item input {
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.form-items .form-item .checkmark {
  display: inline-block;
}
.form-items .form-item .checkmark a {
  color: currentColor;
  text-decoration: underline;
}
.form-items .form-item .checkmark a:is(:hover, :active, :focus) {
  color: rgba(var(--color-button), var(--alpha-button-background));
}
.order-summary-bottom .checkmark::after {
  top: 0.6rem !important;
  transform: translateY(0) rotate(45deg) !important;
}
.warning-message,
.not-fount {
  color: #f00;
  font-size: 12px;
}
.additional-part-input-wrap input {
  padding: 1rem;
}
.form-items .form-item .checkmark::after {
  top: 0.6rem !important;
  transform: translateY(0) rotate(45deg) !important;
}
.order-summary-wrap .order-summary-details-total-txt span.tax {
  font-size: 14px;
}
.stp2-payment--main
  .bill-throght-reseller
  .btr-reseller-wrap
  .reseller-search-result {
  padding-top: 5px;
}
.no-postage-fee .order-summary-details-total {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border: none !important;
}

.btr-preselected-reseller-location .ssr-list-wrap {
  padding: 1.5rem 1.7rem;
  background: #fafafa;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  row-gap: 15px;
}
.btr-preselected-reseller-location .ssr-location-name {
  font-size: var(--p14);
  font-family: var(--font-2);
  color: #000;
  text-transform: capitalize;
}
.btr-preselected-reseller-location .ssr-location-address {
  font-size: var(--p12);
}
.btr-preselected-reseller-location {
  margin-bottom: 15px;
}
.btr-preselected-reseller-location .ssr-location-title {
  font-size: var(--p18);
  font-family: var(--font-2);
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #592330;
}

.order-summary-details-row.checkout-postage-fee span.hidden {
    display: block !important;
}

/* 09-09-2024 End */

@media (min-width: 990px) {
  .form-items.checkout-comman-faults {
    flex-wrap: wrap;
  }

  .form-items.checkout-comman-faults label.form-item {
    padding: 0 20px 15px 0;
  }
}
@media only screen and (max-width: 1340px) {
  /*========================1340PX===========================*/
}
@media only screen and (max-width: 1199px) {
  .stp-menu-inner {
    padding-top: 4rem;
  }
  .stp-block {
    padding-bottom: 3rem;
  }
  .stp-form-main {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .stp3-payment--main
    .stp-block-imgtxtbox-main
    .stp-block-imgtxtbox-wrap
    .txtimg-panel {
    padding-right: 2rem;
  }
  /*========================1199PX===========================*/
}
@media only screen and (max-width: 989px) {
  .reseller-list-popup {
    padding: 44px 35px;
  }
  .reseller-list-wrapper .reseller-search-box {
    padding: 40px 30px;
  }
  .reseller-search-result {
    padding-left: 2.5rem;
  }
  .ssr-location-wrapper .ssr-list-wrap {
    padding: 25px 25px;
  }
  .rsb-search-box .input-icon-wrap {
    width: 50%;
  }

  .form-items {
    flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: space-between;
  }
  .form-items .form-item {
    width: 100%;
  }
  .stp-menu-inner ul li a .stp-menu-txt {
    white-space: normal;
    line-height: 1;
  }
  .stp-boxrow--main .stp-boxrow--wrap {
    --bocolgap: 2.5rem;
  }
  .stp-payment-box .form-items .form-item {
    padding: 1.5rem 1.5rem;
  }
  .order-summary-wrap .order-summary-row {
    padding: 2rem;
    margin-top: 2.7rem;
  }
  .stp-block-imgtxtbox-main .stp-block-imgtxtbox-wrap .txtimg-panel {
    padding-right: 1.5rem;
  }
  .prd-invoice-wrap .prd-invoice-title {
    padding: 0 0;
  }
  .prd-invoice-wrap .prd-invoice-body {
    padding: 1.5rem 0rem;
  }
  .prd-invoice-wrap .footer-title {
    margin: 0 0 1.5rem;
  }
  .stp-boxrow--main {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .stp2-payment--main {
    padding-bottom: 4rem;
  }
  .stp-payment-box {
    padding-top: 3rem;
  }
  .stp3-payment--main .stp-block-imgtxtbox-main .stp-block-imgtxtbox-wrap {
    margin-top: 0;
  }
  .form-items.lets-get-started .form-item-input {
    width: 100%;
    margin-bottom: 0;
  }
  .lets-get-started label.form-item-label {
    margin-bottom: 0;
  }
  .wnmb-items .form-item.half-width {
    width: 100%;
    margin-bottom: 0;
  }

  /*========================989PX===========================*/
}
@media only screen and (max-width: 767px) {
  .rsb-search-box .input-icon-wrap {
    width: 55%;
  }
  .rsb-search-box .srv-button {
    gap: 16px;
  }
  .ssr-location-wrapper .ssr-title {
    margin-bottom: 2rem;
  }
  .ssr-list-wrap .ssr-location-address {
    font-size: 16px;
    line-height: 1.5;
  }

  .prd-invoice-wrap .prd-invoice-body-col {
    width: 100%;
  }
  .prd-invoice-wrap .prd-invoice-body--row {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
  .stp-boxrow--main .stp-boxrow--wrap {
    flex-wrap: wrap;
  }
  .stp-boxrow--main .stp-boxrow--wrap {
    --bocolgap: 2rem;
    row-gap: 2rem;
  }
  .stp-boxrow--main .stp-boxrow--wrap .stp-boxrow--col {
    max-width: calc(50% - (var(--bocolgap) - (var(--bocolgap) / 2)));
  }
  .order-summary-wrap .order-summary-row {
    flex-wrap: wrap;
  }
  .stp-block-imgtxtbox-main .stp-block-imgtxtbox-wrap .txtimg-panel {
    width: 100%;
    padding: 0 0 2rem;
    text-align: center;
  }
  .stp-block-imgtxtbox-main .stp-block-imgtxtbox-wrap .txtimg-panel-rgt {
    width: 283px;
    margin: 0 auto;
  }
  .stp-block-imgtxtbox-wrap .stp-block-imgtxt {
    max-width: 100%;
  }
  .order-summary-wrap
    .order-summary-row
    .order-summary--col
    .order-summary-details-row {
    font-size: var(--p20);
  }

  .section-title {
    font-size: 2.4rem;
  }
  .stp-payment-box .form-items .form-item {
    max-width: 100%;
    min-height: 8.3rem;
  }
  .prd-invoice-wrap .prd-invoice-foot {
    padding: 1.2rem 0 0;
  }
  .prd-invoice-wrap {
    padding: 2rem;
  }
  .stp-menu-inner ul li a .stp-menu-icon {
    width: 5rem;
    height: 5rem;
  }
  .stp-menu-inner ul li a .stp-menu-icon img {
    height: 2.4rem;
    width: auto;
  }
  .stp-menu-inner ul:before {
    top: 2rem;
  }
  .stp-menu-inner ul li a .stp-menu-txt {
    font-size: 1.5rem;
  }
  .stp-boxrow--main .stp-boxrow--wrap .stp-boxrow--col .stpIcon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1rem;
  }
  .order-summary-row.custom-repair-summery .order-summary--col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .step-grid-wrapper .set-grid-item.product-info {
    width: 100%;
    padding-right: 0rem;
    border-right: 0px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .step-grid-wrapper .set-grid-item.shipping-address {
    width: 100%;
    margin-left: auto;
    padding-left: 0rem;
  }
  .stp-block-imgtxtbox-wrap.select-item-onclick .stp-block-img-text {
    max-width: calc(50% - (var(--siocolgap) - (var(--siocolgap) / 2)));
  }
  .stp-block.closest-lab-wrapper .form-items .form-item {
    max-width: 100%;
  }
  .stp2-payment--main .stp-block.closest-lab-wrapper {
    padding-bottom: 2rem;
  }
  .stp2-payment--main .reseller-list-popup {
    padding: 0;
  }
  .stp2-payment--main
    .bill-throght-reseller
    .btr-reseller-wrap
    .reseller-search-result {
    padding: 3rem 0 0 0;
  }

  .stp3-payment--main
    .stp-block-imgtxtbox-main
    .stp-block-imgtxtbox-wrap
    .txtimg-panel {
    width: 100%;
    padding-right: 0rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-right: 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .stp3-payment--main
    .stp-block-imgtxtbox-main
    .stp-block-imgtxtbox-wrap
    .txtimg-panel--wrap-right {
    width: 100%;
    padding-left: 0;
  }
  .stp3-payment--main
    .stp-block-imgtxtbox-main
    .stp-block-imgtxtbox-wrap
    .txtimg-panel--wrap-right
    .txtimg-panel-rgt {
    max-width: calc(50% - (var(--st3imggap) - (var(--st3imggap) / 2)));
  }
  .bill-throght-reseller .btr-note p {
    font-size: 14px;
  }
  /*========================767PX===========================*/
}
@media only screen and (max-width: 749px) {
  .stp-block-imgtxtbox-wrap .sio-image.active:after {
    width: 20px;
    height: 20px;
  }
  .stp-block.sio-items-wrap {
    padding-bottom: 0;
  }
  .vin-or-rego-wrapper .form-item span {
    letter-spacing: 0.5px;
  }
  .form-items.lets-get-started label.form-item-label {
    margin-bottom: 0.5rem;
  }
  .stp2-payment--main .step-grid-wrapper .set-grid-item.product-info {
    padding-top: 0;
  }
  .stp-block.closest-lab-wrapper .form-items .form-item,
  .stp-block.preferred-shipping-method .form-items .form-item {
    max-width: 100%;
  }
  .stp-block.preferred-shipping-method {
    padding-bottom: 4rem;
  }
  .stp-payment-box .form-items .form-item {
    display: flex;
    align-items: center;
  }
  /*========================749PX===========================*/
}
@media only screen and (max-width: 575px) {
  .rsb-search-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .rsb-search-box .srv-button {
    gap: 12px;
    height: 4rem;
    min-height: 100%;
    padding: 10px 15px;
    min-width: 100px;
  }
  .reseller-list-wrapper .reseller-search-box {
    padding: 25px 15px;
  }
  .reseller-search-result {
    padding-left: 10px;
  }
  .reseller-list-popup {
    padding: 40px 20px;
  }
  .ssr-location-wrapper .ssr-location-grid {
    padding-right: 0;
  }
  .ssr-location-wrapper .ssr-list-wrap {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .ssr-set-btn button {
    padding: 0;
  }

  /*========================575PX===========================*/
}
@media only screen and (max-width: 479px) {
  /*========================479PX===========================*/
}
@media only screen and (max-width: 350px) {
  /*========================350PX===========================*/
}
@media print {
  .section-title {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .prd-invoice-wrap .prd-invoice-top {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .prd-invoice-wrap .prd-invoice-txt-row {
    padding: 5px 0;
  }
  .prd-invoice-wrap .prd-invoice-body {
    padding: 15px 0;
  }
  .prd-invoice-wrap .prd-invoice-foot {
    padding: 10px 0 0;
  }
  .prd-invoice-wrap .footer-title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .shopify-section-group-footer-group,
  .section-header,
  .print-hide,
  .prd-invoice-foot .btn-row {
    display: none;
  }
  .prd-invoice-main {
    margin: 0;
  }
  .prd-invoice-wrap .prd-invoice-title {
    padding: 0 0rem;
  }
  .prd-invoice-wrap .prd-invoice-body-col {
    gap: 10px;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-weight: bold;
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  /* ==========PRINT================ */
}
.steps-main-wrapper.step-first-active .stp2-payment--main,
.steps-main-wrapper.step-first-active .stp3-payment--main {
  display: none;
}
.button.loading {
}
.button.loading > svg {
  display: none;
}
.button.loading .spinner-icon {
}
.button.loading .spinner-icon .loading__spinner.hidden {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block !important;
}
.button.loading .spinner-icon .loading__spinner svg {
}
.button.loading .spinner-icon .loading__spinner svg circle {
  stroke: #fff;
}

@media only screen and (max-width: 749px) {
  .btn-row {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}

@media (min-width: 990px) {
  .stp2-payment--main .step-grid-wrapper {
    flex-wrap: nowrap;
  }
}