.scwb_search_box h3 {
  font-size: 30px;
}
.scwb_search_box form {
  background: transparent;
  font-family: "Charles Wright Bold";
}
.scwb_search_box #query {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Charles Wright Bold" !important;
}
.scwb_search_box form {
  width: 300px !important;
}
.scwb_search_box .input-group {
  border: 2px solid rgb(60, 179, 113);
}

.scwb_search_box input[type="text"] {
  height: 55px;
  font-size: 30px;
}
.wiper_search_btn {
  background: rgb(55, 157, 101) !important;
  color: #fff;
  width: 60px;
  height: 51px;
  color: #fff !important;
  font-size: 24px !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  padding: 9px !important;
  margin: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wiper_search_btn:hover {
  background: rgb(60, 179, 113) !important;
  color: #fff;
}

/* spark Car Details Modal */
#sparkCarDetails_modal {
}
.scwb_manual_search .form-select {
  height: 50px;
}
#sparkCarDetails_modal .btn-close,
#sparkCarForm_modal .btn-close {
  min-height: 18px;
  min-width: 18px;
  position: absolute;
  top: 16px;
  right: 18px;
  border-radius: 50%;
  background-color: transparent;
}
#sparkCarDetails_modal .vehicle-confirm__details h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
  line-height: 100%;
}
#sparkCarDetails_modal .vehicle-confirm__details h3 strong {
  font-size: 18px;
  color: #555;
  font-weight: 600;
}
.wiperNotFound {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
}

/* Wiper Single page Accordion css */

.scwb_singleProductAccordion .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  font-size: 16px;
}
/* Wiper Search Result css */
.wiper_minibar_item_wrapper {
  background: #f8f9fa;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.scwb_wiper_vehicle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
}
.wiper_minibar_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  text-align: center;
}
.wiper_minibar_title h1 {
  margin-bottom: 0;
  font-size: 25px;
}
.wiper_minibar_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.wiper_minibar_item .icon-reg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vehicle__icon {
  width: 110px;
  min-height: 50px;
  margin-right: 30px;
}
.vehicle__icon img {
  width: 100px;
  margin-right: 20px;
}
.wiper_minibar_item .vehicle__reg {
  background: #fff;
  border: 3px solid #000;
  padding: 5px 5px 0;
  font-size: 27px;
  font-family: UKNumberPlate;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  background-color: #f1c40f;
  margin-bottom: 10px;
  max-height: 47px;
  margin-top: 10px;
  line-height: 34px;
}

.wiper_minibar_item .vehicle_details h3 {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 1px;
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
}
.change_vehicle_btn_wrapper {
  width: 158px;
}
.change_vehicle_btn_wrapper .vehicle__buttons a {
  font-size: 13px;
  font-weight: 400;
  background: #1e1d1d;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 100%;
  border-radius: 3px;
  padding: 10px 12px;
}
.change_vehicle_btn_wrapper .vehicle__buttons a:hover {
  background: #ca494e;
  color: #fff;
}

/* Vehicle Search item */
.scwb_wiper_vehicles_search_wrapper {
}
.scwb_wiper_card-wrapper .scwb_wiper__media {
}
.scwb_wiper_card-wrapper .scwb_wiper__media img {
  max-width: 100%;
}
.scwb_wiper_card__content {
}
.scwb_wiper_card__content .card__heading {
}
.scwb_wiper_card__information {
}
.scwb_wiper_card__information .card__heading_two {
  font-size: 14px;
  font-weight: 600;
}
.scwb_wiper_card__information .card__price_information {
  font-size: 18px;
  padding: 15px 0;
}
.scwb_wiper_add_to_cart_button {
  display: flex;
  justify-content: flex-start;
  margin-right: 15px;
}
.scwb_wiper_add_to_cart_button .add_to_cart_button {
  width: 75%;
  background: #000;
  text-align: center;
  font-size: 15px;
  padding: 13px 15px;
  color: #eee;
  border-radius: 10px;
}
.scwb_wiper_add_to_cart_button:hover .add_to_cart_button {
  background: #044160;
  color: #fff;
  transition: all 0.3s ease-in;
}
.scwb_wiper_add_to_cart_button .added_to_cart {
  background: #6c757d;
  color: #fff;
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  width: 39%;
}

.modal-backdrop.show {
  z-index: 1 !important;
}

/* Manual Search Form css */

#trigger_search {
  display: none;
}

.spark_manual_search_wrapper {
  background: #b6eacd14;
  padding: 25px 10px;
}

@media (max-width: 992px) {
  .spark_manual_search_wrapper {
    display: none;
  }

  .home .spark_manual_search_wrapper {
    display: block;
  }

  #trigger_search {
    display: block;
  }

  .home #trigger_search {
    display: none;
  }
}

.spark_manual_search_wrapper h2 {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
}
.wiper_manual_search_form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wiper_manual_search_form .scwp_select_field {
  width: 22%;
  margin-right: 15px;
}

.scwp_select_field .form-select {
  height: 47px;
  padding: 6px 15px;
}
.wiper_manual_search_form h3 {
  font-size: 17px !important;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: left;
}

.wiper_manual_search_form select {
  border-radius: 0;
  background: #eee;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.wiper_manual_search_form select:focus {
  border-color: #2e9f61;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.wiper_manual_search_form .scwp_form_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wiper_manual_search_form .wiperSearchBtn {
  background: #2e9f61;
  color: #fff;
  margin-top: 14px;
  text-transform: uppercase;
  border-radius: 0;
  width: 123px;
  padding: 13px 10px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
}
.wiper_manual_search_form .wiperSearchBtn:hover {
  background: #3cb371;
  color: #fff;
}
#customer_details .col-1,
#customer_details .col-2 {
  width: 100% !important;
}
.woocommerce-cart .woocommrece-cart-content {
  position: relative;
  margin-bottom: 70px;
}

/* Media Query */

@media only screen and (max-width: 680px) {
  .container {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .scwb_search_box form {
    width: 100% !important;
  }
  .wiper_manual_search_form {
    display: block;
  }
  .wiper_manual_search_form .scwp_select_field {
    width: 100%;
    margin-right: 0;
  }
  .wiper_manual_search_form .wiperSearchBtn {
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    padding: 15px 10px;
    font-size: 20px;
  }

  .scwb_wiper_vehicle {
    display: flex;
    flex-direction: row;
    padding: 10px;
  }

  .scwb_wiper_vehicle .vehicle__icon {
    display: none;
  }

  .scwb_wiper_vehicle .change_vehicle_btn_wrapper {
    display: none;
  }

  .wiper_minibar_item .vehicle__reg {
    padding: 0px 5px 0;
    font-size: 22px;
  }

  .wiper_minibar_title h1 {
    margin-bottom: 20px;
    font-size: 15px;
    display: none;
  }
  .vehicle__icon {
    margin-right: 0px;
  }
  .vehicle_details {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .wiper_minibar_item,
  .vehicle_details {
    width: 100%;
    margin-right: 0;
  }
  .wiper_minibar_item .vehicle_details {
    padding: 0 10px;
    margin-bottom: 0;
  }
  .wiper_minibar_item .vehicle_details h3 {
    font-size: 16px;
    font-weight: 500;
  }
  .wiper_minibar_item .icon-reg {
    margin-bottom: 0px;
  }
  .change_vehicle_btn_wrapper {
    width: 168px;
  }
}

@media only screen and (min-width: 992px) {
  .vehicle__icon {
    margin-right: 10px;
  }
  .change_vehicle_btn_wrapper .vehicle__buttons a {
    font-size: 12px;
    padding: 7px 9px;
  }
}

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

@media (max-width: 992px) {
  .check__heading--link {
    flex-direction: column;
    gap: 20px;
  }
}

.check__heading--link span {
  font-size: 23px;
}

.check__heading .product-image {
  width: 300px;
}

.check__information {
  justify-content: space-between;
  padding: 20px;
  border: solid 1px #eee;
  display: flex;
}

@media (max-width: 992px) {
  .check__information {
    flex-direction: column;
    gap: 11px;
  }
}

.check__information p {
  margin-bottom: 0;
}

.page-id-54722 iframe {
  height: 500px;
}
