.container-fluid{
	padding-right:0px;
	padding-left:0px;
}
html{
	overflow-x: hidden;
}
@media screen and (max-width:767px){
	select#product-category, select#product-subcategory,select#model-name,select#model-year{
  width:47%;
  margin: 5px auto;
}
}
select#product-category, select#product-subcategory,select#model-name,select#model-year{
background:#ffffff;
border:1px solid orange;

}

.copyright{
text-align: center !important;
color: white !important;
font-weight: bold !important;
}
.top-header{
	display:none;
}

.header-search-form {
  display: none !important;
}

.header-search-widget {
  display: flex !important;
  justify-content: center !important;
 
}
  #return-to-top
{
    bottom: 14% !important;
}


.submit-button {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-button:hover {
  background: #005f8d;
}
.wc-block-cart__submit-container {
   background: #000;
}
.sp-wcsp-slider-area #sp-wcsp-slider-section-1376 .sp-wcsp-cat-item .sp-wcsp-cat-thumbnail{
    border-radius: 50%;
    
}
.nav-top-right .sp-wcsp-slider-section{
    padding-top: 50px !important;
}
.sp-wcsp-slider-area #sp-wcsp-slider-section-1376 .sp-wcsp-cat-item{
    background: transparent;
}