.sipf-product-filter select {
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}
/* Loader styles */
.sipf-loader {
    display: none; /* Initially hidden */
    border: 6px solid #E52727;
    border-top: 6px solid #f3f3f3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
    z-index: 999;
}
body.home.loader_active:before {
    background: transparent;
    pointer-events: none;
}

body.home .elementor-shortcode span.year_make_error {
    color: #b90206;
    display: block;
    text-align: center;
    border: 1px solid #b90206;
    margin-top: 10;
}


body.home.loader_active .sipf-product-filter:before {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #000;
    pointer-events: all;
    opacity: 0.5;
}
.search-button-product {
    width: 100%;
    color: #fff;
    height: 64px;
    margin-top: 12px;
    background: #b90206;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 100px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.sipf-product-filter select {
	width: 100%;
	height: 64px;
	position: relative;
	border-radius: 5px;
	max-width: 100% !important;
	background-image: unset;
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
    padding: 0 15px;
}
.search-button-product {
	grid-column: 1/3;
	margin: 0;
	cursor: pointer;
	width: 100%;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	padding: 0px 30px;
	height: 64px;
	margin-top: 12px;
	background: #b90206;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-button-product:hover {
    background: #000;
    color: #fff;
}
.sipf-product-filter {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 28px;
	padding: 26px 0 0px 0;
	position: relative;
}
.sipf-product-filter .sipf-loader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media only screen and (max-width: 1023px) {
    .search-button-product {
      font-size: 17px;
      height: 50px;
    }
  }
@media only screen and (max-width: 767px) {
    .sipf-product-filter  {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 15px;
    }
    .sipf-product-filter select {
        width: 100%;
        height: 40px;
        font-size: 14px;
        border-radius: 3px;
    }
    .search-button-product {
        grid-column: unset;
    }
    .search-button-product {
        font-size: 14px;
        height: 40px;
      }
}