.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: 14px;
    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: 12px;
    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=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=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=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=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 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

.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 {
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-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;
    margin-right: 7px;
}

.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;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 700;
}

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

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

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

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

h6, .h6 {
    margin: 0;
    margin-bottom: 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: #888888;
    border-bottom: 1px solid #d5d9e0;
}

#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.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;
}

#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;
}

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;
}

.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 {
    -webkit-animation: rotating 2s infinite linear;
    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;
}

.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;
}

/* 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 5 Free" !important;
}

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

.stm-orange {
    color: #ffb129;
}

/*
Table of content
0 Wordpress core styles

1 Base styles
	1.1 Buttons
	1.2 Forms
	1.3 Layout
		1.3.1 Header
		1.3.2 Footer
	1.4 Typography

2 Site styles
	2.1 Site styles
	2.2 Widgets
	2.3 Service layout

3 Vendors
	3.1 Woocommerce
	3.2 VC standart modules
	3.3 Vendors
	3.4 Radio/checkbox

4 Mobile styles
	4.1 Responsive bootstrap enhanced base styles
	4.2 Responsive site styles
	*/
/* 1 Base Styles */
/* 1.1 Buttons */
.stm-button,
input[type=submit],
button,
.button,
.load-more-btn {
    display: block;
    text-align: center;
    padding: 17px 28px 15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 3px;
    background-color: #d11717;
    text-decoration: none !important;
    outline: none !important;
    visibility: visible;
    border: none;
    white-space: normal;
    box-shadow: 0 2px 0 #b11313;
}

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

.stm-button:active,
input[type=submit]:active,
button:active,
.button:active,
.load-more-btn:active {
    position: relative;
    top: 2px;
    box-shadow: 0 0 0 #b11313;
}

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

.stm-button {
    display: inline-block;
}

.stm-button.stm-button-icon {
    position: relative;
    padding: 16px 25px 15px 45px;
    font-weight: 700;
    visibility: inherit;
}

.stm-button.stm-button-icon i {
    position: absolute;
    top: 50%;
    left: 16px;
    font-size: 18px;
    margin-top: -9px;
}

.stm-button:active {
    box-shadow: 0 0 0 transparent !important;
}

.icon-button {
    position: relative;
    padding-left: 60px;
    padding-right: 42px;
    letter-spacing: -0.2px;
    font-weight: 700;
}

.icon-button i {
    position: absolute;
    padding-left: 1px;
    top: 50%;
    margin-top: 1px;
    left: 32px;
    font-size: 17px;
    transform: translateY(-50%);
}

.button-fluid {
    width: 100%;
}

.stm-request-test-drive {
    margin-top: 13px;
    width: 100%;
}

.contact-us-submit input[type=submit] {
    display: inline-block;
    padding-left: 43px;
    padding-right: 43px;
}

.contact-us-submit .ajax-loader {
    vertical-align: middle;
}

/* 1.2 Form controls, form groups */
input[type=text],
input[type=number],
input[type=tel],
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: #df1d1d;
    color: #0e1315;
}

.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=email],
.stm-forms-sm input[type=search],
.stm-forms-sm input[type=password] {
    height: 37px;
    line-height: 37px;
}

.stm-sell-a-car-form .form-content .contact-details input[type=text],
.stm-sell-a-car-form .form-content .contact-details input[type=tel],
.stm-sell-a-car-form .form-content .contact-details input[type=email],
.stm-sell-a-car-form .form-content .contact-details input[type=search],
.stm-sell-a-car-form .form-content .contact-details input[type=password],
.stm-sell-a-car-form .form-content .contact-details textarea {
    background-color: #fff;
}

.stm-sell-a-car-form .form-content,
.stm-contact-us-form-wrapper {
  /* Firefox 18- */
  /* Firefox 18- */
}

.stm-sell-a-car-form .form-content input[type=text],
.stm-sell-a-car-form .form-content input[type=tel],
.stm-sell-a-car-form .form-content input[type=email],
.stm-sell-a-car-form .form-content input[type=search],
.stm-sell-a-car-form .form-content input[type=password],
.stm-contact-us-form-wrapper input[type=text],
.stm-contact-us-form-wrapper input[type=tel],
.stm-contact-us-form-wrapper input[type=email],
.stm-contact-us-form-wrapper input[type=search],
.stm-contact-us-form-wrapper input[type=password] {
    height: 43px;
    line-height: 43px;
}

.stm-sell-a-car-form .form-content textarea,
.stm-contact-us-form-wrapper textarea {
    max-height: 143px;
    padding-top: 8px;
}

.stm-sell-a-car-form .form-content input::-webkit-input-placeholder,
.stm-contact-us-form-wrapper input::-webkit-input-placeholder {
    font-size: 13px;
}

.stm-sell-a-car-form .form-content input::-moz-placeholder,
.stm-contact-us-form-wrapper input::-moz-placeholder {
    font-size: 13px;
}

.stm-sell-a-car-form .form-content input:-moz-placeholder,
.stm-contact-us-form-wrapper input:-moz-placeholder {
    font-size: 13px;
}

.stm-sell-a-car-form .form-content input:-ms-input-placeholder,
.stm-contact-us-form-wrapper input:-ms-input-placeholder {
    font-size: 13px;
}

.stm-sell-a-car-form .form-content textarea::-webkit-input-placeholder,
.stm-contact-us-form-wrapper textarea::-webkit-input-placeholder {
    font-size: 13px;
}

.stm-sell-a-car-form .form-content textarea::-moz-placeholder,
.stm-contact-us-form-wrapper textarea::-moz-placeholder {
    font-size: 13px;
}

.stm-sell-a-car-form .form-content textarea:-moz-placeholder,
.stm-contact-us-form-wrapper textarea:-moz-placeholder {
    font-size: 13px;
}

.stm-sell-a-car-form .form-content textarea:-ms-input-placeholder,
.stm-contact-us-form-wrapper textarea:-ms-input-placeholder {
    font-size: 13px;
}

.stm-mc-unit input[type=text],
.stm-mc-unit input[type=tel],
.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: #df1d1d;
    color: #0e1315;
}

.single-car-form textarea {
    height: 158px;
}

.single-car-form input[type=submit] {
    display: inline-block;
    padding-left: 44px;
    padding-right: 44px;
}

.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=email],
.has-error input[type=search],
.has-error input[type=password] {
    border-color: #ff2325;
}

.modal-body input {
    height: 37px;
    line-height: 37px;
}

.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 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

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

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

html.no-scroll {
    overflow: hidden;
}

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

.stm-multiple-select ul {
    color: #333;
}

.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 {
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-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 #df1d1d !important;
    color: #df1d1d !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;
}

.mg-bt-25px {
    margin-bottom: 25px;
}

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

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

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

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

.clear, .woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-message:after {
    clear: both;
}

.woocommerce div.product form.cart .reset_variations, .woocommerce form .form-row label.hidden {
    visibility: hidden;
}

@font-face {
    font-family: star;
  src: url(../../../fonts/woocommerce/star.eot);
  src: url(../../../fonts/woocommerce/star.eot?#iefix) format("embedded-opentype"), url(../../../fonts/woocommerce/star.woff) format("woff"), url(../../../fonts/woocommerce/star.ttf) format("truetype"), url(../../../fonts/woocommerce/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: WooCommerce;
  src: url(../../../fonts/woocommerce/woocommerce.eot);
  src: url(../../../fonts/woocommerce/woocommerce.eot?#iefix) format("embedded-opentype"), url(../../../fonts/woocommerce/woocommerce.woff) format("woff"), url(../../../fonts/woocommerce/woocommerce.ttf) format("truetype"), url(../../../fonts/woocommerce/woocommerce.svg#woocommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}

p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}

p.demo_store a {
    color: #fff;
}

.admin-bar p.demo_store, .admin-bar .header-nav-sticky, .admin-bar .stm-fixed {
    top: 32px !important;
}

.woocommerce .blockUI.blockOverlay {
    position: relative;
}

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
}

.woocommerce a.remove {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #888 !important;
    text-decoration: none;
    border: 0;
}

.woocommerce a.remove:hover {
    color: #df1d1d !important;
}

.woocommerce small.note {
    display: block;
    color: #777;
    font-size: 0.857em;
    margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb {
    padding: 15px 0 8px 4px;
    margin-bottom: 20px;
    color: #888;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid #dddddd;
}

.woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-breadcrumb:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-breadcrumb a {
    text-transform: uppercase;
    color: #888;
}

.woocommerce .woocommerce-breadcrumb a:first-child {
    margin-left: 0;
}

.woocommerce .quantity .qty {
    padding: 0;
    padding-left: 5px;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}

.woocommerce div.product .product_title {
    font-size: 26px;
    clear: none;
    margin-top: 0;
    margin-bottom: 4px;
    padding: 0;
}

.woocommerce #reviews #comments .add_review:after, .woocommerce .products ul:after, .woocommerce div.product form.cart:after, .woocommerce div.product p.cart:after, .woocommerce nav.woocommerce-pagination ul, .woocommerce ul.products:after {
    clear: both;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    margin-bottom: 9px;
    color: #df1d1d;
    font-size: 16px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 0.5;
}

.woocommerce div.product p.stock {
    font-size: 0.92em;
}

.woocommerce div.product .stock {
    color: #77a464;
}

.woocommerce div.product .out-of-stock {
    color: red;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 8px;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    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: 15px;
    margin: 0 -7.5px;
}

.woocommerce div.product div.images div.thumbnails a {
    display: inline-block;
    vertical-align: top;
    padding: 0 7.5px;
    margin-bottom: 15px;
    width: 33.3%;
}

.woocommerce div.product div.images div.thumbnails a img {
    vertical-align: top;
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em;
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px;
}

.woocommerce div.product div.social span span {
    margin: 0;
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0;
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 1.618em;
    position: relative;
    background-color: #243136;
    border-left: 4px solid #243136;
    border-right: 4px solid #243136;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #0e1315;
    display: inline-block;
    position: relative;
    color: #0e1315;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 13px 20px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before, .woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before {
    display: table;
    content: " ";
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #df1d1d;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: -6px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: -6px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    box-shadow: none;
    border: none;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 14px;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 19px 0 0;
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px;
}

.woocommerce div.product form.cart table td {
    padding-left: 0;
}

.woocommerce div.product form.cart table td.label {
    display: none;
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0;
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    float: left;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
}

.woocommerce div.product form.cart .variations td {
    vertical-align: top;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em;
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
}

.woocommerce div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em;
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: 0.5em;
    border: 0;
}

.woocommerce span.onsale {
    position: absolute;
    top: 20px;
    left: -36px;
    height: 33px;
    line-height: 33px;
    background-color: #df1d1d;
    text-transform: uppercase;
    color: #fff !important;
    width: 140px;
    text-align: center;
    transform: rotate(-45deg);
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    clear: both;
}

.woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before {
    content: " ";
    display: table;
}

.woocommerce .products ul li, .woocommerce ul.products li {
    position: relative;
    margin-bottom: 0;
    list-style: none;
}

.woocommerce .products ul li .stm-product-inner, .woocommerce ul.products li .stm-product-inner {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 49px;
    min-height: 391px;
}

.woocommerce .products ul li .stm-product-inner .product_thumbnail, .woocommerce ul.products li .stm-product-inner .product_thumbnail {
    overflow: hidden;
    position: relative;
}

.woocommerce ul.products li.product h3 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 1em;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

.woocommerce ul.products li.product strong {
    display: block;
}

.woocommerce ul.products li.product .star-rating {
    margin-top: 4px;
    float: right;
}

.woocommerce ul.products li.product .button {
    position: relative;
    margin-top: 1em;
}

.woocommerce ul.products li.product .price {
    color: #555555;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 14px;
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: 0.5;
    display: inline-block;
}

.woocommerce ul.products li.product .price ins {
    margin-left: 4px;
    text-decoration: none;
    background: 0 0;
    font-weight: 400;
}

.woocommerce ul.products li.product .price .from {
    font-size: 0.67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, 0.5);
}

.woocommerce-ordering {
    position: relative;
    float: right;
    margin: 0 0 28px;
    outline: none !important;
}

.woocommerce .woocommerce-result-count {
    position: relative;
    float: left;
    padding: 13px 0 0 0;
    margin: 0 0 28px 0;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: 0.5em;
    min-width: 1em;
    display: block;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    display: inline-block;
    text-align: center;
    padding: 12px 16px 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 3px;
    background-color: #df1d1d;
    text-decoration: none !important;
    outline: none !important;
    visibility: visible;
    border: none;
}

.woocommerce ul.products li.product.product-type-simple .button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f07a";
    margin-left: 8.42px;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
    opacity: 0.5;
    padding-right: 37.723px;
}

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
    font-family: WooCommerce !important;
    content: "\e01c" !important;
    vertical-align: top !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 400 !important;
    position: absolute !important;
    top: 12px !important;
    right: 15px !important;
    -webkit-animation: spin 2s linear infinite !important;
    animation: spin 2s linear infinite !important;
}

.woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {
    font-family: WooCommerce !important;
    content: "\e017" !important;
    margin-left: 0.53em !important;
    vertical-align: bottom !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    text-decoration: none;
    background-image: none;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #df1d1d;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #df1d1d;
    color: #fff;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
}

.woocommerce a.added_to_cart {
    position: relative;
    float: right;
    padding-top: 23px;
    font-size: 13px;
    white-space: nowrap;
    padding-left: 22px;
    color: #888;
}

.woocommerce a.added_to_cart:before {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 57px;
    height: 1px;
    background-color: #888;
}

.woocommerce a.added_to_cart:after {
    position: absolute;
    content: "";
    display: block;
    font-family: "Font Awesome 5 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);
    top: 26px;
    left: 0;
    content: "\f07a";
    font-size: 16px;
    color: #df1d1d;
}

.woocommerce #reviews #comments .add_review:after, .woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table;
}

.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0;
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777;
}

.woocommerce #reviews h3 {
    margin: 0;
    margin-bottom: 15px;
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}

.woocommerce #reviews #comment {
    height: 75px;
}

.woocommerce #reviews #comments h2 {
    clear: none;
}

.woocommerce #review_form #respond:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce .woocommerce-product-rating:after, .woocommerce td.product-name dl.variation:after {
    clear: both;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    padding-left: 0;
    background: 0 0;
    list-style: none;
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 35px;
    position: relative;
    background: 0;
    border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: 0.75em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: auto;
    margin: 0;
    box-shadow: none;
    background-color: #888;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 80px;
    border-radius: 4px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 7px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    color: #0e1315;
    font-weight: 400;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    font-size: 13px;
    color: #888;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none;
    margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments .commentlist > li:before {
    content: "";
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.woocommerce .star-rating:before {
    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;
    content: "\e931\e931\e931\e931\e931";
    color: #888;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
    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;
    content: "\e931\e931\e931\e931\e931";
    top: 0;
    position: absolute;
    left: 0;
    color: #df1d1d;
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block;
}

.woocommerce table.shop_attributes td {
    font-size: 14px;
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    font-size: 12px;
    border-top: 0;
    margin: 0;
}

.woocommerce .woocommerce-product-rating:after, .woocommerce .woocommerce-product-rating:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0.5em 4px 0 0;
    float: left;
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 0.5em;
    float: none;
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: 0 0;
    border: 0;
    padding-top: 42px;
    border-top: 1px solid #ddd;
}

.woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before {
    content: " ";
    display: table;
}

.woocommerce #review_form #respond p {
    margin: 0 0 20px;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    height: 140px;
}

.woocommerce p.stars {
    position: relative;
    font-size: 1em;
}

.woocommerce p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0 !important;
    outline: 0;
}

.woocommerce p.stars a:last-child {
    border-right: 0;
}

.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
    border-right: 1px solid #ccc;
}

.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after {
    font-family: WooCommerce;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce p.stars a.star-1 {
    width: 2em;
}

.woocommerce p.stars a.star-1:after {
    content: "\e021";
}

.woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-1:hover:after {
    content: "\e020";
}

.woocommerce p.stars a.star-2 {
    width: 3em;
}

.woocommerce p.stars a.star-2:after {
    content: "\e021\e021";
}

.woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-2:hover:after {
    content: "\e020\e020";
}

.woocommerce p.stars a.star-3 {
    width: 4em;
}

.woocommerce p.stars a.star-3:after {
    content: "\e021\e021\e021";
}

.woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-3:hover:after {
    content: "\e020\e020\e020";
}

.woocommerce p.stars a.star-4 {
    width: 5em;
}

.woocommerce p.stars a.star-4:after {
    content: "\e021\e021\e021\e021";
}

.woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-4:hover:after {
    content: "\e020\e020\e020\e020";
}

.woocommerce p.stars a.star-5 {
    width: 6em;
    border: 0;
}

.woocommerce p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021";
}

.woocommerce p.stars a.star-5.active:after, .woocommerce p.stars a.star-5:hover:after {
    content: "\e020\e020\e020\e020\e020";
}

.woocommerce table.shop_attributes {
    border: 0;
    margin-bottom: 1.618em;
    width: 100%;
}

.woocommerce table.shop_attributes th {
    border-bottom: 1px solid #d5d9e0;
    color: #888;
    text-transform: uppercase;
    font-weight: 400;
    width: 150px;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    text-align: right;
    padding: 0;
    font-size: 14px;
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}

.woocommerce table.shop_table {
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce table.shop_table a.remove {
    text-align: left;
}

.woocommerce table.shop_table th {
    font-size: 11px;
    font-weight: 700;
    padding: 9px 12px;
}

.woocommerce table.shop_table th.product-remove {
    text-align: right;
}

.woocommerce table.shop_table td {
    padding: 6px 12px;
    vertical-align: middle;
    border: none;
}

.woocommerce table.shop_table td.product-name {
    color: #0e1315;
}

.woocommerce table.shop_table td.product-name a {
    color: #0e1315;
    text-align: center;
}

.woocommerce table.shop_table td small {
    font-weight: 400;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
}

.woocommerce table.my_account_orders {
    font-size: 0.85em;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 20px 8px;
    vertical-align: middle;
}

.woocommerce table.my_account_orders th {
    padding: 10px 8px;
}

.woocommerce table.my_account_orders .button {
    color: #fff !important;
    white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions {
    text-align: right;
}

.woocommerce td.product-name dl.variation {
    margin: 0.25em 0;
}

.woocommerce td.product-name dl.variation:after, .woocommerce td.product-name dl.variation:before {
    content: " ";
    display: table;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
    float: left;
    margin-bottom: 1em;
}

.woocommerce td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 0.25em;
    margin: 0 4px 0 0;
    clear: left;
}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li:after {
    clear: both;
}

.woocommerce td.product-name dl.variation dd {
    padding: 0 0 0.25em;
}

.woocommerce td.product-name dl.variation dd p:last-child {
    margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em;
}

.woocommerce td.product-quantity {
    min-width: 80px;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
}

.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before {
    content: " ";
    display: table;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: auto;
    box-shadow: none;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {
    content: " ";
    display: table;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
    float: left;
    margin-bottom: 1em;
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 0.25em;
    margin: 0 4px 0 0;
    clear: left;
}

.woocommerce .order_details:after, .woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-account .addresses .title:after, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce.widget_shopping_cart .buttons:after {
    clear: both;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 0.25em;
}

.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
    float: none;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    padding: 4px 0 0;
}

.woocommerce .widget_shopping_cart .total .amount, .woocommerce.widget_shopping_cart .total .amount {
    font-weight: 700;
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
    font-weight: 400;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -9px;
}

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table;
}

.woocommerce form .form-row {
    margin: 0 0 15px;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}

.woocommerce form .form-row label {
    line-height: 2;
}

.woocommerce form .form-row label.inline {
    display: inline;
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0;
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0;
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none;
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #69bf29;
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal;
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal;
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-top: 4px solid #0e1315;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    box-shadow: 0 1px 6px rgba(35, 38, 40, 0.4);
}

.woocommerce ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul#shipping_method li {
    margin: 0;
    padding: 0.25em 0 0.25em 22px;
    text-indent: -22px;
    list-style: none;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700;
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0;
}

.woocommerce .order_details {
    padding: 0;
    margin: 0 0 1.5em;
    list-style: none;
}

.woocommerce .order_details:after, .woocommerce .order_details:before {
    content: " ";
    display: table;
}

.woocommerce .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
}

.woocommerce .order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}

.woocommerce .order_details li:last-of-type {
    border: none;
}

.woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.woocommerce .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none;
}

.woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_layered_nav ul li:before {
    content: " ";
    display: table;
}

.woocommerce .widget_layered_nav ul li.chosen a:before, .woocommerce .widget_layered_nav_filters ul li a:before {
    font-weight: 400;
    line-height: 1;
    content: "\e013";
    color: #a00;
    font-family: WooCommerce;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span {
    padding: 1px 0;
}

.woocommerce .widget_layered_nav ul li.chosen a:before {
    margin-right: 0.618em;
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
    margin-right: 0.618em;
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 30px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    font-size: 12px;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    padding-top: 9px;
    color: #888;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label span {
    color: #0e1315;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: left;
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.36);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -9px;
    margin-left: -10px;
    background-color: #fff;
    cursor: default;
    touch-action: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #df1d1d;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #dfe1e5;
    border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    position: relative;
    height: 4px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal:after {
    position: absolute;
    content: "";
    display: block;
    left: -7px;
    right: -7px;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background-color: #dfe1e5;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.woocommerce-account .addresses .title:after, .woocommerce-account .addresses .title:before {
    content: " ";
    display: table;
}

.woocommerce-account .addresses .title h3 {
    float: left;
}

.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
    float: right;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.woocommerce-account ul.digital-downloads li:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "\e00a";
    text-decoration: none;
}

.woocommerce-cart table.cart .product-thumbnail {
    min-width: 32px;
}

.woocommerce-cart table.cart img {
    float: left;
    width: 50px;
    margin-right: 15px;
    box-shadow: none;
}

.product-name_text {
    margin-top: 13px;
    font-size: 14px;
    text-transform: uppercase;
}

.product-name_text dl {
    display: none;
}

.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
    vertical-align: middle;
}

.woocommerce-cart table.cart td.product-remove, .woocommerce-cart table.cart th.product-remove {
    text-align: right;
}

.woocommerce-cart table.cart th {
    padding-bottom: 15px;
    font-size: 14px;
    border-bottom: 4px solid #0e1315;
}

.woocommerce-cart table.cart td {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.woocommerce-cart table.cart td.product-remove {
    max-width: 35px;
}

.woocommerce-cart table.cart td.product-price {
    color: #0e1315;
}

.woocommerce-cart table.cart td.product-subtotal {
    color: #0e1315;
}

.woocommerce-cart table.cart td.actions {
    padding-right: 0;
    border-bottom: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 180px;
    height: 38px;
    line-height: 38px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 15px 0 0;
    outline: 0;
    background-color: transparent;
}

.woocommerce-cart table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:before {
    content: " ";
    display: table;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    text-align: center;
    margin-bottom: 1em;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "\e019";
    text-decoration: none;
}

.woocommerce-checkout #payment ul.payment_methods li:after, .woocommerce-checkout #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table;
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: 0.83em;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 30px;
    padding: 0;
    border-left: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 25%;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    padding: 6px 0;
    line-height: 2em;
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
    color: #777;
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
    color: #77a464;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
}

.woocommerce-checkout .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .notes {
    clear: left;
}

.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400;
}

.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%;
}

.single-product .twentythirteen p.stars, .woocommerce-checkout #payment ul.payment_methods li:after, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout .checkout .shipping_address {
    clear: both;
}

.woocommerce-checkout #payment {
    border-radius: 5px;
}

.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    margin: 0;
    list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: -1px 10px 0 0;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 0.5em;
    padding: 0;
    position: relative;
    box-shadow: none;
}

.woocommerce-checkout #payment ul.payment_methods li img + img {
    margin-left: 2px;
}

.woocommerce-checkout #payment div.form-row {
    padding: 1em;
}

.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    margin: 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    color: #515151;
}

.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9;
}

.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9;
}

.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../../../images/icons/credit-cards/visa.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../../../images/icons/credit-cards/mastercard.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../../../images/icons/credit-cards/laser.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../../../images/icons/credit-cards/diners.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../../../images/icons/credit-cards/maestro.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../../../images/icons/credit-cards/jcb.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../../../images/icons/credit-cards/amex.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../../../images/icons/credit-cards/discover.png);
}

.woocommerce-checkout #payment div.payment_box span.help {
    font-size: 0.857em;
    color: #777;
    font-weight: 400;
}

.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em;
}

.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box p {
    font-size: 13px;
    color: #888;
    font-style: italic;
}

.woocommerce-checkout #payment div.payment_box:before {
    display: none;
    content: "";
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: 0.83em;
}

.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle;
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1;
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0;
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px;
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important;
}

body.woocommerce .entry-header {
    margin-bottom: 60px;
}

body.woocommerce .entry-header .no_woo_padding {
    margin-bottom: 0;
}

#main .stm-shop-sidebar-area .widget {
    padding: 27px 30px 20px;
    margin-bottom: 34px;
    border-bottom: none;
    border-top: 4px solid #0e1315;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
}

#main .stm-shop-sidebar-area .widget.widget_product_categories > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li {
    margin-bottom: 10px;
}

#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li > a {
    position: relative;
    padding-left: 18px;
    color: #0e1315;
    text-decoration: none !important;
}

#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li > a:hover {
    color: #df1d1d;
}

#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li > a:hover:before {
    color: #df1d1d;
}

#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li > a:before {
    position: absolute;
    content: "";
    display: block;
    font-family: "Font Awesome 5 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: "\f0da";
    left: 0;
    font-size: 15px;
    top: 1.5px;
    color: #aaa;
}

#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li ul {
    list-style: none;
}

#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li ul li a {
    font-size: 12px;
    color: #888;
    text-decoration: none !important;
}

#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li ul li a:hover {
    color: #df1d1d;
}

#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li ul li:last-child {
    margin-bottom: 0;
}

#main .stm-shop-sidebar-area .widget .product_list_widget li {
    padding: 0;
    margin-bottom: 25px;
}

#main .stm-shop-sidebar-area .widget .product_list_widget li:hover .product-title {
    color: #df1d1d;
}

#main .stm-shop-sidebar-area .widget .product_list_widget li:hover a {
    color: #df1d1d;
}

#main .stm-shop-sidebar-area .widget .product_list_widget li:last-child {
    margin-bottom: 10px;
}

#main .stm-shop-sidebar-area .widget .product_list_widget li a {
    color: #0e1315;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none !important;
}

#main .stm-shop-sidebar-area .widget .product_list_widget li .product-title {
    margin-bottom: 3px;
    position: relative;
    top: -1px;
    font-size: 14px;
    color: #0e1315;
    font-weight: 400;
}

#main .stm-shop-sidebar-area .widget .product_list_widget li .amount {
    font-size: 12px;
    color: #555;
}

#main .stm-shop-sidebar-area .widget .product_list_widget li del .amount {
    color: #888888;
}

#main .stm-shop-sidebar-area .widget .product_list_widget li ins {
    text-decoration: none;
}

#main .stm-shop-sidebar-area .widget .product_list_widget li .star-rating {
    margin-top: 3px;
    margin-bottom: 3px;
}

#main .stm-shop-sidebar-area .widget_title {
    margin-bottom: 25px;
}

#main .stm-shop-sidebar-area .widget_title h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.mini_cart_item {
    position: relative;
}

.mini_cart_item dl.variation {
    display: none;
}

.widget_shopping_cart .buttons a.button:nth-child(2) {
    display: none;
}

body.woocommerce .sidebar-margin-top {
    margin-top: 0;
}

.woocommerce .products ul li h5, .woocommerce ul.products li h5 {
    margin-bottom: 0;
    font-size: 16px;
}

body.tax-product_cat .stm_breadcrumbs_unit {
    display: none;
}

.woocommerce .quantity input {
    background-color: transparent;
    border: 1px solid #cccccc;
    padding: 18px 30px 17px 3px;
    border-radius: 0;
}

.woocommerce .quantity {
    position: relative;
    max-width: 65px;
}

.woocommerce .quantity_actions {
    position: absolute;
    top: 5px;
    right: 6px;
}

.woocommerce .quantity_actions span {
    display: block;
    height: 17px;
    width: 17px;
    line-height: 16px;
    font-size: 18px;
    color: #ffffff;
    background-color: #cccccc;
    text-align: center;
    text-indent: 1px;
}

.woocommerce .quantity_actions span.minus {
    line-height: 13px;
}

.woocommerce .quantity_actions span.plus {
    margin-bottom: 3px;
}

.woocommerce .quantity_actions span:hover {
    background-color: #df1d1d;
    cursor: pointer;
}

.woocommerce button.button.single_add_to_cart_button {
    padding: 15px 16px 15px 14px;
}

.woocommerce button.button.single_add_to_cart_button:before {
    font-family: "Font Awesome 5 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);
    margin-right: 14px;
    font-size: 15px;
    content: "\f07a";
}

.product_meta {
    font-size: 13px;
    color: #888;
}

.product_meta a {
    color: #555;
    text-decoration: none !important;
}

.product_meta a:hover {
    color: #df1d1d;
}

.product_meta .sku_wrapper {
    display: block;
}

.product_meta .posted_in {
    display: block;
}

.product_meta .tagged_as {
    display: block;
}

.woocommerce-review-link {
    font-size: 13px;
    color: #888;
    text-decoration: none !important;
}

.reset_variations {
    display: none !important;
    visibility: hidden !important;
}

.related.products {
    margin-top: 40px;
}

.related.products h3 {
    margin-bottom: 25px;
}

.woocommerce .commentlist {
    list-style: none;
    padding: 0;
}

.woocommerce .commentlist ul {
    padding-left: 30px;
}

.woocommerce .commentlist li {
    border-top: 1px solid #cccccc;
    padding: 30px 0;
}

.woocommerce .comment .meta {
    margin-bottom: 13px;
}

.woocommerce .comment .star-rating {
    display: inline-block;
    margin-left: 11px;
}

.woocommerce .comment_container:after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce .comment .avatar {
    float: left;
}

.woocommerce .comment .author {
    color: #333333;
    text-transform: uppercase;
}

.woocommerce .comment .published-date {
    float: right;
}

.woocommerce .comment-text {
    overflow: hidden;
    margin-left: 117px;
}

.woocommerce .comment-form textarea,
.woocommerce .comment-form input[type=text],
.woocommerce .comment-form input[type=password],
.woocommerce .comment-form input[type=email] {
    width: 100%;
    border: 2px solid #efefef;
    background-color: #efefef;
    color: #777777;
    padding: 12px 15px;
    font-size: 13px;
    border-radius: 0;
}

.woocommerce .comment-form textarea:focus,
.woocommerce .comment-form input:focus {
    outline: none;
    border-color: #df1d1d;
    background-color: transparent;
}

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

.woocommerce .comment-form-email,
.woocommerce .comment-form-author {
    margin-bottom: 30px;
}

.woocommerce .comment-form-rating {
    margin-bottom: 30px;
}

.woocommerce .comment-form-rating .select2 {
    display: none;
}

.wc-tab #reviews {
    padding-top: 22px;
}

.woocommerce-message {
    text-transform: uppercase;
    font-weight: 900;
    border: 4px solid #bee0a8;
    padding: 26px 143px 26px 26px;
}

.woocommerce-message:after {
    content: "";
    clear: both;
    display: table;
}

.woocommerce-message {
    margin-bottom: 30px;
    position: relative;
}

.woocommerce-message .button {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -18px;
}

.woocommerce-message i,
.woocommerce-message span {
    color: #7ec251;
}

.woocommerce-error {
    list-style: none;
    font-weight: 900;
    padding: 0;
}

.woocommerce-error li {
    text-transform: uppercase;
    font-weight: 900;
    border: 4px solid #ffb3b3;
    padding: 26px;
    margin-bottom: 30px;
}

.woocommerce-error i,
.woocommerce-error span {
    color: #ff6868;
}

.woocommerce-error i,
.woocommerce-info i,
.woocommerce-message i {
    margin-right: 9px;
}

.woocommerce-info {
    text-transform: uppercase;
    font-weight: 900;
    border: 4px solid #99bcdb;
    padding: 26px;
    margin-bottom: 30px;
}

.woocommerce-info i,
.woocommerce-info span {
    color: #337ab7;
}

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

.woocommerce .shop_table.cart .coupon {
    float: left;
}

.woocommerce .shop_table.cart .button.update-cart {
    float: right;
}

.cart_totals h4 {
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
}

.wc-proceed-to-checkout .button {
    display: inline-block;
}

.woocommerce .cart-totals_wrap {
    border: 5px solid #d5d5d5;
    padding: 38px 37px;
    margin-bottom: 60px;
}

.woocommerce .cart-totals_wrap table td {
    border-bottom: none;
    font-size: 14px;
}

.woocommerce table.shop_table a.remove {
    padding-right: 13px;
    text-align: right;
}

.woocommerce-page .select2-container .select2-choice, .woocommerce-page .woocommerce .select2-container .select2-choice {
    background-color: #ebedef;
    border-radius: 0;
    border: 2px solid #ebedef;
    color: #777777;
    font-size: 13px;
    padding: 8px 0 7px 15px;
}

.woocommerce-page .select2-dropdown-open .select2-choice {
    box-shadow: none;
}

.woocommerce-page .select2-drop-active {
    border-color: #ebedef;
}

.woocommerce-page .select2-results {
    padding: 0;
}

.woocommerce-page .select2-results .select2-result-label {
    padding: 5px 16px;
}

.woocommerce-checkout-review-order {
    margin-top: 30px;
}

.woocommerce-checkout-review-order #payment_heading {
    text-transform: uppercase;
}

.woocommerce-checkout-review-order #order_review_heading {
    text-transform: uppercase;
}

.woocommerce #order_comments {
    height: 150px;
}

.woocommerce form .form-row label {
    color: #888;
    font-size: 13px;
    margin-bottom: 5px;
}

.woocommerce-billing-fields h4 {
    text-transform: uppercase;
}

table.woocommerce-checkout-review-order-table {
    font-size: 14px;
}

table.woocommerce-checkout-review-order-table tbody tr td {
    font-size: 14px;
}

table.woocommerce-checkout-review-order-table tbody tr td:first-child {
    padding-left: 10px;
    font-size: 13px;
}

table.woocommerce-checkout-review-order-table tbody tr td:nth-child(2) {
    text-align: right;
}

table.woocommerce-checkout-review-order-table tbody tr td p {
    margin-bottom: 0;
}

table.woocommerce-checkout-review-order-table tbody tr td dl.variation {
    display: none;
}

table.woocommerce-checkout-review-order-table thead tr th {
    font-size: 14px;
}

.woocommerce-checkout-review-order-table {
    table-layout: fixed;
}

.woocommerce table.woocommerce-checkout-review-order-table.shop_table th {
    font-size: 13px;
    text-transform: uppercase;
}

.woocommerce table.woocommerce-checkout-review-order-table.shop_table th:first-child {
    padding-left: 0;
}

.woocommerce table.woocommerce-checkout-review-order-table.shop_table th:nth-child(2) {
    text-align: right;
}

.payment_methods.methods label {
    text-transform: uppercase;
    font-weight: 700;
    color: #0e1315;
}

.single-product .product_images {
    position: relative;
    overflow: hidden;
}

.woocommerce-checkout-payment .place-order {
    padding-left: 0 !important;
}

.myaccount_user {
    margin-bottom: 50px;
}

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

.myaccount_address {
    margin-bottom: 50px;
}

.woocommerce-account .woocommerce .addresses th {
    border-bottom: 1px solid #ddd;
}

.woocommerce-validated .select2-container .select2-choice {
    border-color: #69bf29 !important;
}

.form-row-wide.create-account label {
    display: inline-block;
    text-decoration: underline;
}

.woocommerce table.order_details {
    font-size: 14px;
}

.woocommerce table.order_details th {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400 !important;
}

.woocommerce table.order_details td {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400 !important;
}

.woocommerce table.order_details td a {
    color: #555 !important;
}

.woocommerce table.customer_details {
    font-size: 14px;
}

.woocommerce table.customer_details th {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400 !important;
}

.woocommerce table.customer_details td {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400 !important;
}

.woocommerce table.customer_details td a {
    color: #555 !important;
}

.woocommerce table.my_account_orders {
    font-size: 14px;
}

.woocommerce table.my_account_orders th {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400 !important;
}

.woocommerce table.my_account_orders td {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400 !important;
}

.woocommerce table.my_account_orders td a {
    color: #555 !important;
}

.woocommerce form.login .form-row-login {
    float: left;
}

.woocommerce form.login .lost_password {
    float: right;
    margin: 37px 0 0;
}

#customer_login .form-row label.inline {
    margin-left: 15px;
}

.woocommerce table.shop_table .cart_item .amount {
    font-size: 14px;
}

.return-to-shop {
    margin-bottom: 60px;
}

.single-listings .stm_breadcrumbs_unit .navxtBreads {
    display: none;
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle .listing-list-loop .interactive-hoverable {
    min-width: 350px;
    min-height: 210px;
}

@media (min-width: 768px) {
    .stm-hoverable-interactive-galleries.stm-template-motorcycle .listing-list-loop .interactive-hoverable {
        min-height: 204.38px;
    }
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle .listing-list-loop .interactive-hoverable .hoverable-wrap {
    min-height: 201.5px;
}

@media (min-width: 768px) {
    .stm-hoverable-interactive-galleries.stm-template-motorcycle .listing-list-loop .interactive-hoverable .hoverable-wrap {
        min-height: unset;
    }
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle .listing-list-loop .interactive-hoverable .stm_moto_hover_unit .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-motorcycle .listing-list-loop .interactive-hoverable .stm_moto_hover_unit .stm-listing-favorite {
    bottom: 14px;
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle .listing-list-loop .interactive-hoverable .stm_moto_hover_unit .boats-image-unit,
.stm-hoverable-interactive-galleries.stm-template-motorcycle .listing-list-loop .interactive-hoverable .stm_moto_hover_unit .stm-listing-compare {
    z-index: 1;
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle .car-listing-modern-grid .interactive-hoverable {
    min-height: 218px;
}

@media (min-width: 768px) {
    .stm-hoverable-interactive-galleries.stm-template-motorcycle .car-listing-modern-grid .interactive-hoverable {
        min-height: 232.11px;
    }
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle .car-listing-modern-grid .image:after {
    display: none;
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle .car-listing-modern-grid .image .stm_moto_hover_unit {
    bottom: 20px;
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle #modern-filter-listing .car-listing-row .image,
.stm-hoverable-interactive-galleries.stm-template-motorcycle #modern-filter-listing .listing-car-item-inner .image,
.stm-hoverable-interactive-galleries.stm-template-motorcycle .archive-listing-page .car-listing-row .image,
.stm-hoverable-interactive-galleries.stm-template-motorcycle .archive-listing-page .listing-car-item-inner .image {
    min-height: 232.11px;
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle #modern-filter-listing .car-listing-row .image:before,
.stm-hoverable-interactive-galleries.stm-template-motorcycle #modern-filter-listing .listing-car-item-inner .image:before,
.stm-hoverable-interactive-galleries.stm-template-motorcycle .archive-listing-page .car-listing-row .image:before,
.stm-hoverable-interactive-galleries.stm-template-motorcycle .archive-listing-page .listing-car-item-inner .image:before {
    background-color: transparent;
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle #modern-filter-listing .car-listing-row .image .stm_moto_hover_unit .price,
.stm-hoverable-interactive-galleries.stm-template-motorcycle #modern-filter-listing .listing-car-item-inner .image .stm_moto_hover_unit .price,
.stm-hoverable-interactive-galleries.stm-template-motorcycle .archive-listing-page .car-listing-row .image .stm_moto_hover_unit .price,
.stm-hoverable-interactive-galleries.stm-template-motorcycle .archive-listing-page .listing-car-item-inner .image .stm_moto_hover_unit .price {
    bottom: 0;
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle .stm_moto_single_grid_item .image {
    min-height: 204px;
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle .stm_moto_single_grid_item .image .hoverable-wrap {
    z-index: 20;
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle .stm_moto_single_grid_item .image .stm_moto_hover_unit {
    bottom: 20px;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap {
    bottom: 5px;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit.active .thumb {
    opacity: 1;
    z-index: -2;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit {
    align-items: flex-end;
    display: flex;
    flex: 1;
    height: 100%;
    position: static;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .thumb {
    border: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -2;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .thumb img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity 0.15s;
    width: 100%;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .remaining {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 55;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .remaining i {
    font-size: 48px;
    display: block;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .remaining p {
    font-size: 16px;
    font-weight: 400;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    display: flex;
    justify-content: space-between;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators .indicator {
    width: 100%;
    height: 3px;
    background-color: #ccc;
    z-index: 25;
    margin-right: 2px;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators .indicator:last-child {
    margin-right: 0;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators .indicator.active {
    background-color: #df1d1d;
}

.stm-template-motorcycle {
  /* 1.3.2 Footer */
  /* 1.4 Typography styles */
  /* 2 Site styles */
  /* 2.1 Site styles */
  /*
  .select2-search {
     display: none;
  }
  */
  /* Some adds, written here, to avoid scheme colors incompability */
  /*Motorcycle*/
  /* 2.2 Widgets */
  /* 2.3 Service */
  /* sm and xs cells */
  /* sm cells */
  /* xs cells */
  /* < 520 cells */
  /* 3 Vendors */
  /* 3.1 Woocommerce */
  /* 3.2 VC */
  /* 3.3 Vendors */
  /*UI SLIDER*/
  /*3.4 Radio/Checkbox*/
  /* General settings */
  /* Input & Textarea */
  /* Remove default webkit and possible mozilla .search styles.
  * Keeping this as :active to remove browser styles */
  /* Select */
  /* Checkbox */
  /* Radio */
  /* Uploader */
  /* Buttons */
  /* Featured badge */
  /* 4 Mobile styles */
  /* 4.1 Responsive bootstrap enhanced base styles */
  /* lg and md cells */
  /* lg cells */
  /* md cells */
  /* sm and xs cells */
  /* sm cells */
  /* xs cells */
  /* 4.2 Responsive site styles */
  /* lg and md cells */
  /* lg cells */
  /* md cells */
  /* sm and xs cells */
  /*sm-xs*/
  /* sm cells */
  /*sm*/
  /* xs cells */
  /*xs*/
  /*TOP BAR && HEADER*/
}

.stm-template-motorcycle.admin-bar .stm_select_overflowed .select2-dropdown {
    margin-top: 32px;
}

.stm-template-motorcycle.admin-bar .select2-container--open .select2-dropdown {
    margin-top: 32px;
}

.stm-template-motorcycle #top-bar {
    background-color: #0e1315;
    text-transform: uppercase;
    line-height: normal;
}

.stm-template-motorcycle #top-bar .top_bar_menu {
    margin-left: 60px;
}

.stm-template-motorcycle #top-bar .top_bar_menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.stm-template-motorcycle #top-bar .top_bar_menu ul li {
    display: inline-block;
    position: relative;
    margin-right: 25px;
    margin-bottom: 0;
}

.stm-template-motorcycle #top-bar .top_bar_menu ul li:last-child {
    margin-right: 0;
}

.stm-template-motorcycle #top-bar .top_bar_menu ul li:last-child:after {
    content: "";
    display: none;
}

.stm-template-motorcycle #top-bar .top_bar_menu ul li :after {
    content: "";
    display: block;
    position: absolute;
    right: -13px;
    top: 4px;
    background-color: #aaa;
    width: 1px;
    height: 9px;
}

.stm-template-motorcycle #top-bar .top-bar-wrapper {
    padding: 12px 0 9px;
    border-bottom: 1px solid #373b3e;
}

.stm-template-motorcycle #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap {
    position: relative;
    margin-left: 20px;
    line-height: 13px;
}

.stm-template-motorcycle #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single {
    background-color: transparent;
    height: auto;
    border: none;
    border-radius: 0;
    outline: none !important;
}

.stm-template-motorcycle #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #aaaaaa;
    line-height: 14px;
    font-size: 11px;
    font-weight: 400;
    padding-left: 14px;
    padding-right: 40px;
    outline: none !important;
}

.stm-template-motorcycle #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 14px;
    width: 19px;
}

.stm-template-motorcycle #top-bar .language-switcher-unit {
    position: relative;
}

.stm-template-motorcycle #top-bar .language-switcher-unit ul li:last-child {
    margin-bottom: 0;
}

.stm-template-motorcycle #top-bar .language-switcher-unit ul li a {
    color: #0e1315;
}

.stm-template-motorcycle #top-bar .language-switcher-unit .stm_current_language {
    text-transform: uppercase;
}

.stm-template-motorcycle #top-bar .language-switcher-unit .stm_current_language i {
    position: relative;
    top: -2px;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 16px;
}

.stm-template-motorcycle #top-bar .language-switcher-unit:hover {
    cursor: pointer;
}

.stm-template-motorcycle #top-bar .header-login-url {
    margin-left: 43px;
}

.stm-template-motorcycle #top-bar .header-login-url a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
}

.stm-template-motorcycle #top-bar .header-login-url a:hover {
    color: #fff;
}

.stm-template-motorcycle #top-bar .header-login-url .fas.fa-user {
    margin-right: 10px;
    font-size: 14px;
}

.stm-template-motorcycle #top-bar .header-top-bar-socs {
    margin-left: 60px;
}

.stm-template-motorcycle #top-bar .header-top-bar-socs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stm-template-motorcycle #top-bar .header-top-bar-socs ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}

.stm-template-motorcycle #top-bar .header-top-bar-socs ul li:first-child {
    margin-right: 14px;
}

.stm-template-motorcycle #top-bar .header-top-bar-socs ul li a .fab {
    font-size: 14px;
}

.stm-template-motorcycle #top-bar .header-top-bar-socs ul li a:hover {
    color: #fff;
}

.stm-template-motorcycle #top-bar .header-top-bar-socs ul li:last-child {
    margin-right: 0;
}

.stm-template-motorcycle #top-bar .top-bar-info {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.stm-template-motorcycle #top-bar .top-bar-info li {
    float: right;
    margin-left: 50px;
    margin-bottom: 0;
    line-height: normal;
}

.stm-template-motorcycle #top-bar .top-bar-info li:hover {
    color: #fff;
}

.stm-template-motorcycle #top-bar .top-bar-info li .fancy-iframe {
    display: block;
}

.stm-template-motorcycle #top-bar .top-bar-info li .fas {
    font-size: 14px;
    margin-right: 5px;
}

.stm-template-motorcycle #top-bar .top-bar-info li .fas.fa-phone {
    position: relative;
    top: 1px;
}

.stm-template-motorcycle #top-bar .top-bar-info li:last-child {
    margin-left: 0;
}

.stm-template-motorcycle .vertical-divider {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0;
    width: 1px;
    height: 10px;
    background-color: #373b3e;
}

.stm-template-motorcycle #header {
    position: relative;
    z-index: 102;
}

.stm-template-motorcycle #header .logo-main {
    float: left;
}

.stm-template-motorcycle #header .logo-main .blogname {
    text-transform: uppercase;
}

.stm-template-motorcycle #header .logo-main .blogname h1 {
    margin-bottom: 0;
}

.stm-template-motorcycle #header .logo-main .blogname:hover {
    text-decoration: none;
}

.stm-template-motorcycle #header .header-main-mobile {
    z-index: 102;
}

.stm-template-motorcycle .stm-header-was-fixed {
    z-index: 99999999 !important;
}

.stm-template-motorcycle .stm-header-was-fixed .header-listing-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 0 !important;
}

.stm-template-motorcycle .header-main {
    padding: 28px 0 25px;
    line-height: 14px;
    background-color: #232628;
}

.stm-template-motorcycle .header-main .header-top-info {
    float: right;
}

.stm-template-motorcycle .header-main .header-main-socs {
    margin-left: 46px;
}

.stm-template-motorcycle .header-main .header-main-socs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stm-template-motorcycle .header-main .header-main-socs ul:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .header-main .header-main-socs ul li {
    display: block;
    float: left;
    margin-left: 15px;
    margin-bottom: 0;
}

.stm-template-motorcycle .header-main .header-main-socs ul li:first-child {
    margin-left: 0;
}

.stm-template-motorcycle .header-main .header-main-socs ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #2f3234;
    color: #fff;
    text-indent: 1px;
}

.stm-template-motorcycle .header-main .header-main-socs ul li a i {
    font-size: 14px;
}

.stm-template-motorcycle .header-main .header-main-socs ul li a:hover {
    background-color: #df1d1d;
}

.stm-template-motorcycle .header-main .header-main-socs ul li.facebook a {
    text-indent: 0;
}

.stm-template-motorcycle .header-main .header-secondary-phone {
    margin-left: 39px;
}

.stm-template-motorcycle .header-main .header-secondary-phone .phone {
    margin-bottom: 3px;
    vertical-align: bottom;
}

.stm-template-motorcycle .header-main .header-secondary-phone .phone .phone-label {
    margin-right: 2px;
    color: #df1d1d;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stm-template-motorcycle .header-main .header-secondary-phone .phone .phone-number {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.stm-template-motorcycle .header-main .header-secondary-phone-single .phone .phone-label {
    display: block;
    margin-bottom: 1px;
}

.stm-template-motorcycle .header-main .header-secondary-phone-single .phone .phone-number {
    font-size: 18px;
    line-height: 18px;
}

.stm-template-motorcycle .header-main .header-main-phone {
    position: relative;
    padding-left: 41px;
    margin-left: 30px;
}

.stm-template-motorcycle .header-main .header-main-phone .stm-icon-phone {
    position: absolute;
    top: 0;
    left: 0;
    color: #df1d1d;
    font-size: 33px;
}

.stm-template-motorcycle .header-main .header-main-phone .phone {
    margin-top: 1px;
}

.stm-template-motorcycle .header-main .header-main-phone .phone .phone-label {
    margin-right: 2px;
    color: #df1d1d;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1px;
}

.stm-template-motorcycle .header-main .header-main-phone .phone .phone-number {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.stm-template-motorcycle .header-main .header-address {
    position: relative;
    padding-left: 42px;
    max-width: 248px;
}

.stm-template-motorcycle .header-main .header-address .stm-icon-pin {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 34px;
    color: #df1d1d;
}

.stm-template-motorcycle .header-main .header-address .address .heading-font {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.stm-template-motorcycle .header-main .header-address .address .fancy-iframe {
    position: relative;
    top: -1px;
    margin-left: 3px;
    color: #df1d1d;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px dashed #df1d1d;
}

.stm-template-motorcycle .header-main .header-address .address .fancy-iframe:hover {
    color: #df1d1d;
    border-bottom-color: #df1d1d;
}

.stm-template-motorcycle .fancy-iframe:hover {
    cursor: pointer;
}

.stm-template-motorcycle .header-nav {
    margin-bottom: 15px;
    background: #fff;
    z-index: 15;
}

.stm-template-motorcycle .header-nav.header-nav-default {
    background-color: #eaedf0;
    margin-bottom: 0;
}

.stm-template-motorcycle .header-nav.header-nav-default.header-nav-fixed.header-nav-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #eaedf0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.stm-template-motorcycle .header-nav.header-nav-transparent {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(234, 237, 240, 0.8);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.stm-template-motorcycle .header-nav.header-nav-transparent.header-nav-fixed.header-nav-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #eaedf0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.stm-template-motorcycle .header-nav:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .main-menu {
    float: left;
}

.stm-template-motorcycle .main-menu .header-menu {
    padding: 0;
    margin: 0;
    margin-left: -21px;
    list-style: none;
}

.stm-template-motorcycle .main-menu .header-menu > li {
    position: relative;
    float: left;
    margin-bottom: 0;
}

.stm-template-motorcycle .main-menu .header-menu > li.menu-item-has-children > a:after {
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    top: 50%;
    margin-top: -6px;
    right: 7px;
    font-size: 12px;
    content: "\f107";
}

.stm-template-motorcycle .main-menu .header-menu > li:first-child {
    margin-left: 0;
}

.stm-template-motorcycle .main-menu .header-menu > li.current-menu-item:first-child,
.stm-template-motorcycle .main-menu .header-menu > li .current_page_item:first-child {
    margin-left: 21px;
}

.stm-template-motorcycle .main-menu .header-menu > li.current-menu-item > a,
.stm-template-motorcycle .main-menu .header-menu > li .current_page_item > a {
    background-color: #df1d1d;
    color: #fff;
}

.stm-template-motorcycle .main-menu .header-menu > li:hover > a {
    background-color: #df1d1d;
    color: #fff !important;
}

.stm-template-motorcycle .main-menu .header-menu > li:hover > ul {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.stm-template-motorcycle .main-menu .header-menu > li > a {
    display: block;
    position: relative;
    height: 52px;
    padding: 0 21px;
    line-height: 52px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.stm-template-motorcycle .main-menu .header-menu > li > ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 105%;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.stm-template-motorcycle .main-menu .header-menu > li > ul li {
    position: relative;
    margin-bottom: 0;
    margin-left: 0 !important;
}

.stm-template-motorcycle .main-menu .header-menu > li > ul li .menu-item-has-children > a:after {
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    top: 50%;
    margin-top: -7px;
    right: 20px;
    font-size: 14px;
    content: "\f105";
}

.stm-template-motorcycle .main-menu .header-menu > li > ul li a {
    position: relative;
    display: block;
    padding: 12px 30px 12px 34px;
    text-decoration: none !important;
    font-weight: 400;
}

.stm-template-motorcycle .main-menu .header-menu > li > ul li a:hover {
    color: #fff;
    background-color: #df1d1d;
}

.stm-template-motorcycle .main-menu .header-menu > li > ul li > ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 0;
    left: 105%;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.stm-template-motorcycle .main-menu .header-menu > li > ul li > ul li > ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 0;
    left: 105%;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.stm-template-motorcycle .main-menu .header-menu > li > ul li > ul li > ul li > ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 0;
    left: 105%;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.stm-template-motorcycle .main-menu .header-menu > li > ul li > ul li > ul li:hover > ul {
    visibility: visible;
    left: 100%;
    opacity: 1;
}

.stm-template-motorcycle .main-menu .header-menu > li > ul li > ul li:hover > ul {
    visibility: visible;
    left: 100%;
    opacity: 1;
}

.stm-template-motorcycle .main-menu .header-menu > li > ul li:hover > ul {
    visibility: visible;
    left: 100%;
    opacity: 1;
}

.stm-template-motorcycle .header-help-bar {
    float: right;
    margin-left: 15px;
}

.stm-template-motorcycle .header-help-bar > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stm-template-motorcycle .header-help-bar > ul:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .header-help-bar > ul li {
    display: block;
    float: left;
    margin-bottom: 0;
}

.stm-template-motorcycle .header-help-bar > ul li.nav-search > a {
    padding: 0;
}

.stm-template-motorcycle .header-help-bar > ul li:first-child {
    margin-left: 0;
}

.stm-template-motorcycle .header-help-bar > ul li a {
    padding: 0 13px;
    display: block;
    position: relative;
    text-decoration: none !important;
}

.stm-template-motorcycle .header-help-bar > ul li a:hover {
    background-color: #f7f8f9;
}

.stm-template-motorcycle .header-help-bar > ul li a .list-label {
    position: relative;
    top: 1px;
    margin-right: 4px;
    text-transform: uppercase;
    color: #0e1315;
    font-size: 11px;
    line-height: 52px;
    font-weight: 700;
}

.stm-template-motorcycle .header-help-bar > ul li a .list-icon {
    position: relative;
    top: -1px;
    vertical-align: middle;
    color: #0e1315;
    font-size: 24px;
}

.stm-template-motorcycle .header-help-bar > ul li a .list-badge {
    position: absolute;
    top: 7px;
    right: 2px;
    min-width: 18px;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    background-color: #df1d1d;
    padding: 0 2px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.14);
}

.stm-template-motorcycle .header-help-bar > ul li.help-bar-compare .list-label {
    margin-right: 3px;
}

.stm-template-motorcycle .header-help-bar > ul li.help-bar-live-chat .list-icon {
    top: 0;
    font-size: 26px;
}

.stm-template-motorcycle .header-help-bar > ul li.nav-search {
    margin-left: 13px;
}

.stm-template-motorcycle .header-help-bar > ul li.nav-search > a {
    display: block;
    margin-top: 8px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #0e1315;
    text-indent: 1px;
    font-size: 13px;
}

.stm-template-motorcycle .header-help-bar > ul li.nav-search > a i {
    position: relative;
    top: -1px;
}

.stm-template-motorcycle .header-help-bar > ul li.nav-search > a:hover {
    background-color: #df1d1d;
    border-color: #df1d1d;
    color: #fff;
}

.stm-template-motorcycle .tp-bannertimer {
    background-color: #df1d1d !important;
    opacity: 0.5;
}

.stm-template-motorcycle .stm-slider-round {
    padding: 40px 20px;
    padding-top: 30px;
}

.stm-template-motorcycle .stm-slider-round:after {
    position: absolute;
    content: "";
    display: block;
    top: -18px;
    left: -18px;
    right: -18px;
    bottom: -18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    z-index: -1;
}

.stm-template-motorcycle .stm-white {
    color: #fff !important;
}

.stm-template-motorcycle .rev_slider_wrapper .heading-font {
    letter-spacing: 0 !important;
}

.stm-template-motorcycle .text-transform {
    text-transform: uppercase;
}

.stm-template-motorcycle .font-weight-normal {
    font-weight: 400 !important;
}

.stm-template-motorcycle .slider-text-padding-right {
    padding-right: 30px;
}

.stm-template-motorcycle .stm-slider-round-text {
    margin-top: 18px;
    padding-left: 40px;
    padding-right: 25px;
    font-size: 11px;
    line-height: 14px;
    color: #0e1315;
    text-transform: uppercase;
}

.stm-template-motorcycle .stm-slider-price-unit {
    padding-top: 16px;
    vertical-align: top;
    word-spacing: -9px;
}

.stm-template-motorcycle .stm-slider-price-unit .stm-slider-currency {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    vertical-align: top;
}

.stm-template-motorcycle .stm-slider-price-unit .stm-slider-price {
    font-size: 106px;
    line-height: 75px;
    vertical-align: top;
    color: #fff;
    font-weight: 700;
    letter-spacing: -6px;
}

.stm-template-motorcycle .stm-slider-price-unit .stm-slider-divider {
    position: relative;
    left: 3px;
    top: -4px;
    font-size: 50px;
    color: #0e1315;
    vertical-align: top;
    line-height: 50px;
}

.stm-template-motorcycle .stm-slider-price-unit .stm-slider-labels {
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100px;
    vertical-align: top;
    line-height: 14px;
    color: #0e1315;
    font-weight: 700;
}

.stm-template-motorcycle .stm-slider-price-unit .stm-slider-labels .stm-slider-time-label {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.stm-template-motorcycle .stm-slider-price-unit .stm-slider-labels .stm-slider-time-value {
    padding-left: 4px;
    display: block;
    white-space: normal;
    font-size: 16px;
    line-height: 14px;
    word-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.stm-template-motorcycle #searchform .search-input {
    padding: 20px 75px 20px 25px !important;
    margin: 0;
    height: 67px;
    line-height: 67px;
    font-size: 20px;
    color: #5f5f5f;
    border: 0;
    border-color: transparent;
    width: 100%;
    border-radius: 5px;
}

.stm-template-motorcycle #searchform .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 67px;
    width: 70px;
    border: 0;
    font-size: 24px;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: none;
}

.stm-template-motorcycle #searchform .search-wrapper {
    position: relative;
}

.stm-template-motorcycle #searchModal .modal-body {
    padding: 0;
}

.stm-template-motorcycle #searchModal .modal-content {
    box-shadow: none !important;
    background-color: transparent;
    border: none;
}

.stm-template-motorcycle #searchModal .modal-dialog {
    margin-top: 20%;
}

.stm-template-motorcycle .search-title {
    margin-bottom: 18px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.stm-template-motorcycle #chat-widget:hover {
    cursor: pointer;
}

.stm-template-motorcycle .header-main-phone a,
.stm-template-motorcycle .header-secondary-phone a {
    color: #fff !important;
    text-decoration: none !important;
}

.stm-template-motorcycle #footer {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

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

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

.stm-template-motorcycle #footer #footer_top {
    padding: 15px 0;
}

.stm-template-motorcycle #footer #footer_top .widget_title h3 {
    color: #fff;
}

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

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

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

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

.stm-template-motorcycle .cols_1 {
    margin: 0 -15px;
}

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

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

.stm-template-motorcycle .cols_2 {
    margin: 0 -15px;
}

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

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

.stm-template-motorcycle .cols_3 {
    margin: 0 -15px;
}

.stm-template-motorcycle .cols_3 aside {
    float: left;
    padding: 0 15px 0;
    width: 33.3333333333%;
}

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

.stm-template-motorcycle .cols_4 {
    margin: 0 -15px;
}

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

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

.stm-template-motorcycle #footer-copyright {
    padding: 20px 0 19px;
}

.stm-template-motorcycle #footer-copyright .footer-copyright {
    position: relative;
}

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

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

.stm-template-motorcycle #footer-copyright .copyright-text a {
    color: #df1d1d;
}

.stm-template-motorcycle #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;
}

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

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

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

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

.stm-template-motorcycle .copyright-socials ul li a {
    color: #df1d1d;
}

.stm-template-motorcycle #footer-copyright,
.stm-template-motorcycle #footer-main {
    background-color: #232628;
}

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

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

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

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

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

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

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

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

.stm-template-motorcycle ul {
    padding-left: 20px;
}

.stm-template-motorcycle ul li {
    margin-bottom: 8px;
}

.stm-template-motorcycle ol {
    padding-left: 20px;
}

.stm-template-motorcycle ol li {
    margin-bottom: 8px;
}

.stm-template-motorcycle ul.header-menu ul {
    margin-top: 0;
}

.stm-template-motorcycle ul ol, .stm-template-motorcycle ol ol, .stm-template-motorcycle ol ul, .stm-template-motorcycle ul ul {
    margin-top: 8px;
}

.stm-template-motorcycle img {
    max-width: 100%;
    height: auto;
}

.stm-template-motorcycle a {
    color: #df1d1d;
}

.stm-template-motorcycle a:hover {
    color: #df1d1d;
}

.stm-template-motorcycle a:focus {
    color: #df1d1d;
}

.stm-template-motorcycle a:active {
    color: #df1d1d;
}

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

.stm-template-motorcycle label {
    font-weight: 400;
    margin-bottom: 0;
}

.stm-template-motorcycle p {
    margin: 0 0 14px;
}

.stm-template-motorcycle ul.list-style-1 {
    padding: 0;
    list-style: none;
}

.stm-template-motorcycle ul.list-style-1 li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
}

.stm-template-motorcycle ul.list-style-1 li:before {
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    left: 0;
    top: 5px;
    content: "\f00c";
    font-size: 11px;
    color: #df1d1d;
}

.stm-template-motorcycle ul.list-style-2 {
    padding: 0;
    list-style: none;
}

.stm-template-motorcycle ul.list-style-2 li {
    position: relative;
    padding-left: 31px;
    margin-bottom: 8px;
}

.stm-template-motorcycle ul.list-style-2 li:before {
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    left: 3px;
    top: 0;
    content: "\f058";
    font-size: 14px;
    color: #df1d1d;
}

.stm-template-motorcycle ul.list-style-3 {
    padding: 0;
    list-style: none;
}

.stm-template-motorcycle ul.list-style-3 li {
    position: relative;
    padding-left: 31px;
    margin-bottom: 8px;
}

.stm-template-motorcycle ul.list-style-3 li:before {
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    left: 0;
    top: 3px;
    content: "\f138";
    font-size: 17px;
    color: #df1d1d;
}

.stm-template-motorcycle .lists-inline > ul {
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 23.7%;
}

.stm-template-motorcycle table {
    width: 100%;
    margin-bottom: 20px;
}

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

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

.stm-template-motorcycle .gm-style .gm-style-mtc button {
    color: #000 !important;
}

.stm-template-motorcycle .classic-filter-row {
    position: relative;
    z-index: 50;
    margin-top: 0;
}

.stm-template-motorcycle .classic-filter-row input[type=text] {
    height: 40px;
    line-height: 40px;
    display: block !important;
    visibility: visible !important;
    border: 1px solid rgba(170, 170, 170, 0.4);
    background: transparent;
    color: #fff;
}

.stm-template-motorcycle .classic-filter-row .form-group {
    margin-bottom: 16px;
}

.stm-template-motorcycle .classic-filter-row .stm-slider-filter-type-unit {
    margin: 7px 0 31px;
}

.stm-template-motorcycle .classic-filter-row .stm-slider-filter-type-unit h5 {
    margin-bottom: 19px;
}

.stm-template-motorcycle .classic-filter-row .select2-container--default .select2-selection--single {
    height: 40px;
    line-height: 40px;
}

.stm-template-motorcycle .classic-filter-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px;
}

.stm-template-motorcycle .classic-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar {
    padding: 0 22px 30px;
    background-color: #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
}

.stm-template-motorcycle .classic-filter-row .sidebar-entry-header {
    position: relative;
    min-height: 40px;
    padding: 26px 22px 21px 76px;
    margin: 0 -22px;
    background-color: transparent;
    text-align: right;
}

.stm-template-motorcycle .classic-filter-row .sidebar-entry-header i {
    position: absolute;
    top: 32px;
    left: 21px;
    font-size: 29px;
    color: #fff;
}

.stm-template-motorcycle .classic-filter-row .sidebar-entry-header .h4 {
    float: left;
    display: block;
    padding-top: 10px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.stm-template-motorcycle .classic-filter-row .sidebar-entry-header a {
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
    padding: 1px 7px 3px 9px;
    background-color: #243136;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.stm-template-motorcycle .classic-filter-row .sidebar-entry-header a:after {
    font-family: "Font Awesome 5 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);
    margin-left: 1px;
    content: "\f0e2";
    color: #df1d1d;
}

.stm-template-motorcycle .classic-filter-row .sidebar-entry-header {
    padding: 0 0 22px;
    margin: 0;
}

.stm-template-motorcycle .classic-filter-row .sidebar-entry-header span.h4 {
    font-size: 24px;
    font-weight: 700;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar {
    padding: 0;
    margin-bottom: 22px;
    background: transparent;
    box-shadow: none;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .select2-selection.select2-selection--single {
    background: transparent !important;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .select2-selection.select2-selection--single .select2-selection__rendered {
    transition: all 0.3s ease;
    background: #2f3c40;
    border: 1px solid #2f3c40;
    color: #fff;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .select2-selection.select2-selection--single b.stm-preloader {
    -webkit-animation: rotating 2s infinite linear;
    animation: rotating 2s infinite linear;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .selection:hover b {
    transition: all 0.3s ease;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .row-pad-top-24 {
    padding-top: 0;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .stm-slider-filter-type-unit {
    margin-top: 0;
    margin-bottom: 16px;
    background: #243136;
    padding: 20px 13px 10px;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .stm-slider-filter-type-unit .row {
    display: none;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .stm-slider-filter-type-unit .ui-widget-content {
    background: #dfe1e5;
    border: 0;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .stm-slider-filter-type-unit .ui-state-active, .stm-template-motorcycle .classic-filter-row .filter-sidebar .stm-slider-filter-type-unit .classic-filter-row .filter-sidebar .stm-slider-filter-type-unit .ui-widget-content .ui-state-active, .stm-template-motorcycle .classic-filter-row .filter-sidebar .stm-slider-filter-type-unit .classic-filter-row .filter-sidebar .stm-slider-filter-type-unit .ui-widget-header .ui-state-active {
    border: 1px solid transparent;
    background: #fff;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .stm-slider-filter-type-unit h5 {
    float: left;
    margin-right: 10px;
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 12px;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .stm-slider-filter-type-unit .stm-current-slider-labels {
    overflow: hidden;
    margin-top: 1px;
    text-align: right;
    letter-spacing: 0.2px;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .sidebar-action-units a.button {
    display: none;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar input[name=stm-footer-search-name].hidden {
    display: block !important;
    visibility: visible !important;
    border: 1px solid rgba(170, 170, 170, 0.4);
    background: transparent;
    color: #fff;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar input[name=stm-footer-search-name].hidden:focus {
    border-color: #aaaaaa;
}

.stm-template-motorcycle .single-add-to-compare {
    position: fixed;
    top: -30%;
    left: 0;
    right: 0;
    padding-top: 17px;
    min-height: 71px;
    background-color: #243136;
    z-index: 999999999;
    opacity: 0;
}

.stm-template-motorcycle .single-add-to-compare.danger, .stm-template-motorcycle .single-add-to-compare.overadded {
    background-color: #ff2325;
}

.stm-template-motorcycle .single-add-to-compare.danger .compare-fixed-link:hover, .stm-template-motorcycle .single-add-to-compare.overadded .compare-fixed-link:hover {
    color: #ff2325 !important;
}

.stm-template-motorcycle .single-add-to-compare.single-add-to-compare-visible {
    top: 0%;
    opacity: 1;
}

.stm-template-motorcycle .single-add-to-compare .compare-fixed-link {
    display: block;
    padding: 8px 23px 6px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none !important;
}

.stm-template-motorcycle .single-add-to-compare .compare-fixed-link:hover {
    background-color: #fff;
    color: #243136 !important;
}

.stm-template-motorcycle .single-add-to-compare .single-add-to-compare-left {
    position: relative;
    padding-left: 55px;
    min-height: 35px;
}

.stm-template-motorcycle .single-add-to-compare .single-add-to-compare-left .add-to-compare-icon {
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    font-size: 35px;
    transform: translateY(-50%);
}

.stm-template-motorcycle .single-add-to-compare .single-add-to-compare-left .add-to-compare-icon:before {
    content: "\f071";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.stm-template-motorcycle .single-add-to-compare .single-add-to-compare-left .stm-title {
    display: block;
    padding-top: 10px;
    color: #fff;
    font-weight: 400;
}

.stm-template-motorcycle .sold-listings-inventory .listing-list-loop .image .image-inner .stm-badge-directory {
    transform: rotate(-45deg);
    top: unset;
    bottom: 25px;
    right: -55px;
}

.stm-template-motorcycle .single-listings .stm_breadcrumbs_unit {
    display: none;
}

.stm-template-motorcycle .stm-ajax-row.stm-loading > div {
    opacity: 0.5;
}

.stm-template-motorcycle .stm_auto_loan_calculator input[type=text] {
    color: #0e1315;
}

.stm-template-motorcycle .form-hr {
    border-top-color: #4c4f51;
}

.stm-template-motorcycle .lg-backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}

.stm-template-motorcycle.error404 #wrapper {
    overflow: visible;
}

.stm-template-motorcycle.error404 #wrapper #main {
    z-index: 15;
    display: block;
}

.stm-template-motorcycle.error404 #wrapper #main .stm-error-page-unit {
    margin-top: 100px;
    width: 100%;
    text-align: center;
}

.stm-template-motorcycle.error404 #wrapper #main .stm-error-page-unit h2 {
    width: auto;
    margin: 0 auto 40px auto;
    max-width: 650px;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
}

.stm-template-motorcycle.error404 #wrapper #main .stm-error-page-unit .button {
    display: inline-block;
}

.stm-template-motorcycle.error404 #wrapper .error-header {
    background-color: #243136 !important;
}

.stm-template-motorcycle.error404 #wrapper .error-header__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
}

.stm-template-motorcycle.error404 #wrapper .error-header__title:hover {
    text-decoration: none;
    color: #e32121;
}

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

.stm-template-motorcycle .select2-container.stm-multi-currency .select2-dropdown {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    top: 0;
}

.stm-template-motorcycle .select2-results ul {
    padding: 0;
}

.stm-template-motorcycle .select2-container--open.stm-multi-currency {
    z-index: 1003;
}

.stm-template-motorcycle .select2-container--open.stm-multi-currency .select2-dropdown {
    background: transparent;
    border: 0;
}

.stm-template-motorcycle .select2-container--open.stm-multi-currency .select2-dropdown .select2-results ul {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.stm-template-motorcycle .select2-container--open.stm-multi-currency .select2-dropdown .select2-results ul li {
    font-size: 11px;
    color: #232628;
    padding: 3px 20px;
}

.stm-template-motorcycle .calculator-alert {
    display: none;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0;
}

.stm-template-motorcycle .calculator-alert.visible-alert {
    transform: scale(1);
    max-height: 400px;
    visibility: visible;
    opacity: 1;
}

.stm-template-motorcycle .alert.alert-danger {
    margin: 4px 0;
    padding: 3px 10px;
    text-align: center;
    border: 2px solid #ff2325;
    background-color: transparent;
    color: #ff2325;
}

.stm-template-motorcycle .alert.alert-success {
    margin: 4px 0;
    padding: 3px 10px;
    text-align: center;
    border: 2px solid mediumseagreen;
    background-color: transparent;
    color: mediumseagreen;
}

.stm-template-motorcycle .stm-mt-icon-box-adaptive-style-three,
.stm-template-motorcycle .stm-mt-icon-box-adaptive-style-one {
    font-family: inherit !important;
    -webkit-font-smoothing: inherit !important;
}

.stm-template-motorcycle .inline-label {
    margin: 9px 0 5px;
}

.stm-template-motorcycle .stm-ajax-loader {
    display: none;
}

.stm-template-motorcycle .stm-ajax-loader.loading {
    display: inline-block;
    -webkit-animation: rotating 2s infinite linear;
    animation: rotating 2s infinite linear;
}

.stm-template-motorcycle .stm_calculator_results {
    display: none;
}

.stm-template-motorcycle .stm_calculator_results > h4 > span {
    margin-left: 5px;
    font-weight: 700;
}

.stm-template-motorcycle .stm_calculator_results > h4:last-child {
    margin-bottom: 0;
}

.stm-template-motorcycle .filter {
    margin-bottom: 10px;
}

.stm-template-motorcycle .all_attrs:first-letter {
    text-transform: uppercase;
}

.stm-template-motorcycle .stm-ajax-row {
    position: relative;
}

.stm-template-motorcycle .stm-ajax-row:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(14, 19, 21, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.stm-template-motorcycle .stm-ajax-row:after {
    content: "\e924";
    display: block;
    position: absolute;
    top: 10%;
    left: 50%;
    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;
    -webkit-animation: rotating 2s infinite linear;
    animation: rotating 2s infinite linear;
    font-size: 30px;
    color: #df1d1d;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.stm-template-motorcycle .stm-ajax-row.stm-loading:before {
    opacity: 1;
    visibility: visible;
    z-index: 50;
}

.stm-template-motorcycle .stm-ajax-row.stm-loading:after {
    opacity: 1;
    visibility: visible;
    z-index: 51;
}

.stm-template-motorcycle .rmv_txt_drctn {
    color: inherit;
    text-decoration: none !important;
}

.stm-template-motorcycle .global-alerts {
    padding: 15px 17px 15px 15px;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #d9edf7;
    color: #31708f;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
}

.stm-template-motorcycle .global-alerts.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.stm-template-motorcycle .global-alerts.success {
    color: #3c763d;
    background-color: #dff0d8;
}

.stm-template-motorcycle .global-alerts.danger {
    color: #a94442;
    background-color: #f2dede;
}

.stm-template-motorcycle .global-alerts.alerted {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.stm-template-motorcycle .select2 {
    outline: none !important;
}

.stm-template-motorcycle .select2 > * {
    outline: none !important;
}

.stm-template-motorcycle .select2-search input[type=search] {
    height: 34px;
}

.stm-template-motorcycle .select2-container:not(.stm-multi-currency) .select2-search.select2-search--dropdown.select2-search--hide {
    display: block !important;
}

.stm-template-motorcycle .modal-dialog {
    z-index: 1050;
}

.stm-template-motorcycle .modal-open {
    overflow: visible;
    padding-right: 0 !important;
}

.stm-template-motorcycle .form-error {
    border-color: #a94442;
}

.stm-template-motorcycle .alert-modal {
    margin: 20px 0 0;
}

.stm-template-motorcycle .icon-box-link {
    text-decoration: none !important;
}

.stm-template-motorcycle .icon-box {
    position: relative;
    padding: 46px 50px 48px 34px;
    color: #0e1315;
    z-index: 10;
}

.stm-template-motorcycle .icon-box:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    z-index: -2;
}

.stm-template-motorcycle .icon-box:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
}

.stm-template-motorcycle .icon-box .icon {
    float: left;
    margin-top: 11px;
    margin-right: 27px;
    color: #df1d1d;
}

.stm-template-motorcycle .icon-box .icon-text {
    overflow: hidden;
}

.stm-template-motorcycle .icon-box .icon-text h2 {
    line-height: 34px;
}

.stm-template-motorcycle .icon-box .icon-text h3.title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
}

.stm-template-motorcycle .icon-box .icon-text h4.title {
    font-weight: 700;
}

.stm-template-motorcycle .icon-box .icon-text h5 {
    font-weight: 400;
    line-height: 18px;
}

.stm-template-motorcycle .icon-box .icon-text h6.title {
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
}

.stm-template-motorcycle .icon-box .icon-text .content {
    font-size: 13px;
}

.stm-template-motorcycle .icon-box .icon-text .content p,
.stm-template-motorcycle .icon-box .icon-text .content span {
    line-height: 18px;
}

.stm-template-motorcycle .icon-box .icon-box-bottom-triangle {
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 55px solid rgba(250, 182, 55, 0.9);
    transform: skew(0deg, 23deg);
}

.stm-template-motorcycle .icon-box .icon-box-bottom-triangle:hover {
    border-right: 55px solid #fab637;
}

.stm-template-motorcycle .icon-box:hover:before {
    opacity: 1;
}

.stm-template-motorcycle .colored-separator {
    text-align: center;
    vertical-align: top;
    font-size: 0;
}

.stm-template-motorcycle .colored-separator.text-left {
    text-align: left;
}

.stm-template-motorcycle .colored-separator.text-right {
    text-align: right;
}

.stm-template-motorcycle .colored-separator .first-long {
    margin-right: 3px;
}

.stm-template-motorcycle .colored-separator .first-long,
.stm-template-motorcycle .colored-separator .last-short {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 5px;
    transform: skew(-40deg, 0deg);
    border-radius: 2px;
    background-color: #cc6119;
}

.stm-template-motorcycle .colored-separator .last-short {
    width: 16px;
}

.stm-template-motorcycle .vt-top {
    vertical-align: top;
}

.stm-template-motorcycle .special-offers .colored-separator {
    margin-bottom: 13px;
}

.stm-template-motorcycle .special-offers .title {
    position: relative;
    padding: 0 130px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
    color: #fff;
}

.stm-template-motorcycle .special-offers .title .all-offers {
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #aaaaaa;
    text-decoration: none !important;
}

.stm-template-motorcycle .special-offers .title .all-offers > i {
    vertical-align: top;
    margin-right: 3px;
    font-size: 19px;
}

.stm-template-motorcycle .special-offers .title .all-offers .lt-blue {
    vertical-align: top;
}

.stm-template-motorcycle .vt-top {
    vertical-align: top;
}

.stm-template-motorcycle .lt-blue {
    color: #df1d1d;
}

.stm-template-motorcycle .listing-car-items-units {
    margin: 0 -15px;
}

.stm-template-motorcycle .listing-car-items .listing-car-item {
    float: left;
    padding: 0 15px;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-inner {
    max-width: 350px;
    width: auto;
    margin: 0 auto;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .image {
    margin-bottom: 10px;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .car-title {
    margin-top: 8px;
    color: #fff;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .car-title .colored {
    color: #cc6119;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .price {
    position: relative;
    float: right;
    padding: 6px 20px 4px 8px;
    margin-left: 23px;
    background-color: #df1d1d;
    text-align: right;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .price .regular-price,
.stm-template-motorcycle .listing-car-items .listing-car-item .price .sale-price,
.stm-template-motorcycle .listing-car-items .listing-car-item .price .normal-price {
    position: relative;
    z-index: 6;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .price .regular-price {
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .price .normal-price,
.stm-template-motorcycle .listing-car-items .listing-car-item .price .sale-price {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .price .normal-price {
    line-height: 36px;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -14px;
    height: 100%;
    width: 32px;
    background-color: #df1d1d;
    transform: skew(-18deg, 0deg);
    z-index: 5;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta {
    padding: 18px 20px 20px 23px;
    background-color: #373c3f;
    text-align: left;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-top {
    min-height: 67px;
    padding-bottom: 22px;
    border-bottom: 1px solid #4e5254;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {
    display: inline-block;
    margin-top: 18px;
    margin-right: 27px;
    margin-bottom: 0;
    color: #c9c9c9;
    vertical-align: middle;
    line-height: 13px;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li i {
    margin-right: 6px;
    font-size: 14px;
    color: #737373;
    vertical-align: middle;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li i.stm-icon-road {
    position: relative;
    top: 0px;
    font-size: 16px;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li i.stm-icon-transmission {
    position: relative;
    top: 1px;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li span {
    position: relative;
    top: 1px;
    vertical-align: top;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li .special-text {
    margin-bottom: 2px;
    text-transform: uppercase;
}

.stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li:last-child {
    margin-right: 0;
}

.stm-template-motorcycle .dp-in {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.stm-template-motorcycle .owl-controls {
    margin-top: 35px;
    text-align: center;
}

.stm-template-motorcycle .owl-dots {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    position: relative;
    top: 1px;
}

.stm-template-motorcycle .owl-dots button {
    background-color: transparent !important;
    box-shadow: none !important;
}

.stm-template-motorcycle .owl-dots .owl-dot {
    display: block;
    float: left;
    padding: 4px;
    box-shadow: none !important;
    background-color: transparent;
}

.stm-template-motorcycle .owl-dots .owl-dot.active span {
    transform: scale(1.3);
    background-color: #df1d1d;
}

.stm-template-motorcycle .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #9d9d9d;
    border-radius: 50%;
}

.stm-template-motorcycle .car-listing-tabs-unit .stm-listing-tabs {
    margin-top: 20px;
}

.stm-template-motorcycle .car-listing-tabs-unit .car-listing-top-part {
    position: relative;
    padding-top: 33px;
}

.stm-template-motorcycle .car-listing-tabs-unit .car-listing-top-part:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: -2000px;
    z-index: -1;
}

.stm-template-motorcycle .car-listing-main-part {
    padding-top: 59px;
}

.stm-template-motorcycle .stm-listing-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.stm-template-motorcycle .stm-listing-tabs ul li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 0;
}

.stm-template-motorcycle .stm-listing-tabs ul li:last-child {
    margin-right: 0;
}

.stm-template-motorcycle .stm-listing-tabs ul li.active a {
    color: #df1d1d;
    background-color: #fff;
}

.stm-template-motorcycle .stm-listing-tabs ul li a {
    display: block;
    padding: 0 25px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    line-height: 44px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 700;
    color: #aaa;
}

.stm-template-motorcycle .preloader {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: 0;
    height: 46px;
    width: 54px;
}

.stm-template-motorcycle .preloader span {
    display: block;
    bottom: 20px;
    width: 9px;
    height: 5px;
    background: #df1d1d;
    position: absolute;
    -webkit-animation: preloader 1.5s infinite ease-in-out;
    animation: preloader 1.5s infinite ease-in-out;
}

.stm-template-motorcycle .preloader span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.stm-template-motorcycle .preloader span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.stm-template-motorcycle .preloader span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.stm-template-motorcycle .preloader span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes preloader {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #df1d1d;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #df1d1d;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #df1d1d;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #df1d1d;
    }
}

@keyframes preloader {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #df1d1d;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #df1d1d;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #df1d1d;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #df1d1d;
    }
}

.stm-template-motorcycle .car-listing-actions {
    position: relative;
    height: 46px;
}

.stm-template-motorcycle .car-listing-actions.all-done {
    height: 0;
    padding: 0;
}

.stm-template-motorcycle .car-listing-row .col-md-3 {
    margin-bottom: 40px;
}

.stm-template-motorcycle .car-listing-row .listing-car-item-meta {
    padding-top: 17px;
}

.stm-template-motorcycle .car-listing-row .listing-car-item-meta .car-title {
    color: #0e1315;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.stm-template-motorcycle .car-listing-row .listing-car-item-meta .car-title .colored {
    color: #cc6119;
}

.stm-template-motorcycle .car-listing-row .listing-car-item-meta .price {
    position: relative;
    float: right;
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    background-color: #df1d1d;
    text-align: right;
}

.stm-template-motorcycle .car-listing-row .listing-car-item-meta .price.discounted-price {
    padding: 1px 10px 2px 4px;
}

.stm-template-motorcycle .car-listing-row .listing-car-item-meta .price.discounted-price .sale-price {
    line-height: 16px;
}

.stm-template-motorcycle .car-listing-row .listing-car-item-meta .price .regular-price,
.stm-template-motorcycle .car-listing-row .listing-car-item-meta .price .sale-price,
.stm-template-motorcycle .car-listing-row .listing-car-item-meta .price .normal-price {
    position: relative;
    z-index: 6;
}

.stm-template-motorcycle .car-listing-row .listing-car-item-meta .price .regular-price {
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through;
}

.stm-template-motorcycle .car-listing-row .listing-car-item-meta .price .normal-price,
.stm-template-motorcycle .car-listing-row .listing-car-item-meta .price .sale-price {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.stm-template-motorcycle .car-listing-row .listing-car-item-meta .price .normal-price {
    line-height: 25px;
}

.stm-template-motorcycle .car-listing-row .listing-car-item-meta .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: #df1d1d;
    transform: skew(-14deg, 0deg);
    z-index: 5;
}

.stm-template-motorcycle .car-listing-row .car-meta-top {
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc;
}

.stm-template-motorcycle .car-listing-row .car-meta-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stm-template-motorcycle .car-listing-row .car-meta-bottom ul li {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 14px;
    color: #888;
    vertical-align: middle;
}

.stm-template-motorcycle .car-listing-row .car-meta-bottom ul li i {
    margin-right: -1px;
    font-size: 13px;
    color: #aaaaaa;
    vertical-align: middle;
}

.stm-template-motorcycle .car-listing-row .car-meta-bottom ul li i.stm-icon-road {
    position: relative;
    top: 1px;
}

.stm-template-motorcycle .car-listing-row .car-meta-bottom ul li i.stm-icon-transmission {
    position: relative;
    top: 1px;
}

.stm-template-motorcycle .car-listing-row .car-meta-bottom ul li span {
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-left: 2px;
    font-size: 13px;
}

.stm-template-motorcycle .car-listing-row .car-meta-bottom ul li .special-text {
    margin-bottom: 2px;
    text-transform: uppercase;
}

.stm-template-motorcycle .car-listing-row .car-meta-bottom ul li:last-child {
    margin-right: 0;
}

.stm-template-motorcycle .found-cars-cloned {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px;
}

.stm-template-motorcycle .found-cars {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 400;
    color: #aaaaaa !important;
}

.stm-template-motorcycle .found-cars i {
    position: absolute;
    content: "";
    display: block;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0;
}

.stm-template-motorcycle .found-cars .blue-lt {
    color: #df1d1d;
    font-weight: 700;
}

.stm-template-motorcycle .found-cars-clone {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.stm-template-motorcycle .tab-search-title {
    position: relative;
    padding-left: 71px;
    margin-bottom: 36px;
    min-height: 35px;
    font-size: 30px;
    color: #0e1315;
    font-weight: 700;
}

.stm-template-motorcycle .tab-search-title i {
    position: absolute;
    left: 0;
    top: -7px;
    font-size: 34px;
}

.stm-template-motorcycle #car-listing-tab-search {
    padding-top: 20px;
}

.stm-template-motorcycle .reset-all:hover {
    cursor: pointer;
}

.stm-template-motorcycle .reset-all.reset-styled {
    display: block;
    border: 2px solid #ddd;
    border-radius: 3px;
    color: #ddd;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    text-decoration: none !important;
}

.stm-template-motorcycle .reset-all.reset-styled:hover {
    color: #df1d1d;
    border-color: #df1d1d;
}

.stm-template-motorcycle .reset-all.reset-styled:focus {
    color: #df1d1d;
    border-color: #df1d1d;
}

.stm-template-motorcycle .reset-all.reset-styled:active {
    color: #df1d1d;
    border-color: #df1d1d;
}

.stm-template-motorcycle .search-call-to-action {
    margin-top: 36px;
}

.stm-template-motorcycle .stm-call-to-action {
    padding: 23px 46px 22px 28px;
    background-color: #fab637;
}

.stm-template-motorcycle .stm-call-to-action .call-to-action-meta {
    display: inline-block;
    color: #fff;
    position: relative;
    margin-left: 20px;
    padding-top: 14px;
    padding-left: 56px;
    min-height: 30px;
    font-weight: 400;
    text-align: left;
}

.stm-template-motorcycle .stm-call-to-action .call-to-action-meta i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 38px;
}

.stm-template-motorcycle .stm-call-to-action .call-to-action-meta .content {
    font-size: 30px;
    line-height: 1;
}

.stm-template-motorcycle .stm-call-to-action .call-to-action-right {
    overflow: hidden;
    min-height: 55px;
    text-align: right;
}

.stm-template-motorcycle .stm-call-to-action .call-to-action-content {
    position: relative;
    padding-left: 75px;
    min-height: 55px;
    color: #fff;
    overflow: hidden;
    font-weight: 400;
}

.stm-template-motorcycle .stm-call-to-action .call-to-action-content i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 55px;
}

.stm-template-motorcycle .stm-call-to-action .call-to-action-content .content {
    padding-top: 14px;
    font-size: 30px;
    line-height: 1;
}

.stm-template-motorcycle .slider-v1-title .h1 {
    font-size: 46px;
    color: #0e1315;
    font-weight: 400 !important;
}

.stm-template-motorcycle .stm-slider-rounded-style-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.stm-template-motorcycle .stm-slider-rounded-style-title.text-left {
    padding-left: 37px;
}

.stm-template-motorcycle .stm-slider-rounded-style-title.style-2 span {
    display: block;
}

.stm-template-motorcycle .white {
    color: #fff !important;
}

.stm-template-motorcycle .button.stm-slider-button {
    padding: 16px 25px 15px 45px;
    font-weight: 700;
    visibility: inherit;
    white-space: nowrap;
}

.stm-template-motorcycle .button.stm-slider-button i {
    position: absolute;
    top: 50%;
    left: 16px;
    font-size: 18px;
    margin-top: -9px;
}

.stm-template-motorcycle .entry-header {
    position: relative;
    background-size: cover;
    background-color: #8f9fad;
    background-image: url("../../../images/title-box-default-bg.jpg");
    background-position: 50% 0;
}

.stm-template-motorcycle .entry-header.disable_overlay:after {
    display: none !important;
}

.stm-template-motorcycle .entry-header.small_title_box > .container {
    min-height: 222px;
}

.stm-template-motorcycle .entry-header.small_title_box .entry-title h1,
.stm-template-motorcycle .entry-header.small_title_box .entry-title h2 {
    font-size: 36px;
}

.stm-template-motorcycle .entry-header > .container {
    min-height: 335px;
}

.stm-template-motorcycle .entry-header:after {
    position: absolute;
    content: "";
    display: block;
    display: block !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 38, 40, 0.5);
    z-index: 10;
}

.stm-template-motorcycle .entry-header > .container {
    position: relative;
    z-index: 11;
}

.stm-template-motorcycle .entry-header .entry-title {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
}

.stm-template-motorcycle .entry-header .entry-title h1,
.stm-template-motorcycle .entry-header .entry-title h2 {
    color: #fff;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.stm-template-motorcycle .entry-header .entry-title .colored-separator {
    color: #df1d1d;
    margin-bottom: 8px;
    text-align: left;
}

.stm-template-motorcycle .entry-header .entry-title .colored-separator .first-long, .stm-template-motorcycle .entry-header .entry-title .colored-separator .last-short {
    background-color: #fab637;
}

.stm-template-motorcycle .entry-header .entry-title .sub-title {
    color: #fff;
    font-weight: 400;
    line-height: 17px;
}

.stm-template-motorcycle .entry-header.center .entry-title h1,
.stm-template-motorcycle .entry-header.center .entry-title h2 {
    text-align: center;
}

.stm-template-motorcycle .entry-header.center .colored-separator {
    text-align: center;
}

.stm-template-motorcycle .entry-header.center .sub-title {
    text-align: center;
}

.stm-template-motorcycle .entry-header.right .entry-title h1,
.stm-template-motorcycle .entry-header.right .entry-title h2 {
    text-align: right;
}

.stm-template-motorcycle .entry-header.right .colored-separator {
    text-align: right;
}

.stm-template-motorcycle .entry-header.right .sub-title {
    text-align: right;
}

.stm-template-motorcycle .stm_breadcrumbs_unit .navxtBreads {
    padding: 15px 0 8px 4px;
    margin-bottom: 20px;
    color: #888;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid #dddddd;
}

.stm-template-motorcycle .stm_breadcrumbs_unit .navxtBreads span:first-child {
    margin-left: 0;
}

.stm-template-motorcycle .stm_breadcrumbs_unit .navxtBreads span {
    margin: 0 3px;
}

.stm-template-motorcycle .stm_breadcrumbs_unit .navxtBreads span:last-child {
    margin-right: 0;
}

.stm-template-motorcycle .stm_breadcrumbs_unit .navxtBreads a {
    color: #888;
    text-decoration: none !important;
    font-size: 11px;
}

.stm-template-motorcycle .stm_breadcrumbs_unit .navxtBreads a:hover {
    color: #df1d1d;
}

.stm-template-motorcycle .media-carousel-item {
    max-width: 270px;
    width: auto;
    margin: 0 auto;
}

.stm-template-motorcycle .media-carousel-item .stm_fancybox {
    display: block;
    position: relative;
}

.stm-template-motorcycle .media-carousel-item .stm_fancybox:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.stm-template-motorcycle .media-carousel-item .stm_fancybox:hover:after {
    opacity: 1;
}

.stm-template-motorcycle .stm-carousel .owl-controls {
    margin-top: 30px;
}

.stm-template-motorcycle .stm-carousel .owl-nav {
    display: none !important;
}

.stm-template-motorcycle *:focus {
    outline: none !important;
}

.stm-template-motorcycle .stm-owl-next,
.stm-template-motorcycle .stm-owl-prev {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    padding: 5px 15px;
    border: 2px solid transparent;
    color: #888;
}

.stm-template-motorcycle .stm-owl-next:hover,
.stm-template-motorcycle .stm-owl-prev:hover {
    cursor: pointer;
    border-color: #df1d1d;
    color: #df1d1d;
}

.stm-template-motorcycle .stm-carousel-brands {
    position: relative;
    padding: 0 30px;
}

.stm-template-motorcycle .stm-carousel-brands .brands-carousel-item {
    float: left;
}

.stm-template-motorcycle .stm-carousel-brands .brands-carousel-item .brands-carousel-item-inner {
    opacity: 0.7;
    width: auto;
    margin: 0 auto;
}

.stm-template-motorcycle .stm-carousel-brands .brands-carousel-item .brands-carousel-item-inner:hover {
    opacity: 1;
}

.stm-template-motorcycle .stm-carousel-brands .owl-controls {
    margin-top: 0;
}

.stm-template-motorcycle .stm-carousel-brands .owl-controls .owl-prev, .stm-template-motorcycle .stm-carousel-brands .owl-controls .owl-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    color: #aaaaaa;
}

.stm-template-motorcycle .stm-carousel-brands .owl-controls .owl-prev:hover, .stm-template-motorcycle .stm-carousel-brands .owl-controls .owl-next:hover {
    color: #df1d1d;
}

.stm-template-motorcycle .stm-carousel-brands .owl-controls .owl-prev {
    left: 0;
}

.stm-template-motorcycle .stm-carousel-brands .owl-controls .owl-next {
    right: 0;
}

.stm-template-motorcycle .stm-carousel-brands .owl-controls .owl-prev:after, .stm-template-motorcycle .stm-carousel-brands .owl-controls .owl-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 26px;
}

.stm-template-motorcycle .stm-carousel-brands .owl-controls .owl-prev:after {
    content: "\f104";
}

.stm-template-motorcycle .stm-carousel-brands .owl-controls .owl-next:after {
    content: "\f105";
}

.stm-template-motorcycle .stm-services-archive-page {
    margin-top: 30px;
}

.stm-template-motorcycle .stm-service-unit {
    margin-bottom: 50px;
}

.stm-template-motorcycle .stm-service-unit > a {
    text-decoration: none !important;
}

.stm-template-motorcycle .stm-service-unit .image {
    position: relative;
    margin-bottom: 14px;
}

.stm-template-motorcycle .stm-service-unit .image .icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 70px;
    font-size: 33px;
    background-color: #df1d1d;
    color: #fff;
    text-align: center;
}

.stm-template-motorcycle .stm-service-unit .image .icon > i {
    line-height: 70px;
}

.stm-template-motorcycle .stm-service-unit .stm-service-meta {
    border: 1px solid #ddd;
    padding: 21px 41px 10px 45px;
}

.stm-template-motorcycle .stm-service-unit .stm-service-meta .title {
    padding-bottom: 13px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

.stm-template-motorcycle .stm-service-unit .stm-service-meta .excerpt {
    font-size: 13px;
    line-height: 18px;
    color: #888;
}

.stm-template-motorcycle ul.page-numbers {
    display: block;
    position: relative;
    margin-top: 10px;
    padding: 45px 60px 0;
    border-top: 1px solid #ddd;
    text-align: center;
}

.stm-template-motorcycle ul.page-numbers li {
    display: inline-block;
    margin-bottom: 0;
}

.stm-template-motorcycle ul.page-numbers li > a {
    display: block;
    width: 34px;
    height: 35px;
    margin: 0 8px;
    padding: 0;
    background-color: #df1d1d;
    color: #fff !important;
    border-top: none;
    border-radius: 3px;
    line-height: 35px;
    text-decoration: none !important;
}

.stm-template-motorcycle ul.page-numbers li > span {
    display: block;
    width: 34px;
    height: 35px;
    margin: 0 8px;
    padding: 0;
    background-color: #dddddd;
    color: #fff !important;
    border-top: none;
    border-radius: 3px;
    line-height: 35px;
}

.stm-template-motorcycle ul.page-numbers li .prev, .stm-template-motorcycle ul.page-numbers li .next {
    width: 54px;
    height: 35px;
    font-size: 20px;
    border-radius: 3px;
    margin: 0;
}

.stm-template-motorcycle ul.page-numbers li .prev {
    position: absolute;
    left: 0;
    top: 45px;
}

.stm-template-motorcycle ul.page-numbers li .next {
    position: absolute;
    right: 0;
    top: 45px;
}

.stm-template-motorcycle .single-car-actions > ul li {
    float: left;
    margin-right: 13px;
    margin-bottom: 12px;
}

.stm-template-motorcycle .single-car-actions > ul li:last-child {
    margin-right: 0;
}

.stm-template-motorcycle .single-car-actions .stock-num {
    padding: 3px 15px;
    background-color: #f0f2f5;
    border-radius: 15px;
    font-size: 14px;
    color: #0e1315;
}

.stm-template-motorcycle .single-car-actions .stock-num > span {
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
}

.stm-template-motorcycle .car-action-unit {
    position: relative;
    display: block;
    padding: 0 15px;
    padding-left: 32px;
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
    border: 1px solid #dddddd;
    line-height: 27px;
    border-radius: 15px;
    text-decoration: none !important;
}

.stm-template-motorcycle .car-action-unit > i {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -1px;
    font-size: 17px;
    color: #df1d1d;
    transform: translateY(-50%);
}

.stm-template-motorcycle .car-action-unit:hover {
    border-color: #df1d1d;
}

.stm-template-motorcycle .car-action-unit.add-to-compare {
    padding-right: 0;
    padding-left: 36px;
    width: 158px;
    white-space: nowrap;
}

.stm-template-motorcycle .car-action-unit.add-to-compare > i {
    font-size: 14px;
}

.stm-template-motorcycle .car-action-unit.add-to-compare.stm-added {
    position: relative;
    background-color: #df1d1d;
    color: #fff;
    border-color: #df1d1d;
}

.stm-template-motorcycle .car-action-unit.add-to-compare.stm-added > i {
    color: #fff;
}

.stm-template-motorcycle .car-action-unit.add-to-compare.stm-added .stm-unhover {
    opacity: 1;
}

.stm-template-motorcycle .car-action-unit.add-to-compare.stm-added .stm-show-on-hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding-left: 36px;
}

.stm-template-motorcycle .car-action-unit.add-to-compare.stm-added .stm-show-on-hover > i {
    position: absolute;
    left: 8px;
    top: 6px;
    font-size: 14px;
}

.stm-template-motorcycle .car-action-unit.add-to-compare.stm-added:hover .stm-unhover {
    opacity: 0;
}

.stm-template-motorcycle .car-action-unit.add-to-compare.stm-added:hover .stm-show-on-hover {
    opacity: 1;
}

.stm-template-motorcycle .car-action-unit.add-to-compare.disabled .stm-icon-add,
.stm-template-motorcycle .car-action-unit.add-to-compare.disabled .stm-icon-added,
.stm-template-motorcycle .car-action-unit.add-to-compare.disabled .stm-icon-remove {
    opacity: 0;
}

.stm-template-motorcycle .car-action-unit.add-to-compare.disabled:after {
    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;
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 14px;
    content: "\e924";
    height: 14px;
    width: 14px;
    -webkit-animation: rotating 2s infinite linear;
    animation: rotating 2s infinite linear;
    z-index: 20;
}

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

.stm-template-motorcycle .car-action-unit.stm-brochure > i {
    left: 11px;
}

.stm-template-motorcycle .car-action-unit.stm-share {
    width: 119px;
}

.stm-template-motorcycle .car-action-unit.stm-share > i {
    left: 11px;
    font-size: 13px;
}

.stm-template-motorcycle .stm-single-car-content {
    padding-right: 27px;
}

.stm-template-motorcycle .stm-single-car-side {
    padding-top: 7px;
    margin-left: -30px;
}

.stm-template-motorcycle .stm-big-car-gallery .owl-controls {
    margin-top: 25px;
}

.stm-template-motorcycle .stm-big-car-gallery .owl-nav {
    display: none !important;
}

.stm-template-motorcycle .stm-thumbs-car-gallery {
    position: relative;
}

.stm-template-motorcycle .stm-thumbs-car-gallery:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .stm-thumbs-car-gallery .stm-single-image {
    max-width: 142px;
    width: auto;
    margin: 0 auto;
}

.stm-template-motorcycle .stm-thumbs-car-gallery .stm-single-image:hover {
    cursor: pointer;
}

.stm-template-motorcycle .stm-thumbs-car-gallery .stm-single-image img {
    max-width: 100%;
    height: auto;
}

.stm-template-motorcycle .stm-thumbs-car-gallery .owl-item:hover {
    cursor: pointer;
}

.stm-template-motorcycle .stm-thumbs-car-gallery .owl-item:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 38, 40, 0.3);
    visibility: visible;
    opacity: 0;
    max-width: 142px;
    width: auto;
    margin: 0 auto;
}

.stm-template-motorcycle .stm-thumbs-car-gallery .owl-item.current:after {
    visibility: visible;
    opacity: 1;
}

.stm-template-motorcycle .stm-thumbs-car-gallery .owl-controls {
    margin-top: 0;
}

.stm-template-motorcycle .stm-thumbs-car-gallery .owl-prev {
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.stm-template-motorcycle .stm-thumbs-car-gallery .owl-prev:after {
    font-family: "Font Awesome 5 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: "\f053";
    color: #fff;
    line-height: 82px;
}

.stm-template-motorcycle .stm-thumbs-car-gallery .owl-next {
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.stm-template-motorcycle .stm-thumbs-car-gallery .owl-next:after {
    font-family: "Font Awesome 5 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);
    display: block;
    content: "\f054";
    color: #fff;
    line-height: 82px;
}

.stm-template-motorcycle .stm-thumbs-car-gallery .video-preview {
    position: relative;
}

.stm-template-motorcycle .stm-thumbs-car-gallery .video-preview:before {
    content: "\f144";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 51px;
    height: 51px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    text-align: center;
    line-height: 51px;
    color: #df1d1d;
    font-size: 30px;
    z-index: 20;
}

.stm-template-motorcycle .stm-big-car-gallery .video-preview a:before {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 63px;
    margin: -45px 0 0 -45px !important;
}

.stm-template-motorcycle .stm-car-carousels {
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
}

.stm-template-motorcycle .stm-car-carousels:hover .stm-thumbs-car-gallery .owl-prev {
    left: 0;
}

.stm-template-motorcycle .stm-car-carousels:hover .stm-thumbs-car-gallery .owl-next {
    right: 0;
}

.stm-template-motorcycle .video-preview {
    position: relative;
}

.stm-template-motorcycle .video-preview a {
    display: block;
    position: relative;
}

.stm-template-motorcycle .video-preview a:before {
    content: "\f144";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 51px;
    height: 51px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    text-align: center;
    line-height: 51px;
    color: #0e1315;
    font-size: 30px;
    z-index: 20;
}

.stm-template-motorcycle .video-preview a:hover:before {
    color: #df1d1d;
}

.stm-template-motorcycle .compose-mode .stm-tech-infos table {
    position: absolute;
    top: 44px;
    z-index: 1;
}

.stm-template-motorcycle .compose-mode .stm-tech-infos {
    position: relative;
    margin-top: 10px;
}

.stm-template-motorcycle .compose-mode .vc_element.vc_stm_tech_info {
    min-height: 40px;
}

.stm-template-motorcycle .compose-mode .vc_element {
    z-index: 10;
    position: relative;
}

.stm-template-motorcycle .stm-tech-infos {
    margin-top: -6px;
}

.stm-template-motorcycle .stm-tech-infos .stm-tech-title {
    position: relative;
    padding-top: 10px;
    padding-left: 50px;
    margin-bottom: 9px;
    min-height: 35px;
}

.stm-template-motorcycle .stm-tech-infos .stm-tech-title i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 27px;
    color: #df1d1d;
}

.stm-template-motorcycle .stm-tech-infos .stm-tech-title .title {
    font-size: 16px;
    font-weight: 400;
    color: #0e1315;
}

.stm-template-motorcycle .stm-tech-infos table {
    border-top: 1px solid #575e60;
}

.stm-template-motorcycle .stm-tech-infos table > tbody tr td {
    padding-top: 8px !important;
    padding-bottom: 8px;
}

.stm-template-motorcycle .stm-tech-infos table > tbody tr:last-child td {
    border-bottom: 0;
}

.stm-template-motorcycle .stm-tech-infos span.h6 {
    font-size: 14px;
    font-weight: 400;
}

.stm-template-motorcycle .stm-border-right {
    border-right: 1px solid #ddd;
}

.stm-template-motorcycle .special-label, .stm-template-motorcycle .special-label.h5 {
    position: absolute;
    top: 27px;
    left: -81px;
    height: 49px;
    padding: 0 100px;
    line-height: 49px;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #fab637;
    transform: rotate(-45deg) translateZ(0);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    z-index: 20;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.stm-template-motorcycle .special-label-small,
.stm-template-motorcycle .special-label-small.h6 {
    top: 20px;
    left: -91px;
    height: 32px;
    line-height: 32px;
    width: 249px !important;
}

.stm-template-motorcycle .stm-single-car-page {
    margin: 0 auto !important;
    padding: 60px 0 60px;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.stm-template-motorcycle .stm-single-car-page .stm_listing_title {
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.4px;
    line-height: 45px;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

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

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

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

.stm-template-motorcycle .stm-single-car-page .stm_all_in_one_price_block .prices_wrap .h3.regular_price, .stm-template-motorcycle .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-motorcycle .stm-single-car-page .stm_all_in_one_price_block .prices_wrap .h3.regular_price .crossed, .stm-template-motorcycle .stm-single-car-page .stm_all_in_one_price_block .prices_wrap .h3.price_label .crossed {
    text-decoration: line-through;
}

.stm-template-motorcycle .stm-single-car-page .stm_all_in_one_price_block .action-links a {
    color: #fff;
    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-motorcycle .stm-single-car-page .stm_all_in_one_price_block .action-links a:first-child {
    margin-bottom: 10px;
}

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

.stm-template-motorcycle .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-motorcycle .stm-single-car-page .electric_vehicle_mpg {
    border-radius: 5px;
    border: 1px solid #bbbec1;
    margin-bottom: 0;
    padding: 20px 10px;
}

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

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

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

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

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

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

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

.stm-template-motorcycle .stm-single-car-page .stm_battery_charging_time .charge_times_wrap h3 {
    color: #fff;
    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-motorcycle .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-motorcycle .stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-label {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14px;
    text-align: center;
}

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

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

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

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

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

.stm-template-motorcycle .stm-single-car-page .stm_battery_charging_time .charge_times_wrap .charge-range {
    opacity: 0.5;
    color: #fff;
    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-motorcycle .stm-single-car-page .stm_gallery_with_buttons .ev_gallery {
    position: relative;
}

.stm-template-motorcycle .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(255, 255, 255, 0.4);
    z-index: 10;
    overflow: hidden;
}

.stm-template-motorcycle .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-motorcycle .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-motorcycle .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn .stm-icon-remove,
.stm-template-motorcycle .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn span.remove {
    display: none;
}

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

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

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

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

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

.stm-template-motorcycle .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-motorcycle .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-motorcycle .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-motorcycle .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:before, .stm-template-motorcycle .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-motorcycle .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-motorcycle .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-motorcycle .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:hover {
    background-color: #ff2325;
    border-left: solid 2px #ff2325;
    border-right: solid 2px #ff2325;
    cursor: pointer;
}

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

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

.stm-template-motorcycle .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-motorcycle .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .stm-badge-directory,
.stm-template-motorcycle .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;
}

.stm-template-motorcycle .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .stm-badge-directory {
    background-color: #ff2325;
}

.stm-template-motorcycle .stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .special-label.h5 {
    background-color: #fc4e4e;
}

.stm-template-motorcycle .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-motorcycle .stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn {
    margin-left: 0;
    width: 100%;
}

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

.stm-template-motorcycle .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: #fff;
}

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

.stm-template-motorcycle .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-motorcycle .stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn {
        margin-left: 12px;
    }
}

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

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

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

.stm-template-motorcycle .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-prev,
.stm-template-motorcycle .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-motorcycle .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-prev:after,
.stm-template-motorcycle .stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff2325;
    line-height: normal;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

.stm-template-motorcycle .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-motorcycle .stm-single-car-page .stm-attribute_boxes .attribute-box i {
    font-size: 22px;
    margin-bottom: 8px;
}

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

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

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

.stm-template-motorcycle .stm-shareble {
    position: relative;
}

.stm-template-motorcycle .stm-shareble:hover .stm-share {
    border-color: #df1d1d;
    color: #df1d1d;
}

.stm-template-motorcycle .stm-shareble .st_sharethis_large {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 20;
}

.stm-template-motorcycle .stm-shareble .st_sharethis_large:hover {
    cursor: pointer;
}

.stm-template-motorcycle .single-car-prices {
    background-color: #df1d1d;
}

.stm-template-motorcycle .single-car-prices .h4 {
    font-size: 24px;
}

.stm-template-motorcycle .single-regular-price {
    padding: 22px 0 13px;
    vertical-align: middle;
}

.stm-template-motorcycle .single-regular-price > .labeled {
    margin-right: 7px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
}

.stm-template-motorcycle .single-regular-price > .h3 {
    position: relative;
    top: -1px;
    left: 1px;
    color: #fff;
    vertical-align: middle;
}

.stm-template-motorcycle .price-description-single {
    padding: 4px 10px;
    background-color: #0e1315;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.stm-template-motorcycle .single-regular-sale-price {
    padding: 14px 25px 12px;
}

.stm-template-motorcycle .single-regular-sale-price > table {
    margin-bottom: 0;
    table-layout: fixed;
}

.stm-template-motorcycle .single-regular-sale-price > table tr td {
    width: 50%;
    padding: 0;
    border-bottom: none;
    color: #fff;
    text-transform: uppercase;
}

.stm-template-motorcycle .single-regular-sale-price > table tr td:first-child {
    font-size: 14px;
    border-right: 1px solid #89ade7;
}

.stm-template-motorcycle .single-regular-sale-price > table tr td:nth-child(2) {
    padding-left: 21px;
}

.stm-template-motorcycle .single-regular-sale-price > table tr td:nth-child(2) .h4 {
    margin: -5px 0 0;
    color: #fff;
}

.stm-template-motorcycle .regular-price-with-sale {
    line-height: 17px;
}

.stm-template-motorcycle .sale-price-description-single {
    padding: 4px 10px;
    background-color: #0e1315;
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.stm-template-motorcycle .sale-price-description-single > strong {
    font-size: 14px;
}

.stm-template-motorcycle .single-car-data {
    padding: 17px 21px 18px 19px;
    margin-bottom: 20px;
    background-color: #f0f2f5;
}

.stm-template-motorcycle .single-car-data > table {
    margin-bottom: 0;
    table-layout: fixed;
}

.stm-template-motorcycle .single-car-data > table tr td {
    padding: 11px 0 6px;
}

.stm-template-motorcycle .single-car-data > table tr td.t-label {
    padding-right: 3px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
}

.stm-template-motorcycle .single-car-data > table tr td.t-value {
    padding-left: 3px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.stm-template-motorcycle .single-car-data > table tr td.t-value.t-vin {
    font-size: 12px;
    text-transform: uppercase;
}

.stm-template-motorcycle .single-car-data > table tr:last-child td {
    border-bottom: none;
}

.stm-template-motorcycle .single-car-mpg {
    padding: 11px 15px;
    margin-bottom: 25px;
    border: 3px solid #e4e6ea;
}

.stm-template-motorcycle .single-car-mpg:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .single-car-mpg .mpg-unit {
    padding-top: 14px;
    float: left;
    width: 36%;
    text-align: center;
}

.stm-template-motorcycle .single-car-mpg .mpg-unit .mpg-value {
    padding: 0 3px;
    font-size: 26px;
    font-weight: 700;
}

.stm-template-motorcycle .single-car-mpg .mpg-unit .mpg-label {
    font-size: 12px;
    text-transform: uppercase;
}

.stm-template-motorcycle .single-car-mpg .mpg-icon {
    float: left;
    width: 26.36%;
    max-width: 64px;
    min-height: 64px;
    text-align: center;
    background-color: #df1d1d;
    border-radius: 50%;
    text-indent: 5px;
}

.stm-template-motorcycle .single-car-mpg .mpg-icon i {
    position: relative;
    top: -1px;
    font-size: 26px;
    line-height: 64px;
    color: #fff;
}

.stm-template-motorcycle .stm_auto_loan_calculator {
    padding: 22px 23px 8px;
    border: 3px solid #e4e6ea;
}

.stm-template-motorcycle .stm_auto_loan_calculator > .title {
    position: relative;
    min-height: 42px;
    padding-left: 55px;
    text-transform: uppercase;
}

.stm-template-motorcycle .stm_auto_loan_calculator > .title h5 {
    position: relative;
    top: 4px;
    margin-bottom: 15px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
}

.stm-template-motorcycle .stm_auto_loan_calculator > .title > i {
    position: absolute;
    top: 0;
    left: 1px;
    font-size: 42px;
    color: #df1d1d;
}

.stm-template-motorcycle .stm_auto_loan_calculator .form-group {
    margin-bottom: 17px;
}

.stm-template-motorcycle .stm_auto_loan_calculator .labeled {
    margin-bottom: 6px;
    font-size: 13px;
    color: #888;
}

.stm-template-motorcycle .stm_auto_loan_calculator input {
    height: 37px;
    line-height: 37px;
}

.stm-template-motorcycle .stm_auto_loan_calculator .single-calculator-title {
    margin: 8px 0 28px -2px;
    text-transform: none;
}

.stm-template-motorcycle .stm_auto_loan_calculator .single-calculator-title h3 {
    position: relative;
    top: 4px;
}

.stm-template-motorcycle .stm_auto_loan_calculator.wide-version {
    padding-left: 32px;
    padding-right: 32px;
}

.stm-template-motorcycle .stm_auto_loan_calculator.wide-version .stm_calculator_results {
    padding-bottom: 26px;
}

.stm-template-motorcycle .stm_auto_loan_calculator.wide-version .form-group {
    margin-bottom: 24px;
}

.stm-template-motorcycle .orange {
    color: #df1d1d;
}

.stm-template-motorcycle .calculate_loan_payment {
    margin-bottom: 16px;
}

.stm-template-motorcycle .stm_calculator_results {
    padding-top: 8px;
    padding-bottom: 20px;
    color: #fff;
}

.stm-template-motorcycle .stm_calculator_results .stm-calc-results-inner {
    position: relative;
    background-color: #df1d1d;
    padding: 18px 24px 14px;
}

.stm-template-motorcycle .stm_calculator_results .stm-calc-results-inner:after {
    position: absolute;
    content: "";
    display: block;
    top: -8px;
    left: 26px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #df1d1d;
}

.stm-template-motorcycle .stm_calculator_results .stm-calc-results-inner .h5 {
    min-height: 22px;
    margin-bottom: 5px;
    color: #fff;
}

.stm-template-motorcycle .stm_calculator_results .stm-calc-label {
    margin-bottom: -2px;
    font-size: 13px;
}

.stm-template-motorcycle #request-trade-offer-form,
.stm-template-motorcycle #get-car-price-form,
.stm-template-motorcycle #request-test-drive-form {
    position: absolute;
    max-width: 100%;
    width: 580px;
    left: 50%;
    margin-left: -290px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.stm-template-motorcycle #request-trade-offer-form .modal-dialog,
.stm-template-motorcycle #get-car-price-form .modal-dialog,
.stm-template-motorcycle #request-test-drive-form .modal-dialog {
    max-width: 100%;
}

.stm-template-motorcycle #request-trade-offer-form .modal-body,
.stm-template-motorcycle #get-car-price-form .modal-body,
.stm-template-motorcycle #request-test-drive-form .modal-body {
    padding: 44px 37px 15px;
}

.stm-template-motorcycle #request-trade-offer-form .modal-body .form-group,
.stm-template-motorcycle #get-car-price-form .modal-body .form-group,
.stm-template-motorcycle #request-test-drive-form .modal-body .form-group {
    margin-bottom: 17px;
}

.stm-template-motorcycle .modal-header {
    border-bottom: none;
}

.stm-template-motorcycle .modal-header-iconed {
    padding: 28px 10px 23px 105px;
    position: relative;
    background-color: #0e1315;
}

.stm-template-motorcycle .modal-header-iconed h3 {
    text-transform: uppercase;
    color: #fff;
}

.stm-template-motorcycle .modal-header-iconed .test-drive-car-name {
    margin-top: -5px;
    color: #aaaaaa;
}

.stm-template-motorcycle .modal-header-iconed i {
    position: absolute;
    top: 35px;
    left: 32px;
    font-size: 47px;
    color: #df1d1d;
}

.stm-template-motorcycle .modal-header-iconed .mobile-close-modal {
    display: none;
}

@media (max-width: 450px) {
    .stm-template-motorcycle .modal-header-iconed {
        display: block;
        padding-rigth: 50px;
    }

    .stm-template-motorcycle .modal-header-iconed i {
        top: 28px;
    }

    .stm-template-motorcycle .modal-header-iconed .mobile-close-modal {
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .stm-template-motorcycle .modal-header-iconed .mobile-close-modal i {
        position: relative;
        top: 0;
        left: 0;
        font-size: 16px;
    }
}

.stm-template-motorcycle .stm-datepicker-input-icon {
    position: relative;
}

.stm-template-motorcycle .stm-datepicker-input-icon:after {
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, -50%);
    right: 18px;
    top: 50%;
    color: #df1d1d;
    font-size: 16px;
    content: "\f017";
}

.stm-template-motorcycle .stm-datepicker-input-icon input {
    padding-right: 35px;
}

.stm-template-motorcycle .compare-title {
    margin-bottom: 25px;
    line-height: 36px;
    margin-top: 30px;
    text-transform: uppercase;
}

.stm-template-motorcycle .car-listing-row .compare-col-stm {
    margin-bottom: 6px;
}

.stm-template-motorcycle .car-listing-row .compare-col-stm .car-meta-top {
    border-bottom: none;
}

.stm-template-motorcycle .car-listing-row .compare-col-stm:hover .remove-from-compare {
    bottom: -13px;
    opacity: 1;
}

.stm-template-motorcycle .car-listing-row .compare-col-stm:hover .stm-compare-car-img:after {
    opacity: 1;
}

.stm-template-motorcycle .car-listing-row .compare-col-stm .listing-car-item-meta {
    padding-top: 35px;
}

.stm-template-motorcycle .title-box-disabled {
    height: 43px;
}

.stm-template-motorcycle .compare-options table > tbody tr td {
    text-transform: uppercase;
}

.stm-template-motorcycle .compare-values table > tbody tr td .h5 {
    margin: 0;
    font-weight: 400;
}

.stm-template-motorcycle .compare-value-hover:hover {
    cursor: pointer;
}

.stm-template-motorcycle .compare-value-hover.hovered {
    color: #df1d1d;
}

.stm-template-motorcycle .compare-value-hover.hovered .h5 {
    color: #df1d1d;
}

.stm-template-motorcycle .stm-compare-car-img {
    position: relative;
}

.stm-template-motorcycle .stm-compare-car-img:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.stm-template-motorcycle .compare-col-stm-empty .image img.stm-compare-empty {
    opacity: 0.8;
}

.stm-template-motorcycle .compare-col-stm-empty:hover .image img.stm-compare-empty {
    opacity: 1;
}

.stm-template-motorcycle .compare-col-stm-empty > a {
    text-decoration: none !important;
}

.stm-template-motorcycle .compare-col-stm-empty > a:hover .h5 {
    color: #df1d1d;
}

.stm-template-motorcycle .compare-col-stm-empty .image {
    position: relative;
}

.stm-template-motorcycle .compare-col-stm-empty .image .stm-icon-add_car {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -36px;
    font-size: 53px;
    color: #d1d7dc;
    z-index: 15;
}

.stm-template-motorcycle .compare-col-stm-empty .h5 {
    margin-top: 24px;
    color: #888;
    text-transform: uppercase;
    text-align: center;
}

.stm-template-motorcycle .stm-compare-row {
    margin-bottom: 30px;
}

.stm-template-motorcycle .stm-compare-features {
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: 400;
}

.stm-template-motorcycle .row-compare-features {
    margin-bottom: 29px;
}

.stm-template-motorcycle .stm-call-to-action-1 {
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
}

.stm-template-motorcycle .stm-call-to-action-1:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left {
    position: relative;
    padding: 30px 10px 22px 27px;
    float: left;
    width: 43%;
    background-color: #fff;
    z-index: 16;
}

.stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: -48px;
    height: 100%;
    width: 200px;
    transform: skew(-45deg, 0deg);
    background-color: #fff;
    z-index: 16;
}

.stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left .stm-call-action-image {
    float: left;
    margin-top: -5px;
    margin-right: 28px;
}

.stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left .stm-call-action-image img {
    max-height: 50px;
}

.stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left .stm-call-action-icon {
    position: relative;
    left: 6px;
    min-width: 51px;
    float: left;
    margin-top: -4px;
    margin-right: 28px;
    font-size: 49px;
}

.stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left .stm-call-action-content {
    position: relative;
    z-index: 20;
}

.stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left .stm-call-action-content .content {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    overflow: hidden;
}

.stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 65.947%;
    height: 100%;
    overflow: hidden;
    z-index: 15;
}

.stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-right .stm-call-action-right-banner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 1px;
    background-size: cover;
}

.stm-template-motorcycle .remove-compare-unlinkable {
    position: relative;
    height: 29px;
    margin-top: -29px;
    z-index: 20;
}

.stm-template-motorcycle .remove-from-compare {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -78px;
    width: 157px;
    padding: 0 6px 0 32px;
    height: 29px;
    line-height: 29px;
    text-transform: uppercase;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    background-color: #df1d1d;
    opacity: 0;
}

.stm-template-motorcycle .remove-from-compare:hover {
    cursor: pointer;
}

.stm-template-motorcycle .remove-from-compare .stm-icon-remove {
    position: absolute;
    left: 7px;
    top: 6px;
    font-size: 15px;
}

.stm-template-motorcycle .remove-from-compare.loading .stm-icon-remove {
    left: 11px;
    top: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 17px;
    line-height: normal;
    -webkit-animation: rotating 2s infinite linear;
    animation: rotating 2s infinite linear;
}

.stm-template-motorcycle .remove-from-compare.loading .stm-icon-remove:before {
    content: "\f013";
    z-index: 20;
}

.stm-template-motorcycle .stm-car-compare-row {
    margin-top: 120px;
}

.stm-template-motorcycle .stm-working-days {
    padding: 28px 26px 23px 27px;
    border: 3px solid #ddd;
}

.stm-template-motorcycle .stm-working-days .title {
    position: relative;
    margin-bottom: 18px;
    padding-left: 31px;
}

.stm-template-motorcycle .stm-working-days .title i {
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 21px;
    color: #df1d1d;
}

.stm-template-motorcycle table.stm-working-days-table {
    margin-bottom: 0;
}

.stm-template-motorcycle table.stm-working-days-table > tbody > tr:last-child td {
    border-bottom: none;
}

.stm-template-motorcycle table.stm-working-days-table > tbody > tr td {
    padding: 7px 0 5px;
}

.stm-template-motorcycle table.stm-working-days-table > tbody > tr td.day-label {
    text-transform: uppercase;
    font-size: 12px;
    color: #888;
}

.stm-template-motorcycle table.stm-working-days-table > tbody > tr td.day-value {
    text-align: right;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}

.stm-template-motorcycle table.stm-working-days-table > tbody > tr td.day-value.day-closed {
    color: #e81818;
}

.stm-template-motorcycle .compare-empty-car-bottom,
.stm-template-motorcycle .compare-empty-car-top {
    display: none;
}

.stm-template-motorcycle .archive-listing-page {
    margin-top: 30px;
    margin-bottom: 46px;
}

.stm-template-motorcycle .listing-list-loop {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 32px;
    border-bottom: 1px solid #ddd;
}

.stm-template-motorcycle .listing-list-loop .video-preview {
    position: absolute;
    right: 9px;
    top: 17px;
    padding: 1px 11px 1px 25px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #df1d1d;
    z-index: 20;
}

.stm-template-motorcycle .listing-list-loop .video-preview .fas {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -6px;
    font-size: 12px;
}

.stm-template-motorcycle .listing-list-loop:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .listing-list-loop .image {
    position: relative;
    float: left;
    max-width: 257px;
    margin: 0 28px 0 0;
    padding-top: 8px;
    overflow: hidden;
}

.stm-template-motorcycle .listing-list-loop .image .image-inner {
    position: relative;
    overflow: hidden;
}

.stm-template-motorcycle .listing-list-loop .content {
    overflow: hidden;
}

.stm-template-motorcycle .listing-list-loop .content .title {
    margin-top: 3px;
    padding-top: 2px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top {
    margin-bottom: 18px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price {
    min-width: 130px;
    position: relative;
    margin-left: 40px;
    float: right;
    text-align: right;
    background-color: #df1d1d;
    color: #fff;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price .heading-font {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price .normal-price {
    position: relative;
    left: -4px;
    padding: 13px 8px 12px 4px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price .normal-price .label-price {
    max-width: 26px;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 2px;
    line-height: 10px;
    font-size: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    opacity: 0.7;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price .normal-price .heading-font {
    position: relative;
    top: 1px;
    font-size: 22px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price.discounted-price {
    padding: 1px 7px 3px 0;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price.discounted-price .regular-price {
    position: relative;
    left: -4px;
    padding-right: 4px;
    vertical-align: bottom;
    font-size: 13px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price.discounted-price .regular-price .label-price {
    opacity: 0.7;
    font-size: 10px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price.discounted-price .sale-price {
    position: relative;
    left: -4px;
    vertical-align: middle;
    margin-top: -2px;
    padding-right: 3px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price.discounted-price .sale-price .label-price {
    display: inline-block;
    max-width: 30px;
    margin-right: 2px;
    position: relative;
    top: -4px;
    line-height: 10px;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    opacity: 0.7;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -11px;
    height: 100%;
    width: 32px;
    background-color: #df1d1d;
    transform: skew(-23deg, 0deg);
    z-index: -1;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit {
    float: left;
    padding-right: 13px;
    margin-right: 9px;
    margin-bottom: 23px;
    border-right: 1px solid #ddd;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit:last-child {
    border-right: none;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .meta-middle-unit-top {
    padding-left: 25px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .value {
    padding-left: 25px;
    font-weight: 400;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit .meta-middle-unit-top {
    position: relative;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit.fuel .meta-middle-unit-top {
    padding-left: 23px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit.fuel .value {
    padding-left: 23px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit.engine .meta-middle-unit-top {
    padding-left: 29px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit.engine .value {
    padding-left: 29px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit.transmission .meta-middle-unit-top {
    padding-left: 29px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit.transmission .value {
    padding-left: 29px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit.drive .meta-middle-unit-top {
    padding-left: 29px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit.drive .value {
    padding-left: 29px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit .icon {
    position: absolute;
    margin-top: 1px;
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
    color: #888;
    font-size: 15px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit .icon .stm-icon-fuel {
    position: relative;
    top: -1px;
    font-size: 14px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit .icon .stm-icon-engine_fill {
    position: relative;
    top: 0;
    left: 1px;
    font-size: 18px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit .icon .stm-icon-transmission_fill {
    position: relative;
    top: 1px;
    left: 1px;
    font-size: 17px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit .icon .stm-icon-drive_2 {
    position: relative;
    top: 1px;
    left: 1px;
    font-size: 17px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit .name {
    text-transform: uppercase;
    color: #888;
    font-size: 10px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit .value {
    margin-top: -5px;
    margin-bottom: 0;
    line-height: normal;
}

.stm-template-motorcycle .certified-logo-1,
.stm-template-motorcycle .certified-logo-2 {
    opacity: 0.8;
}

.stm-template-motorcycle .certified-logo-1:hover,
.stm-template-motorcycle .certified-logo-2:hover {
    opacity: 1;
}

.stm-template-motorcycle .stm-price-range, .stm-template-motorcycle .stm-filter-type-slider {
    margin-bottom: 19px;
}

.stm-template-motorcycle .stm-price-range-unit {
    padding: 0 9px;
    background-color: #dfe1e5;
    border-radius: 2px;
}

.stm-template-motorcycle .row-pad-top-24 {
    padding-top: 24px;
}

.stm-template-motorcycle .col-md-wider-left {
    padding-left: 6px;
}

.stm-template-motorcycle .col-md-wider-right {
    padding-right: 6px;
}

.stm-template-motorcycle .sidebar-action-units:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .sidebar-action-units input[type=submit] {
    float: left;
    margin-right: 23px;
    padding: 13px 19px 9px;
    font-size: 12px;
}

.stm-template-motorcycle .stm-reset-classic-filter {
    margin-top: 8px;
    display: inline-block;
    position: relative;
    padding-left: 17px;
    color: #888;
    font-size: 13px;
}

.stm-template-motorcycle .stm-reset-classic-filter .fas {
    position: absolute;
    top: 5px;
    left: 0;
    color: #df1d1d;
    font-size: 14px;
}

.stm-template-motorcycle .stm-reset-classic-filter span {
    display: inline-block;
    position: relative;
}

.stm-template-motorcycle .stm-reset-classic-filter span:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 3px;
    left: 1px;
    right: 0;
    height: 1px;
    background-color: #888;
}

.stm-template-motorcycle #stm_filter_max_price,
.stm-template-motorcycle #stm_filter_min_price {
    text-align: center;
}

.stm-template-motorcycle .classic-filter-pagination .page-numbers {
    border-top: none;
}

.stm-template-motorcycle .stm-car-listing-sort-units {
    margin-top: 4px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-sort-by-options {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-sort-by-options > span {
    float: left;
    margin-top: 7px;
    margin-right: 9px;
    text-transform: uppercase;
    font-size: 12px;
    color: #888;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting {
    float: left;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single {
    height: 32px;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 32px;
    line-height: 32px;
    transition: all 0.3s ease;
    background: #2f3c40;
    border: 1px solid #2f3c40;
    color: #fff;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-view-by {
    float: right;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-view-by:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-view-by .view-type {
    display: block;
    float: left;
    color: #8f8f8f;
    margin-left: 10px;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-view-by .view-type:hover {
    color: #df1d1d;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-view-by .view-type.view-list {
    font-size: 12px;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-view-by .view-type.view-grid {
    text-indent: 2px;
    font-size: 16px;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-view-by .view-type:hover {
    cursor: pointer;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-view-by .view-type:first-child {
    margin-left: 0;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-view-by .view-type.active {
    background-color: #f0f2f5;
    color: #8f8f8f;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-view-by .view-type.active:hover {
    color: #df1d1d;
}

.stm-template-motorcycle .stm-isotope-sorting {
    position: relative;
}

.stm-template-motorcycle select {
    opacity: 0;
    visibility: hidden;
}

.stm-template-motorcycle .bookly-form select {
    opacity: 1;
    visibility: visible;
}

.stm-template-motorcycle .stm-isotope-listing-item {
    margin-bottom: 31px;
}

.stm-template-motorcycle .stm-filter-chosen-units {
    margin-bottom: 7px;
}

.stm-template-motorcycle #modern-filter-listing ul.stm-filter-chosen-units-list {
    height: 0;
}

.stm-template-motorcycle ul.stm-filter-chosen-units-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stm-template-motorcycle ul.stm-filter-chosen-units-list:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle ul.stm-filter-chosen-units-list li {
    position: relative;
    float: left;
    padding: 4px 35px 6px 13px;
    margin: 0 15px 10px 0;
    font-size: 13px;
    box-shadow: 0 1px 3px rgba(59, 62, 68, 0.3);
    border-radius: 3px;
    color: #555;
}

.stm-template-motorcycle ul.stm-filter-chosen-units-list li:last-child {
    margin-right: 0;
}

.stm-template-motorcycle ul.stm-filter-chosen-units-list li > span {
    margin-right: -1px;
    color: #aaa;
}

.stm-template-motorcycle ul.stm-filter-chosen-units-list li > i {
    position: absolute;
    top: 0;
    right: 0;
    width: 29px;
    height: 100%;
    line-height: 31px;
    text-align: center;
    font-size: 10px;
    color: #aaa;
}

.stm-template-motorcycle ul.stm-filter-chosen-units-list li > i:hover {
    cursor: pointer;
}

.stm-template-motorcycle .stm-accordion-single-unit {
    margin-top: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
}

.stm-template-motorcycle .stm-accordion-single-unit > a.title {
    position: relative;
    display: block;
    padding: 27px 20px 20px 25px;
    background-color: #fff;
    border-top: 4px solid #0e1315;
    text-decoration: none !important;
}

.stm-template-motorcycle .stm-accordion-single-unit > a.title.collapsed {
    padding: 15px 20px 15px 25px;
    border-top-color: #df1d1d;
}

.stm-template-motorcycle .stm-accordion-single-unit > a.title.collapsed .minus {
    margin-top: -2px;
}

.stm-template-motorcycle .stm-accordion-single-unit > a.title.collapsed .minus:after {
    opacity: 1;
}

.stm-template-motorcycle .stm-accordion-single-unit > a.title h5 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.stm-template-motorcycle .stm-accordion-single-unit > a.title .minus {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: 1px;
    width: 11px;
    height: 3px;
    background-color: #ccc;
}

.stm-template-motorcycle .stm-accordion-single-unit > a.title .minus:after {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 4px;
    height: 11px;
    width: 3px;
    background-color: #ccc;
    opacity: 0;
}

.stm-template-motorcycle .stm-accordion-single-unit > a.title:hover .minus:after,
.stm-template-motorcycle .stm-accordion-single-unit > a.title:hover .minus {
    background-color: #df1d1d;
}

.stm-template-motorcycle .stm-accordion-single-unit .stm-accordion-content ul {
    padding: 5px 40px 17px 25px;
    margin-bottom: 0;
}

.stm-template-motorcycle .stm-accordion-single-unit .stm-accordion-content ul li {
    margin-bottom: 7px;
    font-size: 13px;
}

.stm-template-motorcycle .stm-accordion-single-unit .stm-accordion-content ul li:hover {
    cursor: pointer;
}

.stm-template-motorcycle .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label .stm-option-image {
    max-width: 130px;
    margin-bottom: 5px;
}

.stm-template-motorcycle .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content .stm-accordion-content-padded .stm-option-label {
    width: 50%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.stm-template-motorcycle .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content .stm-accordion-content-padded .stm-option-label:nth-child(odd) {
    padding: 0 3px 0 0;
}

.stm-template-motorcycle .stm-listing-directory-checkboxes.stm-one_col .stm-accordion-content-wrapper .stm-option-label .stm-option-image {
    max-width: 130px;
    margin-bottom: 5px;
}

.stm-template-motorcycle .stm-listing-directory-checkboxes.stm-one_col .stm-accordion-content .stm-accordion-content-padded .stm-option-label {
    width: 100%;
    display: block;
    padding: 0 15px;
    float: left;
    margin-bottom: 25px;
}

.stm-template-motorcycle .stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-padded {
    display: block;
    overflow: hidden;
    padding: 20px 5px 30px;
}

.stm-template-motorcycle .blog-meta {
    padding: 16px 18px 0;
    margin-bottom: 45px;
    background-color: #0e1315;
}

.stm-template-motorcycle .blog-meta .left {
    float: left;
}

.stm-template-motorcycle .blog-meta .right {
    float: right;
}

.stm-template-motorcycle .blog-meta .blog-meta-unit {
    position: relative;
    color: #fff;
    padding-left: 22px;
    margin-bottom: 14px;
    font-weight: 400;
}

.stm-template-motorcycle .blog-meta .blog-meta-unit .post_comments {
    font-weight: 400;
}

.stm-template-motorcycle .blog-meta .blog-meta-unit a {
    color: #fff;
}

.stm-template-motorcycle .blog-meta .blog-meta-unit a:hover {
    color: #df1d1d;
    text-decoration: none;
}

.stm-template-motorcycle .blog-meta .blog-meta-unit i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    font-size: 15px;
    color: #df1d1d;
}

.stm-template-motorcycle .blog-meta .blog-meta-unit i.stm-icon-message {
    font-size: 14px;
    margin-top: -7px;
}

.stm-template-motorcycle .blog-meta .clearfix .blog-meta-unit {
    float: left;
    margin-right: 41px;
}

.stm-template-motorcycle .post-content {
    padding-bottom: 35px;
    margin-bottom: 38px;
    border-bottom: 1px solid #ddd;
}

.stm-template-motorcycle .post-content iframe {
    width: 100% !important;
    max-width: 100% !important;
    vertical-align: top;
}

.stm-template-motorcycle .post-content.post-content-vc {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.stm-template-motorcycle .post-content blockquote {
    position: relative;
    margin-top: 10px;
    padding-left: 72px;
    padding-right: 5px;
    border-left: none;
    font-size: 16px;
    line-height: 32px;
    color: #0e1315;
    font-style: normal;
}

.stm-template-motorcycle .post-content blockquote:after, .stm-template-motorcycle .post-content blockquote:before {
    position: absolute;
    content: "";
    display: block;
    top: 9px;
    left: 4px;
    font-size: 31px;
    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;
    color: #df1d1d;
    content: "\e923";
}

.stm-template-motorcycle .blog-meta-bottom {
    margin-top: 30px;
    margin-bottom: 40px;
}

.stm-template-motorcycle .blog-meta-bottom .left {
    float: left;
}

.stm-template-motorcycle .blog-meta-bottom .right {
    float: right;
}

.stm-template-motorcycle .blog-meta-bottom span.h6 {
    text-transform: uppercase;
    font-weight: 700;
}

.stm-template-motorcycle .blog-meta-bottom .post-tags .post-tag,
.stm-template-motorcycle .blog-meta-bottom .post-tags .post-category,
.stm-template-motorcycle .blog-meta-bottom .post-cat .post-tag,
.stm-template-motorcycle .blog-meta-bottom .post-cat .post-category {
    color: #888;
    font-weight: 400;
    font-size: 13px;
}

.stm-template-motorcycle .blog-meta-bottom .post-tags .post-tag:last-child .divider,
.stm-template-motorcycle .blog-meta-bottom .post-tags .post-category:last-child .divider,
.stm-template-motorcycle .blog-meta-bottom .post-cat .post-tag:last-child .divider,
.stm-template-motorcycle .blog-meta-bottom .post-cat .post-category:last-child .divider {
    display: none;
}

.stm-template-motorcycle .blog-meta-bottom .post-tags .post-tag a,
.stm-template-motorcycle .blog-meta-bottom .post-tags .post-category a,
.stm-template-motorcycle .blog-meta-bottom .post-cat .post-tag a,
.stm-template-motorcycle .blog-meta-bottom .post-cat .post-category a {
    color: #888;
    font-weight: 400;
    font-size: 13px;
}

.stm-template-motorcycle .blog-meta-bottom .post-tags .post-tag a:hover,
.stm-template-motorcycle .blog-meta-bottom .post-tags .post-category a:hover,
.stm-template-motorcycle .blog-meta-bottom .post-cat .post-tag a:hover,
.stm-template-motorcycle .blog-meta-bottom .post-cat .post-category a:hover {
    text-decoration: none;
    color: #df1d1d;
}

.stm-template-motorcycle .blog-meta-bottom .post-tags {
    margin-top: 2px;
}

.stm-template-motorcycle .blog-meta-bottom .stm-shareble {
    margin-top: 7px;
}

.stm-template-motorcycle .stm-author-box {
    padding: 30px 50px 30px 30px;
    margin-bottom: 58px;
    border-top: 4px solid #0e1315;
    background-color: #f3f4f5;
}

.stm-template-motorcycle .stm-author-box .author-image {
    float: left;
    margin-right: 29px;
}

.stm-template-motorcycle .stm-author-box .author-image > img {
    border-radius: 50%;
}

.stm-template-motorcycle .stm-author-box .author-content {
    overflow: hidden;
}

.stm-template-motorcycle .stm-author-box .author-content h6 {
    margin-bottom: 4px;
    color: #aaaaaa;
}

.stm-template-motorcycle .stm-author-box .author-content h4 {
    margin-bottom: 10px;
}

.stm-template-motorcycle .stm-author-box .author-content .author-description {
    color: #555;
    font-size: 14px;
    line-height: 20px;
}

.stm-template-motorcycle .comment-reply-title {
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.stm-template-motorcycle .comments-title {
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.stm-template-motorcycle .single-post #main {
    margin-bottom: 36px;
}

.stm-template-motorcycle .comment.parent .comment-body {
    position: relative;
}

.stm-template-motorcycle .comment.parent .comment-body:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 40px;
    width: 36px;
    height: 1px;
    background-color: #ddd;
}

.stm-template-motorcycle .comment .comment-body {
    min-height: 80px;
    margin-bottom: 18px;
    overflow: hidden;
}

.stm-template-motorcycle .comment .comment-avatar {
    position: relative;
    float: left;
    margin-right: 29px;
}

.stm-template-motorcycle .comment .comment-avatar img {
    border-radius: 50%;
}

.stm-template-motorcycle .comment .comment-avatar:before {
    position: absolute;
    content: "";
    display: block;
    top: 88px;
    left: 50%;
    width: 1px;
    height: 2000px;
    background-color: #ddd;
}

.stm-template-motorcycle .comment .comment-info-wrapper {
    overflow: hidden;
}

.stm-template-motorcycle .comment .comment-info-wrapper .comment-info {
    margin-top: -4px;
    margin-bottom: 10px;
}

.stm-template-motorcycle .comment .comment-info-wrapper .comment-text {
    min-height: 70px;
    padding-bottom: 21px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    font-style: italic;
}

.stm-template-motorcycle .comment .comment-info-wrapper .comment-reply-login {
    margin-left: 10px;
}

.stm-template-motorcycle .comment .comment-info-wrapper .comment-text p {
    margin-bottom: 5px;
}

.stm-template-motorcycle .comment .commentmetadata {
    color: #888;
    font-size: 12px;
}

.stm-template-motorcycle .comment .commentmetadata a {
    color: #888;
}

.stm-template-motorcycle .comment .commentmetadata a:hover {
    color: #df1d1d;
    text-decoration: none;
}

.stm-template-motorcycle .comment .commentmetadata .comment-meta-data-unit {
    vertical-align: top;
}

.stm-template-motorcycle .comment .commentmetadata .comment-meta-data-unit a {
    color: #df1d1d;
}

.stm-template-motorcycle .comment .commentmetadata .comment-meta-data-unit a i {
    font-size: 11px;
}

.stm-template-motorcycle .comment .comment-divider {
    margin: 0 7px;
    color: #888;
}

.stm-template-motorcycle .comment .comment-reply-link {
    margin-left: 2px;
}

.stm-template-motorcycle .comment .comment-reply-link i {
    margin-right: 7px;
}

.stm-template-motorcycle .comment .comment-edit-link {
    margin-left: -2px;
}

.stm-template-motorcycle .comment .comment-edit-link i {
    position: relative;
    top: 1px;
    font-size: 13px !important;
    margin-right: 7px;
}

.stm-template-motorcycle .comment .comment-author .h5 a {
    color: #0e1315;
    font-weight: 700;
}

.stm-template-motorcycle .comment .comment-date {
    margin-right: -5px;
}

.stm-template-motorcycle ul.comment-list li ul.children {
    padding-left: 43px;
    list-style: none;
}

.stm-template-motorcycle ul.comment-list li ul.children > li.parent .comment-avatar:before {
    position: absolute;
    content: "";
    display: block;
    top: 73px;
    left: 50%;
    width: 1px;
    height: 2000px;
    background-color: #ddd;
}

.stm-template-motorcycle ul.comment-list li ul.children .comment-body {
    padding-top: 18px;
    margin-top: -18px;
}

.stm-template-motorcycle ul.comment-list li ul.children .comment-body:after {
    display: none;
}

.stm-template-motorcycle ul.comment-list li ul.children .comment-avatar {
    position: relative;
    margin-right: 35px;
}

.stm-template-motorcycle ul.comment-list li ul.children .comment-avatar img {
    max-width: 65px;
}

.stm-template-motorcycle ul.comment-list li ul.children .comment-avatar:after {
    position: absolute;
    content: "";
    display: block;
    top: -18px;
    left: 50%;
    width: 1px;
    height: 10px;
    background-color: #ddd;
}

.stm-template-motorcycle ul.comment-list li ul.children ul.children {
    padding-left: 0;
}

.stm-template-motorcycle ul.children .comment:not(.parent) {
    position: relative;
    margin-bottom: 30px;
}

.stm-template-motorcycle ul.children .comment:not(.parent):after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    right: 0;
    left: -43px;
    height: 1px;
    background-color: #ddd;
}

.stm-template-motorcycle ul.children .comment:not(.parent) .comment-avatar:before {
    display: none !important;
}

.stm-template-motorcycle ul.children .comment:not(.parent) .comment-body .comment-text {
    padding-bottom: 30px;
    border-bottom: none;
}

.stm-template-motorcycle .comment-list {
    margin-bottom: 57px;
}

.stm-template-motorcycle .comment-list > li.comment:not(.parent) {
    position: relative;
}

.stm-template-motorcycle .comment-list > li.comment:not(.parent):after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    right: 0;
    left: 0px;
    height: 1px;
    background-color: #ddd;
}

.stm-template-motorcycle .comment-list > li.comment:not(.parent) .comment-avatar:before {
    display: none !important;
}

.stm-template-motorcycle .comment-list > li.comment:not(.parent) .comment-body .comment-text {
    border-bottom: none;
}

.stm-template-motorcycle .logged-in-as {
    display: none;
}

.stm-template-motorcycle .stm-single-post {
    padding-top: 36px;
}

.stm-template-motorcycle .stm-single-post .post-title {
    margin-bottom: 35px;
    line-height: 50px;
}

.stm-template-motorcycle #cancel-comment-reply-link {
    margin-left: 10px;
}

.stm-template-motorcycle .comment-respond {
    padding-bottom: 20px;
}

.stm-template-motorcycle .stm-archives {
    padding-top: 30px;
}

.stm-template-motorcycle .stm-contact-us-form-wrapper {
    padding: 60px 91px 11px;
    background-color: #fff;
    box-shadow: 0px 3px 18px rgba(35, 38, 40, 0.3);
}

.stm-template-motorcycle .stm-contact-us-form-wrapper h2 {
    margin-bottom: 47px;
    text-transform: uppercase;
}

.stm-template-motorcycle .stm-contact-us-form-wrapper .form-group {
    margin-bottom: 30px;
}

.stm-template-motorcycle .stm-contact-us-form-wrapper .form-group input {
    font-size: 14px;
}

.stm-template-motorcycle .stm-contact-us-form-wrapper form {
    margin-left: 3px;
    margin-right: 3px;
}

.stm-template-motorcycle .stm-contact-us-form-wrapper .col-md-7 .col-md-6:first-child .form-group {
    margin-right: 2px;
}

.stm-template-motorcycle .stm-contact-us-form-wrapper .col-md-7 .col-md-6:nth-child(2) .form-group {
    padding-left: 8px;
    margin-right: -5px;
}

.stm-template-motorcycle .stm-contact-us-form-wrapper .col-md-5 .contact-us-submit,
.stm-template-motorcycle .stm-contact-us-form-wrapper .col-md-5 .form-group {
    margin-left: 7px;
}

.stm-template-motorcycle .stm-contact-us-form-wrapper .wpcf7-response-output {
    margin-bottom: 20px !important;
}

.stm-template-motorcycle .contact-us-label {
    margin-bottom: 5px;
    font-size: 14px;
}

.stm-template-motorcycle .stm-contact-us-checkbox {
    margin: 17px 0 35px;
}

.stm-template-motorcycle .contact-us-submit {
    margin-top: -5px;
}

.stm-template-motorcycle .stm-view-type-list,
.stm-template-motorcycle .stm-view-type-grid {
    padding-top: 57px;
    padding-bottom: 65px;
}

.stm-template-motorcycle .stm-view-type-grid .row-2 .col-md-6 .image img {
    width: 100%;
}

.stm-template-motorcycle .stm-blog-pagination {
    margin-top: 10px;
}

.stm-template-motorcycle .stm-blog-pagination .page-numbers {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.stm-template-motorcycle .stm-blog-pagination .page-numbers li a.next,
.stm-template-motorcycle .stm-blog-pagination .page-numbers li a.prev {
    top: 0;
}

.stm-template-motorcycle .post-grid-single-unit {
    position: relative;
    margin-bottom: 50px;
}

.stm-template-motorcycle .post-grid-single-unit:hover .content {
    border-color: transparent;
    box-shadow: 0 1px 6px rgba(35, 38, 40, 0.4);
}

.stm-template-motorcycle .post-grid-single-unit .image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.stm-template-motorcycle .post-grid-single-unit .image a img {
    width: 100%;
}

.stm-template-motorcycle .post-grid-single-unit .video-preview {
    position: absolute;
    right: 9px;
    top: 17px;
    padding: 1px 11px 1px 25px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #df1d1d;
    z-index: 20;
}

.stm-template-motorcycle .post-grid-single-unit .video-preview .fas {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -6px;
    font-size: 12px;
}

.stm-template-motorcycle .post-grid-single-unit .sticky-post {
    position: absolute;
    top: 20px;
    left: -90px;
    background-color: #df1d1d;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    width: 250px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    transform: rotate(-45deg);
}

.stm-template-motorcycle .post-grid-single-unit .content {
    box-shadow: none;
    border-radius: 1px;
    transition: all 0.5s ease;
    transform: translateZ(0);
    padding: 25px 40px 14px 40px;
    border: 1px solid #ddd;
}

.stm-template-motorcycle .post-grid-single-unit .content .title-relative {
    position: relative;
    min-height: 66px;
}

.stm-template-motorcycle .post-grid-single-unit .content .title-relative a {
    text-decoration: none !important;
}

.stm-template-motorcycle .post-grid-single-unit .content .title-relative a .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
}

.stm-template-motorcycle .post-grid-single-unit .content .post-meta-bottom {
    margin-top: 22px;
    padding-top: 12px;
    border-top: 1px solid #ddd;
}

.stm-template-motorcycle .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit {
    display: inline-block;
    margin-right: 19px;
    padding-left: 25px;
    position: relative;
    font-size: 12px;
    color: #888;
}

.stm-template-motorcycle .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit:last-child {
    margin-right: 0;
}

.stm-template-motorcycle .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit.comments {
    padding-left: 22px;
}

.stm-template-motorcycle .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit.comments i {
    top: 3px;
    font-size: 14px;
}

.stm-template-motorcycle .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #df1d1d;
    font-size: 15px;
}

.stm-template-motorcycle .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit a {
    color: #888;
    text-decoration: none !important;
}

.stm-template-motorcycle .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit a:hover {
    color: #df1d1d;
}

.stm-template-motorcycle .post-list-single-item {
    margin-bottom: 30px;
}

.stm-template-motorcycle .post-list-single-item .image {
    position: relative;
    vertical-align: top;
    overflow: hidden;
    max-height: 429px;
}

.stm-template-motorcycle .post-list-single-item .image img {
    vertical-align: top;
    width: 100%;
}

.stm-template-motorcycle .post-list-single-item .video-preview {
    position: absolute;
    right: 9px;
    top: 17px;
    padding: 1px 11px 1px 25px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #df1d1d;
    z-index: 20;
}

.stm-template-motorcycle .post-list-single-item .video-preview .fas {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -6px;
    font-size: 12px;
}

.stm-template-motorcycle .post-list-single-item .sticky-post {
    position: absolute;
    top: 20px;
    left: -90px;
    background-color: #df1d1d;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    width: 250px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    transform: rotate(-45deg);
}

.stm-template-motorcycle .post-list-single-item .blog-meta {
    position: relative;
    margin-top: -44px;
    padding-left: 36px;
    padding-right: 27px;
    margin-bottom: 0;
    background-color: #0e1315;
    z-index: 20;
}

.stm-template-motorcycle .post-list-single-item .absoluted-content {
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
}

.stm-template-motorcycle .post-list-single-item .absoluted-content .relatived-content {
    padding: 0 36px 31px;
    position: relative;
    z-index: 10;
}

.stm-template-motorcycle .post-list-single-item .absoluted-content .relatived-content .title {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
}

.stm-template-motorcycle .post-list-single-item .absoluted-content .relatived-content .video-preview {
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    top: 0;
    left: 0;
}

.stm-template-motorcycle .post-list-single-item .absoluted-content:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 189px;
    background: linear-gradient(to top, rgba(35, 38, 40, 0.9), rgba(35, 38, 40, 0));
    z-index: 5;
}

.stm-template-motorcycle .stm-blog-pagination {
    position: relative;
}

.stm-template-motorcycle .stm-blog-pagination a {
    display: block;
}

.stm-template-motorcycle .stm-view-type-list .stm-blog-pagination {
    margin-top: 30px;
}

.stm-template-motorcycle .stm-prev-next {
    display: block;
    position: absolute;
    top: 0;
    width: 54px;
    height: 35px;
    background-color: #df1d1d;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    z-index: 15;
}

.stm-template-motorcycle .stm-prev-next i {
    color: #fff;
}

.stm-template-motorcycle .stm-prev-next.stm-next-btn {
    right: 0;
}

.stm-template-motorcycle .stm-prev-next .stm-prev-btn {
    left: 0;
}

.stm-template-motorcycle .stm-prev-next.disabled {
    background-color: #ddd;
}

.stm-template-motorcycle .sidebar-margin-top {
    margin-top: 4px;
}

.stm-template-motorcycle .stm-blog-main-title {
    margin: -9px 0 51px;
    text-transform: uppercase;
}

.stm-template-motorcycle .stm-no-margin-bc .navxtBreads {
    margin-bottom: 0;
}

.stm-template-motorcycle.woocommerce-account .woocommerce {
    margin: 60px 0;
}

.stm-template-motorcycle.woocommerce-account .woocommerce input[type=submit] {
    margin-top: 30px;
}

.stm-template-motorcycle .error-header {
    position: relative;
    padding: 86px 0;
    background-color: #0e1315;
    z-index: 20;
}

.stm-template-motorcycle.page-template-coming-soon-php {
    background-position: 50% 50%;
    background-size: cover;
}

.stm-template-motorcycle.page-template-coming-soon-php #wrapper {
    height: 100vh;
}

.stm-template-motorcycle.page-template-coming-soon-php #wrapper:after {
    position: fixed;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.stm-template-motorcycle.page-template-coming-soon-php #wrapper #main {
    min-height: 400px;
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    bottom: 75px;
}

.stm-template-motorcycle.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.stm-template-motorcycle.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered h1 {
    font-size: 70px;
    line-height: 65px;
    text-transform: uppercase;
}

.stm-template-motorcycle.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered h5 {
    font-weight: 400;
}

.stm-template-motorcycle.page-template-coming-soon-php #footer-copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: transparent !important;
}

.stm-template-motorcycle.page-template-coming-soon-php .coming-soon-header {
    position: relative;
    padding-top: 135px;
    z-index: 20;
}

.stm-template-motorcycle .stm-inline-form {
    margin-top: 35px;
}

.stm-template-motorcycle .stm-inline-form .wpcf7-form-control-wrap {
    display: inline-block;
    width: 235px;
    vertical-align: top;
    margin-right: 28px;
}

.stm-template-motorcycle .stm-inline-form input[type=submit] {
    vertical-align: top;
    display: inline-block;
}

.stm-template-motorcycle .stm-blog-fullwidth-info {
    position: relative;
}

.stm-template-motorcycle .stm-blog-fullwidth-info .post-thumbnail img {
    width: 100%;
}

.stm-template-motorcycle .stm-blog-fullwidth-info .absoluted-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.stm-template-motorcycle .stm-blog-fullwidth-info .absoluted-content > .container {
    position: relative;
    z-index: 10;
}

.stm-template-motorcycle .stm-blog-fullwidth-info .absoluted-content .title {
    color: #fff;
    max-width: 800px;
}

.stm-template-motorcycle .stm-blog-fullwidth-info .absoluted-content .blog-meta {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
    margin-bottom: 0;
    margin-top: 65px;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.stm-template-motorcycle .stm-blog-fullwidth-info .absoluted-content .blog-meta .blog-meta-unit {
    color: #aaa;
}

.stm-template-motorcycle .stm-blog-fullwidth-info .absoluted-content .blog-meta .blog-meta-unit a {
    color: #aaa;
}

.stm-template-motorcycle .stm-blog-fullwidth-info .absoluted-content .blog-meta .blog-meta-unit a:hover {
    color: #df1d1d;
}

.stm-template-motorcycle .stm-blog-fullwidth-info .absoluted-content:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 347px;
    background: linear-gradient(to top, rgba(35, 38, 40, 0.9), rgba(35, 38, 40, 0));
    z-index: 5;
}

.stm-template-motorcycle .stm-modern-filter-sidebar-title {
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 40px;
}

.stm-template-motorcycle #modern-filter-listing {
    margin-top: 45px;
}

.stm-template-motorcycle #modern-filter-listing .listing-list-loop .image .image-inner .stm-badge-directory {
    transform: rotate(-45deg);
    top: unset;
    bottom: 25px;
    right: -55px;
}

.stm-template-motorcycle #modern-filter-listing .stm-accordion-single-unit {
    margin: 0 0 30px;
}

.stm-template-motorcycle #modern-filter-listing .stm-accordion-content-wrapper {
    padding: 0 26px 20px;
}

.stm-template-motorcycle #modern-filter-listing .stm-accordion-content-wrapper .stm-single-unit {
    margin-bottom: 8px;
}

.stm-template-motorcycle .stm-modern-filter-unit-first-default {
    margin-bottom: 15px;
}

.stm-template-motorcycle .stm-modern-filter-unit-first-default .stm-single-unit {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 7px;
}

.stm-template-motorcycle .stm-modern-filter-unit-images {
    font-size: 0;
}

.stm-template-motorcycle .stm-modern-filter-unit-images .stm-single-unit-wrapper {
    margin: 3px -10px 0;
}

.stm-template-motorcycle .stm-modern-filter-unit-images .stm-single-unit-image {
    display: inline-block;
    width: 50%;
    margin: 0 0 25px;
    vertical-align: top;
    padding: 0 10px;
    font-size: 13px;
}

.stm-template-motorcycle .stm-modern-filter-unit-images .stm-single-unit-image.stm-no-image {
    display: block;
    margin-bottom: 8px;
    width: 100%;
}

.stm-template-motorcycle .stm-modern-filter-unit-images .stm-single-unit-image .image {
    display: block;
    text-align: center;
}

.stm-template-motorcycle .stm-modern-filter-unit-images .stm-single-unit-image .image.non-active {
    opacity: 0.5;
}

.stm-template-motorcycle .stm-modern-filter-unit-images .stm-single-unit-image img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-bottom: 7px;
}

.stm-template-motorcycle .stm-modern-filter-unit-images .checker {
    margin-right: 3px !important;
}

.stm-template-motorcycle .stm-modern-filter-price {
    padding-top: 8px !important;
}

.stm-template-motorcycle .stm-show-all-modern-filter {
    display: inline-block !important;
    padding: 10px 20px 8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -58px;
}

.stm-template-motorcycle .stm-show-all-modern-filter:active {
    top: inherit;
    bottom: -2px;
}

.stm-template-motorcycle .stm-show-all-modern-filter.stm-hidden-filter {
    display: none !important;
}

.stm-template-motorcycle #modern-filter-listing .stm-car-listing-sort-units {
    margin-top: 0;
}

.stm-template-motorcycle .stm-car-listing-sort-units.stm-modern-filter-actions .stm-sort-by-options {
    margin-top: -8px;
    float: right;
    margin-right: 25px;
}

.stm-template-motorcycle .stm-car-listing-sort-units.stm-modern-filter-actions .stm-view-by {
    margin-top: -8px;
}

.stm-template-motorcycle .modern-filter-badges ul.stm-filter-chosen-units-list li {
    margin-bottom: 15px;
}

.stm-template-motorcycle .stm-modern-view-others {
    margin-top: 11px;
    padding-left: 11px;
}

.stm-template-motorcycle .stm-modern-view-others a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #aaa;
    border-bottom: 1px dashed #aaa;
    text-decoration: none !important;
}

.stm-template-motorcycle .stm-modern-view-others a:after {
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f107";
    top: 50%;
    margin-top: -8px;
    right: -14px;
    font-size: 16px;
}

.stm-template-motorcycle .stm-modern-view-others a:hover {
    color: #df1d1d;
    border-bottom-color: #df1d1d;
}

.stm-template-motorcycle .stm-modern-filter-others {
    display: none;
    padding-top: 11px;
}

.stm-template-motorcycle .stm-modern-filter-others .checker {
    margin-right: 10px !important;
}

.stm-template-motorcycle .stm-modern-filter-found-cars {
    float: left;
}

.stm-template-motorcycle .stm-modern-filter-found-cars h4 {
    text-transform: uppercase;
}

.stm-template-motorcycle .stm-single-unit-image label:hover {
    cursor: pointer;
}

.stm-template-motorcycle .car-listing-modern-grid .stm-isotope-listing-item {
    margin-bottom: 45px;
}

.stm-template-motorcycle .stm-fullwidth-with-parallax {
    position: static;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0%;
    overflow: hidden;
}

.stm-template-motorcycle .stm-blackout-overlay.stm-blackout-loaded:after {
    visibility: visible;
}

.stm-template-motorcycle .stm-blackout-overlay:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
}

.stm-template-motorcycle .stm-fullwidth-with-parallax.stm-blackout-lvl-20 .stm-blackout-overlay:after {
    opacity: 0.2;
}

.stm-template-motorcycle .stm-fullwidth-with-parallax.stm-blackout-lvl-40 .stm-blackout-overlay:after {
    opacity: 0.4;
}

.stm-template-motorcycle .stm-fullwidth-with-parallax.stm-blackout-lvl-60 .stm-blackout-overlay:after {
    opacity: 0.6;
}

.stm-template-motorcycle .stm-fullwidth-with-parallax.stm-blackout-lvl-80 .stm-blackout-overlay:after {
    opacity: 0.8;
}

.stm-template-motorcycle .stm-blackout-overlay {
    position: absolute;
}

.stm-template-motorcycle .owl-carousel {
    display: none;
    visibility: hidden;
}

.stm-template-motorcycle .owl-carousel.owl-loaded {
    display: block;
    visibility: visible;
}

.stm-template-motorcycle .stm-carousel-brands {
    display: block !important;
}

.stm-template-motorcycle #main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li ul li a {
    font-size: 13px !important;
}

.stm-template-motorcycle .panel.wc-tab h3 {
    margin-top: 50px;
}

.stm-template-motorcycle .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
}

.stm-template-motorcycle .classic-filter-pagination {
    margin-top: 8px;
}

.stm-template-motorcycle .car-listing-top-part .stm-hidden {
    display: block;
    visibility: visible;
}

.stm-template-motorcycle .stm-hidden {
    display: none;
    visibility: hidden;
}

.stm-template-motorcycle.stm-boxed #wrapper {
    position: relative;
    max-width: 1220px;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    z-index: 999;
}

.stm-template-motorcycle.stm-boxed #footer {
    max-width: 1220px;
    width: auto;
    margin: 0 auto;
}

.stm-template-motorcycle.stm-boxed .stm-fullwidth-with-parallax {
    background-attachment: scroll;
}

.stm-template-motorcycle .help-bar-live-chat {
    display: none !important;
}

.stm-template-motorcycle .compare-car-visible {
    display: none;
}

.stm-template-motorcycle .stm-img-mobile-compare {
    margin-bottom: 30px;
}

.stm-template-motorcycle .blog-posts-excerpt {
    margin-top: 15px;
}

.stm-template-motorcycle .post-grid-single-unit .sticky-post.blog-post-no-image {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    transform: rotate(0deg);
}

.stm-template-motorcycle .footer_widgets_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
}

.stm-template-motorcycle .page-links {
    margin: 0 0 20px;
}

.stm-template-motorcycle .page-links .page-links-title {
    text-transform: uppercase;
    border: none;
    margin-right: 20px;
}

.stm-template-motorcycle .page-links a {
    display: inline-block;
    vertical-align: top;
    min-width: 30px;
    height: 30px;
    line-height: 26px;
    margin-right: 10px;
    border: 2px solid #df1d1d;
    text-align: center;
    color: #df1d1d;
    text-decoration: none !important;
}

.stm-template-motorcycle .page-links a:hover {
    color: #fff;
    background-color: #df1d1d;
}

.stm-template-motorcycle .page-links > span {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #888;
    color: #888;
    min-width: 30px;
    margin-right: 10px;
    text-align: center;
    height: 30px;
    line-height: 26px;
}

.stm-template-motorcycle .post-password-form input[type=submit] {
    display: inline-block;
    margin-left: 10px;
}

.stm-template-motorcycle .stm_post_comments li.pingback .comment-info {
    margin-bottom: 15px;
}

.stm-template-motorcycle .stm_post_comments li.pingback .h5 {
    text-transform: uppercase;
}

.stm-template-motorcycle .mpg-mobile-selector {
    min-width: 250px;
}

.stm-template-motorcycle .post-type-archive-product .page-numbers {
    margin-bottom: 40px;
}

.stm-template-motorcycle a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.stm-template-motorcycle .stm-base-background-color {
    background-color: #df1d1d !important;
}

.stm-template-motorcycle .stm-base-color {
    color: #df1d1d !important;
}

.stm-template-motorcycle .stm-button-secondary-color {
    background-color: #df1d1d;
}

.stm-template-motorcycle .stm-secondary-background-color {
    background-color: #df1d1d !important;
}

.stm-template-motorcycle .stm-secondary-color {
    color: #df1d1d !important;
}

.stm-template-motorcycle .certified-logo-1 img {
    max-height: 25px;
}

.stm-template-motorcycle .certified-logo-2 img {
    max-height: 25px;
}

.stm-template-motorcycle #frontend_customizer_button:before {
    border-right-color: #df1d1d !important;
}

.stm-template-motorcycle #frontend_customizer_button {
    background-color: #df1d1d;
}

.stm-template-motorcycle .tp-caption.stm-slider-round, .stm-template-motorcycle .stm-slider-round {
    background: rgba(204, 97, 25, 0.901961) !important;
}

.stm-template-motorcycle .stm-compact-sidebar {
    max-width: 250px;
    width: auto;
    margin: 0 auto;
    padding-top: 26px;
    border: 1px solid #dddddd;
}

.stm-template-motorcycle .stm-compact-sidebar .text-image {
    margin-left: 25px;
    margin-bottom: 10px;
}

.stm-template-motorcycle .stm-compact-sidebar .icon {
    margin-left: 25px;
    margin-bottom: 10px;
    font-size: 62px;
    color: #df1d1d;
}

.stm-template-motorcycle .stm-compact-sidebar .content {
    max-width: 220px;
    margin-bottom: 23px;
    padding: 0 10px 0 30px;
}

.stm-template-motorcycle .stm-compact-sidebar .content h4 > span {
    display: block;
}

.stm-template-motorcycle .stm-single-post .post-thumbnail img {
    width: 100%;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-navigation .form-navigation-unit {
    display: block;
    text-decoration: none !important;
    padding-bottom: 17px;
    border-bottom: 6px solid #eaedf0;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-navigation .form-navigation-unit.validated .number {
    text-indent: -200px !important;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-navigation .form-navigation-unit.validated .number:before {
    right: 0%;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-navigation .form-navigation-unit[href="#step-two"] .number {
    text-indent: 2px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-navigation .form-navigation-unit .number {
    position: relative;
    margin-bottom: 13px;
    width: 31px;
    height: 31px;
    border: 3px solid #df1d1d;
    border-radius: 50%;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    color: #df1d1d;
    font-size: 16px;
    text-indent: 3px;
    overflow: hidden;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-navigation .form-navigation-unit .number:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    line-height: 25px;
    content: "\f00c";
    font-size: 16px;
    text-indent: 0 !important;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-navigation .form-navigation-unit .title {
    margin: 0 0 -1px 3px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-navigation .form-navigation-unit .sub-title {
    margin-left: 4px;
    color: rgba(35, 38, 40, 0.5);
    font-size: 13px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-navigation .form-navigation-unit.active {
    border-bottom-color: #df1d1d;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-navigation .form-navigation-unit.active .number {
    background-color: #df1d1d;
    color: #fff;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content {
    padding-top: 44px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .form-content-unit {
    display: none;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .form-content-unit.active {
    display: block;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .form-content-unit .contact-us-label {
    color: #555;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content #step-three.form-content-unit .grecaptcha-badge {
    position: relative !important;
    bottom: 20px !important;
    right: unset !important;
    left: 0;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .vehicle-condition {
    padding-top: 6px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit {
    padding-bottom: 33px;
    margin-bottom: 34px;
    border-bottom: 1px solid #e2e5e8;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .icon {
    margin-bottom: 13px;
    font-size: 30px;
    color: #0e1315;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .icon.buoy {
    font-size: 34px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .icon.buoy-2 {
    font-size: 35px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .title {
    margin-bottom: 16px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit label {
    margin-right: 40px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit label:last-child {
    margin-right: 0;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .contact-details {
    margin: 6px 0 43px;
    padding: 40px 41px 36px;
    background-color: #ebedef;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .contact-details textarea {
    height: 106px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .contact-details .form-group {
    margin-bottom: 24px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .contact-details .contact-us-label {
    margin-bottom: 2px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-upload-files .stm-unit-photos {
    float: left;
    width: 38.48%;
    margin-right: 54px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-upload-files .stm-unit-url {
    overflow: hidden;
}

.stm-template-motorcycle .stm-sell-a-car-form input[type=submit] {
    width: 257px;
    margin-right: 30px;
}

.stm-template-motorcycle .stm-sell-a-car-form .disclaimer {
    padding-right: 0;
    margin-top: 2px;
    line-height: 22px;
    overflow: hidden;
    color: #555;
}

.stm-template-motorcycle .sell-a-car-proceed {
    margin-top: 27px;
    max-width: 220px;
}

.stm-template-motorcycle .form-upload-files {
    padding: 30px 30px 35px;
    margin: 15px 0 5px;
    border: 3px solid #ebedef;
}

.stm-template-motorcycle .stm-pseudo-file-input {
    position: relative;
    z-index: 20;
}

.stm-template-motorcycle .stm-pseudo-file-input.generated {
    margin-top: 15px;
}

.stm-template-motorcycle .stm-pseudo-file-input.generated .stm-plus:after {
    display: none;
}

.stm-template-motorcycle .stm-pseudo-file-input:hover {
    cursor: pointer;
}

.stm-template-motorcycle .stm-pseudo-file-input: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;
    color: #c0c1c3;
    content: "\e932";
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 20px;
}

.stm-template-motorcycle .stm-pseudo-file-input .stm-plus {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    right: 0;
    background-color: #ebedef;
    z-index: 20;
}

.stm-template-motorcycle .stm-pseudo-file-input .stm-plus:after {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -1px;
    width: 3px;
    height: 9px;
    background-color: #aaa;
}

.stm-template-motorcycle .stm-pseudo-file-input .stm-plus:before {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -4px;
    width: 9px;
    height: 3px;
    background-color: #aaa;
}

.stm-template-motorcycle .stm-pseudo-file-input .stm-filename {
    padding: 10px 10px 10px 40px;
    margin-right: 56px;
    background-color: #ebedef;
    color: #888888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stm-template-motorcycle .stm-pseudo-file-input .stm-file-realfield {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 15;
}

.stm-template-motorcycle .stm-pseudo-file-input .stm-file-realfield:hover {
    cursor: pointer;
}

.stm-template-motorcycle #error-fields {
    margin-top: 20px !important;
}

.stm-template-motorcycle .lost_reset_password {
    border-top: 4px solid #232628;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    box-shadow: 0 1px 6px rgba(35, 38, 40, 0.4);
    max-width: 480px;
    width: 100%;
}

.stm-template-motorcycle.woocommerce-account .woocommerce .lost_reset_password input[type=submit] {
    margin-top: 10px;
}

.stm-template-motorcycle .stm-single-filter-link a {
    color: #0e1315;
    text-decoration: none !important;
}

.stm-template-motorcycle .stm-single-filter-link a:hover {
    color: #df1d1d;
}

.stm-template-motorcycle .stm-single-filter-link a span {
    color: #888;
}

.stm-template-motorcycle .tooltip {
    font-family: inherit;
}

.stm-template-motorcycle .tooltip.in {
    opacity: 1;
}

.stm-template-motorcycle .tooltip-inner {
    padding: 7px 8px;
    background-color: #0e1315;
    color: #fff;
}

.stm-template-motorcycle .tooltip.top .tooltip-arrow {
    border-top-color: #0e1315;
}

.stm-template-motorcycle .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0e1315;
}

.stm-template-motorcycle .stm-tooltip-link:hover {
    cursor: pointer;
}

.stm-template-motorcycle .stm-dots {
    color: #888;
}

.stm-template-motorcycle .stm-dots.dots-aligned {
    position: relative;
    top: 0 !important;
}

.stm-template-motorcycle select.ab-formElement {
    opacity: 1;
    visibility: visible;
}

.stm-template-motorcycle .special-label {
    padding: 0 50px !important;
    width: 261px !important;
    text-align: center !important;
}

.stm-template-motorcycle .stm-site-preloader {
    overflow-y: hidden;
}

.stm-template-motorcycle .stm-site-preloader:before {
    position: absolute;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #191d21;
    opacity: 1;
    visibility: visible;
    z-index: 9999999999;
}

.stm-template-motorcycle .stm-site-preloader:after {
    content: "";
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    background: url("../../../images/tmp/preloader.png") 0 0 no-repeat;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 9999999999;
}

.stm-template-motorcycle .stm-site-preloader.stm-site-loaded {
    overflow-y: scroll;
}

.stm-template-motorcycle .stm-site-preloader.stm-site-loaded:before {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.stm-template-motorcycle .stm-site-preloader.stm-site-loaded:after {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.stm-template-motorcycle .single-regular-sale-price > table tr td:nth-child(2) .h4 {
    white-space: nowrap;
}

.stm-template-motorcycle .vc_row-no-padding .vc_column_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.stm-template-motorcycle .stm-material-parallax-container {
    position: relative;
    overflow: hidden;
    min-height: 410px;
    color: #fff;
}

.stm-template-motorcycle .stm-material-parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.stm-template-motorcycle .stm-material-parallax:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.stm-template-motorcycle .stm-material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 70px;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%);
}

.stm-template-motorcycle::-moz-selection {
    background: #df1d1d;
}

.stm-template-motorcycle::selection {
    background: #df1d1d;
}

.stm-template-motorcycle .stm_mc-filter-selects {
    position: relative;
    padding: 33px 210px 0 0;
}

.stm-template-motorcycle .stm_mc-filter-selects .stm_mc-plural-name {
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

.stm-template-motorcycle .stm_mc-filter-selects .select2-container--default .select2-selection--single {
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.55);
}

.stm-template-motorcycle .stm_mc-filter-selects .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: rgba(255, 255, 255, 0.55);
}

.stm-template-motorcycle .stm_mc-filter-selects .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.stm-template-motorcycle .stm_mc-filter-selects .select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: rgba(255, 255, 255, 0.55);
}

.stm-template-motorcycle .stm_mc-filter-selects .selection:hover .select2-selection__rendered {
    color: white;
}

.stm-template-motorcycle .stm_mc-filter-selects .selection:hover b {
    color: rgba(255, 255, 255, 0.5) !important;
}

.stm-template-motorcycle .stm_mc-filter-selects .stm_mc-submit-btn {
    position: absolute;
    bottom: 19px;
    right: 0;
    width: 190px;
}

.stm-template-motorcycle .stm_mc-filter-selects .stm_mc-submit-btn .button {
    position: relative;
    top: 0 !important;
    width: 100%;
    padding: 14px 10px;
    box-shadow: none;
    transition: all 0.3s ease;
    border-radius: 0;
}

.stm-template-motorcycle .stm_mc-filter-selects .stm_mc-submit-btn .button:hover {
    background: #b01b1c;
}

.stm-template-motorcycle .stm_mc-filter-selects .stm_mc-found {
    margin-bottom: 10px;
    color: white;
    font-size: 13px;
}

.stm-template-motorcycle .stm_mc-filter-selects .stm_mc-found .number-label {
    color: #7d9199;
}

.stm-template-motorcycle .stm_mc-image-category {
    position: relative;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px !important;
}

.stm-template-motorcycle .stm_mc-image-category .inner {
    position: relative;
    z-index: 2;
}

.stm-template-motorcycle .stm_mc-image-category .inner img {
    width: 100%;
    transform: translateZ(0);
}

.stm-template-motorcycle .stm_mc-image-category .inner a {
    position: relative;
    display: block;
}

.stm-template-motorcycle .stm_mc-image-category .inner a:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.stm-template-motorcycle .stm_mc-image-category .links {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 20px 44px 17px 20px;
    z-index: 3;
}

.stm-template-motorcycle .stm_mc-image-category .links:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #df1d1d;
    opacity: 0.8;
    z-index: 2;
}

.stm-template-motorcycle .stm_mc-image-category .links a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    z-index: 3;
}

.stm-template-motorcycle .stm_mc-image-category .links a.heading-font {
    font-size: 20px;
    font-weight: 700;
}

.stm-template-motorcycle .stm_mc-image-category .links .sub-links a {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    vertical-align: top;
    font-size: 12px;
}

.stm-template-motorcycle .stm_mc-image-category .links .sub-links a:after {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 9px;
    top: 50%;
    right: 4px;
    margin: -5px 0 0;
    background: #fff;
}

.stm-template-motorcycle .stm_mc-image-category .links .sub-links a:last-child:after {
    display: none;
}

.stm-template-motorcycle .stm_mc-image-category:hover .links:after {
    opacity: 1;
}

.stm-template-motorcycle .stm_mc-image-category:hover .inner a:after {
    background: transparent;
}

.stm-template-motorcycle .icon-box.stm-layout-box-boats {
    padding: 0 0 54px 0;
}

.stm-template-motorcycle .icon-box.stm-layout-box-boats .content {
    margin-top: 19px;
    padding-right: 17px;
}

.stm-template-motorcycle .icon-box.stm-layout-box-boats .icon {
    margin-top: 1px;
}

.stm-template-motorcycle .stm_listing_tabs_style_2 {
    padding-top: 29px;
}

.stm-template-motorcycle .stm_listing_tabs_style_2 h3 {
    margin-top: 3px;
    font-size: 32px;
}

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

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

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

.stm-template-motorcycle .stm_listing_tabs_style_2 .clearfix .stm_listing_nav_list li.active > a {
    background-color: #df1d1d;
    color: #fff;
}

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

.stm-template-motorcycle .stm_listing_tabs_style_2 .stm_listing_nav_list li a {
    position: relative;
    padding: 14px 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
}

.stm-template-motorcycle .stm_listing_tabs_style_2 .clearfix .stm_listing_nav_list li > a:after {
    position: absolute;
    content: "";
    display: block;
    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 #df1d1d;
    opacity: 0;
}

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

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

.stm-template-motorcycle .car-listing-row .listing-car-item-meta .car-title {
    color: #fff;
    overflow: hidden;
}

.stm-template-motorcycle .stm_moto_single_grid_item .image {
    position: relative;
}

.stm-template-motorcycle .stm_moto_single_grid_item:hover .stm-listing-photos-unit,
.stm-template-motorcycle .stm_moto_single_grid_item:hover .stm-listing-videos-unit,
.stm-template-motorcycle .stm_moto_single_grid_item:hover .stm-listing-compare {
    opacity: 0.8;
}

.stm-template-motorcycle .stm_moto_single_grid_item .listing-car-item-meta {
    padding-top: 0;
}

.stm-template-motorcycle .stm_moto_single_grid_item .car-meta-top {
    min-height: 75px;
    padding: 18px 35px 14px 35px;
    background: #243136;
    border-bottom: 0;
}

.stm-template-motorcycle .stm_moto_single_grid_item .car-meta-top .car-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: none;
}

.stm-template-motorcycle .stm_moto_single_grid_item .car-meta-top .car-title .stm-label-title {
    display: block;
    margin-bottom: -5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #aaaaaa;
}

.stm-template-motorcycle .stm_moto_single_grid_item .car-meta-bottom {
    padding: 6px 35px 10px;
    background: #1d282c;
}

.stm-template-motorcycle .stm_moto_single_grid_item .car-meta-bottom ul li span {
    font-size: 12px;
    color: #fff;
}

.stm-template-motorcycle .stm_moto_single_grid_item .car-meta-bottom ul li span.stm_label {
    color: #aaa;
}

.stm-template-motorcycle .stm_moto_single_grid_item .car-meta-bottom ul li i {
    font-size: 10px;
}

.stm-template-motorcycle .stm_moto_hover_unit {
    position: absolute;
    bottom: 9px;
    left: 30px;
    right: 13px;
}

.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-compare {
    display: inline-block;
    padding: 0 6px 2px 5px;
    vertical-align: top;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    opacity: 0;
}

.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-compare.active {
    opacity: 1;
    background: #df1d1d;
}

.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-compare:hover {
    background: black;
}

.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-compare i {
    position: relative;
    top: 1px;
    left: 2px;
    margin-right: 5px;
    font-size: 12px;
}

.stm-template-motorcycle .stm_moto_hover_unit .boats-image-unit {
    display: inline-block;
    vertical-align: top;
}

.stm-template-motorcycle .stm_moto_hover_unit .price {
    position: absolute;
    right: 0;
    bottom: -9px;
    padding: 6px 10px 7px 4px;
    margin-left: 18px;
    background-color: #df1d1d;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.stm-template-motorcycle .stm_moto_hover_unit .price.discounted-price {
    padding: 3px 10px 4px 4px;
}

.stm-template-motorcycle .stm_moto_hover_unit .price.discounted-price .sale-price {
    line-height: 16px;
}

.stm-template-motorcycle .stm_moto_hover_unit .price .regular-price,
.stm-template-motorcycle .stm_moto_hover_unit .price .sale-price,
.stm-template-motorcycle .stm_moto_hover_unit .price .normal-price {
    position: relative;
    z-index: 6;
}

.stm-template-motorcycle .stm_moto_hover_unit .price .regular-price {
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through;
}

.stm-template-motorcycle .stm_moto_hover_unit .price .normal-price,
.stm-template-motorcycle .stm_moto_hover_unit .price .sale-price {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.stm-template-motorcycle .stm_moto_hover_unit .price .sale-price {
    font-size: 14px;
}

.stm-template-motorcycle .stm_moto_hover_unit .price .normal-price {
    line-height: 25px;
}

.stm-template-motorcycle .stm_moto_hover_unit .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: #df1d1d;
    transform: skew(-14deg, 0deg);
    z-index: 5;
}

.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-photos-unit,
.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-videos-unit {
    display: inline-block;
    padding: 1px 7px;
    vertical-align: top;
    font-size: 11px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    color: #fff !important;
    opacity: 0;
}

.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-photos-unit:hover,
.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-videos-unit:hover {
    background: black;
}

.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-photos-unit i,
.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-videos-unit i {
    margin-right: 3px;
    font-size: 12px;
}

.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-photos-unit i:before,
.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-videos-unit i:before {
    font-family: "Font Awesome 5 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);
}

.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-photos-unit {
    margin-right: 8px;
}

.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-photos-unit i:before {
    content: "\f030";
}

.stm-template-motorcycle .stm_moto_hover_unit .stm-listing-videos-unit i:before {
    content: "\f008";
}

.stm-template-motorcycle .select2-dropdown {
    background: rgba(36, 49, 54, 0.9);
    border: 0 !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
}

.stm-template-motorcycle .select2-results__options li {
    border-bottom: 1px solid rgba(170, 170, 170, 0.4) !important;
    padding-top: 9px;
    padding-bottom: 9px;
    color: rgba(255, 255, 255, 0.8);
}

.stm-template-motorcycle .select2-results__options li:last-child {
    border-bottom: 0 !important;
}

.stm-template-motorcycle .select2-container--default .select2-results__option[aria-selected=true],
.stm-template-motorcycle .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #243136 !important;
    color: #fff !important;
}

.stm-template-motorcycle .stm-button, .stm-template-motorcycle input[type=submit], .stm-template-motorcycle button, .stm-template-motorcycle .button, .stm-template-motorcycle .load-more-btn {
    transition: background-color 0.3s ease !important;
}

.stm-template-motorcycle .stm-button:hover, .stm-template-motorcycle input[type=submit]:hover, .stm-template-motorcycle button:hover, .stm-template-motorcycle .button:hover, .stm-template-motorcycle .load-more-btn:hover {
    background-color: #df1d1d;
}

.stm-template-motorcycle .colored-separator .last-short {
    background: #fff;
}

.stm-template-motorcycle .colored-separator {
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
}

.stm-template-motorcycle .colored-separator .first-long {
    width: 65px;
    height: 3px;
    margin-right: 10px;
    transform: none;
}

.stm-template-motorcycle .colored-separator .last-short {
    margin-top: 1px;
    width: 9999px;
    height: 1px;
    transform: none;
    background-color: #fff !important;
}

.stm-template-motorcycle .stm-boats-video-iframe {
    position: relative;
}

.stm-template-motorcycle .stm-boats-video-iframe .stm-boats-video-poster {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.stm-template-motorcycle .stm-boats-video-iframe .stm-boats-video-poster:before {
    position: absolute;
    content: "";
    display: block;
    width: 86px;
    height: 86px;
    top: 50%;
    left: 50%;
    margin: -44px 0 0 -44px;
    background-color: #df1d1d;
    border: 3px solid #fff;
    border-radius: 50%;
    opacity: 0.9;
}

.stm-template-motorcycle .stm-boats-video-iframe .stm-boats-video-poster:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -9px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 24px solid white;
    transition: all 0.3s ease;
}

.stm-template-motorcycle .stm-boats-video-iframe .stm-boats-video-poster:hover:before {
    background-color: #fff;
}

.stm-template-motorcycle .stm-boats-video-iframe .stm-boats-video-poster:hover:after {
    border-left-color: #df1d1d;
}

.stm-template-motorcycle .stm-boats-listing-icons {
    margin: 0 -15px 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.stm-template-motorcycle .stm-boats-listing-icons .stm_listing_icon_filter_single {
    display: block;
    align-self: flex-end;
    padding: 0 15px 15px;
    width: 14.28%;
    text-decoration: none !important;
}

.stm-template-motorcycle .stm-boats-listing-icons .stm_listing_icon_filter_single .image {
    transition: all 0.3s ease;
}

.stm-template-motorcycle .stm-boats-listing-icons .stm_listing_icon_filter_single .image img {
    transform: translateZ(0);
}

.stm-template-motorcycle .stm-boats-listing-icons .stm_listing_icon_filter_single:hover .image {
    opacity: 1;
}

.stm-template-motorcycle .stm-boats-listing-icons .name {
    display: none;
}

.stm-template-motorcycle .stm-boats-listing-icons .image {
    opacity: 0.8;
}

.stm-template-motorcycle .stm-list-duty {
    padding: 0;
    color: #aaa;
    list-style: none;
}

.stm-template-motorcycle .stm-list-duty li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 20px;
}

.stm-template-motorcycle .stm-list-duty li:last-child {
    margin-bottom: 0;
}

.stm-template-motorcycle .stm-list-duty li .icon {
    position: absolute;
    top: 5px;
    left: 0;
    color: #df1d1d;
}

.stm-template-motorcycle .stm-list-duty li .icon i {
    font-size: 22px;
    line-height: 22px;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap {
    margin-top: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #df1d1d;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .owl-nav {
    display: none !important;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls {
    padding: 30px 25px 25px;
    display: flex;
    justify-content: space-between;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {
    padding-top: 7px;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {
    font-size: 12px;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {
    text-decoration: none;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {
    text-decoration: none;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {
    display: flex;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev, .stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {
    padding: 9px 13px 4px;
    box-shadow: 0 2px 5px #0000002e;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas, .stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {
    font-size: 20px;
    color: #000;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled, .stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {
    cursor: unset;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {
    color: #c7c7c7;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop {
    padding: 3px;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop:not(.current) .rmv_txt_drctn:hover .image:before {
    opacity: 0;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop:not(.current) .image:before {
    opacity: 0;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .listing-car-item-meta,
.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .stm-badge-directory {
    z-index: 150;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .brazzers-wrap {
    border: 5px solid #df1d1d;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .brazzers-wrap .listing-car-item-meta {
    bottom: 0;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image img {
    margin-bottom: 0;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image img:before {
    background: rgba(0, 0, 0, 0.2);
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .tmb-wrap {
    display: none;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {
    position: relative;
    overflow: hidden;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta {
    padding-top: 0;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap {
    position: relative;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .listing-car-item-meta {
    bottom: 10px;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap img {
    max-width: 100%;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap {
    top: -4px;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div {
    border-bottom-width: 3px;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div.active {
    border-color: #df1d1d;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div.active:first-child:last-child {
    border-color: transparent;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div:not(.active) {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-color: #ccc;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 6px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: -1;
    visibility: hidden;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining i {
    font-size: 48px;
    display: block;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining p {
    font-size: 16px;
    font-weight: 400;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining.active {
    visibility: visible;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .stm-badge-directory {
    position: absolute;
    top: 15px !important;
    left: -93px !important;
    height: 39px;
    padding: 0 42px;
    line-height: 39px;
    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;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop a {
    color: #000;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop a:hover, .stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop a:active, .stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop a:focus {
    color: #000;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price {
    color: #fff;
    position: relative;
    float: right;
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    background-color: #df1d1d;
    text-align: right;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: #df1d1d;
    transform: skew(-14deg, 0deg);
    z-index: 1;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price .heading-font {
    color: #fff;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price .price-form-label {
    z-index: 1;
    position: relative;
    font-weight: 700;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price.discounted-price {
    padding: 1px 10px 2px 4px;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price.discounted-price .regular-price {
    color: #fff;
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through;
    position: relative;
    z-index: 1;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price .sale-price {
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price .normal-price {
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 700;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta {
    padding-top: 17px;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta .car-meta-top {
    border-bottom: none;
    padding-bottom: 17px;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta .car-meta-top .car-title {
    color: #fff;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .owl-controls {
    margin-top: unset;
}

.stm-template-motorcycle #footer .stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important;
}

.stm-template-motorcycle #footer .widget_nav_menu .widget-title {
    margin-bottom: 25px;
}

.stm-template-motorcycle #footer .widget_nav_menu ul {
    padding-left: 0;
    list-style: none;
    font-size: 0;
}

.stm-template-motorcycle #footer .widget_nav_menu li {
    display: inline-block;
    width: 50%;
    margin-bottom: 12px;
    line-height: 13px;
}

.stm-template-motorcycle #footer .widget_nav_menu li a {
    display: inline-block;
    position: relative;
    margin-left: 13px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.stm-template-motorcycle #footer .widget_nav_menu li a:before {
    position: absolute;
    left: -13px;
    top: 0;
    font-family: "Font Awesome 5 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: "\f105";
}

.stm-template-motorcycle #footer .widget_nav_menu li a:hover {
    color: white;
    border-color: white;
}

.stm-template-motorcycle #footer .widget_nav_menu li li {
    display: none;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit:after {
    display: none !important;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit input {
    margin-bottom: 11px;
    background: rgba(255, 255, 255, 0.8);
    color: #555 !important;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit input::-webkit-input-placeholder {
    color: #555 !important;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit input:focus {
    background: white;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit input:focus::-webkit-input-placeholder {
    color: #555 !important;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget input[type=submit] {
    margin-top: 13px;
    padding: 10px 18px 9px;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget .mc4wp-success {
    background: rgba(255, 255, 255, 0.8);
    padding: 14px 15px 1px 15px;
    border-radius: 5px;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget .mc4wp-success:hover {
    background: white;
}

.stm-template-motorcycle .stm_trapeze {
    padding: 41px 30px 34px 15px;
    background: #0e1315;
}

.stm-template-motorcycle .stm_trapeze:before {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -33px;
    width: 120px;
    height: 100%;
    background: #0e1315;
    transform: skewX(-17deg);
    z-index: -1;
}

.stm-template-motorcycle .stm_trapeze:after {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -34px;
    width: 120px;
    height: 100%;
    background: #0e1315;
    transform: skewX(-17deg);
    z-index: -1;
}

.stm-template-motorcycle .stm_trapeze_img {
    overflow: visible !important;
}

.stm-template-motorcycle .stm_trapeze_img img {
    max-width: 157px !important;
    height: auto !important;
}

.stm-template-motorcycle .stm_trapeze_white {
    padding: 25px 0px 29px 0px;
    background: #fff;
}

.stm-template-motorcycle .stm_trapeze_white:after {
    background: #fff;
}

.stm-template-motorcycle .stm_trapeze_white:before {
    background: #fff;
}

.stm-template-motorcycle .stm_trapeze_red {
    padding: 13px 16px 12px 10px !important;
    background: #df1d1d;
}

.stm-template-motorcycle .stm_trapeze_red:after {
    background: #df1d1d;
}

.stm-template-motorcycle .stm_trapeze_red:before {
    background: #df1d1d;
}

.stm-template-motorcycle .stm_main_color {
    color: #df1d1d !important;
}

.stm-template-motorcycle .entry-header.small_title_box > .container {
    min-height: 398px;
}

.stm-template-motorcycle .stm-listing-single-price-title {
    padding-bottom: 30px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.stm-template-motorcycle .stm-listing-single-price-title .price_unit {
    float: right;
    margin-top: 2px;
}

.stm-template-motorcycle .stm-listing-single-price-title .price_unit .price {
    position: relative;
    margin-left: 52px;
    padding-left: 5px;
    padding-right: 27px;
    background: #df1d1d;
}

.stm-template-motorcycle .stm-listing-single-price-title .price_unit .price .stm_label {
    position: relative;
    left: 2px;
}

.stm-template-motorcycle .stm-listing-single-price-title .price_unit .price:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -16px;
    height: 100%;
    width: 32px;
    background-color: #df1d1d;
    transform: skew(-29deg, 0deg);
    z-index: 5;
}

.stm-template-motorcycle .stm-listing-single-price-title .price_unit .sale-price {
    position: relative;
    padding-right: 9px;
    padding-left: 3px;
    background: #243136;
}

.stm-template-motorcycle .stm-listing-single-price-title .price_unit .sale-price .stm_label {
    position: relative;
    left: 3px;
}

.stm-template-motorcycle .stm-listing-single-price-title .price_unit .sale-price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: -15px;
    height: 100%;
    width: 32px;
    background: #243136;
    transform: skew(-29deg, 0deg);
    z-index: 5;
}

.stm-template-motorcycle .stm-listing-single-price-title .price_unit .sale-price:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -15px;
    height: 100%;
    width: 32px;
    background: #243136;
    transform: skew(-29deg, 0deg);
    z-index: 5;
}

.stm-template-motorcycle .stm-listing-single-price-title .price_unit > div {
    min-height: 50px;
    float: left;
}

.stm-template-motorcycle .stm-listing-single-price-title .price_unit > div .inner {
    position: relative;
    padding-top: 8px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    z-index: 10;
}

.stm-template-motorcycle .stm-listing-single-price-title .price_unit > div .inner .stm_label {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    margin-bottom: 2px;
    text-transform: uppercase;
    opacity: 0.5;
    font-weight: 400;
}

.stm-template-motorcycle .stm-listing-single-price-title .price_unit > div .inner del {
    opacity: 0.55;
}

.stm-template-motorcycle .stm-listing-single-price-title .title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.stm-template-motorcycle .stm-listing-single-price-title .title .stm-label-title {
    margin-bottom: 4px;
    color: #aaa;
    display: block;
    font-size: 13px;
}

.stm-template-motorcycle .stm-single-car-page {
    position: relative;
    margin-top: 60px;
}

.stm-template-motorcycle .single-car-data {
    border-top: 4px solid #df1d1d;
    background: rgba(36, 49, 54, 0.8);
}

.stm-template-motorcycle .single-car-data table > tbody tr td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stm-template-motorcycle .single-car-data > table tr td.t-value {
    font-weight: 700;
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-car-medias {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 20;
}

.stm-template-motorcycle .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-motorcycle .stm-listing-car-gallery .stm-car-medias > div i {
    font-size: 12px;
    margin-right: 2px;
}

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

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

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

.stm-template-motorcycle .stm-listing-car-gallery .stm-gallery-actions {
    position: absolute;
    right: 7px;
    top: 16px;
    bottom: 12px;
    z-index: 20;
}

.stm-template-motorcycle .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-motorcycle .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit i {
    color: #fff;
}

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

.stm-template-motorcycle .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit.active {
    background: linear-gradient(180deg, #609bd1 0%, #4782b8 100%);
}

.stm-template-motorcycle .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-motorcycle .stm-listing-car-gallery .boats-image-unit {
    position: absolute;
    top: 19px;
    left: 15px;
    z-index: 100;
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-listing-photos-unit,
.stm-template-motorcycle .stm-listing-car-gallery .stm-listing-videos-unit {
    display: inline-block;
    padding: 1px 7px;
    vertical-align: top;
    font-size: 11px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-listing-photos-unit:hover,
.stm-template-motorcycle .stm-listing-car-gallery .stm-listing-videos-unit:hover {
    background: black;
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-listing-photos-unit i,
.stm-template-motorcycle .stm-listing-car-gallery .stm-listing-videos-unit i {
    margin-right: 3px;
    font-size: 12px;
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-listing-photos-unit i:before,
.stm-template-motorcycle .stm-listing-car-gallery .stm-listing-videos-unit i:before {
    font-family: "Font Awesome 5 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);
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-listing-photos-unit {
    margin-right: 8px;
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-listing-photos-unit i:before {
    content: "\f030";
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-listing-videos-unit i:before {
    content: "\f008";
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-gallery-actions {
    right: 9px;
    top: inherit;
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit {
    width: inherit;
    height: 24px;
    padding: 0 6px 0;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit:hover {
    background: black;
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit i {
    position: relative;
    top: 2px;
    margin-right: 2px;
    font-size: 13px;
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit.active {
    background: #df1d1d;
}

.stm-template-motorcycle .stm-listing-car-gallery .stm-gallery-actions .stm-gallery-action-unit span {
    text-transform: uppercase;
    font-size: 12px;
}

.stm-template-motorcycle .compare-fixed-link {
    padding: 8px 23px 8px;
    border-color: #fff;
    font-weight: 700;
}

.stm-template-motorcycle .compare-fixed-link:hover {
    background: #fff;
    color: #df1d1d !important;
}

.stm-template-motorcycle .stm-single-car-links .stm-single-car-link {
    position: relative;
}

.stm-template-motorcycle .stm-single-car-links .stm-single-car-link .st_sharethis_large {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.stm-template-motorcycle .stm-single-car-links .stm-single-car-link:hover a {
    background: #df1d1d !important;
}

.stm-template-motorcycle .stm-single-car-links .stm-single-car-link:hover a i {
    color: #fff !important;
}

.stm-template-motorcycle .stm-single-car-links .stm-single-car-link a {
    display: block;
    position: relative;
    padding: 15px 20px 13px 60px;
    min-height: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #243136;
    text-decoration: none !important;
}

.stm-template-motorcycle .stm-single-car-links .stm-single-car-link a i {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #df1d1d;
    font-size: 19px;
    transition: all 0.3s ease;
}

.stm-template-motorcycle .stm-single-car-links .stm-single-car-link:nth-child(even) a {
    background: rgba(36, 49, 54, 0.8);
}

.stm-template-motorcycle .stm-ajax-loader.loading {
    font-size: 18px;
    color: #df1d1d;
}

.stm-template-motorcycle .stm-car-listing-data-single .title {
    padding-bottom: 22px;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #4c4f51;
}

.stm-template-motorcycle .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #4c4f51 !important;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container {
    padding-top: 0;
    padding-bottom: 4px;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    margin-right: 2px !important;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #31a3c6;
    opacity: 0;
    width: auto;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
    max-width: 250px;
    padding: 13px 18px !important;
    background: #df1d1d !important;
    font-weight: 400 !important;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a span {
    color: #fff !important;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    background: #243136 !important;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a span {
    color: #fff !important;
}

.stm-template-motorcycle .stm-single-listing-car-features ul.list-style-2 {
    width: 100%;
}

.stm-template-motorcycle .stm-single-listing-car-features ul.list-style-2 li {
    padding-left: 29px;
    font-size: 14px;
}

.stm-template-motorcycle .stm-single-listing-car-features ul.list-style-2 li:before {
    content: "\f061";
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    border: 0 !important;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
    margin-top: -5px;
    background: #243136 !important;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding: 25px 30px 25px !important;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    background: #df1d1d;
}

.stm-template-motorcycle #header .blogname h1 {
    text-align: center;
    display: inline-block;
}

.stm-template-motorcycle #header .blogname h1:hover {
    text-decoration: none !important;
}

.stm-template-motorcycle .stm-tech-infos {
    margin-top: 0;
}

.stm-template-motorcycle .stm-tech-infos table {
    margin-bottom: 14px;
}

.stm-template-motorcycle .stm-tech-infos table > tbody tr td {
    padding-top: 10px;
    border-bottom: 1px solid #575e60;
}

.stm-template-motorcycle .stm-tech-infos .stm-tech-title {
    padding-top: 1px;
    padding-left: 0;
}

.stm-template-motorcycle .stm-tech-infos .stm-tech-title .title {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.stm-template-motorcycle .stm-tech-infos .stm-tech-title i {
    display: inline;
    margin-right: 15px;
    position: static;
    vertical-align: top;
    color: #fff;
}

.stm-template-motorcycle .stm-tech-infos span.heading-font {
    color: #aaa;
}

.stm-template-motorcycle .stm-tech-infos span.h6 {
    font-weight: 600;
}

.stm-template-motorcycle .stm-boats-contact-information .title {
    padding-bottom: 20px;
    margin-bottom: 29px;
    font-size: 20px;
    border-bottom: 1px solid #585e61;
}

.stm-template-motorcycle .stm-boats-contact-information .stm-list-duty {
    list-style: none;
    padding: 0;
}

.stm-template-motorcycle .stm-boats-contact-information .stm-list-duty li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    padding-left: 48px;
    min-height: 36px;
    min-width: 175px;
    max-width: 253px;
    margin-right: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.stm-template-motorcycle .stm-boats-contact-information .stm-list-duty li .icon {
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -15px;
    font-size: 31px;
    color: #df1d1d;
}

.stm-template-motorcycle .stm-boats-contact-information .stm-list-duty li a {
    color: #fff;
    text-decoration: underline;
}

.stm-template-motorcycle .stm-boats-contact-information .stm-list-duty li a:hover {
    color: #df1d1d;
}

.stm-template-motorcycle .stm-contact-us-form-wrapper {
    padding: 0;
    background: transparent;
}

.stm-template-motorcycle .stm-contact-us-form-wrapper .form-label {
    margin-bottom: 5px;
    color: #aaa;
}

.stm-template-motorcycle .stm-contact-us-form-wrapper h2 {
    font-size: 20px;
    text-transform: none;
    padding-bottom: 22px;
    margin-bottom: 26px;
    border-bottom: 1px solid #596063;
}

.stm-template-motorcycle .stm-contact-us-form-wrapper input[type=submit] {
    display: inline-block;
}

.stm-template-motorcycle .stm-contact-us-form-wrapper .ajax-loader {
    margin-left: 20px;
    display: inline-block;
}

.stm-template-motorcycle textarea:focus,
.stm-template-motorcycle input[type=text]:focus,
.stm-template-motorcycle input[type=number]:focus,
.stm-template-motorcycle input[type=tel]:focus,
.stm-template-motorcycle input[type=email]:focus,
.stm-template-motorcycle input[type=search]:focus,
.stm-template-motorcycle input[type=password]:focus {
    border-color: #fff;
    background: #fff;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content textarea, .stm-template-motorcycle .stm-contact-us-form-wrapper textarea {
    padding-top: 15px;
}

.stm-template-motorcycle .wpcf7-recaptcha {
    margin: 30px 0 16px;
}

.stm-template-motorcycle .entry-header .entry-title h1,
.stm-template-motorcycle .entry-header .entry-title h2 {
    font-size: 45px;
}

.stm-template-motorcycle .entry-header .entry-title .sub-title {
    margin-top: -10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.stm-template-motorcycle .stm-single-car-side {
    margin-left: 0;
}

.stm-template-motorcycle .stm-single-car-content {
    padding-right: 0;
}

.stm-template-motorcycle .stm-filter-tabs-skewed {
    font-size: 0;
    position: absolute;
    top: -46px;
    padding-left: 10px;
    z-index: 20;
}

.stm-template-motorcycle .stm-filter-tabs-skewed .stm-filter-tab-single-unit {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
}

.stm-template-motorcycle .stm-filter-tabs-skewed .stm-filter-tab-single-unit:after {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #243136;
    transform: skew(-25deg, 0deg);
    transition: all 0.3s ease;
    z-index: 8;
}

.stm-template-motorcycle .stm-filter-tabs-skewed .stm-filter-tab-single-unit a {
    position: relative;
    display: block;
    min-width: 138px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 30px 12px 28px;
    text-decoration: none;
    z-index: 10;
}

.stm-template-motorcycle .stm-filter-tabs-skewed .stm-filter-tab-single-unit:nth-child(odd):after {
    background: #2f3c40;
}

.stm-template-motorcycle .stm-filter-tabs-skewed .stm-filter-tab-single-unit.active:after {
    background: #df1d1d;
}

.stm-template-motorcycle .stm-filter-tabs-skewed .stm-filter-tab-single-unit:hover:after {
    background: #df1d1d;
}

.stm-template-motorcycle .entry-header > .container {
    min-height: 398px;
}

.stm-template-motorcycle .stm-single-car-content {
    padding-top: 2px;
}

.stm-template-motorcycle .single-car-data > table tr td.t-value {
    text-align: right;
}

.stm-template-motorcycle .stm-car-carousels {
    margin-bottom: 22px;
}

.stm-template-motorcycle .modal-body {
    background: #0e1315;
}

.stm-template-motorcycle .modal-body .stm_auto_loan_calculator {
    padding: 0 20px;
    border: 0;
}

.stm-template-motorcycle .modal-body .stm_auto_loan_calculator .title {
    display: none;
}

.stm-template-motorcycle .modal-body .stm_auto_loan_calculator input {
    color: #0e1315;
}

.stm-template-motorcycle .modal-body .stm_auto_loan_calculator input::-webkit-input-placeholder {
    color: #0e1315;
}

.stm-template-motorcycle .modal-body .stm_auto_loan_calculator .labeled {
    color: #aaa;
}

.stm-template-motorcycle .boat-gallery {
    margin-bottom: 25px;
}

.stm-template-motorcycle .boat-gallery img {
    margin-bottom: 20px;
}

.stm-template-motorcycle .modal-calculator {
    position: absolute;
    max-width: 100%;
    width: 580px;
    left: 50%;
    margin-left: -290px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.stm-template-motorcycle .vc_tta-panels-container .vc_separator.vc_sep_color_black .vc_sep_holder_l {
    margin-left: -30px;
    margin-right: -30px;
    height: 2px;
    background: #151b1e;
}

.stm-template-motorcycle .vc_tta-panels-container .vc_separator.vc_sep_color_black .vc_sep_holder_l .vc_sep_line {
    border: 0;
}

.stm-template-motorcycle .stm_share_direct {
    margin: 30px 0 33px;
    text-align: center;
}

.stm-template-motorcycle .stm_share_direct .st_facebook_large .stLarge {
    background: none !important;
}

.stm-template-motorcycle .stm_share_direct .st_facebook_large .stLarge:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f230";
    font-size: 32px;
    color: #3b5998;
}

.stm-template-motorcycle .share_buttons {
    margin: 30px 0 33px;
    text-align: center;
}

.stm-template-motorcycle .share_buttons label {
    display: none;
}

.stm-template-motorcycle .share_buttons .addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 0 !important;
}

.stm-template-motorcycle .share_buttons .addtoany_list a span {
    opacity: 0.75 !important;
}

.stm-template-motorcycle .share_buttons .addtoany_list a:hover span {
    opacity: 1 !important;
}

.stm-template-motorcycle .stm-compact-sidebar {
    border: 0;
    background: #fff;
}

.stm-template-motorcycle .stm-compact-sidebar .text-image {
    margin-left: 30px;
    margin-bottom: 20px;
}

.stm-template-motorcycle #modern-filter-listing .stm-accordion-content-wrapper {
    background: rgba(39, 46, 54, 0.8) !important;
}

.stm-template-motorcycle .stm-accordion-single-unit > a.title {
    background: rgba(39, 46, 54, 0.8) !important;
}

.stm-template-motorcycle ul.stm-filter-chosen-units-list li {
    background: rgba(36, 49, 54, 0.6);
}

.stm-template-motorcycle .stm-car-listing-sort-units {
    margin-top: 0;
    border-bottom: 1px solid rgba(170, 170, 170, 0.4);
}

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

.stm-template-motorcycle .stm-car-listing-sort-units .stm-listing-directory-title .title {
    margin-bottom: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-listing-directory-title .stm-listing-directory-total-matches {
    font-size: 14px;
    color: #aaa !important;
    text-transform: uppercase;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-view-by {
    text-align: right;
    margin-top: 15px;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-view-by .view-type {
    display: inline-block;
    vertical-align: top;
    float: none;
    color: #df1d1d;
}

.stm-template-motorcycle .stm-car-listing-sort-units .stm-view-by .view-type.active {
    background: #243136;
    color: #818283;
}

.stm-template-motorcycle .stm-single-filter-link a {
    color: #fff;
}

.stm-template-motorcycle .stm-accordion-single-unit .stm-accordion-content ul {
    background: rgba(39, 46, 54, 0.8) !important;
}

.stm-template-motorcycle .stm-ajax-row.stm-loading > div {
    opacity: 0.2;
}

.stm-template-motorcycle .listing-list-loop {
    padding-bottom: 0 !important;
    background: rgba(36, 49, 54, 0.8);
    border: 0;
    transition: background 0.3s ease;
}

.stm-template-motorcycle .listing-list-loop:hover {
    background: #243136;
}

.stm-template-motorcycle .listing-list-loop:hover .stm-listing-compare {
    opacity: 0.8;
}

.stm-template-motorcycle .listing-list-loop .image {
    max-width: 350px;
    margin-right: 30px;
    padding: 0;
}

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

.stm-template-motorcycle .listing-list-loop .image .image-inner .stm_moto_hover_unit {
    position: static;
}

.stm-template-motorcycle .listing-list-loop .image .image-inner .stm_moto_hover_unit .boats-image-unit {
    position: absolute;
    top: 10px;
    left: 10px;
}

.stm-template-motorcycle .listing-list-loop .image .image-inner .stm_moto_hover_unit .stm-listing-photos-unit,
.stm-template-motorcycle .listing-list-loop .image .image-inner .stm_moto_hover_unit .stm-listing-videos-unit {
    opacity: 0.8;
    visibility: visible;
}

.stm-template-motorcycle .listing-list-loop .image .image-inner .stm_moto_hover_unit .stm-listing-compare {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top {
    padding-top: 19px;
    margin-bottom: 27px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .title a {
    display: block;
    letter-spacing: 1px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .title .stm-label-title {
    display: block;
    margin: -6px 0 -5px;
    letter-spacing: -0.3px;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price {
    min-width: inherit;
    padding-left: 13px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price > div {
    position: relative;
    z-index: 10;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price .label-price {
    display: none !important;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price .normal-price .heading-font {
    font-size: 16px;
    text-transform: uppercase;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price .heading-font {
    font-size: 16px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price.discounted-price {
    padding: 3px 16px 3px 13px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price.discounted-price .regular-price {
    padding-right: 0;
    margin-bottom: -5px;
    text-decoration: line-through;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price.discounted-price .sale-price {
    padding-right: 0;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price .normal-price {
    padding: 8px 17px 7px 4px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-top .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -14px;
    height: 100%;
    width: 32px;
    background-color: #df1d1d;
    transform: skew(-18deg, 0deg);
    z-index: 5;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle {
    min-height: 39px;
    margin-bottom: 27px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit {
    border: 0;
    margin: 0;
    padding-right: 24px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit:not(.font-exists) .meta-middle-unit-top {
    padding-left: 0;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit:not(.font-exists) .value {
    padding-left: 0;
    text-transform: uppercase;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit .meta-middle-unit-top {
    margin-bottom: 4px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit .name {
    margin-bottom: 5px;
    font-size: 12px;
    color: #aaa;
}

.stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit .value {
    margin-top: -7px;
    font-size: 14px;
    color: #fff;
}

.stm-template-motorcycle .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link {
    display: inline-block;
    margin: 0 6px 8px 0;
}

.stm-template-motorcycle .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a {
    min-height: 30px;
    padding: 4px 13px 5px 32px;
    font-size: 12px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 2px;
    letter-spacing: 0.2px;
}

.stm-template-motorcycle .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a i {
    left: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}

.stm-template-motorcycle .modal-content {
    background: #0e1315;
}

.stm-template-motorcycle .modal-body {
    padding-top: 20px;
}

.stm-template-motorcycle .classic-filter-pagination .clearfix {
    margin-top: 21px;
    padding-top: 30px;
    border-top: 1px solid #4b4e4f;
}

.stm-template-motorcycle .classic-filter-pagination .stm-blog-pagination {
    float: left;
}

.stm-template-motorcycle .classic-filter-pagination .stm-blog-pagination ul.page-numbers {
    margin: 0 -8px;
    text-align: left;
    padding: 0;
}

.stm-template-motorcycle .classic-filter-pagination .stm-blog-pagination ul.page-numbers li {
    text-align: center;
    border-radius: 0;
}

.stm-template-motorcycle .classic-filter-pagination .stm-blog-pagination ul.page-numbers li > span {
    background: #df1d1d;
    border-radius: 0;
}

.stm-template-motorcycle .classic-filter-pagination .stm-blog-pagination ul.page-numbers li > span.dots {
    background: #243136;
}

.stm-template-motorcycle .classic-filter-pagination .stm-blog-pagination ul.page-numbers li a {
    background: #243136;
    border-radius: 0;
}

.stm-template-motorcycle .classic-filter-pagination .stm-blog-pagination ul.page-numbers li a:hover {
    background: #df1d1d;
}

.stm-template-motorcycle .classic-filter-pagination .stm-blog-pagination .stm-prev-next {
    display: none;
}

.stm-template-motorcycle .classic-filter-pagination .stm-blog-pagination .page-numbers.prev,
.stm-template-motorcycle .classic-filter-pagination .stm-blog-pagination .page-numbers.next {
    display: none;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page {
    margin-top: 12px;
    text-align: right;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .last,
.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .first {
    display: none;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .stm_label {
    position: relative;
    top: 4px;
    margin-right: 10px;
    font-size: 12px;
    color: #aaaaaa;
    text-transform: uppercase;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .stm_motorcycle_pp {
    position: relative;
    display: inline-block;
    width: 59px;
    height: 32px;
    vertical-align: top;
    border: 1px solid rgba(170, 170, 170, 0.4);
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .stm_motorcycle_pp.active {
    border: 1px solid #aaaaaa;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .stm_motorcycle_pp:after {
    display: block;
    font-family: "Font Awesome 5 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);
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 9px;
    height: 100%;
    width: 23px;
    line-height: 30px;
    content: "\f107";
    cursor: pointer;
    z-index: 999;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .stm_motorcycle_pp ul {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    padding: 32px 0 0 0;
    list-style: none;
    height: 32px;
    z-index: 20;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .stm_motorcycle_pp ul.activated {
    height: initial;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .stm_motorcycle_pp ul.activated li {
    opacity: 1;
    visibility: visible;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .stm_motorcycle_pp ul li {
    width: 100%;
    margin-bottom: 0;
    text-align: right;
    line-height: 32px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .stm_motorcycle_pp ul li a {
    padding-right: 0;
    display: block;
    font-size: 13px;
    color: #fff;
    background: rgba(36, 49, 54, 0.8);
    text-decoration: none !important;
    text-align: center;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .stm_motorcycle_pp ul li a:hover {
    background: #243136;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .stm_motorcycle_pp ul li.active {
    position: absolute;
    top: 1px;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    visibility: visible;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page .stm_motorcycle_pp ul li.active a {
    padding-right: 29px;
    background: transparent;
    text-align: right;
    cursor: default;
}

.stm-template-motorcycle .classic-filter-pagination .stm-motorcycle-per-page.left-mode {
    margin: 0 15px;
    padding: 30px 0 0;
    border-top: 1px solid #4b4e4f;
    text-align: right;
}

.stm-template-motorcycle .archive-listing-page {
    padding-bottom: 90px;
    padding-top: 40px;
}

.stm-template-motorcycle .stm-car-compare-row .stm-icon-add_car {
    margin-left: -40px !important;
    font-family: "motorcycles" !important;
}

.stm-template-motorcycle .stm-car-compare-row .stm-icon-add_car:before {
    content: "\e909";
}

.stm-template-motorcycle table > tbody tr td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.stm-template-motorcycle .colored-separator .first-long {
    background-color: #df1d1d;
}

.stm-template-motorcycle .stm_breadcrumbs_unit .navxtBreads {
    padding-top: 30px;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.stm-template-motorcycle .contact-us-label {
    color: #aaa;
}

.stm-template-motorcycle .stm-badge-directory {
    padding: 2px 10px;
}

.stm-template-motorcycle #main .stm-shop-sidebar-area .widget {
    border: 1px solid #243136;
    border-top-width: 4px;
    box-shadow: 0 2px 5px #243136;
}

.stm-template-motorcycle #main .stm-shop-sidebar-area .widget .product_list_widget li .product-title,
.stm-template-motorcycle #main .stm-shop-sidebar-area .widget .product_list_widget li a,
.stm-template-motorcycle #main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li > a {
    color: #888 !important;
}

.stm-template-motorcycle #main .stm-shop-sidebar-area .widget .product_list_widget li .product-title:hover,
.stm-template-motorcycle #main .stm-shop-sidebar-area .widget .product_list_widget li a:hover,
.stm-template-motorcycle #main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li > a:hover {
    color: #df1d1d !important;
}

.stm-template-motorcycle .products ul li .stm-product-inner, .stm-template-motorcycle ul.products li .stm-product-inner {
    border-bottom-color: rgba(255, 255, 255, 0.3);
    min-height: 391px;
}

.stm-template-motorcycle .panel {
    background-color: transparent;
}

.stm-template-motorcycle .stm_auto_loan_calculator .labeled.heading-font {
    color: rgba(255, 255, 255, 0.5);
}

.stm-template-motorcycle .stm-sell-a-car-form .form-navigation .form-navigation-unit .sub-title {
    color: rgba(255, 255, 255, 0.5);
}

.stm-template-motorcycle .ui-widget-content {
    background: transparent;
    color: #fff;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav {
    border-color: #fff;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    border-top-color: rgba(255, 255, 255, 0.5);
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels {
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p {
    color: rgba(255, 255, 255, 0.8);
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav {
    background: #fff;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a {
    background: transparent;
    color: #0e1315;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li.ui-state-active a {
    background: #1d282c;
    color: #fff;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .selection:hover b {
    color: rgba(255, 255, 255, 0.5) !important;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .select2-container--open .selection b {
    color: #fff !important;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar .select2-container--open .select2-selection__rendered {
    border: 1px solid #fff !important;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget .widget-title {
    margin-bottom: 23px;
}

.stm-template-motorcycle #footer .stm-instagram-unit .widget-title {
    margin-bottom: 13px;
}

.stm-template-motorcycle #footer .widget_nav_menu .widget-title {
    margin-bottom: 20px !important;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .form-content-unit .contact-us-label {
    color: #aaa;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .icon {
    display: none;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .form-content-unit .contact-details .contact-us-label {
    color: #0e1315;
}

.stm-template-motorcycle .ui-widget {
    font-family: inherit;
}

.stm-template-motorcycle .post-content blockquote {
    color: #fff;
}

.stm-template-motorcycle .stm-author-box .author-content h4 {
    color: #0e1315;
}

.stm-template-motorcycle .widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    right: -1px;
}

.stm-template-motorcycle .stm_show_overflow {
    overflow: visible;
}

.stm-template-motorcycle .post-list-single-item .blog-meta {
    background-color: #2f3c40;
}

.stm-template-motorcycle .stm-blog-pagination .stm-prev-next {
    background-color: #2f3c40;
}

.stm-template-motorcycle .stm-blog-pagination ul.page-numbers li > a {
    background-color: #2f3c40;
}

.stm-template-motorcycle .stm-blog-pagination ul.page-numbers li > a:hover {
    background: #df1d1d;
}

.stm-template-motorcycle .stm-blog-pagination ul.page-numbers li > span {
    background: #df1d1d;
}

.stm-template-motorcycle .stm-blog-pagination ul.page-numbers li > span.dots {
    background-color: #2f3c40;
}

.stm-template-motorcycle .stm_moto_single_grid_item .image {
    min-height: 200px;
}

.stm-template-motorcycle .stm_listing_tabs_style_2 .image {
    min-height: inherit;
}

.stm-template-motorcycle .wp-block-tag-cloud a,
.stm-template-motorcycle .tagcloud a {
    background: #2f3c40;
}

.stm-template-motorcycle #main .widget {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    border-top-color: #4c4f51;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels,
.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels {
    border-bottom-color: #4c4f51;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
    border-bottom-color: #4c4f51;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-icon {
    color: #ebebeb;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-icon {
    color: #df1d1d;
}

.stm-template-motorcycle .wpcf7-form-control-wrap input[type=text], .stm-template-motorcycle .wpcf7-form-control-wrap input[type=number], .stm-template-motorcycle .wpcf7-form-control-wrap input[type=tel], .stm-template-motorcycle .wpcf7-form-control-wrap input[type=email], .stm-template-motorcycle .wpcf7-form-control-wrap input[type=search], .stm-template-motorcycle .wpcf7-form-control-wrap input[type=password] {
    color: #555;
}

.stm-template-motorcycle .wpcf7-form-control-wrap input[type=text]::-webkit-input-placeholder, .stm-template-motorcycle .wpcf7-form-control-wrap input[type=number]::-webkit-input-placeholder, .stm-template-motorcycle .wpcf7-form-control-wrap input[type=tel]::-webkit-input-placeholder, .stm-template-motorcycle .wpcf7-form-control-wrap input[type=email]::-webkit-input-placeholder, .stm-template-motorcycle .wpcf7-form-control-wrap input[type=search]::-webkit-input-placeholder, .stm-template-motorcycle .wpcf7-form-control-wrap input[type=password]::-webkit-input-placeholder {
    color: #555 !important;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav {
    border: 0;
    background: transparent;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li {
    margin-right: 2px;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a {
    padding-left: 30px;
    padding-right: 30px;
    background: #272e36;
    color: #fff;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a:before {
    width: 0 !important;
    height: 0 !important;
    top: inherit !important;
    bottom: -7px;
    left: 50% !important;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 7px solid #df1d1d;
    background: transparent !important;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li.ui-state-active a {
    background: #df1d1d;
}

.stm-template-motorcycle .stm_auto_loan_calculator {
    border-color: #2f3c40;
}

.stm-template-motorcycle .post-grid-single-unit .content {
    border: 1px solid #2f3c40;
}

.stm-template-motorcycle .post-grid-single-unit .sticky-post {
    background-color: #2f3c40;
}

.stm-template-motorcycle .classic-filter-row .filter-sidebar {
    box-shadow: none;
}

.stm-template-motorcycle .stm_listing_tabs_style_2 .image {
    overflow: hidden;
}

.stm-template-motorcycle .listing-list-loop .special-label-small {
    top: unset;
    bottom: 20px;
    left: unset;
    right: -81px;
}

.stm-template-motorcycle .stm_moto_single_grid_item .image {
    overflow: hidden;
}

.stm-template-motorcycle .stm-single-image .special-label-small {
    top: inherit;
    bottom: 20px;
    left: -81px;
    transform: rotate(45deg) translateZ(0);
}

.stm-template-motorcycle .special-label {
    background: #df1d1d;
}

.stm-template-motorcycle .stm_mc-filter-selects .select2-selection__rendered {
    transition: all 0.3s ease;
}

.stm-template-motorcycle .stm_mc-filter-selects .select2-container--default .select2-selection--single .select2-selection__arrow b {
    transition: all 0s ease;
}

.stm-template-motorcycle .icon-box.stm-layout-box-boats {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.stm-template-motorcycle .entry-header.small_title_box .entry-title h1,
.stm-template-motorcycle .entry-header.small_title_box .entry-title h2 {
    font-size: 45px;
}

.stm-template-motorcycle ul.stm-filter-chosen-units-list li {
    background: rgba(36, 49, 54, 0.6);
    color: #fff;
    transition: all 0.3s ease;
}

.stm-template-motorcycle ul.stm-filter-chosen-units-list li:hover {
    background: #243136;
}

.stm-template-motorcycle .stm-filter-chosen-units {
    padding-top: 6px;
    margin-bottom: 19px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .contact-details {
    background: #2f3c40;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .form-content-unit .contact-details .contact-us-label {
    color: rgba(255, 255, 255, 0.8);
}

.stm-template-motorcycle .stm_moto_single_grid_item .image:after {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 19, 21, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14, 19, 21, 0)), color-stop(100%, rgba(14, 19, 21, 0)));
    background: linear-gradient(to bottom, rgba(14, 19, 21, 0) 0%, rgba(14, 19, 21, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e1315", endColorstr="#0e1315", GradientType=0);
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 19;
}

.stm-template-motorcycle .stm_moto_single_grid_item:hover .image:after {
    opacity: 1;
    background: rgba(14, 19, 21, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14, 19, 21, 0)), color-stop(100%, rgba(14, 19, 21, 0.6)));
    background: linear-gradient(to bottom, rgba(14, 19, 21, 0) 0%, rgba(14, 19, 21, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e1315", endColorstr="#0e1315", GradientType=0);
}

.stm-template-motorcycle .stm_moto_single_grid_item .stm_moto_hover_unit {
    z-index: 20;
}

.stm-template-motorcycle .stm-simple-parallax {
    background-position: 0 400px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.stm-template-motorcycle .stm-single-car-page {
    background-position: 0 200px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.stm-template-motorcycle #footer-copyright, .stm-template-motorcycle #footer-main {
    background: #0e1315;
}

.stm-template-motorcycle .form-upload-files {
    margin-bottom: 12px;
    border-color: #243136;
    background-color: #243136;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-navigation .form-navigation-unit {
    border-bottom-color: #243136;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-navigation .form-navigation-unit.active {
    border-bottom-color: #df1d1d;
}

.stm-template-motorcycle .stm-pseudo-file-input .stm-filename,
.stm-template-motorcycle .stm-plus,
.stm-template-motorcycle .stm-sell-a-car-form .form-content input[type=text], .stm-template-motorcycle .stm-sell-a-car-form .form-content input[type=tel], .stm-template-motorcycle .stm-sell-a-car-form .form-content input[type=email], .stm-template-motorcycle .stm-sell-a-car-form .form-content input[type=search], .stm-template-motorcycle .stm-sell-a-car-form .form-content input[type=password], .stm-template-motorcycle .stm-sell-a-car-form .form-content .contact-details textarea {
    background: rgba(255, 255, 255, 0.8);
    border: 0 !important;
}

.stm-template-motorcycle .stm-pseudo-file-input .stm-filename:focus,
.stm-template-motorcycle .stm-plus:focus,
.stm-template-motorcycle .stm-sell-a-car-form .form-content input[type=text]:focus, .stm-template-motorcycle .stm-sell-a-car-form .form-content input[type=tel]:focus, .stm-template-motorcycle .stm-sell-a-car-form .form-content input[type=email]:focus, .stm-template-motorcycle .stm-sell-a-car-form .form-content input[type=search]:focus, .stm-template-motorcycle .stm-sell-a-car-form .form-content input[type=password]:focus, .stm-template-motorcycle .stm-sell-a-car-form .form-content .contact-details textarea:focus {
    background: white;
    border-color: white;
}

.stm-template-motorcycle .sell-a-car-proceed {
    margin-top: 17px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-group {
    margin-bottom: 32px;
}

.stm-template-motorcycle .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit {
    border-color: rgba(170, 170, 170, 0.4);
}

.stm-template-motorcycle .stm-call-to-action-1 {
    border: 0;
}

.stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left,
.stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left:after {
    background: #243136;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 .wpb_tab.ui-tabs-panel {
    background: #243136 !important;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs.stm_tabs_style_2 ul.wpb_tabs_nav > li > a {
    background: #df1d1d;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs.stm_tabs_style_2 ul.wpb_tabs_nav > li.ui-state-active a {
    background: #243136;
}

.stm-template-motorcycle .stm-working-days {
    border: 0;
    background: #243136;
}

.stm-template-motorcycle .stm_auto_loan_calculator {
    border-color: #243136;
    background: #243136;
}

.stm-template-motorcycle .footer_widgets_wrapper {
    padding: 66px 0 20px;
    color: #aaa;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_search .widget-title {
    margin-bottom: 21px;
}

.stm-template-motorcycle .footer_widgets_wrapper a {
    text-decoration: none !important;
}

.stm-template-motorcycle .footer_widgets_wrapper a:hover {
    color: #fff;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget-title {
    margin-bottom: 15px;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget-title h6 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget-title h6 .colored {
    color: #df1d1d;
}

.stm-template-motorcycle .footer_widgets_wrapper .stm_wp_widget_text .textwidget {
    font-size: 13px;
    line-height: 20px;
    color: #aaa;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_text .textwidget {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_text .textwidget .date {
    color: #aaaaaa;
    font-weight: 700;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget .widget-title {
    margin-bottom: 16px;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-label {
    color: #888;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit {
    position: relative;
    margin-bottom: 8px;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 40px;
    z-index: 10;
    opacity: 0;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit:after {
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f09e";
    top: 0;
    right: 0;
    height: 38px;
    width: 40px;
    background-color: #df1d1d;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 17px;
    text-indent: 2px;
    z-index: 9;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget input[type=text],
.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget input[type=email],
.stm-template-motorcycle .footer_widgets_wrapper .widget_mc4wp_form_widget input[type=number] {
    position: relative;
    height: 38px;
    line-height: 38px;
    padding: 0 50px 0 17px;
    color: #aaa;
}

.stm-template-motorcycle .footer_widgets_wrapper .stm-instagram-unit .textwidget {
    margin: -4px -9px 0;
}

.stm-template-motorcycle .footer_widgets_wrapper .stm-instagram-unit .textwidget #sb_instagram {
    padding-bottom: 0 !important;
}

.stm-template-motorcycle .footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget {
    position: relative;
    top: -3px;
    font-size: 13px;
    line-height: 20px;
    color: #aaa;
    margin-bottom: 20px;
}

.stm-template-motorcycle .footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget:last-child {
    margin-bottom: 0;
}

.stm-template-motorcycle .footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget .comments-number {
    position: relative;
    top: 3px;
    height: 20px;
}

.stm-template-motorcycle .footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget .comments-number a {
    display: block;
    padding-left: 21px;
    color: #df1d1d !important;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.stm-template-motorcycle .footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget .comments-number i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    font-size: 13px;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_socials {
    margin: 0 -5px;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_socials:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_socials li {
    float: left;
    margin: 5px 4px 10px;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_socials li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #3b3d3f;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #fff !important;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_socials li a:hover {
    background-color: #df1d1d;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_search form {
    position: relative;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_search form input[type=search] {
    height: 38px;
    line-height: 38px;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_search form input[type=search]:focus {
    color: #000;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_search form:after {
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f002";
    top: 0;
    right: 0;
    width: 46px;
    height: 38px;
    line-height: 38px;
    background-color: #df1d1d;
    font-size: 19px;
    color: #fff !important;
    text-align: center;
    z-index: 9;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_search form label {
    display: block;
    max-width: 79.2%;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_search form input[type=submit],
.stm-template-motorcycle .footer_widgets_wrapper .widget_search form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 38px;
    z-index: 10;
    opacity: 0;
}

.stm-template-motorcycle #wp-calendar {
    width: 100%;
}

.stm-template-motorcycle #wp-calendar > caption {
    padding-top: 0;
    margin-top: -4px;
}

.stm-template-motorcycle .wp-block-tag-cloud,
.stm-template-motorcycle .tagcloud {
    margin-right: -6px;
}

.stm-template-motorcycle .wp-block-tag-cloud a,
.stm-template-motorcycle .tagcloud a {
    display: inline-block;
    margin: 0 6px 8px 0;
    padding: 4px 9px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 1, 1, 0.2);
    font-size: 13px !important;
    color: #aaa;
    text-decoration: none !important;
}

.stm-template-motorcycle .wp-block-tag-cloud a:hover,
.stm-template-motorcycle .tagcloud a:hover {
    background-color: #df1d1d;
    color: #fff;
}

.stm-template-motorcycle #main .widget {
    margin-bottom: 27px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.stm-template-motorcycle #main .widgettitle,
.stm-template-motorcycle #main .widget-title {
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
}

.stm-template-motorcycle #main .widget_search .widget-title {
    display: none;
}

.stm-template-motorcycle #main .widget_search form.wp-block-search,
.stm-template-motorcycle #main .widget_search form.search-form {
    position: relative;
}

.stm-template-motorcycle #main .widget_search form.wp-block-search input[type=search],
.stm-template-motorcycle #main .widget_search form.search-form input[type=search] {
    height: 45px;
    line-height: 45px;
    padding-right: 57px;
}

.stm-template-motorcycle #main .widget_search form.wp-block-search input[type=submit],
.stm-template-motorcycle #main .widget_search form.search-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    text-indent: -9999px;
    opacity: 0;
    z-index: 20;
}

.stm-template-motorcycle #main .widget_search form.wp-block-search label,
.stm-template-motorcycle #main .widget_search form.search-form label {
    display: block;
}

.stm-template-motorcycle #main .widget_search form.wp-block-search:after,
.stm-template-motorcycle #main .widget_search form.search-form:after {
    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;
    content: "\e810";
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    color: #df1d1d;
    z-index: 10;
}

.stm-template-motorcycle #main .widget_search form.wp-block-search:before,
.stm-template-motorcycle #main .widget_search form.search-form:before {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    width: 5px;
    height: 45px;
    background-color: #df1d1d;
    z-index: 10;
}

.stm-template-motorcycle #main .widget_search form.wp-block-search:hover:before,
.stm-template-motorcycle #main .widget_search form.search-form:hover:before {
    width: 45px;
}

.stm-template-motorcycle #main .widget_search form.wp-block-search:hover:after,
.stm-template-motorcycle #main .widget_search form.search-form:hover:after {
    color: #fff;
}

.stm-template-motorcycle #main .widget_search form.wp-block-search.focus:before,
.stm-template-motorcycle #main .widget_search form.search-form.focus:before {
    width: 45px;
}

.stm-template-motorcycle #main .widget_search form.wp-block-search.focus:after,
.stm-template-motorcycle #main .widget_search form.search-form.focus:after {
    color: #fff;
}

.stm-template-motorcycle #main .widget_text {
    font-size: 13px;
    line-height: 22px;
}

.stm-template-motorcycle #main .stm-last-post-widget {
    margin-bottom: 26px;
    font-size: 13px;
    line-height: 20px;
    color: #888;
}

.stm-template-motorcycle #main .stm-last-post-widget .comments-number {
    position: relative;
    margin-top: 14px;
    height: 20px;
}

.stm-template-motorcycle #main .stm-last-post-widget .comments-number a {
    display: block;
    padding-left: 21px;
    color: #df1d1d !important;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.stm-template-motorcycle #main .stm-last-post-widget .comments-number i {
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -6px;
    font-size: 13px;
}

.stm-template-motorcycle #main .stm-last-post-widget:last-child {
    margin-bottom: 10px;
}

.stm-template-motorcycle #main .textwidget p:last-child {
    margin-bottom: 0;
}

.stm-template-motorcycle .stm-small-text {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #888;
}

.stm-template-motorcycle .stm-template-motorcycle .widget_archive .select2-container {
    z-index: 999;
}

.stm-template-motorcycle .widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 47px;
}

.stm-template-motorcycle .widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 50%;
    margin-left: -7px;
    z-index: 10;
}

.stm-template-motorcycle .widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    position: absolute;
    content: "";
    display: block;
    top: -1px;
    bottom: 0;
    right: 0;
    width: 4px;
    background-color: #df1d1d;
    z-index: 1;
}

.stm-template-motorcycle .widget_archive .select2:hover.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 50px;
}

.stm-template-motorcycle .widget_archive .select2:hover.select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: #fff !important;
}

.stm-template-motorcycle .widget_archive .select2:hover.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    width: 47px;
}

.stm-template-motorcycle .widget_archive .select2.select2-container--open.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 50px;
}

.stm-template-motorcycle .widget_archive .select2.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: #fff !important;
}

.stm-template-motorcycle .widget_archive .select2.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    width: 47px;
}

.stm-template-motorcycle .media-widget-list {
    margin: 0 -8px;
}

.stm-template-motorcycle .media-widget-list .media-widget-item {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
}

.stm-template-motorcycle .media-widget-list .media-widget-item a {
    display: block;
    padding: 0 8px;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_socials {
    position: relative;
    left: 3px;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_socials li {
    margin-right: 3px;
    margin-left: 4px;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_socials li:first-child {
    margin-right: 3px;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_socials li:nth-child(2) {
    margin-right: 3px;
}

.stm-template-motorcycle .footer_widgets_wrapper .widget_socials li:nth-child(3) {
    margin-right: 3px;
}

.stm-template-motorcycle .stm-service-primary-color {
    color: #22b7d2;
}

.stm-template-motorcycle .stm-service-secondary-color {
    color: #ecbf24;
}

.stm-template-motorcycle.page-template-home-service-layout .tp-revslider-mainul .slotholder:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.stm-template-motorcycle.page-template-home-service-layout .stm-carousel-brands .brands-carousel-item .brands-carousel-item-inner {
    padding: 15px;
    opacity: 1;
}

.stm-template-motorcycle.page-template-home-service-layout .footer_widgets_wrapper .widget_socials li a {
    border-radius: 50%;
}

.stm-template-motorcycle.page-template-home-service-layout .footer_widgets_wrapper .widget-title h6 {
    font-size: 16px;
    font-weight: 900;
}

.stm-template-motorcycle.page-template-home-service-layout #top-bar {
    background-color: #191d21;
}

.stm-template-motorcycle.page-template-home-service-layout #top-bar .top-bar-wrapper {
    border-bottom: none;
}

.stm-template-motorcycle.page-template-home-service-layout #site_style_default {
    background-color: #ecbf24 !important;
}

.stm-template-motorcycle.page-template-home-service-layout #footer {
    box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, #22262a 0%, #181c20 100%);
}

.stm-template-motorcycle.page-template-home-service-layout #footer #footer-copyright, .stm-template-motorcycle.page-template-home-service-layout #footer #footer-main {
    background-color: transparent !important;
}

.stm-template-motorcycle .stm-service-slider-title {
    padding: 27px 37px 27px 30px;
    background: rgba(23, 27, 31, 0.9);
    text-transform: uppercase;
}

.stm-template-motorcycle .stm-service-slider-title.heading-font {
    letter-spacing: 1px !important;
}

.stm-template-motorcycle .stm-service-slider-title .yellow {
    color: #ecbf24;
}

.stm-template-motorcycle .stm-service-slider-price {
    padding: 12px 39px 11px 32px;
    background-color: #22b7d2;
    font-size: 12px;
    line-height: 12px;
}

.stm-template-motorcycle .stm-service-slider-price > span {
    display: block;
    margin-top: 3px;
    font-size: 24px;
    line-height: 24px;
}

.stm-template-motorcycle .stm-service-slider-title-centered {
    text-align: center;
    text-transform: uppercase;
}

.stm-template-motorcycle .stm-service-slider-title-centered > span.yellow {
    color: #ecbf24;
}

.stm-template-motorcycle .page-template-home-service-layout .stm-slider-button {
    padding: 16px 34px 15px 56px;
    background-color: #22b7d2;
    box-shadow: 0 2px 0 #1b92a8;
}

.stm-template-motorcycle .page-template-home-service-layout .stm-slider-button i {
    left: 29px;
}

.stm-template-motorcycle .page-template-home-service-layout .stm-slider-button:active {
    box-shadow: none;
}

.stm-template-motorcycle .stm-service-layout-icon-box .inner {
    margin-bottom: 54px;
}

.stm-template-motorcycle .stm-service-layout-icon-box .icon {
    width: 65px;
    margin-right: 15px;
    float: left;
    text-align: center;
}

.stm-template-motorcycle .stm-service-layout-icon-box .icon i {
    font-size: 40px;
}

.stm-template-motorcycle .stm-service-layout-icon-box .icon-box-content {
    overflow: hidden;
}

.stm-template-motorcycle .stm-service-layout-icon-box .icon-box-content .title {
    margin-bottom: 17px;
}

.stm-template-motorcycle .stm-service-layout-icon-box .icon-box-content .content {
    padding-right: 16px;
    color: #888;
    font-size: 13px;
    line-height: 19px;
}

.stm-template-motorcycle .ultra-bold {
    font-weight: 900;
}

.stm-template-motorcycle .stm-service-layout-info-box {
    max-width: 350px;
    width: auto;
    margin: 0 auto 30px !important;
}

.stm-template-motorcycle .stm-service-layout-info-box .inner {
    background-size: cover;
    background-position: 100% 0%;
    padding: 50px 35px 29px 35px;
    box-shadow: inset 0 0 92px rgba(0, 0, 0, 0.1);
}

.stm-template-motorcycle .stm-service-layout-info-box .inner .title {
    min-height: 72px;
    margin-bottom: 18px;
    padding-right: 45px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.stm-template-motorcycle .stm-service-layout-info-box .inner .service-price {
    display: inline-block;
    min-width: 108px;
    margin-bottom: 31px;
    padding: 12px 5px 11px 14px;
    background-color: #22b7d2;
    font-weight: 900;
    color: #fff;
}

.stm-template-motorcycle .stm-service-layout-info-box .inner .service-price .price-label {
    margin-bottom: 1px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
}

.stm-template-motorcycle .stm-service-layout-info-box .inner .service-price .price-value {
    text-indent: -2px;
    font-size: 24px;
}

.stm-template-motorcycle .stm-service-layout-info-box .inner .content ul {
    list-style: none;
    padding: 0;
}

.stm-template-motorcycle .stm-service-layout-info-box .inner .content ul li {
    position: relative;
    padding-left: 7px;
    margin-bottom: 2px;
    font-size: 13px;
}

.stm-template-motorcycle .stm-service-layout-info-box .inner .content ul li:before {
    position: absolute;
    content: "";
    display: block;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #555;
    border-radius: 50%;
}

.stm-template-motorcycle .stm-fullwidth-row-no-paddings > .wpb_column {
    padding: 0 !important;
}

.stm-template-motorcycle .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:first-child > .vc_column-inner {
    padding: 99px 42px 68px 93px !important;
}

.stm-template-motorcycle .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:nth-child(2) > .vc_column-inner {
    padding: 99px 42px 138px 109px !important;
}

.stm-template-motorcycle .stm-list-style-counter {
    padding-left: 0;
    counter-reset: section;
    list-style: none;
}

.stm-template-motorcycle .stm-list-style-counter li {
    position: relative;
    margin-bottom: 23px;
    padding-left: 56px;
    font-size: 13px;
    line-height: 18px;
}

.stm-template-motorcycle .stm-list-style-counter li:last-child {
    margin-bottom: 0;
}

.stm-template-motorcycle .stm-list-style-counter li:before {
    position: absolute;
    left: -1px;
    top: 1px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-weight: 900;
    font-size: 16px;
    color: #191d21;
    counter-increment: section;
    content: counter(section);
}

.stm-template-motorcycle .stm-list-style-counter li h4 {
    margin-bottom: 3px;
    font-weight: 900;
}

.stm-template-motorcycle .stm-counter .stm-counter-circle {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 19px;
    border: 3px solid #22b7d2;
    border-radius: 50%;
    line-height: 114px;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
}

.stm-template-motorcycle .stm-counter .stm-counter-label {
    overflow: hidden;
}

.stm-template-motorcycle .stm-counter .stm-counter-label .h4 {
    margin-top: 35px;
    color: #fff;
}

.stm-template-motorcycle .stm-carousel-fullwidth-wrapper {
    margin: 0 -15px;
}

.stm-template-motorcycle .stm-carousel-fullwidth {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.stm-template-motorcycle .stm-carousel-fullwidth.owl-loaded {
    height: inherit;
    visibility: visible;
    overflow: visible;
}

.stm-template-motorcycle .stm-image-links-4 .stm-image-link {
    width: 25%;
}

.stm-template-motorcycle .stm-image-links-3 .stm-image-link {
    width: 33.3%;
}

.stm-template-motorcycle .stm-image-links-2 .stm-image-link {
    width: 50%;
}

.stm-template-motorcycle .stm-image-links {
    font-size: 0;
    margin: 0 -7.5px;
}

.stm-template-motorcycle .stm-image-links .stm-image-link {
    display: inline-block;
    vertical-align: top;
}

.stm-template-motorcycle .stm-image-links .stm-image-link .inner {
    padding: 3px;
    margin: 0 7.5px 15px;
    height: 53px;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 45px;
    text-align: center;
}

.stm-template-motorcycle .stm-image-links .stm-image-link .inner img {
    max-height: 100%;
    display: inline-block;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.stm-template-motorcycle .stm-image-links .stm-image-link .inner:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.stm-template-motorcycle .stm-service-contact-us-form-wrapper {
    padding: 35px 43px 27px !important;
    background-size: cover;
}

.stm-template-motorcycle .stm-service-contact-us-form-wrapper .form-label {
    color: #fff;
}

.stm-template-motorcycle .stm-service-contact-us-form-wrapper input[type=text],
.stm-template-motorcycle .stm-service-contact-us-form-wrapper input[type=email],
.stm-template-motorcycle .stm-service-contact-us-form-wrapper input[type=tel] {
    background-color: #fff;
    border: 2px solid #fff;
}

.stm-template-motorcycle .stm-service-contact-us-form-wrapper input[type=text]:focus,
.stm-template-motorcycle .stm-service-contact-us-form-wrapper input[type=email]:focus,
.stm-template-motorcycle .stm-service-contact-us-form-wrapper input[type=tel]:focus {
    border-color: #22b7d2;
}

.stm-template-motorcycle .stm-service-contact-us-form-wrapper textarea {
    padding-top: 15px;
    max-height: 80px;
    background-color: #fff;
    border: 2px solid #fff;
}

.stm-template-motorcycle .stm-service-contact-us-form-wrapper textarea:focus {
    border-color: #22b7d2;
}

.stm-template-motorcycle .stm-service-contact-us-form-wrapper .wpcf7-response-output {
    background-color: #fff !important;
}

.stm-template-motorcycle .ab-booking-form {
    color: #999c9c;
}

.stm-template-motorcycle .ab-booking-form .ab-formGroup .ab-formField .ab-formElement {
    border: none !important;
    background-color: #191d21 !important;
    color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.stm-template-motorcycle .ab-booking-form .ab-formGroup .ab-formField .ab-formElement:focus {
    border-color: #22b7d2 !important;
    color: #22b7d2;
    box-shadow: none;
}

.stm-template-motorcycle .ab-booking-form .ab-formGroup .ab-formField .ab-formElement.ab-details-error {
    border: 1px solid #ff2325 !important;
}

.stm-template-motorcycle .ab-booking-form select {
    opacity: 1;
    visibility: visible;
    border: none !important;
    background-color: #191d21 !important;
    color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.stm-template-motorcycle .ab-booking-form div.ab-error,
.stm-template-motorcycle .ab-booking-form .ab-label-error,
.stm-template-motorcycle .ab-booking-form label.ab-category-title {
    color: #22b7d2 !important;
}

.stm-template-motorcycle .ab-booking-form .ab-desc,
.stm-template-motorcycle .ab-booking-form .ab-available-days li .ab-bold,
.stm-template-motorcycle .ab-booking-form label,
.stm-template-motorcycle .ab-booking-form label.ab-formLabel,
.stm-template-motorcycle .ab-booking-form li.ab-step-tabs.active a {
    color: #fff !important;
}

.stm-template-motorcycle .ab-booking-form .ab-columnizer .ab-available-hour:hover .ab-hour-icon span,
.stm-template-motorcycle .ab-booking-form .ab-time-next,
.stm-template-motorcycle .ab-booking-form .ab-time-prev,
.stm-template-motorcycle .ab-booking-form .ab-to-first-step,
.stm-template-motorcycle .ab-booking-form .bookly-btn-submit,
.stm-template-motorcycle .ab-booking-form .btn-apply-coupon,
.stm-template-motorcycle .ab-booking-form .ab-to-third-step,
.stm-template-motorcycle .ab-booking-form .ab-final-step,
.stm-template-motorcycle .ab-booking-form a.ab-to-second-step,
.stm-template-motorcycle .ab-booking-form .ab-to-second-step,
.stm-template-motorcycle .ab-booking-form .ab-to-fourth-step,
.stm-template-motorcycle .ab-booking-form a.ab-to-fourth-step,
.stm-template-motorcycle .ab-booking-form .ab-first-step .ab-week-days li label.active,
.stm-template-motorcycle .ab-booking-form .ab-next-step,
.stm-template-motorcycle .ab-booking-form .ab-mobile-next-step,
.stm-template-motorcycle .ab-booking-form .ab-mobile-prev-step,
.stm-template-motorcycle .ab-booking-form li.ab-step-tabs.active div,
.stm-template-motorcycle .ab-booking-form .picker__frame,
.stm-template-motorcycle .ab-booking-form .ab-first-step .ab-week-days li label {
    background-color: #22b7d2 !important;
}

.stm-template-motorcycle .ab-booking-form .ab-progress-bar .ab-step-tabs.ab-last .step,
.stm-template-motorcycle .ab-booking-form .ab-progress-bar .ab-step-tabs.ab-first .step {
    border-radius: 0;
}

.stm-template-motorcycle .ab-booking-form .ab-progress-bar .ab-step-tabs .step {
    height: 22px;
    background-color: #555858;
}

.stm-template-motorcycle .ab-booking-form .ab-progress-bar .ab-step-tabs a {
    color: #999c9c;
}

.stm-template-motorcycle .ab-booking-form .ab-nav-steps {
    padding-top: 38px !important;
    margin-top: 10px;
    border-top: 1px solid #4d5051 !important;
    overflow: visible;
}

.stm-template-motorcycle .ab-booking-form .ab-nav-steps .ab-btn {
    width: 140px;
    height: 46px !important;
    line-height: 28px;
    box-shadow: 0 2px 0 #1b92a8;
    font-size: 14px;
    font-weight: 900;
    transition: 0s ease all !important;
}

.stm-template-motorcycle .ab-booking-form .ab-nav-steps .ab-btn:active {
    box-shadow: none;
}

.stm-template-motorcycle .ab-booking-form .ab-nav-steps .ab-btn.ab-time-prev {
    margin-left: 25px;
}

.stm-template-motorcycle .ab-booking-form .ab-nav-steps .ab-btn.ab-time-next {
    width: 70px;
    position: relative;
    display: block;
    text-indent: -9999px;
}

.stm-template-motorcycle .ab-booking-form .ab-nav-steps .ab-btn.ab-time-next:after {
    text-indent: 0;
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 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: "\f054";
    text-align: center;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -4px;
}

.stm-template-motorcycle .ab-booking-form .ab-nav-steps .ab-btn.ab-time-next[data-loading]:after {
    opacity: 0;
}

.stm-template-motorcycle .ab-booking-form .ab-nav-steps .ab-btn.ab-time-prev {
    width: 70px;
    position: relative;
    display: block;
    text-indent: -9999px;
}

.stm-template-motorcycle .ab-booking-form .ab-nav-steps .ab-btn.ab-time-prev:after {
    text-indent: 0;
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 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: "\f053";
    text-align: center;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -4px;
}

.stm-template-motorcycle .ab-booking-form .ab-nav-steps .ab-btn.ab-time-prev[data-loading]:after {
    opacity: 0;
}

.stm-template-motorcycle .ab-booking-form .ab-nav-steps:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .ab-booking-form .intl-tel-input .country-list {
    background-color: #191d21 !important;
    border: none !important;
}

.stm-template-motorcycle .ab-booking-form .intl-tel-input .country-list .country-name {
    color: #fff !important;
}

.stm-template-motorcycle .ab-booking-form .ab-columnizer .ab-available-hour {
    background-color: #555858 !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.stm-template-motorcycle .ab-booking-form .ab-columnizer .ab-available-day {
    border-radius: 0 !important;
}

.stm-template-motorcycle .ab-booking-form .ab-columnizer .ab-available-hour:hover .ab-hour-icon {
    padding: 0 !important;
    overflow: hidden;
    background-color: #22b7d2 !important;
}

.stm-template-motorcycle .ab-booking-form .ab-columnizer .ab-available-hour:hover .ab-hour-icon span {
    width: 14px;
    height: 14px;
    border-radius: 0;
    background-color: transparent !important;
    opacity: 0 !important;
}

.stm-template-motorcycle .ab-booking-form .ab-columnizer .ab-available-hour,
.stm-template-motorcycle .ab-booking-form .ab-columnizer .ab-available-day {
    margin-bottom: 5px;
}

.stm-template-motorcycle .ab-booking-form .ab-columnizer .ab-available-hour {
    box-shadow: none !important;
    border-color: transparent !important;
}

.stm-template-motorcycle .ab-booking-form .ab-columnizer .ab-available-day {
    box-shadow: none !important;
    border-color: transparent !important;
    background-color: #22b7d2 !important;
}

.stm-template-motorcycle .ab-booking-form .ab-columnizer .ab-available-hour:hover {
    border-color: transparent !important;
    color: #22b7d2 !important;
}

.stm-template-motorcycle .ab-booking-form .ab-columnizer .ab-available-hour:hover .ab-hour-icon {
    border-color: #22b7d2 !important;
    color: #22b7d2 !important;
}

.stm-template-motorcycle .ab-booking-form .picker__header {
    margin: 20px 0;
    border: none !important;
}

.stm-template-motorcycle .ab-booking-form .picker__year {
    font-style: normal;
}

.stm-template-motorcycle .ab-booking-form .picker__nav--prev,
.stm-template-motorcycle .ab-booking-form .picker__nav--next {
    background-color: #22b7d2 !important;
    top: -6px;
}

.stm-template-motorcycle .ab-booking-form .picker__nav--prev:before {
    margin-left: 3px;
    border-right-color: #fff !important;
}

.stm-template-motorcycle .ab-booking-form .picker__nav--next:before {
    margin-right: 3px;
    border-left-color: #fff !important;
}

.stm-template-motorcycle .ab-booking-form .picker--opened .picker__holder {
    border: none;
}

.stm-template-motorcycle .ab-booking-form .picker__frame {
    background-color: #fff !important;
    color: #22b7d2 !important;
    box-shadow: 0 1px 6px rgba(35, 38, 40, 0.4);
}

.stm-template-motorcycle .ab-booking-form .picker__day:hover {
    background-color: #22b7d2 !important;
    color: #fff !important;
}

.stm-template-motorcycle .ab-booking-form .picker__day,
.stm-template-motorcycle .ab-booking-form .picker__weekday,
.stm-template-motorcycle .ab-booking-form .picker__year {
    color: #22b7d2 !important;
}

.stm-template-motorcycle .ab-booking-form .picker--focused .picker__day--selected {
    background-color: #22b7d2 !important;
    color: #fff !important;
}

.stm-template-motorcycle .ab-booking-form .picker__button--today {
    padding: 12px 18px 10px !important;
    margin: 10px 0 25px !important;
    background-color: #22b7d2 !important;
    color: #fff !important;
    box-shadow: 0 2px 0 #1b92a8;
    font-size: 12px !important;
}

.stm-template-motorcycle .ab-booking-form div.ab-error select {
    border-width: 1px !important;
    border-color: #ff2325 !important;
}

.stm-template-motorcycle .ab-booking-form .ab-select-service-error.ab-label-error {
    color: #ff2325 !important;
}

.stm-template-motorcycle .ab-booking-form .ab-progress-tracker {
    margin-bottom: 22px !important;
}

.stm-template-motorcycle .ab-booking-form .ab-first-step > .ab-row-fluid {
    margin-bottom: 16px !important;
}

.stm-template-motorcycle .ab-booking-form .ab-first-step .ab-mobile-step_1 {
    margin-bottom: 25px !important;
}

.stm-template-motorcycle .ab-booking-form .intl-tel-input .country-list .flag {
    display: none !important;
}

.stm-template-motorcycle .ab-booking-form .intl-tel-input .flag-dropdown select.iti-mobile-select {
    opacity: 0;
}

.stm-template-motorcycle .ab-booking-form input::-webkit-input-placeholder {
    color: #444 !important;
}

.stm-template-motorcycle .stm-fullwidth-with-parallax.stm-service-bookly-form {
    overflow: visible;
}

.stm-template-motorcycle .stm-address-widget {
    position: relative;
    padding-left: 73px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
}

.stm-template-motorcycle .stm-address-widget:before {
    position: absolute;
    content: "";
    display: block;
    top: -3px !important;
    left: 0;
    width: 66px;
    height: 65px;
    background: url("../../../images/google-widget.png");
    background-size: cover;
}

.stm-template-motorcycle .stm-address-widget .fancy-iframe {
    display: inline-block;
    margin-top: 8px !important;
    color: #df1d1d;
    border-bottom: 1px dashed #df1d1d;
}

.stm-template-motorcycle .stm-address-widget .fancy-iframe:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.stm-template-motorcycle .stm-service-bookly-form > .vc_column_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.stm-template-motorcycle .button_3d {
    float: right;
    position: relative;
    text-decoration: none !important;
}

.stm-template-motorcycle .button_3d .default-state {
    position: relative;
    display: inline-block;
    transition: transform 0.3s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}

.stm-template-motorcycle .button_3d .active-state {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    background: #999;
    color: #4c4c4b;
    content: attr(data-hover);
    transition: background 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.stm-template-motorcycle .button_3d:hover .default-state {
    transform: rotateX(90deg) translateY(-22px);
}

.stm-template-motorcycle .button_3d:hover .active-state {
    background: #fff;
    color: #4c4c4b;
}

.stm-template-motorcycle .service-mobile-menu-trigger {
    float: right;
    margin-top: 10px !important;
    width: 32px;
    height: 32px;
    padding: 5px 3px;
}

.stm-template-motorcycle .service-mobile-menu-trigger span {
    position: relative;
    top: 0;
    display: block;
    height: 3px;
    background: #22b7d2;
    border-radius: 3px;
    width: 100%;
}

.stm-template-motorcycle .service-mobile-menu-trigger span:nth-child(2) {
    opacity: 1;
    margin-top: 5px;
}

.stm-template-motorcycle .service-mobile-menu-trigger span:nth-child(3) {
    margin-top: 5px;
}

.stm-template-motorcycle .service-mobile-menu-trigger.active span:first-child {
    position: relative;
    top: 8px;
    transform: rotate(45deg);
}

.stm-template-motorcycle .service-mobile-menu-trigger.active span:nth-child(2) {
    opacity: 0;
}

.stm-template-motorcycle .service-mobile-menu-trigger.active span:nth-child(3) {
    position: relative;
    top: -8px;
    transform: rotate(-45deg);
}

.stm-template-motorcycle .stm_automanager_features_list {
    margin: 0 -15px;
}

.stm-template-motorcycle .stm_automanager_features_list .stm_automanager_single {
    float: left;
    width: 33%;
    padding: 0 15px;
    margin-bottom: 25px;
}

.stm-template-motorcycle .stm_automanager_features_list .stm_automanager_single h3 {
    font-size: 18px;
    line-height: 20px;
}

.stm-template-motorcycle .stm-single-car-links .unit-stm-moto-icon-share {
    position: relative;
    transition: all 0.1s ease-in;
}

.stm-template-motorcycle .stm-single-car-links .unit-stm-moto-icon-share:hover .stm-a2a-popup {
    display: block;
}

.stm-template-motorcycle .stm-single-car-links .unit-stm-moto-icon-share:hover .stm-a2a-popup a {
    background: transparent !important;
}

.stm-template-motorcycle .stm-single-car-links .unit-stm-moto-icon-share .stm-a2a-popup {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.stm-template-motorcycle .stm-single-car-links .unit-stm-moto-icon-share .stm-a2a-popup.stm-a2a-popup-active {
    top: -84%;
    opacity: 1;
    z-index: 10;
}

.stm-template-motorcycle .stm-single-car-links .unit-stm-moto-icon-share .stm-a2a-popup .addtoany_shortcode {
    background: #fff;
    padding: 5px 5px 2px;
}

.stm-template-motorcycle .stm-single-car-links .unit-stm-moto-icon-share .stm-a2a-popup .addtoany_shortcode .a2a_kit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: transparent;
    line-height: 26px;
}

.stm-template-motorcycle .stm-single-car-links .unit-stm-moto-icon-share .stm-a2a-popup .addtoany_shortcode .a2a_kit a {
    background: transparent;
    padding: 0;
    min-height: auto;
    margin: 0 5px;
}

.stm-template-motorcycle .stm-single-car-links .unit-stm-moto-icon-share .stm-a2a-popup .addtoany_shortcode .a2a_kit a:hover {
    background: transparent !important;
}

.stm-template-motorcycle .blog-meta-bottom .stm-shareble {
    position: relative;
    transition: all 0.1s ease-in;
}

.stm-template-motorcycle .blog-meta-bottom .stm-shareble:hover .stm-a2a-popup {
    display: block;
}

.stm-template-motorcycle .blog-meta-bottom .stm-shareble:hover .stm-a2a-popup a {
    background: transparent !important;
}

.stm-template-motorcycle .blog-meta-bottom .stm-shareble .stm-a2a-popup {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    padding: 5px 5px 1px;
}

.stm-template-motorcycle .blog-meta-bottom .stm-shareble .stm-a2a-popup.stm-a2a-popup-active {
    top: 110%;
    opacity: 1;
    z-index: 10;
}

.stm-template-motorcycle .blog-meta-bottom .stm-shareble .stm-a2a-popup .addtoany_shortcode .a2a_kit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: transparent;
    line-height: 26px;
}

.stm-template-motorcycle .blog-meta-bottom .stm-shareble .stm-a2a-popup .addtoany_shortcode .a2a_kit a {
    background: transparent;
    padding: 0;
    min-height: auto;
    margin: 0 5px;
}

.stm-template-motorcycle .blog-meta-bottom .stm-shareble .stm-a2a-popup .addtoany_shortcode .a2a_kit a:hover {
    background: transparent !important;
}

@media (max-width: 1025px) {
    .stm-template-motorcycle h2 br {
        display: none;
    }

    .stm-template-motorcycle .stm-image-links .stm-image-link .inner img {
        padding-top: 5px !important;
        max-height: 100%;
        filter: grayscale(0%) !important;
        -webkit-filter: grayscale(0%) !important;
    }

    .stm-template-motorcycle .header-service .header-service-right .service-header-appointment {
        margin: 7px 10px 0 10px !important;
    }

    .stm-template-motorcycle .header-service.header-service-sticky {
        position: absolute !important;
        padding-top: 22px !important;
        background: transparent !important;
    }

    .stm-template-motorcycle .header-service.header-service-sticky .bloglogo img {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .stm-template-motorcycle .media-carousel-item .stm_fancybox:after {
        display: none !important;
        opacity: 0 !important;
    }
}

@media (max-width: 1025px) and (min-width: 992px) {
    .stm-template-motorcycle .stm-service-contact-us-form-wrapper {
        padding-bottom: 47px !important;
    }

    .stm-template-motorcycle .sm-xs-text-center {
        text-align: center !important;
    }

    .stm-template-motorcycle .stm-counter .stm-counter-label {
        padding: 0 10px !important;
    }
}

@media (min-width: 992px) {
    .stm-template-motorcycle .header-service .header-menu {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .stm-template-motorcycle .header-service .header-service-right {
        overflow: visible;
    }

    .stm-template-motorcycle .header-service .header-menu {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        padding: 15px !important;
        margin: 15px -15px 0;
        background-color: #eaedf0;
    }

    .stm-template-motorcycle .header-service .header-menu li {
        display: block;
        margin-bottom: 0;
        width: 100%;
    }

    .stm-template-motorcycle .header-service .header-menu li a {
        text-align: left;
        color: #191d21;
    }

    .stm-template-motorcycle .header-service .header-menu li a:hover {
        background-color: transparent;
        color: #22b7d2;
    }

    .stm-template-motorcycle .header-service .header-menu li.active a {
        color: #ecbf24 !important;
        background-color: inherit;
    }

    .stm-template-motorcycle .wpb_wrapper.wpb_tour_tabs_wrapper.stm_tabs_style_service .wpb_tab.ui-tabs-panel {
        padding: 50px 0 30px 0 !important;
    }

    .stm-template-motorcycle .stm-image-links .stm-image-link .inner img {
        filter: grayscale(0%) !important;
        -webkit-filter: grayscale(0%) !important;
    }

    .stm-template-motorcycle img {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }

    .stm-template-motorcycle .wpb_column .wpb_wrapper.wpb_tour_tabs_wrapper.stm_tabs_style_service .wpb_tab.ui-tabs-panel {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .stm-template-motorcycle .vc_col-sm-12 .stm-service-layout-info-box {
        width: 50%;
        max-width: 50%;
    }

    .stm-template-motorcycle .vc_col-sm-12 .stm-service-layout-info-box .inner {
        max-width: 350px;
        margin: 0 auto;
    }

    .stm-template-motorcycle .vc_col-sm-12 .stm-service-layout-info-box:first-child {
        float: left;
    }

    .stm-template-motorcycle .vc_col-sm-12 .stm-service-layout-info-box:nth-child(2) {
        float: right;
    }

    .stm-template-motorcycle .vc_col-sm-12 .stm-service-layout-info-box:nth-child(3) {
        float: right;
    }

    .stm-template-motorcycle.page-template-home-service-layout .stm-carousel-brands .brands-carousel-item .brands-carousel-item-inner {
        padding: 25px !important;
    }

    .stm-template-motorcycle #advantages .stm-service-layout-icon-box {
        float: left;
        width: 50%;
    }

    .stm-template-motorcycle #advantages .stm-service-layout-icon-box .inner {
        margin-bottom: 30px !important;
    }

    .stm-template-motorcycle .stm-counter .stm-counter-circle {
        width: 140px !important;
        height: 140px !important;
        line-height: 134px !important;
    }

    .stm-template-motorcycle .stm-counter .stm-counter-label .h4 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .stm-template-motorcycle .stm-carousel-fullwidth-wrapper .media-carousel-item {
        max-width: 500px !important;
    }
}

@media (max-width: 767px) {
    .stm-template-motorcycle .stm-sell-a-car-form .disclaimer {
        width: 100%;
        padding-top: 20px;
    }

    .stm-template-motorcycle .form-upload-files .stm-unit-photos {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .stm-template-motorcycle .form-upload-files .stm-unit-url {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .stm-template-motorcycle .stm-counter {
        margin-bottom: 30px;
    }

    .stm-template-motorcycle .stm_automanager_features_list .stm_automanager_single {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .stm-template-motorcycle .header-service .header-service-right .service-header-appointment {
        display: none;
    }

    .stm-template-motorcycle .stm-image-links-4 .stm-image-link {
        width: 50% !important;
    }

    .stm-template-motorcycle .page-template-home-service-layout .stm-slider-button i {
        display: none !important;
    }

    .stm-template-motorcycle .page-template-home-service-layout .stm-slider-button {
        padding: 16px 30px;
    }
}

@media (max-width: 1740px) {
    .stm-template-motorcycle .stm-counter .stm-counter-label {
        text-align: center;
    }

    .stm-template-motorcycle .stm-counter .stm-counter-circle {
        float: none !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 1430px) {
    .stm-template-motorcycle .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:nth-child(2) > .vc_column-inner,
.stm-template-motorcycle .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:first-child > .vc_column-inner {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}

@media (max-width: 1140px) {
    .stm-template-motorcycle .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:nth-child(2) > .vc_column-inner,
.stm-template-motorcycle .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:first-child > .vc_column-inner {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.stm-template-motorcycle.stm-boxed .stm-fullwidth-row-no-paddings {
    width: 100% !important;
    left: 15px !important;
}

.stm-template-motorcycle.stm-boxed .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-sm-12 {
    width: 100% !important;
}

@media (min-width: 1740px) {
    .stm-template-motorcycle.stm-boxed .stm-counter .stm-counter-label .h4 {
        padding-right: 35px;
    }
}

.stm-template-motorcycle .stm-box-shadow-bottom:before {
    position: absolute;
    content: "";
    display: block;
    content: "" !important;
    display: block !important;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 90;
}

.stm-template-motorcycle .stm-carousel-brands {
    padding: 0 40px;
}

.stm-template-motorcycle #gallery {
    box-shadow: inset 0px -5px 5px rgba(0, 0, 0, 0.5);
}

.stm-template-motorcycle .stm-image-links .stm-image-link .inner img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.stm-template-motorcycle .header-service .bloglogo img {
    margin-top: -5px;
}

.stm-template-motorcycle .header-service .header-service-right .service-header-appointment {
    margin-top: 0 !important;
}

.stm-template-motorcycle.stm-boxed .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:nth-child(2) > .vc_column-inner, .stm-template-motorcycle.stm-boxed .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:first-child > .vc_column-inner {
    margin: 0 -15px;
}

@media (min-width: 1200px) {
    .stm-template-motorcycle.stm-boxed .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:nth-child(2) > .vc_column-inner, .stm-template-motorcycle.stm-boxed .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:first-child > .vc_column-inner {
        margin: 0 -55px;
    }
}

.stm-template-motorcycle .clear, .stm-template-motorcycle .woocommerce .woocommerce-breadcrumb:after, .stm-template-motorcycle .woocommerce .woocommerce-error:after, .stm-template-motorcycle .woocommerce .woocommerce-info:after, .stm-template-motorcycle .woocommerce .woocommerce-message:after {
    clear: both;
}

.stm-template-motorcycle .woocommerce div.product form.cart .reset_variations, .stm-template-motorcycle .woocommerce form .form-row label.hidden {
    visibility: hidden;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

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

@font-face {
    .stm-template-motorcycle {
        font-family: star;
        src: url(../../../fonts/woocommerce/star.eot);
        src: url(../../../fonts/woocommerce/star.eot?#iefix) format("embedded-opentype"), url(../../../fonts/woocommerce/star.woff) format("woff"), url(../../../fonts/woocommerce/star.ttf) format("truetype"), url(../../../fonts/woocommerce/star.svg#star) format("svg");
        font-weight: 400;
        font-style: normal;
    }
}

@font-face {
    .stm-template-motorcycle {
        font-family: WooCommerce;
        src: url(../../../fonts/woocommerce/woocommerce.eot);
        src: url(../../../fonts/woocommerce/woocommerce.eot?#iefix) format("embedded-opentype"), url(../../../fonts/woocommerce/woocommerce.woff) format("woff"), url(../../../fonts/woocommerce/woocommerce.ttf) format("truetype"), url(../../../fonts/woocommerce/woocommerce.svg#woocommerce) format("svg");
        font-weight: 400;
        font-style: normal;
    }
}

.stm-template-motorcycle p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}

.stm-template-motorcycle p.demo_store a {
    color: #fff;
}

.stm-template-motorcycle .admin-bar p.demo_store, .stm-template-motorcycle .admin-bar .header-nav-sticky, .stm-template-motorcycle .admin-bar .stm-fixed {
    top: 32px !important;
}

.stm-template-motorcycle .return-to-shop {
    margin-bottom: 60px;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels {
    border-bottom: 1px solid #ddd;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    border-top: 1px solid #ddd;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent !important;
    border-color: transparent !important;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
    padding: 19px 20px 19px 39px;
    font-size: 16px;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    font-size: 22px;
    color: #df1d1d;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon {
    position: absolute;
    right: 2px;
    left: inherit;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
    border: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #aaaaaa;
    transform: rotate(0deg);
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: transparent;
    border-color: transparent;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-icon {
    color: #df1d1d;
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
    transform: rotate(180deg);
}

.stm-template-motorcycle .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent;
    border: 0;
    padding: 3px 0 29px 1px;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding: 0 0 37px 2px !important;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container {
    padding-top: 5px;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    display: flex !important;
    position: relative;
    width: 100%;
    height: 48px;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    background-color: #0e1315;
    border-left: 4px solid #0e1315;
    border-right: 4px solid #0e1315;
    overflow: visible !important;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    position: relative;
    margin: 0;
    max-width: 25%;
    width: 100%;
    text-align: center;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #df1d1d;
    opacity: 0;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
    padding: 13px 18px;
    background-color: #0e1315;
    border-radius: 0;
    border: none;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #fff;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text {
    position: relative;
    top: 1px;
    left: 2px;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a span {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text:not(:empty):not(:first-child) {
    margin-left: 8px;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:before {
    opacity: 1;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    background-color: #fff;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #0e1315;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a span {
    color: #0e1315;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
    background-color: transparent !important;
    border: none !important;
}

.stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding: 37px 0 0 2px !important;
    border: none;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav {
    margin: 0;
    background-color: #0e1315;
    border-left: 4px solid #0e1315;
    border-right: 4px solid #0e1315;
    overflow: visible;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li {
    position: relative;
    margin: 0;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a {
    display: block;
    position: relative;
    padding: 18px 18px;
    background-color: #0e1315;
    border-radius: 0;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a:before {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #df1d1d;
    opacity: 0;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #fff;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a .vc_tta-title-text {
    position: relative;
    top: 1px;
    left: 2px;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li.ui-state-active > a:before {
    opacity: 1;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li.ui-state-active a {
    background-color: #fff;
    color: #0e1315;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li.ui-state-active a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #0e1315;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs .wpb_tab.ui-tabs-panel {
    padding: 37px 0 0 2px !important;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav {
    margin: 0;
    background-color: #0e1315;
    border: none;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav:before {
    display: none;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav:after {
    display: none;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li {
    float: none;
    position: relative;
    margin: 0;
    display: table-cell;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li > a {
    display: block;
    position: relative;
    text-align: center;
    padding: 18px 18px;
    background-color: #0e1315;
    border-radius: 0;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li > a:before {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #df1d1d;
    opacity: 0;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li > a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #fff;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li > a .vc_tta-title-text {
    position: relative;
    top: 1px;
    left: 2px;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li.ui-state-active > a:before {
    display: none;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li.ui-state-active a {
    background-color: #fff;
    color: #df1d1d;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li.ui-state-active a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #df1d1d;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 .wpb_tab.ui-tabs-panel {
    padding: 47px 40px 35px 36px !important;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 .wpb_tab.ui-tabs-panel .icon-box .icon-text h4.title {
    margin-bottom: 8px;
    font-weight: 400;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav {
    display: block !important;
    width: inherit !important;
    background-color: transparent !important;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav:after {
    display: table;
    content: "";
    clear: both;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav > li {
    display: block !important;
    float: left !important;
    margin-right: 2px !important;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav > li:last-child {
    margin-right: 0 !important;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav > li.ui-state-active a {
    background-color: #fff !important;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav > li > a {
    font-weight: 900 !important;
    padding: 16px 31px 12px !important;
    background-color: #24292f !important;
    color: #aaa;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_service .wpb_tab.ui-tabs-panel.ui-tabs-panel {
    padding: 70px 0 30px 0 !important;
    background-color: transparent !important;
}

.stm-template-motorcycle .vc_toggle {
    border-bottom: 1px solid #ddd;
}

.stm-template-motorcycle .vc_toggle .vc_toggle_title {
    position: relative;
    min-height: 28px;
    padding-bottom: 11px;
    padding-left: 56px;
}

.stm-template-motorcycle .vc_toggle .vc_toggle_title > h4 {
    display: inline-block;
    font-weight: 400;
}

.stm-template-motorcycle .vc_toggle .vc_toggle_icon {
    position: absolute;
    left: 0;
    top: -4px;
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #aaa;
}

.stm-template-motorcycle .vc_toggle .vc_toggle_icon:before {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    top: 12px;
    left: 9px;
    background-color: #aaaaaa;
}

.stm-template-motorcycle .vc_toggle .vc_toggle_icon:after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    top: 9px;
    left: 12px;
    background-color: #aaa;
    opacity: 1;
}

.stm-template-motorcycle .vc_toggle.vc_toggle_active .vc_toggle_icon {
    border-color: #df1d1d;
}

.stm-template-motorcycle .vc_toggle.vc_toggle_active .vc_toggle_icon:before {
    background-color: #df1d1d;
}

.stm-template-motorcycle .vc_toggle.vc_toggle_active .vc_toggle_icon:after {
    opacity: 0;
}

.stm-template-motorcycle .vc_toggle .vc_toggle_content {
    margin-bottom: 5px;
}

.stm-template-motorcycle .wpb_button, .stm-template-motorcycle .wpb_column > .vc_column-inner > .wpb_wrapper > :last-child {
    margin-bottom: 0;
}

.stm-template-motorcycle .vc_col-has-fill > .vc_column-inner, .stm-template-motorcycle .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .stm-template-motorcycle .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .stm-template-motorcycle .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .stm-template-motorcycle .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .stm-template-motorcycle .vc_row-has-fill > .vc_column_container > .vc_column-inner, .stm-template-motorcycle .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .stm-template-motorcycle .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}

.stm-template-motorcycle .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.stm-template-motorcycle .vc_column_container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.stm-template-motorcycle .select2-container--default .select2-selection--single {
    height: 48px;
    border: none;
    border-radius: 0;
    background-color: #eceff3;
    outline: none !important;
}

.stm-template-motorcycle .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    padding-left: 14px;
    padding-right: 40px;
    outline: none !important;
}

.stm-template-motorcycle .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    width: 19px;
}

.stm-template-motorcycle .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    top: 36% !important;
}

.stm-template-motorcycle .stm-multiple-currency-wrap .select2-container--open .select2-selection__arrow b {
    top: 15% !important;
}

.stm-template-motorcycle .select2-container--default .select2-selection--single .select2-selection__arrow b {
    font-family: "Font Awesome 5 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;
    line-height: 22px;
}

.stm-template-motorcycle .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
}

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

.stm-template-motorcycle .select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader:before {
    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;
    padding: 1px;
    content: "\e924";
    -webkit-animation: rotating 2s infinite linear;
    animation: rotating 2s infinite linear;
}

.stm-template-motorcycle .select2 {
    width: 100% !important;
}

.stm-template-motorcycle .select2-container--default.select2-container--disabled .select2-selection--single {
    opacity: 0.5;
}

.stm-template-motorcycle .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}

.stm-template-motorcycle .select2-container--default .select2-results > .select2-results__options {
    max-height: 350px;
}

.stm-template-motorcycle .select2-results__options li {
    margin-bottom: 0;
    padding-left: 14px;
}

.stm-template-motorcycle .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f2f5;
    border-bottom-color: #f0f2f5;
    color: #555;
}

.stm-template-motorcycle .select2-dropdown {
    border-radius: 0;
    border-color: #e7e8e8;
}

.stm-template-motorcycle .select2-results__options li {
    font-size: 13px;
    border-bottom: 1px solid #f0f2f5;
}

.stm-template-motorcycle .select2-results__options li:last-child {
    border-bottom: none;
}

.stm-template-motorcycle .select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.stm-template-motorcycle .xdsoft_stm_datetimepicker {
    font-family: inherit;
}

.stm-template-motorcycle .xdsoft_stm_datetimepicker button {
    box-shadow: none;
}

.stm-template-motorcycle .xdsoft_stm_datetimepicker .xdsoft_calendar td, .stm-template-motorcycle .xdsoft_stm_datetimepicker .xdsoft_calendar th {
    border-color: #fff;
}

.stm-template-motorcycle .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_default, .stm-template-motorcycle .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_current, .stm-template-motorcycle .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #df1d1d;
    box-shadow: none;
}

.stm-template-motorcycle .xdsoft_stm_datetimepicker .xdsoft_calendar td:hover, .stm-template-motorcycle .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #df1d1d !important;
}

.stm-template-motorcycle .xdsoft_scroller {
    display: none !important;
}

.stm-template-motorcycle .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    border-color: #fff;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper .ui-state-default, .stm-template-motorcycle .wpb_tour_tabs_wrapper .ui-widget-content .ui-state-default, .stm-template-motorcycle .wpb_tour_tabs_wrapper .ui-widget-header .ui-state-default {
    border: none;
    background-color: transparent;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper .ui-widget-header {
    background-color: transparent;
    border: none;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper .ui-corner-all {
    border-radius: 0px;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper .ui-widget-content {
    border: none;
}

.stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-widget-content {
    border: none;
}

.stm-template-motorcycle .ui-slider-horizontal {
    height: 4px;
}

.stm-template-motorcycle .ui-slider {
    background-color: #dfe1e5;
}

.stm-template-motorcycle .ui-slider .ui-slider-range {
    background-color: #df1d1d;
}

.stm-template-motorcycle .ui-slider .ui-slider-handle {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.36);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -9px;
    margin-left: -10px;
    background-color: #fff;
}

.stm-template-motorcycle .ui-slider .ui-slider-handle:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background-color: #df1d1d;
    border-radius: 50%;
}

.stm-template-motorcycle .ui-slider .ui-slider-handle.ui-state-active:after {
    transform: scale(1.1);
}

.stm-template-motorcycle .selection:hover b {
    color: #df1d1d !important;
}

.stm-template-motorcycle #animated-blog-wrapper {
    position: relative;
    z-index: 10;
  /***** Individual effects *****/
  /* -------------------------- */
  /* Faded gradient */
  /* -------------------------- */
}

.stm-template-motorcycle #animated-blog-wrapper .blog-meta {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
}

.stm-template-motorcycle #animated-blog-wrapper .blog-meta .blog-meta-unit {
    color: #0e1315;
}

.stm-template-motorcycle #animated-blog-wrapper .blog-meta .blog-meta-unit a {
    color: #0e1315;
}

.stm-template-motorcycle #animated-blog-wrapper .blog-meta .blog-meta-unit i {
    color: #0e1315;
}

.stm-template-motorcycle #animated-blog-wrapper #container {
    margin: 0 -15px;
}

.stm-template-motorcycle #animated-blog-wrapper .header {
    position: relative;
    margin: 0 auto;
    min-height: 560px;
    width: 100%;
}

.stm-template-motorcycle #animated-blog-wrapper .bg-img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.stm-template-motorcycle #animated-blog-wrapper .bg-img:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 1;
}

.stm-template-motorcycle #animated-blog-wrapper .bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
}

.stm-template-motorcycle #animated-blog-wrapper .title {
    z-index: 1000;
    padding: 0 1.25em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -124px;
    transform: translateX(-50%);
}

.stm-template-motorcycle #animated-blog-wrapper .title h1 {
    padding: 0 0 40px;
    color: #fff;
    margin: 0;
    letter-spacing: -2px;
    max-width: 70%;
    line-height: 1;
    font-weight: 700;
}

.stm-template-motorcycle #animated-blog-wrapper .title p {
    color: #fff;
    padding: 0 0 20px;
    margin: 0;
}

.stm-template-motorcycle #animated-blog-wrapper .title p.subline {
    max-width: 54%;
    line-height: 34px;
}

.stm-template-motorcycle #animated-blog-wrapper .title p.subline {
    font-size: 1.75em;
}

.stm-template-motorcycle #animated-blog-wrapper .container:not(.notrans) button.trigger {
    transition: opacity 0.3s 0.5s;
}

.stm-template-motorcycle #animated-blog-wrapper .container.modify:not(.notrans) button.trigger {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s;
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img {
    transition-property: transform;
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img::after {
    transition-property: opacity;
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header h1 {
    transition-property: color;
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header .blog-meta,
.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header p,
.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) #blog-animated-content > div {
    transition-property: transform, opacity;
}

.stm-template-motorcycle #animated-blog-wrapper .header,
.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img,
.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img::after,
.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img::before,
.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header h1,
.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header p,
.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header .blog-meta,
.stm-template-motorcycle #animated-blog-wrapper #blog-animated-content > div {
    transition-duration: 0.5s;
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout .header {
    overflow: hidden;
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout.modify .bg-img {
    transform: translateY(-25%);
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout .bg-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 101%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout.modify .bg-img::after {
    opacity: 1;
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout.modify .bg-img::before {
    opacity: 0;
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout .title {
    text-align: left;
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout.modify .header h1,
.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout .header p {
    color: #0e1315;
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout .header .blog-meta,
.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout .header p {
    opacity: 0;
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout .header p:nth-child(2) {
    transform: translateX(150px);
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout .header .blog-meta {
    transform: translateX(-150px);
}

.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout.modify .header p:nth-child(2),
.stm-template-motorcycle #animated-blog-wrapper .intro-effect-fadeout.modify .header .blog-meta {
    opacity: 1;
    transform: translateX(0);
}

.stm-template-motorcycle #animated-blog-wrapper #blog-animated-content {
    z-index: 1000;
    position: relative;
}

.stm-template-motorcycle #animated-blog-wrapper #blog-animated-content.modify {
    margin-bottom: -130px;
}

.stm-template-motorcycle #animated-blog-wrapper #blog-animated-content > div {
    opacity: 0;
    transform: translateY(350px);
}

.stm-template-motorcycle #animated-blog-wrapper #blog-animated-content.modify > div {
    opacity: 1;
    transform: translateY(-160px);
}

.stm-template-motorcycle div.selector,
.stm-template-motorcycle div.selector span,
.stm-template-motorcycle div.checker span,
.stm-template-motorcycle div.radio span, .stm-template-motorcycle div.uploader,
.stm-template-motorcycle div.uploader span.action, .stm-template-motorcycle div.button,
.stm-template-motorcycle div.button span {
    background-image: url("../../../images/checks2x_red.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

.stm-template-motorcycle div.selector, .stm-template-motorcycle div.checker, .stm-template-motorcycle div.button, .stm-template-motorcycle div.radio, .stm-template-motorcycle div.uploader {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}

.stm-template-motorcycle div.selector:focus, .stm-template-motorcycle div.checker:focus, .stm-template-motorcycle div.button:focus, .stm-template-motorcycle div.radio:focus, .stm-template-motorcycle div.uploader:focus {
    outline: 0;
}

.stm-template-motorcycle div.selector, .stm-template-motorcycle div.selector *, .stm-template-motorcycle div.radio, .stm-template-motorcycle div.radio *, .stm-template-motorcycle div.checker, .stm-template-motorcycle div.checker *, .stm-template-motorcycle div.uploader, .stm-template-motorcycle div.uploader *, .stm-template-motorcycle div.button, .stm-template-motorcycle div.button * {
    margin: 0;
    padding: 0;
}

.stm-template-motorcycle .highContrastDetect {
    background: url("../../images/bg-input.png") repeat-x 0 0;
    width: 0px;
    height: 0px;
}

.stm-template-motorcycle input.uniform-input,
.stm-template-motorcycle select.uniform-multiselect,
.stm-template-motorcycle textarea.uniform {
    padding: 3px;
    background: url("../../images/bg-input.png") repeat-x 0 0;
    outline: 0;
}

.stm-template-motorcycle input.uniform-input,
.stm-template-motorcycle select.uniform-multiselect,
.stm-template-motorcycle textarea.uniform {
    background: url("../../images/bg-input-focus.png") repeat-x 0 0;
}

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

.stm-template-motorcycle div.selector {
    background-position: 0 -130px;
    line-height: 26px;
    height: 26px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
}

.stm-template-motorcycle div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 26px;
    line-height: 26px;
    padding-right: 25px;
    cursor: pointer;
    width: 100%;
    display: block;
}

.stm-template-motorcycle div.selector.fixedWidth {
    width: 190px;
}

.stm-template-motorcycle div.selector.fixedWidth span {
    width: 155px;
}

.stm-template-motorcycle div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 22px;
    top: 2px;
    left: 0px;
    width: 100%;
}

.stm-template-motorcycle div.selector {
    background-position: 0 -156px;
}

.stm-template-motorcycle div.selector span {
    background-position: right -26px;
}

.stm-template-motorcycle div.selector, .stm-template-motorcycle div.selector {
    background-position: 0 -182px;
}

.stm-template-motorcycle div.selector span, .stm-template-motorcycle div.selector span {
    background-position: right -52px;
}

.stm-template-motorcycle div.selector, .stm-template-motorcycle div.selector {
    background-position: 0 -208px;
}

.stm-template-motorcycle div.selector span, .stm-template-motorcycle div.selector span {
    background-position: right -78px;
}

.stm-template-motorcycle div.selector.disabled, .stm-template-motorcycle div.selector.disabled {
    background-position: 0 -234px;
}

.stm-template-motorcycle div.selector.disabled span, .stm-template-motorcycle div.selector.disabled span {
    background-position: right -104px;
}

.stm-template-motorcycle .wpcf7-form-control-wrap.stmgdpr {
    display: block;
    margin-bottom: 15px;
    padding-left: 7px;
}

.stm-template-motorcycle .stm_gdpr_checker {
    display: flex;
    flex-direction: row;
    padding: 10px 0 0;
}

.stm-template-motorcycle .stm_gdpr_checker label {
    font-weight: 400;
}

.stm-template-motorcycle .stm_gdpr_checker .checker {
    margin-top: 3px;
}

.stm-template-motorcycle #stmgdpr_field label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.stm-template-motorcycle #stmgdpr_field label input[type=checkbox] {
    position: relative;
    margin-top: 3px;
}

.stm-template-motorcycle div.checker {
    position: relative;
}

.stm-template-motorcycle div.checker, .stm-template-motorcycle div.checker span, .stm-template-motorcycle div.checker input {
    width: 16px;
    height: 16px;
}

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

.stm-template-motorcycle div.checker span.checked {
    background-position: -16px 0;
}

.stm-template-motorcycle div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.stm-template-motorcycle div.radio {
    position: relative;
}

.stm-template-motorcycle div.radio, .stm-template-motorcycle div.radio span, .stm-template-motorcycle div.radio input {
    width: 18px;
    height: 18px;
}

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

.stm-template-motorcycle div.radio span.checked {
    background-position: -72px 10px;
}

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

.stm-template-motorcycle div.radio span {
    background-position: -18px 10px;
}

.stm-template-motorcycle div.radio span.checked {
    background-position: -90px 10px;
}

.stm-template-motorcycle div.radio span, .stm-template-motorcycle div.radio span {
    background-position: -36px 10px;
}

.stm-template-motorcycle div.radio span.checked, .stm-template-motorcycle div.radio span.checked {
    background-position: -108px 10px;
}

.stm-template-motorcycle div.radio span, .stm-template-motorcycle div.radio span {
    background-position: -54px 10px;
}

.stm-template-motorcycle div.radio span.checked, .stm-template-motorcycle div.radio span.checked {
    background-position: -126px 10px;
}

.stm-template-motorcycle div.radio.disabled span, .stm-template-motorcycle div.radio.disabled span {
    background-position: -144px 10px;
}

.stm-template-motorcycle div.radio.disabled span.checked, .stm-template-motorcycle div.radio.disabled span.checked {
    background-position: -162px 10px;
}

.stm-template-motorcycle div.uploader {
    background-position: 0 -8px;
    height: 28px;
    width: 190px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.stm-template-motorcycle div.uploader span.action {
    background-position: right -120px;
    height: 28px;
    line-height: 28px;
    width: 85px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
}

.stm-template-motorcycle div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 82px;
    padding: 0 10px;
}

.stm-template-motorcycle div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
}

.stm-template-motorcycle div.uploader span.action {
    background-position: right -176px;
}

.stm-template-motorcycle div.uploader, .stm-template-motorcycle div.uploader {
    background-position: 0 -64px;
}

.stm-template-motorcycle div.uploader span.action, .stm-template-motorcycle div.uploader span.action {
    background-position: right -148px;
}

.stm-template-motorcycle div.uploader span.action, .stm-template-motorcycle div.uploader span.action {
    background-position: right -204px;
}

.stm-template-motorcycle div.uploader.disabled, .stm-template-motorcycle div.uploader.disabled {
    background-position: 0 -36px;
}

.stm-template-motorcycle div.uploader.disabled span.action, .stm-template-motorcycle div.uploader.disabled span.action {
    background-position: right -92px;
}

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

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

.stm-template-motorcycle div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    text-align: center;
    background-position: right -232px;
    height: 30px;
    margin-left: 13px;
    padding: 0;
}

.stm-template-motorcycle div.button {
    background-position: 0 -382px;
}

.stm-template-motorcycle div.button span {
    background-position: right -262px;
    cursor: default;
}

.stm-template-motorcycle div.button, .stm-template-motorcycle div.button {
    background-position: 0 -412px;
}

.stm-template-motorcycle div.button span, .stm-template-motorcycle div.button span {
    background-position: right -292px;
}

.stm-template-motorcycle div.button.disabled, .stm-template-motorcycle div.button.disabled {
    background-position: 0 -442px;
}

.stm-template-motorcycle div.button.disabled span, .stm-template-motorcycle div.button.disabled span {
    background-position: right -322px;
    cursor: default;
}

.stm-template-motorcycle .checker {
    position: relative;
    top: -1px;
    margin-right: 10px !important;
}

.stm-template-motorcycle div.checker span {
    background-size: 32px;
}

.stm-template-motorcycle div.radio {
    margin-right: 4px;
}

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

.stm-template-motorcycle div.radio span.checked, .stm-template-motorcycle div.radio span.checked {
    background-position: 0 0;
}

.stm-template-motorcycle #shipping_method li {
    position: relative;
}

.stm-template-motorcycle #shipping_method li input[type=radio] {
    display: none;
}

.stm-template-motorcycle #shipping_method li input[type=radio]:checked + label:before {
    background-position: 0 0;
}

.stm-template-motorcycle #shipping_method li label {
    text-indent: 0;
    padding-left: 30px;
}

.stm-template-motorcycle #shipping_method li label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../../../images/radio_red.png");
    background-position: -16px 0;
    background-size: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.stm-template-motorcycle .stm-directory-grid-loop .image {
    position: relative;
}

.stm-template-motorcycle .wrap_multilisting_carousel_inner .stm-car-medias {
    left: 10px;
    right: unset;
}

.stm-template-motorcycle .stm-featured-top-cars-title .heading-font,
.stm-template-motorcycle .stm-featured-top-cars-title .heading-font:after,
.stm-template-motorcycle .stm-badge-directory, .stm-template-motorcycle .stm-badge-directory.heading-font,
.stm-template-motorcycle .special-label,
.stm-template-motorcycle .special-label.h5 {
    background-color: #ff2325;
}

.stm-template-motorcycle .stm-badge-directory, .stm-template-motorcycle .stm-badge-directory.heading-font {
    position: absolute;
    right: -65px;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(45deg);
    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-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit {
    margin-bottom: 8px !important;
}

@media (min-width: 992px) {
    .stm-template-motorcycle .lg-md-text-center {
        text-align: center;
    }

    .stm-template-motorcycle .lg-md-text-left {
        text-align: left;
    }

    .stm-template-motorcycle .lg-md-text-right {
        text-align: right;
    }

    .stm-template-motorcycle .lg-md-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top;
    }
}

@media (min-width: 1200px) {
    .stm-template-motorcycle .lg-text-center {
        text-align: center;
    }

    .stm-template-motorcycle .lg-text-left {
        text-align: left;
    }

    .stm-template-motorcycle .lg-text-right {
        text-align: right;
    }

    .stm-template-motorcycle .lg-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .stm-template-motorcycle .md-text-center {
        text-align: center;
    }

    .stm-template-motorcycle .md-text-left {
        text-align: left;
    }

    .stm-template-motorcycle .md-text-right {
        text-align: right;
    }

    .stm-template-motorcycle .md-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top;
    }
}

@media (max-width: 991px) {
    .stm-template-motorcycle .sm-xs-text-center {
        text-align: center !important;
    }

    .stm-template-motorcycle .sm-xs-text-left {
        text-align: left !important;
    }

    .stm-template-motorcycle .sm-xs-text-right {
        text-align: right !important;
    }

    .stm-template-motorcycle .sm-xs-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top;
    }

    .stm-template-motorcycle .stm-car-listing-sort-units .stm-listing-directory-title {
        width: 100%;
        text-align: center;
    }

    .stm-template-motorcycle .stm-car-listing-sort-units .stm-directory-listing-top__right {
        float: left;
        width: 100%;
    }

    .stm-template-motorcycle .stm-car-listing-sort-units .stm-sort-by-options {
        float: left;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .stm-template-motorcycle .sm-text-center {
        text-align: center;
    }

    .stm-template-motorcycle .sm-text-left {
        text-align: left;
    }

    .stm-template-motorcycle .sm-text-right {
        text-align: right;
    }

    .stm-template-motorcycle .sm-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top;
    }
}

@media (max-width: 850px) {
    .stm-template-motorcycle .single-listings .vc_column_container {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .stm-template-motorcycle .xs-text-center {
        text-align: center;
    }

    .stm-template-motorcycle .xs-text-left {
        text-align: left;
    }

    .stm-template-motorcycle .xs-text-right {
        text-align: right;
    }

    .stm-template-motorcycle .xs-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top;
    }
}

@media (min-width: 992px) {
    .stm-template-motorcycle .md-mg-rt {
        margin-right: -6px;
    }

    .stm-template-motorcycle .md-mg-lt {
        margin-left: -6px;
    }

    .stm-template-motorcycle .stm-vc-single-car-content-left {
        padding-right: 42px !important;
    }

    .stm-template-motorcycle .stm-vc-single-car-content-right {
        padding-left: 42px !important;
    }

    .stm-template-motorcycle .stm-vc-single-car-sidebar-left > .wpb_wrapper {
        margin-right: -30px;
    }

    .stm-template-motorcycle .stm-vc-single-car-sidebar-right > .vc_column-inner > .wpb_wrapper {
        margin-left: -30px;
    }

    .stm-template-motorcycle .stm-carousel-fullwidth .media-carousel-item {
        max-width: inherit;
        width: auto;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .stm-template-motorcycle .stm-slider-nice-height {
        min-height: 600px !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .stm-template-motorcycle #top-bar .header-top-bar-socs {
        margin-left: 30px;
    }

    .stm-template-motorcycle #top-bar .header-login-url {
        margin-left: 30px;
    }

    .stm-template-motorcycle #top-bar .top-bar-info li {
        margin-left: 30px;
    }
}

@media (max-width: 1025px) and (min-width: 768px) {
    .stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-inner {
        max-width: 320px;
    }

    .stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta {
        padding-top: 15px;
        padding-bottom: 8px;
    }

    .stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {
        margin-top: 10px;
    }
}

@media (max-width: 1025px) {
    .stm-template-motorcycle .stm-fullwidth-with-parallax {
        background-attachment: scroll;
        background-size: cover;
    }

    .stm-template-motorcycle .icon-box .icon {
        display: inline-block;
        float: none;
        margin-bottom: 15px;
        min-height: 54px;
    }

    .stm-template-motorcycle .listing-car-items .listing-car-item .car-title {
        margin-top: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {
        margin-right: 10px;
    }

    .stm-template-motorcycle .single-car-prices {
        margin-top: 25px;
    }

    .stm-template-motorcycle .stm-vc-single-car-sidebar-right,
.stm-template-motorcycle .stm-single-car-side {
        margin-left: 0 !important;
    }

    .stm-template-motorcycle .stm-vc-single-car-content-left {
        padding-right: 15px !important;
    }

    .stm-template-motorcycle .stm-single-car-content {
        padding-right: 0 !important;
    }

    .stm-template-motorcycle .single-car-prices .h4 {
        font-size: 18px;
    }

    .stm-template-motorcycle .classic-filter-row .sidebar-entry-header {
        padding: 26px 40px 21px 108px;
        margin: 0 -40px 25px;
    }

    .stm-template-motorcycle .classic-filter-row .filter-sidebar {
        padding-right: 40px;
        padding-left: 40px;
    }

    .stm-template-motorcycle .single-car-actions > ul li {
        display: none;
    }

    .stm-template-motorcycle .single-car-actions > ul li:first-child {
        display: block;
    }

    .stm-template-motorcycle .single-car-actions > ul li:nth-child(2) {
        display: block;
    }

    .stm-template-motorcycle .single-car-actions > ul li:nth-child(3) {
        display: block;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit {
        display: none;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit:first-child {
        display: block;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit:nth-child(2) {
        display: block;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit:nth-child(3) {
        display: block;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit:nth-child(4) {
        display: block;
        border-right: none;
    }

    .stm-template-motorcycle .classic-filter-row .sidebar-entry-header i {
        left: 39px;
    }

    .stm-template-motorcycle .classic-filter-row .stm-slider-filter-type-unit {
        margin-top: 25px;
    }

    .stm-template-motorcycle .stm-adaptive-tablet-margins .stm-mt-icon-box-adaptive-style-three {
        padding: 0 15px;
    }

    .stm-template-motorcycle .stm-adaptive-tablet-margins .stm-mt-icon-box-adaptive-style-three .icon-box .icon-text h6.title {
        min-height: 36px;
    }

    .stm-template-motorcycle .header-nav {
        position: static !important;
    }

    .stm-template-motorcycle .header-nav.header-nav-transparent {
        position: static;
        margin-bottom: 0;
        background: #eaedf0;
    }
}

@media (max-width: 991px) {
    .stm-template-motorcycle #top-bar .header-top-bar-socs {
        margin-left: 15px;
    }

    .stm-template-motorcycle #top-bar .header-login-url {
        margin-left: 15px;
    }

    .stm-template-motorcycle #top-bar .top-bar-info li {
        margin-left: 15px;
    }

    .stm-template-motorcycle .hidden-info {
        display: none;
    }

    .stm-template-motorcycle .car-listing-tabs-unit .car-listing-top-part {
        padding-top: 15px;
    }

    .stm-template-motorcycle .found-cars-cloned {
        display: none;
    }

    .stm-template-motorcycle .stm-call-to-action {
        padding: 20px 10px 20px 10px;
        text-align: center;
    }

    .stm-template-motorcycle .stm-call-to-action .call-to-action-right {
        text-align: center;
    }

    .stm-template-motorcycle .stm-call-to-action .call-to-action-right .call-to-action-meta {
        margin-left: 0;
        display: inline-block;
    }

    .stm-template-motorcycle .stm-call-to-action .pull-left {
        text-align: center;
        float: none !important;
    }

    .stm-template-motorcycle .stm-call-to-action .call-to-action-content {
        margin-top: 15px;
        display: inline-block;
        text-align: center;
    }

    .stm-template-motorcycle .car-listing-row .listing-car-item-meta .car-title {
        margin-top: 10px;
        min-height: 36px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .stm-template-motorcycle .icon-box {
        padding-right: 25px;
    }

    .stm-template-motorcycle .icon-box .icon {
        display: inline-block;
        float: none;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        min-height: 54px;
    }

    .stm-template-motorcycle .special-offers .title {
        padding: 0;
    }

    .stm-template-motorcycle .special-offers .title .all-offers {
        display: none;
    }

    .stm-template-motorcycle .stm-contact-us-form-wrapper {
        padding: 40px 30px 10px;
    }

    .stm-template-motorcycle .stm_tabs_style_1 .wpb_tab .icon,
.stm-template-motorcycle .stm_tabs_style_2 .wpb_tab .icon {
        min-height: 30px !important;
    }

    .stm-template-motorcycle .wpb_tour_tabs_wrapper.stm_tabs_style_2 .wpb_tab.ui-tabs-panel {
        padding: 15px !important;
    }

    .stm-template-motorcycle .compare-title {
        font-size: 20px;
        line-height: 24px;
    }

    .stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left {
        width: 70%;
    }

    .stm-template-motorcycle .stm-fullwidth-with-parallax {
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .stm-template-motorcycle .icon-box .icon-text .content {
        font-size: 12px;
    }

    .stm-template-motorcycle .stm-mt-icon-box-adaptive-style-three .icon-box {
        padding-left: 0 !important;
    }

    .stm-template-motorcycle .logo-main {
        position: relative;
        padding-right: 60px;
        min-height: 35px;
    }

    .stm-template-motorcycle .vc_toggle .vc_toggle_icon {
        top: 0;
    }

    .stm-template-motorcycle .single-car-prices {
        margin-top: 25px;
    }

    .stm-template-motorcycle .single-regular-sale-price table td {
        text-align: center;
    }

    .stm-template-motorcycle .single-regular-sale-price table td .regular-price-with-sale {
        text-align: center;
    }

    .stm-template-motorcycle .stm-working-days .title {
        padding-left: 0;
    }

    .stm-template-motorcycle .stm-working-days .title > i {
        display: none;
    }

    .stm-template-motorcycle table.stm-working-days-table > tbody > tr td.day-label {
        font-size: 10px;
    }

    .stm-template-motorcycle table.stm-working-days-table > tbody > tr td.day-value {
        font-size: 10px;
    }

    .stm-template-motorcycle .post-grid-single-unit .content .title-relative {
        min-height: 86px;
    }

    .stm-template-motorcycle .post-grid-single-unit .content {
        padding: 20px 15px 10px 10px;
    }

    .stm-template-motorcycle .sidebar-sm-mg-bt {
        margin-bottom: 25px;
    }

    .stm-template-motorcycle #get-car-price-form,
.stm-template-motorcycle #request-test-drive-form,
.stm-template-motorcycle #request-trade-offer-form {
        position: relative;
        max-width: 580px;
        width: auto;
        margin: 0 auto;
        top: inherit;
        left: inherit;
        transform: translateY(0);
        z-index: 9999;
    }

    .stm-template-motorcycle .stm-compact-sidebar .text-image {
        margin-left: 10px;
    }

    .stm-template-motorcycle .stm-compact-sidebar .content {
        padding-left: 10px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .stm-template-motorcycle #header .logo-main {
        float: none;
        margin-bottom: 25px;
    }

    .stm-template-motorcycle #header .logo-main a {
        display: inline-block;
        max-width: 100%;
    }

    .stm-template-motorcycle .car-listing-tabs-unit .row-4 .col-md-3:nth-child(4n+1) {
        float: left;
        clear: none;
    }

    .stm-template-motorcycle .car-listing-tabs-unit .row-4 .col-md-3:nth-child(3n+1) {
        clear: both;
    }

    .stm-template-motorcycle .footer_widgets_wrapper {
        padding-top: 50px !important;
    }

    .stm-template-motorcycle .cols_4 aside {
        width: 50%;
    }

    .stm-template-motorcycle .cols_4 aside:first-child .widget-wrapper {
        margin-top: 0 !important;
    }

    .stm-template-motorcycle .cols_4 aside:nth-child(2) .widget-wrapper {
        margin-top: 0 !important;
    }

    .stm-template-motorcycle .cols_4 aside .widget-wrapper {
        padding-top: 0 !important;
        border-top: none !important;
        margin-top: 30px !important;
    }

    .stm-template-motorcycle .cols_4 aside:nth-child(2n+1) {
        clear: both;
    }

    .stm-template-motorcycle .cols_4 aside:nth-child(4n+1) {
        clear: none;
    }

    .stm-template-motorcycle .listing-car-items .listing-car-item .car-title {
        margin-top: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {
        margin-right: 10px;
    }

    .stm-template-motorcycle.page-template-coming-soon-php .coming-soon-header {
        padding-top: 55px;
    }

    .stm-template-motorcycle.page-template-coming-soon-php #wrapper #main {
        top: 85px;
    }

    .stm-template-motorcycle .stm-modern-filter-unit-images .stm-single-unit-image {
        text-align: center;
    }

    .stm-template-motorcycle .stm-modern-filter-unit-images .stm-single-unit-image .image {
        max-width: 140px;
    }

    .stm-template-motorcycle .stm-modern-filter-others {
        text-align: left;
    }

    .stm-template-motorcycle h4 {
        font-size: 18px;
    }

    .stm-template-motorcycle h5 {
        font-size: 16px;
    }

    .stm-template-motorcycle h6 {
        font-size: 14px;
    }

    .stm-template-motorcycle .car-listing-tabs-unit .car-listing-row .col-md-3:last-child {
        display: block;
    }

    .stm-template-motorcycle .car-listing-tabs-unit .car-listing-row .col-md-3:nth-last-child(2) {
        display: block;
    }

    .stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-inner {
        max-width: 320px;
    }

    .stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {
        margin-top: 12px;
    }

    .stm-template-motorcycle #car-listing-tab-search .icon-button {
        width: 100%;
    }

    .stm-template-motorcycle #car-listing-tab-search .icon-button i {
        position: relative;
        left: 0;
        top: 2px;
        margin-right: 5px;
    }
}

@media (max-width: 767px) {
    .stm-template-motorcycle .stm-listing-tabs ul li {
        display: block;
        margin-right: 0;
    }

    .stm-template-motorcycle .wpb_wrapper .icon-box {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .stm-template-motorcycle .stm-mt-icon-box-adaptive-style-one .wpb_wrapper .icon-box {
        padding-left: 15px !important;
    }

    .stm-template-motorcycle .stm-contact-us-form-wrapper {
        padding: 40px 30px 10px;
    }

    .stm-template-motorcycle .stm-contact-us-form-wrapper .form-group {
        padding-left: 0 !important;
        margin-right: 0 !important;
    }

    .stm-template-motorcycle .stm-contact-us-form-wrapper .col-md-5 .contact-us-submit, .stm-template-motorcycle .stm-contact-us-form-wrapper .col-md-5 .form-group {
        margin-left: 0 !important;
    }

    .stm-template-motorcycle .footer_widgets_wrapper {
        padding-top: 25px;
    }

    .stm-template-motorcycle .cols_4 aside {
        width: 100%;
    }

    .stm-template-motorcycle .cols_4 aside:first-child .widget-wrapper {
        margin-top: 0 !important;
    }

    .stm-template-motorcycle .cols_4 aside .widget-wrapper {
        padding-top: 0 !important;
        border-top: none !important;
        margin-top: 30px !important;
    }

    .stm-template-motorcycle .cols_4 aside:nth-child(2n+1) {
        clear: both;
    }

    .stm-template-motorcycle .cols_4 aside:nth-child(4n+1) {
        clear: none;
    }

    .stm-template-motorcycle #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 25% !important;
    }

    .stm-template-motorcycle #sb_instagram .sbi_photo {
        max-height: 80px !important;
    }

    .stm-template-motorcycle .compare-title {
        margin-top: 0;
    }

    .stm-template-motorcycle .compare-car-visible {
        display: block;
    }

    .stm-template-motorcycle .car-listing-row.stm-car-compare-row {
        display: none;
    }

    .stm-template-motorcycle .stm-compare-row .col-xs-4 {
        width: 100%;
    }

    .stm-template-motorcycle .mpg-mobile-selector {
        min-width: 100%;
    }

    .stm-template-motorcycle h1, .stm-template-motorcycle .h1 {
        font-size: 36px;
    }

    .stm-template-motorcycle h2, .stm-template-motorcycle .h2 {
        font-size: 26px;
    }

    .stm-template-motorcycle h3, .stm-template-motorcycle .h3 {
        font-size: 20px;
    }

    .stm-template-motorcycle h4, .stm-template-motorcycle .h4 {
        font-size: 18px;
    }

    .stm-template-motorcycle h5, .stm-template-motorcycle .h5 {
        font-size: 16px;
    }

    .stm-template-motorcycle h6, .stm-template-motorcycle .h6 {
        font-size: 14px;
    }

    .stm-template-motorcycle .car-listing-row .wp-post-image {
        width: 100%;
        height: auto;
    }

    .stm-template-motorcycle .car-listing-main-part {
        padding-top: 20px;
    }

    .stm-template-motorcycle .tab-search-title {
        font-size: 20px;
    }

    .stm-template-motorcycle .tab-search-title i {
        top: 0;
    }

    .stm-template-motorcycle #car-listing-tab-search .icon-button {
        width: 100%;
    }

    .stm-template-motorcycle #car-listing-tab-search .icon-button i {
        position: relative;
        left: 0;
        top: 2px;
        margin-right: 5px;
    }

    .stm-template-motorcycle .stm-call-to-action .call-to-action-content {
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 0 !important;
    }

    .stm-template-motorcycle .stm-call-to-action .call-to-action-content .content {
        line-height: 1.2;
        font-size: 25px;
    }

    .stm-template-motorcycle .stm-call-to-action .call-to-action-content i {
        display: none;
    }

    .stm-template-motorcycle .stm-mt-icon-box-adaptive-style-one .wpb_wrapper .icon-box {
        margin: 0 -15px !important;
        padding-left: 40px !important;
    }

    .stm-template-motorcycle .stm-fullwidth-with-parallax.stm-mt-icon-box-adaptive-style-one {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .stm-template-motorcycle .icon-box .icon-text .content {
        font-size: 14px;
    }

    .stm-template-motorcycle .listing-car-items .listing-car-item {
        padding: 0;
    }

    .stm-template-motorcycle .listing-car-items .listing-car-item .listing-car-item-inner {
        max-width: 290px;
    }

    .stm-template-motorcycle .listing-car-items .listing-car-item .car-title {
        display: block;
        padding-top: 20px;
        clear: both;
        white-space: normal;
        text-overflow: clip;
    }

    .stm-template-motorcycle .owl-dots {
        visibility: hidden;
        width: 30px;
        opacity: 0;
    }

    .stm-template-motorcycle .stm-mt-icon-box-adaptive-style-one .wpb_wrapper .icon-box {
        padding-right: 30px !important;
    }

    .stm-template-motorcycle .listing-car-items .listing-car-item .price {
        float: left;
    }

    .stm-template-motorcycle .footer-copyright .xs-pull-left {
        margin-top: 15px;
        float: left !important;
    }

    .stm-template-motorcycle .col-md-wider-right {
        padding-right: 15px;
    }

    .stm-template-motorcycle .col-md-wider-left {
        padding-left: 15px;
    }

    .stm-template-motorcycle input#stm_filter_max_price {
        margin-top: 15px;
    }

    .stm-template-motorcycle .stm-car-listing-sort-units .stm-sort-by-options > span {
        display: none;
    }

    .stm-template-motorcycle .listing-list-loop .content {
        position: relative;
        margin-top: -50px;
        z-index: 20;
    }

    .stm-template-motorcycle .listing-list-loop .image {
        float: none;
        max-width: 100%;
        margin: 0px;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-top .price.discounted-price {
        float: right;
    }

    .stm-template-motorcycle .listing-list-loop .content .title {
        clear: both;
        display: block;
        padding-top: 30px;
    }

    .stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left:after {
        display: none;
    }

    .stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left,
.stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left:after {
        background-color: transparent !important;
    }

    .stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-right {
        width: 100%;
        z-index: -1;
    }

    .stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-right:after {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.5);
    }

    .stm-template-motorcycle .stm-car-view-more {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 20px;
    }

    .stm-template-motorcycle .listing-list-loop .content {
        padding-bottom: 3px;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit {
        display: block;
        float: none;
        border-right: none;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit:last-child {
        border-bottom: none;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .meta-middle-unit-top {
        display: inline-block;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .value {
        display: inline-block;
        padding-left: 5px;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit .name {
        font-size: 14px;
        text-transform: none;
    }

    .stm-template-motorcycle .single-car-actions > ul {
        text-align: center;
    }

    .stm-template-motorcycle .single-car-actions > ul li {
        display: block;
        float: none;
        margin-right: 0;
    }

    .stm-template-motorcycle .single-car-actions > ul li.certified-logo-2, .stm-template-motorcycle .single-car-actions > ul li.certified-logo-1 {
        padding-top: 15px;
        display: inline-block;
        width: 49%;
    }

    .stm-template-motorcycle .single-car-actions > ul li.certified-logo-1 {
        padding-left: 15px;
    }

    .stm-template-motorcycle .single-car-actions > ul li.certified-logo-2 {
        padding-right: 20px;
    }

    .stm-template-motorcycle .car-action-unit.add-to-compare {
        width: 100%;
        padding-left: 10px;
    }

    .stm-template-motorcycle .car-action-unit {
        line-height: 36px;
    }

    .stm-template-motorcycle .car-action-unit > i {
        position: relative;
        top: 1px;
        left: -8px;
    }

    .stm-template-motorcycle .car-action-unit.add-to-compare.stm-added .stm-show-on-hover {
        padding-left: 10px;
    }

    .stm-template-motorcycle .car-action-unit.add-to-compare.stm-added .stm-show-on-hover > i {
        position: relative;
        left: -8px;
        top: 1px;
        font-size: 14px;
    }

    .stm-template-motorcycle .single-add-to-compare .single-add-to-compare-left {
        padding-left: 0;
    }

    .stm-template-motorcycle .single-add-to-compare .single-add-to-compare-left .add-to-compare-icon {
        display: none;
    }

    .stm-template-motorcycle .compare-fixed-link {
        display: inline-block;
        float: none !important;
        margin: 0 0 10px;
    }

    .stm-template-motorcycle .single-add-to-compare {
        padding-top: 0;
    }

    .stm-template-motorcycle .single-car-actions .stock-num {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .stm-template-motorcycle .car-action-unit.add-to-compare.disabled:after {
        top: 11px;
    }

    .stm-template-motorcycle .stm-modern-filter-found-cars {
        float: none;
        padding-bottom: 15px;
    }

    .stm-template-motorcycle .stm-car-listing-sort-units.stm-modern-filter-actions .stm-sort-by-options {
        float: left;
    }

    .stm-template-motorcycle .car-action-unit.stm-brochure {
        width: 100%;
    }

    .stm-template-motorcycle .car-action-unit.stm-brochure > i {
        left: -11px;
        top: 2px;
    }

    .stm-template-motorcycle .car-action-unit.stm-share {
        width: 100%;
    }

    .stm-template-motorcycle .car-action-unit.stm-share > i {
        left: -11px;
    }

    .stm-template-motorcycle .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li {
        float: none;
        text-align: center;
    }

    .stm-template-motorcycle .lists-inline > ul {
        width: 100%;
        margin-bottom: 25px;
    }

    .stm-template-motorcycle .stm-col-pad-left {
        margin-top: 20px !important;
        padding-left: 15px !important;
    }

    .stm-template-motorcycle span.vc_tta-title-text {
        margin-left: 0 !important;
    }

    .stm-template-motorcycle div.stm_auto_loan_calculator {
        margin-bottom: 25px;
    }

    .stm-template-motorcycle.page-template-coming-soon-php .coming-soon-header {
        padding-top: 25px;
    }

    .stm-template-motorcycle.page-template-coming-soon-php #wrapper #main {
        position: static;
    }

    .stm-template-motorcycle.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered {
        position: static;
        transform: none;
        padding-top: 30px;
    }

    .stm-template-motorcycle.page-template-coming-soon-php #footer-copyright {
        position: static;
    }

    .stm-template-motorcycle.page-template-coming-soon-php #wrapper:after {
        display: none;
    }

    .stm-template-motorcycle.page-template-coming-soon-php {
        position: relative;
    }

    .stm-template-motorcycle.page-template-coming-soon-php:after {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
    }

    .stm-template-motorcycle.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .stm-template-motorcycle.page-template-coming-soon-php div.wpcf7 img.ajax-loader {
        display: none;
    }

    .stm-template-motorcycle .stm-inline-form .wpcf7-form-control-wrap {
        width: 100%;
    }

    .stm-template-motorcycle .stm-inline-form input[type=submit] {
        width: 100%;
        margin-top: 15px;
    }

    .stm-template-motorcycle .post-list-single-item .blog-meta {
        margin-top: 0;
    }

    .stm-template-motorcycle .post-list-single-item .absoluted-content {
        position: static;
        padding-top: 30px;
        background: #0e1315;
    }

    .stm-template-motorcycle .blog-meta .right {
        width: 100%;
        float: left;
    }

    .stm-template-motorcycle .post-list-single-item .absoluted-content .relatived-content {
        padding-bottom: 15px;
    }

    .stm-template-motorcycle .post-list-single-item .blog-meta {
        padding-bottom: 15px;
    }

    .stm-template-motorcycle .blog-meta-bottom .right {
        clear: both;
        float: left;
        margin-top: 20px;
    }

    .stm-template-motorcycle .stm-author-box .author-image {
        display: none;
    }

    .stm-template-motorcycle .stm-blog-fullwidth-info .absoluted-content {
        position: static;
        background: #0e1315;
    }

    .stm-template-motorcycle .stm-blog-fullwidth-info .absoluted-content .blog-meta {
        margin-top: 30px;
    }

    .stm-template-motorcycle .stm-blog-fullwidth-info .absoluted-content .title {
        padding-top: 30px;
    }

    .stm-template-motorcycle .stm-blog-fullwidth-info .absoluted-content .blog-meta {
        padding: 26px 0 25px;
    }

    .stm-template-motorcycle .error-header {
        padding: 26px 0;
    }

    .stm-template-motorcycle .comment .comment-avatar {
        display: none;
    }

    .stm-template-motorcycle ul.comment-list li ul.children {
        padding-left: 0;
    }

    .stm-template-motorcycle.single-post .post-content-vc h4.vc_custom_heading {
        margin-top: 20px !important;
    }

    .stm-template-motorcycle .post-content blockquote {
        padding-left: 50px;
    }

    .stm-template-motorcycle .select2-results__options li:active {
        background-color: #f0f2f5;
    }

    .stm-template-motorcycle #car-listing-tab-search .icon-button {
        padding-left: 20px;
        padding-right: 20px;
    }

    .stm-template-motorcycle.woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 110px;
    }

    .stm-template-motorcycle .woocommerce .shop_table.cart .coupon {
        float: none;
    }

    .stm-template-motorcycle .woocommerce .shop_table.cart .button.update-cart {
        display: block;
        float: none;
        margin-top: 15px;
    }

    .stm-template-motorcycle .product-name_text {
        margin-top: 0;
    }

    .stm-template-motorcycle .woocommerce .cart-totals_wrap {
        padding: 18px;
    }

    .stm-template-motorcycle.woocommerce-cart .cart-collaterals .cart_totals table th {
        padding-right: 10px;
    }

    .stm-template-motorcycle.woocommerce-cart table.cart img,
.stm-template-motorcycle .woocommerce table.shop_table th.product-price,
.stm-template-motorcycle .woocommerce td.product-price,
.stm-template-motorcycle .woocommerce table.shop_table th.product-quantity,
.stm-template-motorcycle .woocommerce td.product-quantity {
        display: none;
    }

    .stm-template-motorcycle #frontend_customizer_button {
        display: none;
    }
}

@media (max-width: 830px) {
    .stm-template-motorcycle .header-login-url {
        display: none;
    }
}

@media (max-width: 750px) {
    .stm-template-motorcycle .header-top-bar-socs {
        display: none;
    }
}

@media (max-width: 610px) {
    .stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left {
        width: 100%;
        padding: 10px 15px;
    }

    .stm-template-motorcycle .stm-call-to-action-1 .stm-call-action-left .stm-call-action-image {
        display: none;
    }

    .stm-template-motorcycle .compare-col-stm-empty .image .stm-icon-add_car {
        margin: -10px 0 0 -13px;
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .stm-template-motorcycle .top-bar-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .stm-template-motorcycle .top-bar-info li {
        margin: 0 0 5px !important;
    }
}

@media (max-width: 420px) {
    .stm-template-motorcycle .top-bar-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .stm-template-motorcycle .top-bar-info li {
        margin: 0 0 5px !important;
    }
}

@media (max-width: 375px) {
    .stm-template-motorcycle #top-bar .top-bar-wrapper .pull-left {
        margin-bottom: 5px;
    }

    .stm-template-motorcycle #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap {
        margin-left: 0;
    }

    .stm-template-motorcycle #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
    }

    .stm-template-motorcycle #top-bar .top-bar-wrapper .pull-left, .stm-template-motorcycle #top-bar .top-bar-wrapper .pull-right {
        float: left !important;
        clear: both;
    }
}

@media (max-width: 960px) {
    .stm-template-motorcycle .nav-search {
        display: none !important;
    }

    .stm-template-motorcycle .header-help-bar-trigger {
        display: block;
    }

    .stm-template-motorcycle .header-help-bar {
        display: block;
        position: relative;
        top: 52px;
    }

    .stm-template-motorcycle .header-help-bar ul {
        display: none;
        position: absolute;
        margin-right: -47px;
        padding-right: 5px;
        width: 200px;
        top: 100%;
        right: 100%;
        background-color: #eaedf0;
    }

    .stm-template-motorcycle .header-help-bar ul li {
        float: right;
        text-align: right;
        width: 100%;
    }

    .stm-template-motorcycle .header-help-bar ul li a {
        background-color: transparent !important;
    }

    .stm-template-motorcycle .header-help-bar ul li i {
        display: inline-block;
        min-width: 30px;
    }

    .stm-template-motorcycle .header-help-bar ul li.mobile-search {
        display: block;
        visibility: visible;
        padding: 5px 12px 20px 16px;
    }

    .stm-template-motorcycle .header-help-bar ul li.mobile-search #searchform .search-input {
        border-radius: 0;
        height: 30px;
        line-height: 30px;
        padding: 5px 10px !important;
        font-size: 13px;
        box-shadow: none;
        background-color: #fff;
    }

    .stm-template-motorcycle .header-help-bar ul li.mobile-search #searchform .search-submit {
        height: 30px;
        width: 30px;
        font-size: 13px;
        background-color: transparent;
        color: #df1d1d !important;
    }
}

@media (max-width: 400px) {
    .stm-template-motorcycle #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 50% !important;
    }
}

@media only screen and (max-width: 769px) {
    .stm-template-motorcycle .stm_moto_single_grid_item .image img {
        width: 100%;
    }

    .stm-template-motorcycle .stm-boats-listing-icons .stm_listing_icon_filter_single {
        width: 25%;
    }

    .stm-template-motorcycle .stm_mc-filter-selects {
        padding-right: 0;
    }

    .stm-template-motorcycle .stm_mc-filter-selects .stm_mc-submit-btn {
        position: static;
        padding: 0 15px;
        width: 215px;
    }

    .stm-template-motorcycle .row-3 .col-sm-6:nth-child(2n+1) {
        clear: both;
    }

    .stm-template-motorcycle .row-3 .col-sm-6:nth-child(3n+1) {
        clear: none;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-top {
        padding-top: 7px;
        margin-bottom: 15px;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a {
        padding-left: 27px;
        padding-right: 8px;
        font-size: 11px;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a i {
        left: 5px;
    }

    .stm-template-motorcycle .stm-single-car-links .stm-single-car-link a,
.stm-template-motorcycle .single-car-data {
        padding-left: 15px;
        padding-right: 15px;
    }

    .stm-template-motorcycle .stm-single-car-links .stm-single-car-link a i {
        display: none;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a {
        padding: 5px 10px;
        text-align: center;
    }

    .stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
        padding: 12px 0 14px !important;
    }
}

@media only screen and (max-width: 767px) {
    .stm-template-motorcycle .vc_tta.vc_general .vc_tta-panel-title > a {
        padding-left: 15px !important;
    }

    .stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
        padding: 0 !important;
    }

    .stm-template-motorcycle .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
        padding: 25px 20px 25px !important;
    }

    .stm-template-motorcycle .stm-contact-us-form-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }

    .stm-template-motorcycle .stm-single-listing-car-features ul.list-style-2 {
        width: 100%;
    }

    .stm-template-motorcycle span.vc_tta-title-text {
        font-size: 20px;
    }

    .stm-template-motorcycle .stm-listing-single-price-title {
        padding-top: 30px;
    }

    .stm-template-motorcycle .stm-listing-single-price-title .price_unit {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-end;
        float: left;
        width: 100%;
    }

    .stm-template-motorcycle .stm-listing-single-price-title .price_unit .price {
        margin-bottom: 20px;
        padding: 0 20px 0 40px;
        margin-left: 0;
    }

    .stm-template-motorcycle .stm-listing-single-price-title .price_unit .price:after {
        display: none;
    }

    .stm-template-motorcycle .stm-filter-tabs-skewed {
        max-width: 100%;
        white-space: nowrap;
        overflow: scroll;
        padding-right: 37px;
        margin-left: -30px;
        padding-left: 27px;
    }

    .stm-template-motorcycle .single-listings .stm-filter-tabs-skewed {
        margin-left: -15px;
    }

    .stm-template-motorcycle .listing-list-loop {
        background: transparent;
        margin-bottom: 30px;
    }

    .stm-template-motorcycle .listing-list-loop:hover {
        background: transparent;
    }

    .stm-template-motorcycle .listing-list-loop .image {
        margin: 0 auto !important;
    }

    .stm-template-motorcycle .listing-list-loop .content {
        max-width: 350px;
        padding: 0 15px;
        margin: 0 auto;
        background: rgba(36, 49, 54, 0.8);
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-top .price {
        float: left;
        margin-top: 20px;
        margin-left: 0;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-top .price:before {
        display: none;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-top .price.discounted-price {
        float: left;
        text-align: left;
    }

    .stm-template-motorcycle .listing-list-loop .content .meta-middle .meta-middle-unit {
        display: inline-block !important;
        padding-right: 5px;
    }

    .stm-template-motorcycle .listing-list-loop .content .stm-car-view-more {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .stm-template-motorcycle .modal-calculator {
        width: 95%;
        transform: translateY(-50%) translateX(-50%);
        margin-left: inherit;
    }
}

@media only screen and (max-width: 500px) {
    .stm-template-motorcycle .classic-filter-row .sidebar-entry-header {
        padding-top: 0;
        padding-left: 40px;
        text-align: left;
    }

    .stm-template-motorcycle .classic-filter-row .sidebar-entry-header .h4 {
        float: none;
        width: 100%;
    }

    .stm-template-motorcycle .stm-boats-listing-icons .stm_listing_icon_filter_single {
        width: 50%;
    }

    .stm-template-motorcycle .stm_listing_tabs_style_2 .row-3 .col-xxs-12 {
        width: 100%;
    }

    .stm-template-motorcycle .stm_listing_tabs_style_2 .row-3 .col-xxs-12 .boats-image-unit {
        display: none;
    }
}

@media only screen and (max-width: 350px) {
    .stm-template-motorcycle .row-3 .col-xxs-12 {
        width: 100%;
    }

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

@media only screen and (max-width: 480px) {
    .stm-template-motorcycle #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
.stm-template-motorcycle #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
.stm-template-motorcycle #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
.stm-template-motorcycle #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
.stm-template-motorcycle #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
.stm-template-motorcycle #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
.stm-template-motorcycle #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
.stm-template-motorcycle #sb_instagram.sbi_col_10 #sbi_images .sbi_item {
        width: 50% !important;
    }
}

.wpb_wrapper button.report_button.stm-button, aside button.report_button.stm-button {
    margin-bottom: 20px;
}

#request-stm_vim_history .modal-body {
    color: #232629;
}

#request-stm_vim_history .modal-body h4 {
    color: #232529 !important;
}

.stm-template-listing #request-stm_vim_history .modal-header-iconed {
    background-color: #153e4d;
}

.stm-template-listing #request-stm_vim_history .modal-header .close-history {
    color: #1bc744;
}

.stm-template-listing_two #request-stm_vim_history .modal-header-iconed {
    background-color: #153e4d;
}

.stm-template-listing_two #request-stm_vim_history .modal-header .close-history {
    color: #1e7bcc;
}

.stm-template-listing_three #request-stm_vim_history .modal-header-iconed {
    background-color: #153e4d;
}

.stm-template-listing_three #request-stm_vim_history .modal-header .close-history {
    color: #ff9500;
}

.stm-template-car_dealer_two #request-stm_vim_history .modal-header-iconed {
    background-color: #232628;
}

.stm-template-car_dealer_two #request-stm_vim_history .modal-header .close-history {
    color: #4971ff;
}

.stm-template-motorcycle .wpb_wrapper button.report_button.stm-button, .stm-template-motorcycle aside button.report_button.stm-button {
    color: #ffffff;
}

.stm-template-motorcycle #request-stm_vim_history .modal-body {
    background-color: #ffffff;
}

.stm-template-motorcycle #request-stm_vim_history .modal-header-iconed {
    background-color: #0e1315;
}

.stm-template-motorcycle #request-stm_vim_history i,
.stm-template-motorcycle #request-stm_vim_history a {
    color: #df1d1d;
}

.stm-template-motorcycle #request-stm_vim_history i.fa-lock,
.stm-template-motorcycle #request-stm_vim_history a.fa-lock {
    color: #fff !important;
}

.stm-template-motorcycle #request-stm_vim_history .modal-header .close-history {
    color: #df1d1d;
}

.stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel .image:before {
    background-color: transparent;
}

.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_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_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_4 .interactive-hoverable {
    min-width: 255px;
    min-height: 160px;
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap {
    display: block;
    margin-top: -49px;
    z-index: 10;
    position: relative;
}

.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_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li:last-child a {
    border-right: 0;
}

.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_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a {
        padding: 12px 10px;
    }
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a.active {
    background: #fff;
    border-top-color: #b01b1c;
    border-left: none;
}

.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_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap {
        margin-top: 10px !important;
    }

    .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap > .nav.nav-tabs {
        flex-direction: column;
    }

    .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap > .nav.nav-tabs li {
        width: 100%;
        border-bottom: 1px solid #222;
    }

    .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap > .nav.nav-tabs li a {
        justify-content: flex-start;
    }
}

.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_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_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit] span {
    margin-right: 4px;
}

.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_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit]:active {
    top: -1px;
}

.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_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-select-col {
    min-height: 46px;
}

.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_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_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_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_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_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 5 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_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_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_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_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_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects > .row {
    margin: 0 -8px;
}

.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;
}

@media (max-width: 767px) {
    .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane {
        flex-direction: column;
    }

    .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_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_motors_listing_types_multilisting_active .listing-type-list .card {
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
}

.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_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_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_motors_listing_types_multilisting_active .listing-type-list .card .card-body .card-icon {
        max-width: 35px;
    }
}

.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_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_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_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover {
    background: #b01b1c;
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover .card-icon img {
    filter: brightness(100%) contrast(200%) invert(100%);
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover .card-title {
    color: #fff;
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover .btn {
    opacity: 1;
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover i {
    color: #fff;
}

@media (max-width: 1023px) {
    .stm_motors_listing_types_multilisting_active .listing-type-list > .stm-row {
        flex-wrap: wrap;
    }

    .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_motors_listing_types_multilisting_active .listing-type-list > .stm-row {
        flex-wrap: wrap;
    }

    .stm_motors_listing_types_multilisting_active .listing-type-list > .stm-row > .stm-col-3 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.stm_motors_listing_types_multilisting_active .plus-added-emeht-mts {
    position: relative;
}

.stm_motors_listing_types_multilisting_active .plus-added-emeht-mts .add-new-term {
    display: block;
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.stm_motors_listing_types_multilisting_active .stm_listing_tabs_style_2 {
    border-top: none;
}

.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap div.title h2 {
    font-size: 28px;
}

.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls {
    top: -76px !important;
}

.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-prev, .stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-next {
    background-color: #ddd;
}

.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-prev:hover, .stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-next:hover {
    background: #b01b1c;
}

.stm_motors_listing_types_multilisting_active .car-listing-row .listing-car-item-meta .price {
    background-color: #b01b1c;
    color: #fff;
}

.stm_motors_listing_types_multilisting_active .car-listing-row .listing-car-item-meta .price:before {
    background-color: #b01b1c;
}

.stm_motors_listing_types_multilisting_active .price.discounted-price .regular-price {
    text-decoration: line-through;
}

.stm_motors_listing_types_multilisting_active .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price, .stm_motors_listing_types_multilisting_active .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price:before {
    background-color: #b01b1c;
}

.stm_motors_listing_types_multilisting_active .archive-listing-page .image .image-inner {
    min-height: 152px;
}

.stm_motors_listing_types_multilisting_active .listing-list-loop .content .meta-middle .meta-middle-unit .icon {
    font-size: 12px;
}

.stm_motors_listing_types_multilisting_active .classic-filter-row {
    margin-top: 0;
}

.stm_motors_listing_types_multilisting_active .filter-sidebar .sidebar-entry-header .h4 {
    font-size: 18px;
}

.stm_motors_listing_types_multilisting_active .select2-container.statistics-period {
    z-index: 2000;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form {
    margin-top: 3px;
  /*.stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview:hover .fa {
     opacity: 1; }*/
  /*
  .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview:hover:before {
     opacity: 1; }
  */
  /*.stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder:hover .inner {
     border: 3px solid $multilisting_primary_color;
     cursor: move; }*/
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form #stm_sell_a_car_form {
    margin-bottom: 40px;
}

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

.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: #b01b1c;
    font-weight: 700;
}

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

.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: #b01b1c;
}

.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_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_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_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_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_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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit {
    margin: 41px -15px 30px;
}

.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_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_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_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: #b01b1c;
    font-size: 18px;
    font-weight: 500;
}

.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_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_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_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_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_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_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: #b01b1c;
}

.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_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_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_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_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_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_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_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_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_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: #b01b1c;
    box-shadow: none;
}

.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_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: #b01b1c;
    font-size: 13px;
    vertical-align: top;
}

.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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-border-top-unit {
    margin-bottom: 7px;
}

.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_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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature .feature-single label:hover {
    cursor: pointer;
}

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

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

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input {
    position: relative;
    width: 100%;
    min-height: 474px;
    margin-bottom: 20px;
    background-color: #eee;
    text-align: center;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-service-icon-photos {
    display: block;
    font-size: 92px;
    margin-bottom: 34px;
    color: #bebebe;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-image-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-image-preview .fas {
    display: none;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 30;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input input[type=file]:hover {
    cursor: pointer;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .button {
    display: inline-block;
    max-height: 46px;
    overflow: hidden;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-placeholder {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 29;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-placeholder.hasPreviews .stm_fake_button {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    max-height: 0;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-placeholder.hasPreviews .stm-service-icon-photos {
    margin-bottom: 0;
    font-size: 67px;
    color: #b01b1c;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-placeholder.hasPreviews .stm-service-icon-photos:after {
    position: absolute;
    content: "";
    display: block;
    width: 135px;
    height: 135px;
    top: 0;
    left: 50%;
    margin-left: -67px;
    margin-top: -27px;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input:hover .hasPreviews .stm-service-icon-photos {
    color: #fff;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input:hover .hasPreviews .stm-service-icon-photos:after {
    background-color: #b01b1c;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery {
    margin: 0 -15px 46px;
}

.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 15px;
    margin-bottom: 15px;
    width: 20%;
}

.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-placeholder-native {
    display: none;
}

.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-placeholder-native:nth-child(1),
.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-placeholder-native:nth-child(2),
.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-placeholder-native:nth-child(3),
.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-placeholder-native:nth-child(4),
.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-placeholder-native:nth-child(5) {
    display: block;
}

.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-placeholder-native:nth-child(1):hover,
.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-placeholder-native:nth-child(2):hover,
.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-placeholder-native:nth-child(3):hover,
.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-placeholder-native:nth-child(4):hover,
.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-placeholder-native:nth-child(5):hover {
    cursor: default !important;
}

.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-placeholder-native:nth-child(1) .inner,
.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-placeholder-native:nth-child(2) .inner,
.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-placeholder-native:nth-child(3) .inner,
.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-placeholder-native:nth-child(4) .inner,
.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-placeholder-native:nth-child(5) .inner {
    background-color: #eee;
}

.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 {
    position: relative;
    min-height: 81px;
    line-height: 81px;
    color: #bebebe;
    font-size: 41px;
    text-align: center;
    transition: 300ms ease;
    border: 1px solid #ddd;
}

.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: #b01b1c;
}

.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_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-dragging {
    border: 3px solid #b01b1c;
}

.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-dragging:before {
    opacity: 1 !important;
}

.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-dragging .fas {
    opacity: 0 !important;
}

.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-dragging:hover .fas {
    opacity: 1 !important;
}

.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 {
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0b2";
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    text-indent: -2px;
    background-color: #b01b1c;
    color: #fff;
    opacity: 0;
}

.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: -10px;
    top: -10px;
    font-size: 13px;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #b01b1c;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
}

.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: 5px;
}

.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_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_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 {
    opacity: 1;
}

.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-dragging {
    z-index: 99;
}

.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: 3px solid #f80b0b;
}

.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 .stm-image-preview:before {
    opacity: 0;
}

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

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

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-media-car-add-nitofication h4 {
    margin-bottom: 27px;
}

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

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos {
    margin-bottom: 60px;
}

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

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit {
    padding: 23px 30px 14px;
    background-color: #b01b1c;
}

.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit input[type=text] {
    margin-bottom: 26px;
}

.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-simple-notice i {
    position: absolute;
    top: 5px;
    left: 0;
}

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

.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:hover {
    cursor: pointer;
}

.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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active {
    background-color: #b01b1c;
}

.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_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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes {
    margin-bottom: 53px;
}

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

.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes textarea:focus {
    background-color: #fff;
}

.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_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 5 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_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: #b01b1c;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases span {
    border-bottom: 1px dashed #b01b1c;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:hover {
    cursor: pointer;
}

.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 #b01b1c;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}

.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_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_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_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_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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases h5 {
    margin-bottom: 30px;
}

.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_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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user {
    padding: 45px 0;
    background-color: #f0f2f5;
    position: relative;
}

.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;
    margin-top: 50px;
    list-style: none;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li {
    margin: 0 7px 0 0;
    padding: 0;
}

.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: #b01b1c;
    font-size: 14px;
}

.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: #b01b1c;
    border-width: 5px 5px 0;
}

.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_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_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: #b01b1c;
    -webkit-animation: rotating 2s infinite linear;
    animation: rotating 2s infinite linear;
    opacity: 0;
    visibility: hidden;
    z-index: 50;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner.activated .stm-icon-load1, .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner.activated:before {
    opacity: 1;
    visibility: visible;
}

.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-text {
    font-size: 13px;
    line-height: 24px;
    color: #888;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm_register_title {
    margin-bottom: 20px;
}

.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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user:before {
    position: absolute;
    content: "";
    display: block;
    width: 2000px;
    height: 100%;
    left: -2000px;
    top: 0;
    background-color: #f0f2f5;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user:after {
    position: absolute;
    content: "";
    display: block;
    width: 2000px;
    height: 100%;
    right: -2000px;
    top: 0;
    background-color: #f0f2f5;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-login-register-form {
    margin-top: 0;
}

.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: #b01b1c;
    opacity: 1;
}

.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_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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user button[type=submit].disabled:hover {
    cursor: not-allowed;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup {
    position: absolute;
    bottom: 100%;
    z-index: 1000;
}

.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 #b01b1c;
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
    z-index: 2;
    overflow: hidden;
}

.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_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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup h5 {
    margin-bottom: 25px;
    font-weight: 700;
}

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

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

.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .button {
    display: inline-block;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup.stm-invisible {
    opacity: 0;
    visibility: hidden;
    bottom: 110%;
}

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

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-price-edit .stm_price_input {
    padding: 30px 40px 45px 40px;
    background-color: #b01b1c;
}

.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup {
    position: absolute;
    bottom: 100%;
    z-index: 1000;
}

.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 #b01b1c;
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
    z-index: 2;
    overflow: hidden;
}

.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_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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup h5 {
    margin-bottom: 25px;
    font-weight: 700;
}

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

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

.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .button {
    display: inline-block;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup.stm-invisible {
    opacity: 0;
    visibility: hidden;
    bottom: 110%;
}

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

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-plans {
    margin-bottom: 30px;
}

.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-non-relative {
    position: static;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-relative {
    position: relative;
}

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

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user-wrapper {
    display: flex;
    justify-content: space-between;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info {
    display: flex;
    align-items: center;
}

.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;
}

.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_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_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_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_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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .right-info {
    overflow: hidden;
    text-align: right;
    margin-top: 13px;
    font-size: 13px;
}

.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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-not-enabled {
    display: none;
}

.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login-overlay.visiblity {
    opacity: 1;
    visibility: visible;
}

.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login.visiblity {
    opacity: 1;
    visibility: visible;
}

.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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form {
    margin-bottom: 30px;
}

.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: #b01b1c;
}

.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_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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .form-group {
    margin-bottom: 30px;
}

.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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=text],
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=number],
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=tel],
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=email],
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=search],
.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=text].form-error,
.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=tel].form-error,
.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=search].form-error,
.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_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_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_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;
    -webkit-animation: rotating 2s infinite linear;
    animation: rotating 2s infinite linear;
}

.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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-loader {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.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_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-loader.activated i {
    opacity: 1 !important;
    visibility: visible !important;
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-message {
    display: none;
    margin: 25px 0 0;
    padding: 15px 30px;
    background-color: #b01b1c;
    color: #fff !important;
    font-weight: 700;
    border-radius: 4px;
}

.stm_motors_listing_types_multilisting_active .stm-show-password {
    position: relative;
}

.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_motors_listing_types_multilisting_active .stm-show-password .fas:hover {
    cursor: pointer;
    opacity: 1;
}

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

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

.stm_motors_listing_types_multilisting_active .stm-login-register-form h3 {
    margin-bottom: 28px;
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form {
    margin-bottom: 30px;
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form {
    padding: 41px 30px 36px;
    background-color: #b01b1c;
}

.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_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_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-checker label:hover {
    cursor: pointer;
}

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

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-group.form-checker {
    margin-top: -5px;
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-group.form-checker .checker {
    margin-right: 5px !important;
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=text],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=number],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=tel],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=email],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=search],
.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_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=text].form-error,
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=number].form-error,
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=tel].form-error,
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=email].form-error,
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=search].form-error,
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=password].form-error {
    border-color: #ff2325 !important;
}

.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_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_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .stm-listing-loader i {
    display: inline-block;
    -webkit-animation: rotating 2s infinite linear;
    animation: rotating 2s infinite linear;
}

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

.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_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form {
    margin-bottom: 30px;
}

.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 #b01b1c;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

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

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

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

.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_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_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_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=submit][disabled]:hover {
    cursor: not-allowed;
}

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

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

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #b01b1c;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
}

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

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

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .stm-message-ajax-validation {
    margin-bottom: 20px;
    background-color: #b01b1c;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

.stm_motors_listing_types_multilisting_active .stm-user-public-profile .tab-content .multilisting-select {
    margin-right: 10px;
    float: right;
}

@media (max-width: 1100px) {
    .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_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_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_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_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature {
        width: 33.33333%;
    }

    .stm_motors_listing_types_multilisting_active .stm-add-media-car {
        margin-top: 20px;
    }

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

    .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_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_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_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_motors_listing_types_multilisting_active .stm-form-price-edit .stm_price_input {
        padding: 20px 15px 25px;
        margin-bottom: 30px;
    }
}

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

.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm-login-form form {
    background-color: #232628 !important;
}

.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm-border-top-unit {
    border-top: 4px solid #232628;
    padding-top: 27px;
}

.stm_motors_listing_types_multilisting_active.stm-template-car_dealer_two .mce-container .mce-btn > button {
    background-color: unset !important;
}

.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form-checking-user,
.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form-checking-user:before,
.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form-checking-user:after,
.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-login-form form {
    background-color: #232628 !important;
}

.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm_add_car_form .stm-border-top-unit {
    padding-right: 0 !important;
}

.stm_motors_listing_types_multilisting_active.stm-template-equipment .add-car-btns-wrap button {
    box-shadow: 0 2px 0 #b01b1c !important;
}

.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-login-form form {
    background-color: #161e21 !important;
}

.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form-checking-user,
.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form-checking-user:before,
.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form-checking-user:after {
    background-color: #0e1315 !important;
}

.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm_add_car_form .stm-border-top-unit {
    padding-right: 0 !important;
}

.stm_motors_listing_types_multilisting_active.stm-template-boats .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-boats .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-boats .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-boats .stm-login-form form {
    background-color: #232628 !important;
}

.stm_motors_listing_types_multilisting_active.stm-template-listing .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-listing .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing .stm-login-form form {
    background-color: #153e4d !important;
}

.stm_motors_listing_types_multilisting_active.stm-template-listing .stm-login-register-form .stm-register-form form {
    border-top: 4px solid #153e4d;
}

.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm-login-form form {
    background-color: #153e4d !important;
}

.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm-login-register-form .stm-register-form form {
    border-top: 4px solid #153e4d;
}

.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm-login-form form {
    background-color: #153e4d !important;
}

.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm-login-register-form .stm-register-form form {
    border-top: 4px solid #153e4d;
}

.stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm-form1-intro-unit, .stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active .stm-login-form form .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active .stm-login-form form .stm_price_input,
.stm_motors_listing_types_multilisting_active .stm-login-form form .stm-form1-intro-unit {
    background-color: #232628 !important;
}

.stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm-login-register-form .stm-register-form form, .stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form,
.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-add-a-car-user-wrapper {
        flex-direction: column;
        align-items: center !important;
    }

    .stm_add_car_form .stm-add-a-car-user .right-info {
        text-align: center !important;
    }

    .add-car-btns-wrap, .add-car-btns-wrap li {
        flex-direction: column !important;
        align-items: center;
        margin-right: 0 !important;
    }
}