.img-div:hover {
  filter: grayscale(0) !important;
  background: rgb(0 0 0 / 2%);
}

.img-div {
  padding: 10px;
  filter: grayscale(1) !important;
  transition: 0.5s;
}

.selected {
  border: 2px solid #28a745;
}

.shadow-hover {
  transition: 0.3s;
  height: 200px;
}

.shadow-hover:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.parts {
  background: #f5f5f5;
}

.my-icon {
  cursor: pointer;
  background: #000 !important;
  color: #fff !important;
  padding: 10px 12px;
  border-radius: 3px;
  transition: 0.4s;
}

.my-icon:hover {
  background: #cc000b !important;
  color: #fff !important;
}

.selected-car {
  display: flex;
  justify-content: start;
  align-items: center;
}

.selected-car-for-mob {
  display: flex;
  justify-content: center;
}

.selected-img {
  border-right: 5px solid #cc000b;
}

.selected-img-for-mob {
  border-right: 5px solid #cc000b;
}

.car-inputs {
  margin-top: 10px;
}

.car-inputs select {
  margin-top: 0px;
  width: 140px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  appearance: none;
}

.Vin-input {
  min-height: 8.5vh;
  margin-top: 0px;
  width: 200px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  appearance: none;
}
.select-drop-btn {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table thead tr {
  background-color: #fff !important;
}
.show-select-car {
  width: 360px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show-items {
  font-weight: 500;
  width: 200px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table.table-striped tr:nth-child(odd) {
  background-color: #fff;
}
.product-single-tabs .tab-pane {
  padding-top: 0px;
  padding-bottom: 3rem;
  color: #000;
  line-height: 1.92;
}

@media (max-width: 768px) {
  .show-select-car {
    width: 300px;
  }
}
@media (max-width: 375px) {
  .select-option h3 {
    font-size: medium;
    font-weight: lighter !important;
  }

  .dropdown-img img {
    margin-top: 10px !important;
  }
}

@media (max-width: 584px) {
  .selected-car {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .selected-car-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .selected-car h1 {
    margin-top: 20px;
    font-size: 20px;
  }

  .selected-img img {
    margin-left: 15px;
  }

  .selected-img {
    border: none;
    padding-bottom: 20px;
    padding-left: 10px;
    border-bottom: 5px solid #cc000b;
  }

  .shadow-hover .card-body img {
    height: auto;
    width: 50%;
  }

  .selected-car-text button {
    margin-left: -18px;
    font-size: 12px;
    padding: 8px 18px;
    line-height: 1.5;
  }
}

@media (max-width: 1300px) {
  .car-inputs select {
    margin-top: 0px;
    margin-right: 5px;
    width: auto;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    appearance: none;
  }
}

@media (max-width: 1160px) {
  .Vin-input {
    height: 8.5vh;
    margin-top: 0px;
    width: 150px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    appearance: none;
  }
}

@media (max-width: 1080px) {
  .Vin-input {
    height: 8.5vh;
    margin-top: 0px;
    width: 100px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    appearance: none;
  }
}
.PaymentOption .product-single-tabs .nav.nav-tabs .nav-link.active {
  color: rgb(0, 0, 0);
  border: none;
}   
.PaymentOption .product-single-tabs .nav.nav-tabs .nav-link.active a {
  color: red !important;
  background-color : red !important;
  border: none;
}   
.PaymentOption .product-single-tabs .nav.nav-tabs .nav-link.active, .product-single-tabs .nav.nav-tabs .nav-link:hover {
  border-bottom-color: transparent;
}
.Apply{
  font-size: 14px;
    border: none;
    padding: 6px 14px;
    /* background: #cc000b; */
    color: #fff;
    border-radius: 10px;
}


.custom-sidebar:hover{
  background-color: #e50813 !important; 
}
.custom-sidebar:hover .custom-sidebar-text {
  color: #FFF !important; /* Temporary color for testing */
}

.crop-container {
  width: 300px;  /* Set the crop area */
  height: 200px;
  overflow: hidden;
  position: relative;
}

.crop-container img {
  width: 400px; /* Increase size for cropping effect */
  height: auto;
  position: absolute;
  top: -50px; /* Move the image up/down */
  left: -50px; /* Move the image left/right */
}


/* Add these classes to your global CSS */
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}


.btn-cart-blue{
  padding: 7px 27px 7px 26px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 24px;
  background-color: #0663ce;
}

.btn-cart-blue:hover{
  padding: 7px 27px 7px 26px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 24px;
  background-color: #013979;
}


.product-description__item-title{
  font-weight: 501;
  font-family: 'Inter', 'Arial', sans-serif;
  font-size: 13px;
  color: #132530;
}
.product-description__item-value{
  font-family: 'Inter', 'Arial', sans-serif;
  font-size: 13px;
  color: #132530;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .react-form-wizard .wizard-nav-pills {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
}

.react-form-wizard.xs .wizard-icon-circle{
  width: 30px !important;
  height: 30px !important;
  font-size: 12px !important;
  margin-top: 8px !important;
}
.smooth-border-left-to-right{
  border: '2px solid rgb(24, 55, 78) !important'
}

.react-form-wizard .wizard-icon-circle{
  border: 3px solid #d8e0e5 !important;
  background-color: #d8e0e5 !important;
  color: #999
}
.react-form-wizard.xs .wizard-nav-pills>li.active>a .wizard-icon{
  font-size: 12px !important;
}

.link-blue{
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px !important;
  font-weight: 501 !important;
  line-height: 16px !important;
  color: #0068d7 !important;
  cursor: pointer;
}

.link-blue-sm{
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 501 !important;
  line-height: 16px !important;
  color: #0068d7 !important;
  cursor: pointer;
}
.link-blue:hover{
  text-decoration: underline;
  cursor: pointer;
}

.link-blue-md{
  font-family: Montserrat, Arial, sans-serif;
  
  font-weight: 500 !important;
  line-height: 16px !important;
  color: #0068d7 !important;
  cursor: pointer;
}
.link-blue-md:hover{
  text-decoration: underline;
  cursor: pointer;
}

li.active .wizard-icon-circle,
li.active .wizard-icon-container {
  background-color: rgb(204, 0, 11) !important;
}
.smooth-border-left-to-right{
  border: 1px solid rgb(130, 155, 171) !important
}

.wizard-icon-container {
  cursor: pointer;
}
.header-dropdown > a:after{
  margin-right: 5px !important;
}
.rtl.react-multiple-carousel__arrow--right{
  right: auto !important;
}
.rtl.react-multiple-carousel__arrow--left{
  left: auto !important;
}

.form-control.error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.form-control.error:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}