/*Default*/
.stm-orange {
    color: #ffb129;
}

/*Default*/
.stm-orange {
    color: #ffb129;
}

.stm-vl-plugin-pure {
  /* 1.2 Form controls, form groups */
  /* 1 Base Styles */
  /* 1.1 Buttons */
  /* 1.3 Layout styles */
  /* 2 Site styles */
  /* 2.1 Site styles */
  /* 3.3 Vendors */
  /*3.4 Radio/Checkbox*/
  /* General settings */
  /* Input & Textarea */
  /* Remove default webkit and possible mozilla .search styles.
  * Keeping this as :active to remove browser styles */
  /* Checkbox */
  /* Radio */
  /* Buttons */
}

.stm-vl-plugin-pure input[type=text],
.stm-vl-plugin-pure input[type=number],
.stm-vl-plugin-pure input[type=tel],
.stm-vl-plugin-pure input[type=email],
.stm-vl-plugin-pure input[type=search],
.stm-vl-plugin-pure input[type=password] {
    display: block;
    width: auto;
    flex: 1;
    height: 40px;
    line-height: 47px;
    padding: 0 12px;
    font-weight: 400;
    color: var(--motors-text-alpha-color);
    border: 1px solid var(--motors-border-color);
    font-size: 14px;
    outline: none !important;
    background-color: var(--motors-filter-inputs-color);
    min-width: 205px;
    max-width: 100%;
}

.stm-vl-plugin-pure input[type=text].form-error,
.stm-vl-plugin-pure input[type=number].form-error,
.stm-vl-plugin-pure input[type=tel].form-error,
.stm-vl-plugin-pure input[type=email].form-error,
.stm-vl-plugin-pure input[type=search].form-error,
.stm-vl-plugin-pure input[type=password].form-error {
    border-color: var(--motors-error-text-color);
}

.stm-vl-plugin-pure input[type=text]:focus,
.stm-vl-plugin-pure input[type=number]:focus,
.stm-vl-plugin-pure input[type=tel]:focus,
.stm-vl-plugin-pure input[type=email]:focus,
.stm-vl-plugin-pure input[type=search]:focus,
.stm-vl-plugin-pure input[type=password]:focus {
    background-color: var(--motors-bg-color);
    border-color: var(--motors-accent-color);
    color: var(--motors-text-color);
}

.stm-vl-plugin-pure textarea {
    padding: 12px;
    width: 100%;
    max-width: 100%;
    background-color: var(--motors-filter-inputs-color);
    border: 2px solid var(--motors-border-color);
    color: var(--motors-text-alpha-color);
    resize: none;
}

.stm-vl-plugin-pure textarea:focus {
    background-color: var(--motors-bg-color);
    border-color: var(--motors-accent-color);
    color: var(--motors-text-color);
}

.stm-vl-plugin-pure .form-group {
    margin-bottom: 19px;
}

.stm-vl-plugin-pure .form-group-textarea {
    margin-bottom: 16px;
}

.stm-vl-plugin-pure .has-error input[type=text],
.stm-vl-plugin-pure .has-error input[type=tel],
.stm-vl-plugin-pure .has-error input[type=email],
.stm-vl-plugin-pure .has-error input[type=search],
.stm-vl-plugin-pure .has-error input[type=password] {
    border-color: var(--motors-error-text-color);
}

.stm-vl-plugin-pure .form-error {
    border-color: var(--motors-error-text-color);
}

.stm-vl-plugin-pure input[type=checkbox], .stm-vl-plugin-pure input[type=radio] {
    margin: 0;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.stm-vl-plugin-pure textarea,
.stm-vl-plugin-pure input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.stm-vl-plugin-pure input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

.stm-vl-plugin-pure .form-control {
    border-radius: 0;
    box-shadow: none;
}

.stm-vl-plugin-pure .stm-form-price-edit .stm_price_input {
    padding: 25px 40px 30px;
}

.stm-vl-plugin-pure .stm-form-price-edit .stm_price_input:last-child {
    border-top: 1px solid var(--motors-border-color);
}

.stm-vl-plugin-pure .stm-form-price-edit h4 {
    color: var(--motors-text-color);
    margin-bottom: 28px;
    text-transform: uppercase;
    font-weight: 700;
}

.stm-vl-plugin-pure .stm-form-price-edit p {
    color: var(--motors-text-alpha-color);
}

.stm-vl-plugin-pure .stm_add_car_title_form {
    margin: 25px 0;
}

@media (max-width: 1024px) {
    .stm-vl-plugin-pure .stm_add_car_title_form {
        margin: 0 0 25px;
    }
}

.stm-vl-plugin-pure .stm_add_car_title_form input {
    max-width: 60%;
}

.stm-vl-plugin-pure .select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader {
    animation: rotating 2s infinite linear;
}

.stm-vl-plugin-pure .stm-border-top-unit {
    border-top: 4px solid var(--motors-bg-contrast);
    padding-top: 27px;
}

.stm-vl-plugin-pure .stm-border-top-unit .title {
    padding: 20px 0;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    color: var(--motors-text-color);
}

.stm-vl-plugin-pure input[type=submit],
.stm-vl-plugin-pure button,
.stm-vl-plugin-pure .button {
    display: block;
    text-align: center;
    padding: 17px 28px 15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--motors-contrast-text-color);
    border-radius: 3px;
    background-color: var(--motors-accent-color);
    text-decoration: none;
    outline: none !important;
    visibility: visible;
    border: none;
    white-space: normal;
  /*-webkit-box-shadow: 0 2px 0 var(--motors-accent-color);
  -moz-box-shadow: 0 2px 0 var(--motors-accent-color);
  box-shadow: 0 2px 0 var(--motors-accent-color);*/
    transition: opacity 0.2s ease-in !important;
    transform: translateZ(0);
    opacity: 1;
}

.stm-vl-plugin-pure input[type=submit]:hover,
.stm-vl-plugin-pure button:hover,
.stm-vl-plugin-pure .button:hover {
    opacity: 0.8;
}

.stm-vl-plugin-pure input[type=submit].button-sm,
.stm-vl-plugin-pure button.button-sm,
.stm-vl-plugin-pure .button.button-sm {
    padding: 13px 18px 11px;
    font-size: 12px;
    line-height: 12px;
}

.stm-vl-plugin-pure input[type=submit]:active,
.stm-vl-plugin-pure button:active,
.stm-vl-plugin-pure .button:active,
.stm-vl-plugin-pure .load-more-btn:active {
    position: relative;
    top: 2px;
    box-shadow: 0 0 0 var(--motors-accent-color);
}

.stm-vl-plugin-pure input[type=submit].not-visible,
.stm-vl-plugin-pure button.not-visible,
.stm-vl-plugin-pure .button.not-visible,
.stm-vl-plugin-pure .load-more-btn.not-visible {
    opacity: 0;
    visibility: hidden;
}

.stm-vl-plugin-pure html.no-scroll {
    overflow: hidden;
}

.stm-vl-plugin-pure a {
    color: var(--motors-accent-color);
}

.stm-vl-plugin-pure a:hover, .stm-vl-plugin-pure a:focus {
    text-decoration: none;
}

.stm-vl-plugin-pure .select2 {
    outline: none !important;
    width: 100% !important;
}

.stm-vl-plugin-pure .select2 > * {
    outline: none !important;
}

.stm-vl-plugin-pure .overflow-hidden {
    overflow: hidden;
}

.stm-vl-plugin-pure .form-error {
    border-color: #a94442;
}

.stm-vl-plugin-pure select {
    opacity: 0;
    visibility: hidden;
}

.stm-vl-plugin-pure .select2-search input[type=search] {
    height: 34px;
}

.stm-vl-plugin-pure .select2-search .add-new-term {
    display: block;
    margin: 0 0 0 5px;
    font-size: 18px;
    cursor: pointer;
}

.stm-vl-plugin-pure .select2-search.select2-search--dropdown.select2-search--hide {
    display: flex !important;
}

.stm-vl-plugin-pure a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.stm-vl-plugin-pure .selection:hover b {
    color: var(--motors-accent-color);
}

.stm-vl-plugin-pure .select2-container--default .select2-selection--single {
    height: 40px;
    border: none;
    border-radius: 0;
    background-color: var(--motors-filter-inputs-color);
    outline: none !important;
}

.stm-vl-plugin-pure .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
    color: var(--motors-text-alpha-color);
    font-weight: 400;
    padding-left: 14px;
    padding-right: 40px;
    outline: none !important;
}

.stm-vl-plugin-pure .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 19px;
}

.stm-vl-plugin-pure .select2-container--default .select2-selection--single .select2-selection__arrow b {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    text-rendering: auto;
    transform: translate(0, -50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -3px;
    margin-left: 0;
    color: var(--motors-text-alpha-color);
    width: 15px;
    height: 15px;
    border: none;
    text-align: center;
    line-height: 16px;
}

.stm-vl-plugin-pure .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
}

.stm-vl-plugin-pure .select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader {
    height: 14px;
    font-size: 14px;
    margin-top: -7px;
    line-height: normal;
}

.stm-vl-plugin-pure .select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader:before {
    content: "\e924";
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "motors-icons";
    speak: none;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: rotating 2s infinite linear;
    padding: 1px;
}

.stm-vl-plugin-pure .select2-container--default.select2-container--disabled .select2-selection--single {
    opacity: 0.5;
}

.stm-vl-plugin-pure .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg) translateY(50%);
}

.stm-vl-plugin-pure .select2-container--default .select2-results > .select2-results__options {
    max-height: 350px;
}

.stm-vl-plugin-pure .select2-results__options li {
    margin-bottom: 0;
    padding-left: 14px;
}

.stm-vl-plugin-pure .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--motors-filter-inputs-color);
    border-bottom-color: var(--motors-filter-inputs-color);
    color: var(--motors-text-color);
}

.stm-vl-plugin-pure .select2-dropdown {
    border-radius: 0;
    border-color: var(--motors-border-color);
}

.stm-vl-plugin-pure .select2-results__options li {
    font-size: 13px;
    border-bottom: 1px solid var(--motors-border-color);
}

.stm-vl-plugin-pure .select2-results__options li:last-child {
    border-bottom: none;
}

.stm-vl-plugin-pure .select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.stm-vl-plugin-pure div.checker span,
.stm-vl-plugin-pure div.button,
.stm-vl-plugin-pure div.button span {
    background-image: url("../../images/checks2x.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

.stm-vl-plugin-pure div.checker,
.stm-vl-plugin-pure div.button {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}

.stm-vl-plugin-pure div.checker:focus,
.stm-vl-plugin-pure div.button:focus {
    outline: 0;
}

.stm-vl-plugin-pure div.checker,
.stm-vl-plugin-pure div.checker *,
.stm-vl-plugin-pure div.button, .stm-vl-plugin-pure div.button * {
    margin: 0;
    padding: 0;
}

.stm-vl-plugin-pure div.checker input,
.stm-vl-plugin-pure input[type=search],
.stm-vl-plugin-pure input[type=search]:active {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.stm-vl-plugin-pure div.checker {
    position: relative;
}

.stm-vl-plugin-pure div.checker, .stm-vl-plugin-pure div.checker span, .stm-vl-plugin-pure div.checker input {
    width: 16px;
    height: 16px;
}

.stm-vl-plugin-pure div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 0;
}

.stm-vl-plugin-pure div.checker span.checked {
    background-position: -16px 0;
}

.stm-vl-plugin-pure div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: inline-block;
    zoom: 1;
}

.stm-vl-plugin-pure div.radio {
    position: relative;
    margin-right: 4px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

.stm-vl-plugin-pure div.radio, .stm-vl-plugin-pure div.radio span, .stm-vl-plugin-pure div.radio input {
    width: 18px;
    height: 18px;
}

.stm-vl-plugin-pure div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    text-align: center;
    background-position: 0 10px;
}

.stm-vl-plugin-pure div.radio span.checked {
    background-position: -72px 10px;
}

.stm-vl-plugin-pure div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}

.stm-vl-plugin-pure div.radio span {
    background-position: -18px 10px;
}

.stm-vl-plugin-pure div.radio span.checked {
    background-position: -90px 10px;
}

.stm-vl-plugin-pure div.radio span, .stm-vl-plugin-pure div.radio span {
    width: 16px;
    height: 16px;
    background-image: url("../../images/radio.png");
    background-position: -16px 0;
    background-size: 32px;
}

.stm-vl-plugin-pure div.radio span.checked, .stm-vl-plugin-pure div.radio span.checked {
    background-position: 0 0;
}

.stm-vl-plugin-pure div.radio.disabled span, .stm-vl-plugin-pure div.radio.disabled span {
    background-position: -144px 10px;
}

.stm-vl-plugin-pure div.radio.disabled span.checked, .stm-vl-plugin-pure div.radio.disabled span.checked {
    background-position: -162px 10px;
}

.stm-vl-plugin-pure div.button {
    background-position: 0 -352px;
    height: 30px;
    cursor: pointer;
    position: relative;
  /* Keep buttons barely visible so they can get focus */
}

.stm-vl-plugin-pure div.button a, .stm-vl-plugin-pure div.button button, .stm-vl-plugin-pure div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.stm-vl-plugin-pure div.button span {
    display: inline-block;
    zoom: 1;
    line-height: 30px;
    text-align: center;
    background-position: right -232px;
    height: 30px;
    margin-left: 13px;
    padding: 0;
}

.stm-vl-plugin-pure div.button {
    background-position: 0 -382px;
}

.stm-vl-plugin-pure div.button span {
    background-position: right -262px;
    cursor: default;
}

.stm-vl-plugin-pure div.button, .stm-vl-plugin-pure div.button {
    background-position: 0 -412px;
}

.stm-vl-plugin-pure div.button span, .stm-vl-plugin-pure div.button span {
    background-position: right -292px;
}

.stm-vl-plugin-pure div.button.disabled, .stm-vl-plugin-pure div.button.disabled {
    background-position: 0 -442px;
}

.stm-vl-plugin-pure div.button.disabled span, .stm-vl-plugin-pure div.button.disabled span {
    background-position: right -322px;
    cursor: default;
}

.stm-vl-plugin-pure .checker {
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.stm-vl-plugin-pure div.checker span {
    background-size: 32px;
}

.stm-vl-plugin-pure .admin-bar:not(.woocommerce-checkout) .select2-container--open .select2-dropdown {
    top: 46px;
}

@media (max-width: 1024px) {
    .stm-vl-plugin-pure .admin-bar:not(.woocommerce-checkout) .select2-container--open .select2-dropdown {
        top: 32px;
    }
}

.stm-vl-plugin-pure input[type=submit],
.stm-vl-plugin-pure button,
.stm-vl-plugin-pure html body .button {
    color: var(--motors-contrast-text-color);
}

.stm-vl-plugin-pure input[type=submit]:hover,
.stm-vl-plugin-pure button:hover,
.stm-vl-plugin-pure html body .button:hover {
    color: var(--motors-contrast-text-color);
}

.stm_select_overflowed .select2-container--default {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 46px;
}

.stm_select_overflowed .select2-container--default .select2-search.select2-search--dropdown input {
    margin-bottom: 0;
    margin-top: 10px;
}

input:-webkit-autofill {
    -o-box-shadow: inset 0 0 1000px var(--motors-bg-shade);
    box-shadow: inset 0 0 1000px var(--motors-bg-shade);
}

.stm-login-register-form {
    margin: 27px 0 0;
}

.stm-login-register-form .stm-login-form form input[type=submit] {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px !important;
    padding: 16px 46px 12px;
    font-weight: 700;
}

.stm-login-register-form .stm-login-form form .stm-listing-loader {
    position: relative;
    top: 10px;
    color: var(--motors-contrast-text-color);
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
    left: 50%;
}

.stm-login-register-form .stm-login-form form .stm-listing-loader i {
    display: inline-block;
    animation: rotating 2s infinite linear;
}

.stm-login-register-form .stm-login-form form .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1;
}

.stm-login-register-form .stm-login-form form .stm-message-ajax-validation {
    margin-top: 18px;
    padding: 10px;
    text-align: center;
    background-color: var(--motors-bg-color);
    border-radius: 5px;
    font-size: 13px;
}

.stm-login-register-form .stm-register-form {
    margin-bottom: 0;
}

.stm-login-register-form .stm-register-form form {
    padding: 37px 30px 0;
    background-color: var(--motors-bg-color);
    border-top: 4px solid var(--motors-bg-shade);
    -o-box-shadow: 0 5px 10px var(--motors-bg-lowestalpha-contrast);
    box-shadow: 0 5px 10px var(--motors-bg-lowestalpha-contrast);
}

.stm-login-register-form .stm-register-form form h4 {
    font-size: 15px;
}

.stm-login-register-form .stm-register-form form .form-group {
    margin-bottom: 25px;
}

.stm-login-register-form .stm-register-form form .form-group h4 {
    margin-bottom: 5px;
}

.stm-login-register-form .stm-register-form form .form-group.form-checker {
    margin-bottom: 25px;
    color: var(--motors-text-alpha-color);
    font-size: 13px;
}

.stm-login-register-form .stm-register-form form .form-group input[type=submit] {
    display: inline-block;
    margin-right: 10px;
    padding: 16px 22px 12px;
    font-size: 12px;
}

.stm-login-register-form .stm-register-form form .form-group label[for=whatsapp-checker] {
    margin-top: 10px;
}

.stm-login-register-form .stm-register-form form input[type=submit][disabled] {
    background-color: var(--motors-filter-inputs-color) !important;
}

.stm-login-register-form .stm-register-form form input[type=submit][disabled]:hover {
    cursor: not-allowed;
}

.stm-login-register-form .stm-register-form form input[type=submit].cptch_nbld {
    margin-top: 16px;
}

.stm-login-register-form .stm-register-form form input[type=text],
.stm-login-register-form .stm-register-form form input[type=number],
.stm-login-register-form .stm-register-form form input[type=tel],
.stm-login-register-form .stm-register-form form input[type=email],
.stm-login-register-form .stm-register-form form input[type=search],
.stm-login-register-form .stm-register-form form input[type=password] {
    padding-left: 17px;
}

.stm-login-register-form .stm-register-form form .stm-listing-loader {
    position: relative;
    top: 10px;
    color: var(--motors-accent-color);
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
    left: 50%;
}

.stm-login-register-form .stm-register-form form .stm-listing-loader i {
    display: inline-block;
    animation: rotating 2s infinite linear;
}

.stm-login-register-form .stm-register-form form .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1;
}

.stm-login-register-form .stm-register-form form .stm-message-ajax-validation {
    margin-bottom: 30px;
    background-color: var(--motors-bg-contrast);
    color: var(--motors-contrast-text-color);
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

.stm-show-password .fas {
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    opacity: 0.8;
    margin-top: 0;
}

.stm-show-password .fas:hover {
    cursor: pointer;
    opacity: 1;
}

.stm-show-password input {
    padding-right: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader {
    animation: rotating 2s infinite linear;
}

.stm-vl-plugin-pure .select2-search__field {
    min-width: 170px !important;
}

.stm-vl-plugin-pure .stm_add_car_form {
    padding: 0 15px;
    margin-top: 30px;
    --wp--style--global--content-size: 1140px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-border-top-unit {
    position: relative;
    padding-right: 30px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-border-top-unit .step_number {
    position: absolute;
    top: 30px;
    right: 0;
    text-transform: uppercase;
    color: var(--motors-accent-color);
    font-weight: 700;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-car-listing-data-single {
    margin-bottom: 17px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .select2.select2-container.required_field .selection .select2-selection--single .select2-selection__rendered, .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2.select2-container.required_field .selection .select2-selection--single .select2-selection__rendered {
    border: 1px solid var(--motors-error-text-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .row .stm-form-1-selects input.required_field, .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .row .stm-form-1-selects input.required_field {
    border: 1px solid var(--motors-error-text-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit {
    padding: 23px 30px 11px;
    background-color: var(--motors-bg-contrast);
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2.reuqired_field .select2-selection--single .select2-selection__rendered {
    border: solid 1px var(--motors-error-text-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit input[type=text].reuqired_field,
.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit input[type=number].reuqired_field {
    border-color: var(--motors-error-text-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .stm-label {
    margin-bottom: 8px;
    color: var(--motors-contrast-text-color);
    font-weight: 700;
    font-size: 15px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .stm-form-1-selects {
    margin-bottom: 15px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .stm-form-1-selects input[type=number] {
    min-width: auto;
    width: 100%;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single,
.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single {
    background-color: transparent !important;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: var(--motors-filter-inputs-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit {
    margin: 41px -15px 30px;
    display: flex;
    flex-wrap: wrap;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit:before {
    content: none;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter {
    position: relative;
    padding: 0 15px;
    margin-bottom: 12px;
    min-height: 48px;
    display: flex;
    flex: 0 0 33.333333%;
}

@media (max-width: 1141px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter {
        flex: 1 1 33.333333%;
    }
}

@media (max-width: 521px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter {
        flex-wrap: wrap;
    }
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter a {
    margin-top: 5px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text],
.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number] {
    float: right;
    max-width: 100%;
    padding-left: 13px;
    border-width: 1px !important;
    color: var(--motors-text-alpha-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text]:focus,
.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]:focus {
    border-color: var(--motors-border-color);
    box-shadow: none;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text]:nth-child(2),
.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]:nth-child(2) {
    margin: 2px 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text].reuqired_field,
.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number].reuqired_field {
    border-color: var(--motors-error-text-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text].stm_has_value,
.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number].stm_has_value {
    background-color: var(--motors-bg-color);
    border-color: var(--motors-border-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number] {
    margin: 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]::-webkit-outer-spin-button, .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2 {
    flex: 1;
    max-width: none;
    width: auto !important;
    min-width: 205px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2.reuqired_field {
    border: solid 1px var(--motors-error-text-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label {
    color: var(--motors-text-color);
    font-size: 13px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 5px 5px 0;
    white-space: nowrap;
    order: -1;
    min-width: 145px;
    display: flex;
    align-items: center;
}

@media (max-width: 521px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label {
        min-width: 100%;
    }
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i {
    display: inline-block;
    position: relative;
    min-width: 20px;
    margin-right: 5px;
    top: 0;
    font-size: 14px;
    vertical-align: top;
    text-align: center;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.motors-icons-road {
    font-size: 16px;
    top: 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.motors-icons-body_type {
    font-size: 11px;
    top: 0px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.motors-icons-hashtag {
    font-size: 13px;
    top: 0px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.motors-icons-engine_fill, .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.motors-icons-time, .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.motors-icons-drive_2 {
    font-size: 18px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.motors-icons-engine_fill, .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.motors-icons-time {
    top: -1px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.motors-icons-key {
    top: 0px;
    font-size: 19px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.motors-icons-transmission_fill {
    font-size: 17px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.motors-icons-vin_check {
    font-size: 18px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.motors-icons-pin_2 {
    top: 0px;
    font-size: 16px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.motors-icons-color_type {
    font-size: 16px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2-container--default .select2-selection--single, .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: var(--motors-filter-inputs-color);
    border: 1px solid var(--motors-border-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-car-listing-data-single {
    padding: 15px;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 20px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-car-listing-data-single .title {
    color: var(--motors-contrast-text-color);
    font-size: 18px;
    font-weight: 500;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap {
    display: flex;
    overflow: hidden;
    float: left;
    width: 100%;
    flex-direction: column;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: -5px 0 7px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter .stm-location-input-wrap {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    flex: 0 0 33.333333%;
    justify-content: flex-end;
}

@media (max-width: 1171px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter .stm-location-input-wrap {
        justify-content: flex-start;
        flex: 1;
    }
}

@media (max-width: 521px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter .stm-location-input-wrap {
        flex-wrap: wrap;
    }
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter .stm-location-input-wrap .stm-label {
    margin-top: 0;
    order: 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 15px;
    margin: 0 0 0 auto;
    min-width: 210px;
}

@media (max-width: 1171px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap {
        margin: 0;
        flex: 0 !important;
    }
}

@media (max-width: 521px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap {
        min-width: 100%;
    }
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap a {
    transition: 0.1s;
}

.stm-vl-plugin-pure .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap a:hover {
    color: var(--motors-text-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-2-features {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    max-width: none;
    margin: 0 -15px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-2-features .stm-border-top-unit {
    min-width: 90%;
    margin: 0 15px;
    flex: 1;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-2-features .stm-single-feature {
    margin-bottom: 38px;
    padding: 0 15px;
    min-width: 20%;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-2-features .stm-single-feature .heading-font {
    margin-bottom: 15px;
    font-weight: 700;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-2-features .stm-single-feature .feature-single label {
    width: 100%;
    padding: 8px 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-2-features .stm-single-feature .feature-single label:hover {
    cursor: pointer;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-2-features .stm-single-feature .feature-single .checker {
    margin-right: 5px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-2-features .stm-single-feature .feature-single .checker.required_field span {
    border: 1px solid var(--motors-error-text-color);
    border-radius: 3px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos #stm_car_gallery_add {
    display: none;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-border-top-unit {
    margin-bottom: 8px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car {
    padding-right: 9px;
}

@media (max-width: 991px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car {
        padding-right: 0 !important;
    }
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery {
    margin: 0 -12px 46px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder {
    float: left;
    padding: 0 12px;
    margin-bottom: 15px;
    width: 25%;
}

@media (max-width: 767px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder {
        width: 50%;
    }
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--motors-text-alpha-color);
    text-transform: uppercase;
    margin: 10px 0 0;
    display: block;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner {
    background-color: var(--motors-border-color);
    position: relative;
    min-height: 140px;
    line-height: 1;
    color: var(--motors-border-color);
    font-size: 41px;
    text-align: center;
    transition: 300ms ease;
    border-radius: 4px;
    border: 1px solid var(--motors-border-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner:hover {
    border-color: var(--motors-accent-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview .fas {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 17px;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: var(--motors-error-bg-color);
    border-radius: 50%;
    color: var(--motors-contrast-text-color);
    opacity: 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview .fas:before {
    display: block;
    margin-top: 7px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview .fas:hover {
    background-color: var(--motors-error-bg-color);
    cursor: pointer;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview.ui-draggable:before {
    content: "\f0b2";
    font: normal 600 14px/24px "Font Awesome 6 Free";
    position: absolute;
    display: block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    text-indent: -2px;
    background-color: var(--motors-accent-color);
    color: var(--motors-contrast-text-color);
    opacity: 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner.active .stm-image-preview:before, .stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner.active .stm-image-preview .fas {
    opacity: 1;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner.required_field {
    border-color: var(--motors-error-text-color);
    color: var(--motors-error-text-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner.required_field span {
    color: var(--motors-error-text-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder-native .inner {
    border-style: dashed;
    border-color: var(--motors-border-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder-native:hover .inner {
    border-color: var(--motors-accent-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder-native:hover .stm-placeholder__text {
    color: var(--motors-accent-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.deleting .stm-image-preview:before {
    opacity: 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder:hover .inner.deleting {
    border-width: 3px;
    border-color: var(--motors-error-text-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar {
    width: 28px;
    height: 28px;
    position: relative;
    display: inline-block;
    margin: 0 auto 10px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__item {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 3px;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-width: 3px;
    border-style: solid;
    border-color: var(--motors-success-color) transparent transparent transparent;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__item:nth-child(1) {
    animation-delay: -0.45s;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__item:nth-child(2) {
    animation-delay: -0.3s;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__item:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__info, .stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__wrapper, .stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--motors-success-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__percent {
    display: inline-block;
    margin: 0 0 0 5px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-media-car-add-nitofication {
    margin-top: -2px;
    font-size: 13px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-media-car-add-nitofication span {
    line-height: 22px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-media-car-add-nitofication h4 {
    color: var(--motors-text-alpha-color);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-media-car-add-nitofication p {
    color: var(--motors-text-alpha-color);
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 14px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-media-car-add-nitofication strong {
    display: inline-block;
    line-height: 18px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos {
    margin-bottom: 60px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-border-top-unit {
    margin-bottom: 7px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit {
    padding: 25px 30px 35px;
    background-color: var(--motors-bg-contrast);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit .heading-font {
    margin-bottom: 8px;
    color: var(--motors-contrast-text-color);
    font-weight: 700;
    font-size: 15px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit input[type=text] {
    width: 100%;
    min-width: 100px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-simple-notice {
    position: relative;
    padding-left: 25px;
    margin-top: 27px;
    color: var(--motors-contrast-text-alpha-color);
    font-size: 13px;
    line-height: 22px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-simple-notice i {
    position: absolute;
    top: 5px;
    left: 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-video-link-unit {
    position: relative;
    padding-right: 46px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: var(--motors-contrast-border-color);
    cursor: pointer;
    transition: 0.1s;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:hover {
    background-color: var(--motors-accent-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:before, .stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:after {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--motors-bg-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:before {
    top: 15px;
    left: 18px;
    width: 3px;
    height: 11px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:after {
    top: 19px;
    left: 14px;
    width: 11px;
    height: 3px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active {
    background-color: var(--motors-accent-color);
    cursor: default;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active:before {
    top: 17px;
    left: 13px;
    height: 8px;
    transform: rotate(-40deg);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active:after {
    top: 18px;
    left: 14px;
    width: 17px;
    transform: rotate(-45deg);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-4-videos .stm-video-link-unit.required_field input {
    border: 1px solid var(--motors-error-text-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes {
    margin-bottom: 53px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-border-top-unit {
    margin-bottom: 10px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes textarea {
    height: 202px;
    padding: 10px 10px 10px 12px;
    font-size: 13px;
    color: var(--motors-text-alpha-color);
    background-color: var(--motors-filter-inputs-color);
    border: 1px solid var(--motors-border-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes textarea:focus {
    background-color: var(--motors-bg-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-phrases-unit-col {
    flex: 1;
    min-width: 270px;
    padding: 0 15px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases-col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-self: stretch;
    padding: 15px;
}

@media (max-width: 767px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases-col {
        min-width: 100%;
        order: -1;
    }
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases-col:after {
    content: "";
    display: block;
    height: 1px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases {
    position: relative;
    text-align: left;
    cursor: pointer;
    padding: 0 0 0 38px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:after {
    content: "\f067";
    position: absolute;
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    text-rendering: auto;
    transform: translate(0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--motors-contrast-text-color);
    line-height: 25px;
    top: 0;
    left: 7px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: var(--motors-accent-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases span {
    border-bottom: 1px dashed var(--motors-border-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes #wp-stm_seller_notes-wrap.required_field {
    border: 1px solid var(--motors-error-text-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes #wp-stm_seller_notes-wrap {
    width: 99% !important;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases {
    position: absolute;
    width: 445px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 4px solid var(--motors-border-color);
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    max-width: 100%;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner {
    background-color: var(--motors-bg-color);
    padding: 30px;
    -o-box-shadow: 0 5px 29px var(--motors-border-color);
    box-shadow: 0 5px 29px var(--motors-border-color);
    z-index: 2;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner .fas {
    position: absolute;
    padding: 10px;
    top: 0;
    right: 0;
    font-size: 14px;
    color: var(--motors-text-alpha-color);
    opacity: 0.5;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner .fas:hover {
    cursor: pointer;
    opacity: 1;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background-color: var(--motors-bg-color);
    z-index: 3;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner:after {
    content: "";
    position: absolute;
    display: block;
    transform: rotate(-45deg);
    -o-box-shadow: 0 5px 29px var(--motors-border-color);
    box-shadow: 0 5px 29px var(--motors-border-color);
    height: 20px;
    width: 20px;
    left: -10px;
    top: 50%;
    margin-top: -10px;
    background-color: var(--motors-bg-color);
    z-index: 1;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases.activated {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases h5 {
    margin-bottom: 30px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .clearfix {
    margin: 0 -15px 20px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .clearfix label {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .button {
    display: inline-block;
    font-size: 12px;
    padding: 12px 30px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user {
    padding: 40px;
    background-color: var(--motors-bg-shade);
    border: 1px solid var(--motors-bg-shade);
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 521px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user {
        margin: 0 -30px;
    }
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-add-a-car-user-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-add-a-car-user-wrapper:before {
    content: "";
    min-width: 1px;
    min-height: 1px;
    display: block;
    background-color: var(--motors-contrast-border-color);
    order: 1;
    margin: -10px 15px;
}

@media (max-width: 1141px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-add-a-car-user-wrapper:before {
        flex: 1;
        min-width: 85%;
        margin: 0 15px;
    }
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 12px;
    align-self: center;
    list-style: none;
    max-width: none;
    margin: 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li {
    margin: 0;
    padding: 3px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li .tooltip-inner {
    background-color: var(--motors-bg-color);
    font-size: 14px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li .tooltip.top .tooltip-arrow {
    border-top-color: var(--motors-contrast-text-color);
    border-width: 5px 5px 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap .stm-add-a-car-loader {
    display: none;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-form-inner .form-group-submit .motors-icons-load1 {
    top: 12px;
    font-size: 18px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-form-inner .motors-icons-load1 {
    opacity: 0;
    visibility: hidden;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-form-inner.activated > .motors-icons-load1, .stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-form-inner.activated:before {
    opacity: 1;
    visibility: visible;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-title {
    margin: -5px 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-text {
    font-size: 13px;
    line-height: 24px;
    color: var(--motors-text-alpha-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm_register_form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    min-width: 100%;
    max-width: none;
    margin: 0 -15px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm_register_form_note {
    margin: 0 0 27px;
    flex: 1;
    min-width: 170px;
    padding: 0 15px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .motors-socials {
    min-width: 100%;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .motors-socials-inner {
    display: flex;
    min-width: 100%;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-listing-loader {
    position: static;
    margin: 0 auto;
    display: none;
    pointer-events: none;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 521px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form {
        margin: 0 -20px;
        padding: 20px 5px 0;
    }
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .stm-social-providers {
    padding: 15px;
    margin: 0;
    flex: 1;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .motors-socials-head {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .motors-socials-head:before, .stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .motors-socials-head:after {
    content: "";
    flex: 1;
    height: 1px;
    display: block;
    background-color: var(--motors-border-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .motors-socials-head .motors-socials-head-text {
    margin: 0 8px;
    font-size: 14px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .motors-socials-head .input[type=submit] {
    margin: 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .stm-validation-message {
    padding: 15px;
    min-width: 100%;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .form-group {
    max-width: 100%;
    min-width: 240px;
    flex: 1;
    padding: 10px 15px;
    margin: 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .form-group .stm-show-password i {
    right: 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .form-group.form-group-submit {
    min-width: 100%;
    padding: 15px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .form-group input[type=email],
.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .form-group input[type=password],
.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .form-group input[type=tel],
.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .add-car-register-form .form-group input[type=text] {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm_register_title {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm_register_title h3 {
    margin-right: 42px;
    font-size: 20px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm_register_title .stm_login_me {
    margin-top: 3px;
    font-size: 13px;
    color: var(--motors-text-alpha-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm_register_title .stm_login_me a {
    transition: 0.3s;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm_register_title .stm_login_me a:hover {
    color: var(--motors-text-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-login-register-form {
    margin-top: 0;
    flex: 1;
    min-width: 70%;
    padding: 0 15px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user .stm-login-register-form .stm-register-form form .stm-listing-loader.visible i {
    margin-left: 10px;
    visibility: visible;
    color: var(--motors-text-color);
    opacity: 1;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user button[type=submit] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 15px 20px 13px 62px;
    font-size: 12px;
    border: 1px solid var(--motors-accent-color);
    transition: 0.1s;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user button[type=submit]:hover {
    color: var(--motors-accent-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user button[type=submit] i {
    position: absolute;
    top: 12px;
    left: 21px;
    font-size: 20px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user button[type=submit].disabled {
    background-color: var(--motors-filter-inputs-color);
    opacity: 0.33;
    -o-box-shadow: 0 2px 0 var(--motors-text-alpha-color);
    box-shadow: 0 2px 0 var(--motors-text-alpha-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user button[type=submit].disabled:hover {
    cursor: not-allowed;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-history-popup {
    position: absolute;
    bottom: 100%;
    z-index: 1000;
    left: 0;
    right: 0;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-history-popup .inner {
    position: relative;
    width: 486px;
    border: 1px solid var(--motors-border-color);
    max-width: 100%;
    padding: 26px 26px 30px;
    background-color: var(--motors-bg-color);
    border-top: 4px solid var(--motors-accent-color);
    z-index: 2;
    overflow: hidden;
    -o-box-shadow: 0 5px 29px var(--motors-bg-lowestalpha-contrast);
    box-shadow: 0 5px 29px var(--motors-bg-lowestalpha-contrast);
}

@media (max-width: 521px) {
    .stm-vl-plugin-pure .stm_add_car_form .stm-history-popup .inner {
        align-items: initial;
    }
}

.stm-vl-plugin-pure .stm_add_car_form .stm-history-popup .inner .fa-times {
    position: absolute;
    right: 10px;
    top: 12px;
    padding: 10px;
    cursor: pointer;
    transition: 0.1s;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-history-popup .inner .fa-times:hover {
    color: var(--motors-accent-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-history-popup .inner:before, .stm-vl-plugin-pure .stm_add_car_form .stm-history-popup .inner:after {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--motors-bg-color);
    height: 20px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-history-popup .inner:before {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-history-popup .inner:after {
    width: 20px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
    transform: rotate(-45deg);
    -o-box-shadow: 0 5px 29px var(--motors-border-color);
    box-shadow: 0 5px 29px var(--motors-border-color);
}

.stm-vl-plugin-pure .stm_add_car_form .stm-history-popup h5 {
    margin-bottom: 25px;
    font-weight: 700;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-history-popup .labels-units {
    margin: 0 -15px 15px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-history-popup .labels-units label {
    display: inline-block;
    margin: 0 13px;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-history-popup input[type=text] {
    float: none !important;
    max-width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-bottom: 20px !important;
    width: 100%;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-history-popup .button {
    display: inline-block;
    min-width: 100%;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-history-popup.stm-invisible {
    opacity: 0;
    visibility: hidden;
    bottom: 110%;
    pointer-events: none;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-video-link-unit-wrap .video-label {
    display: inline-block;
}

.stm-vl-plugin-pure .stm_add_car_form .stm-video-link-unit-wrap ~ .stm-video-link-unit-wrap {
    margin-top: 15px;
}

.stm-non-relative {
    position: static;
}

.stm-relative {
    position: relative;
}

.stm-add-a-car-user {
    position: relative;
    z-index: 5;
}

@media (max-width: 521px) {
    .stm-add-a-car-user {
        margin: -15px;
    }
}

.stm-add-a-car-user .left-info {
    display: flex;
    align-items: center;
    padding: 15px;
    min-width: 240px;
    flex: 1;
    margin: 0 auto 0 0;
}

.stm-add-a-car-user .left-info .avatar {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 23px;
    overflow: hidden;
    background-color: var(--motors-filter-inputs-color);
    text-align: center;
    flex-shrink: 0;
}

.stm-add-a-car-user .left-info .avatar .motors-icons-user {
    position: relative;
    left: 1px;
    line-height: 75px;
    text-align: center;
    font-size: 34px;
    color: var(--motors-text-alpha-color);
}

.stm-add-a-car-user .left-info.left-dealer-info {
    flex-direction: column;
}

@media (max-width: 768px) {
    .stm-add-a-car-user .left-info.left-dealer-info {
        align-items: initial;
    }
}

.stm-add-a-car-user .left-info.left-dealer-info h4 {
    margin-bottom: 15px;
    font-size: 20px;
}

.stm-add-a-car-user .left-info .user-info {
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.stm-add-a-car-user .left-info .user-info h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--motors-contrast-text-color);
}

.stm-add-a-car-user .left-info .user-info .stm-label {
    font-size: 13px;
    color: var(--motors-contrast-text-alpha-color);
}

.stm-add-a-car-user .right-info {
    overflow: hidden;
    text-align: right;
    font-size: 13px;
    padding: 15px;
    order: 2;
}

@media (max-width: 1141px) {
    .stm-add-a-car-user .right-info {
        min-width: 100%;
    }
}

.stm-add-a-car-user .right-info .fas.fa-external-link-alt {
    position: relative;
    top: 1px;
    margin-right: 7px;
}

.stm-add-a-car-user .right-info .stm_logout {
    margin-top: 6px;
    letter-spacing: 0.2px;
    color: var(--motors-contrast-text-alpha-color);
    display: block;
}

.stm-add-a-car-user .right-info a:hover {
    color: var(--motors-contrast-text-color);
}

.stm-not-enabled {
    display: none;
}

.sign-in-only {
    margin-top: 30px;
}

.stm-add-a-car-login {
    position: fixed;
    top: 50%;
    width: 350px;
    left: 50%;
    margin: -198px 0 0 -175px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
}

.stm-add-a-car-login.without-register-form {
    position: relative;
    top: 0;
    left: 0;
    margin: 15px 0 0;
    opacity: 1;
    visibility: visible;
}

.stm-add-a-car-login-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--motors-contrast-text-alpha-color);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.stm-add-a-car-login.visiblity, .stm-add-a-car-login-overlay.visiblity {
    opacity: 1;
    visibility: visible;
}

.stm-add-a-car-login .stm-listing-loader.visible .motors-icons-load1 {
    font-size: 18px;
    visibility: visible;
    opacity: 1;
}

.stm-add-a-car-login .stm-login-form {
    margin-bottom: 30px;
}

.stm-add-a-car-login .stm-login-form .motors-socials-head {
    min-width: 100%;
}

.stm-add-a-car-login .stm-login-form .motors-socials-head-text {
    color: var(--motors-text-alpha-color);
}

.stm-add-a-car-login .stm-login-form .motors-socials-head-text::before, .stm-add-a-car-login .stm-login-form .motors-socials-head-text::after {
    background-color: var(--motors-border-color);
}

.stm-add-a-car-login .stm-login-form form {
    padding: 41px 30px 36px;
    background-color: var(--motors-bg-contrast);
}

.stm-add-a-car-login .stm-login-form form input[type=text], .stm-add-a-car-login .stm-login-form form input[type=number], .stm-add-a-car-login .stm-login-form form input[type=tel], .stm-add-a-car-login .stm-login-form form input[type=email], .stm-add-a-car-login .stm-login-form form input[type=search], .stm-add-a-car-login .stm-login-form form input[type=password] {
    background-color: var(--motors-filter-inputs-color);
    border-color: var(--motors-filter-inputs-color);
    border-radius: 4px;
}

.stm-add-a-car-login .stm-login-form form input[type=text]:focus, .stm-add-a-car-login .stm-login-form form input[type=number]:focus, .stm-add-a-car-login .stm-login-form form input[type=tel]:focus, .stm-add-a-car-login .stm-login-form form input[type=email]:focus, .stm-add-a-car-login .stm-login-form form input[type=search]:focus, .stm-add-a-car-login .stm-login-form form input[type=password]:focus {
    border-color: var(--motors-accent-color);
}

.stm-add-a-car-login .stm-login-form form h4 {
    color: var(--motors-contrast-text-color);
    font-size: 15px;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.stm-add-a-car-login .stm-login-form form .form-checker {
    margin-bottom: 26px !important;
    color: var(--motors-bg-color);
    font-size: 13px;
}

.stm-add-a-car-login .stm-login-form form .form-checker label:hover {
    cursor: pointer;
}

.stm-add-a-car-login .stm-login-form form .form-group {
    margin-bottom: 30px;
}

.stm-add-a-car-login .stm-login-form form .form-group.form-checker {
    margin-top: -5px;
    font-size: 13px;
}

.stm-add-a-car-login .stm-login-form form .form-group.form-checker .checker {
    margin-right: 5px !important;
}

.stm-add-a-car-login .stm-login-form form input[type=text],
.stm-add-a-car-login .stm-login-form form input[type=number],
.stm-add-a-car-login .stm-login-form form input[type=tel],
.stm-add-a-car-login .stm-login-form form input[type=email],
.stm-add-a-car-login .stm-login-form form input[type=search],
.stm-add-a-car-login .stm-login-form form input[type=password] {
    padding-left: 17px;
    border-color: var(--motors-border-color) !important;
    background-color: var(--motors-filter-inputs-color) !important;
}

.stm-add-a-car-login .stm-login-form form input[type=text].form-error,
.stm-add-a-car-login .stm-login-form form input[type=number].form-error,
.stm-add-a-car-login .stm-login-form form input[type=tel].form-error,
.stm-add-a-car-login .stm-login-form form input[type=email].form-error,
.stm-add-a-car-login .stm-login-form form input[type=search].form-error,
.stm-add-a-car-login .stm-login-form form input[type=password].form-error {
    border-color: var(--motors-error-text-color) !important;
}

.stm-add-a-car-login .stm-login-form form input[type=submit] {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px !important;
    padding: 16px 46px 12px;
    visibility: inherit;
    font-weight: 700;
    max-width: unset;
    background-color: var(--motors-accent-color);
    box-shadow: none;
    text-transform: unset;
    font-size: 14px;
    font-weight: 600;
}

.stm-add-a-car-login .stm-login-form form div.checker span {
    background-image: none;
}

.stm-add-a-car-login .stm-login-form form div.checker {
    margin-right: 5px;
    width: unset;
    height: unset;
}

.stm-add-a-car-login .stm-login-form form div.checker input[type=checkbox] {
    opacity: 1;
    -moz-appearance: auto;
    appearance: auto;
    -webkit-appearance: auto;
}

.stm-add-a-car-login .stm-login-form form div.checker input[type=checkbox] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border: 1px solid var(--motors-border-color);
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    position: relative;
    background-color: var(--motors-bg-color);
}

.stm-add-a-car-login .stm-login-form form input[type=checkbox]:checked {
    background-color: var(--motors-accent-color) !important;
    border-color: var(--motors-accent-color) !important;
}

.stm-add-a-car-login .stm-login-form form input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 5px;
    height: 7px;
    border: solid var(--motors-bg-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.stm-add-a-car-login .stm-login-form form .stm-listing-loader {
    position: relative;
    top: 10px;
    color: var(--motors-contrast-text-color);
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
    left: 50%;
}

.stm-add-a-car-login .stm-login-form form .stm-listing-loader i {
    display: inline-block;
    animation: rotating 2s infinite linear;
}

.stm-add-a-car-login .stm-login-form form .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1;
}

.stm-add-a-car-login .stm-login-form form .stm-message-ajax-validation {
    margin-top: 18px;
    padding: 10px;
    text-align: center;
    background-color: var(--motors-bg-color);
    border-radius: 5px;
    font-size: 13px;
}

.stm-add-a-car-loader {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.stm-add-a-car-loader .motors-icons-load1 {
    margin: 12px 0 0 !important;
    position: static !important;
    font-size: 18px !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    font-size: 30px;
    color: var(--motors-accent-color);
    animation: rotating 2s infinite linear;
    opacity: 0;
    visibility: hidden;
    z-index: 50;
}

.stm-add-a-car-loader.activated i {
    opacity: 1 !important;
    visibility: visible !important;
}

.stm-add-a-car-message {
    display: none;
    margin: 10px 0 25px;
    padding: 15px 30px;
    background-color: var(--motors-notice-bg-color);
    color: var(--motors-notice-text-color) !important;
    font-weight: 700;
    border-radius: 4px;
}

.alert.alert-info .fa-check {
    color: var(--motors-accent-color);
    margin-right: 15px;
}

.alert.alert-warning .fa-info {
    color: var(--motors-error-text-color);
    margin-right: 15px;
}

.stm-login-review-leave {
    margin-top: 44px;
}

.stm-no-text-decoration {
    text-decoration: none !important;
}

.stm-no-available-adds {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    width: 426px;
    padding: 57px 40px 48px;
    background-color: var(--motors-bg-color);
    border-top: 4px solid var(--motors-border-color);
    margin: 0;
    z-index: 9999;
}

.stm-no-available-adds-overlay {
    position: fixed;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--motors-bg-alpha-contrast);
    z-index: 99;
}

.stm-no-available-adds h3 {
    margin-bottom: 25px;
}

.stm-no-available-adds h3 span {
    color: var(--motors-error-text-color);
}

.stm-no-available-adds p {
    padding: 0 25px;
    margin-bottom: 25px;
}

.stm-no-available-adds h3, .stm-no-available-adds p,
.stm-no-available-adds .clearfix {
    text-align: center;
}

.stm-no-available-adds .clearfix a {
    display: inline-block;
    padding: 12px 17px 10px;
    font-size: 12px;
    letter-spacing: -0.1px;
}

.stm-no-available-adds .clearfix .stm-green {
    margin-right: 12px;
}

.stm-no-available-adds .clearfix .stm-green-dk {
    background-color: var(--motors-bg-color);
    -o-box-shadow: 0 2px 0 var(--motors-text-alpha-color);
    box-shadow: 0 2px 0 var(--motors-text-alpha-color);
}

.stm-no-available-adds .clearfix .stm-green-dk:active {
    box-shadow: none;
}

.stm-vl-plugin-pure .stm-form-price-edit {
    margin-bottom: 55px;
}

.stm-vl-plugin-pure .stm-form-price-edit .title {
    margin-bottom: 6px;
    letter-spacing: -0.8px;
}

.stm-vl-plugin-pure .stm-form-price-edit input {
    font-size: 14px;
    color: var(--motors-text-color);
    width: 100%;
    min-width: auto;
}

.stm-vl-plugin-pure .stm-form-price-edit .stm_price_input {
    padding: 30px 40px 45px 40px;
    min-width: 160px;
    background-color: var(--motors-bg-contrast);
}

.stm-vl-plugin-pure .stm-form-price-edit .stm_price_input .stm_label {
    margin-bottom: 12px;
    color: var(--motors-contrast-text-color);
    letter-spacing: 0.3px;
    font-weight: 700;
}

.stm-vl-plugin-pure .stm-form-price-edit .stm_price_input h4 {
    margin-bottom: 28px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.stm-vl-plugin-pure .stm-form-price-edit .stm_price_input p {
    color: var(--motors-text-alpha-color);
    line-height: 24px;
}

.stm-vl-plugin-pure .stm-form-price-edit .stm_price_input input.required_field {
    border: 1px solid var(--motors-error-text-color);
}

/*Adds*/
.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

.stm-forgot-password {
    float: right;
}

.stm-forgot-password a {
    font-size: 13px;
    color: var(--motors-contrast-text-alpha-color);
    text-decoration: none !important;
}

.stm-forgot-password a.active, .stm-forgot-password a:hover {
    color: var(--motors-contrast-text-color);
}

.stm-login-register-form .stm-login-form form.stm_forgot_password_send {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.stm-login-register-form .stm-login-form form.stm_forgot_password_send input[type=submit] {
    padding: 15px 20px 13px;
    margin-top: 15px;
    font-size: 12px !important;
}

.stm-vl-plugin-pure .motors-desc-slots-wrapper h3 {
    letter-spacing: -1px;
    word-spacing: -1px;
    color: var(--motors-contrast-text-color);
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0.5rem;
}

.stm-vl-plugin-pure .motors-desc-slots-wrapper p {
    margin: 0 0 14px;
}

.stm-vl-plugin-pure .mdsw-right .stm-posts-available-number {
    margin: 0 0 8px;
    text-align: right !important;
    color: var(--motors-text-alpha-color) !important;
    font-size: 20px;
    letter-spacing: -1px;
}

.stm-vl-plugin-pure .mdsw-right .stm-posts-available-number span {
    letter-spacing: -0.5px;
    color: var(--motors-accent-color);
    font-weight: 700;
}

.stm-vl-plugin-pure .select2-search--dropdown {
    display: flex !important;
    align-items: center;
}

.motors-desc-slots-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.motors-desc-slots-wrapper .mdsw-right .stm-posts-available-number {
    margin: 0 0 8px;
    text-align: right !important;
    color: var(--motors-text-alpha-color) !important;
    font-size: 20px;
    letter-spacing: -1px;
}

.motors-desc-slots-wrapper .mdsw-right .stm-posts-available-number span {
    letter-spacing: -0.5px;
    font-weight: 700;
}

body.logged-in.stm-vl-plugin-pure .stm_add_car_form .stm-form-checking-user {
    background-color: var(--motors-bg-contrast);
    padding: 25px;
}

@media (max-width: 1100px) {
    .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text],
  .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2 {
        max-width: 170px;
    }
}

@media (max-width: 991px) {
    .stm_add_car_form .stm-form-2-features .stm-single-feature {
        width: 33.33333%;
    }

    .stm_add_car_form .stm-form-4-videos .stm-simple-notice {
        margin: 10px 0 15px;
    }
}

@media (max-width: 767px) {
    .stm-add-a-car-user .left-info .user-info h4 {
        margin-top: 0;
    }

    .stm_add_car_form .stm-form-checking-user .stm-add-a-car-user .add-car-btns-wrap {
        margin: 0;
    }

    .stm-add-a-car-user .right-info {
        text-align: left;
    }

    .stm_add_car_form .stm-form-checking-user .stm_register_title h3 {
        float: none;
    }

    .stm-form-price-edit .stm_price_input {
        padding: 20px 15px 25px;
    }

    .stm_add_car_form .stm-form-2-features .stm-single-feature {
        width: 50%;
    }

    .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter {
        width: 100%;
    }

    .stm_add_car_form .stm-form-checking-user {
        padding: 0 10px;
    }

    .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li .stm-add-a-car-loader {
        margin-right: -10px;
    }

    .stm-add-a-car-user .right-info {
        text-align: left;
    }

    .stm_add_car_form .stm-form-checking-user .stm_register_title h3 {
        float: none;
    }

    .stm-form-price-edit .stm_price_input {
        padding: 20px 15px 25px;
    }

    .stm-add-media-car {
        padding-right: 0 !important;
    }

    .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder {
        width: 50%;
    }

    .stm_add_car_form .stm-form-2-features .stm-single-feature {
        width: 50%;
    }
}

@media (max-width: 430px) {
    .stm_add_car_form .stm-form-2-features .stm-single-feature {
        width: 100%;
    }
}