/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       XtoolUSA
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

@media (min-width: 981px) {
.et_fullwidth_nav #main-header .container {
    box-shadow:0px 10px 20px 0px rgba(0, 0, 0, .6);
}
}

.cli_settings_button {
	color: #2ea3f2 !important;
}
#supportedVehicles {
    min-height: 400px;
    text-align: center;
}
#supportedVehicles .autocompatibility {
    padding: 20px !important;
    position: relative;
    max-width: 600px;
    margin: 0px auto;
    width: 100%;
}
.autocompatibility .btn-sv {
    padding: 12px;
    border-radius: 0;
    width: 100%;
    font-size: 20px;
}
.btn-sv {
    border: 2px solid #d1d1d1;
    color: rgba(0,0,0,.6);
    background: #fff;
    min-width: 235px;
    cursor: pointer;
}
#supportedVehicles .sub-select {
    background: 0 0;
}
.autocompatibility .sub-select {
    top: 83px;
    right: 0;
    left: 20px;
}
.autocompatibility .search-vehicle select {
    padding: 12px;
    font-size: 20px;
    min-width: 100%;
    width: 100%;
}
.autocompatibility .sub-select button {
    color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 5px;
    background-color: #2ea3f2;
    display: inline-block;
    margin-top: 12px;
}
button#vehicleDropdownSubmit[disabled] {
    background: #ccc;
    border: 1px solid #ccc;
}
button#vehicleDropdownSubmit{
    cursor: pointer;
}
.autocompatibility .sub-select button {
    padding: 12px 70px;
    font-weight: 700;
    font-size: 16px;
}
.hide{
    display: none !important;
}
.loader-holder {
    opacity: .6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99999;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 15% 46%;
}
.autovehicleBack{
    float: right;
    background: #2ea3f2;
    margin-right: 20px;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    margin-top: 10px;
    min-width: 150px;
    text-align: center;
    font-size: 20px;
}
.Vehicletable th{
    white-space: nowrap;
    color: #fff !important;
}
.Vehicletable {
    color: #fff !important;
}
#vehicleDropdownCancel{
    background: #c85b42;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }