.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-item-center {
  align-items: center;
}
.sec_bg_gray {
  background: linear-gradient(180deg, #e8e8e8, #e4e2e0);
}
/*========= Number Plate Banner css ===========*/
@font-face {
  font-family: "brotherfont";
  src: url("../fonts/brother-font/07-brother1816-regular.otf");
}
.brotherfont {
  font-family: "brotherfont";
}
  .numberplate_bannersec {
    background-image: url(../images/number_plate_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
   
  }
  .container_full {
    /* max-width: 1340px; */
  }
  .number_plate_searchbar_dv, .number_plate_searchbar_dv * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
  .number_plate_searchbar_dv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
} 
  .number_plate_searchbar_dv .leftheading {
      width: 69%;
      padding-right: 15px;
  }
  .number_plate_searchbar_dv .rightsearch_div {
    width: 31%;
  }
  .number_plate_searchbar_dv .bnr_search_title {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 0;
}
.number_plate_searchbar {
  position: relative;
}
.number_plate_searchbar input[type="text"] {
  width: 100%;
  height: 64px;
  border: none;
  background: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  padding: 0 84px 0 20px;
  text-align: center;
}
.number_plate_searchbar .searchicon {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  text-align: center;
  border: none;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f2c529;
  color: #000000;
  font-size: 29px;
}
.number_plate_searchbar .searchicon svg {
  width: 30px;
}
.number_plate_searchbar .searchicon svg path {
  fill: #000;
  stroke: #000;
}
.number_plate_searchbar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.number_plate_searchbar input::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.number_plate_searchbar input:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.number_plate_searchbar input:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
/*========= Number Plate Banner css ===========*/

/*========= Number Plate listing css ===========*/
.prem_numberplate_list_section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.numberplate_sec_container {
  max-width: 1190px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.prem_number_sec_heading_dv {
  display: flex;
  justify-content: center;
}
.prem_number_sec_heading_dv {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.prem_number_sec_headings {
  display: flex;
  align-items: center;
}
.prem_number_sec_headings .icon {
  flex: 0 0 auto;
  width: 24px;
  margin-right: 16px;
  font-size: 22px;
  color: #000000;
}
.prem_number_sec_headings .sec_title {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #000000;
}
.numberplate_list_row {
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}
.numberplate_list_colm {
  padding-left: 12px;
  padding-right: 12px;
  width: 33%;
  margin-bottom: 24px;
}
.numberplate_list_cards {
  width: 100%;
  background: #f5f5f5;
  color: #000000;
  border-radius: 4px;
  text-decoration: none;
  align-items: center;
}
.numberplate_list_cards .shadowbox {
  box-shadow: 0 1.90909px 3.18182px .636364px #00000040;
  border-radius: 4px;
  flex: 1;
  background: #f2c529;
}
.numberplate_list_cards .star_dv {
  width: 19px;
  font-size: 10px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  border-radius: 4px 0 0 4px;
  flex: 0 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.numberplate_list_cards .mdl_nmbr_dv {
  padding: 2px 15px;
  background-color: #f2c529;
  text-align: center;
  flex: 1;
}
.numberplate_list_cards .mdl_nmbr_dv h5 {
  color: #000000;
  margin: 0;
  font-size: 27px;
  line-height: 36px;
  font-weight: 700;
}
.numberplate_list_cards .amt_dv {
  text-align: center;
  width: 80px;
  flex: 0 0 auto;
}
.numberplate_list_cards .amt_dv h6 {
  color: #6d6d6d;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}
.numberplate_list_note_sec {
  margin-top: 24px;
  text-align: center;
}
.numberplate_list_note_sec p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.numberplate_section_div {
  margin-top: 60px;
  margin-bottom: 60px;
}

.number_plate_sec_headings {
  text-align: center;
  margin-bottom: 48px;
}
.number_plate_sec_headings .sec_title {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
.num_plate_viewmore_dv {
  margin-top: 40px;
  text-align: center;
  display: block;
  width: 100%;
}
.num_plate_viewmore_btn {
  display: inline-block;
  background-color: #d6d7d9;
  color: #000000;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  padding: 12px 20px;
  min-width: 233px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.num_plate_viewmore_btn:hover, .num_plate_viewmore_btn:focus {
  background-color: #f2c529;
  color: #ffffff;
}
/*========= Number Plate listing css ===========*/
/*========= Add to cart modal css ===========*/
.number_plate_add_to_cart_modal * {
  box-sizing: border-box;
}
.body_no_scroll {
  overflow-y: hidden;
}
.number_plate_add_to_cart_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000d1;
  z-index: 1000;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; 
}
.number_plate_add_to_cart_modal.modal_show {
  opacity: 1;
  visibility: visible;
}
.modal_dialogs_cover {
  width: 100%;
  padding: 15px 15px;
}
.number_plate_add_to_cart_modal .modal_dialogs {
  max-width: 850px;
  margin: 0 auto;
}
.number_plate_add_to_cart_modal .modal_contents {
  background: #fff;
  border-radius: 5px;
}
.number_plate_add_to_cart_modal .modal_headers {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.number_plate_add_to_cart_modal .modal_title {
  margin: 0;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}
.number_plate_add_to_cart_modal .close_cart_modal {
  display: inline-flex;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #f2c529;
  border-radius: 50%;
  cursor: pointer;
}
.number_plate_add_to_cart_modal .modal_bodys {
  padding: 30px;
}
.add_to_cart_modal_form .main_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}
.add_to_cart_modal_form .sub_title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
.add_to_cart_modal_form .form_box_card {
  margin-bottom: 35px;
}
.add_to_cart_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.add_to_cart_radio .radiolabel {
  display: flex;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.add_to_cart_radio .radiolabel input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.add_to_cart_radio .radiolabel .r_circles {
  background-color: #f5f5f5;
  border: 1px solid #c1c1c1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-right: 10px;
}
.add_to_cart_radio .radiolabel .r_texts {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 18px;
}
.add_to_cart_radio .radiolabel input[type="radio"]:checked ~ .r_circles {
  border: 5.5px solid #f2c529;
  background: transparent;
}

.add_to_cart_modal_form .required_txt {
  color: red;
  font-weight: 700;
}
.has-extra-product-options #Content form.cart .add_to_cart_modal_form .error_txt {
  color: red !important;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}
.add_to_cart_modal_form .form_group {
  margin-bottom: 16px;
} 
.has-extra-product-options #Content form.cart label .add_to_cart_modal_form .form_group .frmlabel {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

.add_to_cart_modal_form input, .add_to_cart_modal_form select {
  width: 100% !important;
  max-width: 100% !important;
  height: 50px;
  padding: 0 10px;
  border-radius: 15px 0 15px 0;
  font-size: 16px;
  border: 1px solid #000;
  background: #fff !important;
  color: #000 !important;
}
.add_to_cart_modal_form .someone_radiocard, .add_to_cart_modal_form .myself_radiocard {
  display: none;
}
.add_to_cart_modal_form input[type="radio"], .add_to_cart_modal_form input[type="checkbox"] {
  width: auto;
  height: auto;
}
.add_to_cart_modal_form .cart_submit_btn, .add_to_cart_modal_form input[type="submit"] {
  display: inline-block;
  background-color: #f2c529;
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  padding: 12px 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}


#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000b3;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader .loaderimg {
  font-size: 40px;
  color: #fff;
}
#loader img {
  width: 60px; /* Adjust size as needed */
}

.form_group .company_name{
  color : red;
} 


.cart_submit_btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/*========= Add to cart modal css ===========*/

/*========= Add to cart holder css start ===========*/
.number_plate_cart_holder .wcpa_cart_meta .wcpa_cart_meta_item {
  flex-wrap: wrap;
  line-height: 18px ;
}
.number_plate_cart_holder .mfn-ch-content {
  height: 100% !important;
  overflow-x: clip !important;
}
.number_plate_cart_holder .mfn-ch-content .mfn-ch-product {
  padding: 15px 0 !important;
}
.number_plate_cart_holder .mfn-ch-content .mfn-ch-product .mfn-chp-price {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 115px !important;
}
.number_plate_cart_holder .mfn-ch-content .mfn-ch-product .mfn-chp-info {
  padding-right: 0 !important;
  border-right: none !important;
}
/*========= Add to cart holder css End ===========*/
/*========= checkout page css start ===========*/
         
.woocommerce_checkouts .order-item .details h3 + br {
  display: none;
}
.woocommerce_checkouts .order-item .details small {
  font-weight: 400;
  display: block;
}
.woocommerce_checkouts .order-item .wcpa_cart_meta {
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.woocommerce_checkouts .order-item .wcpa_cart_meta .wcpa_cart_meta_item {
  line-height: 15px;
  margin-bottom: 2px;
  margin-top: 2px;
}
      
/*========= checkout page css End ===========*/
#Top_bar .top_bar_right .top-bar-right-input {
  display: none !important;
}

@media screen and (max-width:1199px) {
  .number_plate_searchbar_dv .bnr_search_title {
      font-size: 30px;
      line-height: 36px;
  }
  .number_plate_searchbar input[type="text"] {
      font-size: 24px;
  }
  .numberplate_list_colm {
      width: 33.33%;
  }
  .numberplate_listing_section, .numberplate_listing_section * {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
  }
}
@media screen and (max-width:991px) {
  .number_plate_searchbar_dv .leftheading {
      width: 60%;
  }
  .number_plate_searchbar_dv .rightsearch_div {
      width: 40%;
  }
  .numberplate_list_colm {
      width: 33.33%;
  }
  .numberplate_list_cards .shadowbox {
		flex: 0 0 auto;
		width: 100%;
	}
	.numberplate_list_cards .amt_dv {
		width: 100%;
		padding: 10px;
	}
}
@media screen and (max-width:767px) {
  /*========= Add to cart holder css start ===========*/
  .number_plate_cart_holder .mfn-ch-content .mfn-ch-product .mfn-chp-price {
    display: block !important;
    
  }
/*========= Add to cart holder css End ===========*/
}
@media screen and (max-width:767px) {
  .number_plate_sec_headings .sec_title {
      font-size: 30px;
      line-height: 36px;
  }
  .prem_number_sec_headings .sec_title {
      margin-bottom: 0;
      font-size: 26px;
      line-height: 33px;
  }
  .number_plate_searchbar_dv .leftheading {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      padding-right: 0;
  }
  .number_plate_searchbar_dv .rightsearch_div {
      width: 100%;
  }
  .number_plate_searchbar_dv .bnr_search_title {
      font-size: 26px;
      line-height: 30px;
  }
  .number_plate_searchbar input[type="text"] {
      font-size: 20px;
      height: 55px;
      padding: 0 65px 0 10px;
  }
  .number_plate_searchbar .searchicon {
      width: 55px;
      height: 55px;
      font-size: 24px;
  }
  .number_plate_searchbar .searchicon svg {
      width: 25px;
  }
  .numberplate_list_row {
      justify-content: center;
      margin-left: -10px;
      margin-right: -10px;
  }
  .numberplate_list_colm {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    width: 50%;
  }
  .numberplate_list_cards .mdl_nmbr_dv h5 {
      font-size: 24px;
  }
}
@media screen and (max-width:600px) {
  .numberplate_list_cards .amt_dv {
      width: 100%;
      padding: 10px 5px;
  }
}
@media screen and (max-width:575px) {
  .prem_number_sec_headings {
      display: flex;
      align-items: center;
      flex-direction: column;
      text-align: center;
  }
  .prem_number_sec_headings .icon {
    width: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width:575px) {
  .number_plate_add_to_cart_modal .modal_headers {
      padding: 15px;
  }
  .number_plate_add_to_cart_modal .modal_bodys {
      padding: 20px 15px;
  }
  .number_plate_add_to_cart_modal .modal_4title {
      font-size: 20px;
  }
  .add_to_cart_modal_form .main_title {
      font-size: 24px;
      line-height: 30px;
  }
  .add_to_cart_modal_form .sub_title {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 16px;
  }
  .add_to_cart_modal_form .cart_submit_btn {
      font-size: 15px;
  }
  .add_to_cart_modal_form .form_group .frmlabel {
      font-size: 15px;
  }
}
@media screen and (max-width:480px) {
  .numberplate_list_colm {
      width: 50%;
  }
  .numberplate_list_cards .mdl_nmbr_dv h5 {
      font-size: 20px;
  }
  .numberplate_list_cards .amt_dv {
      /* width: 80px;
      padding: 5px 5px; */
  }
}


.d-flex {
  display: flex;
}
.numberplate_bannersec {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.advancebutton_dv {
  text-align: right;
}
.advance_filter_btn {
  padding: 15px 30px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  background: #d6d7d9;
  color: #000;
  cursor: pointer;
}
.advance_filter_btn .texts {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 10px;
}
.advance_filter_btn svg {
 width: 24px;
}
.advance_search_form_dv {
  background: #d6d7d9;
  padding: 32px 0;
}
.advance_filter_btn.active svg {
  transform: rotate(180deg);
}
.advance_search_frm{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.advance_search_frm .form_colms{
  padding-left: 15px;
  padding-right: 15px;
}
.advance_search_frm .colm1 {
    width: 18%;
}
.advance_search_frm .colm2 {
  width: 37%;
}
.advance_search_frm .colm3 {
  width: 45%;
}
.advance_search_frm input {
  color: #626262;
  border: 1px solid #6b7280;
}
.advance_search_frm input:focus {
  color: #626262;
}
.advance_search_frm select {
  color: #626262;
}
.advance_search_frm select:focus {
  color: #626262;
}
.number_format_button_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.number_format_button {
    display: inline-block;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
}
.advance_search_selectbox .select_divs_row {
  padding: 15px;
  background-color: #ffffff;
  flex: 1;
  gap: 0 6px;
}
.advance_search_selectbox .select_divs_row .select_divs {
  flex: 1 0 0;
}

.advance_search_selectbox .select_divs_row .select_divs select {
  margin-bottom: 0;
  border-radius: 5px;
  padding: 0 10px;
  height: 32px;
  width: 100%;
  border: 2px solid rgb(137, 137, 137);
  font-size: 15px !important;
}

.advance_search_selectbox .submit_searchbtn {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  font-size: 20px;
  color: #000;
}

@media screen and ( max-width:991px) {
  .advance_search_frm .colm1 {
    width: 30%;
  }
  .advance_search_frm .colm2 {
    width: 70%;
  }
  .advance_search_frm .colm3 {
    width: 100%;
  }
}
@media screen and ( max-width:767px) {
  .advance_search_frm .colm1 {
    width: 100%;
  }
  .advance_search_frm .colm2 {
    width: 100%;
  }
  .advance_search_frm .colm3 {
    width: 100%;
  }
}

.search_row {
    display: block;
    width: 100%;
}
.search__col9 {
    display: inline-block;
    width: 69%;
}
.search__col3 {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-left: 5px;
}
.search__col3 p {
    margin-bottom: 3px;
    font-size: 14px;
}
.search__col3 p > span:first-child {
    font-weight: 700;
}
.body_no_scroll header#Header {
    z-index: 0;
}
.woocommerce-checkout #Content #order_review .order-item .head img{    
  object-fit: fill !important;
}