:root{
    --light-primary-color: #fdefd5;
    --primary-color: #F7AF3E;
    --dark-primary-color: #B3782D;
    --primary-hover-color: var(--dark-primary-color);
    --blue-color: #4797d2;
    --blue-hover-color: #2c6ecb;
    --required-color: #ff0808;
    
    --white-color: #FFFFFF;
    --light-graycolor: #f2f2f2;
    --graycolor: #F7F7F7;
    --dark-graycolor: #b9b9b9;
    --dark2-graycolor: #969696;
    --gray-darkcolor: var(--light-blackcolor);
    --light-blackcolor: #585858;
    --blackcolor: #000000;
    --textdark-color: #272727;
    --cmsbgcolor: var(--graycolor);
    --sale-color: #973300;
    --light-salecolor:#6f4401;
    
    --bordercolor: #ddd;
}
.wh-allstart-here-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: var(--blackcolor);
    color: var(--white-color);
    padding: 6px 30px;
    border-radius: 10px;
    margin-top: 20px;
}
.wh-allstart-here-wrapper > div{
   width: 100%;
}
.wh-allstart-here-wrapper > div.wh-allstart-here-centerbox{
	margin-top: 20px;
}
.wh-allstart-here-wrapper > div.newwidth-col-7{
	margin-bottom: 20px;
}
.newwidth-col-7 .wh-allstart-here-left .content{
	text-align: center;
}
.wh-allstart-here-left{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.wh-allstart-here-left .icon{
    margin: 15px;
}
.wh-allstart-here-left .icon img{
    display: block;
    margin: 0px auto;
    max-width: 60px;	
}
.wh-allstart-here-left .content{
    width: 100%;
	text-align: center;
}
.wh-allstart-here-left .content .title{
    margin: 0px;
    color: var(--primary-color);
}
.wh-allstart-here-left .content .description{
    margin: 0px;
    line-height: 1.2;
    margin-top: 10px;
}
.wh-allstart-here-rightbox .user-account .topLinks{
    color: var(--white-color);
	text-decoration: underline;
}
.wh-choose-finder{
    display: flex;
	flex-wrap: wrap;
}
.choose-finder-group{
    display: block;
	width: 100%;
	color: var(--white-color);
	margin-bottom: 15px;
}
select, input, textarea {
    border-radius: 5px;
}
.shopbytop-product-list-toptoolbar_wrapper.active{
    background: var(--graycolor);
    padding: 10px 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .35);
}
.choose-finder-group .finder-btnwheelhouse-mp{
    background: var(--white-color);
    padding: 10px 5px;
    border-radius: 5px;
    color: var(--light-blackcolor);
    width: 100%;
    text-transform: none;
}
.choose-finder-group .finder-btnwheelhouse-mp:after{
	content: "\e649";
    font-family: 'themify';
    font-size: 10px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    line-height: normal;
	transform: rotate(90deg);
	float: right;
	margin-top: 3px;
}
.shopbytop-product-list-toptoolbar_wrapper.active .toolbar-products{
	margin: 0px;
	padding: 0px;
}
.garages-select-contral .according-title{
	background: var(--white-color);
    border: solid 1px var(--graycolor) !important;
    color: var(--blackcolor);
    border-radius: 5px;
    width: 100%;
    padding: 7px 10px;
    text-align: left;
    padding-left: 30px;
    display: block;
    position: relative;
    font-weight: 700;
}
.garages-select-contral .according-title:before{
	content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    top: 0px;
    left: 15px;
}
.garages-select-contral .according-title:after{
	content: "\e649";
    font-family: 'themify';
    font-size: 10px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    line-height: normal;
	transform: rotate(90deg);
	float: right;
	margin-top: 3px;
}

.garages-select-contral .according-body{
	display: block;
}
.garages-select-contral .according-body.active{
	display: block;
}
.garages-select-contral .according-body .select-options{
	list-style: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid var(--graycolor);
    margin-top: 5px;
    border-radius: 5px;
	overflow: hidden;
}
.garages-select-contral .according-body .select-options .select-option{
    margin-bottom: 0px;
    padding: 5px 15px;
    padding-left: 30px;
    line-height: 1;
	line-height: 1;
    cursor: pointer;
}
.garages-select-contral .according-body .select-options .select-option:hover{
	background: var(--primary-color);
}
.wh-garages-main-wrapper{
    display: block;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 900;
    display: none;
}
.wh-garages-main-wrapper.garages-active{
	display: block;
}
.wh-garages-main-wrapper:after{
    content: "";
    display: block;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
}
.wh-garages-wrapper{
	/*max-width: 580px;
    background: var(--white-color);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.35);
    position: fixed;
    right: 0px;*/
    padding: 0px;
    z-index: 999;
    left: 55%;
    top: 62px;
    position: fixed;
    width: 460px;
}
.garages-contral .nice-select.wide{
	margin-bottom: 0rem;
    position: relative;	
    height: auto;
}

#finderDropdowns_wh-garages-filter .garages-contral .nice-select.wide{
    margin-bottom: 0rem;
    width: 100%;
    clear: both;
    overflow: hidden;
    height: auto;
    padding: 0px;
    border-radius: 0px;
}


#finderDropdowns_wh-garages-filter .garages-contral{
	margin-bottom: 1rem;
}

.garages-contral .nice-select.wide .list {
    max-height: 160px;
    overflow-y: auto;
    border: 1px solid var(--graycolor);
    box-shadow: none;
    background: var(--graycolor);
    width: 100%;
    margin-left: 0px;
    position: relative;
    top: 0px;
    display: none;
    border-radius: 0px;
    margin-top: 0px;
    list-style: none;
}
.wh-garages-step-ol-li .garages-contral .nice-select.wide .list{
    background: transparent;
    border: 0px;
}
.wh-garages-step-ol-li .garages-contral .nice-select .option.focus, 
.wh-garages-step-ol-li .garages-contral .nice-select .option.selected, 
.wh-garages-step-ol-li .garages-contral .nice-select .option.selected.focus{
    color: var(--primary-color);
    font-weight: 700;
    box-shadow: none;
}
.wh-garages-step-ol-li .garages-contral .nice-select .option:hover{
    color: var(--primary-color);
    font-weight: normal;
    box-shadow: none;
}
.garages-contral .nice-select.wide.open .list{
    display: block;
}

.garages-contral .nice-select.wide .list  > li{
    padding: 0px 10px;
}
.wh-garages-step .garages-select{
    border: 0px solid var(--blackcolor) !important;
    padding-left: 0px;
    padding-right: 0px;
}
.wh-garages-step .garages-select.disabled{
    border: 0px solid var(--graycolor) !important;  
}
.wh-garages-step .garages-select > span{
    display: block;
    border: 1px solid var(--blackcolor) !important;
    padding: 0px 10px;
    border-radius: 5px;
    /*font-family: 'Roboto';*/
    color: var(--blackcolor);
    font-weight: normal;
}
.wh-garages-step .garages-select.disabled > span{
    border: 1px solid var(--graycolor) !important;
    color: var(--dark2-graycolor);
    background: var(--graycolor); 
}
.garages-contral  .nice-select:after,
.garages-contral  .nice-select.open:after{
    top: 20px;
}

.garages-contral .nice-select .option.focus, 
.garages-contral .nice-select .option.selected,
.garages-contral .nice-select .option.selected.focus {
    background-color: var(--white-color);
    color: var(--primary-color);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.35);
    font-weight: 700;
}
.garages-contral .nice-select .option:hover{
    background-color: var(--white-color);
    color: var(--primary-color);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.35);
    font-weight: normal;  
}
.garages-contral:before,
.garages-contral:after{
	content:"";
	display: table;
	clear: both;
	overflow: hidden;
}

.btnline-style,
.wh-garages-step .btnline-style{
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--blackcolor);
    display: block;
    width: 100%;
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 30px;
    /*font-family: 'Roboto';*/
}
.btnline-style:disabled,
.wh-garages-step .btnline-style:disabled{
    background: #c4c4c4;
    border-color: #c4c4c4;   
}
.garages-button-contral .btnline-style:hover{
	border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--white-color);
    display: block;
    width: 100%;
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    border-radius: 5px;
}
.wh-garages-step .btnline-style:hover{
	border: 1px solid var(--blackcolor);
    background: var(--blackcolor);
    color: var(--white-color);
    display: block;
    width: 100%;
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    border-radius: 5px;	
}

.garages-contral .optgroup > span.label{
    display: block;
    background: transparent;
    padding: 6px 18px;
    text-transform: none;
    font-weight: normal;
    line-height: 1.2;
}
.garages-contral .optgroup .nice-select .option,
.nice-select.garages-select .option{
    line-height: 1.2;
    padding: 6px 18px;
    min-height: auto;
}
.wh-allstart-here-wrapper > div.wh-allstart-here-rightbox.newwidth-col-5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.wh-allstart-here-wrapper > div.wh-allstart-here-rightbox.newwidth-col-5 .wh-choose-finder{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.wh-allstart-here-wrapper > div.wh-allstart-here-rightbox.newwidth-col-5 .user-account{
    width: 100%;
    display: flex;
    justify-content: space-between;	
}

.wh-garages-steps .wh-garages-step{
    background: var(--white-color);
    padding: 30px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.35);
    list-style: none;
    margin-bottom: 0px;
}
.wh-garages-step-ol-li{
    list-style: none;
    display: block;
    border-bottom: 1px solid #333;
    padding-bottom: 1.5rem;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 1.5rem;
}
.wh-garages-step-ol > li:last-child{
    border-bottom: 0px solid #333;  
}
.garages-step-title{
    margin-top: 0px;
    font-size: 14px;
    /*font-family: 'Roboto';*/
    font-weight: 700;
}
.garages-step-title-h3{
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    /*font-family: 'Roboto';*/
    font-weight: 700;
}
.garages-contral .nice-select.wide .list > li {
    padding: 6px 18px;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 1.2;
    min-height: auto;
    /*font-family: 'Roboto';*/
}
.garages-button-contral.garages-contral{
    margin-top: 2rem;
}
#car-rego-search-form-wh-garages-filter{
    position: relative;
}
#car-rego-search-form-wh-garages-filter > .loading-mask{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    display: block;
}
#car-rego-search-form-wh-garages-filter > .loading-mask .loader > img{
    position: absolute;
}
#car-rego-search-form-wh-garages-filter .garages-contral .nice-select.wide .list > li{
    color: var(--dark2-graycolor);
    /*font-family: 'Roboto';*/
    font-weight: 700;
}
#car-rego-search-form-wh-garages-filter .garages-contral .nice-select.wide .list > li.selected{
    color: var(--blackcolor);
    /*font-family: 'Roboto';*/
    font-weight: 700;  
}

.car-rego-input-wrapper{
    display: flex;
    align-items: center;
    border: 1px solid var(--blackcolor);
    border-radius: 5px;
    padding: 6px 5px;
}
.car-rego-input-label{
    display: block;
    transform: rotate(90deg);
    text-transform: uppercase;
    border-top: 2px solid var(--primary-color);
}
.car-rego-input-wrapper .garages-number.car-rego-input{
    border: 0px solid var(--primary-color) !important;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    font-style: italic;
}
.garages-button-contral .btnline-style.car-rego-search-modal-find-vehicle{
    background: var(--white-color);
    border-color: var(--blackcolor);
    color: var(--blackcolor);
    border-radius: 40px;
    padding: 10px 30px;
    font-size: 22px;
}
.garages-button-contral .btnline-style.car-rego-search-modal-find-vehicle:hover{
    background: var(--blackcolor);
    color: var(--white-color);   
    border-radius: 40px;
}
.garages-numer-contral-form{
    background: var(--white-color);
    max-width: 700px;
}
.garages-numer-contral-form .wh-garages-steps{
    margin: 0px;
}

.modal-your-historical-vehicle-wrapper{
    padding: 40px;
    background: transparent;
    padding-top: 0px;
   /* border-top: 2px solid var(--blackcolor);*/
}
.modal-your-historical-vehicle-title{
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Gotham' !important;
    font-size: 16px;
}
.modal-your-historical-vehicle-items,
.modal-your-historical-vehicle-item{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
/*.modal-your-historical-vehicle-items{
    max-height: 180px;
    overflow-y: auto;
}*/
.modal-your-historical-vehicle-item{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-family: 'Gotham' !important;
    background: #F6F7F7;
    border-radius: 5px;
    padding: 5px;
}

.modal-your-historical-vehicle-radiobox{
    position: relative;
    width: calc(100% - 35px);
}

.modal-your-historical-vehicle-label{
    cursor: pointer;
    width: 100%;
    display: block;
    background: transparent;
    padding: 0px 0px;
    border-radius: 3px;
    box-shadow: none;
    line-height: 1.2;
    color: var(--blackcolor);
    font-size: 13px;
}
.submit-form-with-history:hover .modal-your-historical-vehicle-label{
    color: var(--blackcolor);   
}

/*.modal-your-historical-vehicle-radiobox .submit-form-with-history:hover .modal-your-historical-vehicle-label,
.modal-your-historical-vehicle-input:checked + .modal-your-historical-vehicle-label{
    background: var(--primary-color);
}*/
.modal-your-historical-vehicle-item:hover{
    background: var(--primary-color);   
}
.modal-your-historical-vehicle-item .move-item{
    width: 24px;
    height: 24px;
    background: var(--white-color);
    line-height: 22px;
    border-radius: 50%;
    border: 1px solid var(--blackcolor);
    font-size: 12px;
    cursor: pointer;
}
.modal-your-historical-vehicle-input{
    position: absolute;
    opacity: 0;
}
.wh-garages-step .garages-select-contral .select2-container{
    width: 100% !important;
}
.wh-garages-step .select2-container .select2-selection--single{
    height: 36px;
}
.wh-garages-step .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
}
.wh-garages-step .select2-container--default .select2-selection--single{
    border: 1px solid #333;
}
.wh-garages-step .select2-container--disabled .select2-selection--single{
    border: 1px solid #eee;
}
.select2-results__option{
    margin-bottom: 0px;
}
.wh-garages-step .select2-container--default .select2-results>.select2-results__options{
    background: #F0F0F0;
}
.wh-garages-step .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: var(--white-color);
    color: var(--primary-color);
}
.wh-garages-step .select2-container--default .select2-results__option--selected {
    background-color: var(--white-color);
    color: var(--primary-color);
    font-weight: bold;
}
.wheelhouse-moredetailed-tishi{
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
}
.advanced-selections-checkbox-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.advanced-selections-checkbox-wrapper{
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
}
.advanced-selections-checkbox-wrapper .advanced-selections-checkbox{
    display: block;
    position: absolute;
    z-index: 1;
    opacity: 0;
}
.advanced-selections-checkbox-wrapper label{
    color: #858383;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.advanced-selections-checkbox-wrapper label:before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: var(--white-color);
    border: 1px solid #ddd;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 5px;
}
.advanced-selections-checkbox-wrapper .advanced-selections-checkbox:checked + label:before{
    background-color: var(--primary-color);
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.advanced-selections-checkbox-wrapper .advanced-selections-checkbox:checked + label:after{
    content: "\f00c";
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    font-family: FontAwesome;
    color: var(--white-color);
}
/*
.garages-wheelhousenew-style{
    position: relative;
}
.garages-filterbtn.backto-btn{
    display: none;
}
.garages-filterbtn.backto-btn.show{
    display: block;
}
.garages-input-text{
    display: none;
}
.garages-input-text.show{
    display: block;
}
.garages-filterbtn{
	position: absolute;
    z-index: 2;
    height: 32px;
    border-radius: 5px;
    background: transparent;
    width: 37px;
}
.garages-filterbtn.search-btn{
	border-right: 1px solid #959393;
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	top: 5px;
    left: 1px;
}
.garages-filterbtn.backto-btn{
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	top: 5px;
    right: 1px;
}
.wh-garages-step .garages-select > span{
	width: 100%;
	padding-left: 52px;
}
.garages-input-text{
	padding-left: 52px;
	padding-right: 52px;
}*/
#car-model-selector-advanced-selections{
    margin: 20px 0px;
}
#car-model-selector-advanced-selections .message{
    margin-bottom: 10px;
    line-height: 1.2;
}
.require-unique-carid-modal-wrapper.modal-popup .modal-inner-wrap{
    max-width: 600px;
}
.require-unique-carid-modal-wrapper .modal-body-content h2{
    text-align: center;
}
.require-unique-carid-modal-wrapper .modal-body-content p{
    color: #666;
}
.advanced-selections-other .go-back{
    display: inline-flex;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1.2;
    align-items: center;
}
.advanced-selections-other .go-back i{
    margin-right: 3px;
}
.select-vehicles-list .content ul,
.select-vehicles-list .content ul li{
    list-style: none;
}
/*.carrego_search_popup_modal{
    z-index: 1000 !important;
}
.carrego_search_popup_modal + .modals-overlay{
    z-index: 999 !important;
}*/


@media(min-width: 768px){
	.wh-allstart-here-left{
     	flex-wrap: nowrap;
        justify-content: flex-start;
	}
	.wh-allstart-here-left .icon{
        margin-left: 0px;
	}
    .wh-allstart-here-left .content{    
	    width: auto;
		text-align: left;
	}
    .wh-allstart-here-wrapper > div.wh-allstart-here-rightbox{
	    width: 160px;
        margin: 20px 0px;
    }
    .wh-allstart-here-wrapper > div.wh-allstart-here-centerbox{
    	width: calc(100% - 160px)
    }
    .wh-choose-finder{
    	flex-wrap: nowrap;
    }
    .wh-choose-finder > div{
       margin-right: 15px;
    }
    .wh-choose-finder > div:last-child{
        margin-right: 0px;
    }
	.wh-allstart-here-wrapper > div.newwidth-col-7{
		margin-bottom: 0px;
	}
	.newwidth-col-7 .wh-allstart-here-left .content{
		text-align: left;
	}
 	.wh-allstart-here-wrapper > div.wh-allstart-here-leftbox.newwidth-col-7{
		width: 60%;
    }
    .wh-allstart-here-wrapper > div.wh-allstart-here-rightbox.newwidth-col-5{
	    width: 40%;
    	display: flex;
	    justify-content: space-between;
	    align-items: center;
    	padding-left: 20px;
    }
	.wh-allstart-here-wrapper > div.wh-allstart-here-rightbox.newwidth-col-5 .wh-choose-finder, 
	.wh-allstart-here-wrapper > div.wh-allstart-here-rightbox.newwidth-col-5 .user-account {
	    display: inline-block;
	    width: auto;
	    text-align: left;
	    margin-bottom: 0px;
	}
	.newwidth-col-5 .user-account .my-text-blue-button:last-child{
		margin-bottom: 0px;
	}
    .wh-garages-steps .wh-garages-step{
        display: block;
        float: left;
        background: var(--white-color);
        padding: 15px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,.35);
        width: 100%;
    }
    .wh-garages-steps .wh-garages-step{
        min-width: 260px;
    }
    .wh-garages-steps .wh-garages-step:last-child{
        min-width: 320px;
    }
    .require-unique-carid-modal-wrapper.modal-popup .modal-inner-wrap{
        border-radius: 10px;
    }
}

@media(min-width: 1200px){
    .wh-allstart-here-wrapper > div.wh-allstart-here-leftbox{
      width: calc(45% - 100px)
 	}
    .wh-allstart-here-wrapper > div.wh-allstart-here-centerbox{
        width: calc(55% - 60px);
    }
    .wh-allstart-here-wrapper > div.wh-allstart-here-leftbox.newwidth-col-7{
		width: 65%;
    }
    .wh-allstart-here-wrapper > div.wh-allstart-here-rightbox.newwidth-col-5{
	    width: 35%;
    }
    .wh-garages-wrapper{
        left: 46.8%;
    }
    .garages-numer-contral-form .wh-garages-steps{
        display: flex;
    }
    .wh-garages-steps .wh-garages-step{
        min-width: 300px;
    }
    .wh-garages-steps .wh-garages-step:last-child{
        min-width: 340px;
    }
   
}

@media(min-width: 1450px){
    .wh-garages-wrapper{
        left: 47%;
    }
}

@media(max-width: 1200px){
    .garages-numer-contral-form .wh-garages-steps{
        display: flex;
        flex-wrap: nowrap;
    }
    .wh-garages-steps .wh-garages-step{
        width: 100%;
    }
    .wh-garages-wrapper{
        left: 50% !important;
        transform: translateX(-50%);
    }
}

@media(max-width: 767px){
    .wh-garages-wrapper{
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
    }
    .wh-garages-steps{
        max-height: 420px;
        overflow: auto;
    }
    .garages-numer-contral-form .wh-garages-steps{
        flex-wrap: wrap;
    }
    .wh-garages-steps .wh-garages-step{
        padding: 15px;
    }
}
@media(max-width: 640px){
    .wh-garages-wrapper{
        width: 86%;
    }
}



/* new car-selector-version-6-wrapper
===========================================*/
.garages-numer-contral-form{
    border-radius: 8px;
    border-top-left-radius: 0px;
}
.wh-garages-searchboxbm{
    max-height: 520px;
    overflow-y: auto;
}

.car-rego-selector-version-6-content .wh-garages-step-ol,
.car-manually-selector-version-6-content{
    padding: 20px 40px;
    margin-bottom: 0px;
}
.car-manually-search-modal-find-vehicle-note{
    padding: 10px 40px;
    text-align: center;
    margin: 20px 0px;
    display: block;
}
.car-manually-search-modal-find-vehicle-note .car-rego-search-modal-find-vehicle-note-link{
    padding: 15px 20px;
    background: var(--primary-color);
    color: var(--blackcolor);
    display: inline-block;
    border-radius: 8px;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Gotham';
    font-weight: bold;
}
.car-manually-search-modal-find-vehicle-note .car-rego-search-modal-find-vehicle-note-link:hover{
    background: var(--blackcolor);
    color: var(--primary-color); 
}

.car-rego-selector-version-6-content .wh-garages-step-ol-li{
    border-bottom: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.car-rego-selector-version-6-content .wh-garages-step-ol > li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.page-wrapper .car-rego-selector-version-6-content .garages-step-title,
.page-wrapper .car-manually-selector-version-6-content .garages-step-title{
    font-family: 'Gotham';
    font-size: 20px;
    font-weight: bold;
}
.car-rego-selector-version-6-content .car-rego-input-wrapper{
    background: #252626;
    color: var(--primary-color);
    padding: 12px 15px;
}
.car-rego-selector-version-6-content .car-rego-input-label{
    font-size: 14px;
    font-weight: bold;
}
.car-rego-selector-version-6-content .car-rego-input-wrapper .garages-number.car-rego-input{
    font-size: 46px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    background: transparent;
    font-family: 'Gotham';
    color: var(--white-color);
    width: 100%;
    height: auto;
    display: block;
    max-width: 320px;
    padding: 0px;
    margin-bottom: 0px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.car-rego-selector-version-6-content .car-rego-input-wrapper .garages-number.car-rego-input::placeholder{
    font-size: 42px !important;
    color: #bcbcbc !important;
    font-family: 'Gotham';
    font-weight: 500;
    font-style: normal !important;
    letter-spacing: 8px;
    text-transform: uppercase;
}

@media(max-width: 992px){
    .car-rego-selector-version-6-content .car-rego-input-wrapper .garages-number.car-rego-input::placeholder{
        font-size: 34px !important;
        color: #bcbcbc !important;
    }   
}

.car-rego-selector-version-6-content .garages-contral .nice-select.wide{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.car-rego-selector-version-6-content .garages-select{
    border: 0px solid var(--light-blackcolor) !important;
}
.car-rego-selector-version-6-content .garages-select .current{
    display: block;
    border: 2px solid var(--light-blackcolor);
    border-radius: 8px;
    height: 54px;
    font-size: 16px;
    padding: 16px 15px;
    line-height: 1.2;
}
.car-rego-selector-version-6-content .garages-contral .nice-select.wide.open .list{
    margin-top: 5px;
}
.car-rego-selector-version-6-content #car-rego-search-form-wh-garages-filter .garages-contral .nice-select.wide .list > li.selected{
    background: var(--graycolor);
}
.car-rego-selector-version-6-content #car-rego-search-form-wh-garages-filter .garages-contral .nice-select.wide .list > li{
    font-weight: normal;
    color: #252626;
}
.car-rego-selector-version-6-content .garages-button-contral .btnline-style.car-rego-search-modal-find-vehicle{
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-family: 'Gotham';
    font-weight: 700;
    letter-spacing: 1px;
}
.car-rego-selector-version-6-content .garages-button-contral .btnline-style.car-rego-search-modal-find-vehicle:hover{
    border-color: var(--blackcolor);
    color: var(--white-color);
    background: var(--blackcolor);
}
.car-manually-selector-version-6-content .select2-container{
    width: 100% !important;
}
.car-manually-selector-version-6-content .select2-container .select2-selection--single{
    height: 42px;
}
.car-manually-selector-version-6-content .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
.car-manually-selector-version-6-content .select2-container--default .select2-selection--single{
    background-color: var(--white-color);
    border: 1px solid var(--light-blackcolor);
    border-radius: 6px;
    width: 100%;
}
.car-manually-selector-version-6-content .select2-container--default.select2-container--disabled .select2-selection--single{
    background-color: var(--graycolor);
    cursor: default;
    border: 0px;
    border-radius: 0px;
}
.car-manually-selector-version-6-content .reset-car-manually-finder-form{
    width: calc(50% - 10px);
    float: left;
    background: var(--white-color);
    border: 1px solid var(--light-blackcolor);
    color: var(--blackcolor);
}
.car-manually-selector-version-6-content #find_wh-garages-filter{
    width: calc(50% - 10px);
    float: right;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--white-color);
    padding-left: 0px;
    padding-right: 0px;
    text-align: center; 

    &:disabled{
        background: var(--dark-graycolor);
        color: var(--light-blackcolor);
        border-color: var(--dark-graycolor);
    }

    &:hover{
        background: var(--dark-primary-color);
        color: var(--white-color);
        border-color: var(--dark-primary-color);
    }
}
.car-manually-selector-version-6-content .car-manually-search-modal-find-vehicle-note{
    width: 100%;
    clear: both;
    overflow: hidden;
    text-align: center;
    margin: 0px;
    padding-top: 10px;
    font-size: 16px;
}
.car-manually-selector-version-6-content .car-manually-search-modal-find-vehicle-note .car-rego-search-modal-find-vehicle-note-link{
    font-size: 15px;
    text-decoration: underline;  
}
.car-rego-search-modal-find-vehicle-note .car-rego-search-modal-find-vehicle-note-link:visited{
    color: var(--primary-color);
}

.car-rego-selector-version-6-content .car-rego-search-modal-find-vehicle-note{
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 0px;
    font-family: 'Gotham';
    font-weight: 700;
    line-height: 1.3;
}

.car-rego-search-modal-find-vehicle-note .car-rego-search-modal-find-vehicle-note-link{
    text-decoration: underline;
    display: block;
}

.finderDropdowns_btngroups_div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.car-manually-selector-version-6-content{
    margin-bottom: 10px;
}

@media(min-width: 768px){
    .car-rego-selector-version-6-content,.car-manually-selector-version-6-content{
        min-width: 400px;
        &:before,&:after{
            content:"";
            display: table;
            clear: both;
            overflow: hidden;
        }
    }
}

@media(max-width: 767.98px){
    .wh-garages-filter-6-version-wrapper .garages-numer-contral-form {
        border-radius: 0px;
        background: #f7f7f7;
        max-width: 100%;
    }
    .wh-garages-filter-6-version-wrapper.wh-garages-main-wrapper:after{
        display: none;
    }
    .wh-garages-filter-6-version-wrapper .wh-garages-wrapper{
        width: 100%;
        top: 190px;
        /*max-height: 500px;
        overflow-y: auto;*/
    }
    .wh-garages-searchboxbm {
        max-height: 430px;
        overflow-y: auto;
        box-shadow: 0px 7px 8px rgba(0, 0, 0, .35);
    }
    .car-rego-selector-version-6-content .wh-garages-step-ol, .car-manually-selector-version-6-content{
        padding: 20px 15px;
    }

    .car-manually-search-modal-find-vehicle-note{
        padding: 10px 15px;
    }
    .modal-your-historical-vehicle-wrapper{
        padding: 20px 15px 15px 15px;
    }
    .car-manually-search-modal-find-vehicle-note{
        padding: 20px 15px;
        padding-top: 0px;
        margin: 0px;
    }
    .car-rego-selector-version-6-content .car-rego-search-modal-find-vehicle-note{
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .wh-garages-filter-6-version-wrapper .wh-garages-wrapper {
        width: 100%;
        top: 190px;
    }
}

.carrego_search_popup_modal .modal-inner-wrap{
    top: 12px;
    width: 460px;
    border-radius: 8px;
    border-top-left-radius: 0px;
}
