@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,700&display=swap');

.stw-autosports-addon-add-your-vehicle-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

.stw-autosports-addon-add-your-vehicle-dropdown h2 {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px 30px 15px 20px;
    width: 100%;
    font-family: "Oswald", Roboto;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    background-color: #222529;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}
.stw-autosports-addon-add-your-vehicle-dropdown h2 img {
    margin-right: 10px;
    width: 26px;
}

.stw-autosports-addon-dropdown-content-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    max-width: 360px;
    min-width: 360px;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999;
}
.stw-autosports-addon-dropdown-field {
    margin-bottom: 20px;
}

.stw-autosports-addon-dropdown-field select {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    min-width: 120px;
    background: url(../icons/down-arrow.png) no-repeat right center;
    background-size: 12px 12px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background-position: right 15px center;
    cursor: pointer;
}

.stw-autosports-addon-vehicle-empty-list .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    font-family: Oswald, Roboto;
    letter-spacing: .1;
    text-transform: uppercase;
    color: #fff;
    background-color: #222529;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.stw-autosports-addon-dropdown-content-wrapper .button:hover {
    background-color: #1a1c20;
}

.stw-autosports-addon-my-vehicle {
    display: none;
}

.stw-autosports-addon-my-vehicle h3 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: Oswald, Roboto;
    text-transform: uppercase;
    color: #222529;
}

#stw-autosports-my-vehicles-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
#stw-autosports-my-vehicles-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    list-style: none;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    background-color: #f2f3f5;
    box-sizing: border-box;
}

#stw-autosports-my-vehicles-list .stwautosports-remove {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: #444;
    cursor: pointer;
}

.stw-autosports-addon-dropdown-field select.loading {
    cursor: wait;
    opacity: .4;
}