/* START: GLOBAL */
:root {
	--themePrimaryColor: #0069B5;
    --themeSecondaryColor: 
}
.d-none {
	display: none;
}
/* END: GLOBAL */

/* START: HomePage Search Section */
#searchSection {
    padding-top: 15px;
    padding-bottom: 15px;
}

#searchSection .container-wrap {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    column-gap: 25px;
    row-gap: 20px;
    padding: 0 12px;
}

@media (max-width: 1199.98px) {
    #searchSection .container-wrap {
        column-gap: 12px;
    }
}

@media (max-width: 767.98px) {
    #searchSection .container-wrap {
        grid-template-columns: 1fr;
    }
}

#searchSection .container-wrap .page-builder-layout-row {
	margin-top: 0;
    z-index: 1;
    position: relative;
    width: 100%;
}

@media (max-width: 767.98px) {
    #searchSection .container-wrap .page-builder-layout-row:not(:first-of-type) {
        background-color: #ededed;
        padding: 12px;
        border-radius: 5px;
    }
}

#searchSection .container-wrap .page-builder-layout-row.secTitle {
	grid-area: 1 / 1 / 2 / 4;
    width: 100%;
}

#searchSection .container-wrap .page-builder-layout-row.searchBar {
	grid-area: 2 / 1 / 3 / 2;
}

#searchSection .container-wrap .page-builder-layout-row.searchVehicle {
	grid-area: 2 / 2 / 3 / 3;
}

#searchSection .container-wrap .page-builder-layout-row.searchVIN {
	grid-area: 2 / 3 / 3 / 4;
}

@media (max-width: 767.98px) {
	#searchSection .container-wrap .page-builder-layout-row.secTitle,
    #searchSection .container-wrap .page-builder-layout-row.searchBar,
    #searchSection .container-wrap .page-builder-layout-row.searchVehicle,
    #searchSection .container-wrap .page-builder-layout-row.searchVIN {
    	grid-area: auto;
    }
}

#searchSection .container-wrap .page-builder-layout-column-wrap {
    padding: 0;
}

#searchSection .container-wrap .page-builder-layout-row.secTitle .page-builder-layout-column-wrap {
	padding: 0;
    padding-top: .7rem;
    background-color: transparent;
}

#searchSection .container-wrap .page-builder-layout-row.secTitle .page-builder-layout-column-wrap .custom-html-module > h1 {
    font-size: 26px;
    font-weight: 500;
	text-align: center;
    text-transform: none;
    line-height: 26px;
    padding: 0;
    margin-bottom: 0;
}

#searchSection .searchBar .search-bar-module fieldset {
	display: flex;
    flex-direction: column;
}

#searchSection .searchBar .search-bar-module fieldset .main-search-wrapper {
	width: 100%;
    margin-bottom: 70px;
}

#searchSection .searchBar .search-bar-module fieldset .main-search-wrapper::after {
	content: "";
    background-image: url('https://cdn.revolutionparts.io/257a160a8748f99637e80da6bb47fd50/design/search_nparts.webp');
    width: 220px;
    height: 60px;
    position: absolute;
    bottom: 44px;
    right: 0;
    left: 0;
    margin: auto;
}

#searchSection .searchBar .search-bar-module .search-bar-component input[type=text] {
	border: 1px solid #ccc;
    border-radius: 0;
    font-size: 12px;
    text-align: center;
    height: auto;
    padding: 9.5px 13px;
}

#searchSection .searchBar .search-bar-module .search-bar-component input::placeholder {
	color: #555;
    font-weight: 500;
}

#searchSection .searchBar .search-bar-module fieldset .button-start-search {
	position: unset;
    outline: none;
    padding: 10.5px 10px;
    background-color: var(--themePrimaryColor);
}

#searchSection .searchBar .search-bar-module fieldset .button-start-search::before {
	content: "FIND PART";
    font-size: 20px;
    font-weight: bold;
}

#searchSection .searchBar .search-bar-module fieldset  .button-start-search > i {
	display: none;
}

#searchSection .searchVehicle .custom-image-wrapper,
#searchSection .searchVIN .custom-image-wrapper {
	padding: 0;
}

#searchSection .searchVehicle .garage-component.svg-icons {
    width: 100%;
	height: unset;
}

#searchSection .searchVehicle .car-selected-module {
	text-align: center;
    padding: 0;
    margin-bottom: 70px;
}

#searchSection .searchVehicle .garage-component.svg-icons .garage-icon {
	display: none;
}

#searchSection .searchVehicle .garage-component.svg-icons .garage-text-wrap {
	width: 100%;
}

#searchSection .searchVehicle .garage-component.svg-icons .garage-text-wrap::after {
	content: "";
    background-image: url('https://cdn.revolutionparts.io/257a160a8748f99637e80da6bb47fd50/design/search_ncar.webp');
    width: 220px;
    height: 60px;
    position: absolute;
    bottom: -66px;
    right: 0;
    left: 0;
    margin: auto;
}

#searchSection .searchVehicle .garage-component.svg-icons .garage-text {
	display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: .313rem;
    margin: 0;
}

#searchSection .searchVehicle .garage-component.svg-icons .garage-text > i {
	position: relative;
    top: -1px;
    left: 5px;
}

#searchSection .searchVehicle .header-text,
#searchSection .searchVehicle .vpicker_buttons {
	display: none;
}

#searchSection .searchVehicle .page-builder-layout-module:last-of-type {
	margin-top: 10px;
}

#searchSection .searchVehicle .vehicle-picker-module .vpicker-submit {
	font-size: 20px;
    background-color: var(--themePrimaryColor);
    padding: 6px;
}

#searchSection .searchVIN .search-by-vin-module .search_form {
	position: relative;
}

#searchSection .searchVIN .search-by-vin-module .search_form::after {
    content: "";
    background-image: url('https://cdn.revolutionparts.io/257a160a8748f99637e80da6bb47fd50/design/search_barcode.webp');
    width: 220px;
    height: 60px;
    position: absolute;
    bottom: 44px;
    right: 0;
    left: 0;
    margin: auto;
}

#searchSection .searchVIN .search-by-vin-module input[type=text] {
    border: 1px solid #ccc;
    border-radius: 0;
    text-align: center;
    padding: 9.5px 13px;
    margin-top: 0;
    margin-bottom: 70px;
}

#searchSection .searchVIN .search-by-vin-module input[type=text]::placeholder {
	color: #555;
    font-weight: 500;
}

#searchSection .searchVIN .search-by-vin-module .call-to-action-button {
    font-size: 20px;
    background-color: var(--themePrimaryColor);
	padding: 7px;
    outline: none;
}

@media (max-width: 767.98px) {
    #vehicle-custom {
        padding-top: 1.5rem;
        padding-right: 12px;
        padding-left: 12px;
    }
    #vehicle-custom .header-text {
        display: block;
        font-size: 18px;
    }
    .vehicle-picker-module.display-horiz .vpicker_buttons li.vpicker_button {
        display: block;
    }
    #vehicle-custom .vpicker_buttons .vpicker_button .vpicker-select {
        width: 100%;
    }
    #vehicle-custom .vpicker_buttons {
        width: 100%;
    }
    .vehicle-picker-module.display-horiz .vpicker_buttons li.vpicker_button+li.vpicker_button {
        margin-left: 0;
        margin-top: 10px;
    }
}
/* END: HomePage Search Section */


/* begin fix the thumbnail arrows */
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-next, 
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-prev {
     height: 60px;
padding: 0;
}
/* end fix the thumbnail arrows */

/* Dropdown Button */
.dropbtn {
  background-color: #00324f;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #00446e;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 51;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Add or remove this to hide or show */
.hide {display:none;}

.promotional-banner-wrap {
  background-color: red !important;
}
.promotional-banner-text {
  color: white;
  font-size: 18px !important;
  animation-name: pulse;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.promotional-banner-link {
  color: white !important;
}
@keyframes pulse {
  0% {transform: scale(1);}
  15% {transform: scale(1.1);}
  45% {transform: scale(1);}
}
.online-only-pricing {
    color: red;
    font-size: 18px;
    font-weight: 900;
}

@media (max-width: 1399.98px) {
	.banner-vpicker-module,
    .banner-vpicker-module .slider .rslides_container .rslides.owl-carousel,
    .banner-vpicker-module .slider .rslides_container .rslides .banner-fill-cover:first-child {
    	height: 350px !important;
    }
}

@media (max-width: 1199.98px) {
    .banner-vpicker-module,
    .banner-vpicker-module .slider .rslides_container .rslides.owl-carousel,
    .banner-vpicker-module .slider .rslides_container .rslides .banner-fill-cover:first-child {
    	height: 300px !important;
    }
}

@media (max-width: 991.98px) {
	.banner-vpicker-module,
    .banner-vpicker-module .slider .rslides_container .rslides.owl-carousel,
    .banner-vpicker-module .slider .rslides_container .rslides .banner-fill-cover:first-child {
    	height: 230px !important;
    }
}