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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#wrapper {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cols_1 {
    margin: 0 -15px;
}

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

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

.cols_2 {
    margin: 0 -15px;
}

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

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

.cols_3 {
    margin: 0 -15px;
}

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

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

.cols_4 {
    margin: 0 -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 8px;
}

ol {
    padding-left: 20px;
}

ol li {
    margin-bottom: 8px;
}

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

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

a {
    color: #191919;
}

a:hover {
    color: #cc6119;
}

a:focus {
    color: #cc6119;
}

a:active {
    color: #cc6119;
}

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

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

p {
    margin: 0 0 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stm_add_car_title_form {
    margin: 25px 0;
}

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

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

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

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

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

.subscriptio_subscription_info {
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stm-template-car_rental_elementor_elementor .header-listing .listing-logo-main {
    margin-left: -3px;
}

html {
    overflow: visible;
}

.stm-template-car_rental_elementor {
    overflow-x: hidden;
    max-width: 100%;
}

.stm-template-car_rental_elementor div.selector,
.stm-template-car_rental_elementor div.selector span,
.stm-template-car_rental_elementor div.radio span,
.stm-template-car_rental_elementor div.checker span,
.stm-template-car_rental_elementor div.uploader,
.stm-template-car_rental_elementor div.uploader span.action,
.stm-template-car_rental_elementor div.button, .stm-template-car_rental_elementor div.button span {
    background-image: url(../../../images/rental-checks2x.png);
}

.stm-template-car_rental_elementor div.radio span, .stm-template-car_rental_elementor div.radio span {
    background-image: url(../../../images/rental_radio.png);
}

.stm-template-car_rental_elementor .woocommerce form.login .stm-rent-pass {
    margin-top: 20px;
    margin-bottom: 0;
}

.stm-template-car_rental_elementor .woocommerce form.login .stm-rent-btn-wrap {
    display: inline-block;
}

.stm-template-car_rental_elementor .woocommerce form.login .stm-rent-fields-wrap label[for=rememberme] {
    float: right;
    margin-top: 35px;
}

.stm-template-car_rental_elementor .woocommerce form.login .stm-rent-fields-wrap .lost_password {
    margin: 25px 0 0 0;
}

.stm-template-car_rental_elementor .woocommerce #customer_login form.login .stm-rent-fields-wrap label[for=rememberme] {
    float: right;
    margin-top: 10px;
}

.stm-template-car_rental_elementor .stm-service-icon-pin:before {
    color: rgba(136, 136, 136, 0.3);
}

.stm-template-car_rental_elementor .woocommerce table.my_account_orders .button {
    color: #2a4046 !important;
}

.stm-template-car_rental_elementor div.checker span {
    position: relative;
    border-radius: 3px;
    transition: all 0.2s ease;
    background: #ddd;
}

.stm-template-car_rental_elementor div.checker span:before {
    content: "\f00c";
    display: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #f0c540;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.stm-template-car_rental_elementor div.checker span.checked:before {
    display: block;
}

.stm-template-car_rental_elementor #header {
    min-height: 96px;
}

.stm-template-car_rental_elementor .bold {
    font-weight: 700;
}

.stm-template-car_rental_elementor.stm-lock {
    overflow: auto;
}

.stm-template-car_rental_elementor .stm_rental_button {
    position: relative;
    top: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.stm-template-car_rental_elementor .stm_rental_button i {
    position: relative;
    top: 6px;
    margin-right: 10px;
    font-size: 27px;
    color: #f0c540;
}

.stm-template-car_rental_elementor .stm_text_baloon {
    position: relative;
    display: inline-block;
    padding: 18px;
    margin-bottom: 55px !important;
    background-color: #f0c540;
    border-radius: 50%;
    min-width: 190px;
}

.stm-template-car_rental_elementor .stm_text_baloon .stm-rental-baloon_tail {
    position: absolute;
    right: -18px;
    bottom: -30px;
    font-size: 114px;
    z-index: 0;
    color: #f0c540;
    transform: rotate(3deg);
}

.stm-template-car_rental_elementor .stm_text_baloon .inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    z-index: 5;
}

.stm-template-car_rental_elementor .stm_text_baloon .inner h1 {
    padding: 16px 0 0 6px;
    margin-bottom: 0;
    letter-spacing: -1.2px;
    line-height: 55px;
}

.stm-template-car_rental_elementor .stm_text_baloon .inner h2 {
    padding-left: 13px;
    font-size: 35px;
    margin-bottom: 0;
    text-align: center;
    margin-top: -10px;
}

.stm-template-car_rental_elementor .stm_text_baloon .inner h4 {
    width: auto;
    max-width: 120px;
    margin: 3px auto 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    text-align: center;
}

.stm-template-car_rental_elementor .icon-box {
    margin-bottom: 28px;
    display: block;
}

.stm-template-car_rental_elementor .icon-box .icon {
    width: 54px;
    height: 54px;
    margin: 0 20px 0 0;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
}

.stm-template-car_rental_elementor .icon-box .icon-text h4 {
    font-size: 18px;
    color: #273f44 !important;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.stm-template-car_rental_elementor .vc_custom_heading {
    margin: 35px 0;
}

.stm-template-car_rental_elementor .stm-button.stm-button-icon {
    padding: 16px 45px 15px 25px;
}

.stm-template-car_rental_elementor .stm-button.stm-button-icon i {
    right: 16px;
    left: auto;
}

.stm-template-car_rental_elementor .stm-stretch-image-right .vc_column-inner,
.stm-template-car_rental_elementor .stm-stretch-image-left .vc_column-inner {
    background-size: cover;
}

.stm-template-car_rental_elementor .footer_widgets_wrapper .cols_4 aside {
    width: 100%;
}

@media (min-width: 1024px) {
    .stm-template-car_rental_elementor .footer_widgets_wrapper .cols_4 aside {
        width: 25%;
    }
}

.stm-template-car_rental_elementor #footer-copyright .copyright-text a {
    color: #f0c540;
}

.stm-template-car_rental_elementor .footer_widgets_wrapper .widget_socials li a {
    border-radius: 50%;
}

.stm-template-car_rental_elementor .footer_widgets_wrapper .widget_socials li a:hover {
    background-color: #f0c540;
}

.stm-template-car_rental_elementor .copyright-socials ul li a,
.stm-template-car_rental_elementor .footer_widgets_wrapper .widget-title h6 .colored {
    color: #f0c540;
}

.stm-template-car_rental_elementor .stm-iw-wrapper .stm-iw-first {
    display: none;
}

.stm-template-car_rental_elementor .stm-iw-wrapper .stm-iw-second {
    background: none !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.36) !important;
}

.stm-template-car_rental_elementor .stm-iw-wrapper .stm-iw-third:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.36) !important;
    transform: rotate(45deg);
    margin: -12px 0 0 -3px;
}

.stm-template-car_rental_elementor .stm-iw-wrapper .stm-iw-third div {
    display: none;
}

.stm-template-car_rental_elementor .gm-style .gm-style-iw-t {
    display: block;
    position: relative;
    max-width: 270px;
}

.stm-template-car_rental_elementor .gm-style .gm-style-iw-t:after {
    left: -15px;
    top: -8px;
    transform: translate(46%, 0%) rotate(-45deg);
}

.stm-template-car_rental_elementor .gm-style .gm-style-iw.gm-style-iw-c {
    padding: 0;
    background: transparent;
    border-radius: 0;
    max-height: inherit !important;
    max-width: 300px;
}

.stm-template-car_rental_elementor .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    background: #fff;
    max-height: inherit !important;
}

.stm-template-car_rental_elementor .gm-style .gm-style-iw button {
    display: none !important;
}

.stm-template-car_rental_elementor .stm_offices_wrapper {
    display: block;
    overflow: hidden;
    padding: 28px 0 27px 25px;
    max-width: 248px;
    background: #fff;
}

.stm-template-car_rental_elementor .stm_offices_wrapper .location {
    margin-bottom: 27px;
    font-size: 18px;
    color: #273f44;
    letter-spacing: -0.4px;
}

.stm-template-car_rental_elementor .stm_offices_wrapper .stm_work_hours,
.stm-template-car_rental_elementor .stm_offices_wrapper .phone_fax,
.stm-template-car_rental_elementor .stm_offices_wrapper .address {
    position: relative;
    padding-left: 35px;
    font-size: 13px;
    line-height: 18px;
    color: #888888;
}

.stm-template-car_rental_elementor .stm_offices_wrapper .stm_work_hours i,
.stm-template-car_rental_elementor .stm_offices_wrapper .phone_fax i,
.stm-template-car_rental_elementor .stm_offices_wrapper .address i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #f0c540;
}

.stm-template-car_rental_elementor .stm_offices_wrapper .address {
    margin-bottom: 22px;
}

.stm-template-car_rental_elementor .form-btn-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.stm-template-car_rental_elementor .stm_date_time_input {
    margin-bottom: 18px;
}

.stm-template-car_rental_elementor .stm_date_time_input input {
    padding-left: 37px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 0;
}

.stm-template-car_rental_elementor .stm_date_time_input input.active {
    color: #273f44;
}

.stm-template-car_rental_elementor .stm_date_time_input input.active, .stm-template-car_rental_elementor .stm_date_time_input input:focus {
    border-color: transparent;
}

.stm-template-car_rental_elementor .stm_date_time_input input.active + i, .stm-template-car_rental_elementor .stm_date_time_input input:focus + i {
    opacity: 1;
}

.stm-template-car_rental_elementor .stm_date_time_input .stm_date_input,
.stm-template-car_rental_elementor .stm_date_time_input .stm_time_input {
    position: relative;
}

.stm-template-car_rental_elementor .stm_date_time_input .stm_date_input i,
.stm-template-car_rental_elementor .stm_date_time_input .stm_time_input i {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 16px;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.stm-template-car_rental_elementor .stm_date_time_input .stm_date_input i.fa-clock,
.stm-template-car_rental_elementor .stm_date_time_input .stm_time_input i.fa-clock {
    top: 11px;
    font-size: 17px;
}

.stm-template-car_rental_elementor .stm_date_time_input:after {
    content: "";
    display: block;
    clear: both;
}

.stm-template-car_rental_elementor .stm_date_time_input > div {
    position: relative;
}

.stm-template-car_rental_elementor .stm_date_time_input > div i {
    position: absolute;
    top: 5px;
    left: 5px;
}

.stm-template-car_rental_elementor .stm-button, .stm-template-car_rental_elementor input[type=submit], .stm-template-car_rental_elementor button, .stm-template-car_rental_elementor .button, .stm-template-car_rental_elementor .load-more-btn {
    background-color: #273f44;
    box-shadow: 0 2px 0 #1f3236;
}

.stm-template-car_rental_elementor .stm-button:active, .stm-template-car_rental_elementor input[type=submit]:active, .stm-template-car_rental_elementor button:active, .stm-template-car_rental_elementor .button:active, .stm-template-car_rental_elementor .load-more-btn:active {
    box-shadow: 0 0 0 #1f3236;
}

.stm-template-car_rental_elementor .stm_pickup_location .stm_locations_description {
    display: none !important;
}

.stm-template-car_rental_elementor:after {
    content: "";
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 9500;
}

.stm-template-car_rental_elementor .stm-rental-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 9500;
}

.stm-template-car_rental_elementor.stm_background_overlay {
  /*&:after {
  	visibility: visible;
  	opacity: 1;
  }*/
}

.stm-template-car_rental_elementor.stm_background_overlay .stm-rental-overlay {
    visibility: visible;
    opacity: 1;
}

.stm-template-car_rental_elementor .stm_rent_location {
    z-index: 9501;
}

.stm-template-car_rental_elementor .stm_rent_location > * {
    z-index: 90;
}

.stm-template-car_rental_elementor .stm_rent_location .select2-dropdown {
    min-height: 295px;
    border: 0;
    background-color: #eee;
}

.stm-template-car_rental_elementor .stm_rent_location .select2-dropdown .select2-results__options li {
    border-bottom: 0;
    font-size: 14px;
}

.stm-template-car_rental_elementor .stm_rent_location .select2-dropdown .select2-results__options li.select2-results__option--highlighted {
    background-color: #fff;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker,
.stm-template-car_rental_elementor .xdsoft_datetimepicker {
    border: 0;
    background-color: #f5f5f5;
    box-shadow: none;
    padding: 0;
    margin: 5px 0 0 -23px;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_yearselect,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_monthselect,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_yearselect,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_monthselect {
    display: none !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_calendar td,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_calendar td {
    font-size: 14px;
    color: #2a4045;
    border: 0;
    padding: 5px 11px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover {
    font-weight: 400;
    cursor: not-allowed;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_today,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: inherit;
    font-weight: 400;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_calendar td:hover, .stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_current,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    font-weight: 700;
    background-color: #f0c540 !important;
    color: #273f44 !important;
    box-shadow: none;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_calendar td > div,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 0;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_calendar th,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_calendar th {
    padding: 5px 9px;
    background-color: #273f44;
    border: 0;
    font-size: 10px;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker button,
.stm-template-car_rental_elementor .xdsoft_datetimepicker button {
    box-shadow: none !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_monthpicker,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_monthpicker {
    min-height: 50px;
    padding-top: 10px;
    background-color: #273f44;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_label,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label {
    background-color: transparent;
    color: #fff;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_label span,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label span {
    text-decoration: none !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next {
    position: relative;
    background: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    top: 0 !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #fff;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:hover:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:hover:after {
    border-right-color: #f0c540;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:hover:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:hover:after {
    border-left-color: #f0c540;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datepicker,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 282px;
    margin: 0;
    background-color: #fff;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_today_button,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_today_button {
    display: none;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_year,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_year {
    display: inline-block;
    float: none;
    padding: 5px 0 0 0;
    width: inherit;
    text-align: center;
    text-transform: uppercase;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month i,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_year i,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month i,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_year i {
    display: none;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month span,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month span {
    color: #f0c540;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker {
    margin: 0 !important;
    background-color: #f5f5f5;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    position: relative;
    background: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    top: 0 !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    margin-bottom: 12px !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #273f44;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover:after {
    border-bottom-color: #f0c540;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #273f44;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:hover:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:hover:after {
    border-top-color: #f0c540;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 201px;
    border: 0;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time {
    height: 40px;
    line-height: 40px;
    border-top-width: 1px !important;
    color: #273f44;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time:hover, .stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time.xdsoft_current,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time:hover,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time.xdsoft_current {
    background-color: #f0c540 !important;
    box-shadow: none;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .stm_end_date,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .stm_end_date {
    background-color: red !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker div.selector, .stm-template-car_rental_elementor .xdsoft_stm_datetimepicker div.selector span, .stm-template-car_rental_elementor .xdsoft_stm_datetimepicker div.checker span, .stm-template-car_rental_elementor .xdsoft_stm_datetimepicker div.radio span, .stm-template-car_rental_elementor .xdsoft_stm_datetimepicker div.uploader, .stm-template-car_rental_elementor .xdsoft_stm_datetimepicker div.uploader span.action, .stm-template-car_rental_elementor .xdsoft_stm_datetimepicker div.button, .stm-template-car_rental_elementor .xdsoft_stm_datetimepicker div.button span,
.stm-template-car_rental_elementor .xdsoft_datetimepicker div.selector,
.stm-template-car_rental_elementor .xdsoft_datetimepicker div.selector span,
.stm-template-car_rental_elementor .xdsoft_datetimepicker div.checker span,
.stm-template-car_rental_elementor .xdsoft_datetimepicker div.radio span,
.stm-template-car_rental_elementor .xdsoft_datetimepicker div.uploader,
.stm-template-car_rental_elementor .xdsoft_datetimepicker div.uploader span.action,
.stm-template-car_rental_elementor .xdsoft_datetimepicker div.button,
.stm-template-car_rental_elementor .xdsoft_datetimepicker div.button span {
    background-image: url(../../../images/rental-checks2x.png);
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .stm_drop_location,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .stm_drop_location {
    margin-bottom: 10px;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker {
    border: 0;
    background-color: #f5f5f5;
    box-shadow: none;
    padding: 0;
    margin: 5px 0 0 -23px;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_yearselect,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthselect,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_yearselect,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthselect,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_yearselect,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthselect,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_yearselect,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthselect {
    display: none !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td {
    font-size: 14px;
    color: #2a4045;
    border: 0;
    padding: 5px 11px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover {
    font-weight: 400;
    cursor: not-allowed;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_today,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_today,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: inherit;
    font-weight: 400;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td:hover, .stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_current,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td:hover,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_current,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    font-weight: 700;
    background-color: #f0c540 !important;
    box-shadow: none;
    color: #273f44 !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td > div,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td > div,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td > div,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 0;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar th,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar th,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar th,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar th {
    padding: 5px 9px;
    background-color: #273f44;
    border: 0;
    font-size: 10px;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker button,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker button,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker button,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker button {
    box-shadow: none !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker {
    min-height: 50px;
    padding-top: 10px;
    background-color: #273f44;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_label,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_label,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label {
    background-color: transparent;
    color: #fff;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_label span,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label span,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_label span,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label span {
    text-decoration: none !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next {
    position: relative;
    background: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    top: 0 !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #fff;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:hover:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:hover:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:hover:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:hover:after {
    border-right-color: #f0c540;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:hover:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:hover:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:hover:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:hover:after {
    border-left-color: #f0c540;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 282px;
    margin: 0;
    background-color: #fff;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_today_button,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_today_button,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_today_button,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_today_button {
    display: none;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_year,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_year,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_year,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_year {
    display: inline-block;
    float: none;
    padding: 5px 0 0 0;
    width: inherit;
    text-align: center;
    text-transform: uppercase;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month i,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_year i,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month i,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_year i,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month i,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_year i,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month i,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_year i {
    display: none;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month span,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month span,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month span,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month span {
    color: #f0c540;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker {
    margin: 0 !important;
    background-color: #f5f5f5;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    position: relative;
    background: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    top: 0 !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    margin-bottom: 12px !important;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #273f44;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover:after {
    border-bottom-color: #f0c540;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #273f44;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:hover:after,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:hover:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:hover:after,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:hover:after {
    border-top-color: #f0c540;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 201px;
    border: 0;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time {
    height: 40px;
    line-height: 40px;
    border-top-width: 1px !important;
    color: #273f44;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time:hover, .stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time.xdsoft_current,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time:hover,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time.xdsoft_current,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time:hover,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time.xdsoft_current,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time:hover,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time.xdsoft_current {
    background-color: #f0c540 !important;
    box-shadow: none;
}

.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .stm_end_date,
.stm-template-car_rental_elementor .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .stm_end_date,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .stm_end_date,
.stm-template-car_rental_elementor .xdsoft_datetimepicker .xdsoft_datetimepicker .stm_end_date {
    background-color: red !important;
}

.stm-template-car_rental_elementor .footer_widgets_wrapper {
    padding-bottom: 45px;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg {
    padding: 84px 0 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .stm_wizard_title {
    padding-bottom: 36px;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row {
    display: flex;
    flex-wrap: wrap;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row:before, .stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row:after {
    display: none !important;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div {
    float: none;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step {
    height: 100%;
    margin-bottom: 30px;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .inner {
    height: 100%;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .inner .top {
    display: block;
    text-decoration: none !important;
}

@media (max-width: 1023px) {
    .stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .inner.passed .top {
        background-color: #f0c540;
    }
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .inner.passed .top .number {
    background-color: #f0c540;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .inner.passed .top .number:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 54px;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .inner.passed .top .number span {
    display: none;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .inner.current .content {
    position: relative;
    background-color: #f0c540;
}

@media (max-width: 1023px) {
    .stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .inner.current .content {
        display: none;
    }
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .inner.current .content:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -8px;
    margin-left: -5px;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 8px solid #f0c540;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .top {
    position: relative;
    min-height: 54px;
    background: rgba(42, 64, 69, 0.5);
    padding-left: 54px;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .top .number {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 100%;
    background-color: #2a4045;
    color: #fff;
    line-height: 54px;
    text-align: center;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .top .number span {
    font-size: 20px;
    font-weight: 700;
    color: #f0c540;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .top label {
    display: block;
    padding: 17px 0 0 17px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .content {
    height: 71%;
    min-height: 206px;
    padding: 25px 30px 35px;
    background: #fff;
}

@media (max-width: 1023px) {
    .stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .content {
        display: none;
    }
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .content .h5,
.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .content h5 {
    margin-bottom: 1px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .content .h5:hover,
.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .content h5:hover {
    color: #2a4045;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .content .first {
    min-height: 63px;
    margin-bottom: 20px;
}

.stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div .stm_nav_wizard_step .content div {
    color: #2a4045;
    font-size: 13px;
    line-height: 20px;
}

.stm-template-car_rental_elementor .stm_single_class_car {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 36px 38px 28px 23px;
    border: 2px solid #fff;
}

.stm-template-car_rental_elementor .stm_single_class_car.current_car {
    border-color: #f0c540;
}

.stm-template-car_rental_elementor .stm_single_class_car.stm-disable-car {
    position: relative;
}

.stm-template-car_rental_elementor .stm_single_class_car.stm-disable-car:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.stm-template-car_rental_elementor .stm_single_class_car.stm-disable-car .stm-enable-car-date {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    z-index: 10;
}

.stm-template-car_rental_elementor .stm_single_class_car.stm-disable-car .stm-enable-car-date h3 {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 400;
    left: 0;
}

.stm-template-car_rental_elementor .stm_single_class_car.stm-disable-car .stm-enable-car-date h3 span {
    font-weight: 700;
    color: #f0c540;
}

.stm-template-car_rental_elementor .stm_single_class_car.stm-disable-car .stm-enable-car-date h3 span span {
    color: #fff;
    font-weight: 400;
}

.stm-template-car_rental_elementor .stm_single_class_car .image {
    padding-right: 30px;
    position: relative;
}

@media (max-width: 767px) {
    .stm-template-car_rental_elementor .stm_single_class_car .image {
        padding-right: 15px;
    }
}

.stm-template-car_rental_elementor .stm_single_class_car .image .stm-rental-photos-unit {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.stm-template-car_rental_elementor .stm_single_class_car .image .stm-rental-photos-unit:hover {
    background: rgba(0, 0, 0, 0.6);
}

.stm-template-car_rental_elementor .stm_single_class_car .image .stm-rental-photos-unit span {
    color: #fff !important;
}

.stm-template-car_rental_elementor .stm_single_class_car .first {
    padding-right: 30px;
}

@media (max-width: 767px) {
    .stm-template-car_rental_elementor .stm_single_class_car .first {
        padding-right: 0;
    }
}

.stm-template-car_rental_elementor .stm_single_class_car .second > .row {
    margin: 0 -50px;
}

.stm-template-car_rental_elementor .stm_single_class_car h3 {
    margin-bottom: 1px;
    font-size: 20px;
    color: #2a4045;
    text-transform: uppercase;
    letter-spacing: -0.7px;
}

.stm-template-car_rental_elementor .stm_single_class_car .s_title {
    color: #272727;
    font-size: 14px;
}

.stm-template-car_rental_elementor .stm_single_class_car .infos .single_info {
    display: inline-block;
    vertical-align: top;
    margin: 21px 20px 15px 0;
}

.stm-template-car_rental_elementor .stm_single_class_car .infos .single_info:last-child {
    margin-right: 0;
}

.stm-template-car_rental_elementor .stm_single_class_car .infos .single_info i {
    position: relative;
    top: 4px;
    color: #f0c540;
    font-size: 20px;
}

.stm-template-car_rental_elementor .stm_single_class_car .infos .single_info span {
    margin-left: 5px;
    font-size: 12px;
    color: #2a4045;
    text-transform: uppercase;
}

.stm-template-car_rental_elementor .stm_single_class_car .more {
    display: none;
}

.stm-template-car_rental_elementor .stm_single_class_car .lists-inline {
    padding-top: 20px;
}

.stm-template-car_rental_elementor .stm_single_class_car .lists-inline > ul {
    padding-left: 0;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 23.7%;
    list-style: none;
}

.stm-template-car_rental_elementor .stm_single_class_car .lists-inline > ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    font-size: 13px;
}

.stm-template-car_rental_elementor .stm_single_class_car .lists-inline > ul 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: 4px;
    content: "\f058";
    font-size: 14px;
    color: #f0c540;
}

.stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices {
    padding-right: 35px;
    text-align: right;
}

.stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price {
    display: inline-block;
    margin-left: 40px;
    text-align: center;
    vertical-align: top;
}

.stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price .total {
    margin-bottom: 2px;
    min-height: 22px;
    color: #2a4045;
    font-size: 14px;
}

.stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price .total .amount {
    font-size: 18px;
}

.stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price .period {
    margin-bottom: 13px;
    color: #888;
    font-size: 12px;
}

.stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price .pay a {
    display: block;
    position: relative;
    min-width: 119px;
    height: 44px;
    line-height: 42px;
    border: 2px solid #f0c540;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2a4045 !important;
    text-decoration: none !important;
    opacity: 1;
    text-align: center;
}

.stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price .pay a:hover {
    border-color: #2a4045;
}

.stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price .stm_discount {
    margin-top: 7px;
    color: #2a4045;
    font-size: 11px;
    text-transform: uppercase;
}

.stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price:first-child {
    margin-left: 0;
}

.stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price:last-child .pay a {
    background-color: #f0c540;
}

.stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price:last-child .pay a:hover {
    color: #fff !important;
    background-color: #2a4045;
}

.stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price .stm-show-rent-promo-info {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    color: #888888;
    border-bottom: 1px dashed #888888;
    line-height: 18px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price .stm-show-rent-promo-info:hover {
    color: #2a4045;
    border-color: #2a4045;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap.flex {
    display: flex;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup {
    display: block;
    width: 100%;
    max-width: 445px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 10px;
    position: relative;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table, .stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table-total {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 40px;
    align-items: center;
    padding: 0 30px;
    background: #f9f9f9;
    margin-bottom: 2px;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table .stm-pp-row, .stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table-total .stm-pp-row {
    display: block;
    min-width: 100px;
    text-align: left;
    font-size: 14px;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table .stm-pp-row:nth-child(1), .stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table-total .stm-pp-row:nth-child(1) {
    width: 50%;
    color: #2a4045;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table .stm-pp-row:nth-child(2), .stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table-total .stm-pp-row:nth-child(2) {
    width: 25%;
    color: #888888;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table .stm-pp-row:nth-child(3), .stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table-total .stm-pp-row:nth-child(3) {
    width: 25%;
    color: #2a4045;
    text-align: right;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-pp-head {
    background: #f0c540;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-pp-head .stm-pp-row {
    font-size: 12px !important;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-pp-tax-margin {
    margin-top: 10px;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-pp-tax .stm-pp-row:nth-child(1) {
    width: 50%;
    color: #2a4045;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-pp-tax .stm-pp-row:nth-child(2) {
    width: 50%;
    color: #2a4045;
    text-align: right;
    font-weight: 700;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table-total {
    margin-top: 10px;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table-total .stm-pp-total-label {
    width: 50%;
    text-align: left;
    color: #2a4045;
    font-size: 14px;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table-total .stm-pp-total-price {
    width: 50%;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
}

.stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-rental-ico-close {
    position: absolute;
    top: -23px;
    right: -30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 450px) {
    .stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup {
        max-width: 380px;
    }

    .stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-rental-ico-close {
        top: -35px;
        right: 0;
    }
}

@media (max-width: 400px) {
    .stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup {
        max-width: 350px;
    }

    .stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table, .stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-table-total {
        padding: 0 15px;
    }

    .stm-template-car_rental_elementor .stm-promo-popup-wrap .stm-promo-popup .stm-rental-ico-close {
        top: -35px;
        right: 0;
    }
}

.stm-template-car_rental_elementor #stm-discount-by-days-popup h5 {
    text-transform: uppercase;
    padding: 0 10px;
}

.stm-template-car_rental_elementor #stm-discount-by-days-popup .stm-disc-prog-desc {
    font-size: 13px;
    color: #888888;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.stm-template-car_rental_elementor #stm-discount-by-days-popup .stm-table .stm-pp-row:nth-child(2) {
    width: 50%;
    text-align: right;
    font-weight: 700;
    color: #2a4045;
}

.stm-template-car_rental_elementor .stm-reservation-archive {
    padding-top: 30px;
}

.stm-template-car_rental_elementor .stm_rental_archive_top {
    padding: 26px 0 19px;
    min-height: 104px;
}

.stm-template-car_rental_elementor .stm_rental_archive_top .title {
    color: #2a4045;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0.3px;
}

.stm-template-car_rental_elementor .stm_rental_archive_top .woocommerce-result-count {
    display: none;
}

.stm-template-car_rental_elementor .stm_rental_archive_top .woocommerce-ordering {
    margin-top: -3px;
}

.stm-template-car_rental_elementor .stm_rental_archive_top .woocommerce-ordering .select2-container--default {
    min-width: 180px;
    border: 1px solid #eee;
}

.stm-template-car_rental_elementor .stm_rental_archive_top .woocommerce-ordering .select2-container--default .select2-selection--single {
    background-color: #fff;
    height: 32px;
}

.stm-template-car_rental_elementor .stm_rental_archive_top .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    font-size: 13px;
}

.stm-template-car_rental_elementor .stm_rental_archive_top .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option {
    margin-bottom: 2px;
    padding: 25px 20px 23px 18px;
    background-color: #fff;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .image {
    float: left;
    width: 60px;
    margin-right: 19px;
    text-align: center;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .image img {
    width: auto;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content {
    margin-top: 6px;
    overflow: hidden;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .more {
    padding-top: 30px;
    font-size: 13px;
    display: none;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .content {
    float: left;
}

@media (max-width: 767px) {
    .stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .content {
        display: inline;
        float: left;
    }
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .content .title {
    margin-top: 5px;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .content .title h4 {
    font-size: 14px;
    text-transform: uppercase;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .content .stm-more {
    margin-top: -8px;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta {
    float: right;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .quantity,
.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart,
.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price {
    display: inline-block;
    vertical-align: top;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .quantity {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .quantity {
        margin-right: 0;
        float: right;
    }
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .quantity .qty {
    min-width: 60px;
    padding-left: 10px;
    text-align: left;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .quantity .quantity_actions span {
    text-indent: 0;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .quantity .quantity_actions span:hover {
    background-color: #f0c540;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart {
    margin-left: 15px;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart a {
    display: block;
    position: relative;
    min-width: 87px;
    height: 44px;
    line-height: 42px;
    border: 2px solid #f0c540;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2a4045 !important;
    text-decoration: none !important;
    opacity: 1;
    text-align: center;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart a:hover {
    border-color: #f0c540;
    background-color: #f0c540;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a {
    background-color: #f0c540;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a span {
    transition: all 0.3s ease;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a .add_text {
    opacity: 1;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a .remove_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a:hover {
    background-color: transparent;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a:hover .add_text {
    opacity: 0;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a:hover .remove_text {
    opacity: 1;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price {
    text-align: right;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price .sale_price {
    color: #888;
    font-size: 14px;
    text-decoration: line-through;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price .current_price {
    margin-top: -3px;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price .current_price span {
    font-size: 18px;
    color: #2a4045;
}

.stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price .empty_sale_price {
    margin-top: 12px;
}

.stm-template-car_rental_elementor .stm-more a {
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.stm-template-car_rental_elementor .stm-more a i {
    margin-left: 3px;
}

.stm-template-car_rental_elementor .stm-more a span {
    border-bottom: 1px solid #888;
}

.stm-template-car_rental_elementor .stm-more a:hover {
    color: #2a4045;
}

.stm-template-car_rental_elementor .stm-more a:hover span {
    border-bottom-color: #2a4045;
}

.stm-template-car_rental_elementor .stm-more.active i,
.stm-template-car_rental_elementor .stm-more.active span {
    color: #2a4045;
    border-bottom-color: #2a4045;
}

.stm-template-car_rental_elementor .stm-more.active i:before {
    content: "\f106";
}

.stm-template-car_rental_elementor.single-product .woocommerce-breadcrumb,
.stm-template-car_rental_elementor.single-product .entry-header {
    display: none;
}

.stm-template-car_rental_elementor.single-product .stm-reservation-archive {
    padding-bottom: 80px;
}

.stm-template-car_rental_elementor .stm_select_overflowed .select2-search {
    display: none !important;
}

.stm-template-car_rental_elementor .stm_rent_order_info {
    padding: 37px 39px 10px;
    background-color: #fff;
}

.stm-template-car_rental_elementor .stm_rent_order_info .title h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #2a4045;
    font-weight: 700;
    text-transform: uppercase;
}

.stm-template-car_rental_elementor .stm_rent_order_info .title .subtitle {
    margin-top: -1px;
}

.stm-template-car_rental_elementor .stm_rent_order_info .image {
    position: relative;
    margin: 10px 0 15px;
}

.stm-template-car_rental_elementor .stm_rent_order_info .image.image-placeholder {
    padding: 50px 0;
    text-align: center;
}

.stm-template-car_rental_elementor .stm_rent_order_info .image.image-placeholder .placeholder {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.stm-template-car_rental_elementor .stm_rent_order_info .image.image-placeholder .placeholder .plus {
    position: absolute;
    right: -3px;
    top: -5px;
    width: 24px;
    height: 24px;
    background-color: #ccc;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.stm-template-car_rental_elementor .stm_rent_order_info .image.image-placeholder .placeholder .plus:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 14px;
    margin: -7px 0 0 -1px;
    background-color: #fff;
}

.stm-template-car_rental_elementor .stm_rent_order_info .image.image-placeholder .placeholder .plus:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background-color: #fff;
}

.stm-template-car_rental_elementor .stm_rent_order_info .image.image-placeholder .placeholder i {
    color: #ccc;
    font-size: 76px;
    transition: all 0.3s ease;
}

.stm-template-car_rental_elementor .stm_rent_order_info .image.image-placeholder a {
    text-decoration: none !important;
}

.stm-template-car_rental_elementor .stm_rent_order_info .image.image-placeholder a:hover .placeholder i {
    color: #f0c540;
}

.stm-template-car_rental_elementor .stm_rent_order_info .image.image-placeholder a:hover .placeholder .plus {
    background-color: #2a4045;
}

.stm-template-car_rental_elementor .stm_rent_order_info .image.image-placeholder span.button {
    display: inline-block;
    padding: 15px 15px 13px 20px;
    background-color: #f0c540;
    color: #2a4045 !important;
    margin-top: 20px;
    box-shadow: 0 2px 0 #c09e33;
    font-size: 12px;
    letter-spacing: -0.1px;
}

.stm-template-car_rental_elementor .stm_rent_order_info .image.image-placeholder span.button i {
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.stm-template-car_rental_elementor .stm_rent_order_info .image.image-placeholder span.button:active {
    box-shadow: none !important;
}

.stm-template-car_rental_elementor .stm_rent_table {
    margin: 0 -28px 24px;
}

.stm-template-car_rental_elementor .stm_rent_table .heading {
    margin-left: 28px;
    font-size: 16px;
    line-height: 24px;
    color: #2a4045;
    font-weight: 700;
    text-transform: uppercase;
}

.stm-template-car_rental_elementor .stm_rent_table.stm_rent_coupon_table table td:nth-child(3) {
    width: 140px;
}

.stm-template-car_rental_elementor .stm_rent_table.stm_rent_coupon_table .cart-discount .woocommerce-remove-coupon {
    display: none;
    font-size: 12px;
    color: #888;
}

.stm-template-car_rental_elementor .stm_rent_table.stm_rent_tax_table table td:nth-child(3) {
    width: 140px;
}

.stm-template-car_rental_elementor .stm_rent_table.stm_rent_tax_table table td:first-child {
    width: 260px;
}

.stm-template-car_rental_elementor .stm_rent_table table tr td.sb-discount-info {
    padding-right: 28px;
}

.stm-template-car_rental_elementor .stm_rent_table table td {
    padding: 5px 28px;
    background-color: #f9f9f9;
    border-bottom: 0;
}

.stm-template-car_rental_elementor .stm_rent_table table td.divider {
    padding: 1px 28px;
    background-color: transparent;
}

.stm-template-car_rental_elementor .stm_rent_table table td:first-child {
    width: 150px;
}

.stm-template-car_rental_elementor .stm_rent_table table td:nth-child(2) {
    width: 100px;
    text-align: right;
}

.stm-template-car_rental_elementor .stm_rent_table table td:nth-child(3) {
    width: 100px;
    padding-right: 28px;
    text-align: right;
}

.stm-template-car_rental_elementor .stm_rent_table table td .price-date-info-icon {
    margin-left: 3px;
}

.stm-template-car_rental_elementor .stm_rent_table table td.stm-discount span {
    font-size: 14px;
    color: #2a4045;
    border-bottom: 1px dashed #2a4045;
    line-height: 18px;
    cursor: pointer;
}

.stm-template-car_rental_elementor .stm_rent_table table thead td {
    padding: 10px 10px 8px 28px;
    font-size: 12px;
    color: #2a4045;
    text-transform: uppercase;
    font-weight: 700;
}

.stm-template-car_rental_elementor .stm_rent_table table tbody td {
    padding: 10px 10px 8px 28px;
    color: #888;
    font-size: 14px;
}

.stm-template-car_rental_elementor .stm_rent_table table tbody td.two-cols {
    padding: 10px 28px 8px 28px;
}

.stm-template-car_rental_elementor .stm_rent_table table tfoot td {
    padding: 10px 10px 8px 28px;
    font-size: 14px;
    color: #2a4045;
    font-weight: 400;
}

.stm-template-car_rental_elementor .stm_rent_table table tfoot td:last-child {
    padding-right: 28px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}

.stm-template-car_rental_elementor .stm-rent-total {
    margin: 0 -28px;
}

.stm-template-car_rental_elementor .stm-rent-total table {
    margin-bottom: 10px;
}

.stm-template-car_rental_elementor .stm-rent-total td {
    padding: 38px 28px 34px;
    background-color: #eee;
    border-bottom: 0;
    color: #2a4045;
    font-weight: 700;
}

.stm-template-car_rental_elementor .stm-rent-total td:first-child {
    font-size: 16px;
}

.stm-template-car_rental_elementor .stm-rent-total td:last-child {
    text-align: right;
    font-size: 18px;
}

@media (min-width: 601px) {
    .stm-template-car_rental_elementor .stm_rent_accept_wrapper {
        margin: 0 -28px;
    }
}

.stm-template-car_rental_elementor .stm_rent_accept_wrapper .stm_rent_accept {
    display: block;
    padding: 12px 15px 10px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    color: #2a4045;
    border: 3px solid #f0c540;
    text-transform: uppercase;
    background-color: #f0c540;
    text-align: center;
    text-decoration: none !important;
}

.stm-template-car_rental_elementor .stm_rent_accept_wrapper .stm_rent_accept:hover {
    border-color: #273f44;
    background-color: #273f44;
    color: #fff;
}

.stm-template-car_rental_elementor #rent_notice .wc-forward {
    display: none;
}

.stm-template-car_rental_elementor .stm-background-centered {
    background-position: 50% 0% !important;
    background-repeat: no-repeat !important;
}

.stm-template-car_rental_elementor.woocommerce-checkout .stm-reservation-archive {
    padding-bottom: 60px;
}

.stm-template-car_rental_elementor.woocommerce-checkout .stm-billing-fields.woocommerce-billing-fields__field-wrapper {
    padding-bottom: 20px;
}

.stm-template-car_rental_elementor.woocommerce-checkout .create-account.woocommerce-validated {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-form-login, .stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-form-coupon {
    background: #fff;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-form-login label, .stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-form-coupon label {
    font-size: 14px;
    color: #23393d;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-form-login .checker span:not(.checked), .stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-form-coupon .checker span:not(.checked) {
    background: #f0c540;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-form-login .lost_password, .stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-form-coupon .lost_password {
    float: none;
    margin: 0;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-form-login .button, .stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-form-coupon .button {
    background-color: #f0c540;
    color: #273f44 !important;
    height: auto;
    margin-right: 30px;
    top: 0;
    padding: 10px 15px;
    box-shadow: none;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing {
    width: 100%;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .woocommerce-billing-fields {
    background-color: #fff;
    padding: 35px 30px 30px;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-invalid .select2-container,
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-invalid input.input-text,
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-invalid select {
    border-color: #ff0c0c;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated .select2-container--default .select2-selection--single {
    border-color: #69bf29;
    background-color: #fff;
    color: #2a4045;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated input[type=text],
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated input[type=number],
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated input[type=tel],
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated input[type=email],
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated input[type=search],
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated input[type=password] {
    background-color: #fff;
    color: #2a4045;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .select2-container--default .select2-selection--single {
    border: 2px solid #eee;
    transition: all 0.3s ease;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .select2-container--default .select2-selection--single,
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=text],
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=number],
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=tel],
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=email],
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=search],
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=password] {
    background-color: #eee;
    border-radius: 2px;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .select2-container--default .select2-selection--single:focus,
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=text]:focus,
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=number]:focus,
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=tel]:focus,
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=email]:focus,
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=search]:focus,
.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=password]:focus {
    border-color: #f0c540;
    background-color: #fff;
    color: #2a4045;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row-first {
    float: left;
    width: 48%;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row-last {
    float: right;
    width: 48%;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row label {
    font-size: 12px;
    text-transform: uppercase;
    color: #2a4045;
    font-weight: 700;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_shipping {
    display: none;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order.single_method_available .stm_rental_payment_methods .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
    padding-left: 0;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order {
    padding: 35px 30px 30px;
    margin-top: 2px;
    background-color: #fff;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .colored-separator {
    display: none;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods {
    width: 100%;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods {
    padding: 0 !important;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method {
    position: relative;
    padding: 10px 20px;
    margin-bottom: 10px !important;
    border: 2px solid #f0c540;
    min-height: 52px;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method .about_paypal {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline;
    color: #888;
    line-height: 29px !important;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box {
    padding: 0 !important;
    margin: 0 !important;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box p {
    display: block;
    padding: 5px 0 5px 25px !important;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method label {
    display: block;
    padding-left: 25px;
    width: 100%;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method .input-radio {
    position: absolute;
    top: 19px;
    left: 15px;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method a, .stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method img {
    float: right;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method img {
    max-height: 30px !important;
    margin-left: 15px !important;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .place-order {
    padding: 10px 0 0 !important;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .place-order .button {
    width: 100%;
    box-shadow: none !important;
    background-color: #f0c540;
    padding: 16px 10px;
    text-transform: none;
    font-size: 16px;
    border-radius: 0;
    color: #273f44 !important;
    border: 2px solid #f0c540;
    transition: all 0.3s ease;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .place-order .button:hover {
    background-color: #273f44;
    border-color: #273f44;
    color: #fff !important;
}

.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods.stm_single_method_available .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box p,
.stm-template-car_rental_elementor .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods.stm_single_method_available .woocommerce-checkout-payment .payment_methods .wc_payment_method label {
    padding-left: 0 !important;
}

.stm-template-car_rental_elementor.woocommerce-checkout #payment ul.payment_methods li input {
    margin-top: -2px;
}

.stm-template-car_rental_elementor .woocommerce form .form-row .input-checkbox {
    margin-top: 17px;
}

.stm-template-car_rental_elementor .form-row-wide.create-account label {
    text-decoration: none;
}

.stm-template-car_rental_elementor.woocommerce-order-received .stm_custom_rental_checkout .woocommerce {
    padding: 10px 10px 10px 10px;
}

.stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-received {
    color: #2a4045;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-received .fa-check {
    position: relative;
    top: 2px;
    margin-right: 8px;
    color: #f0c540;
    font-size: 22px;
}

.stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-received .fa-check:before {
    content: "\f00c";
}

.stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-received a {
    display: none;
}

.stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-details {
    padding: 0 30px;
    background-color: #2a4045;
    color: #fff;
}

.stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-details li {
    display: none;
    border-right: 0;
}

.stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-details li.order {
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    font-size: 0;
}

.stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-details li strong,
.stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-details li span {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    line-height: 60px;
    color: #fff;
    text-transform: none;
}

.stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-details li span {
    font-size: 14px;
}

.stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
    text-align: right;
    font-size: 24px;
}

.stm-template-car_rental_elementor.woocommerce-order-received .stm_custom_rental_checkout .woocommerce {
    padding: 37px 39px 40px;
    background-color: #fff;
}

.stm-template-car_rental_elementor .stm_rental_order_success {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    border: 2px solid #f0c540;
}

.stm-template-car_rental_elementor .stm_rental_order_success .single_order_info {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 30px;
    color: #2a4045;
}

.stm-template-car_rental_elementor .stm_rental_order_success .single_order_info .title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
}

.stm-template-car_rental_elementor .stm_rental_order_success .single_order_info .content {
    font-size: 14px;
    line-height: 20px;
}

.stm-template-car_rental_elementor .rental_title {
    text-transform: uppercase;
    letter-spacing: -0.4px;
}

.stm-template-car_rental_elementor.woocommerce-cart .stm-reservation-archive {
    padding-bottom: 70px;
}

.stm-template-car_rental_elementor .stm-reservation-archive {
    padding-bottom: 70px;
}

.stm-template-car_rental_elementor .stm_rental_coupon {
    float: right;
    margin: -2px 0 0 30px;
}

.stm-template-car_rental_elementor .stm_rental_coupon form.stm_checkout_coupon {
    display: block !important;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.stm-template-car_rental_elementor .stm_rental_coupon form.stm_checkout_coupon p.form-row-last {
    display: block;
    position: absolute;
    width: 29px;
    height: 32px;
    top: 0 !important;
    right: 0;
    background-color: #273f44;
    transition: all 0.3s ease;
}

.stm-template-car_rental_elementor .stm_rental_coupon form.stm_checkout_coupon p.form-row-last:after {
    content: "\f061";
    position: absolute;
    top: 5px;
    right: 8px;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 15;
}

.stm-template-car_rental_elementor .stm_rental_coupon form.stm_checkout_coupon .button {
    position: absolute;
    background-color: transparent;
    width: 29px;
    height: 32px;
    text-indent: -9999px;
    box-shadow: none !important;
    border-radius: 0;
    z-index: 999;
}

.stm-template-car_rental_elementor .stm_rental_coupon form.stm_checkout_coupon .input-text {
    height: 32px;
    line-height: inherit;
    padding: 3px 40px 3px 15px;
    background-color: #fff;
    border: 2px solid #fff;
    font-size: 13px;
}

.stm-template-car_rental_elementor .stm_rental_coupon form.stm_checkout_coupon .input-text:focus {
    border-color: #f0c540;
}

.stm-template-car_rental_elementor .stm_rental_coupon form.stm_checkout_coupon.active .input-text {
    border-color: #f0c540;
}

.stm-template-car_rental_elementor .stm_rental_coupon form.stm_checkout_coupon.active .form-row-last {
    background-color: #f0c540;
}

.stm-template-car_rental_elementor .stm_rental_archive_top .woocommerce-message,
.stm-template-car_rental_elementor .stm_rental_archive_top .woocommerce-error {
    display: none;
}

.stm-template-car_rental_elementor .stm_order_print {
    padding-top: 38px;
    margin-top: 36px;
    border-top: 2px solid #f0c540;
}

.stm-template-car_rental_elementor .stm_order_print .button {
    padding: 15px 17px 13px 20px;
    background-color: #f0c540;
    box-shadow: 0 2px 0 #c09e33;
    color: #2a4045 !important;
    font-size: 12px;
}

.stm-template-car_rental_elementor .stm_order_print .button:active {
    box-shadow: none;
}

.stm-template-car_rental_elementor .stm_order_print .button i {
    position: relative;
    top: 0px;
    left: 3px;
    font-size: 15px;
}

.stm-template-car_rental_elementor.woocommerce-order-received .stm_rental_coupon {
    display: none;
}

.stm-template-car_rental_elementor.woocommerce-order-received .stm-rent-total table {
    margin-bottom: 0;
}

.stm-template-car_rental_elementor.woocommerce-order-received .stm_custom_rental_checkout .woocommerce {
    padding: 34px 30px 40px 30px;
}

.stm-template-car_rental_elementor.woocommerce-order-received .stm_custom_rental_checkout .woocommerce .woocommerce-thankyou-order-received {
    margin-bottom: 33px;
}

.stm-template-car_rental_elementor.woocommerce-order-received .stm_custom_rental_checkout .woocommerce .woocommerce-thankyou-order-received .fa-check {
    top: 2px;
    left: 3px;
}

.stm-template-car_rental_elementor.woocommerce-order-received .stm_custom_rental_checkout .woocommerce .woocommerce-thankyou-order-details {
    margin-bottom: 37px;
}

.stm-template-car_rental_elementor.woocommerce-order-received .stm_custom_rental_checkout .woocommerce .stm_rental_order_success {
    padding-top: 24px;
    margin-top: 27px;
}

.stm-template-car_rental_elementor.woocommerce-order-received .stm_custom_rental_checkout .woocommerce .stm_rental_order_success .single_order_info {
    margin-bottom: 25px;
}

.stm-template-car_rental_elementor.woocommerce-order-received .stm_custom_rental_checkout .woocommerce .stm_rental_order_success .single_order_info .title {
    margin-bottom: 6px;
}

.stm-template-car_rental_elementor .stm_policy_content {
    padding-top: 31px;
}

.stm-template-car_rental_elementor .woocommerce-message,
.stm-template-car_rental_elementor .woocommerce-info {
    padding: 20px 20px 19px 21px;
    border: 0;
    background-color: #fff;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}

.stm-template-car_rental_elementor .woocommerce-message .fas,
.stm-template-car_rental_elementor .woocommerce-info .fas {
    margin-right: 10px;
}

.stm-template-car_rental_elementor .woocommerce-message .fas:before,
.stm-template-car_rental_elementor .woocommerce-info .fas:before {
    color: #f0c540;
    content: "\f05a";
}

.stm-template-car_rental_elementor .woocommerce-error li {
    padding: 20px 20px 19px 21px;
    border: 0;
    background-color: #ff0c0c;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    color: #fff !important;
}

.stm-template-car_rental_elementor .woocommerce-error li span {
    color: #fff !important;
    text-transform: uppercase;
}

.stm-template-car_rental_elementor .woocommerce-error li .fas {
    margin-right: 10px;
}

.stm-template-car_rental_elementor .woocommerce-error li .fas:before {
    color: #fff !important;
    content: "\f06a";
}

.stm-template-car_rental_elementor.woocommerce .quantity input {
    color: #2a4045;
}

.stm-template-car_rental_elementor .wc-backward {
    background-color: #f0c540 !important;
    box-shadow: 0 2px 0 #c09e33;
}

.stm-template-car_rental_elementor .wc-backward:active {
    box-shadow: 0 2px 0 transparent;
}

.stm-template-car_rental_elementor .entry-header:after {
    background: none;
}

.stm-template-car_rental_elementor ul.list-style-1 li:before {
    color: #f0c540;
}

.stm-template-car_rental_elementor .wpcf7-form .contact-us-label {
    margin-bottom: 13px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2a4045;
}

.stm-template-car_rental_elementor .wpcf7-form textarea {
    padding: 10px 10px 10px 17px;
    text-transform: none;
    min-height: 246px;
}

.stm-template-car_rental_elementor .wpcf7-form .wpcf7-recaptcha {
    margin: 22px 0 35px;
}

.stm-template-car_rental_elementor .wpcf7-form input[type=submit] {
    display: inline-block;
}

.stm-template-car_rental_elementor .wpcf7-form .wpcf7-response-output {
    margin-top: 40px !important;
}

.stm-template-car_rental_elementor input[type=text]:focus,
.stm-template-car_rental_elementor input[type=number]:focus,
.stm-template-car_rental_elementor input[type=tel]:focus,
.stm-template-car_rental_elementor input[type=email]:focus,
.stm-template-car_rental_elementor input[type=search]:focus,
.stm-template-car_rental_elementor input[type=password]:focus,
.stm-template-car_rental_elementor textarea:focus {
    border-color: #f0c540;
}

.stm-template-car_rental_elementor .woocommerce form .form-row.terms {
    position: relative;
    top: -13px;
    margin-bottom: 0;
}

.stm-template-car_rental_elementor .woocommerce form .form-row.terms .input-checkbox {
    margin-top: 18px;
}

.stm-template-car_rental_elementor .stm_terms_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 650px;
    height: 600px;
    overflow: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 10px 30px 40px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.stm-template-car_rental_elementor .stm_terms_popup.active {
    visibility: visible;
    opacity: 1;
}

.stm-template-car_rental_elementor .stm_terms_popup .vc_custom_heading {
    margin: 20px 0 14px;
    text-transform: uppercase;
}

.stm-template-car_rental_elementor .stm_terms_popup_dismiss {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.stm-template-car_rental_elementor .stm_terms_popup_dismiss.active {
    visibility: visible;
    opacity: 1;
}

.stm-template-car_rental_elementor .footer_widgets_wrapper .widget_socials li a {
    background-color: #394d51;
}

.stm-template-car_rental_elementor.post-type-archive-product .page-numbers {
    border-top: 0;
}

.stm-template-car_rental_elementor.post-type-archive-product .page-numbers li > a {
    background-color: #f0c540;
}

.stm-template-car_rental_elementor .woocommerce form .form-row.woocommerce-validated input.input-text {
    background-color: #eee !important;
    border-color: #eceff3 !important;
}

.stm-template-car_rental_elementor .woocommerce form .form-row.woocommerce-validated input.input-text:focus {
    background-color: #fff !important;
    border-color: #f0c540 !important;
}

.stm-template-car_rental_elementor .contact-us-submit {
    margin-top: 0;
}

.stm-template-car_rental_elementor .contact-us-submit input[type=submit]:hover {
    background-color: #f0c540;
    box-shadow: 0 2px 0 #c09e33;
}

.stm-template-car_rental_elementor .contact-us-submit input[type=submit]:active {
    box-shadow: none;
}

.stm-template-car_rental_elementor .stm_rental_icon_boxes_style_2 .vc_custom_heading {
    font-weight: 400;
}

.stm-template-car_rental_elementor .stm_rental_icon_boxes_style_2 .content span {
    font-size: 14px;
}

.stm-template-car_rental_elementor.stm-template-rental-daypicker-page .stm_rent_accept_wrapper .stm_rent_accept {
    display: none;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-show-password {
    position: relative;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-show-password .fas {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    opacity: 0.8;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-show-password .fas:hover {
    cursor: pointer;
    opacity: 1;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-show-password input {
    padding-right: 45px !important;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form.stm_forgot_password_send {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form {
    margin: 27px 0 0;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form h3 {
    margin-bottom: 28px;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form {
    margin-bottom: 30px;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form {
    padding: 41px 30px 36px;
    background-color: #23393d;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .form-checker {
    margin-bottom: 26px !important;
    color: rgba(255, 255, 255, 0.5);
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .form-checker label:hover {
    cursor: pointer;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .form-group {
    margin-bottom: 30px;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .form-group.form-checker {
    margin-top: -5px;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .form-group.form-checker .checker {
    margin-right: 5px !important;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=text],
.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=number],
.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=tel],
.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=email],
.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=search],
.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=password] {
    padding-left: 17px;
    border-color: #f0f2f5 !important;
    background-color: #f0f2f5 !important;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=text].form-error,
.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=number].form-error,
.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=tel].form-error,
.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=email].form-error,
.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=search].form-error,
.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=password].form-error {
    border-color: #ff2325 !important;
}

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

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .stm-listing-loader i {
    display: inline-block;
    animation: rotating 2s infinite linear;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .stm-message-ajax-validation {
    margin-top: 18px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-register-form {
    margin-bottom: 30px;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-register-form form {
    padding: 37px 30px 4px;
    background-color: #fff;
    border-top: 4px solid #23393d;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-register-form form h4 {
    font-size: 15px;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .form-group {
    margin-bottom: 30px;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .form-group h4 {
    margin-bottom: 14px;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .form-group.form-checker {
    margin-bottom: 25px;
    color: #888;
    font-size: 13px;
}

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

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-register-form form input[type=submit][disabled] {
    background-color: #c9cccf !important;
    box-shadow: 0 2px 0 rgba(201, 204, 207, 0.5);
}

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

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-register-form form input[type=submit].cptch_nbld {
    margin-top: 16px;
}

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

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #f0c540;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .stm-listing-loader i {
    display: inline-block;
    animation: rotating 2s infinite linear;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .g-recaptcha {
    float: left;
    margin-right: 25px;
    min-width: 304px;
    min-height: 78px;
}

.stm-template-car_rental_elementor.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .stm-message-ajax-validation {
    margin-bottom: 20px;
    background-color: #23393d;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

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

.stm-template-car_rental_elementor.woocommerce-account #main {
    background: #fff;
}

.stm-template-car_rental_elementor.woocommerce-account input:-webkit-autofill,
.stm-template-car_rental_elementor.woocommerce-account input:-webkit-autofill:focus,
.stm-template-car_rental_elementor.woocommerce-account input:-webkit-autofill:hover,
.stm-template-car_rental_elementor.woocommerce-account textarea:-webkit-autofill,
.stm-template-car_rental_elementor.woocommerce-account textarea:-webkit-autofill:hover,
.stm-template-car_rental_elementor.woocommerce-account textarea:-webkit-autofill:focus,
.stm-template-car_rental_elementor.woocommerce-account select:-webkit-autofill,
.stm-template-car_rental_elementor.woocommerce-account select:-webkit-autofill:hover,
.stm-template-car_rental_elementor.woocommerce-account select:-webkit-autofill:focus {
    background-color: #fff !important;
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login {
    border: 0;
    box-shadow: none;
    padding: 0;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login > h4 {
    font-size: 30px;
    text-transform: uppercase;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .form-row-wide {
    margin: 0;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-text-wrap {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-text-wrap:before {
    display: block;
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    color: #23393d;
    opacity: 0.3;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-text-wrap input[type=text] {
    padding-left: 30px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-pass-wrap {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-pass-wrap:before {
    display: block;
    content: "\f023";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    color: #23393d;
    opacity: 0.3;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-pass-wrap input[type=password] {
    padding-left: 30px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-fields-wrap {
    display: block;
    padding: 45px 40px;
    background: #23393d;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-fields-wrap label {
    color: #fff;
    font-size: 16px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-btn-wrap {
    color: #f0c540 !important;
    height: auto;
    margin-right: 30px;
    top: 0;
    box-shadow: none;
    display: inline;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-btn-wrap:active input[type=submit] {
    top: 0;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-btn-wrap input[type=submit] {
    display: inline-block;
    margin: 0;
    background: transparent;
    opacity: 1;
    color: #f0c540 !important;
    box-shadow: none;
    position: inherit;
    padding: 0;
    font-size: 12px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-btn-wrap input[type=submit]:active {
    top: 0;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-btn-wrap i {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    right: 15%;
    transform: translateY(-50%);
    margin-top: 0;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-pass {
    display: block;
    position: relative;
    overflow: hidden;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-pass .lost_password {
    display: block;
    float: right;
    margin: 5px 0 0;
    color: #fff;
    opacity: 0.5;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-fields-wrap label[for=rememberme] {
    font-size: 13px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .login .stm-rent-fields-wrap label[for=rememberme] .checker {
    margin-right: 5px !important;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register {
    border: 0;
    box-shadow: none;
    padding: 0;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register > h4 {
    font-size: 30px;
    text-transform: uppercase;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .form-row-wide {
    margin: 0;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-text-wrap {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-text-wrap:before {
    display: block;
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    color: #23393d;
    opacity: 0.3;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-text-wrap input[type=text], .stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-text-wrap input[type=email] {
    padding-left: 30px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-pass-wrap {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-pass-wrap:before {
    display: block;
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    color: #23393d;
    opacity: 0.3;
    position: absolute;
    left: 2%;
    top: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-pass-wrap input[type=password] {
    padding-left: 30px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .woocommerce-password-strength {
    display: block;
    background: red;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 15px 20px 0;
    margin-top: 12px;
    position: relative;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .woocommerce-password-strength:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 13px solid red;
    border-right: 10px solid transparent;
    position: absolute;
    top: -9px;
    left: 20px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .woocommerce-password-strength.bad, .stm-template-car_rental_elementor.woocommerce-account #customer_login .register .woocommerce-password-strength.good, .stm-template-car_rental_elementor.woocommerce-account #customer_login .register .woocommerce-password-strength.strong, .stm-template-car_rental_elementor.woocommerce-account #customer_login .register .woocommerce-password-strength.bad + .woocommerce-password-hint {
    display: none !important;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .woocommerce-password-hint {
    display: block;
    background: red;
    font-size: 13px;
    font-style: italic;
    color: #fff;
    padding: 2px 20px 15px;
    line-height: 18px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-fields-wrap {
    display: block;
    padding: 45px 40px;
    background: #f0c540;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-fields-wrap label {
    color: #23393d;
    font-size: 16px;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-fields-wrap .stm-rent-btn-wrap {
    background-color: #23393d;
    color: #fff !important;
    padding: 0 30px 0 10px;
    height: auto;
    margin-right: 30px;
    box-shadow: none;
    top: 0;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-fields-wrap .stm-rent-btn-wrap:active input[type=submit] {
    top: 0;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-fields-wrap .stm-rent-btn-wrap input[type=submit] {
    display: inline-block;
    margin: 0;
    background: transparent;
    opacity: 1;
    color: #fff !important;
    box-shadow: none;
    position: inherit;
    padding: 0;
    font-size: 12px;
    border: 0;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-fields-wrap .stm-rent-btn-wrap input[type=submit]:active {
    top: 0;
}

.stm-template-car_rental_elementor.woocommerce-account #customer_login .register .stm-rent-fields-wrap .stm-rent-btn-wrap i {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    right: 12%;
    transform: translateY(-50%);
    margin-top: 0;
}

.stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    background-color: #2a4045;
}

@media (max-width: 820px) {
    .stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: scroll;
    }
}

@media (max-width: 820px) {
    .stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li {
        width: 100%;
        white-space: nowrap;
    }
}

.stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    display: block;
    content: "\f3fd" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 16px;
    left: 35px;
}

@media (max-width: 820px) {
    .stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
        display: none;
    }
}

.stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    display: block;
    content: "\f058" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 55px;
}

@media (max-width: 820px) {
    .stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
        display: none;
    }
}

.stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    display: block;
    content: "\f019" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 30px;
}

@media (max-width: 820px) {
    .stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
        display: none;
    }
}

.stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    display: block;
    content: "\f041" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 45px;
}

@media (max-width: 820px) {
    .stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
        display: none;
    }
}

.stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    display: block;
    content: "\f013" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 20px;
}

@media (max-width: 820px) {
    .stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
        display: none;
    }
}

.stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    display: block;
    content: "\f2f5" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 50px;
}

@media (max-width: 820px) {
    .stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
        display: none;
    }
}

.stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    border: 0;
    color: #fff;
    position: relative;
    font-size: 12px;
    padding: 18px 18px 18px 36px;
    background: #2a4045;
}

@media (max-width: 820px) {
    .stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        height: 100%;
        padding: 22px 18px 18px 18px;
    }
}

.stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    opacity: 1;
    background: transparent;
    top: inherit;
    right: inherit;
}

@media (max-width: 820px) {
    .stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
        display: none;
    }
}

.stm-template-car_rental_elementor.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #f0c540;
    color: #23393d;
}

.stm-template-car_rental_elementor.woocommerce-account input[type=text], .stm-template-car_rental_elementor.woocommerce-account input[type=email], .stm-template-car_rental_elementor.woocommerce-account input[type=tel], .stm-template-car_rental_elementor.woocommerce-account input[type=password], .stm-template-car_rental_elementor.woocommerce-account .select2-selection__rendered {
    background: #efefef;
    padding: 0 15px;
}

.stm-template-car_rental_elementor.woocommerce-account a.button, .stm-template-car_rental_elementor.woocommerce-account input[type=submit] {
    display: inline-block;
    position: relative;
    min-width: 87px;
    height: 44px;
    line-height: 42px;
    border: 2px solid #f0c540;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2a4045 !important;
    text-decoration: none !important;
    opacity: 1;
    text-align: center;
    background: transparent;
    box-shadow: none;
    padding: 0 15px;
    top: 0;
    transition: all 0.2s ease-out;
}

.stm-template-car_rental_elementor.woocommerce-account a.button:hover, .stm-template-car_rental_elementor.woocommerce-account input[type=submit]:hover {
    border-color: #f0c540;
    background-color: #f0c540;
    box-shadow: none;
    top: 0;
}

.stm-template-car_rental_elementor.woocommerce-edit-address .woocommerce-MyAccount-content .colored-separator {
    display: none;
}

.stm-template-car_rental_elementor.woocommerce-edit-address .woocommerce-MyAccount-content h3, .stm-template-car_rental_elementor.woocommerce-edit-address .woocommerce-MyAccount-content h4 {
    font-size: 30px;
    text-transform: uppercase;
}

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

@media (max-width: 820px) {
    .stm-template-car_rental_elementor.woocommerce-edit-address .woocommerce-MyAccount-content .addresses {
        padding: 0;
    }
}

.stm-template-car_rental_elementor.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .row .address h4 {
    font-size: 16px;
    color: #2a4045;
}

.stm-template-car_rental_elementor.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .row .address table tr th, .stm-template-car_rental_elementor.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .row .address table tr td {
    background: #f9f9f9;
    border-bottom: 2px solid #fff;
}

.stm-template-car_rental_elementor.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .row .address table tr th {
    font-family: "Montserrat";
    font-size: 12px;
    padding-left: 20px;
    padding-top: 4px;
    text-transform: uppercase;
    color: #2a4045;
}

@media (max-width: 820px) {
    .stm-template-car_rental_elementor.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .row .address table tr th {
        text-align: left;
    }
}

.stm-template-car_rental_elementor.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .row .address table tr td {
    font-size: 14px;
    color: #222222;
}

.stm-template-car_rental_elementor.woocommerce-edit-address .woocommerce-MyAccount-content .form-row label {
    font-family: "Montserrat";
    font-size: 12px;
    text-transform: uppercase;
    color: #23393d;
    font-weight: 700;
}

.stm-template-car_rental_elementor.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {
    display: inline-block;
    overflow: hidden;
    width: 49%;
    vertical-align: top;
}

@media (max-width: 1024px) {
    .stm-template-car_rental_elementor.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {
        width: 100%;
        margin-bottom: 20px;
    }
}

.stm-template-car_rental_elementor.woocommerce-edit-account .woocommerce-EditAccountForm fieldset:first-child {
    margin-right: 5px;
}

.stm-template-car_rental_elementor.woocommerce-edit-account .woocommerce-EditAccountForm fieldset legend {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #2a4045;
    border: 0;
    margin: 0 0 20px;
}

.stm-template-car_rental_elementor.woocommerce-edit-account .woocommerce-EditAccountForm fieldset p label {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 700;
    color: #2a4045;
}

.stm-template-car_rental_elementor.woocommerce-edit-account .woocommerce-EditAccountForm fieldset p label .stm-label-small {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 13px;
    color: #888888;
    text-transform: none;
}

.stm-template-car_rental_elementor.woocommerce-edit-account .woocommerce-EditAccountForm fieldset p label .required {
    color: #2a4045;
}

.stm-template-car_rental_elementor.woocommerce-edit-account .woocommerce-EditAccountForm > p {
    text-align: center;
    border-top: solid 1px #efefef;
    margin-top: 15px;
}

.stm-template-car_rental_elementor.woocommerce-downloads .woocommerce-Message--info {
    border: solid 2px #f0c540;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stm-template-car_rental_elementor.woocommerce-downloads .woocommerce-Message--info a.button {
    order: 2;
    position: relative;
    padding-right: 30px;
    background: #f0c540;
}

.stm-template-car_rental_elementor.woocommerce-downloads .woocommerce-Message--info a.button:after {
    display: block;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #23393d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

.stm-template-car_rental_elementor.woocommerce-downloads .woocommerce-Message--info a.button:hover {
    background: transparent;
}

.stm-template-car_rental_elementor.woocommerce-orders .my_account_orders tr th {
    background: #f9f9f9;
    font-family: "Montserrat";
    font-size: 12px;
    color: #2a4045;
    border-bottom: 0;
}

.stm-template-car_rental_elementor.woocommerce-orders .my_account_orders tr th span {
    font-weight: 700;
}

.stm-template-car_rental_elementor.woocommerce-orders .my_account_orders tr th:first-child {
    padding-left: 30px;
}

.stm-template-car_rental_elementor.woocommerce-orders .my_account_orders tr th:last-child {
    padding-right: 30px;
}

.stm-template-car_rental_elementor.woocommerce-orders .my_account_orders tr td {
    color: #222222;
}

.stm-template-car_rental_elementor.woocommerce-orders .my_account_orders tr td:first-child {
    padding-left: 30px;
}

.stm-template-car_rental_elementor.woocommerce-orders .my_account_orders tr td:first-child a {
    color: #888888 !important;
}

.stm-template-car_rental_elementor.woocommerce-orders .my_account_orders tr td:last-child {
    padding-right: 30px;
}

.stm-template-car_rental_elementor.woocommerce-orders .my_account_orders tr td.woocommerce-orders-table__cell-order-actions {
    min-width: 390px;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account, .stm-template-car_rental_elementor .stm-rent-lOffer-account-unit {
    display: none;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-main {
    position: relative;
    display: block;
    margin: 0;
    background-color: #eee;
    color: #23393d;
    font-size: 12px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    text-decoration: none !important;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-main:hover {
    color: #fff;
    background-color: #f0c540;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-main .stm-dropdown-user-small-avatar {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-main .stm-dropdown-user-small-avatar img {
    vertical-align: top;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    position: absolute;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main {
    position: relative;
    display: block;
    margin: 0 0 0 10px;
    float: right;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .my-account-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main {
        margin: 0;
    }

    .stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .stm-rent-lOffer-account-main {
        display: flex;
    }

    .stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .stm-rent-lOffer-account-main .my-account-mobile {
        display: block;
        white-space: nowrap;
        color: #fff;
        margin: 0 0 0 40px;
    }
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main:hover .lOffer-account-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown {
    position: absolute;
    top: 110%;
    padding: 21px 15px 0px 30px;
    background-color: #fff;
    width: 215px;
    margin: 14px 0 0 -94px;
    opacity: 0;
    visibility: hidden;
    -o-box-shadow: -1px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 2px 10px rgba(0, 0, 0, 0.3);
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered {
    margin-left: -104px;
    width: 235px;
    padding: 25px 20px 25px 20px;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered.working {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered .stm-message-ajax-validation {
    margin-top: 20px;
    padding: 7px 15px;
    background-color: #23393d;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader {
    margin: 0 10px;
    opacity: 0;
    visibility: hidden;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader i {
    display: inline-block;
    color: #f0c540;
    animation: rotating 2s infinite linear;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader.visible {
    opacity: 1;
    visibility: visible;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered h4 {
    font-size: 14px;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered .form-group {
    margin-bottom: 15px;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered input[type=text],
.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered input[type=password] {
    padding-left: 8px;
    height: 40px;
    line-height: 40px;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered input[type=submit] {
    visibility: inherit;
    display: inline-block;
    padding: 13px 15px 10px;
    font-size: 12px;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered .stm_label {
    font-size: 13px;
    color: #888;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown:before {
    content: "";
    position: absolute;
    display: block;
    top: -14px;
    left: 0;
    background-color: transparent;
    opacity: 0;
    width: 100%;
    height: 14px;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-bottom: 5px solid #fff;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .settings {
    display: block;
    position: absolute;
    right: 14px;
    top: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #eee;
    border-radius: 2px;
    text-decoration: none !important;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .settings .stm-settings-icon {
    line-height: 30px;
    font-size: 14px;
    color: #23393d;
    opacity: 0.3;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .settings:hover .stm-settings-icon {
    opacity: 1;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .name {
    margin-bottom: 12px;
    padding-right: 37px;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .name a {
    color: #23393d;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none !important;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .name a:hover {
    color: #f0c540;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .account-list {
    padding: 0;
    margin: 0 0 14px;
    list-style: none;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .account-list li a {
    display: block;
    line-height: 26px;
    font-size: 13px;
    color: #23393d;
    text-decoration: none !important;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .account-list li a:hover {
    color: #f0c540;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .logout {
    display: block;
    margin: 0 -15px 0 -30px;
    padding: 10px 15px 10px 30px;
    background-color: #e5e5e5;
    color: #23393d;
    opacity: 0.7;
    font-size: 13px;
    text-decoration: none !important;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .logout .fas {
    position: relative;
    top: 1px;
    left: -1px;
    margin-right: 5px;
    color: #23393d;
    font-size: 15px;
    letter-spacing: -0.5px;
    opacity: 0.5;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .logout:hover {
    opacity: 0.9;
}

.stm-template-car_rental_elementor .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .logout:hover .fas {
    opacity: 0.7;
}

.stm-template-car_rental_elementor .choose-another-class {
    position: fixed;
    top: -30%;
    left: 0;
    right: 0;
    padding-top: 17px;
    min-height: 71px;
    background-color: #2a4045;
    z-index: 99;
    opacity: 0;
}

.stm-template-car_rental_elementor .choose-another-class.single-add-to-compare-visible {
    top: 0%;
    opacity: 1;
}

.stm-template-car_rental_elementor .choose-another-class.car-reserved {
    background-color: #ff0000;
    z-index: 999;
}

.stm-template-car_rental_elementor .choose-another-class.car-reserved .single-add-to-compare-left {
    position: relative;
    padding-left: 55px;
    min-height: 35px;
}

.stm-template-car_rental_elementor .choose-another-class.car-reserved .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-car_rental_elementor .choose-another-class.car-reserved .single-add-to-compare-left .stm-title {
    display: block;
    padding-top: 10px;
    color: #fff !important;
    font-weight: 400;
}

.stm-template-car_rental_elementor .choose-another-class.car-reserved .single-add-to-compare-left .stm-title span {
    font-weight: 700;
}

.stm-template-car_rental_elementor .choose-another-class.car-reserved .compare-fixed-link {
    display: block;
    padding: 8px 23px 6px;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none !important;
}

.stm-template-car_rental_elementor .choose-another-class.car-reserved .compare-fixed-link:hover {
    background-color: #fff;
    color: #2a4045 !important;
}

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

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

.stm-template-car_rental_elementor .choose-another-class .single-add-to-compare-left .stm-title {
    display: block;
    padding-top: 10px;
    color: #fff !important;
    font-weight: 700;
}

.stm-template-car_rental_elementor .choose-another-class .compare-fixed-link {
    display: block;
    padding: 8px 23px 6px;
    color: #fff !important;
    border: 1px solid #f0c540;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none !important;
}

.stm-template-car_rental_elementor .choose-another-class .compare-fixed-link:hover {
    background-color: #f0c540;
}

.stm-template-car_rental_elementor .price-date-info-icon {
    display: inline-block;
    position: relative;
}

.stm-template-car_rental_elementor .price-date-info-icon .fa-info-circle {
    font-size: 16px;
    color: #23393d;
}

.stm-template-car_rental_elementor .price-date-info-icon:hover .price-date-info-popup {
    opacity: 1;
    z-index: 1;
}

.stm-template-car_rental_elementor .price-date-info-icon .price-date-info-popup {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    padding: 20px 30px 30px;
    background: #f0c540;
    opacity: 0;
    transition: all 0.1s ease-in;
    z-index: -1;
}

.stm-template-car_rental_elementor .price-date-info-icon .price-date-info-popup ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}

.stm-template-car_rental_elementor .price-date-info-icon .price-date-info-popup ul li {
    display: block;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    color: #23393d;
}

.stm-template-car_rental_elementor .price-date-info-icon .price-date-info-popup ul li.padd-10 {
    padding-top: 10px;
}

.stm-template-car_rental_elementor .stm-reservaton-date {
    display: block;
    margin-top: 10px;
}

.stm-template-car_rental_elementor .stm-reservaton-date h6 {
    margin-bottom: 0;
}

.stm-template-car_rental_elementor .stm-reservaton-date span {
    font-size: 13px;
}

.stm-template-car_rental_elementor .stm-created-date h6 {
    margin-bottom: 0;
}

.stm-template-car_rental_elementor #stm_map_offices .gm-style-iw-chr {
    display: none;
}

.stm-template-car_rental_elementor .testimonials-carousel-wrapper .testimonials-carousel {
    border: none;
}

.stm-template-car_rental_elementor .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {
    max-width: 100%;
}

.stm-template-car_rental_elementor .stm-carousel .stm-owl-next:hover,
.stm-template-car_rental_elementor .stm-carousel .stm-owl-prev:hover {
    cursor: pointer;
    border-color: #f0c540;
    color: #f0c540;
}

.stm-template-car_rental_elementor .stm-carousel .owl-dots .owl-dot.active span {
    background-color: #f0c540;
}

@media print {
    .woocommerce-order-received {
        height: 99%;
        min-height: inherit !important;
    }

    .woocommerce-order-received .woocommerce {
        padding: 50px 0 0 !important;
    }

    .woocommerce-order-received .stm-reservation-archive {
        padding: 0 !important;
    }

    .woocommerce-order-received .woocommerce-thankyou-order-details {
        padding: 0 !important;
    }

    .woocommerce-order-received .woocommerce-thankyou-order-received,
  .woocommerce-order-received .stm_order_print,
  .woocommerce-order-received .col-md-5,
  .woocommerce-order-received .stm_rental_archive_top,
  .woocommerce-order-received .stm-fullwidth-with-parallax-bg {
        display: none;
    }

    .woocommerce-order-received .com-md-7 {
        width: 100%;
    }

    .woocommerce-view-order .woocommerce-MyAccount-navigation,
  .woocommerce-view-order .stm_order_print {
        display: none;
    }

    .woocommerce-view-order .woocommerce-MyAccount-content {
        margin-top: 50px;
    }
}
/*Responsive*/
.listing-menu-mobile-wrapper {
    display: none;
}

.stm_terms_popup .fa-times {
    display: none;
}

@media (max-width: 1025px) {
    .stm-template-car_rental_elementor .stm-opened-menu-listing .top-bar-wrapper .language-switcher-unit .stm_current_language i {
        top: 5px !important;
    }
}

@media (max-width: 1025px) {
    .stm_terms_popup .fa-times {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        padding: 15px;
        cursor: pointer;
        z-index: 9999;
    }

    .stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div {
        width: 100%;
    }

    .stm_rental_icon_boxes_style_2 .icon-box {
        margin-bottom: 0 !important;
        clear: both;
    }

    .stm_rental_icon_boxes_style_2 .icon-box .icon {
        display: none;
    }

    .stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg {
        padding-top: 30px;
    }

    .stm-template-car_rental_elementor .stm_single_class_car .infos .single_info {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .stm-template-car_rental_elementor .icon-box .icon {
        margin-bottom: 20px;
    }

    .stm-template-car_rental_elementor .stm_products_grid_class .stm_product_grid_single {
        width: 50%;
    }

    .stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg {
        background-attachment: scroll !important;
    }

    .stm-template-car_rental_elementor .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row {
        width: 100%;
    }

    .stm-template-car_rental_elementor .stm_rental_archive_top {
        padding: 15px 0;
        min-height: inherit;
    }

    .stm-template-car_rental_elementor.woocommerce-edit-account .woocommerce-EditAccountForm fieldset:first-child {
        margin-right: 15px;
    }

    .stm-template-car_rental_elementor.woocommerce-edit-account .woocommerce-EditAccountForm > p {
        text-align: left;
    }
}

@media (max-width: 992px) {
    .woocommerce-order-received .stm_rent_order_info {
        display: none;
    }

    .woocommerce-order-received .stm_custom_rental_checkout {
        margin-top: 0;
    }

    .stm-template-car_rental_elementor.woocommerce-edit-account .woocommerce-EditAccountForm fieldset:first-child {
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .stm_custom_rental_checkout {
        margin-top: 30px;
    }

    .stm-template-car_rental_elementor .stm-background-centered {
        background-size: cover !important;
        background-attachment: scroll !important;
    }

    .stm-template-car_rental_elementor .footer_widgets_wrapper {
        padding-top: 45px;
    }

    .stm-stretch-image-right .vc_column-inner {
        margin: 0 -15px !important;
        padding: 200px 0;
    }

    .stm-template-car_rental_elementor .stm_locations_description {
        width: 250px;
    }

    .stm-template-car_rental_elementor .stm_locations_description li .stm_offices_wrapper img {
        display: none;
    }

    .stm-template-car_rental_elementor .stm_single_class_car .lists-inline > ul {
        width: 49%;
    }

    .stm-template-car_rental_elementor .stm_single_class_car .infos .single_info {
        margin: 10px 20px 0 0;
    }

    .stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices {
        padding-right: 15px;
    }

    .stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price {
        margin-left: 15px;
        margin-bottom: 30px;
    }

    .stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price .pay a {
        min-width: 100px;
    }

    .stm-template-car_rental_elementor .stm_single_class_car .stm-more {
        margin-top: 15px;
    }

    .stm-template-car_rental_elementor.woocommerce-edit-address .addresses .row .address:last-child {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .stm-template-car_rental_elementor .stm_single_class_car .top {
        padding-top: 30px;
    }

    .stm-template-car_rental_elementor .stm_single_class_car .second > .row {
        margin: 0 -15px;
    }

    .stm-template-car_rental_elementor .stm_single_class_car {
        padding: 20px 15px 0;
    }

    .stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices {
        text-align: left;
        margin-top: 30px;
        padding-right: 0;
    }

    .stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price {
        margin: 0 15px 30px 0;
        text-align: left;
    }

    .stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price .pay {
        text-align: center;
    }

    .stm-template-car_rental_elementor .stm_single_class_car .stm_rent_prices .stm_rent_price:last-child {
        margin-right: 0;
    }

    .stm-template-car_rental_elementor .stm-fullwidth-with-parallax-bg .container .row > div {
        width: 100%;
    }

    .stm-template-car_rental_elementor .stm_rental_archive_top .woocommerce-ordering,
  .stm-template-car_rental_elementor .stm_rental_coupon {
        float: left;
        margin-left: 0;
    }

    .stm_rent_order_info {
        margin-top: 30px;
    }
}

@media (max-width: 600px) {
    .stm-template-car_rental_elementor .stm-rent-lOffer-account-unit {
        margin: 0 10px;
    }

    .stm-template-car_rental_elementor .stm_products_grid_class .stm_product_grid_single {
        width: 100%;
    }

    .stm-template-car_rental_elementor .stm_locations_description {
        display: none;
    }

    .stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .image {
        display: none;
    }

    .stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta {
        margin-top: 20px;
        float: none;
    }
}

@media (max-width: 600px) and (max-width: 767px) {
    .stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price {
        text-align: left;
    }

    .stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart {
        float: right;
    }

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

    .stm-template-car_rental_elementor .woocommerce form .form-row.terms .input-checkbox {
        margin: 2px 0 0 10px;
        float: none;
    }

    .stm-template-car_rental_elementor .stm_rent_order_info {
        padding: 30px 15px;
    }

    .stm-template-car_rental_elementor .stm_rent_order_info .stm_rent_table {
        width: 100%;
        margin: 0;
        overflow: scroll;
    }

    .stm-template-car_rental_elementor .stm_rent_table table tfoot td,
  .stm-template-car_rental_elementor .stm_rent_table table tbody td,
  .stm-template-car_rental_elementor .stm_rent_table table thead td {
        padding: 5px 5px 5px 10px !important;
    }

    .stm-template-car_rental_elementor .stm_rent_table table td.divider {
        padding: 1px 28px !important;
    }

    .stm-template-car_rental_elementor .stm-rent-total {
        margin: 0;
    }

    .woocommerce-checkout-payment .payment_methods .wc_payment_method img {
        display: none;
    }
}

@media (max-width: 440px) {
    .stm-register-form .row .col-md-6:last-child {
        margin-top: 10px;
    }

    .stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price .current_price {
        margin-top: 0;
    }

    .stm-template-car_rental_elementor .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart {
        float: none;
        width: 100%;
        margin: 15px 0 0 0;
    }

    .stm-template-car_rental_elementor .stm_rental_order_success .single_order_info {
        width: 100%;
    }

    .stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-details {
        padding: 15px;
    }

    .stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-details li strong,
  .stm-template-car_rental_elementor.woocommerce-order-received .woocommerce-thankyou-order-details li span {
        width: 100%;
        text-align: center;
        line-height: 40px;
    }
}

@media (max-width: 440px) and (max-width: 820px) {
    .stm-template-car_rental_elementor .woocommerce-MyAccount-content .woocommerce-order-downloads {
        overflow-y: scroll;
    }

    .stm-template-car_rental_elementor .woocommerce-MyAccount-content .woocommerce-order-downloads thead tr th {
        white-space: nowrap;
    }
}

@media (max-width: 440px) {
    .stm-template-car_rental_elementor.woocommerce-orders .woocommerce-MyAccount-content {
        display: block;
        overflow: scroll;
    }

    .stm-template-car_rental_elementor.woocommerce-orders .woocommerce-MyAccount-content .my_account_orders tr td, .stm-template-car_rental_elementor.woocommerce-orders .woocommerce-MyAccount-content .my_account_orders tr th {
        font-size: 12px;
    }

    .stm-template-car_rental_elementor.woocommerce-orders .woocommerce-MyAccount-content .my_account_orders tr td:first-child, .stm-template-car_rental_elementor.woocommerce-orders .woocommerce-MyAccount-content .my_account_orders tr th:first-child {
        padding-left: 20px;
    }

    .stm-template-car_rental_elementor.woocommerce-orders .woocommerce-MyAccount-content .my_account_orders tr td:last-child, .stm-template-car_rental_elementor.woocommerce-orders .woocommerce-MyAccount-content .my_account_orders tr th:last-child {
        padding-left: 20px;
    }

    .stm-template-car_rental_elementor .woocommerce-Message--info {
        flex-direction: column;
    }

    .stm-template-car_rental_elementor .woocommerce-Message--info a {
        margin-top: 20px;
    }

    .stm-template-car_rental_elementor.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {
        width: 100%;
        margin: 0;
    }

    .stm-template-car_rental_elementor.woocommerce-edit-account .woocommerce-EditAccountForm fieldset + fieldset {
        margin-top: 30px;
    }
}

html.stm-site-preloader-anim {
    overflow: visible;
}

html.stm-site-preloader-anim:before {
    position: fixed;
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 9999999999;
}

html.stm-site-preloader-anim:after {
    position: fixed;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: none;
    background-color: #23393d;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    animation: scaleout 1s infinite ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999999999;
}

html.stm-site-preloader:after, html.stm-site-preloader:before {
    visibility: visible;
    opacity: 1;
}

html.stm-site-preloader.stm-after-hidden:after {
    display: none;
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.ab-progress-tracker.bookly-table > div {
    color: #ffffff;
}

.wpcf7-form-control-wrap.stmgdpr {
    padding-left: 0;
}