.advanced-widebar-search-section { position: relative; }

.aw-search-textbox { position: relative; }
.aw-search-textbox .aw-search-submit { position: absolute; height: 40px; padding: 0px 20px; right: 3px; border: 0; background-color: #e21838; top: 50%; transform: translateY(-50%); border-radius: 4px; display: flex; align-items: center; justify-content: center; transition: all 0.15s; }
.aw-search-textbox .aw-search-submit:hover { background-color: #be0623; }
.aw-search-textbox .aw-search-submit span { font-weight: bold; color: #ffffff; font-size: 14px; }
.aw-search-textbox #home-search { border: 0; border-radius: 4px; }

.aw-search-options { position: absolute; z-index: 990; width: 100%; background-color: #ffffff; border-radius: 4px; border: 1px solid #cccccc; transition: all 0.2s; overflow: auto; max-height: 0px; }
.advanced-widebar-search-section.focusing .aw-search-options { max-height: 2000px; }

.aw-search-options .vehicle-styles-section { padding: 12px 12px; }
.aw-search-options .vehicle-styles-section .aw-title.vs-title { font-size: 18px; font-weight: bold; color: #000000; margin-bottom: 15px; }
.aw-search-options .vehicle-styles-section .vs-row { display: flex; flex-wrap: wrap; gap: 8px; }
.aw-search-options .vehicle-styles-section .vs-row .awvs-item { width: calc(50% - 8px); }


@media only screen and (min-width: 1200px) {
	.aw-search-options .vehicle-styles-section { padding: 25px 25px; }
}