.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
  /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.bypostauthor > article .fn:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}

.wp-caption-text {
    margin-top: 10px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.gallery .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    text-decoration: none;
}

/* 1.2 Form controls, form groups */
input[type=text],
input[type=number],
input[type=tel],
input[type=date],
input[type=email],
input[type=search],
input[type=password] {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 21px;
    font-weight: 400;
    color: #888888;
    border: 2px solid #eceff3;
    font-size: 14px;
    outline: none !important;
    background-color: #eceff3;
}

input[type=text].form-error,
input[type=number].form-error,
input[type=tel].form-error,
input[type=email].form-error,
input[type=search].form-error,
input[type=password].form-error {
    border-color: #ff2325;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus {
    background-color: #fff;
    border-color: #6c98e1;
    color: #232628;
}

.stm-row-comments input[type=text],
.stm-row-comments input[type=tel],
.stm-row-comments input[type=email],
.stm-row-comments input[type=search],
.stm-row-comments input[type=password] {
    height: 44px;
    line-height: 44px;
}

.stm-forms-sm {
    margin-bottom: 11px;
}

.stm-forms-sm input[type=text],
.stm-forms-sm input[type=tel],
.stm-forms-sm input[type=date],
.stm-forms-sm input[type=email],
.stm-forms-sm input[type=search],
.stm-forms-sm input[type=password] {
    height: 37px;
    line-height: 37px;
}

.stm-mc-unit input[type=text],
.stm-mc-unit input[type=tel],
.stm-mc-unit input[type=date],
.stm-mc-unit input[type=email],
.stm-mc-unit input[type=search],
.stm-mc-unit input[type=password] {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: none;
    padding: 0 17px;
    font-weight: 400;
    color: #aaa;
    font-size: 13px;
    outline: none !important;
    background-color: #fff;
}

textarea {
    padding: 21px;
    width: 100%;
    max-width: 100%;
    background-color: #eceff3;
    border: 2px solid #eceff3;
    color: #888;
    resize: none;
}

textarea:focus {
    background-color: #fff;
    border-color: #6c98e1;
    color: #232628;
}

.form-label {
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
}

.form-label-small {
    margin-bottom: 3px;
    color: #888;
    font-size: 13px;
}

.form-modal-label {
    margin-bottom: 3px;
    font-size: 13px;
    color: #888;
}

.form-group {
    margin-bottom: 19px;
}

.form-group-textarea {
    margin-bottom: 16px;
}

.wpcf7-not-valid {
    border-color: #ff2325 !important;
}

.has-error input[type=text],
.has-error input[type=tel],
.has-error input[type=date],
.has-error input[type=email],
.has-error input[type=search],
.has-error input[type=password] {
    border-color: #ff2325;
}

.modal-body input:not([type=submit]) {
    height: 37px;
    line-height: 37px;
}

.modal-body button {
    display: inline-block;
}

.stm-button {
    background: #cc6119;
    color: #191919;
    transition: all 0.2s ease;
    opacity: 1;
}

.stm-button i {
    font-size: 10px;
    margin-right: 5px;
}

.stm-button:hover {
    opacity: 0.8;
}

.form-error {
    border-color: #ff2325;
}

.stm-form-alert {
    margin-top: 6px;
    font-size: 13px;
    line-height: 18px;
    color: #888;
}

.form-hr {
    margin: 0 0 29px;
    background-color: #dddddd;
}

.comment-form-comment textarea {
    height: 172px;
}

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

span.wpcf7-list-item {
    margin-left: 0 !important;
}

.wpcf7-list-item-label {
    color: #888 !important;
    font-size: 13px;
}

textarea,
input,
input[type=radio] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -o-appearance: auto;
    appearance: auto;
}

.stm-label-type-2 {
    margin-bottom: 5px;
    font-weight: 400;
}

/* 1.3 Layout styles */
html {
    overflow-y: scroll;
    font-size: 100%;
}

body {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 22px;
    color: #555555;
}

.container {
    width: auto;
    max-width: 1140px;
}

#wrapper {
    overflow: hidden;
}

.stm-col-pad-left {
    padding-left: 25px !important;
}

.stm-col-pad-right {
    padding-right: 25px !important;
}

.modal-open #wrapper,
.modal-open #page {
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    filter: blur(8px);
}

.row-4 .col-md-3:nth-child(4n+1) {
    clear: both;
}

.row-3 .col-md-4:nth-child(3n+1) {
    clear: both;
}

.row-2 .col-md-6:nth-child(2n+1) {
    clear: both;
}

.post-type-archive-service #wrapper {
    margin-bottom: 30px;
}

.wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 15px !important;
    border: 2px solid #6c98e1 !important;
    color: #6c98e1 !important;
    border-radius: 5px;
}

.wpcf7-response-output.wpcf7-validation-errors {
    border-color: #ff2325 !important;
    color: #ff2325 !important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: #32cd32 !important;
    color: #32cd32 !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

/* 1.3.2 Footer */
#footer {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#footer .panel {
    margin-bottom: 0;
}

#footer .panel .panel-footer {
    border-top: 0;
}

#footer #footer_top {
    padding: 15px 0;
}

#footer #footer_top .widget_title h3 {
    color: #fff;
}

.less_4 aside .widget-wrapper {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.more_8 aside .widget-wrapper {
    border-bottom: 0 !important;
    padding-bottom: 30px !important;
}

.cols_4 aside:nth-child(5) .widget-wrapper,
.cols_4 aside:nth-child(6) .widget-wrapper,
.cols_4 aside:nth-child(7) .widget-wrapper,
.cols_4 aside:nth-child(8) .widget-wrapper {
    padding-top: 39px;
    margin-top: 24px;
    border-top: 1px solid #444444;
}

.cols_3 aside:nth-child(1) .widget-wrapper,
.cols_3 aside:nth-child(2) .widget-wrapper,
.cols_3 aside:nth-child(3) .widget-wrapper {
    padding-bottom: 39px;
    margin-bottom: 24px;
    border-bottom: 1px solid #444444;
}

.cols_1 {
    margin: 0 -15px;
}

.cols_1 aside {
    float: left;
    padding: 0 15px 0;
    width: 100%;
}

.cols_1 aside:nth-child(1n+1) {
    clear: both;
}

.cols_2 {
    margin: 0 -15px;
}

.cols_2 aside {
    float: left;
    padding: 0 15px 0;
    width: 50%;
}

.cols_2 aside:nth-child(2n+1) {
    clear: both;
}

.cols_3 {
    margin: 0 -15px;
}

.cols_3 aside {
    float: left;
    padding: 0 15px 0;
    width: 33.33333%;
}

.cols_3 aside:nth-child(3n+1) {
    clear: both;
}

.cols_4 {
    margin: 0 -15px;
}

.cols_4 aside {
    float: left;
    padding: 0 15px 0;
    width: 25%;
}

.cols_4 aside:nth-child(4n+1) {
    clear: both;
}

aside.widget-default ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

aside.widget-default ul li a {
    margin-bottom: 26px;
    font-size: 13px;
    line-height: 20px;
    color: #888;
}

#footer-copyright {
    padding: 20px 0 19px;
}

#footer-copyright .footer-copyright {
    position: relative;
}

#footer-copyright .footer-copyright:before {
    position: absolute;
    content: "";
    display: block;
    top: -20px;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #444;
}

#footer-copyright .copyright-text {
    font-size: 13px;
    color: #888;
}

#footer-copyright .copyright-text a {
    color: #6c98e1;
}

#footer-copyright .copyright-text .divider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-color: #888;
    margin: 0 10px;
    height: 13px;
    width: 1px;
}

.copyright-socials ul {
    list-style: none;
    padding: 0;
    margin: 0 7px 0 0;
}

.copyright-socials ul:after {
    display: table;
    content: "";
    clear: both;
}

.copyright-socials ul li {
    float: left;
    margin-left: 37px;
}

.copyright-socials ul li:first-child {
    margin-left: 0;
}

.copyright-socials ul li a {
    color: #6c98e1;
}

#footer-copyright,
#footer-main {
    background-color: #232628;
}

/* 1.4 Typography styles */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .heading-font,
.button, .load-more-btn, .vc_tta-panel-title, .page-numbers li > a, .page-numbers li > span,
.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span,
.stm_auto_loan_calculator input, .post-content blockquote, .contact-us-label,
.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a,
.stm-shop-sidebar-area .widget.widget_product_categories > ul,
#main .stm-shop-sidebar-area .widget .product_list_widget li .product-title,
#main .stm-shop-sidebar-area .widget .product_list_widget li a,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_table td.product-name a,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal,
.header-listing .listing-menu li a {
    color: #232628;
}

h1, .h1 {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 700;
}

h2, .h2 {
    margin: 0 0 14px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700;
}

h3, .h3 {
    margin: 0 0 15px;
    line-height: 1.2;
    font-size: 26px;
    font-weight: 700;
}

h4, .h4 {
    margin: 0 0 11px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
}

h5, .h5 {
    margin: 0 0 7px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
}

h6, .h6 {
    margin: 0 0 8px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 700;
}

body.stm-macintosh h1, body.stm-macintosh .h1, body.stm-macintosh h2, body.stm-macintosh .h2, body.stm-macintosh h3, body.stm-macintosh .h3, body.stm-macintosh h4, body.stm-macintosh .h4, body.stm-macintosh h5, body.stm-macintosh .h5, body.stm-macintosh h6, body.stm-macintosh .h6, body.stm-macintosh .heading-font {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 8px;
}

ol {
    padding-left: 20px;
}

ol li {
    margin-bottom: 8px;
}

ul ol, ol ol, ol ul, ul ul {
    margin-top: 8px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #191919;
}

a:hover {
    color: #cc6119;
}

a:focus {
    color: #cc6119;
}

a:active {
    color: #cc6119;
}

blockquote {
    margin: 22px 0;
    padding: 2px 32px;
    border-left-width: 4px;
    border-left-color: #cc6119;
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    font-style: italic;
}

label {
    font-weight: 400;
    margin-bottom: 0;
}

p {
    margin: 0 0 14px;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

table > thead tr th {
    text-transform: uppercase;
    font-size: 16px;
}

table > tbody tr td {
    padding: 9px 0 8px;
    font-size: 12px;
    color: #888;
    border-bottom: 1px solid #d5d9e0;
}

/* Contact Form 7 input[type='date'] */
.wpcf7-form-control-wrap input[type=date] {
    position: relative;
}

.wpcf7-form-control-wrap input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

.wpcf7-form-control-wrap input[type=date]:after {
    content: "\e92b";
    font-family: "stm-icon";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #888;
}

#stm-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.stm-hoverable-interactive-galleries .car-listing-tabs-unit .image:before {
    background-color: transparent;
}

.stm-hoverable-interactive-galleries .car-listing-tabs-unit .interactive-hoverable {
    min-height: 218px;
}

@media (min-width: 768px) {
    .stm-hoverable-interactive-galleries .car-listing-tabs-unit .interactive-hoverable {
        min-height: 143px;
    }
}

#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-stm-me-theme-options a img {
    height: 22px;
    width: 22px;
    opacity: 1;
    padding-top: 0px;
    max-width: 22px !important;
    vertical-align: middle;
}

/* Automanager styles */
.main-menu .header-menu > li > ul > li > ul a {
    line-height: 18px;
}

.stm_automanager_features_list .stm_automanager_single h3 {
    font-size: 14px;
    text-transform: uppercase;
}

.stm_automanager_features_list ul.list-style-2 li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
}

.automanager-listing-page .regular-price-with-sale {
    font-size: 12px;
    opacity: 0.8;
}

.automanager-listing-page .regular-price-with-sale strong {
    display: block;
    margin-top: -5px;
    font-size: 24px;
    line-height: 29px;
}

.car-action-unit.stm-brochure {
    min-width: 157px;
    padding-left: 35px;
}

#top-bar .top-bar-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.single-regular-sale-price > table tr td:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

#searchform .search-input {
    padding: 0 75px 0 25px !important;
}

.stm-isotope-listing-item {
    padding-bottom: 15px;
}

.listing-list-loop .content .meta-top {
    margin-bottom: 16px;
}

.listing-list-loop .content .meta-middle {
    margin-bottom: 19px;
}

@media (max-width: 768px) {
    .listing-list-loop .content .meta-middle {
        margin-bottom: 0;
    }
}

.listing-list-loop .content .meta-middle .meta-middle-unit {
    margin-bottom: 8px;
}

.stm-blog-fullwidth-info {
    height: 580px;
    overflow: hidden;
}

body:not(.elementor-editor-active) .car-listing-modern-grid img.lazy.img-responsive {
    min-height: 134px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1024px) {
    body:not(.elementor-editor-active) .car-listing-modern-grid img.lazy.img-responsive {
        min-height: auto;
    }
}

#footer-copyright .footer-copyright:before {
    background: rgba(255, 255, 255, 0.2);
}

body .vc_row[data-vc-full-width] {
    overflow: visible;
}

body .vc_row[data-vc-full-width].vc_parallax {
    overflow: hidden;
}

#stm-fixed-cover {
    background-size: cover;
}

.stm-single-car-history-image {
    margin: 15px 0;
}

.stm-user-private .stm-schedule {
    display: none;
}

.single-car-data > table tr td.t-value.t-vin {
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter.stm-vc-ajax-filter button[disabled] {
    opacity: 0.5;
}

.car-listing-tabs-unit img {
    width: 100%;
}

.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header {
    margin-bottom: 50px;
}

.woocommerce-MyAccount-navigation ul {
    margin: 30px 0;
    background-color: #232628;
    border: none;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.woocommerce-MyAccount-navigation ul:before {
    display: none;
}

.woocommerce-MyAccount-navigation ul:after {
    display: none;
}

.woocommerce-MyAccount-navigation ul > li {
    float: none;
    position: relative;
    margin: 0;
    display: table-cell;
}

.woocommerce-MyAccount-navigation ul > li > a {
    display: block;
    position: relative;
    text-align: center;
    padding: 18px 18px;
    background-color: #232628;
    border-radius: 0;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.woocommerce-MyAccount-navigation ul > li > a:before {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #cc6119;
    opacity: 0;
}

.woocommerce-MyAccount-navigation ul > li > a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul > li > a .vc_tta-title-text {
    position: relative;
    top: 1px;
    left: 2px;
}

.woocommerce-MyAccount-navigation ul > li.is-active > a:before {
    display: none;
}

.woocommerce-MyAccount-navigation ul > li.is-active a {
    background-color: #fff;
    color: #cc6119;
    border: 3px solid #232628;
}

.stm-icon-counter .dp-in {
    width: 100%;
}

@media (max-width: 490px) {
    .stm-similar-cars-units .stm-similar-car {
        width: 100% !important;
        margin-bottom: 10px;
        float: none !important;
    }

    .woocommerce-MyAccount-navigation ul {
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 65px;
        padding: 0;
    }

    .woocommerce-MyAccount-navigation ul li a {
        border: 3px solid transparent;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .woocommerce-orders .woocommerce-MyAccount-content {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .woocommerce-edit-address .woocommerce-MyAccount-content .addresses {
        padding: 0 15px;
    }

    .woocommerce-edit-address .woocommerce-MyAccount-content .addresses .address:first-child {
        margin-bottom: 50px;
    }

    .woocommerce-edit-account .woocommerce-EditAccountForm.edit-account fieldset {
        margin-top: 30px;
    }

    .woocommerce-account .subscriptio_subscription_list {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

.stm-form-price-edit .stm_price_input:last-child {
    border-top: 1px solid #fff;
}

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

.woocommerce .quantity input {
    padding: 0 3px 0 3px;
}

/*General styles for pricing plans*/
.stm-user-current-plan-info {
    margin-top: 30px;
    padding: 21px 29px 25px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.stm-user-current-plan-info .sub-title {
    margin-bottom: 1px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: -0.2px;
}

.stm-user-current-plan-info .stm-plan-name {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.stm-user-current-plan-info .stm-free-plan {
    margin-bottom: 20px;
}

.stm-user-current-plan-info .days-left {
    min-height: 24px;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
}

.stm-user-current-plan-info .button {
    padding: 15px 22px 13px;
    font-size: 12px;
}

.stm-user-private .stm-user-private-sidebar.side-fixed {
    max-width: 255px;
    width: 100%;
    position: fixed;
    top: 0;
}

@media (min-width: 991px) and (max-width: 1169px) {
    .stm-user-private .stm-user-private-sidebar.side-fixed {
        padding-right: 10px;
        max-width: calc(25% - 45px);
        max-height: 93vh;
        top: 7vh;
        overflow-y: auto;
    }
}

.stm_add_car_title_form {
    margin: 25px 0;
}

.stm_add_car_title_form input {
    max-width: 60%;
}

.stm-form-price-edit h4 {
    margin-bottom: 16px;
}

.stm-prices-add {
    margin-bottom: 30px;
}

.stm-form-price-edit .stm_price_input {
    padding-bottom: 30px;
}

.woocommerce table.my_account_orders .button {
    margin-left: 10px;
}

.subscriptio_subscription_info {
    margin-top: 40px;
}

body.woocommerce-order-pay .woocommerce table.shop_table th,
body.woocommerce-order-pay .woocommerce table.shop_table td,
.subscriptio_frontend_items_list,
.subscriptio_frontend_items_list th,
.subscriptio_frontend_items_list td {
    font-size: 15px !important;
}

body.woocommerce-order-pay .woocommerce {
    margin-bottom: 60px;
}

#subscriptio_button_cancel_subscription {
    margin: 20px 0 !important;
}

.listing-archive-dealer-info .dealer-info-block.stm_phone_disabled .title {
    margin-top: 17px;
}

li.product-category.product {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
}

li.product-category.product a {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 49px !important;
}

.car-listing-row .car-meta-bottom ul li i {
    margin-top: 5px;
    margin-left: 5px;
    float: right;
}

@media (max-width: 768px) {
    .stm-blog-pagination .page-numbers li {
        margin-bottom: 15px;
    }

    .stm-boats-contact-information {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.stm-simple-parallax {
    background-position-x: 50% !important;
}

.stm-simple-parallax .stm-simple-parallax-gradient {
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.stm-single-car-page {
    max-width: 1920px;
    width: auto;
    margin-right: auto !important;
    margin-left: auto !important;
    background-position-x: 50% !important;
}

.stm-single-car-page:before,
.stm-single-car-page:after,
.stm-simple-parallax .stm-simple-parallax-gradient:before,
.stm-simple-parallax .stm-simple-parallax-gradient:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 130px;
    height: 100%;
}

.stm-simple-parallax .stm-simple-parallax-gradient:before {
    left: 0;
}

.stm-simple-parallax .stm-simple-parallax-gradient:after {
    right: 0;
}

.stm-single-car-page:before {
    left: 0;
}

.stm-single-car-page:after {
    right: 0;
}

.stm-simple-parallax-vertical:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 130px;
    width: 100%;
}

.stm-simple-parallax > .vc_column_container {
    position: relative;
    z-index: 10;
}

.entry-header {
    z-index: 10;
}

/*IE bug*/
.listing-archive-dealer-info .dealer-info-block {
    display: block;
}

/*oct 27*/
.woocommerce form .form-row label.checkbox {
    display: inline-block;
}

body .woocommerce form .form-row .input-checkbox {
    margin: 18px 8px 0 0;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    float: left;
}

.stm-pricing-table__periods-link {
    display: none;
}

.stm-pricing-table__periods-link.stm-pricing-table__periods-item_active {
    display: block;
}

/*Language styles*/
/*Listing fix*/
html[lang=it-IT] .car-action-unit.stm-share,
html[lang=it-IT] .car-action-unit.stm-brochure,
html[lang=de-DE] .car-action-unit.stm-share,
html[lang=de-DE] .car-action-unit.stm-brochure,
html[lang=es-ES] .car-action-unit.stm-share,
html[lang=es-ES] .car-action-unit.stm-brochure,
html[lang=fr-FR] .car-action-unit.stm-share,
html[lang=fr-FR] .car-action-unit.stm-brochure,
html[lang=pt-PT] .car-action-unit.stm-share,
html[lang=pt-PT] .car-action-unit.stm-brochure {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}

html[lang=it-IT] .car-action-unit.add-to-compare,
html[lang=de-DE] .car-action-unit.add-to-compare,
html[lang=fr-FR] .car-action-unit.add-to-compare,
html[lang=es-ES] .car-action-unit.add-to-compare,
html[lang=pt-PT] .car-action-unit.add-to-compare {
    width: auto;
}

/*Moto*/
html[lang=it-IT] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=fr-FR] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=es-ES] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=pt-PT] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=de-DE] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels {
    width: 100%;
    margin: 15px 0 25px;
    text-align: left;
}

html[lang=fr-FR] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=es-ES] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=pt-PT] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=de-DE] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=it-IT] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a {
    font-size: 11px;
}

.gform_wrapper ul.gfield_checkbox li .checker span input[type=checkbox] {
    display: block !important;
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li .checker span {
    position: relative;
}

.gform_wrapper ul.gfield_radio li .radio span input[type=radio] {
    display: block !important;
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0 !important;
}

.gform_wrapper ul.gfield_radio li .radio span {
    position: relative;
}

.gform_wrapper .gfield_radio li label {
    line-height: 1;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}

.stm-settings-confirm-password .stm-listing-loader {
    visibility: hidden;
    opacity: 0;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader,
.stm-settings-confirm-password .stm-listing-loader i {
    animation: rotating 2s infinite linear;
}

.stm-settings-confirm-password .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1;
}

.stm-settings-confirm-password .stm-user-message {
    color: #fff;
}

.stm-image-avatar.hide-empty .stm-empty-avatar-icon {
    display: none;
}

.stm-image-avatar.hide-photo img,
.stm-image-avatar.hide-photo .stm_image_upl {
    display: none;
}

.vc_row .archive-listing-page > .container {
    padding: 0;
}

/*Slider fixes*/
.stm-slider-round {
    padding: 58px 19px 50px 27px !important;
}

.stm-service-slider-title {
    padding: 27px 37px 27px 30px !important;
}

.stm-service-slider-price {
    padding: 12px 39px 11px 32px !important;
}

.stm-service-slider-title-centered {
    text-align: center !important;
}

.stm-boats-layer .pricing-unit {
    text-align: right !important;
}

.stm_trapeze {
    padding: 41px 30px 34px 15px !important;
}

.stm_trapeze_white {
    padding: 25px 0 29px 0 !important;
}

.stm_trapeze_red {
    padding: 13px 16px 12px 10px !important;
}

body.stm_frontend_customizer .stm-select-layout .select2-dropdown {
    z-index: 99999 !important;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    margin-right: 10px;
}

#main .widget_search form.wp-block-search:after,
#main .widget_search form.search-form:after {
    line-height: 45px;
}

#services .ui-widget-content {
    background: inherit !important;
}

@media (max-width: 767px) {
    .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-cars,
  .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .map_link,
  .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.image {
        display: none;
    }

    .stm-blog-fullwidth-info {
        height: auto;
    }
}

@media (max-width: 500px) {
    .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td {
        display: block;
        padding: 15px 0 5px;
        margin-bottom: 0;
    }
}

.woocommerce-billing-fields .create-account {
    margin-top: 20px;
}

.single-car-actions > ul li {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .single-car-actions > ul li {
        margin-right: 0;
    }
}

.ui-widget {
    font-family: inherit !important;
}

.stm-filter-tab-selects.filter.stm-vc-ajax-filter {
    margin-bottom: 0;
}

.stm-ajax-row.stm-loading:after {
    display: none !important;
}

.widget_car_location #stm-dealer-gmap {
    width: 100%;
    margin-top: 0;
}

/*Prevent gallery from loading all images*/
.testimonials-carousel .testimonial-unit,
.stm-thumbs-car-gallery .stm-single-image,
.stm-big-car-gallery .stm-single-image {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin: 0;
}

.testimonials-carousel .testimonial-unit:first-child,
.stm-thumbs-car-gallery .stm-single-image:first-child,
.stm-big-car-gallery .stm-single-image:first-child {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.testimonials-carousel .testimonial-unit:first-child,
.stm-thumbs-car-gallery.owl-loaded .stm-single-image:first-child,
.stm-big-car-gallery.owl-loaded .stm-single-image:first-child {
    margin: 0 auto;
}

.stm-thumbs-car-gallery {
    margin-top: 25px;
}

.stm-big-car-gallery .owl-controls {
    margin: 0;
}

@media (max-width: 767px) {
    .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit label {
        margin-bottom: 15px;
    }

    .stm-sell-a-car-form .form-navigation .form-navigation-unit {
        margin-bottom: 20px;
    }
}
/*Print Media*/
@media print {
    #top-bar,
  #header,
  #footer,
  .stm_breadcrumbs_unit,
  .entry-header,
  .stm-car_dealer-buttons,
  .single-car-mpg .mpg-icon,
  .wpb_tabs_nav,
  .sale-price-description-single,
  .stm-thumbs-car-gallery,
  .stm-single-car-history-image,
  .stm_auto_loan_calculator,
  .single-car-actions {
        display: none !important;
    }

    .single-car-mpg .mpg-unit:last-child {
        float: right;
    }

    .stm-single-car-page .lists-inline > ul {
        width: 49% !important;
    }

    a[href]:after {
        content: none !important;
    }
}

.stm-unstyled {
    -webkit-appearance: inherit !important;
    -moz-appearance: inherit !important;
    appearance: inherit !important;
}

/*Car gurus*/
.stm_cargurus_wrapper {
    border-top: 1px solid #d5d9e0;
    padding-top: 15px;
    margin: 22px 0 15px;
    text-align: center;
}

.stm_cargurus_wrapper img {
    max-width: 100%;
}

.cg_banner .cg-dealrating-badge img {
    height: auto !important;
    max-width: 100% !important;
}

@media (max-width: 767px) {
    .car-listing-row.stm-car-compare-row.stm-no-cars {
        display: block !important;
    }

    .car-listing-row.stm-car-compare-row.stm-no-cars .colored-separator {
        display: none;
    }

    .car-listing-row.stm-car-compare-row.stm-no-cars .compare-col-stm-empty {
        width: 100%;
    }

    .car-listing-row.stm-car-compare-row.stm-no-cars .compare-col-stm-empty .image {
        text-align: center;
    }

    .stm-featured-top-cars-title .heading-font {
        font-size: 11px;
    }
}
/*Extra features from classfied*/
.stm-single-listing-car-features {
    margin-bottom: 20px;
}

.stm-single-listing-car-features .lists-inline > ul {
    width: 100%;
    margin-bottom: 0;
}

.stm-single-listing-car-features .lists-inline > ul li {
    float: left;
    width: 25%;
}

.stm-border-top-unit .title {
    padding: 20px 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .stm-single-listing-car-features .lists-inline > ul li {
        width: 100%;
    }
}

.modal-body .stm-sell-a-car-form input[type=submit] {
    height: 46px;
    line-height: 14px;
}

/*Automanager*/
body.automanager-listing-page .wpb_tabs br {
    display: none;
}

@media (max-width: 1350px) {
    .stm-single-car-page:before,
  .stm-single-car-page:after,
  .stm-simple-parallax .stm-simple-parallax-gradient:before,
  .stm-simple-parallax .stm-simple-parallax-gradient:after {
        z-index: -1;
    }
}

@media (max-width: 767px) {
    table > tbody tr td.compare-value-hover .h5:before {
        content: attr(data-option) ":";
        display: inline;
        font-size: 14px;
    }
}
/*Multiple select*/
.stm-multiple-select {
    padding-top: 4px;
    margin-bottom: 15px;
    overflow: hidden;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: visible;
}

.stm-multiple-select .select2-container--default .select2-selection--multiple {
    padding: 5px 7px 2px;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 100%;
    padding: 3px 10px;
    margin: 3px 5px 8px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: transparent;
    border: 0;
    box-shadow: 0 1px 3px rgba(59, 62, 68, 0.5);
}

.stm-multiple-select .select2-search {
    display: block;
    margin-bottom: 0;
}

.stm-multiple-select .select2-search .select2-search__field {
    margin: 5px 0 0 5px;
    height: 20px;
    line-height: 20px;
}

.woocommerce div.product div.images {
    margin-bottom: 2em;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 0.5;
    margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
}

button.pswp__button {
    box-shadow: none !important;
}

button.pswp__button--arrow--left:active, button.pswp__button--arrow--right:active {
    position: absolute !important;
    top: 50% !important;
}

button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
    background-color: transparent !important;
}

button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover {
    background-image: none !important;
}

button.pswp__button--close:hover {
    background-position: 0 -44px;
}

button.pswp__button--zoom:hover {
    background-position: -88px 0;
}

.add-compare-mobile {
    display: none;
    text-align: center;
    margin: 0 0 35px;
}

@media (max-width: 767px) {
    .add-compare-mobile.add-compare-mobile-show {
        display: block;
    }
}

.add-compare-mobile .stm-compare-empty {
    aspect-ratio: 2/1.1;
    -o-object-fit: cover;
    object-fit: cover;
}

.add-compare-mobile .image {
    position: relative;
    overflow: hidden;
}

.add-compare-mobile .image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s ease;
    transform: translateZ(0);
    opacity: 0;
}

.add-compare-mobile .image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 53px;
    color: #d1d7dc;
    z-index: 15;
}

.add-compare-mobile .image i.stm-icon-add_car {
    transform: translateY(0) translateX(0);
    margin: -26px 0 0 -36px;
}

.add-compare-mobile-label {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

body.lg-on #wrapper {
    position: relative;
    z-index: 10;
}

body.lg-on #wpadminbar {
    z-index: 10;
}

/* fix for Font Awesome family being overriden by IcoMoon generated custom font family declaration */
body i.fa,
body i.far,
body i.fas {
    font-family: "Font Awesome 6 Free" !important;
}

body i.fab {
    font-family: "Font Awesome 6 Brands" !important;
}

/*Default*/
/*Red*/
/*Orange*/
/*Light blue*/
/*Blue*/
#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-stm-me-theme-options a img,
#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-mvl-plugin-settings a img {
    height: auto;
    opacity: 1;
    padding-top: 0px;
    max-width: 20px !important;
    vertical-align: middle;
    margin-top: -7px;
}

.stm-template-listing_four_elementor .testimonials-carousel .owl-controls {
    bottom: 20px;
}

.stm-template-listing_four_elementor .testimonials-carousel .owl-controls .owl-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.stm-template-listing_four_elementor .testimonials-carousel .owl-controls .owl-nav .owl-prev:after,
.stm-template-listing_four_elementor .testimonials-carousel .owl-controls .owl-nav .owl-next:after {
    font-size: 22px;
}

.stm-template-listing_four_elementor .testimonials-carousel .owl-controls .owl-nav .owl-prev:hover:after,
.stm-template-listing_four_elementor .testimonials-carousel .owl-controls .owl-nav .owl-next:hover:after {
    color: #ffffff;
}

.stm-template-listing_four_elementor .testimonials-carousel .owl-controls .owl-dots.disabled {
    display: none;
}

.stm-template-listing_four_elementor a.wp-block-latest-posts__post-title {
    color: unset;
}

/* Automanager styles */
.main-menu .header-menu > li > ul > li > ul a {
    line-height: 18px;
}

.stm_automanager_features_list .stm_automanager_single h3 {
    font-size: 14px;
    text-transform: uppercase;
}

.stm_automanager_features_list ul.list-style-2 li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
}

.automanager-listing-page .regular-price-with-sale {
    font-size: 12px;
    opacity: 0.8;
}

.automanager-listing-page .regular-price-with-sale strong {
    display: block;
    margin-top: -5px;
    font-size: 24px;
    line-height: 29px;
}

.car-action-unit.add-to-compare {
    padding-right: 10px;
    padding-left: 36px;
    min-width: 158px;
    white-space: nowrap;
}

.car-action-unit.stm-brochure {
    min-width: 157px;
    padding-left: 35px;
}

body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header {
    margin-bottom: 50px;
}

#top-bar .top-bar-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.single-regular-sale-price > table tr td:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

#searchform .search-input {
    padding: 0 75px 0 25px !important;
}

.stm-isotope-listing-item {
    padding-bottom: 15px;
}

.listing-list-loop .content .meta-top {
    margin-bottom: 16px;
}

.listing-list-loop .content .meta-middle {
    margin-bottom: 19px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit {
    margin-bottom: 8px;
}

.stm-blog-fullwidth-info {
    height: 580px;
    overflow: hidden;
}

.car-listing-modern-grid img.lazy.img-responsive {
    min-height: 134px;
}

#footer-copyright .footer-copyright:before {
    background: rgba(255, 255, 255, 0.2);
}

body .vc_row[data-vc-full-width] {
    overflow: visible;
}

body .vc_row[data-vc-full-width].vc_parallax {
    overflow: hidden;
}

#stm-fixed-cover {
    background-size: cover;
}

.listing-list-loop .image .image-inner {
    min-height: 163px;
}

.stm-single-car-history-image {
    margin: 15px 0;
}

.stm-user-private .stm-schedule {
    display: none;
}

.single-car-data > table tr td.t-value.t-vin {
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter.stm-vc-ajax-filter button[disabled] {
    opacity: 0.5;
}

.car-listing-tabs-unit img {
    width: 100%;
}

.woocommerce-MyAccount-navigation ul {
    margin: 30px 0;
    background-color: #232628;
    border: none;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.woocommerce-MyAccount-navigation ul:before {
    display: none;
}

.woocommerce-MyAccount-navigation ul:after {
    display: none;
}

.woocommerce-MyAccount-navigation ul > li {
    float: none;
    position: relative;
    margin: 0;
    display: table-cell;
}

.woocommerce-MyAccount-navigation ul > li > a {
    display: block;
    position: relative;
    text-align: center;
    padding: 18px 18px;
    background-color: #232628;
    border-radius: 0;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.woocommerce-MyAccount-navigation ul > li > a:before {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #cc6119;
    opacity: 0;
}

.woocommerce-MyAccount-navigation ul > li > a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul > li > a .vc_tta-title-text {
    position: relative;
    top: 1px;
    left: 2px;
}

.woocommerce-MyAccount-navigation ul > li.is-active > a:before {
    display: none;
}

.woocommerce-MyAccount-navigation ul > li.is-active a {
    background-color: #fff;
    color: #cc6119;
    border: 3px solid #232628;
}

.stm-icon-counter .dp-in {
    width: 100%;
}

@media (max-width: 490px) {
    .stm-similar-cars-units .stm-similar-car {
        width: 100% !important;
        margin-bottom: 10px;
        float: none !important;
    }

    .woocommerce-MyAccount-navigation ul {
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 65px;
        padding: 0;
    }

    .woocommerce-MyAccount-navigation ul li a {
        border: 3px solid transparent;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .woocommerce-orders .woocommerce-MyAccount-content {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .woocommerce-edit-address .woocommerce-MyAccount-content .addresses {
        padding: 0 15px;
    }

    .woocommerce-edit-address .woocommerce-MyAccount-content .addresses .address:first-child {
        margin-bottom: 50px;
    }

    .woocommerce-edit-account .woocommerce-EditAccountForm.edit-account fieldset {
        margin-top: 30px;
    }

    .woocommerce-account .subscriptio_subscription_list {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

.stm-form-price-edit .stm_price_input:last-child {
    border-top: 1px solid #fff;
}

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

.woocommerce .quantity input {
    padding: 0 0 0 3px;
}

/*General styles for pricing plans*/
.stm-user-current-plan-info {
    margin-top: 30px;
    padding: 21px 29px 25px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.stm-user-current-plan-info .sub-title {
    margin-bottom: 1px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: -0.2px;
}

.stm-user-current-plan-info .stm-plan-name {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.stm-user-current-plan-info .stm-free-plan {
    margin-bottom: 20px;
}

.stm-user-current-plan-info .days-left {
    min-height: 24px;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
}

.stm-user-current-plan-info .button {
    padding: 15px 22px 13px;
    font-size: 12px;
}

.stm-user-private .stm-user-private-sidebar.side-fixed {
    max-width: 255px;
    width: 100%;
    position: fixed;
    top: 0;
}

.stm_add_car_title_form {
    margin: 25px 0;
}

.stm_add_car_title_form input {
    max-width: 60%;
}

.stm-form-price-edit h4 {
    margin-bottom: 16px;
}

.stm-prices-add {
    margin-bottom: 30px;
}

.stm-form-price-edit .stm_price_input {
    padding-bottom: 30px;
}

.woocommerce table.my_account_orders .button {
    margin-left: 10px;
}

.subscriptio_subscription_info {
    margin-top: 40px;
}

body.woocommerce-order-pay .woocommerce table.shop_table th,
body.woocommerce-order-pay .woocommerce table.shop_table td,
.subscriptio_frontend_items_list,
.subscriptio_frontend_items_list th,
.subscriptio_frontend_items_list td {
    font-size: 15px !important;
}

body.woocommerce-order-pay .woocommerce {
    margin-bottom: 60px;
}

#subscriptio_button_cancel_subscription {
    margin: 20px 0 !important;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block.stm_phone_disabled .title {
    margin-top: 17px;
}

.compare-remove-all {
    margin-left: 15px;
}

li.product-category.product {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
}

li.product-category.product a {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 49px !important;
}

.car-listing-row .car-meta-bottom ul li i {
    margin-top: 5px;
    margin-left: 5px;
    float: right;
}

@media (max-width: 768px) {
    .stm-blog-pagination .page-numbers li {
        margin-bottom: 15px;
    }

    .stm-boats-contact-information {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.stm-simple-parallax {
    background-position-x: 50% !important;
}

.stm-simple-parallax .stm-simple-parallax-gradient {
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.stm-single-car-page {
    max-width: 1920px;
    width: auto;
    margin-right: auto !important;
    margin-left: auto !important;
    background-position-x: 50% !important;
}

.stm-single-car-page:before,
.stm-single-car-page:after,
.stm-simple-parallax .stm-simple-parallax-gradient:before,
.stm-simple-parallax .stm-simple-parallax-gradient:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 130px;
    height: 100%;
}

.stm-simple-parallax .stm-simple-parallax-gradient:before {
    left: 0;
}

.stm-simple-parallax .stm-simple-parallax-gradient:after {
    right: 0;
}

.stm-single-car-page:before {
    left: 0;
}

.stm-single-car-page:after {
    right: 0;
}

.stm-simple-parallax-vertical:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 130px;
    width: 100%;
}

.stm-simple-parallax > .vc_column_container {
    position: relative;
    z-index: 10;
}

.entry-header {
    z-index: 10;
}

.stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases {
    padding-left: 24px;
}

/*IE bug*/
.listing-archive-dealer-info .dealer-info-block {
    display: block;
}

/*Tabs Fix 11.10.16*/
.stm_listing_tabs_style_2 .stm_listing_nav_list {
    margin-top: -9px;
}

.stm_listing_tabs_style_2 .stm_listing_nav_list li a {
    display: block;
}

/*oct 27*/
.woocommerce form .form-row label.checkbox {
    display: inline-block;
}

body .woocommerce form .form-row .input-checkbox {
    margin: 18px 8px 0 0;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    float: left;
}

.stm-pricing-table__periods-link {
    display: none;
}

.stm-pricing-table__periods-link.stm-pricing-table__periods-item_active {
    display: block;
}

/*Language styles*/
/*Listing fix*/
html[lang=it-IT] .car-action-unit.stm-share,
html[lang=it-IT] .car-action-unit.stm-brochure,
html[lang=de-DE] .car-action-unit.stm-share,
html[lang=de-DE] .car-action-unit.stm-brochure,
html[lang=es-ES] .car-action-unit.stm-share,
html[lang=es-ES] .car-action-unit.stm-brochure,
html[lang=fr-FR] .car-action-unit.stm-share,
html[lang=fr-FR] .car-action-unit.stm-brochure,
html[lang=pt-PT] .car-action-unit.stm-share,
html[lang=pt-PT] .car-action-unit.stm-brochure {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}

html[lang=it-IT] .car-action-unit.add-to-compare,
html[lang=de-DE] .car-action-unit.add-to-compare,
html[lang=fr-FR] .car-action-unit.add-to-compare,
html[lang=es-ES] .car-action-unit.add-to-compare,
html[lang=pt-PT] .car-action-unit.add-to-compare {
    width: auto;
}

/*Moto*/
html[lang=it-IT] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=fr-FR] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=es-ES] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=pt-PT] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=de-DE] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels {
    width: 100%;
    margin: 15px 0 25px;
    text-align: left;
}

html[lang=fr-FR] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=es-ES] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=pt-PT] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=de-DE] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=it-IT] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a {
    font-size: 11px;
}

.gform_wrapper ul.gfield_checkbox li .checker span input[type=checkbox] {
    display: block !important;
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li .checker span {
    position: relative;
}

.gform_wrapper ul.gfield_radio li .radio span input[type=radio] {
    display: block !important;
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0 !important;
}

.gform_wrapper ul.gfield_radio li .radio span {
    position: relative;
}

.gform_wrapper .gfield_radio li label {
    line-height: 1;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}

.stm-settings-confirm-password .stm-listing-loader {
    visibility: hidden;
    opacity: 0;
    color: #fff;
}

.admin-bar .select2-container.stm-multi-currency .select2-dropdown {
    top: 36px !important;
}

.select2-container.stm-multi-currency .select2-dropdown {
    background: transparent;
    border: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    top: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader,
.stm-settings-confirm-password .stm-listing-loader i {
    animation: rotating 2s infinite linear;
}

.stm-settings-confirm-password .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1;
}

.stm-settings-confirm-password .stm-user-message {
    color: #fff;
}

.stm-image-avatar.hide-empty .stm-empty-avatar-icon {
    display: none;
}

.stm-image-avatar.hide-photo img,
.stm-image-avatar.hide-photo .stm_image_upl {
    display: none;
}

.vc_row .archive-listing-page > .container {
    padding: 0;
}

/*Boats fix*/
.stm-filter-sidebar-boats #stm-classic-filter-submit {
    min-width: 120px;
    padding-left: 5px;
    padding-right: 5px;
}

.stm-featured-boats-widget .stm-featured-boats-w-units .content .title {
  /*min-height: 36px;*/
}

/*Slider fixes*/
.stm-slider-round {
    padding: 58px 19px 50px 27px !important;
}

.stm-service-slider-title {
    padding: 27px 37px 27px 30px !important;
}

.stm-service-slider-price {
    padding: 12px 39px 11px 32px !important;
}

.stm-service-slider-title-centered {
    text-align: center !important;
}

.stm-boats-layer .pricing-unit {
    text-align: right !important;
}

.stm_trapeze {
    padding: 41px 30px 34px 15px !important;
}

.stm_trapeze_white {
    padding: 25px 0 29px 0 !important;
}

.stm_trapeze_red {
    padding: 13px 16px 12px 10px !important;
}

body.stm_frontend_customizer .stm-select-layout .select2-dropdown {
    z-index: 99999 !important;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    margin-right: 10px;
}

#main .widget_search form.wp-block-search,
#main .widget_search form.search-form:after {
    line-height: 45px;
}

#services .ui-widget-content {
    background: inherit !important;
}

@media (max-width: 767px) {
    .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-cars,
  .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .map_link,
  .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.image {
        display: none;
    }

    .stm-blog-fullwidth-info {
        height: auto;
    }
}

@media (max-width: 500px) {
    .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td {
        display: block;
        padding: 15px 0 5px;
        margin-bottom: 0;
    }
}

.woocommerce-billing-fields .create-account {
    margin-top: 20px;
}

.single-car-actions > ul li {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .single-car-actions > ul li {
        margin-right: 0;
    }
}

.ui-widget {
    font-family: inherit !important;
}

.stm-filter-tab-selects.filter.stm-vc-ajax-filter {
    margin-bottom: 0;
}

.stm-ajax-row.stm-loading:after {
    display: none !important;
}

.widget_car_location #stm-dealer-gmap {
    width: 100%;
    margin-top: 0;
}

/*Prevent gallery from loading all images*/
.testimonials-carousel .testimonial-unit,
.stm-thumbs-car-gallery .stm-single-image,
.stm-big-car-gallery .stm-single-image {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin: 0;
}

.testimonials-carousel .testimonial-unit:first-child,
.stm-thumbs-car-gallery .stm-single-image:first-child,
.stm-big-car-gallery .stm-single-image:first-child {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.testimonials-carousel .testimonial-unit:first-child,
.stm-thumbs-car-gallery.owl-loaded .stm-single-image:first-child,
.stm-big-car-gallery.owl-loaded .stm-single-image:first-child {
    margin: 0 auto;
}

.stm-thumbs-car-gallery {
    margin-top: 25px;
}

.stm-big-car-gallery .owl-controls {
    margin: 0;
}

@media (max-width: 767px) {
    .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit label {
        margin-bottom: 15px;
    }

    .stm-sell-a-car-form .form-navigation .form-navigation-unit {
        margin-bottom: 20px;
    }
}
/*Print Media*/
@media print {
    #top-bar,
  #header,
  #footer,
  .stm_breadcrumbs_unit,
  .entry-header,
  .stm-car_dealer-buttons,
  .single-car-mpg .mpg-icon,
  .wpb_tabs_nav,
  .sale-price-description-single,
  .stm-thumbs-car-gallery,
  .stm-single-car-history-image,
  .stm_auto_loan_calculator,
  .single-car-actions {
        display: none !important;
    }

    .single-car-mpg .mpg-unit:last-child {
        float: right;
    }

    .stm-single-car-page .lists-inline > ul {
        width: 49% !important;
    }

    a[href]:after {
        content: none !important;
    }
}

.stm-unstyled {
    -webkit-appearance: inherit !important;
    -moz-appearance: inherit !important;
    appearance: inherit !important;
}

/*Car gurus*/
.stm_cargurus_wrapper {
    border-top: 1px solid #d5d9e0;
    padding-top: 15px;
    margin: 22px 0 15px;
    text-align: center;
}

.stm_cargurus_wrapper img {
    max-width: 100%;
}

.cg_banner .cg-dealrating-badge img {
    height: auto !important;
    max-width: 100% !important;
}

@media (max-width: 767px) {
    .car-listing-row.stm-car-compare-row.stm-no-cars {
        display: block !important;
    }

    .car-listing-row.stm-car-compare-row.stm-no-cars .colored-separator {
        display: none;
    }

    .car-listing-row.stm-car-compare-row.stm-no-cars .compare-col-stm-empty {
        width: 100%;
    }

    .car-listing-row.stm-car-compare-row.stm-no-cars .compare-col-stm-empty .image {
        text-align: center;
    }

    .stm-featured-top-cars-title .heading-font {
        font-size: 11px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .stm_listing_tabs_style_2 .tab-pane .row-4 .col-md-3:nth-child(3n+1) {
        clear: both;
    }
}
/*Extra features from classfied*/
.stm-single-listing-car-features {
    margin-bottom: 20px;
}

.stm-single-listing-car-features .lists-inline > ul {
    width: 100%;
    margin-bottom: 0;
}

.stm-single-listing-car-features .lists-inline > ul li {
    float: left;
    width: 25%;
}

.stm-border-top-unit .title {
    padding: 20px 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .stm-single-listing-car-features .lists-inline > ul li {
        width: 100%;
    }
}

.modal-body .stm-sell-a-car-form input[type=submit] {
    height: 46px;
    line-height: 14px;
}

/*Automanager*/
body.automanager-listing-page .wpb_tabs br {
    display: none;
}

@media (max-width: 1350px) {
    .stm-single-car-page:before,
  .stm-single-car-page:after,
  .stm-simple-parallax .stm-simple-parallax-gradient:before,
  .stm-simple-parallax .stm-simple-parallax-gradient:after {
        z-index: -1;
    }
}

@media (max-width: 767px) {
    table > tbody tr td.compare-value-hover .h5:before {
        content: attr(data-option) ":";
        display: inline;
        font-size: 14px;
    }
}
/*Multiple select*/
.stm-multiple-select {
    padding-top: 4px;
    margin-bottom: 15px;
    overflow: hidden;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: visible;
}

.stm-multiple-select .select2-container--default .select2-selection--multiple {
    padding: 5px 7px 2px;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 100%;
    padding: 3px 10px;
    margin: 3px 5px 8px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: transparent;
    border: 0;
    box-shadow: 0 1px 3px rgba(59, 62, 68, 0.5);
}

.stm-multiple-select .select2-search {
    display: block;
    margin-bottom: 0;
}

.stm-multiple-select .select2-search .select2-search__field {
    margin: 5px 0 0 5px;
    height: 20px;
    line-height: 20px;
}

.stm-multiple-select.stm_additional_features .select2-search > input.select2-search__field:focus {
    background-color: unset !important;
}

.woocommerce div.product div.images {
    margin-bottom: 2em;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 0.5;
    margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
}

button.pswp__button {
    box-shadow: none !important;
}

button.pswp__button--arrow--left:active, button.pswp__button--arrow--right:active {
    position: absolute !important;
    top: 50% !important;
}

button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
    background-color: transparent !important;
}

button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover {
    background-image: none !important;
}

button.pswp__button--close:hover {
    background-position: 0 -44px;
}

button.pswp__button--zoom:hover {
    background-position: -88px 0;
}

/* fix for Font Awesome family being overriden by IcoMoon generated custom font family declaration */
body i.fa,
body i.far,
body i.fas {
    font-family: "Font Awesome 6 Free" !important;
}

body i.fab {
    font-family: "Font Awesome 6 Brands" !important;
}

.stm-template-listing_four_elementor {
  /*Default*/
  /*Adds*/
  /*Dropdown select front page styling*/
  /*sm*/
  /*xs*/
  /* Featured badge */
  /*sm*/
  /*xs*/
  /*Default*/
  /*Red*/
  /*Orange*/
  /*Light blue*/
  /*Blue*/
}

.stm-template-listing_four_elementor .stm-pricing__content {
    margin-bottom: 50px;
}

.stm-template-listing_four_elementor .stm-pricing__side-panel {
    float: left;
    width: 24.3255%;
}

.stm-template-listing_four_elementor .stm-pricing__filters {
    margin: 25px 0;
    min-height: 50px;
}

.stm-template-listing_four_elementor .stm-pricing__filters ul {
    position: relative;
    float: left;
    padding-left: 0;
    margin-bottom: 0;
    border: 2px solid #232628;
    list-style: none;
}

.stm-template-listing_four_elementor .stm-pricing__filters li {
    float: left;
    margin-bottom: 0;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.stm-template-listing_four_elementor .stm-pricing__filters li.stm-pricing__filter_active a {
    background-color: #232628;
    color: #fff;
}

.stm-template-listing_four_elementor .stm-pricing__filters .stm-pricing__filter_fluid-hover {
    position: absolute;
    background: #232628;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.stm-template-listing_four_elementor .stm-pricing__filters a {
    display: block;
    line-height: 30px;
    padding: 3px 20px;
    color: #232628;
}

.stm-template-listing_four_elementor .stm-pricing__filters a:focus, .stm-template-listing_four_elementor .stm-pricing__filters a:hover {
    text-decoration: none;
}

.stm-template-listing_four_elementor .stm-pricing__features {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.stm-template-listing_four_elementor .stm-pricing__features li {
    padding: 14px 20px;
    margin-bottom: 0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stm-template-listing_four_elementor .stm-pricing__features li:nth-child(odd) {
    background-color: #fff;
}

.stm-template-listing_four_elementor .stm-pricing__features li.motors-price-side {
    background-color: #232628;
    color: #fff;
}

.stm-template-listing_four_elementor .stm-pricing__tables {
    float: right;
    width: 74.325%;
    margin: 0 -15px;
}

.stm-template-listing_four_elementor .stm-pricing__tables-row {
    width: 100%;
}

.stm-template-listing_four_elementor .stm-pricing__tables-col {
    float: left;
}

.stm-template-listing_four_elementor .stm-pricing_3 .stm-pricing__tables-col {
    width: 33.33%;
}

.stm-template-listing_four_elementor .stm-pricing_3 .stm-pricing__tables-col .stm-pricing__tables-col-inner {
    padding: 0 15px 60px;
}

.stm-template-listing_four_elementor .stm-pricing_2 .stm-pricing__tables-col {
    width: 50%;
}

.stm-template-listing_four_elementor .stm-pricing_2 .stm-pricing__tables-col .stm-pricing__tables-col-inner {
    padding: 0 15px;
}

.stm-template-listing_four_elementor .stm-pricing_1 .stm-pricing__tables-col {
    width: 100%;
}

.stm-template-listing_four_elementor .stm-pricing_1 .stm-pricing__tables-col .stm-pricing__tables-col-inner {
    padding: 0 15px;
}

.stm-template-listing_four_elementor .stm-pricing-table, .stm-template-listing_four_elementor .stm-pricing-table.heading-font {
    position: relative;
    padding: 30px 17px 5px;
    background: #fff;
    border-top: 4px solid #232628;
    text-align: center;
}

.stm-template-listing_four_elementor .stm-pricing-table__title {
    margin-bottom: 21px;
    font-size: 20px;
    line-height: 20px;
    color: #232628;
    font-weight: 700;
    text-transform: uppercase;
}

.stm-template-listing_four_elementor .stm-pricing-table__periods {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.stm-template-listing_four_elementor .stm-pricing-table__periods li {
    margin-bottom: 0;
}

.stm-template-listing_four_elementor .stm-pricing-table__periods-item {
    display: none;
    transition: opacity;
}

.stm-template-listing_four_elementor .stm-pricing-table__periods-item_active {
    display: block;
}

.stm-template-listing_four_elementor .stm-pricing-table__price {
    min-height: 50px;
    margin-bottom: 0px;
    line-height: 50px;
    font-size: 42px;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm-pricing-table__price i {
    font-size: 15px;
}

.stm-template-listing_four_elementor .stm-pricing-table__period {
    font-size: 14px;
    line-height: 24px;
    color: gray;
}

.stm-template-listing_four_elementor .stm-pricing-table__features {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.stm-template-listing_four_elementor .stm-pricing-table__feature {
    padding: 10px 15px;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 15px;
}

.stm-template-listing_four_elementor .stm-pricing-table__feature .fas.fa-check {
    color: #cc6119;
}

.stm-template-listing_four_elementor .stm-pricing-table__feature .fas.fa-minus {
    color: #aaa;
}

.stm-template-listing_four_elementor .stm-pricing-table__feature:nth-child(even) {
    background-color: #f0f2f5;
}

.stm-template-listing_four_elementor .stm-pricing-table__feature-label {
    display: none;
    font-size: 14px;
    font-weight: 700;
    color: gray;
    line-height: normal;
}

.stm-template-listing_four_elementor .stm_pricing_table_col_labels {
    min-height: 25px;
}

.stm-template-listing_four_elementor .stm_pricing_table_col_labels .stm_pricing_table_single_label {
    display: block;
    float: right;
    padding: 0 20px;
    font-size: 12px;
    height: 25px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.stm-template-listing_four_elementor .stm_pricing_table_col_labels .stm_pricing_table_single_label:nth-child(odd) {
    background-color: #cc6119;
}

.stm-template-listing_four_elementor .stm_pricing_table_col_labels .stm_pricing_table_single_label:nth-child(even) {
    background-color: #6c98e1;
}

.stm-template-listing_four_elementor .stm-pricing-table__feature-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stm-template-listing_four_elementor .stm-pricing-table, .stm-template-listing_four_elementor .stm-pricing-table.heading-font {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.stm-template-listing_four_elementor .stm-pricing-table .stm-pricing-table__action, .stm-template-listing_four_elementor .stm-pricing-table.heading-font .stm-pricing-table__action {
    position: absolute;
    bottom: -60px;
    left: 0;
    height: 60px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
}

.stm-template-listing_four_elementor .stm-pricing-table .stm-pricing-table__action:after, .stm-template-listing_four_elementor .stm-pricing-table.heading-font .stm-pricing-table__action:after {
    position: absolute;
    content: "";
    display: block;
    height: 11px;
    top: -6px;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 20;
}

.stm-template-listing_four_elementor .stm-pricing-table .stm-pricing-table__action > a, .stm-template-listing_four_elementor .stm-pricing-table.heading-font .stm-pricing-table__action > a {
    position: relative;
    visibility: hidden;
    display: inline-block;
    z-index: 25;
}

.stm-template-listing_four_elementor .stm-pricing-table:hover, .stm-template-listing_four_elementor .stm-pricing-table.heading-font:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.stm-template-listing_four_elementor .stm-pricing-table:hover .stm-pricing-table__action, .stm-template-listing_four_elementor .stm-pricing-table.heading-font:hover .stm-pricing-table__action {
    height: 60px;
    bottom: -60px;
    visibility: visible;
    opacity: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.stm-template-listing_four_elementor .stm-pricing-table:hover .stm-pricing-table__action > a, .stm-template-listing_four_elementor .stm-pricing-table.heading-font:hover .stm-pricing-table__action > a {
    visibility: visible;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.stm-template-listing_four_elementor .colored-separator .first-long, .stm-template-listing_four_elementor .colored-separator .last-short {
    background-color: #cc6119;
}

.stm-template-listing_four_elementor .lOffer-account-unit {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .stm-template-listing_four_elementor .lOffer-account-unit {
        height: 50px;
    }
}

.stm-template-listing_four_elementor .listing-main-color {
    color: #232628;
}

.stm-template-listing_four_elementor #wrapper {
    position: relative;
}

.stm-template-listing_four_elementor .listing-main-border-color {
    border-color: #232628;
}

.stm-template-listing_four_elementor .stm-top-border-second-color {
    border-top-color: #232628;
}

.stm-template-listing_four_elementor .centered-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.stm-template-listing_four_elementor .listing-logo-main {
    margin-top: 17px;
}

.stm-template-listing_four_elementor .stm-single-car-page > .container > .row > .col-md-9 {
    padding-right: 42px;
}

.stm-template-listing_four_elementor .stm-single-car-page > .container > .row > .col-md-3 .stm-single-listing-car-sidebar {
    margin-left: -30px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_listing_title {
    color: #232628;
}

.stm-template-listing_four_elementor .stm-single-car-page .ev_title_attributes {
    text-transform: uppercase;
    color: #232628;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_all_in_one_price_block {
    padding: 22px;
    border-radius: 5px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_all_in_one_price_block .prices_wrap .h3 {
    display: block;
    color: #232628;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_all_in_one_price_block .prices_wrap .h3.regular_price, .stm-template-listing_four_elementor .stm-single-car-page .stm_all_in_one_price_block .prices_wrap .h3.price_label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_all_in_one_price_block .prices_wrap .h3.regular_price .crossed, .stm-template-listing_four_elementor .stm-single-car-page .stm_all_in_one_price_block .prices_wrap .h3.price_label .crossed {
    text-decoration: line-through;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_all_in_one_price_block .action-links a {
    color: #232628;
    text-decoration: underline;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    opacity: 0.5;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_all_in_one_price_block .action-links a:first-child {
    margin-bottom: 10px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_all_in_one_price_block .action-links a:hover {
    text-decoration: none;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_all_in_one_price_block .contact-btn {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: center;
    box-shadow: none !important;
}

.stm-template-listing_four_elementor .stm-single-car-page .electric_vehicle_mpg {
    border-radius: 5px;
    border: 1px solid #bbbec1;
    margin-bottom: 0;
    padding: 20px 10px;
}

.stm-template-listing_four_elementor .stm-single-car-page .electric_vehicle_mpg .units_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.stm-template-listing_four_elementor .stm-single-car-page .electric_vehicle_mpg .units_wrap .mpg-unit .mpg-label {
    color: #232628;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: center;
    text-transform: initial;
}

.stm-template-listing_four_elementor .stm-single-car-page .electric_vehicle_mpg .units_wrap .mpg-icon {
    background-color: #cc6119;
    display: flex;
    justify-content: center;
}

.stm-template-listing_four_elementor .stm-single-car-page .electric_vehicle_mpg .units_wrap .mpg-icon i {
    position: relative;
}

.stm-template-listing_four_elementor .stm-single-car-page .electric_vehicle_mpg .units_wrap .mpg-icon i:before {
    position: absolute;
    left: -19px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_battery_charging_time {
    border-radius: 5px;
    border: 1px solid #bbbec1;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_battery_charging_time .charge_times_wrap {
    margin-bottom: 0;
    border: none;
    padding-bottom: 25px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_battery_charging_time .charge_times_wrap h3 {
    color: #232628;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
    margin: 10px 0 14px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-value {
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-label {
    color: #232628;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14px;
    text-align: center;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-label span {
    text-transform: capitalize;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-icon {
    background-color: #18d551;
    display: flex;
    justify-content: center;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-icon i {
    position: relative;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-icon i:before {
    position: absolute;
    left: -11px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-mobile-selector {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_battery_charging_time .charge_times_wrap .charge-range {
    opacity: 0.5;
    color: #232628;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    margin-top: 12px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery {
    position: relative;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(35, 38, 40, 0.4);
    z-index: 10;
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare {
    display: flex;
    position: absolute;
    z-index: 10;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn .stm-icon-remove,
.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn span.remove {
    display: none;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn:hover, .stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn:active, .stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn:focus {
    text-decoration: none;
    background-color: #cc6119;
    border: 2px solid #cc6119;
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn.active {
    background-color: #cc6119;
    border: 2px solid #cc6119;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn.active .stm-icon-remove,
.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn.active span.remove {
    display: inline-block;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn.active .stm-icon-add,
.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn.active span.add {
    display: none;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn i {
    margin-right: 7px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn.stm-shareble .stm-a2a-popup {
    top: 38px;
    opacity: 1;
    z-index: 30;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger {
    display: flex;
    position: absolute;
    z-index: 10;
    width: 100%;
    align-items: center;
    justify-content: center;
    top: 45%;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon {
    position: relative;
    width: 50px;
    height: 28.87px;
    background: transparent;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    margin: 14.43px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:before, .stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 35.36px;
    height: 35.36px;
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 5.3223px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:before {
    top: -17.6777px;
    border-top: solid 2.8284px #fff;
    border-right: solid 2.8284px #fff;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:after {
    bottom: -17.6777px;
    border-bottom: solid 2.8284px #fff;
    border-left: solid 2.8284px #fff;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:hover {
    background-color: #cc6119;
    border-left: solid 2px #cc6119;
    border-right: solid 2px #cc6119;
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:hover::before {
    border-top: solid 2.8284px #cc6119;
    border-right: solid 2.8284px #cc6119;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:hover::after {
    border-bottom: solid 2.8284px #cc6119;
    border-left: solid 2.8284px #cc6119;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon .fas {
    position: absolute;
    color: #fff;
    font-size: 22px;
    z-index: 5;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .stm-badge-directory,
.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .special-label.h5 {
    position: absolute;
    top: unset;
    left: unset;
    bottom: 45px !important;
    right: -60px !important;
    height: 49px;
    padding: 0 65px;
    line-height: 49px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    transform: rotate(-45deg) translateZ(0);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    z-index: 10;
    min-width: 260px !important;
    background-color: #6c98e1;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .gallery-buttons {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn {
    margin-left: 0;
    width: 100%;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn:first-child {
    margin-left: 0;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn .button {
    text-transform: capitalize;
    min-width: 100%;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 20px;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn .button:hover {
    background-color: #cc6119;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn .button i {
    font-size: 18px;
    margin-right: 7px;
}

@media (min-width: 768px) {
    .stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn {
        margin-left: 12px;
    }
}

@media (min-width: 768px) {
    .stm-template-listing_four_elementor .stm-single-car-page .stm_gallery_with_buttons .gallery-buttons {
        flex-direction: row;
    }
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery {
    position: relative;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls {
    margin-top: 0;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-prev,
.stm-template-listing_four_elementor .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-next {
    position: absolute;
    top: 70px;
    padding: 5px 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-prev:after,
.stm-template-listing_four_elementor .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-next:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #cc6119;
    line-height: normal;
    display: block;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-prev:hover,
.stm-template-listing_four_elementor .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-next:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-prev {
    left: -10px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-prev:after {
    content: "\f053";
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-next {
    right: -10px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-next:after {
    content: "\f054";
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_multipurpose_link a {
    color: #cc6119;
    font-size: 14px;
    font-weight: 500;
    text-decoration-style: dotted;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_multipurpose_link a:hover {
    text-decoration: none;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_multipurpose_link a.ev_add_compare_link.active {
    color: #232628;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_multipurpose_link a i {
    color: #cc6119;
    margin-left: 5px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm_multipurpose_link a i:before {
    color: #cc6119;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm-attribute_boxes .attribute-box {
    min-height: 120px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    text-align: center;
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm-attribute_boxes .attribute-box i {
    font-size: 22px;
    margin-bottom: 8px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm-attribute_boxes .attribute-box p {
    margin: 0;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm-attribute_boxes .attribute-box p.label-text {
    font-size: 13px;
    margin-bottom: -3px;
}

.stm-template-listing_four_elementor .stm-single-car-page .stm-attribute_boxes .attribute-box p.value-text {
    font-weight: bold;
    font-size: 15px;
}

.stm-template-listing_four_elementor .stm_icon_filter_title {
    margin-bottom: 22px;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter {
    font-size: 0;
    margin: 0 -20px;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.stm_listing_icon_filter_12 .stm_listing_icon_filter_single {
    width: 8.3%;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.stm_listing_icon_filter_9 .stm_listing_icon_filter_single {
    width: 11.1%;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.stm_listing_icon_filter_6 .stm_listing_icon_filter_single {
    width: 16.6%;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.stm_listing_icon_filter_4 .stm_listing_icon_filter_single {
    width: 25%;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.stm_listing_icon_filter_3 .stm_listing_icon_filter_single {
    width: 33.3%;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.stm_listing_icon_filter_2 .stm_listing_icon_filter_single {
    width: 50%;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.stm_listing_icon_filter_1 .stm_listing_icon_filter_single {
    width: 100%;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.active {
    margin: 0 -10px;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.active .stm_listing_icon_filter_single {
    margin-bottom: 16px;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.active .stm_listing_icon_filter_single .inner {
    padding: 0 10px;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.active .stm_listing_icon_filter_single .name {
    text-align: left;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.active .stm_listing_icon_filter_single.non-visible {
    display: inline-block;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter .stm_listing_icon_filter_single {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 44px;
    max-height: 300px;
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter .stm_listing_icon_filter_single .inner {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    padding: 0 20px;
    text-align: center;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter .stm_listing_icon_filter_single .inner .image {
    padding: 0 10px;
    opacity: 0.9;
    min-height: 62px;
    line-height: 62px;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter .stm_listing_icon_filter_single .inner img {
    display: inline-block;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter .stm_listing_icon_filter_single .inner .name {
    margin-top: 5px;
    font-size: 13px;
    color: #777;
    text-decoration: underline;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter .stm_listing_icon_filter_single:hover .name {
    color: #4e90cc;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter .stm_listing_icon_filter_single:hover .image {
    opacity: 1;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter .stm_listing_icon_filter_single.non-visible {
    display: none;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter .stm_listing_icon_filter_single.non-visible .name {
    text-align: left;
}

.stm-template-listing_four_elementor .stm_icon_filter_label {
    margin-top: 9px;
    float: right;
    margin-left: 15px;
    margin-right: 20px;
    color: #777;
    border-bottom: 1px dashed #777;
    line-height: 17px;
}

.stm-template-listing_four_elementor .stm_icon_filter_label.active {
    color: #4e90cc;
    border-bottom-color: #4e90cc;
}

.stm-template-listing_four_elementor .stm_icon_filter_label:hover {
    color: #4e90cc;
    border-bottom-color: #4e90cc;
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_icon_filter_title {
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm-vc-listing-pad__left {
    padding-left: 25px !important;
}

.stm-template-listing_four_elementor .stm-vc-listing-pad__right {
    padding-right: 25px !important;
}

.stm-template-listing_four_elementor .stm_listing_tabs_style_2 {
    padding-top: 29px;
    border-top: 4px solid #232628;
}

.stm-template-listing_four_elementor .stm_listing_tabs_style_2 > .clearfix {
    padding-bottom: 32px;
}

.stm-template-listing_four_elementor .stm_listing_tabs_style_2 .stm_listing_nav_list {
    float: right;
    list-style: none;
    padding: 0;
    margin-top: 7px;
}

.stm-template-listing_four_elementor .stm_listing_tabs_style_2 .stm_listing_nav_list li {
    display: inline-block;
    margin-left: 7px;
}

.stm-template-listing_four_elementor .stm_listing_tabs_style_2 .stm_listing_nav_list li.active a {
    background-color: #cc6119;
    color: #fff;
}

.stm-template-listing_four_elementor .stm_listing_tabs_style_2 .stm_listing_nav_list li.active a span {
    border: 0 !important;
}

.stm-template-listing_four_elementor .stm_listing_tabs_style_2 .stm_listing_nav_list li.active a:after {
    opacity: 1;
}

.stm-template-listing_four_elementor .stm_listing_tabs_style_2 .stm_listing_nav_list li a {
    position: relative;
    padding: 14px 24px;
    color: #232628;
    text-decoration: none !important;
}

.stm-template-listing_four_elementor .stm_listing_tabs_style_2 .stm_listing_nav_list li a span {
    border-bottom: 1px dashed #232628;
    letter-spacing: -0.5px;
}

.stm-template-listing_four_elementor .stm_listing_tabs_style_2 .stm_listing_nav_list li a:after {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #cc6119;
    opacity: 0;
}

.stm-template-listing_four_elementor .stm_listing_tabs_style_2 .tab-pane {
    padding-bottom: 33px;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter {
    position: relative;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter:before {
    position: absolute;
    content: "";
    display: block;
    background: url("../../../images/listing-filter-overlay.png") 0 0 no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 1;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li {
    float: left;
    margin-bottom: 0;
    background: #11323e;
    border-right: 1px solid #133340;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li a {
    position: relative;
    display: block;
    padding: 15px 43px 12px 35px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    letter-spacing: -0.4px;
    z-index: 2;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li.active {
    background-color: #232628;
    border-right-color: #232628;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content {
    padding: 42px 30px 20px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .tab-pane {
    position: relative;
    z-index: 2;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .tab-pane input[type=text],
.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .tab-pane input[type=number],
.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .tab-pane input[type=tel],
.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .tab-pane input[type=email],
.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .tab-pane input[type=search],
.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .tab-pane input[type=password] {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .stm-filter-tab-selects {
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .stm-filter-tab-selects .stm-select-col {
    margin-bottom: 30px;
    padding: 0 8px;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .stm-filter-tab-selects > .row {
    margin: 0 -8px;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content button[type=submit] {
    position: relative;
    top: -1px;
    float: right;
    margin-left: 16px;
    min-width: 170px;
    padding: 16px 25px 13px 25px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content button[type=submit] i {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content button[type=submit]:active {
    top: -1px;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .stm-slide-content {
    display: none;
    position: relative;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .stm-more-options-wrap {
    display: block;
    position: relative;
    float: right;
    clear: both;
    cursor: pointer;
    padding: 10px 0 10px 10px;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .stm-more-options-wrap span {
    border-bottom: 1px dotted;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .select2-container--default {
    background-color: #eceff3;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .select2-container--default .select2-selection--single {
    height: 46px;
    opacity: 1 !important;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .stm_listing_filter_text {
    height: 46px;
    line-height: 46px;
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-car-medias {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 20;
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-car-medias > div {
    display: inline-block;
    margin-right: 9px;
    padding: 4px 15px 2px 10px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600;
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-car-medias > div i {
    font-size: 12px;
    margin-right: 2px;
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-car-medias > div span {
    position: relative;
    top: -1px;
    text-transform: uppercase;
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-car-medias > div:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-car-medias > div.stm-listing-videos-unit i {
    position: relative;
    top: -1px;
    left: 1px;
    margin-right: 3px;
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-gallery-actions {
    position: absolute;
    right: 7px;
    top: 16px;
    z-index: 20;
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-gallery-actions .stm-gallery-action-unit {
    position: relative;
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 9px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 28px;
    overflow: hidden;
    border-radius: 2px;
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-gallery-actions .stm-gallery-action-unit a {
    border: 0;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-gallery-actions .stm-gallery-action-unit a i {
    margin-left: -2px;
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-gallery-actions .stm-gallery-action-unit i {
    color: #fff;
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-gallery-actions .stm-gallery-action-unit:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-gallery-actions .stm-gallery-action-unit.active {
    background: linear-gradient(180deg, #6c98e1 0%, #6c90e9 100%);
}

.stm-template-listing_four_elementor .stm-car-carousels .stm-gallery-actions .stm-gallery-action-unit .st_sharethis_large {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.stm-template-listing_four_elementor .stm-elementor_listings_carousel a {
    color: #6c98e1;
}

.stm-template-listing_four_elementor .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting {
    min-width: 180px;
}

.stm-template-listing_four_elementor .stm-car-listing-sort-units.stm-car-listing-directory-sort-units {
    margin-top: 0;
}

.stm-template-listing_four_elementor .stm-car-listing-sort-units.stm-car-listing-directory-sort-units .stm-listing-directory-title {
    float: left;
}

.stm-template-listing_four_elementor .stm-car-listing-sort-units.stm-car-listing-directory-sort-units .stm-listing-directory-title .total {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.7px;
}

.stm-template-listing_four_elementor .stm-car-listing-sort-units.stm-car-listing-directory-sort-units .stm-listing-directory-title .total > span {
    margin-right: -1px;
    letter-spacing: -1.2px;
}

.stm-template-listing_four_elementor .stm-car-listing-sort-units.stm-car-listing-directory-sort-units .stm-listing-directory-title .title {
    line-height: 30px;
    margin-bottom: 6px;
}

.stm-template-listing_four_elementor .stm-car-listing-sort-units.stm-car-listing-directory-sort-units .stm-directory-listing-top__right {
    margin-top: 12px;
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm-car-listing-sort-units.stm-car-listing-directory-sort-units .stm-sort-by-options {
    float: right;
    margin-right: 10px;
}

.stm-template-listing_four_elementor .listing-list-loop .image .image-inner {
    min-height: 150px;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop {
    padding-bottom: 5px;
    margin-bottom: 22px;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .single-car-actions {
    min-height: 55px;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .single-car-actions > ul li {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price,
.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price:before {
    background-color: #6c98e1;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .content .meta-top {
    margin-bottom: 19px;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .labels {
    margin-bottom: -1px;
    font-size: 14px;
    color: #6c98e1;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    word-spacing: 0;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .title {
    margin-top: 0;
    letter-spacing: -1px;
    word-spacing: -1px;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .title a {
    display: block;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle {
    margin-bottom: 8px !important;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle .value {
    font-size: 13px;
    font-weight: 700 !important;
    color: #222;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle .value {
        margin-left: 10px;
    }
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle-row {
    vertical-align: top;
    margin: 0 -10px 12px;
    font-size: 0;
    line-height: 0;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle-row .meta-middle-unit {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0;
    padding: 0 10px;
    zoom: 1;
    text-align: left;
    border: 0;
    float: none;
    line-height: 22px;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle-row .meta-middle-unit {
        border-bottom: 1px solid #ddd;
        padding-top: 5px;
    }
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle-row .meta-middle-unit .stm-tooltip-link,
.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle-row .meta-middle-unit .value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle-row .meta-middle-unit .stm-tooltip-link,
  .stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle-row .meta-middle-unit .value {
        display: inline;
    }
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle-row .meta-middle-unit.meta-middle-divider {
    position: relative;
    height: 35px;
    width: 0;
    padding: 0;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle-row .meta-middle-unit.meta-middle-divider:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -10px;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle-row .meta-middle-unit:last-child {
    display: none;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle-row:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: "";
    display: inline-block;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .meta-middle-row.stm-middle-info-not-filled {
    text-align: left;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias {
    position: absolute;
    top: 15px;
    left: 7px;
    z-index: 20;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias > div {
    display: inline-block;
    margin-right: 9px;
    padding: 2px 5px 0 6px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias > div i {
    font-size: 12px;
    margin-right: 2px;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias > div span {
    position: relative;
    top: -1px;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias > div:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias > div.stm-listing-videos-unit i {
    position: relative;
    top: -1px;
    left: 1px;
    margin-right: 3px;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare {
    position: absolute;
    right: 7px;
    bottom: 7px;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    opacity: 0;
    z-index: 20;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare:hover {
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active {
    background: linear-gradient(180deg, #cc6119 0%, #bb5139 100%);
    opacity: 1;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite {
    position: absolute;
    right: 7px;
    bottom: 7px;
    padding: 3px 5px 3px 6px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    opacity: 0;
    z-index: 20;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite {
        right: unset;
    }
}

.stm-template-listing_four_elementor .stm-login-form-unregistered .stm-forgot-password {
    float: none;
    margin-top: 10px;
}

.stm-template-listing_four_elementor .stm-login-form-unregistered .stm-forgot-password a {
    color: inherit;
    padding: 0;
}

.stm-template-listing_four_elementor .stm-login-form-unregistered .stm-forgot-password a.active {
    color: inherit;
}

.stm-template-listing_four_elementor .stm-login-form-unregistered .stm-forgot-password a:hover {
    color: inherit;
    background-color: transparent;
}

.stm-template-listing_four_elementor .stm-login-form-unregistered .stm_forgot_password_send input[type=submit] {
    margin-top: 15px;
}

.stm-template-listing_four_elementor .stm-login-form-unregistered .stm_forgot_password_send .stm-forgot-password-back {
    color: inherit;
    font-size: 15px;
    padding: 0;
    background-color: transparent;
}

.stm-template-listing_four_elementor .stm-login-form-mobile-unregistered .stm-forgot-password-back {
    color: #fff;
    font-size: 15px;
}

.stm-template-listing_four_elementor .stm-login-form-mobile-unregistered .stm-forgot-password-back:hover {
    color: #fff;
}

.stm-template-listing_four_elementor .stm-login-form-mobile-unregistered input[type=submit] {
    margin-top: 15px;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare ~ .stm-listing-favorite {
    bottom: 40px;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite:hover {
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {
    background: linear-gradient(180deg, #6c98e1 0%, #6c98e1 100%);
    opacity: 1;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .image:hover .stm-listing-compare,
.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .image:hover .stm-listing-favorite,
.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .image:hover .stm-car-medias {
    opacity: 1;
}

.stm-template-listing_four_elementor .tooltip-inner {
    white-space: normal;
}

.stm-template-listing_four_elementor #stm-vivus-arrow svg path {
    stroke-dasharray: 0, 0 !important;
}

.stm-template-listing_four_elementor .stm-accordion-content-padded {
    padding: 5px 25px 40px;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes .stm-accordion-content-wrapper {
    position: relative;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-accordion-inner:before {
    position: absolute;
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-accordion-inner:after {
    content: "\e924";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    font-family: "stm-icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: rotating 2s infinite linear;
    font-size: 30px;
    color: #6c98e1;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-accordion-inner.loading:before, .stm-template-listing_four_elementor .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-accordion-inner.loading:after {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-one_col .stm-accordion-content-padded {
    padding-bottom: 32px;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-one_col .stm-option-label {
    display: block;
    margin-bottom: 7px;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-one_col .stm-option-label .stm-option-image {
    max-width: 130px;
    margin-bottom: 10px;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-one_col .stm-option-label:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-one_col .stm-option-label:hover > span {
    text-decoration: none;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-one_col .stm-checkbox-submit {
    display: inline-block;
    margin: 11px auto -15px;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-one_col .stm-checkbox-submit .button {
    min-width: 103px;
    text-align: center;
    padding: 13px 15px 9px 15px;
    font-size: 12px;
    line-height: 14px;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper {
    margin: 0 -20px;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label {
    width: 50%;
    display: block;
    padding: 0 15px;
    float: left;
    margin-bottom: 25px;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label:nth-child(2n+1) {
    clear: both;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label .stm-option-image {
    max-width: 130px;
    margin-bottom: 10px;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label:hover > span {
    text-decoration: none;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-checkbox-submit {
    padding: 0 15px;
    margin: -5px auto -15px;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .checker {
    margin-right: 2px !important;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes .non-active {
    opacity: 0.5;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes span {
    font-size: 13px;
}

.stm-template-listing_four_elementor .stm-listing-directory-checkboxes .stm-option-label:last-child {
    margin-bottom: 0 !important;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-img {
    float: left;
    margin-right: 17px;
    vertical-align: top;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-image {
    float: left;
    margin-right: 17px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    vertical-align: top;
    background-color: #eee;
    border-radius: 50%;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-image a {
    color: #5b6771;
    text-decoration: none !important;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-image img {
    vertical-align: top;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-image img.stm-user-image {
    display: inline-block;
    border-radius: 50%;
    min-width: 42px;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-image .stm-user-image-empty {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #eee;
    text-indent: 2px;
    border-radius: 50%;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block {
    overflow: hidden;
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block div.title {
    text-decoration: none !important;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block .title {
    display: block;
    margin: 5px 0 1px;
    padding-top: 0;
    font-size: 13px;
    line-height: 15px;
    color: #4e90cc;
    font-weight: 400;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block .title span {
    color: #222;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block .title:hover {
    text-decoration: underline;
}

.stm-template-listing_four_elementor .phone a {
    color: #4e90cc;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block .dealer-information .phone {
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
    font-weight: 700;
    vertical-align: top;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block .dealer-information i {
    position: relative;
    top: 1px;
    font-size: 12px;
    color: #cc6119;
    margin-left: 1px;
    margin-right: 4px;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block .dealer-information .stm-show-number {
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: top;
    border-bottom: 1px dotted;
    cursor: pointer;
    position: relative;
    min-width: 20px;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block .dealer-information .stm-show-number.load_number {
    color: transparent;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block .dealer-information .stm-show-number.load_number:before {
    content: "\f1ce";
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: #333333;
    font-size: 15px;
    position: absolute;
    left: 0;
    animation: spin 2s linear infinite;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block .phone {
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
    font-weight: 700;
    vertical-align: top;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block .phone i {
    position: relative;
    top: 1px;
    font-size: 12px;
    color: #cc6119;
    margin-left: 1px;
    margin-right: 4px;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block .send-message {
    color: #888;
    text-decoration: none !important;
    font-size: 13px;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block .send-message i {
    font-size: 11px;
    margin-right: 4px;
}

.stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block .send-message:hover span {
    border-bottom: 1px dashed #888;
}

.stm-template-listing_four_elementor .stm-listing-no-price-labels.listing-list-loop .content .meta-top .price {
    min-width: inherit;
    padding-left: 10px;
    margin-top: 8px;
}

.stm-template-listing_four_elementor .stm-listing-no-price-labels.listing-list-loop .content .meta-top .price:before {
    transform: skew(-17deg, 0deg);
}

.stm-template-listing_four_elementor .listing-list-loop .content .meta-top .price:before {
    bottom: 0;
    height: inherit;
    transform: skew(-23deg, 0deg) translateZ(0);
}

.stm-template-listing_four_elementor .listing-list-loop .content .meta-top .price .normal-price {
    min-height: 49px;
    padding: 13px 8px 11px 4px;
}

.stm-template-listing_four_elementor .stm-listing-no-price-labels.listing-list-loop .content .meta-top .price .normal-price {
    padding: 8px 16px 8px 0;
    font-size: 20px;
    word-spacing: 2px;
    letter-spacing: -2px;
}

.stm-template-listing_four_elementor .stm-listing-no-price-labels.listing-list-loop .content .meta-top .price .normal-price .label-price {
    display: none;
}

.stm-template-listing_four_elementor .stm-listing-no-price-labels.listing-list-loop .content .meta-top .price.discounted-price .regular-price .label-price {
    display: none;
}

.stm-template-listing_four_elementor .stm-listing-no-price-labels.listing-list-loop .content .meta-top .price.discounted-price .sale-price .label-price {
    display: none;
}

.stm-template-listing_four_elementor .stm-listing-single-price-title {
    margin-bottom: 21px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-listing-single-price-title .title {
    padding-bottom: 8px;
    overflow: hidden;
    font-size: 28px;
    color: #232628;
}

@media (max-width: 1024px) {
    .stm-template-listing_four_elementor .stm-listing-single-price-title .title {
        font-size: 24px;
    }
}

.stm-template-listing_four_elementor .stm-listing-single-price-title .title .labels {
    margin: -3px 0 7px;
    color: #cc6119;
    font-size: 14px;
    text-transform: uppercase;
}

.stm-template-listing_four_elementor .stm-listing-single-price-title .price {
    position: relative;
    float: right;
    min-width: 113px;
    padding: 14px 10px 14px 10px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    background-color: #cc6119;
}

.stm-template-listing_four_elementor .stm-listing-single-price-title .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -11px;
    height: 100%;
    width: 32px;
    background-color: #cc6119;
    transform: skew(-23deg, 0deg);
    z-index: -1;
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-car-medias {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 20;
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-car-medias > div {
    display: inline-block;
    margin-right: 9px;
    padding: 4px 15px 2px 10px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600;
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-car-medias > div i {
    font-size: 12px;
    margin-right: 2px;
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-car-medias > div span {
    position: relative;
    top: -1px;
    text-transform: uppercase;
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-car-medias > div:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-car-medias > div.stm-listing-videos-unit i {
    position: relative;
    top: -1px;
    left: 1px;
    margin-right: 3px;
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-gallery-actions {
    position: absolute;
    right: 7px;
    top: 16px;
    z-index: 20;
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit {
    position: relative;
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 9px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 28px;
    overflow: hidden;
    border-radius: 2px;
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit a {
    border: 0;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit a i {
    margin-left: -2px;
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit i {
    color: #fff;
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit.active {
    background: linear-gradient(180deg, #cc6119 0%, #bb5139 100%);
}

.stm-template-listing_four_elementor .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit .st_sharethis_large {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.stm-template-listing_four_elementor .stm-border-top-unit {
    border-top: 4px solid #232628;
    padding-top: 27px;
}

.stm-template-listing_four_elementor .stm-border-top-unit .title {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #232628;
}

.stm-template-listing_four_elementor .stm-rate-unit {
    height: 13px;
    line-height: 13px;
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm-rate-unit .stm-rate-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.stm-template-listing_four_elementor .stm-rate-unit .stm-rate-not-filled {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
}

.stm-template-listing_four_elementor .stm-rate-unit .stm-rate-not-filled:after {
    color: #edab1f;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f005\f005\f005\f005\f005";
    letter-spacing: 1px;
}

.stm-template-listing_four_elementor .stm-rate-unit .stm-rate-filled {
    font-size: 13px;
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm-rate-unit .stm-rate-filled:after {
    color: #edab1f;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f005\f005\f005\f005\f005";
    letter-spacing: 1px;
}

.stm-template-listing_four_elementor .stm-border-bottom-unit {
    padding-bottom: 19px;
    margin-bottom: 25px;
    border-bottom: 4px solid #232628;
}

.stm-template-listing_four_elementor .stm-border-bottom-unit .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-similar-cars-units .stm-similar-car {
    text-decoration: none !important;
    display: block;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #d5d9e0;
}

.stm-template-listing_four_elementor .stm-similar-cars-units .stm-similar-car:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.stm-template-listing_four_elementor .stm-similar-cars-units .stm-similar-car .image {
    float: left;
    margin-right: 14px;
    max-width: 75px;
}

.stm-template-listing_four_elementor .stm-similar-cars-units .stm-similar-car .right-unit {
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm-similar-cars-units .stm-similar-car .right-unit .title {
    padding-right: 50px;
    margin: -2px 0 2px;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    color: #222;
}

.stm-template-listing_four_elementor .stm-similar-cars-units .stm-similar-car .right-unit .stm-dealer-name {
    min-height: 6px;
    margin-bottom: 2px;
    letter-spacing: -0.7px;
    color: #888;
}

.stm-template-listing_four_elementor .stm-similar-cars-units .stm-similar-car .right-unit .stm-price {
    float: left;
    margin-right: 10px;
    padding: 1px 10px 1px 5px;
    color: #fff;
    font-weight: 700;
    background-color: #cc6119;
}

.stm-template-listing_four_elementor .stm-similar-cars-units .stm-similar-car .right-unit .stm-car-similar-meta {
    margin-top: 3px;
    color: #222;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.5px;
}

.stm-template-listing_four_elementor .stm-similar-cars-units .stm-similar-car .right-unit .stm-car-similar-meta i {
    position: relative;
    top: 2px;
    margin-right: 3px;
    font-size: 15px;
    color: #aaa;
}

.stm-template-listing_four_elementor .stm-single-car-side > aside, .stm-template-listing_four_elementor .stm-single-car-side > div {
    margin-top: 0;
    margin-bottom: 20px;
}

.stm-template-listing_four_elementor aside.stm_similar_cars .stm-price {
    display: inline-block;
    float: none !important;
    clear: both;
}

.stm-template-listing_four_elementor aside.stm_similar_cars .stm-car-similar-meta {
    display: block;
}

.stm-template-listing_four_elementor .widget_media_library {
    padding-bottom: 30px;
}

.stm-template-listing_four_elementor .widget_media_library .media-widget-item img {
    min-height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

.stm-template-listing_four_elementor .stm-shop-sidebar-area .widget_product_search button {
    padding: 13px 28px 11px;
    margin-top: 10px;
}

.stm-template-listing_four_elementor .col-md-9 .single-listing-car-inner {
    padding-right: 10px;
}

.stm-template-listing_four_elementor .stm-vc-single-car-sidebar-right .stm-contact-us-form-wrapper {
    padding: 22px 20px 21px;
    margin-bottom: 34px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm-vc-single-car-sidebar-right .stm-contact-us-form-wrapper .title {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 0.3px;
}

.stm-template-listing_four_elementor .stm-vc-single-car-sidebar-right .stm-contact-us-form-wrapper .title i {
    position: relative;
    top: 4px;
    margin-right: 10px;
    color: #cc6119;
    font-size: 26px;
}

.stm-template-listing_four_elementor .stm-form-with-icon {
    position: relative;
    margin-bottom: 14px;
}

.stm-template-listing_four_elementor .stm-form-with-icon i {
    display: block;
    width: 33px;
    text-align: center;
    position: absolute;
    padding-left: 5px;
    top: 13px;
    left: 0;
    font-size: 10px;
    color: #aaa;
    z-index: 10;
}

.stm-template-listing_four_elementor .stm-form-with-icon i.stm-service-icon-write_message {
    font-size: 14px;
}

.stm-template-listing_four_elementor .stm-form-with-icon i.stm-service-icon-user-2 {
    top: 14px;
}

.stm-template-listing_four_elementor .stm-form-with-icon i.stm-service-icon-pin_2 {
    font-size: 14px;
}

.stm-template-listing_four_elementor .stm-form-with-icon i.stm-service-icon-phone {
    font-size: 12px;
}

.stm-template-listing_four_elementor .stm-form-with-icon i.stm-service-icon-mail-o {
    top: 16px;
    font-size: 8px;
}

.stm-template-listing_four_elementor .stm-form-with-icon i:before {
    color: #aaa !important;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .container > .clearfix {
    padding-bottom: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory {
    position: relative;
    float: left;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory input {
    width: 260px;
    padding-left: 16px;
    padding-right: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent !important;
    color: #fff;
    height: 35px;
    line-height: 31px;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory input:focus {
    background: white !important;
    color: #222 !important;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory button {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    text-align: center;
    padding: 0;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory button i {
    color: rgba(255, 255, 255, 0.5);
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory button:hover i {
    color: #fff;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory.active button i {
    color: #222 !important;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory .tt-menu {
    top: inherit !important;
    bottom: 100% !important;
    width: 100%;
    background-color: #fff;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory .tt-menu .tt-dataset-stm_footer_terms {
    padding: 10px 0;
    border: 1px solid #232628;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory .tt-menu .tt-dataset-stm_footer_terms .tt-suggestion {
    padding: 5px 18px;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory .tt-menu .tt-dataset-stm_footer_terms .tt-suggestion.tt-cursor {
    background-color: #cc6119;
    color: #fff;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu {
    overflow: hidden;
    text-align: right;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu {
    margin: 6px 0 0;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu li {
    position: relative;
    display: inline-block;
    margin-left: 24px;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu li:first-child {
    margin-left: 0;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu li:first-child:before {
    display: none;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu li:before {
    position: absolute;
    content: "";
    display: block;
    top: 6px;
    left: -13px;
    height: 12px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu li a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none !important;
}

.stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu li a:hover {
    color: #fff;
}

.stm-template-listing_four_elementor input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #f0f2f5 inset;
    -webkit-box-shadow: 0 0 0px 1000px #f0f2f5 inset;
}

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

.stm-template-listing_four_elementor .stm-login-register-form h3 {
    margin-bottom: 28px;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form {
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form {
    padding: 41px 30px 36px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form .form-checker {
    margin-bottom: 26px !important;
    color: rgba(255, 255, 255, 0.5);
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form .form-checker label:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form .form-group {
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form .form-group.form-checker {
    margin-top: -5px;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form .form-group.form-checker .checker {
    margin-right: 5px !important;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form input[type=text],
.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form input[type=number],
.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form input[type=tel],
.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form input[type=email],
.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form input[type=search],
.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form input[type=password] {
    padding-left: 17px;
    border-color: #f0f2f5 !important;
    background-color: #f0f2f5 !important;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form input[type=text].form-error,
.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form input[type=number].form-error,
.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form input[type=tel].form-error,
.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form input[type=email].form-error,
.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form input[type=search].form-error,
.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form input[type=password].form-error {
    border-color: #ff2325 !important;
}

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

.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
}

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

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

.stm-template-listing_four_elementor .stm-login-register-form .stm-login-form form .stm-message-ajax-validation {
    margin-top: 18px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form {
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form {
    padding: 37px 30px 4px;
    background-color: #fff;
    border-top: 4px solid #232628;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

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

.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form .form-group {
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form .form-group h4 {
    margin-bottom: 14px;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form .form-group.form-checker {
    margin-bottom: 25px;
    color: #888;
    font-size: 13px;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form .form-group input[type=submit], .stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form .form-group .g-recaptcha {
    display: inline-block;
    margin-right: 10px;
    padding: 18px 22px 14px;
    font-size: 12px;
    float: none;
    min-width: unset;
    min-height: unset;
}

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

.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form input[type=submit][disabled] {
    background-color: #c9cccf !important;
    box-shadow: 0 2px 0 rgba(201, 204, 207, 0.5);
}

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

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

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

.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #cc6119;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
}

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

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

.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form .g-recaptcha {
    float: left;
    margin-right: 25px;
    min-width: 304px;
    min-height: 78px;
}

.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form .stm-message-ajax-validation {
    margin-bottom: 20px;
    background-color: #232628;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

.stm-template-listing_four_elementor .stm-thumbs-car-gallery .owl-prev:after,
.stm-template-listing_four_elementor .stm-thumbs-car-gallery .owl-next:after {
    line-height: 80px;
}

.stm-template-listing_four_elementor .owl-controls .owl-nav {
    margin-top: 0;
}

.stm-template-listing_four_elementor .owl-controls .owl-nav .owl-prev, .stm-template-listing_four_elementor .owl-controls .owl-nav .owl-next {
    background: transparent;
    color: #dddddd;
    padding: 4px 6px !important;
    border-radius: 4px;
    margin: 0 2px;
}

.stm-template-listing_four_elementor .owl-controls .owl-nav .owl-prev:after, .stm-template-listing_four_elementor .owl-controls .owl-nav .owl-next:after {
    font-size: 16px;
}

.stm-template-listing_four_elementor .owl-controls .owl-nav .owl-prev:hover, .stm-template-listing_four_elementor .owl-controls .owl-nav .owl-next:hover {
    background: #cc6119;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.owl-carousel .stm_listing_icon_filter_single {
    width: 100% !important;
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.owl-carousel .stm_listing_icon_filter_single .inner .name {
    margin-top: 0;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.owl-carousel .owl-item a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.owl-carousel .owl-controls {
    display: block;
    width: 100%;
    position: absolute;
    top: 38%;
    transform: translateY(-38%);
    margin: 0;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav {
    display: block;
    z-index: 100;
    width: 100%;
    position: relative;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .stm-template-listing_four_elementor .stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #cc6119;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-prev {
    display: block;
    width: 55px;
    height: 35px;
    color: transparent;
    font-size: 0;
    position: absolute;
    background: #dddddd;
    border-radius: 5px;
    top: 50%;
    left: -85px;
    transform: translateY(-50%);
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    display: block;
    content: "\f053";
    height: auto;
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-next {
    display: block;
    width: 55px;
    height: 35px;
    color: transparent;
    font-size: 0;
    position: absolute;
    background: #dddddd;
    border-radius: 5px;
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
}

.stm-template-listing_four_elementor .stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-next:before {
    display: block;
    content: "\f054";
    height: auto;
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

.stm-template-listing_four_elementor .stm-show-password {
    position: relative;
}

.stm-template-listing_four_elementor .stm-show-password .fas {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    opacity: 0.8;
}

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

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

.stm-template-listing_four_elementor .stm-user-public-profile {
    margin: 50px auto 91px;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-public-profile-top {
    padding-bottom: 32px;
    margin-bottom: 24px;
    border-bottom: 4px solid #232628;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-name {
    position: relative;
    float: left;
    height: 80px;
    line-height: 80px;
    padding-left: 104px;
    margin-right: 5px;
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-name .image {
    position: absolute;
    top: 0%;
    left: 0;
    width: 80px;
    height: 80px;
    line-height: 70px;
    overflow: hidden;
    background-color: #eee;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-name .image img {
    display: inline-block;
    max-width: 100%;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-name .image .stm-service-icon-user {
    position: relative;
    top: 4px;
    font-size: 35px;
    line-height: 70px;
    color: #acb9bd;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-name .title {
    display: inline-block;
    vertical-align: middle;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-name h4 {
    margin-bottom: 6px;
    line-height: 16px;
    font-size: 20px;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-name .stm-title-desc {
    font-size: 13px;
    line-height: 13px;
    color: #888;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right {
    overflow: hidden;
    text-align: center;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right {
        width: 100%;
    }
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right .stm-user-email {
    text-align: left;
    position: relative;
    float: right;
    margin-top: 8px;
    margin-left: 5px;
    padding: 14px 26px 11px 49px;
    background-color: #f2f2f2;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right .stm-user-email {
        float: left;
    }
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right .stm-user-email .fas {
    position: absolute;
    top: 18px;
    left: 21px;
    color: #4e90cc;
    font-size: 16px;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right .stm-user-email .mail-label {
    font-size: 13px;
    color: #888;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right .stm-user-email .mail {
    font-size: 14px;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right .stm-user-phone {
    margin-top: 26px;
    display: inline-block;
    position: relative;
    padding-left: 32px;
    text-align: left;
    overflow: hidden;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right .stm-user-phone {
        float: left;
        margin-right: 10px;
    }
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right .stm-user-phone .stm-service-icon-phone_2 {
    position: absolute;
    top: 3px;
    left: 0;
    color: #cc6119;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right .stm-user-phone .phone {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right .stm-user-phone .phone-label {
    margin-top: 2px;
    font-size: 13px;
    color: #888;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-sidebar .stm-service-icon-write_message {
    font-size: 14px;
}

.stm-template-listing_four_elementor .stm-user-public-profile .stm-user-sidebar textarea {
    padding: 8px 10px 8px 30px;
}

.stm-template-listing_four_elementor .stm-user-public-listing .stm-seller-title {
    margin-bottom: 21px;
    font-size: 20px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-user-public-listing .archive-listing-page {
    margin: 0 0 0;
    padding: 0;
}

.stm-template-listing_four_elementor .stm-user-public-listing .meta-bottom {
    position: relative;
}

.stm-template-listing_four_elementor .stm-user-private .stm-car-listing-sort-units {
    margin-bottom: 0 !important;
    padding-bottom: 35px !important;
    border-bottom: 0 !important;
}

.stm-template-listing_four_elementor .stm-user-private .stm-car-listing-sort-units .stm-seller-title {
    margin-bottom: 0 !important;
}

.stm-template-listing_four_elementor .stm-user-private .stm-car-listing-sort-units .stm-directory-listing-top__right {
    margin-top: 0 !important;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar {
    position: relative;
    padding-top: 47px;
    padding-right: 30px;
    padding-bottom: 20px;
    background-color: #232628;
}

@media (max-width: 820px) {
    .stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar {
        padding: 20px;
    }
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-user-top {
    margin-bottom: 40px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-user-avatar {
    float: left;
    margin-right: 12px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-user-avatar a {
    text-decoration: none !important;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-user-avatar .img-avatar {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-user-avatar .stm-empty-avatar-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    background-color: #eee;
    color: #acb9bd;
    text-indent: 2px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-user-profile-information {
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-user-profile-information .title {
    margin-bottom: 1px;
    letter-spacing: -0.8px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none !important;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-user-profile-information .title-sub {
    font-size: 13px;
    color: #888;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-user-profile-information .socials a {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #aaa;
    border-radius: 3px;
    color: #232628;
    font-size: 12px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-user-profile-information .socials a:hover {
    background-color: #fff;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-user-profile-information .socials a:last-child {
    margin-right: 0;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -1000px;
    width: 1000px;
    height: 100%;
    background-color: #232628;
}

@media (max-width: 820px) {
    .stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar:before {
        display: none;
    }
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-became-dealer {
    margin-bottom: 52px;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-became-dealer {
        margin-bottom: 15px;
    }
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-became-dealer a {
    display: inline-block;
    padding: 15px 22px 13px 21px;
    letter-spacing: -0.1px;
    font-size: 12px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-actions-list {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 820px) {
    .stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-actions-list {
        padding: 0;
    }
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-actions-list a {
    display: block;
    position: relative;
    padding-left: 33px;
    margin-bottom: 28px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none !important;
    letter-spacing: -0.5px;
    font-weight: 700;
}

@media (max-width: 820px) {
    .stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-actions-list a {
        margin-bottom: 10px;
    }
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-actions-list a.active {
    color: #fff !important;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-actions-list a.active i {
    color: #fff !important;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-actions-list a:hover {
    color: #fff !important;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-actions-list a:hover i {
    color: #fff !important;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-actions-list a i {
    position: absolute;
    top: 3px;
    left: 0;
    color: #4e90cc;
    font-size: 16px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-actions-list a i.stm-service-icon-star-o {
    top: 2px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-actions-list a i.fas {
    top: 3px;
    font-size: 17px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-dealer-phone {
    position: relative;
    margin-top: 24px;
    padding-left: 33px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-dealer-phone i {
    position: absolute;
    top: 5px;
    left: 2px;
    color: #cc6119;
    font-size: 16px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-dealer-phone .phone-label {
    margin-bottom: 3px;
    font-size: 13px;
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 0.5);
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-dealer-phone .phone {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-dealer-mail {
    position: relative;
    margin-top: 19px;
    padding-left: 33px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-dealer-mail i {
    position: absolute;
    top: 4px;
    left: 2px;
    color: #4e90cc;
    font-size: 16px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-dealer-mail .mail-label {
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 0.5);
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .stm-dealer-mail .mail a {
    font-size: 15px;
    font-weight: 400;
    color: #fff !important;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .show-my-profile {
    display: inline-block;
    margin-top: 31px;
    border-radius: 5px !important;
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .show-my-profile a {
    display: inline-block !important;
    font-size: 13px;
    padding: 6px 15px 6px 35px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    letter-spacing: 0.1px;
    color: #4e90cc;
    text-decoration: none !important;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .show-my-profile i {
    position: absolute;
    top: 12px;
    left: 15px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-sidebar .show-my-profile:hover a {
    color: #fff;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-main {
    padding-top: 40px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-main .archive-listing-page {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-main .stm-seller-title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.7px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-main .stm-seller-title.stm-main-title {
    float: left;
    margin-right: 25px;
    margin-bottom: 57px;
    letter-spacing: -1.2px;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-main:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -2015px;
    width: 2000px;
    height: 100%;
    min-height: 100vh;
    background-color: #232628;
    z-index: -1;
}

.stm-template-listing_four_elementor .stm-sort-private-my-cars {
    overflow: hidden;
    text-align: right;
}

.stm-template-listing_four_elementor .stm-sort-private-my-cars .select-type {
    display: inline-block;
}

.stm-template-listing_four_elementor .stm-sort-private-my-cars .select-type .stm-label-type {
    display: inline-block;
    margin-right: 15px;
    color: #888;
}

.stm-template-listing_four_elementor .stm-sort-private-my-cars .select-type .select2 {
    display: inline-block;
    text-align: left;
    width: auto !important;
    min-width: 130px;
}

.stm-template-listing_four_elementor .stm-sort-private-my-cars .select-type .select2.select2-container--default .select2-selection--single {
    height: 32px;
    background-color: transparent !important;
    border: 1px solid #dfe1e5;
}

.stm-template-listing_four_elementor .stm-sort-private-my-cars .select-type .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    height: 32px;
}

.stm-template-listing_four_elementor .stm-sort-private-my-cars .select-type .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.stm-template-listing_four_elementor .stm-dp-in {
    display: inline-block;
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image {
    position: relative;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-directory-grid-loop .image img {
        width: 100%;
    }
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image .stm-listing-compare {
    position: absolute;
    right: 7px;
    bottom: 7px;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    opacity: 0;
    z-index: 20;
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image .stm-listing-compare:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image .stm-listing-compare.active {
    background: linear-gradient(180deg, #cc6119 0%, #bb5139 100%);
    opacity: 1;
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image .stm-listing-favorite {
    position: absolute;
    left: 7px;
    bottom: 7px;
    padding: 3px 5px 3px 6px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    opacity: 0;
    z-index: 20;
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image .stm-listing-favorite:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image .stm-listing-favorite.active {
    background: linear-gradient(180deg, #6c98e1 0%, #6c98e1 100%);
    opacity: 1;
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image .stm-car-medias {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 20;
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image .stm-car-medias > div {
    display: inline-block;
    margin-right: 9px;
    padding: 2px 5px 0 6px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600;
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image .stm-car-medias > div i {
    font-size: 12px;
    margin-right: 2px;
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image .stm-car-medias > div span {
    position: relative;
    top: -1px;
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image .stm-car-medias > div:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image .stm-car-medias > div.stm-listing-videos-unit i {
    position: relative;
    top: -1px;
    left: 1px;
    margin-right: 3px;
}

.stm-template-listing_four_elementor .stm-directory-grid-loop .image:hover .stm-listing-compare,
.stm-template-listing_four_elementor .stm-directory-grid-loop .image:hover .stm-listing-favorite,
.stm-template-listing_four_elementor .stm-directory-grid-loop .image:hover .stm-car-medias {
    opacity: 1;
}

.stm-template-listing_four_elementor .listing_stats_wrap {
    position: absolute;
    right: 7px;
    top: 15px;
    z-index: 20;
}

.stm-template-listing_four_elementor .listing_stats_wrap > div:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
}

.stm-template-listing_four_elementor .stm-phone-reveals {
    margin-right: 4px;
}

.stm-template-listing_four_elementor .stm-car-views, .stm-template-listing_four_elementor .stm-phone-reveals {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 13px;
    padding: 1px 8px 1px;
    border-radius: 3px;
    display: inline-block;
}

.stm-template-listing_four_elementor .stm-car-views i, .stm-template-listing_four_elementor .stm-phone-reveals i {
    margin-right: 2px;
}

.stm-template-listing_four_elementor .stm-car-views i.fa-phone, .stm-template-listing_four_elementor .stm-phone-reveals i.fa-phone {
    font-size: 12px;
}

.stm-template-listing_four_elementor .stm-car-views i.fa-eye, .stm-template-listing_four_elementor .stm-phone-reveals i.fa-eye {
    font-size: 13px;
}

.stm-template-listing_four_elementor .stm_edit_disable_car {
    position: absolute;
    left: 7px;
    right: 40px;
    bottom: 7px;
    height: auto;
    z-index: 55;
    opacity: 0;
    text-align: left;
}

.stm-template-listing_four_elementor .stm_edit_disable_car span {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    margin-right: 8px;
    margin-top: 8px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
    text-decoration: none !important;
    border-radius: 3px;
    clear: right;
}

.stm-template-listing_four_elementor .stm_edit_disable_car span.featured {
    background: #cc6119;
}

.stm-template-listing_four_elementor .stm_edit_disable_car span.featured_pending {
    background: #5b6771;
}

.stm-template-listing_four_elementor .stm_edit_disable_car span i {
    margin-left: 1px;
}

.stm-template-listing_four_elementor .stm_edit_disable_car a {
    display: inline-block;
    padding: 0 10px;
    margin-right: 8px;
    margin-top: 8px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(78, 144, 204, 0.8);
    color: #fff;
    vertical-align: middle;
    text-decoration: none !important;
    border-radius: 3px;
}

.stm-template-listing_four_elementor .stm_edit_disable_car a:hover {
    background: #4e90cc;
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_edit_disable_car a.enable_list {
    background: rgba(78, 144, 204, 0.8);
}

.stm-template-listing_four_elementor .stm_edit_disable_car a.enable_list:hover {
    background: #cc6119;
}

.stm-template-listing_four_elementor .stm_edit_disable_car a.as_sold {
    background: rgba(78, 144, 204, 0.8);
}

.stm-template-listing_four_elementor .stm_edit_disable_car a.as_sold:hover {
    background: #cc6119;
}

.stm-template-listing_four_elementor .stm_edit_disable_car a:first-child {
    margin-right: 20px;
}

.stm-template-listing_four_elementor .stm_edit_disable_car a:last-child {
    margin-right: 0;
}

.stm-template-listing_four_elementor .stm_edit_disable_car a i {
    position: relative;
    top: -1px;
    left: 3px;
    vertical-align: middle;
    font-size: 13px;
    margin-left: 5px;
}

.stm-template-listing_four_elementor .stm_edit_disable_car a i:not(.fa-check-square) {
    top: 0px;
    left: -2px;
}

.stm-template-listing_four_elementor .listing-list-loop-edit {
    position: relative;
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}

.stm-template-listing_four_elementor .listing-list-loop-edit.stm-invisible {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.stm-template-listing_four_elementor .listing-list-loop-edit.draft:before,
.stm-template-listing_four_elementor .listing-list-loop-edit.pending:before,
.stm-template-listing_four_elementor .listing-list-loop-edit.as_sold:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 55;
}

.stm-template-listing_four_elementor .listing-list-loop-edit.draft:hover .stm_edit_disable_car,
.stm-template-listing_four_elementor .listing-list-loop-edit.pending:hover .stm_edit_disable_car {
    opacity: 1;
}

.stm-template-listing_four_elementor .listing-list-loop-edit .image:hover .stm_edit_disable_car {
    opacity: 1;
}

.stm-template-listing_four_elementor .listing-list-loop-edit .stm_car_move_to_trash {
  /*position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -14px;
  text-align: center;
  line-height: 28px;
  z-index: 55;*/
    display: inline-block;
    vertical-align: top;
}

.stm-template-listing_four_elementor .listing-list-loop-edit .stm_car_move_to_trash a {
    display: block;
  /*width: 28px;
  height: 28px;*/
    background-color: #232628;
    border-radius: 2px;
    opacity: 0.8;
    font-size: 14px;
    color: #fff;
}

.stm-template-listing_four_elementor .listing-list-loop-edit .stm_car_move_to_trash a:hover {
    opacity: 1;
}

.stm-template-listing_four_elementor .car-as-sold {
    position: relative;
}

.stm-template-listing_four_elementor .car-as-sold .stm-badge-directory {
    z-index: 100;
}

.stm-template-listing_four_elementor .car-as-sold.stm-listing-directory-list-loop .image a {
    z-index: 56;
}

.stm-template-listing_four_elementor .car-as-sold.stm-listing-directory-list-loop .content .meta-top .title a {
    z-index: 56;
}

.stm-template-listing_four_elementor .car-as-sold.stm-listing-directory-list-loop .listing-archive-dealer-info .dealer-img {
    overflow: hidden;
    position: relative;
}

.stm-template-listing_four_elementor .car-as-sold.stm-listing-directory-list-loop a {
    display: block;
    overflow: hidden;
}

.stm-template-listing_four_elementor .car-as-sold.stm-listing-directory-list-loop a:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 55;
}

.stm-template-listing_four_elementor .car-as-sold > a:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 55;
}

.stm-template-listing_four_elementor .stm-user-private-main .stm-alert {
    margin-bottom: 40px !important;
}

.stm-template-listing_four_elementor .stm-user-private .stm-user-private-main .stm-user-private-settings-wrapper .stm-seller-title {
    margin: 3px 0 34px;
    letter-spacing: -1.2px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings {
    padding-top: 34px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit {
    margin-bottom: 45px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .image {
    position: relative;
    float: left;
    margin-right: 45px;
    max-width: 170px;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .image {
        margin-bottom: 20px;
    }
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .image img {
    border-radius: 50%;
    border: 3px solid transparent;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .image .fa-times {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #f80b0b;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .image .stm-empty-avatar-icon {
    width: 160px;
    height: 160px;
    background-color: #eee;
    line-height: 160px;
    text-align: center;
    border-radius: 50%;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .image .stm-empty-avatar-icon i {
    vertical-align: middle;
    font-size: 70px;
    color: #acb9bd;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .image:hover img {
    border-color: #f80b0b;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .image:hover .fa-times {
    display: block;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar {
    margin-top: 3px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar {
        width: 100%;
    }
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar .heading-font {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.9px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar .stm-choose-file {
    float: left;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar .stm-new-upload-area {
    position: relative;
    padding: 16px 15px 18px 18px;
    background-color: #f0f2f5;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar .stm-new-upload-area .button {
    display: inline-block;
    padding: 17px 24px 11px 25px;
    margin-right: 14px;
    font-size: 12px;
    letter-spacing: 0.1px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar .stm-new-upload-area input[name=stm-dealer-image],
.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar .stm-new-upload-area input[name=stm-avatar] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar .stm-new-upload-area input[name=stm-dealer-image]:hover,
.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar .stm-new-upload-area input[name=stm-avatar]:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar .stm-new-upload-area .stm-remove-file {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    color: #bb0000;
    z-index: 20;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar .stm-new-upload-area .stm-remove-file:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar .stm-new-upload-area .stm-new-file-label {
    margin-top: 12px;
    color: #888;
    font-size: 13px;
    font-style: italic;
    letter-spacing: -0.6px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar .stm-label {
    padding-left: 2px;
    font-size: 13px;
    color: #888;
    margin-top: 10px;
    letter-spacing: -0.2px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-change-block {
    margin-top: 40px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-change-block .title {
    padding-bottom: 17px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.9px;
    border-bottom: 4px solid #232628;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-change-block.stm-change-password-form {
    margin-top: 21px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .stm-change-block.stm-socials-form {
    margin-top: 27px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .main-info-settings {
    padding-top: 1px;
    padding-right: 73px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .form-group {
    margin-bottom: 29px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .form-group .stm-label {
    margin-bottom: 14px;
    letter-spacing: -0.8px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .form-group label {
    margin-top: 10px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .form-group label:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .form-group label .checker {
    margin-right: 5px !important;
}

.stm-template-listing_four_elementor .stm-my-profile-settings .form-group label > span {
    position: relative;
    top: 0px;
    font-size: 13px;
    color: #888;
}

.stm-template-listing_four_elementor .stm_socials_settings .fab {
    position: relative;
    top: -1px;
    width: 21px;
    height: 21px;
    margin-right: 7px;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}

.stm-template-listing_four_elementor .stm_socials_settings .fab.fa-facebook-f {
    background-color: #3b5998;
}

.stm-template-listing_four_elementor .stm_socials_settings .fab.fa-twitter {
    background-color: #22b7ef;
}

.stm-template-listing_four_elementor .stm_socials_settings .fab.fa-linkedin {
    background-color: #007bb6;
}

.stm-template-listing_four_elementor .stm_socials_settings .fab.fa-youtube {
    background-color: #bb0000;
    text-indent: -1px;
}

.stm-template-listing_four_elementor .stm-settings-confirm-password {
    margin: 25px 0 50px;
    padding: 19px 20px 10px 31px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm-settings-confirm-password .stm-show-password {
    display: inline-block;
    width: 367px;
    max-width: 100%;
}

.stm-template-listing_four_elementor .stm-settings-confirm-password .stm-show-password .fas {
    right: 10px;
}

.stm-template-listing_four_elementor .stm-settings-confirm-password .heading-font {
    margin-bottom: 11px;
    letter-spacing: 0.2px;
    color: #fff;
}

.stm-template-listing_four_elementor .stm-settings-confirm-password input[name=stm_confirm_password] {
    display: inline-block;
    max-width: 357px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.stm-template-listing_four_elementor .stm-settings-confirm-password input[type=submit] {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: top;
    padding: 18px 18px 14px 18px;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.stm-template-listing_four_elementor .stm-settings-confirm-password input[type=submit]:active {
    top: 0;
}

.stm-template-listing_four_elementor .stm_edit_pending_car {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 178px;
    padding: 13px 5px 13px;
    margin: -40px 0 0 -89px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99;
}

.stm-template-listing_four_elementor .stm_edit_pending_car h4 {
    margin-bottom: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.stm-template-listing_four_elementor .stm_edit_pending_car .stm-dots {
    height: 4px;
    margin-bottom: 12px;
}

.stm-template-listing_four_elementor .stm_edit_pending_car .stm-dots span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #888;
    vertical-align: top;
    margin: 0 1px;
    border-radius: 50%;
}

.stm-template-listing_four_elementor .stm_edit_pending_car a {
    display: inline-block;
    padding: 0 10px;
    margin-right: 8px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(78, 144, 204, 0.8);
    color: #fff;
    vertical-align: middle;
    text-decoration: none !important;
    border-radius: 3px;
}

.stm-template-listing_four_elementor .stm_edit_pending_car a i {
    position: relative;
    top: -1px;
    left: 3px;
    vertical-align: middle;
    font-size: 13px;
    margin-left: 5px;
}

.stm-template-listing_four_elementor .stm_edit_pending_car a:last-child {
    margin-right: 0;
}

.stm-template-listing_four_elementor .stm_edit_pending_car a:hover {
    background: #4e90cc;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 374px;
    max-width: 100%;
    margin: -108px 0 0 -187px;
    padding: 50px 40px 46px;
    background-color: #fff;
    border-top: 4px solid #232628;
    z-index: 99999;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-popup.stm-disabled {
    top: -100%;
    opacity: 0;
    visibility: hidden;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-popup .fa-times {
    position: absolute;
    padding: 5px;
    top: 11px;
    right: 11px;
    font-size: 20px;
    color: #aaaaaa;
    opacity: 0.5;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-popup .fa-times:hover {
    cursor: pointer;
    opacity: 1;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-popup .stm-confirmation-text {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-popup .stm-confirmation-text .stm-danger {
    color: #f80b0b;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-popup .actions a {
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-popup .actions a.stm-red-btn {
    background-color: #f80b0b;
    box-shadow: 0 2px 0 #c60909;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-popup .actions a.stm-red-btn:active {
    box-shadow: none;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-popup .actions a.stm-grey-btn {
    background-color: #bbb;
    box-shadow: 0 2px 0 #a0a0a0;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-popup .actions a.stm-grey-btn:active {
    box-shadow: none;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-popup .actions a:last-child {
    margin-right: 0;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    z-index: 99998;
}

.stm-template-listing_four_elementor .stm-delete-confirmation-overlay.stm-disabled {
    opacity: 0;
    visibility: hidden;
}

.stm-template-listing_four_elementor .stm-listing-fav-loop-grid,
.stm-template-listing_four_elementor .stm-listing-fav-loop {
    position: relative;
}

.stm-template-listing_four_elementor .stm-listing-fav-loop-grid .stm-car-overlay-disabled,
.stm-template-listing_four_elementor .stm-listing-fav-loop .stm-car-overlay-disabled {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 90;
}

.stm-template-listing_four_elementor .stm-listing-fav-loop-grid .stm_edit_pending_car,
.stm-template-listing_four_elementor .stm-listing-fav-loop .stm_edit_pending_car {
    left: 50px;
    top: 46px;
    margin-left: 0;
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 17px;
    z-index: 99;
}

.stm-template-listing_four_elementor .stm-listing-fav-loop-grid .stm-listing-favorite,
.stm-template-listing_four_elementor .stm-listing-fav-loop .stm-listing-favorite {
    z-index: 99 !important;
}

.stm-template-listing_four_elementor .stm-deleted-adds .stm-deleted-add {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.stm-template-listing_four_elementor .stm-deleted-adds .stm-deleted-add .heading-font {
    position: relative;
    max-width: 280px;
    height: 164px;
    padding: 58px 50px 0;
    background-color: #e7e7e7;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-deleted-adds .stm-deleted-add .heading-font .fa-times {
    position: absolute;
    padding: 5px;
    top: 11px;
    right: 11px;
    font-size: 20px;
    color: #aaaaaa;
    opacity: 0.5;
}

.stm-template-listing_four_elementor .stm-deleted-adds .stm-deleted-add .heading-font .fa-times:hover {
    cursor: pointer;
    opacity: 1;
}

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

.stm-template-listing_four_elementor .stm-single-listing-car-features {
    margin-bottom: 20px;
}

.stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul {
    width: 100%;
    margin-bottom: 0;
}

.stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul li {
    float: left;
    width: 25%;
}

.stm-template-listing_four_elementor .stm_add_car_form {
    margin-top: 3px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-border-top-unit {
    position: relative;
    padding-right: 30px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-border-top-unit .step_number {
    position: absolute;
    top: 30px;
    right: 0;
    text-transform: uppercase;
    color: #cc6119;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-car-listing-data-single {
    margin-bottom: 17px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit {
    padding: 23px 30px 11px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .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 red;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit input[type=text].reuqired_field,
.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit input[type=number].reuqired_field {
    border-color: red;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .stm-label {
    margin-bottom: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .stm-form-1-selects {
    margin-bottom: 15px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single,
.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 47px;
    line-height: 46px;
}

.stm-template-listing_four_elementor .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-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #fff;
}

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

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit {
    margin: 41px -15px 30px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter {
    position: relative;
    float: left;
    padding: 0 15px;
    margin-bottom: 12px;
    width: 33.333%;
    min-height: 48px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter a {
    clear: both;
    float: right;
    margin-top: 5px;
}

.stm-template-listing_four_elementor .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-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-car-listing-data-single .title {
    color: #232628;
    font-size: 18px;
    font-weight: 500;
}

.stm-template-listing_four_elementor .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-template-listing_four_elementor .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%;
    justify-content: space-between;
}

.stm-template-listing_four_elementor .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;
    overflow: hidden;
    width: 31.5%;
    justify-content: space-between;
    align-items: center;
}

.stm-template-listing_four_elementor .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;
}

.stm-template-listing_four_elementor .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;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap a {
    float: right;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter:hover i {
    color: #cc6119;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text],
.stm-template-listing_four_elementor .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: 220px;
    padding-left: 13px;
    border-width: 1px !important;
    color: #555;
}

.stm-template-listing_four_elementor .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-template-listing_four_elementor .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: 5px 0;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text].reuqired_field,
.stm-template-listing_four_elementor .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: red;
}

.stm-template-listing_four_elementor .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-template-listing_four_elementor .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: #fff;
    border-color: #efefef;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text]:focus,
.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]:focus {
    border-color: #cc6119;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2 {
    float: right;
    max-width: 220px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label {
    margin-top: 9px;
    color: #232628;
    font-size: 13px;
    vertical-align: top;
}

.stm-template-listing_four_elementor .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: 3px;
    font-size: 14px;
    vertical-align: top;
    text-align: center;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-road {
    font-size: 16px;
    top: 4px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-body_type {
    font-size: 11px;
    top: 6px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-hashtag {
    font-size: 13px;
    top: 4px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-engine_fill {
    font-size: 18px;
    top: 1px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-time {
    font-size: 18px;
    top: 1px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-drive_2 {
    font-size: 18px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-key {
    top: 2px;
    font-size: 19px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-transmission_fill {
    font-size: 17px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-vin_check {
    font-size: 18px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-pin_2 {
    top: 4px;
    font-size: 16px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-color_type {
    font-size: 16px;
}

.stm-template-listing_four_elementor .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-template-listing_four_elementor .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-template-listing_four_elementor .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-template-listing_four_elementor .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: #fff;
    border: 1px solid #efefef;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2-container--default.required_field .select2-selection--single .select2-selection__rendered {
    border-color: red;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-2-features .stm-border-top-unit {
    margin-bottom: 7px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-2-features .stm-single-feature {
    float: left;
    width: 16.6666%;
    margin-bottom: 38px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-2-features .stm-single-feature .heading-font {
    font-weight: 700;
    margin-bottom: 14px;
}

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

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-2-features .stm-single-feature .feature-single label:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-form-3-photos #stm_car_gallery_add {
    display: none;
}

.stm-template-listing_four_elementor .stm-form-3-photos .stm-border-top-unit {
    margin-bottom: 8px;
}

.stm-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car {
    padding-right: 9px;
}

@media (max-width: 991px) {
    .stm-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car {
        margin-top: 20px;
    }
}

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

.stm-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery {
    margin: 0 -12px 46px;
}

.stm-template-listing_four_elementor .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-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder {
        width: 50%;
    }
}

.stm-template-listing_four_elementor .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: #888888;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: block;
}

.stm-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner {
    background-color: #EBEBEB;
    position: relative;
    min-height: 140px;
    line-height: 1;
    color: #bebebe;
    font-size: 41px;
    text-align: center;
    transition: 300ms ease;
    border-radius: 4px;
    border: 1px solid #A8A8A8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner:hover {
    border-color: #232628;
}

.stm-template-listing_four_elementor .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-template-listing_four_elementor .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: #DE0000;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
}

.stm-template-listing_four_elementor .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-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview .fas:hover {
    background-color: #f80b0b;
    cursor: pointer;
}

.stm-template-listing_four_elementor .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: #cc6119;
    color: #fff;
    opacity: 0;
}

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

.stm-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder-native .inner {
    border-style: dashed;
    border-color: #232628;
}

.stm-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder-native:hover .inner {
    border-color: #cc6119;
}

.stm-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder-native:hover .stm-placeholder__text {
    color: #cc6119;
}

.stm-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.deleting .stm-image-preview:before {
    opacity: 0;
}

.stm-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder:hover .inner.deleting {
    border-width: 3px;
    border-color: #f80b0b;
}

.stm-template-listing_four_elementor .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-template-listing_four_elementor .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: #cc6119 transparent transparent transparent;
}

.stm-template-listing_four_elementor .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-template-listing_four_elementor .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-template-listing_four_elementor .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-template-listing_four_elementor .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-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__info, .stm-template-listing_four_elementor .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__wrapper, .stm-template-listing_four_elementor .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: #232628;
}

.stm-template-listing_four_elementor .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-template-listing_four_elementor .stm_add_car_form .stm-media-car-add-nitofication {
    margin-top: -2px;
    font-size: 13px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-media-car-add-nitofication span {
    line-height: 22px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-media-car-add-nitofication h4 {
    margin-bottom: 27px;
}

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

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos {
    margin-bottom: 60px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-border-top-unit {
    margin-bottom: 7px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit {
    padding: 23px 30px 14px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit .heading-font {
    margin-bottom: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit input[type=text] {
    margin-bottom: 26px;
    height: 47px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-simple-notice {
    position: relative;
    padding-left: 25px;
    margin-top: 27px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 22px;
}

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

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

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 47px;
    background: rgba(255, 255, 255, 0.5);
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:before {
    position: absolute;
    content: "";
    display: block;
    top: 18px;
    left: 21px;
    width: 3px;
    height: 11px;
    background-color: #fff;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:after {
    position: absolute;
    content: "";
    display: block;
    top: 22px;
    left: 17px;
    width: 11px;
    height: 3px;
    background-color: #fff;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active {
    background-color: #cc6119;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active:hover {
    cursor: default;
}

.stm-template-listing_four_elementor .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-template-listing_four_elementor .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-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes {
    margin-bottom: 53px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-border-top-unit {
    margin-bottom: 10px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes textarea {
    height: 202px;
    padding: 10px 10px 10px 12px;
    font-size: 13px;
    color: #888;
    background-color: #efefef;
    border: 1px solid #e1e2e4;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes textarea:focus {
    background-color: #fff;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases {
    position: relative;
    margin-top: 75px;
    text-align: center;
}

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

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #cc6119;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases span {
    border-bottom: 1px dashed #232628;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases {
    position: absolute;
    width: 445px;
    right: -200px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 4px solid #232628;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
    z-index: 2;
}

.stm-template-listing_four_elementor .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: #888;
    opacity: 0.5;
}

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

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner:before {
    position: absolute;
    content: "";
    display: block;
    top: 0px;
    left: 0;
    height: 100%;
    width: 30px;
    background-color: #fff;
    z-index: 3;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner:after {
    position: absolute;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    left: -10px;
    top: 50%;
    margin-top: -10px;
    background-color: #fff;
    transform: rotate(-45deg);
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
    z-index: 1;
}

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

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases h5 {
    margin-bottom: 30px;
}

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

.stm-template-listing_four_elementor .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-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .button {
    display: inline-block;
    font-size: 12px;
    padding: 12px 30px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user {
    padding: 0 40px;
    background-color: #f0f2f5;
    border: 1px solid #ddd;
    margin-bottom: 40px;
    position: relative;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    align-self: center;
    margin: 20px 0;
}

@media (max-width: 600px) {
    .stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap {
        flex-direction: column;
        align-items: center;
    }
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li {
    display: inline-block;
    margin: 7px 3px;
    padding: 0;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li .tooltip-inner {
    background-color: #232628;
    font-size: 14px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li .tooltip.top .tooltip-arrow {
    border-top-color: #232628;
    border-width: 5px 5px 0;
}

@media (max-width: 600px) {
    .stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li:last-child {
        margin: 20px 0 0 17px;
    }
}

@media (max-width: 600px) {
    .stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li {
        margin: 0 0 0 15px;
    }
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-form-inner .stm-add-a-car-user .add-car-btns-wrap {
    justify-content: center;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-form-inner .form-group-submit .stm-icon-load1 {
    top: 12px;
    font-size: 18px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-form-inner:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -2000px;
    bottom: 0;
    right: -2000px;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 40;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-form-inner .stm-icon-load1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    font-size: 30px;
    color: #cc6119;
    animation: rotating 2s infinite linear;
    opacity: 0;
    visibility: hidden;
    z-index: 50;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-form-inner.activated > .stm-icon-load1, .stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-form-inner.activated:before {
    opacity: 1;
    visibility: visible;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-title {
    margin: -5px 0 23px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-text {
    font-size: 13px;
    line-height: 24px;
    color: #888;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm_register_title {
    padding-top: 35px;
    margin-bottom: 20px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm_register_title h3 {
    float: left;
    margin-right: 42px;
    font-size: 20px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm_register_title .stm_login_me {
    margin-top: 3px;
    font-size: 13px;
    color: #888;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user .stm-login-register-form {
    margin-top: 0;
}

.stm-template-listing_four_elementor .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: #cc6119;
    opacity: 1;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user button[type=submit] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 17px 20px 11px 62px;
    font-size: 12px;
}

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

.stm-template-listing_four_elementor .stm_add_car_form .stm-form-checking-user button[type=submit].disabled {
    background-color: #838588;
    opacity: 0.33;
    box-shadow: 0 2px 0 #686a6d;
}

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

.stm-template-listing_four_elementor .stm_add_car_form .stm-history-popup {
    position: absolute;
    bottom: 100%;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-history-popup .inner {
    position: relative;
    width: 486px;
    padding: 30px 23px 30px;
    background-color: #fff;
    border-top: 4px solid #232628;
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
    z-index: 2;
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-history-popup .inner .fa-times {
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 10px;
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-history-popup .inner:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #fff;
    z-index: 3;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-history-popup .inner:after {
    position: absolute;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    background-color: #fff;
    transform: rotate(-45deg);
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
    z-index: 1;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-history-popup h5 {
    margin-bottom: 25px;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-history-popup .labels-units {
    margin: 0 -15px 15px;
}

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

.stm-template-listing_four_elementor .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;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-history-popup .button {
    display: inline-block;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-history-popup.stm-invisible {
    opacity: 0;
    visibility: hidden;
    bottom: 110%;
}

.stm-template-listing_four_elementor .stm_add_car_form .stm-video-link-unit-wrap .video-label {
    display: inline-block;
}

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

.stm-template-listing_four_elementor .stm-relative {
    position: relative;
}

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

.stm-template-listing_four_elementor .stm-add-a-car-user .stm-add-a-car-user-wrapper {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 600px) {
    .stm-template-listing_four_elementor .stm-add-a-car-user .stm-add-a-car-user-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

.stm-template-listing_four_elementor .stm-add-a-car-user .left-info {
    float: left;
    padding: 30px 0;
    max-width: 300px;
}

.stm-template-listing_four_elementor .stm-add-a-car-user .left-info .avatar {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 23px;
    overflow: hidden;
    background-color: #eee;
    text-align: center;
    flex-shrink: 0;
}

.stm-template-listing_four_elementor .stm-add-a-car-user .left-info .avatar .stm-service-icon-user {
    position: relative;
    left: 1px;
    line-height: 75px;
    text-align: center;
    font-size: 34px;
    color: #acb9bd;
}

.stm-template-listing_four_elementor .stm-add-a-car-user .left-info.left-dealer-info .stm-dealer-image-custom-view {
    margin-bottom: 14px;
}

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

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

.stm-template-listing_four_elementor .stm-add-a-car-user .left-info .user-info h4 {
    margin: 22px 0 0px;
    font-size: 20px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-add-a-car-user .left-info .user-info .stm-label {
    font-size: 13px;
    color: #888;
}

.stm-template-listing_four_elementor .stm-add-a-car-user .right-info {
    overflow: hidden;
    text-align: right;
    font-size: 13px;
    padding: 40px 0 20px 30px;
    border-left: 1px solid #ddd;
}

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

.stm-template-listing_four_elementor .stm-add-a-car-user .right-info .stm_logout {
    margin-top: 6px;
    letter-spacing: 0.2px;
    color: #888;
}

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

.stm-template-listing_four_elementor .stm-add-a-car-login-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.89);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

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

.stm-template-listing_four_elementor .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-template-listing_four_elementor .stm-add-a-car-login.visiblity {
    opacity: 1;
    visibility: visible;
}

.stm-template-listing_four_elementor .stm-add-a-car-login .stm-listing-loader .stm-icon-load1 {
    margin-left: 10px !important;
}

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

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

.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form {
    padding: 41px 30px 36px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form .form-checker {
    margin-bottom: 26px !important;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

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

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

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

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

.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form input[type=text],
.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form input[type=number],
.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form input[type=tel],
.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form input[type=email],
.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form input[type=search],
.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form input[type=password] {
    padding-left: 17px;
    border-color: #f0f2f5 !important;
    background-color: #f0f2f5 !important;
}

.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form input[type=text].form-error,
.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form input[type=number].form-error,
.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form input[type=tel].form-error,
.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form input[type=email].form-error,
.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form input[type=search].form-error,
.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form input[type=password].form-error {
    border-color: #ff2325 !important;
}

.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form input[type=submit] {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px !important;
    padding: 18px 46px 14px;
    visibility: inherit;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
}

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

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

.stm-template-listing_four_elementor .stm-add-a-car-login .stm-login-form form .stm-message-ajax-validation {
    margin-top: 18px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

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

.stm-template-listing_four_elementor .stm-add-a-car-loader .stm-icon-load1 {
    margin: 12px 0 0 !important;
    position: static !important;
    font-size: 18px !important;
}

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

.stm-template-listing_four_elementor .stm-add-a-car-message {
    display: none;
    margin: 10px 0 25px;
    padding: 15px 30px;
    background-color: #232628;
    color: #fff !important;
    font-weight: 700;
    border-radius: 4px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings.stm-become-a-dealer .stm-image-unit .image {
    margin-top: 53px;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.stm-template-listing_four_elementor .stm-my-profile-settings.stm-become-a-dealer .stm-image-unit .image img {
    border-radius: 0;
}

.stm-template-listing_four_elementor .stm-my-profile-settings.stm-become-a-dealer .stm-image-unit .image .stm-empty-avatar-icon {
    height: 60px;
    line-height: 58px;
    background-color: #fff;
}

.stm-template-listing_four_elementor .stm-my-profile-settings.stm-become-a-dealer .stm-image-unit .image .stm-empty-avatar-icon i {
    font-size: 20px;
}

.stm-template-listing_four_elementor .stm-my-profile-settings.stm-become-a-dealer input[type=submit] {
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor .alert.alert-info .fa-check {
    color: #cc6119;
    margin-right: 15px;
}

.stm-template-listing_four_elementor .alert.alert-warning .fa-info {
    color: #ed262c;
    margin-right: 15px;
}

.stm-template-listing_four_elementor .stm-dealer-private-settings-unit .stm-my-profile-settings .stm-image-unit .image {
    margin-top: 52px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-dealer-private-settings-unit .stm-my-profile-settings .stm-image-unit .image.no_empty:hover {
    border-color: #ed262c;
}

.stm-template-listing_four_elementor .stm-dealer-private-settings-unit .stm-my-profile-settings .stm-image-unit .image.no_empty:hover i.fa-times {
    display: block !important;
}

.stm-template-listing_four_elementor .stm-dealer-private-settings-unit .stm-my-profile-settings .stm-image-unit .image i.fa-times {
    display: none;
    top: -13px;
    right: -13px;
}

.stm-template-listing_four_elementor .stm-dealer-private-settings-unit .stm-my-profile-settings .stm-image-unit .image img {
    border-radius: 0;
}

.stm-template-listing_four_elementor .stm-user-private.stm-dealer-private .stm-user-private-sidebar .stm-user-profile-information .title {
    margin-bottom: 5px;
    text-decoration: none !important;
}

.stm-template-listing_four_elementor .stm-user-private.stm-dealer-private .stm-user-private-sidebar .stm-user-avatar {
    float: none;
    margin-top: 20px;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #fff;
    background-color: #fff;
}

.stm-template-listing_four_elementor .stm-user-private.stm-dealer-private .stm-user-private-sidebar .stm-user-avatar .img-avatar {
    width: 236px;
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

.stm-template-listing_four_elementor .stm-user-private.stm-dealer-private .stm-user-private-sidebar .stm-user-avatar .stm-empty-avatar-icon {
    width: 118px;
    height: 30px;
    line-height: 13px;
    border-radius: 2px;
    border: 1px solid #ddd;
    vertical-align: middle;
    background-color: transparent;
}

.stm-template-listing_four_elementor .stm-user-private.stm-dealer-private .stm-user-private-sidebar .stm-user-avatar .stm-empty-avatar-icon i {
    font-size: 14px;
}

.stm-template-listing_four_elementor .stm-user-private.stm-dealer-private .stm-my-profile-settings .stm-image-unit.stm-dealer-image-front .image {
    max-width: 248px;
    margin-top: 10px;
}

.stm-template-listing_four_elementor .stm-user-private.stm-dealer-private .stm-my-profile-settings .stm-image-unit.stm-dealer-image-front .image img {
    border-color: transparent;
}

.stm-template-listing_four_elementor .stm-user-private.stm-dealer-private .stm-my-profile-settings .stm-image-unit.stm-dealer-image-front .image .fa-times {
    display: none;
}

.stm-template-listing_four_elementor .stm-user-private.stm-dealer-private .stm-my-profile-settings .stm-image-unit.stm-dealer-image-front .image .stm-empty-avatar-icon {
    height: 141px;
    line-height: 141px;
}

.stm-template-listing_four_elementor .stm-user-private.stm-dealer-private .stm-my-profile-settings .stm-image-unit.stm-dealer-image-front .image .stm-empty-avatar-icon i {
    font-size: 50px;
}

.stm-template-listing_four_elementor .stm-star-rating {
    margin-left: 2px;
}

.stm-template-listing_four_elementor .stm-star-rating .inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.stm-template-listing_four_elementor .stm-star-rating .inner .stm-star-rating-lower {
    margin-left: -1px;
}

.stm-template-listing_four_elementor .stm-star-rating .inner .stm-star-rating-lower:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f005\f005\f005\f005\f005";
    letter-spacing: 2px;
    color: #edab1f;
    font-size: 16px;
}

.stm-template-listing_four_elementor .stm-star-rating .inner .stm-star-rating-upper {
    position: absolute;
    top: 0;
    left: -1px;
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm-star-rating .inner .stm-star-rating-upper:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f005\f005\f005\f005\f005";
    font-size: 16px;
    letter-spacing: 2px;
    color: #edab1f;
    white-space: nowrap;
}

.stm-template-listing_four_elementor .stm-star-rating .heading-font {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-top-left {
    float: left;
    margin-bottom: 33px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-top-left h3 {
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-top-right {
    float: right;
    margin: 8px 7px 0 0;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-top-right img {
    padding: 5px;
    max-width: 130px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-image {
    float: left;
    margin-right: 29px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info {
    overflow: hidden;
    margin-bottom: 25px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info.stm-inline-icons .stm-dealer-info-unit {
    float: left;
    width: 33%;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info.stm-inline-icons .stm-dealer-info-unit .inner {
    margin-right: 15px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info .stm-dealer-info-unit {
    position: relative;
    padding-left: 53px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info .stm-dealer-info-unit .inner .stm-show-number {
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: top;
    border-bottom: 1px dotted;
    cursor: pointer;
    min-width: 20px;
    position: relative;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info .stm-dealer-info-unit .inner .stm-show-number.load_number {
    color: transparent;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info .stm-dealer-info-unit .inner .stm-show-number.load_number:before {
    content: "\f1ce";
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: #333333;
    font-size: 15px;
    position: absolute;
    left: 0;
    animation: spin 2s linear infinite;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info .stm-dealer-info-unit.sales_hours .inner span {
    line-height: 24px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info .stm-dealer-info-unit i {
    position: absolute;
    top: 0;
    left: 4px;
    color: #cc6119;
    font-size: 30px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info .stm-dealer-info-unit i:before {
    color: #232628;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info .stm-dealer-info-unit i.stm-service-icon-sales_hours {
    font-size: 28px;
    left: 5px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info .stm-dealer-info-unit .inner {
    padding-bottom: 14px;
    margin-bottom: 19px;
    border-bottom: 1px solid #e5e8ec;
    line-height: 18px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info .stm-dealer-info-unit .inner h5 {
    position: relative;
    margin-bottom: 11px;
    font-size: 13px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info .stm-dealer-info-unit .inner span {
    margin-left: 2px;
    color: #222;
    font-size: 14px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-bot-info {
    padding-left: 53px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-bot-info .stm_website_url {
    float: left;
    font-size: 13px;
    letter-spacing: -0.2px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-bot-info .stm_website_url {
        margin-left: 55px;
    }
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-bot-info .stm_website_url .fas {
    position: relative;
    top: 1px;
    font-size: 13px;
    margin-right: 6px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-bot-info .socials {
    text-align: right;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-bot-info .socials a {
    display: inline-block;
    margin-top: 3px;
    margin-left: 5px;
    vertical-align: top;
    width: 18px;
    height: 18px;
    background-color: #aaa;
    border-radius: 3px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-bot-info .socials a:hover {
    background-color: #cc6119;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-bot-info .socials a i.fa-youtube-play {
    text-indent: 1px;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-seller-notes {
    margin-top: 45px;
    margin-bottom: 63px;
    border-top: 4px solid #232628;
}

.stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-seller-notes .heading-font {
    padding-top: 38px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.9px;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-seller-notes .heading-font {
        padding-top: 20px;
    }
}

.stm-template-listing_four_elementor .stm-dealer-tabs {
    margin-top: 30px;
}

.stm-template-listing_four_elementor .stm-dealer-tabs .stm_listing_tabs_style_2 {
    margin-bottom: 18px;
    padding-top: 17px;
    border-top: 0;
}

.stm-template-listing_four_elementor .stm-dealer-tabs .stm_listing_tabs_style_2 .stm-seller-title {
    float: left;
    padding-top: 17px;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-dealer-tabs ul.heading-font.stm-dealer-tabs-list {
    list-style: none;
    padding: 0;
    background-color: #232628;
    border-right: 4px solid #232628;
    border-left: 4px solid #232628;
    vertical-align: top;
}

.stm-template-listing_four_elementor .stm-dealer-tabs ul.heading-font.stm-dealer-tabs-list li {
    display: block;
    float: left;
    margin: 0;
    color: #fff;
}

.stm-template-listing_four_elementor .stm-dealer-tabs ul.heading-font.stm-dealer-tabs-list li.active a {
    background-color: #fff;
    color: #232628;
}

.stm-template-listing_four_elementor .stm-dealer-tabs ul.heading-font.stm-dealer-tabs-list li.active a:before {
    visibility: visible;
    opacity: 1;
}

.stm-template-listing_four_elementor .stm-dealer-tabs ul.heading-font.stm-dealer-tabs-list li a {
    position: relative;
    display: block;
    padding: 15px 23px 11px;
    padding-left: 49px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
}

.stm-template-listing_four_elementor .stm-dealer-tabs ul.heading-font.stm-dealer-tabs-list li a:before {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #cc6119;
    visibility: hidden;
    opacity: 0;
}

.stm-template-listing_four_elementor .stm-dealer-tabs ul.heading-font.stm-dealer-tabs-list li a i {
    position: absolute;
    top: 50%;
    left: 23px;
    margin-top: -6px;
    font-size: 15px;
}

.stm-template-listing_four_elementor #stm-dealer-gmap {
    width: 253px;
    height: 253px;
    margin: 12px 0 30px;
}

.stm-template-listing_four_elementor .stm-load-more-dealer-reviews,
.stm-template-listing_four_elementor .stm-load-more-dealer-cars {
    padding-top: 27px;
    text-align: center;
}

.stm-template-listing_four_elementor .stm-load-more-dealer-reviews a,
.stm-template-listing_four_elementor .stm-load-more-dealer-cars a {
    position: relative;
    display: inline-block;
    height: 42px;
    padding: 10px 18px;
    background-color: #232628;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.stm-template-listing_four_elementor .stm-load-more-dealer-reviews a span,
.stm-template-listing_four_elementor .stm-load-more-dealer-cars a span {
    opacity: 1;
}

.stm-template-listing_four_elementor .stm-load-more-dealer-reviews a:hover,
.stm-template-listing_four_elementor .stm-load-more-dealer-cars a:hover {
    background-color: #cc6119;
}

.stm-template-listing_four_elementor .stm-load-more-dealer-reviews.not-clickable a,
.stm-template-listing_four_elementor .stm-load-more-dealer-cars.not-clickable a {
    padding: 10px 0;
    background-color: #aaa !important;
}

.stm-template-listing_four_elementor .stm-load-more-dealer-reviews.not-clickable a span,
.stm-template-listing_four_elementor .stm-load-more-dealer-cars.not-clickable a span {
    opacity: 0;
}

.stm-template-listing_four_elementor .stm-load-more-dealer-reviews.not-clickable a:hover,
.stm-template-listing_four_elementor .stm-load-more-dealer-cars.not-clickable a:hover {
    cursor: not-allowed;
}

.stm-template-listing_four_elementor .stm-load-more-dealer-reviews.not-clickable a:before,
.stm-template-listing_four_elementor .stm-load-more-dealer-cars.not-clickable a:before {
    position: absolute;
    content: "";
    display: block;
    font-family: "stm-icon";
    speak: none;
    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;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -7px;
    content: "\e924";
    line-height: 22px;
    animation: rotating 2s infinite linear;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab {
    padding-top: 34px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab > h4 {
    padding-left: 2px;
    font-size: 20px;
    letter-spacing: -0.8px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating {
    margin: 27px 0 51px;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating {
        margin: 20px 0 20px;
    }
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-average {
    width: 33.4%;
    float: left;
    padding: 39px 10px 39px;
    margin-right: 27px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-average .stm-label {
    font-size: 12px;
    opacity: 0.5;
    color: #fff;
    font-weight: 400;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-average .stm-star-rating,
.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-average .stm-average-number {
    text-align: center;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-average .stm-average-number {
    margin-bottom: 12px;
    color: #fff;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-average .stm-average-number .stm-first {
    margin-left: 4px;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: -5px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-average .stm-average-number .stm-last {
    position: relative;
    left: -2px;
    top: -3px;
    opacity: 0.5;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-average h5.text-center {
    margin-bottom: 10px;
    color: #fff;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-average .stm-star-rating {
    margin-left: 3px;
    margin-bottom: 6px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-average .stm-star-rating .inner .stm-star-rating-upper:before {
    font-size: 20px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-average .stm-star-rating .inner .stm-star-rating-lower:before {
    font-size: 20px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall {
    overflow: hidden;
    padding: 49px 40px 39px 47px;
    background-color: #f0f2f5;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-overall-inner {
    margin: 0 -15px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 39px;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part {
        padding: 0 10px;
    }
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part:last-child,
.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part:nth-last-child(2) {
    margin-bottom: 12px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part h4 {
    margin-bottom: 7px;
    font-size: 14px;
    letter-spacing: -0.6px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part .stm-star-rating {
    margin-left: 2px;
    margin-bottom: 6px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part .stm-star-rating .inner {
    margin-right: 4px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part .stm-star-rating .inner .stm-star-rating-upper:before {
    font-size: 20px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part .stm-star-rating .inner .stm-star-rating-lower:before {
    font-size: 20px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part .stm-star-rating span {
    position: relative;
    top: -1px;
    font-size: 14px;
    color: #222;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part-rec .dp-in {
    margin-right: 10px;
    color: #222;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part-rec .dp-in {
        margin-right: 5px;
    }
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part-rec h4 {
    margin-bottom: 5px;
    letter-spacing: 0px;
}

.stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part-rec .fas {
    position: relative;
    top: 1px;
    left: 1px;
    font-size: 18px;
    margin-right: 2px;
    color: #232628;
}

.stm-template-listing_four_elementor .stm-dealer-review-title {
    padding-bottom: 29px;
    margin-bottom: 37px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    letter-spacing: -0.8px;
    font-weight: 700;
    vertical-align: top;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-dealer-review-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.stm-template-listing_four_elementor .stm-dealer-review-title span {
    position: relative;
    top: -1px;
    left: 10px;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper {
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 37px;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper:last-child {
    margin-bottom: 0;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .average {
    float: left;
    padding: 14px 10px 8px 22px;
    margin-bottom: 28px;
    background-color: #232628;
    width: 22.8%;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-comment-dealer-wrapper .average {
        margin-bottom: 15px;
    }
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .average .heading-font {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .average .stm-star-rating {
    display: inline-block;
    margin: 1px 0 0 10px;
    vertical-align: top;
    max-width: 100%;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .overall {
    float: right;
    width: 73%;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 15px;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .content {
    margin-bottom: -10px;
    line-height: 24px;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom {
    position: relative;
    padding-right: 45px;
    font-size: 13px;
    color: #888;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-report-review {
    position: absolute;
    top: 0;
    right: 0;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-report-review a {
    color: #888888;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-report-review a.reported {
    color: #fa4c4c;
    cursor: not-allowed !important;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-added-by {
    float: left;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-added-by a {
    color: #232628;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-recommend {
    position: relative;
    overflow: hidden;
    padding-left: 15px;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-recommend:before {
    position: absolute;
    content: "";
    display: block;
    top: 5px;
    left: 7px;
    width: 1px;
    height: 13px;
    background-color: #888;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-recommend .fas {
    color: #232628;
    font-size: 16px;
}

.stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-recommend strong {
    margin-left: 2px;
    margin-right: 3px;
    color: #222;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-write-dealer-review {
    margin-top: 46px;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .form-group {
    margin-bottom: 33px;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .form-group h4 {
    margin-bottom: 15px;
    font-size: 14px;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .form-group textarea {
    min-height: 210px;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .left {
    float: left;
    width: 58.5%;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .left .stm-checker-required {
    padding-top: 2px;
    margin-bottom: 25px;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .left .stm-checker-required .checker {
    margin-right: 12px !important;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .left .stm-checker-required label:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .left .stm-checker-required .stm-label {
    font-size: 13px;
    color: #888;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .left .stm-icon-load1 {
    display: inline-block;
    margin: 17px 0 0 20px;
    vertical-align: top;
    max-width: 100%;
    color: #cc6119;
    opacity: 0;
    visibility: hidden;
    animation: rotating 2s infinite linear;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .left .stm-icon-load1.activated {
    opacity: 1;
    visibility: visible;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .left .button.disabled {
    background-color: #c9cccf !important;
    box-shadow: 0 2px 0 rgba(201, 204, 207, 0.5);
}

.stm-template-listing_four_elementor .stm-write-dealer-review .left .button.disabled:hover {
    cursor: not-allowed;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .right {
    float: right;
    margin-top: 30px;
    width: 34%;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .right h4 {
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .right .stm-star-rating {
    margin-right: 0px;
    margin-bottom: 34px;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .right .stm-star-rating[data-width="0"] span {
    opacity: 0.5;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .right .stm-star-rating:hover span {
    opacity: 1;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .right .stm-star-rating .inner {
    margin-right: 4px;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .right .stm-star-rating .inner:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .right .stm-star-rating .inner .stm-star-rating-upper {
    width: 0%;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .right .stm-star-rating .inner .stm-star-rating-upper:before {
    font-size: 25px;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .right .stm-star-rating .inner .stm-star-rating-lower:before {
    font-size: 25px;
}

.stm-template-listing_four_elementor .stm-write-dealer-review .right .stm-star-rating span {
    position: relative;
    top: 2px;
    margin-left: 10px;
    font-size: 14px;
    color: #222;
}

.stm-template-listing_four_elementor .stm-write-recommend label {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-right: 15px;
}

.stm-template-listing_four_elementor #write-review-message {
    margin-top: 30px;
    background-color: #232628;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    display: none;
}

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

.stm-template-listing_four_elementor .stm_user_added_review {
    margin-top: 44px;
    padding: 15px 20px;
    font-size: 14px;
    border: 3px solid #fa4c4c;
    border-radius: 6px;
}

.stm-template-listing_four_elementor .stm-dealer-image-custom-view {
    display: inline-block;
    max-width: 130px;
    vertical-align: top;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.stm-template-listing_four_elementor .stm-dealer-image-custom-view img {
    transform: translateZ(0);
}

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

.stm-template-listing_four_elementor .stm-posts-available-number {
    margin-top: 52px;
    text-align: right;
    color: #888 !important;
    font-size: 20px;
    letter-spacing: -1px;
}

.stm-template-listing_four_elementor .stm-posts-available-number span {
    letter-spacing: -0.5px;
    color: #cc6119 !important;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-no-available-adds-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.stm-template-listing_four_elementor .stm-no-available-adds {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 426px;
    padding: 57px 40px 48px;
    background-color: #fff;
    border-top: 4px solid #232628;
    z-index: 9999;
}

.stm-template-listing_four_elementor .stm-no-available-adds h3 {
    margin-bottom: 25px;
    text-align: center;
}

.stm-template-listing_four_elementor .stm-no-available-adds h3 span {
    color: #f80b0b;
}

.stm-template-listing_four_elementor .stm-no-available-adds p {
    padding: 0 25px;
    margin-bottom: 25px;
    text-align: center;
}

.stm-template-listing_four_elementor .stm-no-available-adds .clearfix {
    text-align: center;
}

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

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

.stm-template-listing_four_elementor .stm-no-available-adds .clearfix .stm-green-dk {
    background-color: #232628;
    box-shadow: 0 2px 0 #11323e;
}

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

.stm-template-listing_four_elementor .stm-form-price-edit {
    margin-bottom: 55px;
}

.stm-template-listing_four_elementor .stm-form-price-edit .title {
    margin-bottom: 6px;
    letter-spacing: -0.8px;
}

.stm-template-listing_four_elementor .stm-form-price-edit .stm_price_input {
    padding: 30px 40px 45px 40px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm-form-price-edit .stm_price_input .stm_label {
    margin-bottom: 12px;
    color: #fff;
    letter-spacing: 0.3px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-form-price-edit h4 {
    margin-bottom: 28px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-form-price-edit p {
    color: #888;
    line-height: 24px;
}

.stm-template-listing_four_elementor .stm-form-price-edit input {
    font-size: 20px;
    color: #282828;
}

.stm-template-listing_four_elementor .stm-form-plans {
    margin-bottom: 50px;
}

.stm-template-listing_four_elementor .stm_edit_car_form .stm_logout {
    display: none;
}

.stm-template-listing_four_elementor .stm-banner-fullwidth {
    position: static !important;
}

.stm-template-listing_four_elementor .listing-menu-mobile-wrapper #top-bar {
    display: none;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .stm-filter-tab-selects .stm-select-col .stm_listing_filter_text,
.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .stm-filter-tab-selects .stm-select-col .select2-container--default .select2-selection--single {
    color: #222;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .stm-filter-tab-selects .stm-select-col .stm_listing_filter_text .select2-selection__rendered,
.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .stm-filter-tab-selects .stm-select-col .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .stm-filter-tab-selects .stm-select-col .stm_listing_filter_text {
    border: none;
    color: #222;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content .stm-filter-tab-selects .stm-select-col .stm_listing_filter_text::-webkit-input-placeholder {
    color: #222;
}

.stm-template-listing_four_elementor .select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

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

.stm-template-listing_four_elementor .stm-forgot-password a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none !important;
}

.stm-template-listing_four_elementor .stm-forgot-password a.active,
.stm-template-listing_four_elementor .stm-forgot-password a:hover {
    color: white;
}

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

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

.stm-template-listing_four_elementor .stm_password_recovery input[type=submit] {
    padding: 18px 20px 14px;
    margin-top: 15px;
    font-size: 12px !important;
}

.stm-template-listing_four_elementor .stm_password_recovery .stm-validation-message {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #fff;
    color: #232628;
    border-radius: 5px;
    text-align: center;
}

.stm-template-listing_four_elementor .ui-widget {
    font-family: inherit;
}

.stm-template-listing_four_elementor .stm-boxed #stm-vivus-arrow {
    display: none;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content button[type=submit]:active {
    box-shadow: none !important;
}

.stm-template-listing_four_elementor .stm-user-private-main .alert {
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor body.home .stm_select_overflowed .select2-dropdown {
    background-color: transparent;
    border-color: transparent;
}

.stm-template-listing_four_elementor .stm-dealer-tabs .stm_listing_tabs_style_2.stm-car-listing-sort-units {
    border-bottom: none;
}

.stm-template-listing_four_elementor .stm-dealer-tabs .row-no-border-last .listing-list-loop:last-child {
    border-color: transparent;
}

.stm-template-listing_four_elementor .stm-dealer-private-settings-unit .stm-my-profile-settings .stm-image-unit .image.private-logo-dealer-placeholder {
    margin-top: 49px;
}

.stm-template-listing_four_elementor .stm-dealer-private-settings-unit .stm-my-profile-settings .stm-image-unit .image:hover img {
    border-color: transparent;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter.stm_dynamic_listing_dealer_filter {
    margin-bottom: 70px !important;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter.stm_dynamic_listing_dealer_filter:before {
    display: none !important;
}

.stm-template-listing_four_elementor .stm_dynamic_listing_filter.stm_dynamic_listing_dealer_filter .tab-content {
    padding: 38px 30px 13px;
}

.stm-template-listing_four_elementor .dealer-search-results {
    margin-top: 35px;
    margin-bottom: 30px;
    padding-top: 17px;
    border-top: 4px solid #232628;
}

.stm-template-listing_four_elementor .dealer-search-results .heading-font {
    color: #232628 !important;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table {
    margin-bottom: 40px;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.dealer-single-divider {
    border-bottom: 1px solid #d5d9e0;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td {
    padding-top: 25px;
    margin-bottom: 20px;
    border-bottom: 0;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.image {
    width: 190px;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.image a {
    display: block;
    min-height: 42px;
    padding: 5px;
    max-width: 130px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.image a img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-info {
    width: 280px;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-info .title h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #232628;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-info .rating .stm-rate-unit {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-right: 3px;
    max-width: 100%;
    vertical-align: top;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-info .rating .stm-rate-sum {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-cars {
    width: 190px;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-cars .inner {
    padding-left: 29px;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-cars .dealer-labels {
    font-weight: 700;
    font-size: 14px;
    color: #232628;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-cars .dealer-cars-count {
    display: block;
    margin-top: -4px;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-phone {
    width: 190px;
    color: #232628;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-phone .inner .phone {
    display: inline-block;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-phone .inner .stm-show-number {
    display: inline-block;
    margin-left: 7px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: top;
    border-bottom: 1px dotted;
    cursor: pointer;
    min-width: 20px;
    position: relative;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-phone .inner .stm-show-number.load_number {
    color: transparent;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-phone .inner .stm-show-number.load_number:before {
    content: "\f1ce";
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: #333333;
    font-size: 15px;
    position: absolute;
    left: 0;
    animation: spin 2s linear infinite;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-phone .phone {
    font-weight: 700;
    font-size: 14px;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location {
    width: 255px;
    color: #232628;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .clearfix {
    position: relative;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .dealer-location-label {
    font-size: 14px;
    font-weight: 700;
    color: #232628;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .map_link {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    z-index: 5;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .map_link .fas {
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .inner {
    padding-right: 90px;
    width: 275px;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .inner .stm-label {
    margin-top: -4px;
    color: #888;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
    text-overflow: ellipsis;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td .inner {
    position: relative;
    padding-left: 25px;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td .inner i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #cc6119;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td .inner i.stm-service-icon-pin_big {
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td .inner i.stm-service-icon-phone_2 {
    font-size: 14px;
}

.stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td .inner i.stm-service-icon-body_type {
    font-size: 11px;
}

.stm-template-listing_four_elementor .dealer-search-title {
    margin: 49px 0 0;
}

.stm-template-listing_four_elementor .dealer-search-title .stm-car-listing-sort-units {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.stm-template-listing_four_elementor .dealer-search-title .stm-car-listing-sort-units .stm-directory-listing-top__right {
    margin-top: 0;
}

.stm-template-listing_four_elementor .dealer-search-title .stm-car-listing-sort-units .stm-sort-by-options {
    margin-right: 0;
}

.stm-template-listing_four_elementor .dealer-search-title .stm-listing-directory-title {
    float: left;
}

.stm-template-listing_four_elementor .dealer-search-title .stm-listing-directory-title div.title {
    font-size: 20px;
    font-weight: 700;
    color: #232628;
    letter-spacing: -0.8px;
}

.stm-template-listing_four_elementor .dealer-search-title .stm-listing-directory-title div.title .green {
    color: #cc6119;
}

.stm-template-listing_four_elementor .stm-load-more-dealers.button {
    display: inline-block;
    position: relative;
    background-color: #232628;
    box-shadow: none;
    padding: 14px 24px 12px;
    font-size: 12px;
}

.stm-template-listing_four_elementor .stm-load-more-dealers.button.not-clickable {
    padding: 14px 0 12px;
    background-color: #aaa !important;
}

.stm-template-listing_four_elementor .stm-load-more-dealers.button.not-clickable span {
    opacity: 0;
}

.stm-template-listing_four_elementor .stm-load-more-dealers.button.not-clickable:hover {
    cursor: not-allowed;
}

.stm-template-listing_four_elementor .stm-load-more-dealers.button.not-clickable:before {
    position: absolute;
    content: "";
    display: block;
    font-family: "stm-icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -7px;
    content: "\e924";
    line-height: 22px;
    animation: rotating 2s infinite linear;
}

.stm-template-listing_four_elementor .filter-sidebar {
    --location-field-border-width: 2px;
    --location-field-color: black;
    --location-field-border-color: #eceff3;
    --location-field-placeholder-color: #888888;
    --location-field-empty-color: black;
    --location-field-empty-border-color: #eceff3;
    --location-field-empty-placeholder-color: #888888;
    --location-field-focus-color: black;
    --location-field-focus-border-color: #1bc744;
    --location-field-focus-placeholder-color: #888888;
    --location-field-bg-color: #eceff3;
}

.stm-template-listing_four_elementor #ca_location_listing_filter {
    background: var(--location-field-bg-color) !important;
    border: var(--location-field-border-width) solid var(--location-field-border-color);
    color: var(--location-field-color);
    padding-left: 28px;
}

.stm-template-listing_four_elementor #ca_location_listing_filter::-moz-placeholder {
    color: var(--location-field-placeholder-color);
}

.stm-template-listing_four_elementor #ca_location_listing_filter::placeholder {
    color: var(--location-field-placeholder-color);
}

.stm-template-listing_four_elementor #ca_location_listing_filter:focus, .stm-template-listing_four_elementor #ca_location_listing_filter.empty:focus {
    background-color: var(--location-field-bg-color) !important;
    border-color: var(--location-field-focus-border-color);
    color: var(--location-field-focus-color);
}

.stm-template-listing_four_elementor #ca_location_listing_filter:focus::-moz-placeholder, .stm-template-listing_four_elementor #ca_location_listing_filter.empty:focus::-moz-placeholder {
    color: var(--location-field-focus-placeholder-color);
}

.stm-template-listing_four_elementor #ca_location_listing_filter:focus::placeholder, .stm-template-listing_four_elementor #ca_location_listing_filter.empty:focus::placeholder {
    color: var(--location-field-focus-placeholder-color);
}

.stm-template-listing_four_elementor #ca_location_listing_filter.empty {
    border-color: var(--location-field-empty-border-color);
    color: var(--location-field-empty-color);
}

.stm-template-listing_four_elementor #ca_location_listing_filter.empty::-moz-placeholder {
    color: var(--location-field-empty-placeholder-color);
}

.stm-template-listing_four_elementor #ca_location_listing_filter.empty::placeholder {
    color: var(--location-field-empty-placeholder-color);
}

.stm-template-listing_four_elementor #ca_location_listing_filter:not(.empty) + .stm-location-reset-field {
    display: inline-block !important;
}

.stm-template-listing_four_elementor .mobile-search-filter-opened .pac-container {
    z-index: 999999 !important;
}

.stm-template-listing_four_elementor #stm_slide_filter_max_search_radius {
    padding-right: 30px;
}

.stm-template-listing_four_elementor #stm_slide_filter_max_search_radius + .stm_unit_measurement {
    position: absolute;
    right: 25px;
    top: 10px;
    text-transform: uppercase;
    color: #8F8F8F;
    font-size: 14px;
}

.stm-template-listing_four_elementor .stm-location-search-unit {
    position: relative;
}

.stm-template-listing_four_elementor .filter-sidebar .stm-location-search-unit:before {
    content: "\e956";
    position: absolute;
    top: 10px;
    left: 10px;
    color: #898989;
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "stm-icon";
    speak: none;
    font-size: 19px;
    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;
}

.stm-template-listing_four_elementor .stm-location-search-unit #ca_location_listing_filter {
    padding-right: 30px;
}

.stm-template-listing_four_elementor .stm-location-reset-field {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm-location-reset-field svg {
    width: 14px;
    height: 14px;
}

.stm-template-listing_four_elementor .stm-location-reset-field svg path {
    fill: #898989;
}

@media screen and (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-location-reset-field {
        top: 14px;
    }
}

.stm-template-listing_four_elementor .filter-sidebar .select2-container--default {
    background-color: #eceff3;
}

.stm-template-listing_four_elementor #header.stm-header-was-fixed {
    z-index: 102;
}

.stm-template-listing_four_elementor .stm-fixed-attachment {
    position: relative;
    background-attachment: fixed;
}

.stm-template-listing_four_elementor .stm-fixed-attachment:before {
    content: "";
    display: block;
    position: absolute;
    display: block !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.stm-template-listing_four_elementor body.stm-firefox .listing-archive-dealer-info .dealer-info-block {
    display: inline-block;
}

.stm-template-listing_four_elementor .stm-user-registration-unit .stm-social-login-wrap {
    margin-bottom: 30px;
    padding: 37px 30px 4px;
}

.stm-template-listing_four_elementor .stm-social-login-wrap {
    display: block;
    padding: 28px 30px 4px;
    background-color: #fff;
    border-top: 4px solid #232628;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.stm-template-listing_four_elementor .stm-social-login-wrap .wp-social-login-connect-with {
    font-size: 15px;
    font-family: "Montserrat";
    color: #232628;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm-social-login-wrap .wp-social-login-provider-list {
    padding: 10px 0;
}

.stm-template-listing_four_elementor .stm-social-login-wrap .wp-social-login-provider-list a {
    text-decoration: none;
    margin-right: 10px;
}

@media (max-width: 1023px) {
    .stm-template-listing_four_elementor .stm-login-register-form .stm-social-login-wrap {
        padding-bottom: 15px;
        margin-bottom: 40px;
    }
}

.stm-template-listing_four_elementor .stm-single-car-listing-data .data-list-wrap .data-list-item > .item-label i {
    color: #cc6119;
}

.stm-template-listing_four_elementor .stm-shop-sidebar-area .wc-block-price-filter .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
    background: linear-gradient(90deg, transparent var(--low), #6c98e1 0, #6c98e1 var(--high), transparent 0) no-repeat 0 100%/100% 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .stm-template-listing_four_elementor input[type=text] {
        font-size: 14px;
    }
}

@media (max-width: 1100px) {
    .stm-template-listing_four_elementor .listing-logo-main {
        margin-right: 15px;
    }

    .stm-template-listing_four_elementor .stm-similar-cars-units .stm-similar-car .right-unit .stm-price {
        margin-bottom: 10px;
    }

    .stm-template-listing_four_elementor .stm-similar-cars-units .stm-similar-car .right-unit .stm-car-similar-meta {
        clear: both;
    }

    .stm-template-listing_four_elementor .listing-list-loop .content .meta-middle .meta-middle-unit {
        display: inline-block !important;
    }

    .stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text],
  .stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number],
  .stm-template-listing_four_elementor .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-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block {
        display: block;
    }

    .stm-template-listing_four_elementor .stm_dynamic_listing_filter:before {
        background: none;
    }

    .stm-template-listing_four_elementor .stm-vc-listing-pad__right {
        padding-right: 15px !important;
    }

    .stm-template-listing_four_elementor .stm-vc-listing-pad__left {
        padding-left: 15px !important;
    }

    .stm-template-listing_four_elementor .stm_listing_icon_filter .stm_listing_icon_filter_single {
        text-align: center;
    }

    .stm-template-listing_four_elementor .stm_listing_icon_filter .stm_listing_icon_filter_single .inner {
        max-width: 160px;
        width: auto;
        margin: 0 auto;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 .tab-pane .row-4 .col-md-3:nth-child(4n+1) {
        clear: none;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 .tab-pane .row-4 .col-md-3:nth-child(3n+1) {
        clear: none;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 .tab-pane .stm-directory-grid-loop > a.rmv_txt_drctn {
        display: block;
        width: auto;
        max-width: 255px;
        margin: 0 auto;
    }

    .stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label {
        width: 25%;
    }

    .stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label:nth-child(2n+1) {
        clear: none;
    }

    .stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label:nth-child(4n+1) {
        clear: both;
    }

    .stm-template-listing_four_elementor .stm-listing-directory-title {
        text-align: center;
    }

    .stm-template-listing_four_elementor .listing-logo-main {
        margin-top: 0 !important;
        height: 44px;
        line-height: 44px;
    }

    .stm-template-listing_four_elementor .listing-logo-main .bloglogo {
        max-height: 44px;
        display: inline-block;
    }

    .stm-template-listing_four_elementor .stm_icon_filter_label {
        margin-right: 0;
        margin-top: 2px;
    }

    .stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-bot-info {
        padding-left: 0;
    }

    .stm-template-listing_four_elementor .stm-pricing__features {
        display: none;
    }

    .stm-template-listing_four_elementor .stm-pricing__side-panel {
        float: none;
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-pricing__tables {
        float: none;
        width: 100%;
        margin: 0;
    }

    .stm-template-listing_four_elementor .stm-pricing-table__feature-label {
        padding-top: 5px;
        display: block;
    }

    .stm-template-listing_four_elementor .copyright-socials ul li {
        margin-left: 20px;
    }

    .stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form .form-group h4 {
        margin-top: 15px;
    }

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

    .stm-template-listing_four_elementor .stm_add_car_form .stm-form-2-features .stm-single-feature {
        width: 33.33333%;
    }

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

    .stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:after {
        top: -27px;
        left: 50%;
        margin-left: -5px;
    }

    .stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:before {
        top: -27px;
        left: 50%;
        margin-left: -12px;
    }

    .stm-template-listing_four_elementor .stm-pricing-table .stm-pricing-table__action > a {
        white-space: nowrap;
    }

    .stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .map_link {
        display: none;
    }

    .stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .inner {
        padding-right: 0;
        width: auto;
    }

    .stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.image {
        padding-right: 15px;
    }

    .stm-template-listing_four_elementor .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 {
        width: 48%;
    }

    .stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor {
    /*Dealer*/
    }

    .stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-info.stm-inline-icons .stm-dealer-info-unit {
        width: 100%;
    }

    .stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-cars,
  .stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.image {
        display: none;
    }

    .stm-template-listing_four_elementor .stm-form-checking-user .stm-add-a-car-user .left-info {
        float: none;
        padding: 30px 0 0;
    }

    .stm-template-listing_four_elementor .stm-add-a-car-user .left-info .user-info h4 {
        margin-top: 0;
    }

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

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

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

    .stm-template-listing_four_elementor .stm-login-register-form .stm-register-form {
        margin-top: 30px;
    }

    .stm-template-listing_four_elementor .stm-form-price-edit .stm_price_input {
        padding: 20px 15px 25px;
        margin-bottom: 30px;
    }

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

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

    .stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text],
  .stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number],
  .stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2 {
        float: left;
        margin-right: 15px;
    }

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

    .stm-template-listing_four_elementor .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-template-listing_four_elementor .stm_add_car_form .right-info {
        border-left: none;
        padding: 20px;
    }

    .stm-template-listing_four_elementor .stm-my-profile-settings .main-info-settings {
        padding-right: 0;
    }

    .stm-template-listing_four_elementor .stm-my-profile-settings.stm-become-a-dealer .stm-image-unit .image {
        display: inline-block;
        float: none;
        margin: 0 0 20px;
    }

    .stm-template-listing_four_elementor .stm-pricing_3 .stm-pricing__tables-col {
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-pricing_3 .stm-pricing__tables-col .stm-pricing__tables-col-inner {
        padding: 0 0 60px;
    }

    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul {
        width: 50%;
    }

    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul li {
        width: 50%;
    }

    .stm-template-listing_four_elementor .stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li {
        float: none;
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content button[type=submit] {
        margin-left: 0;
        margin-bottom: 35px;
        float: none;
    }

    .stm-template-listing_four_elementor .post-grid-single-unit {
        max-width: 320px;
        width: auto;
        margin: 0 auto 50px;
    }

    .stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory {
        margin-bottom: 15px;
        float: none;
        text-align: right;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 .stm_listing_nav_list {
        float: none;
        margin-top: 35px;
        text-align: center;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 .stm_listing_nav_list li {
        margin-left: 0;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 h3 {
        text-align: center;
    }

    .stm-template-listing_four_elementor .stm_listing_icon_filter.stm_listing_icon_filter_4 .stm_listing_icon_filter_single {
        width: 33%;
    }

    .stm-template-listing_four_elementor .stm-car-listing-sort-units.stm-car-listing-directory-sort-units .stm-listing-directory-title {
        float: none;
        margin-bottom: 20px;
    }

    .stm-template-listing_four_elementor .stm-car-listing-sort-units.stm-car-listing-directory-sort-units .stm-directory-listing-top__right .stm-sort-by-options {
        float: left;
    }

    .stm-template-listing_four_elementor .stm-dealer-private-settings-unit .main-info-settings {
        padding-right: 0;
    }

    .stm-template-listing_four_elementor .stm-dealer-private-settings-unit .stm-my-profile-settings .stm-image-unit .image {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .stm-template-listing_four_elementor .stm-dealer-private-settings-unit .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar {
        margin-top: 20px;
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-settings-confirm-password {
        padding-bottom: 19px;
    }

    .stm-template-listing_four_elementor .stm-listing-single-price-title .price {
        float: left;
        margin-bottom: 20px;
    }

    .stm-template-listing_four_elementor .stm-listing-single-price-title .price:before {
        display: none;
    }

    .stm-template-listing_four_elementor .stm-listing-single-price-title .title {
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-user-private .stm-user-private-main .stm-seller-title.stm-main-title {
        float: none;
        margin-bottom: 15px;
    }

    .stm-template-listing_four_elementor .stm-sort-private-my-cars {
        margin-bottom: 15px;
        text-align: left;
    }

    .stm-template-listing_four_elementor .listing-list-loop-edit {
        max-height: inherit;
    }

    .stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label {
        width: 50%;
    }

    .stm-template-listing_four_elementor .col-md-9 .single-listing-car-inner {
        padding-right: 0;
    }

    .stm-template-listing_four_elementor .stm-dealer-tabs .stm_listing_tabs_style_2 .stm-seller-title {
        float: none;
        text-align: left;
    }

    .stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-image {
        float: none;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .stm-template-listing_four_elementor .stm-dealer-tabs ul.heading-font.stm-dealer-tabs-list {
        border: 4px solid #232628;
        display: flex;
        overflow-y: scroll;
    }

    .stm-template-listing_four_elementor .stm-dealer-tabs ul.heading-font.stm-dealer-tabs-list li {
        white-space: nowrap;
        width: 100%;
        float: none;
    }

    .stm-template-listing_four_elementor .stm-dealer-tabs ul.heading-font.stm-dealer-tabs-list li a:before {
        display: none;
    }

    .stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-average {
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall {
        padding: 25px;
        padding-bottom: 15px;
        padding-top: 35px;
    }

    .stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part {
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-comment-dealer-wrapper .average {
        float: none;
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-comment-dealer-wrapper .overall {
        float: none;
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-comment-dealer-wrapper .overall .stm-one-rate {
        margin-bottom: 15px;
    }

    .stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-added-by {
        float: none;
        margin-bottom: 5px;
    }

    .stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-recommend {
        padding-left: 0;
    }

    .stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-recommend:before {
        display: none;
    }

    .stm-template-listing_four_elementor .stm-write-dealer-review .right,
  .stm-template-listing_four_elementor .stm-write-dealer-review .left {
        width: 100%;
        float: none;
    }

    .stm-template-listing_four_elementor .stm-write-dealer-review .right {
        margin-bottom: 25px;
    }

    .stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-top-right,
  .stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-top-left {
        float: none;
        margin-bottom: 15px;
    }

    .stm-template-listing_four_elementor .stm-user-public-profile .stm-user-name {
        float: none;
        margin-bottom: 20px;
    }

    .stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right {
        text-align: left;
    }

    .stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right .stm-user-email {
        float: none;
        margin-left: 0;
    }

    .stm-template-listing_four_elementor .stm-directory-grid-loop .image {
        position: relative;
        display: block;
        max-width: 100% !important;
        width: auto;
        margin: 0 auto;
    }

    .stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter {
        flex-direction: column;
    }

    .stm-template-listing_four_elementor .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 {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .stm-template-listing_four_elementor .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-left: 14px;
    }

    .stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap {
        width: 48%;
        text-align: left;
    }

    .stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap a {
        float: inherit;
    }

    .stm-template-listing_four_elementor .listing-right-actions .listing-menu-mobile-wrapper {
        display: block !important;
    }

    .stm-template-listing_four_elementor .header-listing .listing-menu {
        display: none !important;
    }

    .stm-template-listing_four_elementor .listing-list-loop .stm-listing-compare {
        display: none;
    }

    .stm-template-listing_four_elementor .listing-list-loop .image .image-inner img {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul {
        width: 33.33333%;
    }

    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul li {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul {
        width: 50%;
    }

    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul li {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .stm-template-listing_four_elementor .stm-fixed-attachment {
        background-attachment: scroll !important;
    }

    .stm-template-listing_four_elementor .stm-footer-search-inventory span.twitter-typeahead {
        display: block !important;
    }

    .stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu {
        text-align: center;
    }

    .stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu {
        padding-left: 0 !important;
    }

    .stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu li {
        margin: 0 12px !important;
    }

    .stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu li:before {
        opacity: 0;
    }

    .stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory input {
        width: 100%;
    }

    .stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td {
        display: block;
        padding: 15px 0 5px;
        margin-bottom: 0;
    }

    .stm-template-listing_four_elementor .stm-blog-fullwidth-info {
        height: inherit !important;
        margin-left: 0 !important;
        max-width: 100%;
    }

    .stm-template-listing_four_elementor .stm_listing_icon_filter.stm_listing_icon_filter_4 .stm_listing_icon_filter_single {
        width: 50%;
    }
}

@media (max-width: 430px) {
    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul {
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul li {
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm_add_car_form .stm-form-2-features .stm-single-feature {
        width: 100%;
    }
}

.stm-template-listing_four_elementor .stm-current-slider-labels {
    display: block;
}

.stm-template-listing_four_elementor .stm-slider-filter-type-unit .pull-left {
    margin-bottom: 19px;
}

.stm-template-listing_four_elementor .stm-slider-filter-type-unit .row {
    margin-bottom: 16px;
}

.stm-template-listing_four_elementor .stm-filter-type-slider {
    margin-bottom: 19px;
}

.stm-template-listing_four_elementor .select2-container--open.stm-multi-currency {
    z-index: 1065;
}

.stm-template-listing_four_elementor .woocommerce #respond input#submit.alt:hover,
.stm-template-listing_four_elementor .woocommerce a.button.alt:hover,
.stm-template-listing_four_elementor .woocommerce button.button.alt:hover,
.stm-template-listing_four_elementor .woocommerce input.button.alt:hover {
    background-color: #6c98e1;
    color: #fff;
}

.stm-template-listing_four_elementor .woocommerce #respond input#submit:active,
.stm-template-listing_four_elementor .woocommerce a.button:active,
.stm-template-listing_four_elementor .woocommerce button.button:active,
.stm-template-listing_four_elementor .woocommerce input.button:active,
.stm-template-listing_four_elementor .stm-button:active,
.stm-template-listing_four_elementor input[type=submit]:active,
.stm-template-listing_four_elementor button:active,
.stm-template-listing_four_elementor .button:active,
.stm-template-listing_four_elementor .load-more-btn:active {
    box-shadow: none;
}

.stm-template-listing_four_elementor .woocommerce #respond input#submit.alt,
.stm-template-listing_four_elementor .woocommerce a.button.alt,
.stm-template-listing_four_elementor .woocommerce button.button.alt,
.stm-template-listing_four_elementor .woocommerce input.button.alt,
.stm-template-listing_four_elementor .woocommerce #respond input#submit,
.stm-template-listing_four_elementor .woocommerce a.button,
.stm-template-listing_four_elementor .woocommerce button.button,
.stm-template-listing_four_elementor .woocommerce input.button {
    background-color: #6c98e1;
}

.stm-template-listing_four_elementor .woocommerce #respond input#submit, .stm-template-listing_four_elementor .woocommerce a.button, .stm-template-listing_four_elementor .woocommerce button.button, .stm-template-listing_four_elementor .woocommerce input.button {
    background-color: #6c98e1;
}

.stm-template-listing_four_elementor .woocommerce #respond input#submit.alt:hover, .stm-template-listing_four_elementor .woocommerce a.button.alt:hover, .stm-template-listing_four_elementor .woocommerce button.button.alt:hover, .stm-template-listing_four_elementor .woocommerce input.button.alt:hover {
    background-color: #bb5139;
}

.stm-template-listing_four_elementor .woocommerce #respond input#submit.disabled:hover, .stm-template-listing_four_elementor .woocommerce #respond input#submit:disabled:hover, .stm-template-listing_four_elementor .woocommerce #respond input#submit:disabled[disabled]:hover, .stm-template-listing_four_elementor .woocommerce a.button.disabled:hover, .stm-template-listing_four_elementor .woocommerce a.button:disabled:hover, .stm-template-listing_four_elementor .woocommerce a.button:disabled[disabled]:hover, .stm-template-listing_four_elementor .woocommerce button.button.disabled:hover, .stm-template-listing_four_elementor .woocommerce button.button:disabled:hover, .stm-template-listing_four_elementor .woocommerce button.button:disabled[disabled]:hover, .stm-template-listing_four_elementor .woocommerce input.button.disabled:hover, .stm-template-listing_four_elementor .woocommerce input.button:disabled:hover, .stm-template-listing_four_elementor .woocommerce input.button:disabled[disabled]:hover {
    background-color: #6c98e1;
}

.stm-template-listing_four_elementor .single-product input.input-text.qty.text {
    height: 47px;
    line-height: 47px;
}

.stm-template-listing_four_elementor .stm-badge-directory, .stm-template-listing_four_elementor .stm-badge-directory.heading-font {
    position: absolute;
    left: -65px;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(-45deg) translate3d(0, 0, 0);
    background-color: #6c98e1;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory {
    left: unset;
    right: -65px;
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .stm-template-listing_four_elementor .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory {
        z-index: 1;
    }
}

.stm-template-listing_four_elementor .stm-featured-top-cars-title {
    margin-bottom: 25px;
    position: relative;
    padding-right: 120px;
    border-bottom: 3px solid #6c98e1;
}

.stm-template-listing_four_elementor .stm-featured-top-cars-title .heading-font {
    position: relative;
    display: inline-block;
    padding: 3px 16px;
    color: #fff;
    background-color: #6c98e1;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stm-template-listing_four_elementor .stm-featured-top-cars-title .heading-font:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: -14px;
    height: 100%;
    width: 32px;
    background-color: #6c98e1;
    transform: skew(45deg, 0deg);
    z-index: -1;
}

.stm-template-listing_four_elementor .stm-featured-top-cars-title a {
    position: absolute;
    right: 3px;
    bottom: 3px;
    font-size: 13px;
    color: #777;
}

.stm-template-listing_four_elementor .stm-special-car-top-on,
.stm-template-listing_four_elementor .stm-isotope-sorting-featured-top .listing-list-loop {
    border-bottom: 3px solid #6c98e1;
}

.stm-template-listing_four_elementor .car-listing-row .stm-isotope-sorting-featured-top .car-meta-top {
    border-bottom: 3px solid #6c98e1;
}

.stm-template-listing_four_elementor .stm-multiple-select .select2-search .select2-search__field,
.stm-template-listing_four_elementor .stm-multiple-select h5 {
    color: #232628;
}

.stm-template-listing_four_elementor .select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    background-color: transparent;
}

.stm-template-listing_four_elementor .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eceff3 !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-body #comments {
    display: none !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap {
    display: flex;
    flex-direction: row;
    height: 400px;
    overflow: hidden;
    position: relative;
  /*.gm-style .gm-style-iw-a {
  	top: -40px !important;
  }*/
  /* arrow first */
  /* arrow second */
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-listing-directory-checkboxes.stm-one_col .stm-checkbox-submit {
    display: none !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_gmap {
    display: block;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_gmap.stm-loading:before {
    display: block;
    content: "";
    background: #FFFFFF;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap {
    display: block;
    position: relative;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow {
    display: block;
    position: absolute;
    top: 48%;
    left: -30px;
    transform: translateX(0) translateY(-48%);
    overflow: hidden;
    width: 30px;
    height: 70px;
    z-index: 100;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow.stm-map-filter-close:before {
    content: "\f053";
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow.stm-map-filter-close + div.stm-inventory-map-filter-wrap {
    width: 0;
    opacity: 0;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow.stm-map-filter-open:before {
    content: "\f054";
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow.stm-map-filter-open + div.stm-inventory-map-filter-wrap {
    opacity: 1;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow:before {
    display: inline-block;
    width: 30px;
    height: 50px;
    background: #ffffff;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 15px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap {
    display: block;
    width: 350px;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: ease-out 0.2s;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-filter-scrollbar {
    display: block;
    width: 350px;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 111px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .mCSB_inside > .mCSB_container {
    margin-right: 10px !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap input[type=text] {
    line-height: 40px;
    background-color: #eceff3 !important;
    color: #000 !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap input[type=text]::-moz-placeholder {
    color: #000 !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap input[type=text]::placeholder {
    color: #000 !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap h5 {
    color: #232628;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar {
    position: relative;
    box-shadow: none;
    padding: 0 53px 24px 50px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar:before {
    background: transparent;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .sidebar-entry-header {
    display: flex;
    padding: 20px 0 0;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .sidebar-entry-header i {
    color: #cc6119;
    padding: 4px 2px 0 0;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar > .row.row-pad-top-24 {
    padding-top: 16px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .select2-container--default .select2-selection--multiple {
    line-height: 25px;
    background-color: #eceff3;
    color: #000;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    background-color: #eceff3;
    color: #000;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit {
    margin-top: 0;
    box-shadow: none;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit a.title {
    padding: 27px 50px 20px 50px;
    border-top: 1px solid #cccccc;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit a.title .minus {
    right: 54px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper.stm-accordion-content-padded .stm-accordion-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper.stm-accordion-content-padded .stm-accordion-inner label {
    display: block;
    width: 45%;
    text-align: left;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper.stm-accordion-content-padded .stm-accordion-inner label .stm-option-image img {
    margin-left: -5px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper.stm-accordion-content-padded .stm-accordion-inner label .checker {
    margin-right: 5px !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .sidebar-action-units a {
    color: #232628 !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .sidebar-action-units a:before {
    color: #cc6119;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-inventory-map-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px 3px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    max-width: 340px;
    z-index: 20;
    border-top: 1px solid #cccccc;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-inventory-map-btn .stm-inventory-map-cars-count {
    display: block;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.7px;
    color: #cc6119 !important;
    background: #ffffff;
    padding: 20px;
    text-align: center;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-inventory-map-btn input[type=submit] {
    width: 100%;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_iw_link {
    display: block;
    background: #fff;
    text-decoration: none;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_iw_link:hover {
    text-decoration: none;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 500px;
    padding-bottom: 20px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll .stm_iw_link, .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll .stm_iw_link {
    margin-top: 5px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll .stm_iw_link:first-child, .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll .stm_iw_link:first-child {
    margin-top: 0;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll .stm_if_scroll, .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll .stm_if_scroll {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 462px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll .stm_if_scroll .mCustomScrollBox .mCSB_container, .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll .stm_if_scroll .mCustomScrollBox .mCSB_container {
    margin-right: 15px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 16px solid #fff;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.4));
    z-index: -1;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_wrap {
    display: block;
    overflow: hidden;
    position: relative;
    width: 300px;
    font-family: "Montserrat";
    padding: 15px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_condition {
    display: block;
    color: #cc6119;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_title {
    display: block;
    max-width: 250px;
    overflow: hidden;
    color: #232628;
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap {
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_img_wrap {
    display: block;
    max-width: 120px;
    min-height: 73px;
    width: 50%;
    float: left;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_img_wrap img {
    width: 100%;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_car_info {
    display: block;
    overflow: hidden;
    width: 50%;
    float: left;
    padding-left: 15px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_car_info .stm_iw_car_opt {
    display: flex;
    font-family: "Open Sans";
    font-size: 13px;
    color: #000000;
    position: relative;
    align-items: center;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_car_info .stm_iw_car_opt:nth-child(2) {
    margin: 10px 0;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_car_info .stm_iw_car_opt i {
    margin-right: 10px;
    color: #888888;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_price {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #cc6119;
    padding: 8px;
    color: #FFFFFF;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_price .stm_iw_price_trap {
    display: inline;
    overflow: hidden;
    position: relative;
    top: 0;
    left: -13px;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_price .stm_iw_price_trap:before {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    top: -8px;
    left: -5px;
    border-top: 32px solid #cc6119;
    border-left: 10px solid;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style > div:first-child > div:nth-child(4) {
    left: 18px !important;
    top: 45px !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style > div:first-child > div:last-child > div:last-child > div:last-child > div {
    width: 315px !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div {
    width: 300px !important;
    height: auto !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div > div > div:nth-child(2),
.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div > div > div:nth-child(4) {
    width: 299px !important;
    height: auto !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div > div > div:nth-child(3) {
    display: none;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 5px !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:first-child > div {
    left: 3px !important;
    box-shadow: none !important;
    z-index: 40;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:nth-child(2) > div {
    left: 2px !important;
    transform: skewX(-36deg) !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px !important;
    z-index: 40;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:nth-child(2) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw-t:before, .stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw-t:after {
    display: none !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw {
    top: 40px !important;
    left: 24px !important;
    width: 310px !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw.gm-style-iw-c {
    padding: 0;
    background: transparent;
    border-radius: 0;
    max-height: inherit !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    max-height: inherit !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw > div:first-child {
    max-width: 315px !important;
    overflow-y: hidden !important;
    overflow: hidden !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw button {
    display: none !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw > div > div {
    overflow: hidden !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw + div {
    display: none !important;
}

.stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw h6 {
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}

.stm-template-listing_four_elementor .single-car-prices .single-regular-sale-price .regular-price-with-sale strong {
    display: block;
}

@media (width: 1024px) {
    .stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw {
        top: -5px !important;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll.stm_is_mobile .stm_if_scroll,
  .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll.stm_is_mobile .stm_if_scroll {
        max-height: 308px !important;
        overflow-y: scroll !important;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw > div:first-child {
        max-height: 325px !important;
    }
}

@media (max-width: 736px) {
    .stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw {
        top: 0 !important;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll.stm_is_mobile .stm_if_scroll,
  .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll.stm_is_mobile .stm_if_scroll {
        max-height: 160px !important;
        overflow-y: scroll !important;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-wrap .gm-style .gm-style-iw > div:first-child {
        max-height: 180px !important;
    }
}

.stm-template-listing_four_elementor .stm-gallery-action-unit {
    transition: all 0.1s ease-in;
    overflow: visible !important;
}

.stm-template-listing_four_elementor .stm-gallery-action-unit .stm-a2a-popup {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0px 0 4px;
}

.stm-template-listing_four_elementor .stm-gallery-action-unit .stm-a2a-popup.stm-a2a-popup-active {
    display: block;
    top: 100%;
    left: -100%;
    opacity: 1;
    z-index: 10;
    margin-top: 2px;
    transform: translateX(-68%);
}

.stm-template-listing_four_elementor .stm-gallery-action-unit .stm-a2a-popup .addtoany_shortcode {
    background: #fff;
    padding: 5px 5px 1px;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

.stm-template-listing_four_elementor .stm-gallery-action-unit .stm-a2a-popup .addtoany_shortcode .a2a_kit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.stm-template-listing_four_elementor .archive-listing-page ul.nav.nav-tabs {
    margin-bottom: 15px;
    background: #11323e;
    border: 0;
    padding-left: 3px;
}

.stm-template-listing_four_elementor .archive-listing-page ul.nav.nav-tabs li {
    color: #fff;
    margin-bottom: 0;
    margin-top: -3px;
    padding: 0;
}

.stm-template-listing_four_elementor .archive-listing-page ul.nav.nav-tabs li a {
    color: #fff;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 3px solid #fff;
    margin-right: 0;
}

.stm-template-listing_four_elementor .archive-listing-page ul.nav.nav-tabs li.active {
    background: #fff;
}

.stm-template-listing_four_elementor .archive-listing-page ul.nav.nav-tabs li.active a {
    color: #11323e;
    border-top: 3px solid #cc6119;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .archive-listing-page ul.nav.nav-tabs li.active a {
        border: none;
    }
}

.stm-template-listing_four_elementor #checkVin {
    height: 44px;
    background-color: #6c98e1 !important;
    box-shadow: 0 2px 0 #567ab4 !important;
    background: #6c98e1 !important;
    border: 2px solid #6c98e1 !important;
}

.stm-template-listing_four_elementor.woocommerce-order-received h3 {
    font-size: 16px;
}

.stm-template-listing_four_elementor .my-plans-wrapper h4 {
    display: block;
    float: none !important;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap {
    display: block;
    width: 31%;
    margin-right: 28px;
    margin-bottom: 28px;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 1110px) {
    .stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap {
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap {
        width: 48%;
        margin-right: 0;
    }

    .stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap:nth-child(2n) {
        margin: 0 0 0 auto;
    }
}

@media (max-width: 500px) {
    .stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap {
        width: 100%;
        margin-right: 0;
    }
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .stm-pricing-table__feature {
    background-color: transparent;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .stm-pricing-table__feature:first-child {
    color: #fff;
    background-color: #153e4d;
    margin-bottom: 5px;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .stm-pricing-table__feature:first-child .stm-pricing-table__feature-label {
    color: #fff;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .stm-pricing-table__feature-label {
    display: block;
    font-weight: 400;
    font-size: 13px;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .stm-pricing-table__feature-value {
    font-weight: 700;
    font-size: 16px;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .btn-wrap {
    padding: 15px 0;
    background-color: transparent;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .btn-wrap .stm-pricing-table__feature-value {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: visible;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .btn-wrap .stm-pricing-table__feature-value button, .stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .btn-wrap .stm-pricing-table__feature-value a {
    display: block;
    width: 48%;
    padding: 17px 10px 15px;
    text-align: center;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .btn-wrap .stm-pricing-table__feature-value button.stm-btn-plan-cancel, .stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .btn-wrap .stm-pricing-table__feature-value a.stm-btn-plan-cancel {
    background-color: #f0f2f5;
    box-shadow: 0 2px 0 #cccccc;
    color: #232628 !important;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .btn-wrap .stm-pricing-table__feature-value button.stm-btn-plan-pause, .stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .btn-wrap .stm-pricing-table__feature-value a.stm-btn-plan-pause {
    background-color: #cc6119;
    box-shadow: 0 2px 0 #bb5139;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .btn-wrap .stm-pricing-table__feature-value button.stm-btn-plan-trial, .stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .btn-wrap .stm-pricing-table__feature-value a.stm-btn-plan-trial {
    background-color: #6c98e2;
    box-shadow: 0 2px 0 #4e90ce;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .btn-wrap .stm-pricing-table__feature-value button.btn-load, .stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-plan-grid-item-wrap .btn-wrap .stm-pricing-table__feature-value a.btn-load {
    opacity: 0.2;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .stm-response-msg {
    font-size: 12px;
    line-height: 18px;
    color: red;
    padding: 0 0 10px;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .get-new-link {
    text-decoration: none;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .get-new-link:hover .get-new-btn {
    border-color: #cc6119;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .get-new-link:hover .get-new-btn i {
    color: #cc6119;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .get-new-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 3px solid #cccccc;
    border-radius: 50%;
    margin: 40px auto;
    transition: all 0.1s ease-in-out;
}

.stm-template-listing_four_elementor .my-plans-wrapper .stm-plans-grid .get-new-btn i {
    color: #cccccc;
    vertical-align: center;
    font-size: 30px;
    transition: all 0.1s ease-in-out;
}

.stm-template-listing_four_elementor #statistics-modal-wrap {
    margin-top: 70px;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body {
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body .close-statistics-modal {
    position: absolute;
    right: -25px;
    top: 0;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body .fa-times {
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body p.statistics-modal-title {
    color: #232628;
    font-family: Montserrat;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body p.statistics-modal-title span.bold {
    font-weight: 700;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body .chart {
    padding-top: 15px;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body .chart #listingsChart {
    max-height: 360px;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body ul.statistics-type {
    list-style: none;
    margin: 14px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body ul.statistics-type li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Montserrat;
    font-size: 14px;
    cursor: pointer;
    color: #232628;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body ul.statistics-type li .phone-circle {
    color: #16cb64;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body ul.statistics-type li .view-circle {
    color: #417bdf;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body ul.statistics-type li .fa-circle {
    font-weight: bold;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body ul.statistics-type li:first-child {
    margin-right: 30px;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body ul.statistics-type li.off {
    color: #888;
}

.stm-template-listing_four_elementor #statistics-modal-wrap .modal-body ul.statistics-type li.off .fa-circle {
    color: #888;
}

@media (max-width: 1100px) {
    .stm-template-listing_four_elementor .listing-logo-main {
        margin-right: 15px;
    }

    .stm-template-listing_four_elementor .header-listing .listing-right-actions {
        margin-top: 10px;
        margin-left: 15px;
    }

    .stm-template-listing_four_elementor .lOffer-compare {
        margin-right: 30px;
    }

    .stm-template-listing_four_elementor .lOffer-account-unit {
        margin-right: 40px;
    }

    .stm-template-listing_four_elementor .header-listing .listing-menu {
        text-align: center;
    }

    .stm-template-listing_four_elementor .header-listing .listing-menu > li {
        margin-right: 20px;
    }

    .stm-template-listing_four_elementor .header-listing .listing-menu > li:last-child {
        margin-right: 0;
    }

    .stm-template-listing_four_elementor .stm-similar-cars-units .stm-similar-car .right-unit .stm-price {
        margin-bottom: 10px;
    }

    .stm-template-listing_four_elementor .stm-similar-cars-units .stm-similar-car .right-unit .stm-car-similar-meta {
        clear: both;
    }

    .stm-template-listing_four_elementor .listing-list-loop .content .meta-middle .meta-middle-unit {
        display: inline-block;
    }

    .stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text],
  .stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2 {
        max-width: 170px;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-filter-arrow-wrap .stm-inventory-map-filter-wrap .stm-filter-scrollbar {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .stm-template-listing_four_elementor .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit {
        padding-left: 19px;
    }
}

@media (min-width: 991px) {
    .stm-template-listing_four_elementor #wrapper {
        padding-top: 0 !important;
    }
}

@media (max-width: 991px) {
    .stm-template-listing_four_elementor .listing-archive-dealer-info .dealer-info-block {
        display: block;
    }

    .stm-template-listing_four_elementor .header-listing .listing_add_cart > div:hover {
        background: #fff !important;
        color: #5b6771 !important;
        opacity: 1;
    }

    .stm-template-listing_four_elementor .stm_dynamic_listing_filter:before {
        background: none;
    }

    .stm-template-listing_four_elementor .stm-template-listing #top-bar .top_bar_menu {
        display: none;
    }

    .stm-template-listing_four_elementor .stm-template-listing #top-bar .header-top-bar-socs {
        display: block;
    }

    .stm-template-listing_four_elementor .stm-vc-listing-pad__right {
        padding-right: 15px !important;
    }

    .stm-template-listing_four_elementor .stm-vc-listing-pad__left {
        padding-left: 15px !important;
    }

    .stm-template-listing_four_elementor .stm_listing_icon_filter .stm_listing_icon_filter_single {
        text-align: center;
    }

    .stm-template-listing_four_elementor .stm_listing_icon_filter .stm_listing_icon_filter_single .inner {
        max-width: 160px;
        width: auto;
        margin: 0 auto;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 .tab-pane .row-4 .col-md-3:nth-child(4n+1) {
        clear: none;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 .tab-pane .row-4 .col-md-3:nth-child(3n+1) {
        clear: none;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 .tab-pane .stm-directory-grid-loop > a.rmv_txt_drctn {
        display: block;
        width: auto;
        max-width: 255px;
        margin: 0 auto;
    }

    .stm-template-listing_four_elementor .stm-template-listing .archive-listing-page {
        margin-top: 30px;
    }

    .stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label {
        width: 50%;
    }

    .stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label:nth-child(2n+1) {
        clear: none;
    }

    .stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label:nth-child(4n+1) {
        clear: both;
    }

    .stm-template-listing_four_elementor .stm-template-listing .listing-list-loop .content .meta-middle .meta-middle-unit {
        display: inline-block;
    }

    .stm-template-listing_four_elementor .lOffer-account-dropdown,
  .stm-template-listing_four_elementor .lOffer-compare {
        display: none;
    }

    .stm-template-listing_four_elementor .lOffer-account {
        margin-top: 0px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        opacity: 0.5;
        background-color: #fff !important;
        color: #5b6771 !important;
    }

    .stm-template-listing_four_elementor .lOffer-account.active {
        opacity: 1;
    }

    .stm-template-listing_four_elementor .lOffer-account .stm-dropdown-user-small-avatar {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .stm-template-listing_four_elementor #header {
        min-height: 0 !important;
        z-index: 102;
    }

    .stm-template-listing_four_elementor #header .header-listing {
        padding: 20px 0 18px;
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 98;
    }

    .stm-template-listing_four_elementor .stm-user-mobile-info-wrapper {
        display: block;
        position: fixed;
        top: 82px;
        bottom: 0;
        right: -279px;
        background-color: #232628;
        padding: 16px 0 16px;
        width: 279px;
        -o-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
        box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 100;
    }

    .stm-template-listing_four_elementor .stm-user-mobile-info-wrapper.active {
        right: 0;
    }

    .stm-template-listing_four_elementor .header-listing .listing_add_cart {
        float: left !important;
        margin-top: 0;
    }

    .stm-template-listing_four_elementor .header-listing .listing_add_cart div {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        padding: 0 !important;
        text-indent: -9999px;
        background: white;
        opacity: 0.5;
    }

    .stm-template-listing_four_elementor .header-listing .listing_add_cart div i {
        text-indent: 0;
        top: 9px;
        left: 6px;
        font-size: 17px;
        color: #5b6771;
    }

    .stm-template-listing_four_elementor .listing-right-actions .pull-right {
        float: left !important;
    }

    .stm-template-listing_four_elementor .listing-right-actions .lOffer-account-unit {
        margin-right: 20px;
        margin-left: 16px;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing {
        position: fixed;
        top: 82px;
        bottom: 0;
        right: -279px;
        background-color: #232628;
        padding: 16px 0 16px;
        width: 279px;
        -o-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
        box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 100;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing:before {
        content: "";
        position: absolute;
        display: block;
        top: -5px;
        right: 25px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 5px solid #232628;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing.opened {
        right: 0;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing #top-bar {
        display: block;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper {
        padding: 0 !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .top-bar-info {
        display: none;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .pull-right {
        float: none !important;
        width: 100%;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .header-login-url {
        display: none;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .header-top-bar-socs {
        background: rgba(0, 0, 0, 0.1);
        padding: 15px 20px 15px 36px;
        margin: 0 -15px !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .header-top-bar-socs li {
        margin-right: 26px !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .header-top-bar-socs li:last-child {
        margin-right: 0 !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .header-top-bar-socs li a i {
        font-size: 16px !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .top_bar_menu {
        padding-top: 10px;
        display: block !important;
        margin-left: 20px !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .top_bar_menu li {
        width: 100%;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .top_bar_menu li a {
        display: block;
        padding: 15px 0 !important;
        font-size: 14px !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .top_bar_menu li:after {
        display: none;
        opacity: 0;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .language-switcher-unit {
        float: none !important;
        background: rgba(0, 0, 0, 0.1);
        padding: 15px 10px 0px 36px;
        margin: 0 -15px !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .language-switcher-unit .stm_current_language {
        padding-bottom: 10px;
        font-size: 14px !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .language-switcher-unit .stm_current_language i {
        position: absolute !important;
        top: 15px !important;
        right: 25px !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .language-switcher-unit .dropdown-backdrop {
        display: none !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .language-switcher-unit .dropdown-menu {
        position: static;
        float: none !important;
        background-color: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .language-switcher-unit .dropdown-menu li {
        box-shadow: none !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .language-switcher-unit .dropdown-menu li a {
        background-color: transparent !important;
        padding: 10px 0 10px !important;
        color: #aaa !important;
        font-size: 14px !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .currency-switcher {
        float: none !important;
        background: rgba(0, 0, 0, 0.1);
        padding: 15px 10px 15px 36px;
        margin: 0 -15px !important;
        position: relative;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .currency-switcher .stm-multiple-currency-wrap {
        margin-left: 0 !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .currency-switcher .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0 !important;
        font-size: 14px !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .currency-switcher .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 5px;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .currency-switcher .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
        color: #aaaaaa;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile {
        padding: 0;
        list-style: none;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile li {
        margin-bottom: 0;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile li a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding-left: 36px;
        padding-right: 25px;
        text-decoration: none !important;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li {
        margin-bottom: 0;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > a {
        padding-right: 40px;
        position: relative;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > a .stm_frst_lvl_trigger {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        opacity: 0.5;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > a .stm_frst_lvl_trigger.active {
        opacity: 1;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > a .stm_frst_lvl_trigger.active:after, .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > a .stm_frst_lvl_trigger.active:before {
        transform: rotate(-45deg);
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > a .stm_frst_lvl_trigger:after {
        content: "";
        position: absolute;
        display: block;
        top: 17px;
        left: 17px;
        width: 3px;
        height: 13px;
        background: white;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > a .stm_frst_lvl_trigger:before {
        content: "";
        position: absolute;
        display: block;
        top: 22px;
        left: 12px;
        width: 13px;
        height: 3px;
        background: white;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > ul {
        position: relative;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > ul:before {
        content: "";
        position: absolute;
        display: block;
        top: -5px;
        right: 25px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 5px solid #fff;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > ul > li {
        border-bottom: 1px solid #e1e1e1;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > ul > li > a {
        background-color: #fff;
        color: #222;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > ul > li > ul {
        position: relative;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > ul > li > ul:before {
        content: "";
        position: absolute;
        display: block;
        top: -5px;
        right: 25px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 5px solid #e1e1e1;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile > li > ul > li > ul > li a {
        background-color: #e1e1e1;
        color: #222;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-opened-menu-listing .listing-menu-mobile ul.sub-menu {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-menu-trigger {
        margin-top: 0px;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-menu-trigger span {
        display: block;
        width: 28px;
        height: 4px;
        margin-bottom: 7px;
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.5);
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-menu-trigger span:first-child {
        position: relative;
        top: 0;
        transition: top 0.3s 0.3s, transform 0.3s 0s;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-menu-trigger span:nth-child(2) {
        opacity: 1;
        transition: opacity 0.3s;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-menu-trigger span:last-child {
        margin-bottom: 0;
        position: relative;
        top: 0;
        transition: top 0.3s 0.3s, transform 0.3s 0s;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-menu-trigger.opened span {
        background: rgb(255, 255, 255);
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-menu-trigger.opened span:first-child {
        top: 11px;
        transform: rotate(-45deg);
        transition: top 0.3s 0s, transform 0.3s 0.3s;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-menu-trigger.opened span:nth-child(2) {
        opacity: 0;
    }

    .stm-template-listing_four_elementor .listing-menu-mobile-wrapper .stm-menu-trigger.opened span:last-child {
        top: -11px;
        transform: rotate(45deg);
        transition: top 0.3s 0s, transform 0.3s 0.3s;
    }

    .stm-template-listing_four_elementor .stm-listing-directory-title {
        text-align: center;
    }

    .stm-template-listing_four_elementor .listing-logo-main {
        margin-top: 0 !important;
        height: 44px;
        line-height: 44px;
    }

    .stm-template-listing_four_elementor .listing-logo-main .bloglogo {
        max-height: 44px;
        display: inline-block;
    }

    .stm-template-listing_four_elementor .stm-listing-car-dealer-info {
        margin-top: 25px;
    }

    .stm-template-listing_four_elementor .header-listing .listing-header-bg {
        opacity: 0.3;
    }

    .stm-template-listing_four_elementor .header-listing:after {
        opacity: 1;
    }

    .stm-template-listing_four_elementor .stm_icon_filter_label {
        margin-right: 0;
        margin-top: 2px;
    }

    .stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-bot-info {
        padding-left: 0;
    }

    .stm-template-listing_four_elementor .stm-pricing__features {
        display: none;
    }

    .stm-template-listing_four_elementor .stm-pricing__side-panel {
        float: none;
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-pricing__tables {
        float: none;
        width: 100%;
        margin: 0;
    }

    .stm-template-listing_four_elementor .stm-pricing-table__feature-label {
        padding-top: 5px;
        display: block;
    }

    .stm-template-listing_four_elementor .copyright-socials ul li {
        margin-left: 20px;
    }

    .stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form .form-group h4 {
        margin-top: 15px;
    }

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

    .stm-template-listing_four_elementor .stm_add_car_form .stm-form-2-features .stm-single-feature {
        width: 33.33333%;
    }

    .stm-template-listing_four_elementor .stm-add-media-car {
        margin-top: 20px;
    }

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

    .stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:after {
        top: -27px;
        left: 50%;
        margin-left: -5px;
    }

    .stm-template-listing_four_elementor .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:before {
        top: -27px;
        left: 50%;
        margin-left: -12px;
    }

    .stm-template-listing_four_elementor .stm-pricing-table .stm-pricing-table__action > a {
        white-space: nowrap;
    }

    .stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .map_link {
        display: none;
    }

    .stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .inner {
        padding-right: 0;
        width: auto;
    }

    .stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.image {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor {
    /*Dealer*/
    }

    .stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-cars,
  .stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.image {
        display: none;
    }

    .stm-template-listing_four_elementor .stm-add-a-car-user .left-info {
        float: none;
        margin-bottom: 20px;
    }

    .stm-template-listing_four_elementor .stm-add-a-car-user .left-info .user-info h4 {
        margin-top: 0;
    }

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

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

    .stm-template-listing_four_elementor .stm-login-register-form .stm-register-form {
        margin-top: 30px;
    }

    .stm-template-listing_four_elementor .stm-form-price-edit .stm_price_input {
        padding: 20px 15px 25px;
        margin-bottom: 30px;
    }

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

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

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

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

    .stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text],
  .stm-template-listing_four_elementor .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2 {
        float: left;
        margin-right: 15px;
    }

    .stm-template-listing_four_elementor .stm-my-profile-settings .main-info-settings {
        padding-right: 0;
    }

    .stm-template-listing_four_elementor .stm-my-profile-settings.stm-become-a-dealer .stm-image-unit .image {
        display: inline-block;
        float: none;
        margin: 0 0 20px;
    }

    .stm-template-listing_four_elementor .stm-pricing_3 .stm-pricing__tables-col {
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-pricing_3 .stm-pricing__tables-col .stm-pricing__tables-col-inner {
        padding: 0 0 60px;
    }

    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul {
        width: 50%;
    }

    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul li {
        width: 50%;
    }

    .stm-template-listing_four_elementor .stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li {
        float: none;
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm_dynamic_listing_filter .tab-content button[type=submit] {
        margin-left: 0;
        margin-bottom: 35px;
        float: none;
    }

    .stm-template-listing_four_elementor .post-grid-single-unit {
        max-width: 320px;
        width: auto;
        margin: 0 auto 50px;
    }

    .stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory {
        margin-bottom: 15px;
        float: none;
        text-align: right;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 .stm_listing_nav_list {
        float: none;
        margin-top: 35px;
        text-align: center;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 .stm_listing_nav_list li {
        margin-left: 0;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 h3 {
        text-align: center;
    }

    .stm-template-listing_four_elementor .stm_listing_icon_filter.stm_listing_icon_filter_4 .stm_listing_icon_filter_single {
        width: 33%;
    }

    .stm-template-listing_four_elementor .stm-template-listing .listing-list-loop.stm-listing-directory-list-loop {
        padding-bottom: 15px;
    }

    .stm-template-listing_four_elementor .stm-template-listing .listing-list-loop.stm-listing-directory-list-loop .image {
        max-width: 100%;
        margin-right: 0;
    }

    .stm-template-listing_four_elementor .stm-template-listing .stm-listing-no-price-labels.listing-list-loop .content .meta-top .price {
        margin-top: 12px;
    }

    .stm-template-listing_four_elementor .stm-template-listing .listing-list-loop .content .meta-middle .meta-middle-unit {
        width: 100%;
        display: block !important;
        border-bottom: 1px solid #ddd;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .stm-template-listing_four_elementor .stm-template-listing .listing-list-loop .content .meta-middle .meta-middle-unit.meta-middle-divider {
        display: none !important;
    }

    .stm-template-listing_four_elementor .stm-template-listing .listing-list-loop .content .meta-middle .meta-middle-unit .value {
        margin-left: 10px;
        position: relative;
        top: 4px;
        font-size: 15px;
        font-weight: 400;
    }

    .stm-template-listing_four_elementor .stm-car-listing-sort-units.stm-car-listing-directory-sort-units .stm-listing-directory-title {
        float: none;
        margin-bottom: 20px;
    }

    .stm-template-listing_four_elementor .stm-car-listing-sort-units.stm-car-listing-directory-sort-units .stm-directory-listing-top__right .stm-sort-by-options {
        float: left;
    }

    .stm-template-listing_four_elementor .stm-dealer-private-settings-unit .main-info-settings {
        padding-right: 0;
    }

    .stm-template-listing_four_elementor .stm-dealer-private-settings-unit .stm-my-profile-settings .stm-image-unit .image {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .stm-template-listing_four_elementor .stm-dealer-private-settings-unit .stm-my-profile-settings .stm-image-unit .stm-upload-new-avatar {
        margin-top: 20px;
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-settings-confirm-password {
        padding-bottom: 19px;
    }

    .stm-template-listing_four_elementor .stm-listing-single-price-title .price {
        float: left;
        margin-bottom: 20px;
    }

    .stm-template-listing_four_elementor .stm-listing-single-price-title .price:before {
        display: none;
    }

    .stm-template-listing_four_elementor .stm-listing-single-price-title .title {
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-user-private .stm-user-private-main .stm-seller-title.stm-main-title {
        float: none;
        margin-bottom: 15px;
    }

    .stm-template-listing_four_elementor .stm-sort-private-my-cars {
        margin-bottom: 15px;
        text-align: left;
    }

    .stm-template-listing_four_elementor .listing-list-loop-edit {
        max-height: inherit;
    }

    .stm-template-listing_four_elementor .stm-template-listing .listing-list-loop .content .meta-middle .meta-middle-unit.location .stm-tooltip-link {
        white-space: normal;
        margin-bottom: 10px;
    }

    .stm-template-listing_four_elementor .stm-template-listing .listing-list-loop .content .meta-middle .meta-middle-unit .value {
        vertical-align: top;
    }

    .stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label {
        width: 50%;
    }

    .stm-template-listing_four_elementor .col-md-9 .single-listing-car-inner {
        padding-right: 0;
    }

    .stm-template-listing_four_elementor .stm-dealer-tabs .stm_listing_tabs_style_2 .stm-seller-title {
        float: none;
        text-align: left;
    }

    .stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-main-info .stm-dealer-image {
        float: none;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .stm-template-listing_four_elementor .stm-dealer-tabs ul.heading-font.stm-dealer-tabs-list {
        border: 4px solid #232628;
    }

    .stm-template-listing_four_elementor .stm-dealer-tabs ul.heading-font.stm-dealer-tabs-list li {
        float: none;
    }

    .stm-template-listing_four_elementor .stm-dealer-tabs ul.heading-font.stm-dealer-tabs-list li a:before {
        display: none;
    }

    .stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-average {
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall {
        padding: 25px;
        padding-bottom: 15px;
        padding-top: 35px;
    }

    .stm-template-listing_four_elementor .stm-dealer-review-tab .stm-dealer-rating .stm-dealer-overall .stm-dealer-rate-part {
        width: 50%;
    }

    .stm-template-listing_four_elementor .stm-comment-dealer-wrapper .average {
        float: none;
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-comment-dealer-wrapper .overall {
        float: none;
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-comment-dealer-wrapper .overall .stm-one-rate {
        margin-bottom: 15px;
    }

    .stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-added-by {
        float: none;
        margin-bottom: 5px;
    }

    .stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-recommend {
        padding-left: 0;
    }

    .stm-template-listing_four_elementor .stm-comment-dealer-wrapper .stm-bottom .stm-recommend:before {
        display: none;
    }

    .stm-template-listing_four_elementor .stm-write-dealer-review .right,
  .stm-template-listing_four_elementor .stm-write-dealer-review .left {
        width: 100%;
        float: none;
    }

    .stm-template-listing_four_elementor .stm-write-dealer-review .right {
        margin-bottom: 25px;
    }

    .stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-top-right,
  .stm-template-listing_four_elementor .stm-dealer-public-profile .stm-dealer-top-left {
        float: none;
        margin-bottom: 15px;
    }

    .stm-template-listing_four_elementor .stm-user-public-profile .stm-user-name {
        float: none;
        margin-bottom: 20px;
    }

    .stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right {
        text-align: left;
    }

    .stm-template-listing_four_elementor .stm-user-public-profile .stm-user-data-right .stm-user-email {
        float: none;
        margin-left: 0;
    }

    .stm-template-listing_four_elementor .stm-directory-grid-loop .image {
        position: relative;
        display: block;
        max-width: 255px;
        width: auto;
        margin: 0 auto;
    }

    .stm-template-listing_four_elementor .stm-mt-icon-counter {
        text-align: center;
    }

    .stm-template-listing_four_elementor .stm-mt-icon-counter .stm-mt-icon-counter-left {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .stm-template-listing_four_elementor #statistics-modal-wrap .modal-body .close-statistics-modal {
        right: 15px;
        top: 20px;
    }

    .stm-template-listing_four_elementor #statistics-modal-wrap .modal-body .fa-times {
        color: #000;
    }

    .stm-template-listing_four_elementor #statistics-modal-wrap .modal-body .statistics-modal-title {
        padding-right: 18px;
    }
}

@media (max-width: 650px) {
    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul {
        width: 33.33333%;
    }

    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul li {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .stm-template-listing_four_elementor .stm-template-listing .stm_breadcrumbs_unit {
        display: none;
    }

    .stm-template-listing_four_elementor .stm-template-listing .stm-view-type-list, .stm-template-listing_four_elementor .stm-template-listing .stm-view-type-grid {
        padding-top: 20px;
    }

    .stm-template-listing_four_elementor .stm-template-listing .title-box-disabled {
        height: 20px;
    }

    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul {
        width: 50%;
    }

    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul li {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .stm-template-listing_four_elementor .stm-fixed-attachment {
        background-attachment: scroll !important;
    }

    .stm-template-listing_four_elementor .stm-footer-search-inventory span.twitter-typeahead {
        display: block !important;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 .tab-pane .stm-directory-grid-loop > a.rmv_txt_drctn {
        max-width: 100%;
    }

    .stm-template-listing_four_elementor .stm_listing_tabs_style_2 .tab-pane .stm-directory-grid-loop > a.rmv_txt_drctn .image img {
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu {
        text-align: center;
    }

    .stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu {
        padding-left: 0 !important;
    }

    .stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu li {
        margin: 0 12px !important;
    }

    .stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-menu .stm-listing-footer-menu li:before {
        opacity: 0;
    }

    .stm-template-listing_four_elementor .stm-listing-layout-footer .stm-footer-search-inventory input {
        width: 100%;
    }

    .stm-template-listing_four_elementor .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td {
        display: block;
        padding: 15px 0 5px;
        margin-bottom: 0;
    }

    .stm-template-listing_four_elementor .stm-blog-fullwidth-info {
        height: inherit !important;
        margin-left: 0 !important;
        max-width: 100%;
    }

    .stm-template-listing_four_elementor .stm_listing_icon_filter.stm_listing_icon_filter_4 .stm_listing_icon_filter_single {
        width: 50%;
    }

    .stm-template-listing_four_elementor .header-listing .listing_add_cart {
        margin-right: 0;
    }

    .stm-template-listing_four_elementor .header-listing .listing-right-actions {
        margin-left: 5px;
        margin-top: 2px;
    }

    .stm-template-listing_four_elementor .header-listing .listing_add_cart div {
        margin-top: 2px;
        width: 33px;
        height: 33px;
    }

    .stm-template-listing_four_elementor .header-listing .listing_add_cart div i {
        font-size: 14px;
    }

    .stm-template-listing_four_elementor .listing-right-actions .lOffer-account-unit {
        margin-top: 3px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .stm-template-listing_four_elementor .lOffer-account {
        width: 33px;
        height: 33px;
        line-height: 33px;
    }
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label:nth-child(2n+1) {
        clear: both;
    }

    .stm-template-listing_four_elementor .stm-featured-top-cars-title .heading-font {
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .stm-template-listing_four_elementor .stm-carousel-brands .owl-controls .owl-prev,
  .stm-template-listing_four_elementor .stm-carousel-brands .owl-controls .owl-next {
        top: 40%;
        transform: translateY(-40%);
    }

    .stm-template-listing_four_elementor .listing-list-loop .content .meta-middle .meta-middle-unit {
        display: block;
        width: 100%;
    }

    .stm-template-listing_four_elementor:not(.stm-hoverable-interactive-galleries) .listing-list-loop .content {
        margin-top: -47px;
    }

    .stm-template-listing_four_elementor.stm-hoverable-interactive-galleries .listing-list-loop .content {
        margin-top: 10px;
    }

    .stm-template-listing_four_elementor .stm-single-car-page > .container > .row > .col-md-9 {
        padding-right: 15px;
    }

    .stm-template-listing_four_elementor .single-car-actions > ul li:not(.listing-archive-dealer-info) .dealer-info-block .title {
        display: flex;
    }

    .stm-template-listing_four_elementor .single-car-actions > ul li:not(.listing-archive-dealer-info) .dealer-info-block .title a {
        padding: 0 3px;
        display: inline;
    }

    .stm-template-listing_four_elementor .single-car-actions > ul li:not(.listing-archive-dealer-info) .dealer-info-block .dealer-information {
        float: left;
        text-align: left;
    }

    .stm-template-listing_four_elementor .single-car-actions > ul li:not(.listing-archive-dealer-info) .dealer-info-block .dealer-information .phone a {
        padding: 0;
        display: inline;
    }

    .stm-template-listing_four_elementor .single-car-actions > ul li:not(.listing-archive-dealer-info) a i {
        top: inherit;
        transform: none;
    }

    .stm-template-listing_four_elementor ul.page-numbers li > a, .stm-template-listing_four_elementor ul.page-numbers li > span {
        margin: 0 2px;
    }

    .stm-template-listing_four_elementor .owl-theme .owl-dots .owl-dot {
        display: none;
    }

    .stm-template-listing_four_elementor .owl-theme .owl-dots button {
        background-color: transparent !important;
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .single-car-actions > ul li a {
        text-align: left;
    }

    .stm-template-listing_four_elementor .single-car-actions > ul li a i {
        top: inherit;
        transform: none;
    }

    .stm-template-listing_four_elementor .single-car-actions > ul li a i.stm-icon-steering_wheel {
        top: 2px;
    }
}

@media (max-width: 430px) {
    .stm-template-listing_four_elementor .archive-listing-page .filter-sidebar .row .col-md-6:first-child, .stm-template-listing_four_elementor .archive-listing-page .stm-filter-listing-directory-price .row .col-md-6:first-child {
        margin-bottom: 5px;
    }

    .stm-template-listing_four_elementor .archive-listing-page .filter-sidebar .row .col-md-6 input#stm_filter_max_ca-year, .stm-template-listing_four_elementor .archive-listing-page .filter-sidebar .row .col-md-6 input#stm_filter_max_price, .stm-template-listing_four_elementor .archive-listing-page .stm-filter-listing-directory-price .row .col-md-6 input#stm_filter_max_ca-year, .stm-template-listing_four_elementor .archive-listing-page .stm-filter-listing-directory-price .row .col-md-6 input#stm_filter_max_price {
        margin: 0;
    }

    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul {
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-single-listing-car-features .lists-inline > ul li {
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-template-front-loop .car-meta-bottom ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .stm-template-listing_four_elementor .stm-template-front-loop .car-meta-bottom ul li {
        display: flex;
        width: 33.33%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-right: 0;
    }

    .stm-template-listing_four_elementor .meta-middle-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .stm-template-listing_four_elementor .meta-middle-row:first-child {
        margin-bottom: 0 !important;
    }

    .stm-template-listing_four_elementor .meta-middle-row .meta-middle-unit {
        width: 50%;
    }

    .stm-template-listing_four_elementor .meta-middle-row .meta-middle-unit .value {
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .stm-template-listing_four_elementor .meta-middle-row .meta-middle-divider {
        width: 0 !important;
    }

    .stm-template-listing_four_elementor .stm_add_car_form .stm-form-2-features .stm-single-feature {
        width: 100%;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-wrap {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm_gmap {
        height: 300px !important;
        width: 100% !important;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit {
        margin-top: 0;
        box-shadow: none;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit a.title {
        padding: 27px 50px 20px 50px;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper {
        padding: 5px 50px 40px 50px;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-inventory-map-btn {
        padding: 0 30px 3px 30px;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-filter-wrap {
        display: block;
        width: 100% !important;
        height: 100%;
        overflow: hidden;
        position: relative;
        transition: ease-out 0.2s;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-filter-wrap .stm-filter-scrollbar {
        display: block;
        width: 100% !important;
        height: 100%;
        overflow: hidden;
        position: relative;
        padding-bottom: 111px;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-filter-wrap .stm-inventory-map-btn {
        width: 100% !important;
        max-width: 100% !important;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .mCSB_inside > .mCSB_container {
        margin: 0 !important;
    }
}

@media (max-width: 340px) {
    .stm-template-listing_four_elementor .stm-inventory-map-filter-wrap .filter-sidebar {
        padding-left: 30px !important;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-filter-wrap .stm-accordion-single-unit a.title {
        padding: 27px 50px 20px 30px !important;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper {
        padding: 5px 50px 40px 30px !important;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-filter-wrap .stm-inventory-map-btn {
        padding: 0 30px 3px 10px !important;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-filter-wrap {
        width: 350px !important;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-filter-wrap .stm-filter-scrollbar {
        width: 350px !important;
    }

    .stm-template-listing_four_elementor .stm-inventory-map-filter-wrap .stm-inventory-map-btn {
        width: 100% !important;
        max-width: 340px !important;
    }
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .wrap_multilisting_carousel.visible_items_2 img {
    height: 332.5px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .wrap_multilisting_carousel.visible_items_3 img {
    height: 217.5px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .wrap_multilisting_carousel.visible_items_4 img {
    height: 160px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel .image:before {
    background-color: transparent;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_2 img {
    height: 332.5px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_2 .interactive-hoverable {
    min-width: 530px;
    min-height: 332.5px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_3 img {
    height: 217.5px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_3 .interactive-hoverable {
    min-width: 346.6px;
    min-height: 217.5px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_4 img {
    height: 160px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_4 .interactive-hoverable {
    min-width: 255px;
    min-height: 160px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap {
    display: block;
    margin-top: -49px;
    z-index: 10;
    position: relative;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    border: none;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li:last-child a {
    border-right: 0;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 12px 22px 12px;
    border: 0;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.2);
    border-right: 1px solid #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 49px;
}

@media (max-width: 450px) {
    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a {
        padding: 12px 10px;
    }
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a.active {
    background: #fff;
    border-top-color: #232628;
    border-left: none;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a i {
    font-size: 22px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap {
        margin-top: 10px !important;
    }

    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap > .nav.nav-tabs {
        overflow-y: scroll;
        justify-content: flex-start;
        padding-bottom: 5px;
    }

    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap > .nav.nav-tabs li {
        width: 100%;
        border-bottom: 1px solid #222;
    }

    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap > .nav.nav-tabs li a {
        justify-content: flex-start;
    }
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content input {
    background-color: #e5e5e5 !important;
    border: 1px solid #e5e5e5 !important;
    height: 46px;
    line-height: 46px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit] {
    position: relative;
    top: -1px;
    float: right;
    margin-left: 16px;
    min-width: 170px;
    padding: 16px 25px 13px 25px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    font-size: 14px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit] span {
    margin-right: 4px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit] i {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit]:active {
    top: -1px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-select-col {
    min-height: 46px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .btn-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 15%;
    padding-top: 39px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .btn-search a {
    height: 46px;
    line-height: 46px;
    padding-top: 0;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single {
    display: block;
    height: 46px !important;
    line-height: 46px;
    background: #e5e5e5;
    border: none;
    box-shadow: none;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single .select2-selection__rendered {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    padding: 0 22px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single .select2-selection__arrow {
    right: 12px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single .select2-selection__arrow b {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, -50%);
    top: 50%;
    left: -3px;
    margin-left: 0;
    font-size: 17px;
    color: #888;
    width: 15px;
    height: 17px;
    border: none;
    text-align: center;
    border: none;
    line-height: 22px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-size: 20px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects {
    width: 100%;
    overflow: visible !important;
    transition: all 0.3s ease-in;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .stm-select-col {
    margin-bottom: 30px;
    padding: 0 8px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .col-md-12 {
    padding: 0 15px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects > .row {
    margin: 0 -8px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .taxonomy_range_wrap label {
    margin-bottom: 10px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .taxonomy_range_wrap .stm-current-slider-labels {
    display: block;
    text-align: right;
    font-size: 13px;
    opacity: 0.7;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .taxonomy_range_wrap:hover .stm-current-slider-labels {
    opacity: 1;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane {
        flex-direction: column;
    }

    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .row {
        width: 100%;
        padding-bottom: 0;
        margin: 0;
    }

    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .btn-search {
        width: 33%;
        padding-top: 15px;
        margin-bottom: 30px;
        margin-left: 15px;
    }
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list .card {
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    background: #e5e5e5;
    border-radius: 0;
    padding: 28px 20px 28px 30px;
    transition: all 0.2s ease-in-out;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .card-icon {
    display: block;
    width: auto;
    min-width: 35px;
    height: 30px;
    position: relative;
    margin-right: 20px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .card-icon img {
    display: block;
    width: auto;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto 0 0;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 450px) {
    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .card-icon {
        max-width: 35px;
    }
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .card-title {
    font-size: 18px;
    margin: 0;
    transition: all 0.2s ease-in-out;
    color: #333;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .btn {
    background: transparent;
    margin: 0 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .btn i {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin-top: 4px;
    font-weight: 900;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover {
    background: #232628;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover .card-icon img {
    filter: brightness(100%) contrast(200%) invert(100%);
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover .card-title {
    color: #fff;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover .btn {
    opacity: 1;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover i {
    color: #fff;
}

@media (max-width: 1023px) {
    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list > .stm-row {
        flex-wrap: wrap;
    }

    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list > .stm-row > .stm-col-3 {
        width: 100%;
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}

@media (max-width: 450px) {
    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list > .stm-row {
        flex-wrap: wrap;
    }

    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-type-list > .stm-row > .stm-col-3 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .plus-added-emeht-mts {
    position: relative;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .plus-added-emeht-mts .add-new-term {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_listing_tabs_style_2 {
    border-top: none;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_listing_tabs_style_2 .tab-content .stm-directory-grid-loop .image img {
    height: 160px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap div.title h2 {
    font-size: 28px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls {
    top: -76px !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-prev, .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-next {
    background-color: #ddd;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-prev:hover, .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-next:hover {
    background: #232628;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .car-listing-row .listing-car-item-meta .price {
    background-color: #232628;
    color: #fff;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .car-listing-row .listing-car-item-meta .price:before {
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price, .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price:before {
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .archive-listing-page .image .image-inner {
    min-height: 152px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .listing-list-loop .content .meta-middle .meta-middle-unit .icon {
    font-size: 12px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .classic-filter-row {
    margin-top: 0;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .classic-filter-row input[type=text], .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .classic-filter-row input[type=search] {
    height: 40px;
    line-height: 40px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .filter-sidebar .sidebar-entry-header .h4 {
    font-size: 18px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .select2-container.statistics-period {
    z-index: 2000;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form {
    margin-top: 3px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form #stm_sell_a_car_form {
    margin-bottom: 40px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-border-top-unit {
    position: relative;
    padding-right: 30px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-border-top-unit .step_number {
    position: absolute;
    top: 30px;
    right: 0;
    text-transform: uppercase;
    color: #232628;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-car-listing-data-single {
    margin-bottom: 17px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit {
    padding: 23px 30px 11px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .stm-label {
    margin-bottom: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .stm-form-1-selects {
    margin-bottom: 15px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #fff;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single {
    background-color: transparent !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit {
    margin: 41px -15px 30px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter {
    position: relative;
    float: left;
    padding: 0 15px;
    margin-bottom: 12px;
    width: 33.333%;
    min-height: 48px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter a {
    clear: both;
    float: left;
    margin-top: 5px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-car-listing-data-single .title {
    color: #232628;
    font-size: 18px;
    font-weight: 500;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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%;
    justify-content: space-between;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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;
    overflow: hidden;
    width: 31.5%;
    justify-content: space-between;
    align-items: center;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap a {
    float: right;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter:hover i {
    color: #232628;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text],
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: 220px;
    padding-left: 13px;
    border-width: 1px !important;
    color: #555;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: 5px 0;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: #fff;
    border-color: #efefef;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text]:focus,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]:focus {
    border-color: #232628;
    box-shadow: none;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2 {
    float: right;
    max-width: 220px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label {
    margin-top: 9px;
    color: #232628;
    font-size: 13px;
    vertical-align: top;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: 3px;
    font-size: 14px;
    vertical-align: top;
    text-align: center;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-road {
    font-size: 16px;
    top: 4px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-body_type {
    font-size: 11px;
    top: 6px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-hashtag {
    font-size: 13px;
    top: 4px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-engine_fill {
    font-size: 18px;
    top: 1px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-time {
    font-size: 18px;
    top: 1px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-drive_2 {
    font-size: 18px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-key {
    top: 2px;
    font-size: 19px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-transmission_fill {
    font-size: 17px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-vin_check {
    font-size: 18px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-pin_2 {
    top: 4px;
    font-size: 16px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-color_type {
    font-size: 16px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: #fff;
    border: 1px solid #efefef;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-border-top-unit {
    margin-bottom: 7px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature {
    float: left;
    width: 16.6666%;
    margin-bottom: 38px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature .heading-font {
    margin-bottom: 15px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature .feature-single label {
    width: 100%;
    padding: 8px 0;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature .feature-single label:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos #stm_car_gallery_add {
    display: none;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-border-top-unit {
    margin-bottom: 8px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car {
    padding-right: 9px;
}

@media (max-width: 991px) {
    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car {
        margin-top: 20px;
    }
}

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery {
    margin: 0 -12px 46px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder {
        width: 50%;
    }
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: #888888;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: block;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner {
    background-color: #EBEBEB;
    position: relative;
    min-height: 140px;
    line-height: 1;
    color: #bebebe;
    font-size: 41px;
    text-align: center;
    transition: 300ms ease;
    border-radius: 4px;
    border: 1px solid #A8A8A8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner:hover {
    border-color: #153e4d;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: #DE0000;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: #f80b0b;
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: #1bc744;
    color: #fff;
    opacity: 0;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: #153e4d;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder-native:hover .inner {
    border-color: #1bc744;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder-native:hover .stm-placeholder__text {
    color: #1bc744;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: #f80b0b;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: #1bc744 transparent transparent transparent;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__info, .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__wrapper, .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: #153e4d;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-media-car-add-nitofication {
    margin-top: -2px;
    font-size: 13px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-media-car-add-nitofication span {
    line-height: 22px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-media-car-add-nitofication h4 {
    margin-bottom: 27px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-media-car-add-nitofication strong {
    display: inline-block;
    line-height: 18px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos {
    margin-bottom: 60px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-border-top-unit {
    margin-bottom: 7px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit {
    padding: 23px 30px 14px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit .heading-font {
    margin-bottom: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit input[type=text] {
    margin-bottom: 26px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-simple-notice {
    position: relative;
    padding-left: 25px;
    margin-top: 27px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 22px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-simple-notice i {
    position: absolute;
    top: 5px;
    left: 0;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit {
    position: relative;
    padding-right: 46px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: rgba(255, 255, 255, 0.5);
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:before {
    position: absolute;
    content: "";
    display: block;
    top: 15px;
    left: 18px;
    width: 3px;
    height: 11px;
    background-color: #fff;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:after {
    position: absolute;
    content: "";
    display: block;
    top: 19px;
    left: 14px;
    width: 11px;
    height: 3px;
    background-color: #fff;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active {
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active:hover {
    cursor: default;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes {
    margin-bottom: 53px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-border-top-unit {
    margin-bottom: 10px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes textarea {
    height: 202px;
    padding: 10px 10px 10px 12px;
    font-size: 13px;
    color: #888;
    background-color: #efefef;
    border: 1px solid #e1e2e4;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes textarea:focus {
    background-color: #fff;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases {
    position: relative;
    margin-top: 75px;
    text-align: center;
}

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases span {
    border-bottom: 1px dashed #232628;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases {
    position: absolute;
    width: 445px;
    right: -200px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 4px solid #232628;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
    z-index: 2;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: #888;
    opacity: 0.5;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner .fas:hover {
    cursor: pointer;
    opacity: 1;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner:before {
    position: absolute;
    content: "";
    display: block;
    top: 0px;
    left: 0;
    height: 100%;
    width: 30px;
    background-color: #fff;
    z-index: 3;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner:after {
    position: absolute;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    left: -10px;
    top: 50%;
    margin-top: -10px;
    background-color: #fff;
    transform: rotate(-45deg);
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
    z-index: 1;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases.activated {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases h5 {
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .clearfix {
    margin: 0 -15px 20px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .button {
    display: inline-block;
    font-size: 12px;
    padding: 12px 30px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user {
    padding: 0 40px;
    background-color: #f0f2f5;
    border: 1px solid #ddd;
    margin-bottom: 40px;
    position: relative;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user:before, .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user:after {
    display: none;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    align-self: center;
    margin: 20px 0;
    list-style: none;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li {
    margin: 7px 3px;
    padding: 0;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li .tooltip-inner {
    background-color: #232628;
    font-size: 14px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li .tooltip.top .tooltip-arrow {
    border-top-color: #232628;
    border-width: 5px 5px 0;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .stm-add-a-car-user .add-car-btns-wrap {
    justify-content: center;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .form-group-submit .stm-icon-load1 {
    top: 12px;
    font-size: 18px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -2000px;
    bottom: 0;
    right: -2000px;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 40;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .stm-icon-load1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    font-size: 30px;
    color: #232628;
    animation: rotating 2s infinite linear;
    opacity: 0;
    visibility: hidden;
    z-index: 50;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner.activated > .stm-icon-load1, .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner.activated:before {
    opacity: 1;
    visibility: visible;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-title {
    margin: -5px 0 23px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-text {
    font-size: 13px;
    line-height: 24px;
    color: #888;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm_register_title {
    padding-top: 35px;
    margin-bottom: 20px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm_register_title h3 {
    float: left;
    margin-right: 42px;
    font-size: 20px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm_register_title .stm_login_me {
    margin-top: 3px;
    font-size: 13px;
    color: #888;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-login-register-form {
    margin-top: 0;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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: #232628;
    opacity: 1;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user button[type=submit] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 17px 20px 11px 62px;
    font-size: 12px;
}

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user button[type=submit].disabled {
    background-color: #838588;
    opacity: 0.33;
    box-shadow: 0 2px 0 #686a6d;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user button[type=submit].disabled:hover {
    cursor: not-allowed;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup {
    position: absolute;
    bottom: 100%;
    z-index: 1000;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner {
    position: relative;
    width: 486px;
    padding: 30px 23px 30px;
    background-color: #fff;
    border-top: 4px solid #232628;
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
    z-index: 2;
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner .fa-times {
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 10px;
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #fff;
    z-index: 3;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner:after {
    position: absolute;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    background-color: #fff;
    transform: rotate(-45deg);
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
    z-index: 1;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup h5 {
    margin-bottom: 25px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .labels-units {
    margin: 0 -15px 15px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .labels-units label {
    display: inline-block;
    margin: 0 13px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .button {
    display: inline-block;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup.stm-invisible {
    opacity: 0;
    visibility: hidden;
    bottom: 110%;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-video-link-unit-wrap .video-label {
    display: inline-block;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-price-edit .stm_price_input {
    padding: 30px 40px 45px 40px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-price-edit .stm_price_input .stm_label {
    margin-bottom: 12px;
    color: #fff;
    letter-spacing: 0.3px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup {
    position: absolute;
    bottom: 100%;
    z-index: 1000;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner {
    position: relative;
    width: 486px;
    padding: 30px 23px 30px;
    background-color: #fff;
    border-top: 4px solid #232628;
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
    z-index: 2;
    overflow: hidden;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner .fa-times {
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 10px;
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #fff;
    z-index: 3;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner:after {
    position: absolute;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    background-color: #fff;
    transform: rotate(-45deg);
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
    z-index: 1;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup h5 {
    margin-bottom: 25px;
    font-weight: 700;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .labels-units {
    margin: 0 -15px 15px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .labels-units label {
    display: inline-block;
    margin: 0 13px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .button {
    display: inline-block;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup.stm-invisible {
    opacity: 0;
    visibility: hidden;
    bottom: 110%;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-video-link-unit-wrap .video-label {
    display: inline-block;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-plans {
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-plans .user-plans-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 220px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-non-relative {
    position: static;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-relative {
    position: relative;
}

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user-wrapper {
    display: flex;
    justify-content: space-between;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info {
    display: flex;
    align-items: center;
    padding: 30px 0;
    max-width: 300px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .avatar {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 23px;
    overflow: hidden;
    background-color: #eee;
    text-align: center;
    flex-shrink: 0;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .avatar .stm-service-icon-user {
    position: relative;
    left: 1px;
    line-height: 75px;
    text-align: center;
    font-size: 34px;
    color: #acb9bd;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info.left-dealer-info .stm-dealer-image-custom-view {
    margin-bottom: 14px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info.left-dealer-info h4 {
    margin: 0 15px 7px 20px;
    font-size: 20px;
}

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .user-info h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .user-info .stm-label {
    font-size: 13px;
    color: #888;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .right-info {
    overflow: hidden;
    text-align: right;
    font-size: 13px;
    padding: 40px 0 20px 30px;
    border-left: 1px solid #ddd;
}

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .right-info .stm_logout {
    margin-top: 6px;
    letter-spacing: 0.2px;
    color: #888;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-not-enabled {
    display: none;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.89);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login-overlay.visiblity {
    opacity: 1;
    visibility: visible;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login.visiblity {
    opacity: 1;
    visibility: visible;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-listing-loader .stm-icon-load1 {
    margin-left: 10px !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-listing-loader.visible .stm-icon-load1 {
    font-size: 18px;
    visibility: visible;
    opacity: 1;
}

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form {
    padding: 41px 30px 36px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .form-checker {
    margin-bottom: 26px !important;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

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

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

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

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=text],
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=number],
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=tel],
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=email],
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=search],
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=password] {
    padding-left: 17px;
    border-color: #f0f2f5 !important;
    background-color: #f0f2f5 !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=text].form-error,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=number].form-error,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=tel].form-error,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=email].form-error,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=search].form-error,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=password].form-error {
    border-color: #ff2325 !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .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;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
}

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

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .stm-message-ajax-validation {
    margin-top: 18px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-loader .stm-icon-load1 {
    margin: 12px 0 0 !important;
    position: static !important;
    font-size: 18px !important;
}

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-message {
    display: none;
    margin: 10px 0 25px;
    padding: 15px 30px;
    background-color: #232628;
    color: #fff !important;
    font-weight: 700;
    border-radius: 4px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-show-password {
    position: relative;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-show-password .fas {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    opacity: 0.8;
}

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

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

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form h3 {
    margin-bottom: 28px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form {
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form {
    padding: 41px 30px 36px;
    background-color: #232628;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-checker {
    margin-bottom: 26px !important;
    color: rgba(255, 255, 255, 0.5);
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-checker label:hover {
    cursor: pointer;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-group {
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-group.form-checker {
    margin-top: -5px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-group.form-checker .checker {
    margin-right: 5px !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=text],
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=number],
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=tel],
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=email],
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=search],
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=password] {
    padding-left: 17px;
    border-color: #f0f2f5 !important;
    background-color: #f0f2f5 !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=text].form-error,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=number].form-error,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=tel].form-error,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=email].form-error,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=search].form-error,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=password].form-error {
    border-color: #ff2325 !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
}

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

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .stm-message-ajax-validation {
    margin-top: 18px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form {
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form {
    padding: 37px 30px 4px;
    background-color: #fff;
    border-top: 4px solid #232628;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .form-group {
    margin-bottom: 30px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .form-group h4 {
    margin-bottom: 14px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .form-group.form-checker {
    margin-bottom: 25px;
    color: #888;
    font-size: 13px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=submit][disabled] {
    background-color: #c9cccf !important;
    box-shadow: 0 2px 0 rgba(201, 204, 207, 0.5);
}

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

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

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #232628;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
}

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

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .stm-message-ajax-validation {
    margin-bottom: 20px;
    background-color: #232628;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-user-public-profile .tab-content .multilisting-select {
    margin-right: 10px;
    float: right;
}

@media (max-width: 1100px) {
    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text],
  .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number],
  .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter {
        width: 50%;
    }

    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature {
        width: 33.33333%;
    }

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

    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:after {
        top: -27px;
        left: 50%;
        margin-left: -5px;
    }

    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:before {
        top: -27px;
        left: 50%;
        margin-left: -12px;
    }

    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .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 {
        width: 48%;
    }

    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-form-price-edit .stm_price_input {
        padding: 20px 15px 25px;
        margin-bottom: 30px;
    }
}

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

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm_price_input,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm-form1-intro-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm-login-form form {
    background-color: #232628 !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm-border-top-unit {
    border-top: 4px solid #232628;
    padding-top: 27px;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-car_dealer_two .mce-container .mce-btn > button {
    background-color: unset !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-equipment .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-equipment .stm_price_input,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form1-intro-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form-checking-user,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form-checking-user:before,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form-checking-user:after,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-login-form form {
    background-color: #232628 !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-equipment .stm_add_car_form .stm-border-top-unit {
    padding-right: 0 !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-equipment .add-car-btns-wrap button {
    box-shadow: 0 2px 0 #232628 !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm_price_input,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form1-intro-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-login-form form {
    background-color: #161e21 !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form-checking-user,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form-checking-user:before,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form-checking-user:after {
    background-color: #0e1315 !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm_add_car_form .stm-border-top-unit {
    padding-right: 0 !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-boats .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-boats .stm_price_input,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-boats .stm-form1-intro-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-boats .stm-login-form form {
    background-color: #232628 !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing .stm_price_input,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing .stm-form1-intro-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing .stm-login-form form {
    background-color: #153e4d !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing .stm-login-register-form .stm-register-form form {
    border-top: 4px solid #153e4d;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm_price_input,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm-form1-intro-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm-login-form form, .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_two_elementor .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_two_elementor .stm_price_input,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_two_elementor .stm-form1-intro-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_two_elementor .stm-login-form form {
    background-color: #153e4d !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm-login-register-form .stm-register-form form, .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_two_elementor .stm-login-register-form .stm-register-form form {
    border-top: 4px solid #153e4d;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm_price_input,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm-form1-intro-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm-login-form form {
    background-color: #153e4d !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm-login-register-form .stm-register-form form {
    border-top: 4px solid #153e4d;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm_price_input,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm-form1-intro-unit, .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm_price_input,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm-form1-intro-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-form form .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-form form .stm_price_input,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-form form .stm-form1-intro-unit {
    background-color: #232628 !important;
}

.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm-login-register-form .stm-register-form form, .stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form,
.stm-template-listing_four_elementor .stm_motors_listing_types_multilisting_active .stm-login-form form .stm-login-register-form .stm-register-form form {
    border-top: 4px solid #232628;
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .stm-add-a-car-user-wrapper {
        flex-direction: column;
        align-items: center !important;
    }

    .stm-template-listing_four_elementor .stm_add_car_form .stm-add-a-car-user .right-info {
        text-align: center !important;
        border-left: none;
        padding: 20px;
    }

    .stm-template-listing_four_elementor .add-car-btns-wrap {
        flex-direction: column !important;
        align-items: center;
        margin-right: 0 !important;
    }
}

@media (max-width: 1024px) {
    .stm-template-listing_four_elementor .footer_widgets_wrapper .cols_4 aside, .stm-template-listing_four_elementor .footer_widgets_wrapper .cols_3 aside, .stm-template-listing_four_elementor .footer_widgets_wrapper .cols_2 aside {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .stm-template-listing_four_elementor .footer_widgets_wrapper .cols_4 aside, .stm-template-listing_four_elementor .footer_widgets_wrapper .cols_3 aside, .stm-template-listing_four_elementor .footer_widgets_wrapper .cols_2 aside {
        width: 100%;
    }
}

.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .listing-list-loop .interactive-hoverable {
    min-width: 257px;
    min-height: 206.5px;
}

@media (min-width: 768px) {
    .stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .listing-list-loop .interactive-hoverable {
        min-height: 163px;
    }
}

.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .listing-list-loop .interactive-hoverable .hoverable-wrap {
    min-height: 201.5px;
}

@media (min-width: 768px) {
    .stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .listing-list-loop .interactive-hoverable .hoverable-wrap {
        min-height: unset;
    }
}

.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor #modern-filter-listing .image:before {
    display: none;
}

.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor #modern-filter-listing .image .interactive-hoverable {
    min-width: 257px;
}

.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor #modern-filter-listing .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor #modern-filter-listing .image .stm-listing-favorite {
    bottom: 14px;
}

.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .car-listing-modern-grid .interactive-hoverable {
    min-height: 218px;
}

@media (min-width: 768px) {
    .stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .car-listing-modern-grid .interactive-hoverable {
        min-height: 135px;
    }
}

.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .archive-listing-page .car-listing-row .image:before,
.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .archive-listing-page .listing-car-item-inner .image:before {
    display: none;
}

.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .archive-listing-page .car-listing-row .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .archive-listing-page .listing-car-item-inner .image .stm-listing-compare {
    bottom: 14px;
}

.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .stm-dealer-tabs .image:before {
    background-color: transparent;
}

.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .stm-dealer-tabs .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .stm-dealer-tabs .image .stm-listing-favorite {
    bottom: 14px !important;
}

.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .stm-dealer-tabs .stm-directory-grid-loop .image .interactive-hoverable {
    min-height: 160px;
}

.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .stm-dealer-tabs .stm-listing-directory-list-loop .image .interactive-hoverable {
    min-width: 257px;
}

.stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .car-listing-tabs-unit .interactive-hoverable {
    min-height: 218px;
}

@media (min-width: 768px) {
    .stm-hoverable-interactive-galleries.stm-template-listing_four_elementor .car-listing-tabs-unit .interactive-hoverable {
        min-height: 136px;
    }
}