:root {
    --primary-clr: #f36d3e;
    --primary-bg-clr: #f36d3e;
    --text-dark-gray: #333;
    --text-light-gray: #666;
}
body{
  background-color: #f9f9f9 !important;
}
.shopping-navbar  .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #f36d3e;
  border-radius: 0.4285rem;
}
.progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 2rem auto;
    width: 100%;
}
.step-line {
    position: absolute;
    top: 20px;
    left: 12%;
    right: 12%;
    height: 2px;
    background-color: #e5e5e5;
    z-index: 0;
}
.step {
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}
.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-weight: bold;
    color: #666;
    position: relative;
    z-index: 2;
}
.step-label {
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 500;
}
.step.completed .step-circle {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: white;
}
.checkmark {
    display: inline-block;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-top: -3px;
}
.shopping-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23f36d3e' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.shopping-navbar .navbar-toggler:focus {
  box-shadow: none !important;
}
.shopping-navbar{
    border-bottom: 1px solid lightgray;
}
.shopping-navbar li {
  position: relative;
}
.shopping-navbar li {
  margin-right: 20px;
}
.shopping-navbar li a:hover {
  color: #f56f36 !important;
  text-decoration: underline;
}
.shopping-navbar li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s ease;
  text-transform: uppercase;
}
.loginAs a {
  font-size: 16px;
  color: #fff;
  margin-left: 4px;
  padding: 4px 14px;
  border-radius: 30px;
  background: #f56f36;
  text-transform: uppercase;
}
.call span {
  color: #f56f36 !important;
  font-size: 18px;
  font-weight: 500;
}
.call i {
  color: #f56f36 !important;
  font-size: 18px;
  margin-right: 10px;
}
.header_social {
  margin-left: 20px;
}
.header_social a {
  color: #f56f36 !important;
  font-size: 20px;
  margin: 0 5px;
}
.tires-main{
    color: #2c2c2c;;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
}
.province-dp h2{
  font-size: 18px;
}
.tires-main-subheading{
    color: #f36d3e;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.province-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.area-tire img{
    max-width: 100%;
    width: 100%;
}
.area-tire{
  display: flex;
  /* margin-left: -6rem; */
  margin-left: inherit;
}
.province-select{
    background-color: #f36d3e;
    color: white;
}
.province-select option{
    border-bottom: 1px solid white !important;
}
/* Change the background and text color of the select2 container */
.select2-container--default .select2-selection--single {
    background-color: #f36d3e !important; /* Background color */
    color: white !important; /* Text color */
    border: none !important; /* Remove border */
}

/* Change the text color of the selected option */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
}

/* Change the dropdown arrow color */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent white transparent;
    border-width: 0 4px 5px 4px;
}
/* Change the background and text color of highlighted options */
.select2-container--default .select2-results__option--highlighted {
    background-color: #f36d3e !important;
    color: white !important;
}
.btn.btn-primary {
    background: #f36d3e !important;
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 600;
    border: none !important;
    border-radius: 8px;
}
.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.main-area{
    /* min-height: 85vh; */
    min-height: 80vh;
}
footer {
    background: #eeeeee;
    padding: 20px 70px;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.copyright span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.ft-links a {
    color: #000;
    font-size: 16px;
    margin-left: 40px;
}
.text-with-select{
    font-size: 1.2em;
    position: relative;
    margin-bottom: -1px;
    padding: .6em .6em .6em .6em;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    z-index: 2;
    border: 1px solid #f36d3e;
    background-color: #f0f0f0;
    justify-content: center;
    align-items: center;
}
.tires-search-area{
    /* background-color: #fff; */
    background-color: #f9f9f9;
    padding: 15px;
}
.revise-search{
    display: flex;
    gap: 20px;
    background-color: #f0f0f0;
    padding: 10px;
    align-items: center;
}
.search-condition{
    max-width: 90rem;
    margin-right: auto;
    margin-left: auto;
}
.selection-area{
    background: #fff;
    padding: 40px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 5%);
    align-items: center;
}
.sc-main {
    align-items: flex-start !important;
    justify-content: center;
}
.required-item{
    font-size: 20px;
    color: #f36d3e;
}
.selection-with-img{
    align-items: center;
}
.selection-image{
    max-width: 100%;
    filter: blur(5px);
    opacity: .5;
}
.emp-option{
    color: #f36d3e;
    font-size: 30px;
    font-weight: 900;
}
.revise-button button{
    /* color: #f36d3e; */
    color: blue;
    font-size: 16px;
    padding: .4em 1em .4em 1em;
    /* background-color: white; */
    /* border: 1px solid #f36d3e; */
    border: none;
    font-weight: 500;
    text-decoration: underline;
}
.revise-button{
    color: rgb(231, 19, 26);
    min-width: 200px;
    max-width: 200px;
}
.tires-data-show{
    display: flex;
    gap: 10px;
    align-items: center;
}
.tires-name-size{
    display: flex;
    align-items: center;
    gap: 10px;
}
.choose_diff_tire{
  font-size: 13px !important;
}
.selection-dropdowns{
    border: 1px solid #dedede;
}
.selection-dropdowns{
    /* padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 10px;
    padding-left: 10px; */
    padding: 0 !important;
}
.tires-search-area{
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.tire-fetch img{
    max-width: 100%;
    width: 200px;
}
.tire-fetch{
    text-align: center;
}
.multiselect-dropdown-custom-width .select2-container{
width: 100% !important;
}
.warranty-with-tire-box{
    padding: 10px;
}
.warranty-box{
    border: 1px solid #dedede;
    padding: 1rem;
    height: 100%;
    max-height: 300px;
    overflow-y: auto;
}
.border-pad-right{
    padding-right: 0 !important;
}
.border-pad-left{
    padding-left: 0 !important;
}
.checkout-btn{
    border-radius: 0 !important;
    width: 100%;
}
.brand-tire-logo{
    width: 50%;
    mix-blend-mode: multiply;
    margin-top: 10px;
}
.tab-box{
    border: 1px solid #dedede;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.nav-tabs .nav-link:hover{
  color: #f36d3e !important;
}
.tires-tab .nav.nav-tabs .nav-item .nav-link.active{
  color: white !important;
  background-color: #f36d3e;
  text-decoration: #ffffff;
}
.tires-tab .nav.nav-tabs .nav-item .nav-link.active:after{
    box-shadow: none !important;
    background: transparent !important;
}
.tires-tab .nav.nav-tabs{
    margin-bottom: 0 !important;
}
.tire-specs-tab b{
    text-decoration: underline;
}
.pagination .page-item.active .page-link{
    background: #f36d3e !important;
}
.price-range{
    font-size: 24px;
    color: #f36d3e;
}
.collapse-header a{
    color: #f36d3e !important;
    width: 100%;
    display: block;
}
.collapse-down{
    color: #f36d3e;
}
.fa-chevron-right, .fa-chevron-down{
    color: #f36d3e;
}
.custom-panel-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quote-switch{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.custome-toggle-header a{
  color: #000;
}
.panel-collapse p{
    margin-bottom: 10px;
}
.panel-sides{
    padding-top: 10px;
    padding-bottom: 10px;
    /* border-top: 1px solid #d1d1d1; */
    border-bottom: 1px solid #d1d1d1;
}
.required-services-area{
    display: flex;
    justify-content: space-between;
}
.required-services-area h4, .required-services-area h5{
    margin-bottom: 0 !important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #f36d3e;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #f36d3e;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
  .toggle-merge{
    display: flex;
    gap: 0px;
    align-items: center;
  }
  .toggle-price-area, .toggle-area{
    width: 105px;
  }
  .emp-btn{
    line-height: 20px !important;
  }
  .toggle-price-area{
    text-align: right;
  }
  .panel-sides h2{
    color: #f36d3e;
  }
  .payment-btns{
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .btn.btn-outline-theme{
    background: transparent !important;
    color: #F36D3E !important;
    padding: 10px 20px !important;
    border-radius: 8px;
    border-color: #F36D3E;
    border: 2px solid #F36D3E;
    font-weight: 600;
  }
  .filter-form{
    padding: 0 !important;
  }
  .clear-btn-container{
    text-align: right;
  }
  .clear-btn{
    /* border: 1px solid #f36d3e; */
    border: none;
    text-decoration: underline;
    /* color: #f36d3e; */
    color: blue;
    border-radius: 4px;
    padding: 5px;
    background: transparent;
  }
  .multiselect-dropdown-custom-width .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple{
    border: 1px solid #f36d3e !important;
    color: #f36d3e !important;
  }
  .multiselect-dropdown-custom-width .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-selection__clear{
    color: #f36d3e !important;
  }
  .multiselect-dropdown-custom-width .select2-search.select2-search--inline input::placeholder{
    color: #f36d3e !important;
    font-size: 16px !important;
  }
  .select2-results__option{
    font-size: 14px !important;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    font-size: 14px !important;
  }
  /*Start Price Input*/
  .price-input {
    width: 100%;
    display: flex;
    margin: 15px 0 25px;
    padding: 0 10px;
    font-size: 14px;
  }
  .price-input .field {
    display: flex;
    width: 100%;
    height: 35px;
    align-items: center;
  }
  .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #f36d3e;
    -moz-appearance: textfield;
    font-size: 12px;
  }
  .range-input input::placeholder{
    font-size: 14px !important;
    color: #f36d3e;
    color: #f36d3e;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  .custom-slider.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
    margin: 0 10px;
  }
  .custom-slider.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #f36d3e;
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #f36d3e;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #f36d3e;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  .price-range-btn{
    background: transparent !important;
    color: #F36D3E;
    padding: 5px !important;
    border-radius: 4px;
    border-color: #F36D3E;
    border: 1px solid #F36D3E;
    width: 100%;
    text-align: left;
  }
  .custom-slider:before{
    background: transparent !important;
  }
  .range-list{
    margin-bottom: 10px;
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    right: 10px;
    position: absolute;
    top: 50%;
  }
  .dropdown-toggle::after{
    display: none !important;
    content: "" !important;
  }
  /*End Price Input*/
  .tyre-oder{
    background-color: #f36d3e;
    color: white;
    border: transparent !important;
    width: 100%;
    border-radius: 4px;
    padding: 0.5rem 1rem;
  }
  .order-container{
    /* box-shadow:0 4px 20px -2px rgba(0,0,0,0.1); */
    /* background-color: #ffffff; */
    background-color: #f9f9f9;
    margin-top: 2.5rem;
    padding: 1rem;
  }
  .sorting-tire{
    align-items: center;
  }
  .sorting-tire h3{
    margin-bottom: 0;
  }
  #tiresizearea, #tirebrand{
    display: none;
  }
  .selection-image-tire{
    max-width: 100%;
  }
  /* .season-with-tire{
    margin-top: 2rem;
  } */
   .tires-with-details{
    padding: 2rem 0;
   }
   .price-with-toggle{
    display: flex;
    gap: 70px;
   }
  .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    display: inline-block;
    width: 20px;
}
/*Dropdown Icon*/
/* Custom arrow icon for the select2 element */
.multiselect-dropdown-custom-width .select2-container--default .select2-selection--multiple {
  position: relative;
}

.multiselect-dropdown-custom-width .select2-container--default .select2-selection--multiple::after {
  content: '\25BE'; /* Unicode for downward arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 15px;
  color: #f36d3e;
}
.custom-drop-icon::after{
  content: '\25BE'; /* Unicode for downward arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 15px;
  color: #f36d3e;
}
 /* Class to hide the custom icon */
 .multiselect-dropdown-custom-width .select2-container--default.icon-hidden .select2-selection--multiple::after {
  content: none;
}
/*Dropdown Icon*/
.image-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-header-area{
  width: 10%;
}
.nameandtire{
  display: flex;
  /* gap: 10px;
  align-items: center; */
  flex-direction: column;
}
/*Carousel*/
/* .carousel-row{
  content: "";
  display: table;
  clear: both;
  margin: 1.5rem !important;
} */
.column {
  float: left;
  /* width: 20%; */
  width: 4.2rem;
  height: 4.2rem;
  margin-right: 1rem;
}
.main-page-slider-bottom{
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* background-color: black; */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  flex-grow: 2;
  text-align: center;
  position: relative;
  min-height: 477px;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev{
  left: 0 !important;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.prev,
.next{
  background-color: rgba(0, 0, 0, 0.8) !important;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  /* top: 0; */
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal-images-bottom{
  display: flex !important;
}
#tiresrym .modal-dialog {
  max-width: 750px !important;
}
.modal-tire .modal-title{
  color: white !important;
}
.close {
  border-radius: 37px !important;
}
button.close {
  border: 0;
  appearance: none;
}
.modal-header .close {
  margin: -2rem -2rem -2rem auto !important;
}
.modal .modal-header .close {
  padding: .2rem .62rem;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  opacity: 1;
  transition: all .23s ease .1s;
  position: relative;
  transform: translate(8px, -2px);
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #22292f;
  text-shadow: 0 1px 0 #fff;
}
.main-image {
  text-align: center;
  margin-bottom: 20px;
}
.main-image img {
  /* width: 100%; */
  /* max-width: 500px; */
  height: auto;
}
.carousel-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.carousel-row img {
  /* width: 100%; */
  cursor: pointer;
}
.slick-slide {
  margin: 0 10px;
}
.carousel-slider.slick-initialized.slick-slider.slick-dotted{
 width: 100%;
 max-width: 100%;
 margin-top: 1.5rem;
}
.mySlides img{

        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        width: inherit !important;

}
.modal-tire .modal-body{
    max-height: 700px;
    overflow-y: auto;
}
.modal-tire .modal-dialog{
 max-width: 700px !important;
}
.images-contain-modal-bottom{
    /* width: 100px;
    height: 100px;
    margin: 0 auto; */
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 1px solid #f36d3e;
    border-radius: 5px;
}
.images-contain-modal-bottom img{
    /* width: 100%;
    height: 100%; */
    height: auto;
    width: 100%;
    padding: 0;
    max-width: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}
/*Carousel*/
.qoute-form-fields{
  border: 1px solid #F36D3E !important;
  border-radius: 5px !important;
}
.custom-select-2 .select2-container .select2-selection--single{
  height: 46px !important;
}
.custom-select-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px !important;
}
.custom-select-2  .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 43px !important;
}
.qoute-form-fields{
  width: 95% !important;
}
.contact-method .select2.select2-container.select2-container--default{
  width: 95% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.scenario-setup{
  margin-top: -5.5rem;
}
.label-margin{
  margin-top: 3px;
}
.kms-field{
  width: 100% !important;
}
/* .save-quote-btn{
  line-height: 40px !important;
} */
.price-summary{
  margin: 1.5rem 0;
}
.price-summary h1{
  margin-bottom: 1rem;
}
.border-line, .item-with-value{
  border-bottom: 1px solid lightgray;
}
.item-with-value{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.weekly-wrap{
  justify-content: start !important;
}
.weekly-wrap .term-dropdown{
  max-width: 34% !important;
}
.weekly-wrap .payment-dropdown{
  max-width: 45% !important;
}
.send-mail button{
  width: 100%;
}
.form-quote{
  margin-bottom: 2rem;
}
.email-quote{
  text-align: center;
  margin: 2.5rem;
}
.filters-area{
  justify-content: center;
  margin-top: 1rem;
}
.reviews-detail{
  padding: 1rem;
  border-bottom: 1px solid lightgray;
}
.tab-box .nav-link{
  text-align: center;
}
.outer-star, .mark-star{
  color: #F36D3E;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c5c5c5;
}
.tire-secongimg{
  margin-left: -4rem;
}
.province-list .select2.select2-container.select2-container--default{
  /* width: 86% !important; */
  width: 100% !important;
}
.rebates-area{
  background-color:#213D4E;
  text-align: center;
  color: white;
  padding: 5px;
  margin-bottom: 0.2rem;
}
.rebates-area h2{
  color:white;
  text-decoration:underline;
}
.rebates-area p{
  margin-bottom: 0;
}
.offer-terms{
  display:flex;
  flex-direction:column;
}
.offer-terms a{
  color:white;
   text-decoration:underline;
}
/*Progress Bar*/
.progressbar {
  margin: 50px 0 50px 0;
  counter-reset: step;
  padding-left: 0 !important;
}
.progressbar li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #2c2c2c;
  /* olor: #f36d3e; */
  font-weight: 600;
}
.progressbar li:before {
  width: 15px;
  height: 15px;
  content: '';
  line-height: 30px;
  border: 2px solid #EBEBEB;
  background-color: #EBEBEB;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  transition: all .8s;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #EBEBEB;
  top: 7px;
  left: -50%;
  z-index: -1;
  transition: all .8s;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active:before {
  border-color: #f36d3e;
  background-color: #f36d3e;
  transition: all .8s;
}
.progressbar li.active:after {
  background-color: #f36d3e;
  transition: all .8s;
}
/*Progress Bar End*/
.panel-image{
  max-width: 100%;
  width: 150px;
  height: 150px;
}
.panel-collapsed-inner{
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.required-services-area h5, .toggle-price-area b, .qty_calc_amount{
  font-size: 18px;
}
.item-with-value h5{
  font-size: 18px;
  font-weight: 700;
}
.bottom-payment-area{
  color: #f36d3e;
}
.bottom-payment-area h2{
  color: #f36d3e;
}
.bottom-payment-area h5{
  color: #f36d3e;
}
.step-4-tire-img{
    width: auto !important;
    max-width: 100% !important;
    max-height: 230px !important;
    cursor: pointer !important;
    mix-blend-mode: multiply !important;
    margin-top: 20px !important;
    /* filter: brightness(0) invert(1); */
}
.step-3-tire-img{
  width: auto !important;
  max-width: 100% !important;
  max-height: 230px !important;
  cursor: pointer !important;
  mix-blend-mode: multiply !important;
  margin-top: 20px !important;
  /* filter: brightness(0) invert(1); */
}
.disclaimer-bottom{
  margin-bottom: 0;
  /* color: blue; */
}
/* .save-quote-btn{
  line-height: 40px;
} */
.payment-description{
  font-size: 15px;
}
.main-tire-inner{
  display: flex;
  align-items: center;
  gap: 50px;
}
.information-page-notes{
  min-height: 137px;
}
.payment-option{
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.back-to-home{
  width: 200px;
}
.unavialable-contain>*{
  padding: 0;
}
.compare-tire{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 7px;
}
.compare-tire h5{
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
}
.compare-tire h4{
  color: #f36d3e;
  margin: 0;
}
.compare-tire small{
  color: #000;
}
.tire-loader-image{
  width: 40px;
  height: 40px;
}
.tire-compare-flex{
  gap: 10px;
  position: relative;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #d1d1d1;
}
.compare-cancel{
  position: absolute;
  right: 10px;
  top: 0;
}
.compare-cancel i{
  color: #f36d3e;
  cursor: pointer;
}
.compare-btn button{
  background-color: #f36d3e;
  color: white;
  border: none;
  cursor: pointer;
  padding: 8px 20px;
}
.no-tire-flex{
  gap: 10px;
  opacity: 0.5;
}
.no-tire-compare{
  display: none;
}
#s-compare-box, #f-compare-box{
  display: flex;
}
#firstcompair,#second-compair{
  border-style: none solid none none;
  border-width: 1px;
  border-color: #d1d1d1;
  min-height: 80px;
}
.revise-button-compare button{
  background: transparent;
  border: 1px solid #f36d3e;
  color: #f36d3e !important;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  padding: .4em 1em .4em 1em;
}
.selected-tire-compare{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.selected-compare-box{
  border: 1px solid #dedede;
}
.individual-compare-box{
  border: 1px solid #dedede;
  /* max-width: 300px;
  width: 300px; */
  text-align: center;
  position: relative;
}
/* .first-compare-tire-box, .second-compare-tire-box, .third-compare-tire-box{
  width: 30%;
} */
.first-compare-tire-box, 
.second-compare-tire-box, 
.third-compare-tire-box {
    box-sizing: border-box; /* Ensure proper padding and margin calculation */
    transition: width 0.3s ease; /* Smooth width transition */
}
.further-data{
  display: flex;
  gap: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.title-compare-tire-box{
  width: 10%;
}
.inner-data-boxes{
  width: 80%;
  display: flex;
}
.first-inner-compare-box, .second-inner-compare-box, .third-inner-compare-box{
  width: 33%;
}
/* .first-inner-compare-box small, .second-inner-compare-box small, .third-inner-compare-box small{
  border-bottom: 1px dashed gray;
} */
.bottom-line{
  width: 90% !important;
    margin: 0 auto;
    width: 90% !important;
    border-top: 1px solid gray;
}
.title-compare-tire-box h4{
  font-size: 18px;
}
.table-selected-box{
  padding: 2rem;
}
#compare-table{
  margin: 0;
    border-top: none;
    table-layout: fixed;
    min-width: 30em;
    background: none;
    font-size: 2em;
    color: #2f2f2f;
    width: 100%;
    border: none;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: baseline;
}
#compare-table tbody{
  font: inherit;
    color: inherit;
    vertical-align: baseline;
    background: none;
    float: none;
    -webkit-text-size-adjust: 100%;
}
#compare-table tbody .no-value{
  width: 7em;
  min-width: 7em;
  vertical-align: middle;
}
#compare-table tbody .no-value h4{
  font-weight: 800;
}
#compare-table tbody th{
    padding: .6em .6em .6em .6em;
}
#compare-table tbody td{
  padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
    background: none;
    padding: .2em .6em .2em .6em;
    word-break: normal;
}
#compare-table tbody td.td-center{
  text-align: center;
}
#compare-table tbody td .brand-tire-logo{
  width: auto;
  max-width: 85%;
  margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
}
#compare-table tbody td.td-left{
  text-align: left;
}
.bb-bottom{
  border-bottom: 1px solid #d1d1d1;
}
.table-selected-box{
  padding: 2.4em 2.4em 2.4em 2.4em;
  border: 1px solid #d1d1d1;
  overflow: auto;
}
#compare-table tbody td small{
  font-size: 14px;
  color: #2F2F2F;
}
#compare-table tbody th h4{
  font-size: 15px;
  margin: 0;
}
#compare-table tbody td a{
  font-size: 16px;
}
.scroll-message{
  background: #f0f0f0;
    font-size: 16px;
    line-height: 1.4;
    clear: both;
    position: relative;
    width: 100%;
    margin: .6em 0em 0em 0em;
    padding: .6em 1.2em .6em 1.2em;
    display: block;
    text-align: center;
}
.scroll-message i{
  color: #f36d3e;
}
#compare-container{
  margin: 0 15px;
}
.limit-reached{
  box-shadow: 0 0.5rem 1rem rgba(34, 41, 47, 0.15) !important;
  background-color: white;
  padding: 10px;
  position: relative;
  margin-top: 10px;
}
.limit-reached::after{
  border-bottom-color: white !important;
  left: 80px;
  content: "";
  position: absolute;
  border: 15px solid transparent;
  border-top: 0;
  top: -12px;
}
.rebates-area p{
  font-size: 16px;
}
.mbl-check-compare{
  display: none;
}
.dynamic-compare-tire .fa-xmark{
  border: 1px solid #f36d3e;
  width: 44px;
  height: 40px;
  padding: 10px;
}
.col_0 h6, .col_1 h6, .col_2 h6{
 margin-bottom: 0;
}
/* #compare-table tbody td h1, #compare-table tbody td h2, #compare-table tbody td h3, #compare-table tbody td h4, #compare-table tbody td h5, #compare-table tbody td h6, #compare-table tbody td small{
  font-size: 14px;
  color: #2F2F2F;
} */
/*Wheels Cart Start*/
.search-options {
    display: flex;
    margin-bottom: 20px;
}
.search-option:hover{
    border-color: var(--primary-clr);
    background-color: #fff8f5;
}
.search-option {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-right: 15px;
    cursor: pointer;
    flex: 1;
    text-align: center;
    transition: all 0.2s ease;
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
}
.search-option.active {
    border-color: var(--primary-clr);
    box-shadow: 0 0 5px rgba(244, 110, 57, 0.3);
    background-color: #fff4f0;
}
.search-option i {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--primary-clr);
}
.search-option h3 {
   font-size: 18px;
}
.search-option:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(244, 110, 57, 0.2);
    opacity: 0;
    transition: opacity 0.2s ease;
}
.license-plate-lookup{
    /* background-color: #fff4f0; */
    padding: 15px 0;
    border-radius: 8px;
    margin-bottom: 20px;
    /* border: 1px solid #fde9df;   */
}
#license-plate-help-text small{
    color: #000;
}
.summary-and-tire-size {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    /* background-color: #f9f9f9; */
    /* border-radius: 8px; */
    padding: 20px 0;
    /* border: 1px solid #eee; */
}
.summary-section {
    flex: 1;
    min-width: 300px;
}
.vehicle-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}
.vehicle-details-table tr td:first-child {
    font-weight: 600;
    width: 150px;
}
.vehicle-details-table tr td {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.vehicle-details-table td {
    border: 1px solid #ddd;
}
.tire-size-section {
    flex: 1;
    min-width: 300px;
}
.tire-size-section h3 {
    margin-top: 0;
    color: var(--primary-clr);
}
.tire-sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}
.tire-size-option.active {
    background-color: var(--primary-clr);
    color: white;
    border-color: var(--primary-clr);
}
.tire-size-option {
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px;
    /* flex: 0 0 calc(33.33% - 10px); */
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: white;
}
.tire-size-option:hover {
    border-color: var(--primary-clr);
}
.result-header{
  margin-top: 2rem;
  padding: 15px;
}
.vehicle-banner{
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vehicle-banner-info{
  display: flex;
  align-items: center;
}
.vehicle-banner-icon{
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--primary-clr);
color: white;
border-radius: 50%;
margin-right: 15px;
font-size: 20px;
}
.vehicle-name{
  font-size: 16px;
  margin-bottom: 5px;
}
.vehicle-specs{
  font-size: 14px;
  color: #666;
  margin: 0;
}
.change-vehicle-btn{
  padding: 8px 15px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: all 0.2s ease;
}
.search-summary {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}
.search-summary strong {
    font-weight: 600;
}
.search-summary strong {
    font-weight: 600;
}
.revise-search-link{
    color: var(--primary-clr);
    text-decoration: none;
    margin-left: 10px;
}
.mobile-filter-toggle {
    display: none;
    margin-bottom: 15px;
    width: 100%;
    padding: 8px 0;
    background-color: var(--primary-clr);
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 600;
}
.results-layout {
    display: flex;
    flex-wrap: wrap;
}
.sidebar {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.7s ease;
}
  .sidebar.mobile-visible {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 90vw;
        max-width: 340px;
        height: 100vh;
        z-index: 9999;
        overflow-y: auto;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        background: white;
        padding: 30px 20px 20px 20px;
    }
.sidebar-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.filter-group-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}
.checkbox-group {
    margin-bottom: 8px;
}
.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}
.checkbox-label input {
    margin-right: 8px;
}
.price-range {
    display: flex;
    align-items: center;
}
.price-input {
    width: 80px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 5px;
}
.price-separator {
    margin: 0 5px;
}
.clear-filters {
    text-align: center;
    margin-top: 10px;
    display: block;
    color: #888;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}
.sort-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.found-results {
    font-weight: 500;
    font-size: 16px;
    color: #666;
}
.sort-options {
    display: flex;
    align-items: center;
}
.sort-label {
    margin-right: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #666;
}
.filter-select {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.wheel-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 500px;
}
.wheel-image {
    width: 200px !important;
    height: 200px !important;
    object-fit: contain !important;
    margin: 0 auto 15px !important;
    display: block !important;
}
.wheel-brand {
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.wheel-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}
.wheel-specs {
    font-size: 14px;
    margin-bottom: 5px;
    color: #666;
}
.stock-info {
    font-size: 14px;
    margin-bottom: 10px;
    color: #28a745;
}
.stock-info.medium {
    color: #ffc107;
}
.wheel-price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--primary-clr);
}
.wheel-set-price {
    font-size: 14px;
    margin-bottom: 15px;
}
.wheel-set-price span{
  color: var(--primary-clr);
}
.wheel-actions {
    margin-top: auto;
}
.qty-selector {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.qty-label {
    margin-right: 10px;
    font-weight: 500;
}
.qty-select {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 70px;
}
.add-to-compare {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.add-to-compare input {
    margin-right: 5px;
}
.wheel-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.biweekly-payments{
  margin-top: 40px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #ff6600;
}
.biweekly-payments h4{
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.biweekly-payments p{
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
/*Wheels Cart End*/
 /*Media Queries*/
 @media only screen and (max-width:500px){
  .approval-bar li {
      font-size: 12px !important;
      font-weight: 500;
  }
  .approval-bar {
      margin: 50px 25px 50px 0px;
  }
}
@media (max-width: 991px) {
    .mobile-filter-toggle {
        display: block;
    }
    .sidebar {
        display: none;
    }
    .sidebar-close {
        display: block;
        position: absolute;
        top: 16px;
        right: 18px;
        background: none;
        border: none;
        font-size: 24px;
        color: #888;
        cursor: pointer;
    }
    /* .sidebar.visible {
  display: block;
} */
}
@media (min-width: 992px) {
    .sidebar-container {
        width: 280px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .sidebar-close {
        display: none;
        position: absolute;
        top: 16px;
        right: 18px;
        background: none;
        border: none;
        font-size: 24px;
        color: #888;
        cursor: pointer;
    }
        .results-container {
        width: calc(100% - 300px);
    }
        .wheel-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
    }
}
 @media only screen and (min-width:1200px){
  #scroll-section{
    display: none;
  }
 }
@media only screen and (min-width:768px){
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end !important;
    }
    .step-4-tire-flex{
      display: block;
    }
    .why-need{
      width: 95%;
    }
}
@media only screen and (min-width:1200px){
    .filter-container-width{
        max-width: 1350px !important;
    }
}
@media only screen and (max-width:767.98px){
  .shopping-navbar li {
    margin: 8px 0;
}
    .panel-sides h2{
        font-size: 18px;
    }
    .border-pad-right{
        padding-right: 14px !important;
        margin-bottom: 1rem;
    }
    .border-pad-left{
        padding-left: 14px !important;
    }
    .revise-search, .tires-data-show, .tires-name-size, .province-area{
      flex-wrap: wrap;
    }
    .footer-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ft-links a {
        margin-left: 0;
    }
    .selection-area{
        padding: 40px 10px;
    }
    .emp-option{
      font-size: 20px;
    }
    .image-header-area {
      width: 50%;
      margin-left: auto;
      margin-right: auto;
  }
  .nameandtire, .image-header{
    display: block;
  }
  .email-quote{
    margin: 1rem 0;
  }
  .form-quote, .mbl-sapcing{
    padding: 0 1rem !important;
  }
  .qoute-form-fields{
    width: 100% !important;
  }
  .contact-method .select2.select2-container.select2-container--default {
    width: 100% !important;
  }
  .area-tire{
    display: flex;
    /* margin-left: -3rem; */
    margin-left: inherit;
  }
  .scenario-setup{
    margin-top: inherit;
  }
  .payment-btns{
    flex-wrap: wrap;
  }
  .checkout-area h1{
   font-size: 20px;
  }
  .tires-name-size h2, .season-with-tire h3{
    font-size: 20px;
  }
  /* .custom-panel-heading{
    flex-wrap: wrap;
    gap: 15px;
  } */
   .panel-collapsed-inner{
     flex-wrap: wrap;
   }
  .custom-panel-heading{
   flex-direction: column !important;
   align-items: baseline;
  }
  .toggle-merge, .price-with-toggle{
    align-items: center !important;
    width: 100% !important;
    justify-content: space-between !important;
  }
  .main-tire-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}
  .main-tire-inner{
   flex-wrap: wrap;
  }
  .required-services-area h4{
    font-size: 20px;
  }
  .tires-search-area  h1{
    font-size: 26px;
  }
  .progressbar li {
    font-size: 12px;
    font-weight: 500;
  }
  .progressbar li {
    list-style-type: none;
    width: 18%;
  }
  .province-list .select2.select2-container.select2-container--default {
    width: 100% !important;
  }
    .tires-main {
      font-size: 28px;
    }
    .payment-option{
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .mbl-detail .col-3{
      padding-left: 0 !important;
    }
    .row.selection-with-img .col-3{
      padding-right: 0 !important;
      /* padding-left: 5px !important; */
    }
    .row.selection-with-img .col-8{
      padding: 0 !important;
    }
    .revise-button button{
      padding: 0;
    }
    .filters-selections{
     padding: 1rem !important;
    }
    .rebates-area h2 {
      font-size: 16px;
   }
   .rebates-area {
    padding: 10px;
   }
   .tires-area-mbl-pad{
    padding-left: 14px;
    padding-left: 14px;
    margin-top: 1rem;
   }
   .calc-div{
    margin-top: 1rem;
   }
   .tires-pagination{
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
   }
   .tires-pagination ul{
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
   }
   .mbl-pad-zero{
    padding-right: 0 !important;
    padding-left: 0 !important;
   }
   .unavialable-contain{
    padding-left: 15px;
    padding-right: 15px;
   }
   #compare-table tbody .no-value{
    width: 5em;
    min-width: 5em;
    vertical-align: middle;
  }
  #compare-table tbody th{
      padding: .6em 0 .6em 0;
  }
  #compare-table tbody td{
      padding: .2em 10px .2em 10px;
  }
  #compare-table tbody th{
    text-align: left !important; 
}
#compare-table tbody th h4{
  text-align: left !important; 
}
.mbl-selection-area{
  margin: 1rem !important;
}
.appointment-date-selector {
  max-width: 100%;
  margin: 0 auto;
}
.emp-mark{
 flex-wrap: wrap;
}
.quote-check{
 flex-wrap: wrap;
}
.mbl-detail .col-3 span{
  font-size: 14px;
}
.text-space{
  width: 70%;
}
.image-space{
   width: 30%;
}
.province-selector-mbl{
  margin: 0 !important;
}
.vehicle-banner {
  flex-wrap: wrap;
}
}

@media only screen and (min-width:768px) and (max-width:1100px){
  .panel-sides h2{
      font-size: 18px;
  }
  .border-pad-right{
      padding-right: 14px !important;
      margin-bottom: 1rem;
  }
  .border-pad-left{
      padding-left: 14px !important;
  }
  .footer-row {
      flex-wrap: wrap;
      justify-content: center;
  }
  .ft-links a {
      margin-left: 0;
  }
  .selection-area{
      padding: 40px 10px;
  }
  .emp-option{
    font-size: 20px;
  }
  .image-header-area {
    width: 50%;
}
.nameandtire, .image-header{
  display: block;
}
.email-quote{
  margin: 1rem 0;
}
.form-quote, .mbl-sapcing{
  padding: 0 1rem !important;
}
.qoute-form-fields{
  width: 100% !important;
}
.contact-method .select2.select2-container.select2-container--default {
  width: 100% !important;
}
.area-tire{
  display: flex;
  /* margin-left: -3rem; */
  margin-left: inherit;
}
.scenario-setup{
  margin-top: inherit;
}
.payment-btns{
  flex-wrap: wrap;
}
.checkout-area h1{
 font-size: 26px;
}
.custom-panel-heading{
  flex-wrap: wrap;
  gap: 15px;
}
.main-tire-inner{
 flex-wrap: wrap;
}
.required-services-area h4{
  font-size: 20px;
}
.tires-search-area  h1{
  font-size: 26px;
}
.progressbar li {
  font-size: 14px;
  font-weight: 500;
}
.province-list .select2.select2-container.select2-container--default {
  width: 100% !important;
}
  .tires-main {
    font-size: 28px;
  }
  .payment-option{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .row.selection-with-img .col-3{
    padding-right: 0 !important;
    padding-left: 5px !important;
  }
  .row.selection-with-img .col-8{
    padding: 0 !important;
  }
  .revise-button button{
    padding: 0;
  }
  .filters-selections{
   padding: 1rem !important;
  }
  .rebates-area h2 {
    font-size: 16px;
 }
 .rebates-area {
  padding: 10px;
 }
 .tires-area-mbl-pad{
  padding-left: 14px;
  padding-left: 14px;
  margin-top: 1rem;
 }
 .calc-div{
  margin-top: 1rem;
 }
 .tires-pagination{
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
 }
 .tires-pagination ul{
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
 }
 
 .tire-secongimg {
  margin-left: -2rem;
}
.find-tires{
  margin-top: 2rem;
}
.row.filters-area .col-md-2{
  width: 100%;
  max-width: 100%;
  flex: inherit !important;
}
.row.tires-with-details .col-md-4.tire-fetch{
  width: 100%;
  max-width: 100%;
  flex: inherit !important;
}
.row.tires-with-details .col-md-8{
  width: 100%;
  max-width: 100%;
  flex: inherit !important;
}
}
@media only screen and (min-width:1101px){
  .tires-area-mbl-pad{
    margin-left: 10px;
    margin-right: 10px;
  }
}
.service-image-contain{
  width: 200px;
}
.service-image-contain img{
  max-width: 100%;
  width: 100%;
}
.selected-vehicle-info {
    display: flex;
    flex-wrap: nowrap;
    /* align-items: center; */
    gap: 0;
    margin-bottom: 15px;
    position: relative;
}
.province-name {
    display: flex;
    gap: 10px;
    /* justify-content: center; */
    color: #f36d3e;
    align-items: center;
    width: max-content;
    background-color: #fff3ef;
    border-radius: 30px 0 0 30px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    font-weight: 500;
}
.vehicle-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #e6f4ff;
    color: #67a4de;
    padding: 8px 18px 8px 15px;
    /* border-radius: 20px; */
    font-weight: 500;
    font-size: 15px;
    height: 40px;
    border-radius: 0 30px 30px 0;
}
.province-name i {
    font-size: 20px;
}
.province-name h3 {
    color: #f36d3e;
    margin: 0;
    font-size: 16px;
}
.vehicle-tag i {
    color: #67a4de;
    font-size: 17px;
}
.field_short input, .field_full input, .field_row select {
    width: 100%;
    font-size: 14px;
    color: #3a3a3a;
    padding: 18px 15px;
    border-radius: 4px;
    border: 1px solid #a3a3a3;
}
.payment-option-container.selected {
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 8px;
    padding: 30px;
    background-color: #fef3f0;
    flex: 1;
    min-width: 320px;
    width: 100%;
    position: relative;
    border: 2px solid var(--primary-clr) !important;
    box-shadow: 0 6px 16px rgba(243, 109, 62, 0.15) !important;
    transform: translateY(-3px);
}
.payment-option-container{
  margin-bottom: 15px;
}
.form-check-custom {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.form-check-custom input[type="radio"] {
    margin-right: 10px;
}
.payment-section h3 {
    color: #213D4E;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.biweekly-para {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-left: 28px;
    padding-right: 10px;
}
.tech-progress-bar {
    margin: 40px auto 30px;
}
.payment-area {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.form-check-custom {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: none;
    padding: 10px;
}
.form-check-custom label {
    font-size: 16px;
    color: #000;
}
.payment-card-logos {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}
.summary-heading{
      font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-clr);
}
.product-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 0;
    margin-bottom: 2px;
}
.product-with-image{
    display: flex;
    align-items: center;
    flex: 1;
}
.product-image{
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.product-details{
  position: relative;
}
.orange-text, .financing-price {
    color: #000 !important;
    font-weight: 400 !important;
}
.product-meta {
    font-size: 14px;
    color: #989698;
    margin-bottom: 0px;
}
.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.service-name{
  font-size: 18px;
  font-weight: 600;
  margin:0;
  color: #000 !important;
  font-weight: 400 !important;
}
#wheelServices h4, #wheelServices .subtotal{
  font-size: 18px !important;
}
.subtotal {
    font-size: 18px !important;
    color: var(--primary-clr);
    font-weight: 600;
    margin-left: auto;
    text-align: right;
}
.product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    margin-bottom: 2px;
}
.service-name {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #555;
    width: 300px;
}
.service-price, .product-price {
    font-weight: 400 !important;
    color: #000 !important;
}
.total-row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.total-label{
  font-weight: 600;
  color: #000;
}
.total-price{
  color: #000;
  font-weight: 600;
}
.grand-total{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.total-bottom-ptice{
  color: var(--primary-clr);
  font-weight: 700;
  font-size: 18px;
}
.total-section {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 8px;
    padding-bottom: 18px;
    margin-bottom: 0;
}
h1.checkout-main {
    font-size: 28px;
    margin-bottom: 15px;
}
.back-link {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    color: var(--primary-clr);
}
.back-link i {
    margin-right: 5px;
}
.action-btns-bottom{
  justify-content: space-between;
}
@media only screen and (max-width:1100px){
  .tire-compare-flex, #firstcompair, #second-compair{
    border: none;
    border-bottom: 1px solid #d1d1d1;
  }
  .sm-compare{
    flex-wrap: wrap;
  }
  #second-compair{
    flex-wrap: wrap;
    gap: 15px;
    margin: 10px 0;
  }
  .compare-btn, .last-compare{
    width: 100%;
  }
  .compare-btn button{
    width: 100%;
  }
  .compare-cancel {
    right: -3px;
}
#append_tires{
  padding: 0;
}
.sm-big-col, .sm-small-col{
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#append_wheels{
  margin: 0;
}
.mbl-check-compare{
  display: block;
}
.lg-compare-check{
  display: none;
}
.wheel-image {
    width: 275px !important;
    height: 200px !important;
  }
  .carousel-container {
    width: 300px !important;
  }
  .wheels-cart-flex{
    flex-direction: column-reverse;
  }
  .payment-option-container.selected, .payment-option-container{
    min-width: inherit !important;
  }
  .mbl-card-details{
    margin-top: 3rem;
  }
  .selected-vehicle-info {
    flex-wrap: wrap;
  }
  .province-name, .vehicle-tag{
    border-radius: 30px !important;
  }
  .action-btns-bottom{
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center !important;
  }
  .box-flex-area{
   flex-direction: column;
   align-items: center !important;
  }
  .quantity-box-area{
    width: 100%;
  }
  .image-box{
    width: 100%;
    text-align: center;
  }
}

#main-loader {
  background-color: rgb(217, 221, 220) !important;
  opacity: 0.8 !important;
}
#vehicle_image{
  width: 100%;
}
.payment-option-container input {
    scale: 1.5;
}
.image-box{
     border-radius: 10px;
    border: 1px solid #e5e7eb;
    margin-bottom: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
    background-color: #f9f9f9;
    padding: 15px;
}
.quantity-box-area{
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
    background-color: #f9f9f9;
    padding: 15px;
}
.box-flex-area{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
}
.box-flex-area .image-box, .box-flex-area .size-load, .box-flex-area .quantity-box-area{
  flex: 1;
}
.quantity-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.cancel-item{
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 18px;
    color: #F36D3E;
    cursor: pointer;
    padding: 5px 10px;
}
.cancel-item:hover{
  border-radius: 50rem;
  background-color: #fff7ed;
}
.per_wheel_price_display, .wheel_biweekly_price_display, .orange-text{
  color: #F36D3E;
  font-weight: 600 !important;
}
/*New Dropdowns*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black !important;
    line-height: 36px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
}
.select2-container--default .select2-selection--single {
    border: 2px solid #ddd !important;
    background-color: white !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black !important;
    line-height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: gray transparent transparent transparent !important;
}
/*New Dropdowns End*/