html:not(.dom-ready) .elementor-section-stretched {
    background: transparent !important;
    max-height: 700px;
}


html:not(.dom-ready) .elementor-section-stretched *,
html:not(.dom-ready) .auto-slider *,
html:not(.dom-ready) .auto-carousel,
html:not(.dom-ready) .featured-top *{
    opacity: 0;
    transition: opacity 0.2s ease-out;
    background: transparent !important;
    transition: background 0s, border 0s, border-radius 0s, box-shadow 0s !important;
}



html:not(.dom-ready) .elementor-section-stretched:after,
html:not(.dom-ready) .auto-slider:after,
html:not(.dom-ready) .featured-top:after{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border: 5px solid #eee;
    border-top: 5px solid #ddd;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}





html:not(.dom-ready) {
    opacity: 1;
    transition: opacity 0.2s ease-out;
}

.featured-top{
    position: relative;
    min-height: 410px;
    
}


html:not(.dom-ready) .autos-carousel {
    min-height: 410px;
}



html:not(.dom-ready) .details__content,
html:not(.dom-ready) .gallery_container,
html:not(.dom-ready) .hero-slide,
html:not(.dom-ready) #slider-auto {
    background: #f7f7f7;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    animation: shine 1.5s linear infinite;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 30px;
}




html:not(.dom-ready) .details__content *,
html:not(.dom-ready) .gallery_container *,
html:not(.dom-ready) .hero-slide *,
html:not(.dom-ready) #slider-auto * {
    opacity: 0;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}



html:not(.dom-ready) .gallery_container {
    max-height: 600px;
}

html:not(.dom-ready) .hero-slide {
    max-height: 700px;
}


.fl-top-header-content .info-container .left-top-header-content .header-sidebar .widget {
    position: relative;
}


.gtranslate_wrapper {
    position: absolute;
    width: 111px;
    top: -15px;
    left: 0;
}

.rental-item__price-btn select {
    padding-left: 20px;
    border-radius: 0;
}


.tmreviews_your_level,
.tmreviews_your_level_start {
    padding-bottom: 20px;
}


.fl-account-widget-title {
    font-size: 15px;
    line-height: 38px;
    color: #fff !important;
    text-transform: uppercase !important;
    position: relative;
    background: #253241;
    padding: 15px 35px;
    margin: 0;
}

.fl-account-widget-title:after {
    border-left-color: #d01818;
    border-top-color: #d01818;
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    border-width: 7px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: '';
}


html .woocommerce table.my_account_orders .button {
    white-space: nowrap;
    text-decoration: none !important;
    font-size: 11px !important;
}

.fl-account-widget-title .fas {
    margin-right: 5px;
}

.woocommerce-MyAccount-navigation .is-active a {
    font-weight: bold;
}

.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    width: 100%;
}

.woocommerce-MyAccount-content label {
    display: block;
    width: 100%;
}


.woocommerce-MyAccount-content .password-input {
    display: inline-block;
    width: 100%;
}


.account-orders-table .woocommerce-Price-amount.amount {
    min-width: auto;
}

.order-again .button {
    text-decoration: none !important;
    padding: 15px 30px !important;
    display: inline-block !important;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}


.account-orders-table thead tr th {
    text-align: center !important;
}


html .woocommerce-MyAccount-content .woocommerce-Button {
padding: 17px 30px !important;
    font-size: 11px !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 500 !important;
    margin-top: 15px !important;
    background: #d01818 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
}


.woocommerce-fl-navigation {
    background-color: #f2f6f7;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-top: -80px;
    margin-bottom: 50px;
}


.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination{
    display: flex;
    justify-content: space-between;
}






.woocommerce-fl-navigation ul {
    margin: 0 !important;
    padding: 0;
    list-style: none !important;
}

.woocommerce-fl-navigation li {
    border-right: 1px solid #ddd;
    display: inline-block;
    list-style: none;
    margin: 0 !important;
    padding: 15px;
    text-transform: uppercase;
    min-width: 120px;
    text-align: center;
}


.woocommerce-fl-navigation li a {
    font-size: 12px;
}

.fl-woocommerce-account-content a {
    text-decoration: underline;
}


.woocommerce-fl-navigation li.is-active a {
    font-weight: bold;
}


.settings.bp-user.my-account.notifications .fl-themes-custom-form,
.settings.bp-user.my-account.data .fl-themes-custom-form,
.bp-user.my-account.widgets.about_me .fl-themes-custom-form,
.settings.bp-user.my-account.general .fl-themes-custom-form {
    display: none;
}

.media-modal-content .media-frame select.attachment-filters {
    padding: 12px 35px;
}


.mobile-content-fl {
    display: none;
}


.fl-mega-menu .youzify_profile_link {
    position: relative;
}


.members-info_top:after {
    color: #ffffff;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 8px solid #f4f4f4;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    margin-left: -10px;
    top: -8px;
}


.user-area:hover .members-info_top {
    opacity: 1;
    z-index: 99;
}


.members-info_top ul {
    height: auto !important;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}





.members-info_top ul li {
    height: auto !important;
    margin: 0;
    padding: 0;
    width: 100% !important;
    text-align: left !important;
    border: 0 !important;
    padding-bottom: 12px;
    padding-top: 0;
    -webkit-box-align: left !important;
    -ms-flex-align: left !important;
    align-items: left !important;
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
}


.members-info_top ul li i {
    font-size: 13px !important;
    margin-right: 10px;
}



.members-info_top:after:hover {
    opacity: 1;
}

.fl-mega-menu .youzify_profile_link:hover .members-info_top {
    opacity: 1;
}


.members-info_top {
    transition: all .4s;
    color: #222;
    position: absolute;
    top: 43px;
    border: 0;
    width: 100%;
    text-align: center;
    left: -18px;
    font-size: 14px;
    background: #f4f4f4;
    padding: 10px;
    line-height: 20px;
    border-radius: 0;
    transition: all .4s;
    opacity: 0;
    border-top: 0;
    z-index: 9;
    box-shadow: 0 5px 12px rgb(0 0 0 / 15%);
    padding: 20px 20px 15px 20px;
    width: auto;
    z-index: 9999;
}


.youzify-nav-settings {
    display: none !important;
}

.members-info_top li {
    margin-bottom: 3px !important;
    font-size: 12px;
    padding-bottom: 0 !important;
    text-align: center !important;
}

.members-info_top li a {
    display: inline-block;
    color: #222 !important;
    opacity: .8;
    font-size: 10px !important;
    text-transform: uppercase;
    line-height: 14px;
    width: 100%;
    margin: 0 !important;
}


.members-info_top li a:hover {
    opacity: 1 !important;
}


.members-info_top li a {
    display: inline-block;
    color: #222 !important;
    opacity: .8;
    font-size: 10px !important;
    text-transform: uppercase;
    line-height: 14px;
}





.fl--header .nav-menu li a {
    color: #1c1f23;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}


html .fl--header .nav-menu li a {
    font-size: 13px;
    margin-left: -5px;
}

.fl-vc-vehicle-search .vc-auto-search input.pixad--city {
    background: #f2f6f7 !important;
    color: #666666;
    min-height: 60px;
    border: 0px;
}

.fl--mobile-menu-navigation .youzify_add_link_button {
    border-bottom: 1px solid #eee;
    position: relative;
    line-height: 1.1;
    display: block;
    padding: 17px 40px 17px 24px;
    color: #222222;
    font-size: 11px;
    text-transform: uppercase;
    border-top: 1px solid #eee;
    margin-bottom: 15px;
}

.pixad_price_hour input[type=checkbox] {
    position: relative;
    top: 8px;
}

input[name="pixad_auto_price_in_hour"] {
    float: left;
}

.pixad_auto_price_in_hour_text {
    position: relative;
    top: 2px;
    float: left;
    margin-left: 7px;
    font-size: 13px;
}

.pixad_auto_price_in_hour {
    float: right;
    color: #da1c36;
    font-size: 15px;
}

.hours_price_title_item {
    border-bottom: 1px dotted #ddd;
    padding-top: 11px;
}


html .extra_service_title {
    padding-top: 20px;
}



.btn-filter {
    margin-left: 40px
}

@media (min-width:992px) and (max-width:1199px) {

    .list-progress__item:nth-child(1),
    .list-progress__item:nth-child(3) {
        width: 290px
    }

    .list-progress__item:nth-child(2) {
        width: 300px;
        background-position: 0 3px
    }

    .list-type__item,
    .list-type__link {
        width: 290px
    }

    .list-staff__item {
        width: 440px
    }

    .list-staff__media {
        width: 210px
    }

    .list-staff__item:nth-child(odd) .list-staff__inner {
        margin-left: 210px
    }

    .list-staff__item:nth-child(even) .list-staff__inner {
        margin-right: 210px
    }
}

@media (max-width:991px) {

    .list-staff,
    .main-block,
    .post_mod-a:nth-child(even) .entry-main {
        margin-left: 0
    }

    .list-staff,
    .main-block,
    .post_mod-a:nth-child(odd) .entry-main {
        margin-right: 0
    }


    .post_mod-a:nth-child(even) .entry-main {
        margin-left: 0;
    }

    .iview-caption {
        top: 37vw;
        right: -60vw;
        text-align: right
    }

    .header .logo {
        left: 23px;
        position: absolute;
        top: -15px
    }

    .yamm .nav > li > a {
        padding-top: 20px
    }

    .list-progress__item:nth-child(1),
    .list-progress__item:nth-child(3) {
        width: 350px;
        background-image: url(https://revus.envato-themes.com/rent-elementor/wp-content/themes/revus/assets/media/figure/figure-2.svg)
    }

    .post_mod-a:nth-child(even) .entry-media,
    .post_mod-a:nth-child(odd) .entry-media {
        float: none
    }

    .list-staff {
        text-align: center
    }

    .wrap-link-img {
        position: relative;
        height: 260px;
        margin-bottom: 30px
    }

    .link-img__item {
        width: 170px
    }

    .post_mod-a:nth-child(even) .entry-date {
        left: 10px
    }

    .post_mod-a:nth-child(odd) .entry-date {
        right: 10px
    }

    .ui-title-inner {
        line-height: 1.5
    }

    .section_mod-d {
        background: 0 0
    }

    .section_brands {
        margin-top: 0
    }

    .list-brands__item {
        width: 200px;
        margin-bottom: 20px
    }

    .owl-item:nth-child(4n+1) .slider-gallery__link,
    .owl-item:nth-child(4n+2) .slider-gallery__link,
    .owl-item:nth-child(4n+3) .slider-gallery__link,
    .owl-item:nth-child(4n+4) .slider-gallery__link {
        -webkit-clip-path: none;
        clip-path: none
    }

    .card-list__row {
        float: none;
        width: 100%
    }

    .card__price {
        margin-top: 20px
    }

    .about-autor__social li:last-child a {
        border-bottom: 1px solid #fff
    }
}

@media (max-width:1170px) {


    .mobile-content-fl {
        display: inline-block;
        width: 100%;
        background: #253241;
        padding: 10px;
        text-align: center;
        color: #fff;
    }


    .mobile-content-fl .switcher-list {
        display: inline-block;
        float: left;
    }

    .mobile-content-fl .youzify_profile_link {
        display: inline-block;
        float: right;
    }

    .mobile-content-fl .youzify_profile_link a {
        color: #fff;
        font-size: 15px;
    }


    .youzify_profile_link .fa {
        margin-right: 7px;
    }


}

@media (max-width:767px) {


    html .header-menu-middle #nav > .container .col-xs-12 {
        text-align: center;
    }

    .header-menu-middle .nav-custom-info-wrap,
    .header-menu-middle .phone-menu {
        display: none;
    }


    html .header-menu-middle .header-navibox-search {
        padding-top: 50px;
        padding-left: 25px;
        padding-right: 25px;
    }


    html .header-menu-middle.header .navbar-brand {
        margin-top: -5px !important;
    }

    .layout-theme[data-header='nosticky'] .header-menu-middle.header {
        position: relative !important;
    }


    .header-menu-middle.header + .block-title .block-title__inner {
        background-position: center top;
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: cover;
    }



    .top-header,
    .wrap-link-img {
        text-align: center
    }

    .card__img,
    .header .social-links,
    .header-contacts,
    .list-staff__item:nth-child(even) .list-staff__media,
    .list-staff__item:nth-child(odd) .list-staff__media {
        float: none
    }

    .card__inner,
    .list-staff__item:nth-child(odd) .list-staff__inner,
    .post-nav__item:nth-child(even) .post-nav__inner {
        margin-left: 0
    }

    .list-staff__item:nth-child(even) .list-staff__inner,
    .post-nav__item:nth-child(odd) .post-nav__inner,
    .yamm .nav {
        margin-right: 0
    }

    .yamm {
        top: 20px
    }

    html .yamm .nav {
        display: none
    }

    html .yamm .collapse .nav {
        display: block
    }

    html .yamm .nav > li > a {
        padding: 25px
    }

    .wrap-link-img {
        display: none;
        height: auto
    }

    .header-contacts {
        margin-bottom: 15px
    }

    .navbar-nav {
        margin: 0
    }

    .link-img {
        position: relative;
        margin-bottom: 20px
    }

    .link-img_mod-a {
        left: 0
    }

    .link-img_mod-b {
        right: 0
    }

    .owl-theme_mod-a .owl-controls {
        top: -30px
    }

    .list-staff__item {
        width: auto;
        background-color: #FFF
    }

    .list-staff__info:after {
        content: none
    }

    .post_mod-a {
        margin-top: 10px
    }

    .card__inner {
        margin-top: 20px
    }

    .card__list {
        width: 100%
    }

    .pagination > li > a,
    .pagination > li > span {
        margin-bottom: 10px
    }

    .letter__inner {
        width: 100%;
        float: none
    }

    .post-nav__item:nth-child(even) .post-nav__img,
    .post-nav__item:nth-child(odd) .post-nav__img {
        display: none
    }
}

@media (max-width:480px) {





    #findCarNowForm {
        padding: 10%;
    }


    html .tech-group {
        width: 100%;
    }

    .post .entry-title a,
    html .post .entry-title {
        padding-right: 0;
        font-size: 14px;
    }

    html .comment-list .comment-info-content {
        margin-left: 0;
        padding-bottom: 15px;
        padding-left: 0;
        float: none
    }

    html .comment-list .comment-author {
        float: none;
        margin-bottom: 20px;
    }

    html .comment-respond {
        padding: 25px 0px 25px 0px;
        margin-bottom: 50px;
    }

    html .comment-list ol.children {
        margin-left: 0;
        margin-top: 20px;
        padding-left: 0
    }

    .owl-theme .owl-controls {
        display: none !important
    }

    #iview div.iview-directionNav,
    .border-section-bottom:after,
    .border-section-bottom:before,
    .border-section-top:after,
    .border-section-top:before,
    .iview-caption {
        display: none
    }

    html .list-progress__item {
        background: rgba(0, 0, 0, 0) !important;
        margin-bottom: 20px !important;
        margin-left: -40px;
        padding-top: 5px
    }

    html .big-img.wpb_single_image img {
        height: auto;
        margin-top: 40px;
        max-width: 100% !important;
        min-width: 100%;
        vertical-align: top
    }

    html .list-type {
        margin-left: -40px
    }

    html .list-staff__media {
        margin: 0 auto
    }

    .about-autor__inner,
    .comments-list .children,
    .comments-list .comment-inner,
    .link-img_mod-b .link-img__wrap-title {
        margin-left: 0
    }

    html .list-type__link {
        transform: skewX(0);
        web-kit-transform: skewX(0);
        width: 100%
    }

    .link-img__item {
        width: 40%
    }

    .link-img_mod-a .link-img__wrap-title {
        margin-right: 0
    }

    .list-progress__item {
        padding-top: 5px
    }

    .slider-gallery {
        margin-top: 73px
    }

    .iview-controlNav {
        top: 0;
        bottom: auto;
        right: 0
    }

    .list-staff__item {
        margin-left: 0;
        margin-right: 0
    }

    .entry-meta__item {
        display: block
    }

    .block-title .bg-inner {
        padding-bottom: 25px;
        padding-top: 0;
    }

    .sorting__title {
        font-size: 11px
    }

    .sorting__item {
        margin-right: 5px
    }

    .post_mod-c {
        width: auto
    }

    .post-nav__item {
        width: 100%;
        display: block
    }

    .about-autor__img {
        float: none;
        margin-bottom: 25px
    }

    .post .entry-main {
        padding-left: 35px
    }

    .comments-list .avatar-placeholder {
        float: none
    }
}


.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    box-shadow: 0 3px 0 0 #dc2d13
}

.slider-grid .owl-page span:hover,
.slider-grid .owl-page.active span {
    background-color: #dc2d13 !important;
    border-color: #dc2d13 !important
}

html .header-cart-count {
    background: #dc2d13 !important
}

html body .fullscreen-center-menu li > a:hover,
html body .header li > a:hover {
    color: #dc2d13 !important
}

html body [off-canvas] li a:hover {
    color: #dc2d13
}

@media (max-width:600px) {

    html .ui-title-page {
        font-size: 16px;
        padding-top: 50px;
    }

    .post .entry-main__inner {
        padding-right: 0px !important
    }

    .gallery-item {
        float: none !important;
        margin-top: 10px;
        text-align: center;
        width: 100% !important
    }

    .gallery-caption {
        text-align: center !important
    }

    .entry-content iframe {
        width: 100%;
        height: 250px
    }

    html .entry-main {
        padding: 50px 20px 20px !important
    }
}



.custom-auto-grid .tmpl-slider-grid__info li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 10px 0px 10px;
    color: #222;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
}

.custom-auto-grid .tmpl-slider-grid__info li i {
    display: block;
    margin: 2px auto 0;
    font-size: 20px;
    color: #222;
    height: 27px;
    width: 50px
}


.custom-auto-grid .tmpl-slider-grid__info li:last-child:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    border-right: 1px solid #ddd;
}


.custom-auto-grid .card__img {
    position: relative;
    float: none;
    width: 100%;
    margin-bottom: 19px;
}

.custom-auto-grid .tmpl-slider-grid__info li:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20px;
    border-right: 1px solid #ddd;
}


.custom-auto-grid .star-rating {
    margin-left: calc(50% - 35px);
    margin-bottom: 22px;
}

.custom-auto-grid .card__img {
    float: none;
}

.custom-auto-grid .tmpl-gray-footer {
    text-align: center;
    color: inherit;
}

@font-face {
    font-family: autofont;
    src: url(https://revus.envato-themes.com/rent-elementor/wp-content/themes/revus/assets/css/fonts/autofont.eot?bpq9wd);
    src: url(https://revus.envato-themes.com/rent-elementor/wp-content/themes/revus/assets/css/fonts/autofont.eot?bpq9wd#iefix) format('embedded-opentype'), url(https://revus.envato-themes.com/rent-elementor/wp-content/themes/revus/assets/css/fonts/autofont.ttf?bpq9wd) format('truetype'), url(https://revus.envato-themes.com/rent-elementor/wp-content/themes/revus/assets/css/fonts/autofont.woff?bpq9wd) format('woff'), url(https://revus.envato-themes.com/rent-elementor/wp-content/themes/revus/assets/css/fonts/autofont.svg?bpq9wd#autofont) format('svg');
    font-weight: 400;
    font-style: normal
}

.required-field {
    color: red;
}

html .compose-mode .vc_section_amounts {
    display: inline-block;
    width: 100%
}

html .compose-mode .vc_section_amount,
html .compose-mode .vc_section_brand,
html .compose-mode .vc_section_team,
html .compose-mode .vc_section_team_member {
    display: inline-block
}

html .compose-mode .vc_row[data-vc-full-width].vc_hidden {
    display: none
}

#single-pixad-autos-modal .modal-dialog {
    z-index: 9999
}

#single-pixad-autos-modal .modal-title {
    color: #222
}

.modal-content {
    overflow: hidden
}

.modal-title {
    text-transform: uppercase
}

.list-categories.body-categories {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0
}

.auto_body_name,
.list-categories.body-categories .list-categories__item input[type=checkbox] {
    display: none
}

.list-categories.body-categories .list-categories__item {
    text-align: center;
    width: 48%;
    padding: 1%
}

.list-categories.body-categories .list-categories__item label {
    height: 100%;
    margin: 1px;
    padding: 3px;
    border: 1px solid #eee;
    cursor: pointer;
    width: 100%;
    text-align: center
}

.list-categories.body-categories .body-icon-wrapper {
    min-height: 40px
}

.list-categories.body-categories .list-categories__item input[type=checkbox]:checked + label {
    border: 1px solid #222
}

.modal-body .form-control,
.modal-body input[type=email],
.modal-body input[type=password],
.modal-body input[type=tel],
.modal-body input[type=text],
.modal-body textarea {
    background: #f7f7f7;
    border: 1px solid #eeeeed
}

#single-pixad-autos-modal div.wpcf7-response-output {
    color: #222
}

.carousel-product .slides > li.auto-thumb-video:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f01d";
    position: absolute;
    left: 45px;
    top: 14px;
    display: block;
    z-index: 999;
    color: #fff;
    font-size: 36px
}

html .carousel-product .slides > li.auto-thumb-video:after {
    background-color: rgba(0, 0, 0, .6)
}

html .carousel-product .slides > li:after {
    background-color: rgba(0, 0, 0, .4)
}

html .flexslider .slides img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

#slider-product iframe {
    max-width: 100%;
    height: 100%;
    width: 100%
}

.km_cf7-input {
    background: #fff !important
}

html .kameleon-cf7-container .km_cf7-btn-txt-r {
    color: #fff;
    box-shadow: 5px 0 0 0 #555
}

html .kameleon-cf7-container .km_cf7-btn-txt-h {
    background-color: #222 !important;
    box-shadow: 5px 0 0 0 #999
}

.full-width .dropdown-menu {
    min-width: 100%
}

.pixad-form-control {
    height: auto !important
}

.pixad-form-control.pixad-features-upload {
    height: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 25px
}

.pixad-form-control.pixad-features-upload.pixad-body-styles {
    padding-bottom: 30px !important
}

.pixad-features-upload input[type=checkbox] {
    position: absolute;
    margin-left: -20px
}

.pixad-features-upload.pixad-features-list .pixad-exist {
    padding-left: 25px;
    padding-top: 16px;
    max-height: 190px
}

.pixad-form-horizontal {
    padding: 0
}

html .pixad-features-list.pixad-features-upload li {
    list-style: none;
    margin-bottom: 1%;
    margin-top: 0;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    color: #222;
    display: inline-block;
    width: 45%;
    margin-right: 3%;
    vertical-align: top;
    border-top: none
}

.pixad-features-upload .pixad-exist label {
    font-weight: 500;
    cursor: pointer
}

.pixad-features-upload .pixad-body-icon,
.pixad-features-upload .pixad-body-image {
    position: relative
}

.pixad-features-upload .pixad-body-image img {
    max-width: 74px;
    position: absolute;
    right: 0;
    bottom: 0
}

.pixad-features-upload .pixad-body-icon input[type=checkbox],
.pixad-features-upload .pixad-body-image input[type=checkbox] {
    bottom: 13px
}

.pixad-body-image label span {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-top: 5px;
    position: relative;
    top: 2px
}

.pixad-features-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.pixad-features-list li {
    list-style: none;
    margin-bottom: 7px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Raleway;
    color: #222;
    display: inline-block;
    width: 33%
}

.pixad-features-list i {
    font-style: normal;
    color: #222;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 0
}

.pixad-features-list i.features-icon {
    font-family: arial
}

.pixad-features-list .pixad-none i {
    color: #999;
    top: 0
}

.pixad-features-list .pixad-none {
    color: #999
}

html .pixad-features-list li {
    list-style: none;
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: 500;
    font-size: 12px;
    color: #222;
    font-family: inherit;
    display: inline-block;
    width: 30%;
    border-bottom: 1px dotted #ddd;
    margin-right: 3%;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.widget_dealer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget_dealer ul li {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    padding-bottom: 0;
    position: relative;
    margin-right: 2%;
}

.header .navbar .navbar-nav li.header-button {
    margin-top: -13px;
    margin-left: 10px;
    margin-right: 0
}

.header .navbar .navbar-nav li.header-button a {
    max-width: 110px;
    text-align: center;
    padding: 5px;
    cursor: pointer
}

.header.header-color-white .navbar .navbar-nav li.header-button a {
    border: 1px solid rgba(255, 255, 255, .2) !important;
    font-size: 14px;
    border-radius: 0 !important;
    padding: 7px 21px !important;
    margin-top: 5px !important
}

.header.header-color-black .navbar .navbar-nav li.header-button a {
    border: 1px solid rgba(0, 0, 0, .2) !important
}

.navbar .navbar-nav li.header-button a.revus-sell-car {
    background: #f76d2b;
    border-radius: 3px !important;
    display: inline-block !important;
    line-height: 1.4 !important;
    margin-top: 11px !important;
    max-width: 100% !important;
    padding: 5px 13px !important;
    width: auto !important;
}

.navbar .navbar-nav li.header-button a.revus-custom-button {
    color: #fff !important;
    background: 0 0 !important;
    border-radius: 3px !important;
    display: inline-block !important;
    line-height: 1.4 !important;
    margin-top: 11px !important;
    max-width: 100% !important;
    padding: 5px 13px !important;
    width: auto !important
}

.header.header-color-white a.revus-sell-car {
    color: #fff !important;
    background: 0 0 !important
}

.header-full-width .revus-sell-car {
    margin-right: 25px !important
}

.header.header-color-white .navbar .navbar-nav li.header-button a.revus-sell-car:hover,
.navbar .navbar-nav li.header-button a.revus-custom-button:hover {
    background: rgba(255, 255, 255, .2) !important
}




.tml .tml-action-links li {
    border: none;
    border-right: 1px solid #eee;
    float: left;
    line-height: 1 !important;
    list-style: none;
    margin: 0 .5em 0 0 !important;
    padding: 0 .5em 0 0 !important
}

.slidebar-menu a:before {
    display: none !important
}

.after-title {
    display: inline;
    font-size: 18px;
    color: #666;
    margin: 0 auto;
    position: relative
}

.after-title:after,
.after-title:before {
    content: "";
    display: block;
    border-bottom: 2px solid #d01818;
    width: 25px;
    position: absolute;
    top: 12px
}

.after-title:before {
    left: -36px
}

.after-title:after {
    right: -36px
}

.after-title-color2 {
    color: #ccc
}

#request_info_form,
#schedule_td_form {
    display: none;
    max-width: 600px
}

.wd-auto_sell_page {
    margin: 0 auto;
    display: inline-block !important;
    background: #ecba00;
    color: #fff !important;
    text-transform: uppercase;
    width: 100%
}

.wd-image,
.wd-name {
    display: inline-block
}

html .wd-name {
    display: none;
}


html .wd-update {
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.8);
    padding: 3px 5px;
}

.wd-auto_sell_page_btn {
    text-align: center;
    padding: 0
}

.wd-image img {
    max-width: 100%;
    height: auto;
    margin: 0 0 5px
}

.wd-image {
    height: 54px;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.wd-name {
    padding-bottom: 2px;
    font-size: 11px
}

.wd-msg {
    background: #f5f5f5;
    padding: 10px 15px 10px 15px !important;
    width: 100% !important;
    margin: 0 0 20px
}

.wd-update {
    text-transform: uppercase;
    font-size: 11px;
    display: block
}

.m-submit1 .b-infoBar,
.m-submit2 .b-infoBar,
.m-submit3 .b-infoBar,
.m-submit4 .b-infoBar,
.m-submit5 .b-infoBar {
    padding: 35px 0
}

.b-infoBar__progress-line {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.b-infoBar__progress-line-step {
    height: 7px;
    width: 25%;
    float: left;
    position: relative
}

.b-infoBar__progress-line-step-circle {
    border: 1px solid #cfcfcf;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    left: -1px;
    top: -9px;
    text-align: center
}

.b-infoBar__progress-line-step-circle-inner {
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #ccc;
    border-radius: 100%
}

.b-infoBar__progress-line-step-circle.m-last {
    right: -25px;
    left: auto
}

.b-submit {
    padding: 75px 0 180px
}

.b-submit__aside {
    border-bottom: 7px solid #555
}

.b-submit__aside-step {
    background: #737373;
    background: -moz-linear-gradient(top, #737373 0, #656565 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #737373), color-stop(100%, #656565));
    background: -webkit-linear-gradient(top, #737373 0, #656565 100%);
    background: -o-linear-gradient(top, #737373 0, #656565 100%);
    background: -ms-linear-gradient(top, #737373 0, #656565 100%);
    background: linear-gradient(to bottom, #737373 0, #656565 100%);
    padding: 25px 0 25px 25px;
    border-bottom: 1px solid #555
}

.b-submit__aside-step.m-active {
    background: #444;
    border-color: #444
}

.b-submit__aside-step h3 {
    text-transform: uppercase;
    margin: 0 0 15px;
    font: 700 12px Ubuntu, sans-serif;
    color: #fff
}

.b-submit__aside-step:last-child {
    border-bottom: none
}

.b-submit__aside-step-inner {
    padding: 20px 10px 15px 20px;
    background: #444;
    position: relative;
    height: 70px
}

.b-submit__aside-step-inner-info-triangle {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 30px solid #d01818;
    border-bottom: 35px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100
}

.b-submit__aside-step-inner-icon {
    width: 35px;
    float: left
}

.b-submit__aside-step-inner-icon span.fa {
    font-size: 22px;
    margin-top: 3px;
    color: #fff
}

.b-submit__aside-step-inner-info {
    float: left;
    margin-left: 7px
}

.b-submit__aside-step-inner-info h4 {
    font: 700 14px Ubuntu, sans-serif;
    margin: 0 0 3px;
    padding-left: 5px;
    border-left: 4px solid #f76d2b;
    text-transform: uppercase;
    line-height: 1;
    color: #fff
}

.b-submit__aside-step-inner.m-active {
    background: #d01818
}

.b-submit__aside-step-inner-info p {
    font: 400 11px Ubuntu, sans-serif;
    margin: 0;
    color: #b4b4b4;
    padding-top: 6px
}

.b-submit__aside-step-inner.m-active .b-submit__aside-step-inner-info h4 {
    border-color: #fff
}

.b-submit__aside-step-inner.m-active .b-submit__aside-step-inner-info p {
    color: #fff
}

.b-submit__main {
    margin-left: 50px
}

.b-submit__main-element {
    margin-bottom: 35px
}

.b-infoBar__progress-line-step.m-active {
    background: url(https://revus.envato-themes.com/rent-elementor/wp-content/themes/revus/assets/images/backgrounds/progress.jpg) repeat-x
}

.m-submit2 .b-submit__main-element {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

.b-submit__main p {
    font: 400 13px Ubuntu, sans-serif;
    margin: 0 0 35px;
    line-height: 1.7
}

.b-submit__main-file .s-headerSubmit,
.m-submit2 .s-headerSubmit {
    margin-bottom: 35px
}

.b-submit__main-element.m-border {
    border-bottom: none !important
}

.b-submit__main-file {
    margin-bottom: 65px
}

.b-submit__main-contacts,
.b-submit__main-file:last-child {
    margin-bottom: 35px
}

.b-submit__main-file label.btn.m-btn {
    font: 600 10px Ubuntu, sans-serif;
    cursor: pointer;
    padding-left: 15px;
    border: 1px solid #ddd
}

.b-submit__main-file label.btn.m-btn span.fa {
    width: 20px;
    height: 20px;
    font-size: 12px;
    padding: 4px;
    margin-left: 10px
}

.b-submit__main-file label.btn.m-btn + label {
    margin-left: 15px;
    font: 600 10px Ubuntu, sans-serif;
    vertical-align: middle
}

.b-submit__main-file textarea {
    height: 190px
}

.b-submit__main-contacts:first-child {
    margin-bottom: 65px
}

.b-submit__main-contacts:last-of-type {
    margin-bottom: 0
}

.b-submit__main-contacts .s-headerSubmit,
.b-submit__main-plan .s-headerSubmit {
    margin-bottom: 35px
}

.b-submit__main-contacts p,
.b-submit__main-plan p {
    margin-bottom: 50px
}

.b-submit__main-contacts-price {
    padding: 35px 45px;
    background: url(https://revus.envato-themes.com/rent-elementor/wp-content/themes/revus/assets/images/backgrounds/blue.png) -90px center no-repeat #2475ce
}

.b-submit__main-contacts-price h6 {
    font: 600 16px Ubuntu, sans-serif;
    margin: 14px 0 0;
    text-transform: uppercase
}

.b-submit__main-contacts-price-input {
    position: relative
}

.b-submit__main-contacts-price-input input[type=text] {
    background: #fff !important;
    padding-left: 60px;
    padding-right: 85px
}

.b-submit__main-contacts-price-input span.fa {
    position: absolute;
    font-size: 20px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    color: #ccc;
    left: 20px;
    top: 13px
}

.b-submit__main-contacts-price-input-usd,
.b-submit__main-contacts-price-note,
.b-submit__main-contacts-select select {
    font: 600 10px Ubuntu, sans-serif
}

.b-submit__main-contacts-price-input-usd {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 8px;
    padding: 10px 15px;
    border-radius: 30px;
    text-transform: uppercase
}

.b-submit__main-contacts-price-note {
    text-align: center;
    margin-top: 10px
}

.b-submit__main-contacts-inputSelect {
    position: relative
}

.b-submit__main-contacts-inputSelect input[type=text] {
    padding-right: 95px
}

.b-submit__main-contacts-select {
    position: absolute;
    display: inline-block;
    top: 5px;
    background: 0 0;
    right: 5px
}

.b-submit__main-contacts-select select {
    background: #fff !important;
    border: none;
    height: auto;
    padding: 10px 25px 10px 15px;
    z-index: 100;
    cursor: pointer
}

.b-submit__main-contacts-select select + span.fa {
    top: 11px !important;
    right: 12px !important
}

.b-submit__main-contacts-check {
    position: relative;
    margin-bottom: 40px
}

.b-submit__main-contacts-check > span {
    font: 400 13px Ubuntu, sans-serif;
    padding: 0 25px 0 10px;
    vertical-align: super
}

.b-submit__main-contacts-check .s-submitCheck {
    font: 700 13px Ubuntu, sans-serif;
    margin-right: 15px
}

.b-submit__main-contacts-check .s-submitCheckLabel span.fa {
    font: normal normal normal 14px/1 FontAwesome
}

.b-submit__main-plan {
    margin-bottom: 65px
}

.b-submit__main-plan .b-submit__main-contacts-price {
    padding-top: 60px;
    padding-bottom: 60px
}

.b-submit__main-contacts-price-plan {
    font: 600 16px Ubuntu, sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.5
}

.b-submit__main-contacts-price-plan span {
    font: 800 22px Ubuntu, sans-serif;
    margin-left: 5px
}

.b-submit__main-contacts-price-plan > a {
    font: 600 10px Ubuntu, sans-serif;
    text-decoration: none;
    display: inline-block;
    padding: 8px 22px;
    border-radius: 30px;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 3px
}

.b-submit__main-plan-money {
    font: 700 20px Ubuntu, sans-serif;
    margin-left: 10px
}

.b-submit__main-plan-money-note {
    font: 400 13px Ubuntu, sans-serif
}

.b-submit__main-plan label.s-submitCheckLabel {
    border-radius: 100%;
    text-align: center;
    position: relative
}

.b-submit__main-plan label.s-submitCheckLabel span.m-circle {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

a.btn.m-btn.m-pay span.fa {
    width: 25px;
    height: 25px;
    font-size: 14px;
    padding: 5px;
    margin-left: 13px
}

a.btn.m-btn.m-pay {
    font: 600 12px Ubuntu, sans-serif;
    border: 1px solid #ddd;
    padding-left: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 4px
}

a.btn.m-btn.m-pay:hover {
    border-color: #f76d2b
}

.b-submit__main-plan + button[type=submit] {
    margin-top: 15px
}

.b-submit__main-plan:last-of-type {
    margin-bottom: 0
}

.pixad-control-input select {
    height: 35px !important;
    border: 0;
    display: inline-block;
    color: #999
}


.pixad-control-input + span {
    color: #222;
    font-size: 11px;
    padding-top: 10px;
    display: inline-block;
    line-height: 19px;
}

.requi#d01818-field {
    color: #d01818;
}

.pixad-control-label,
html .pixad-form-horizontal .pixad-control-label {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
    padding-top: 0;
    display: inline-block;
    width: 100%
}

#clear_gallery,
#clear_thumbnail_id,
#manage_gallery,
#manage_thumbnail_id {
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #ddd;
    background: #253241;
    padding: 10px 20px;
    margin: 0 10px 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}


#clear_thumbnail_id,
#clear_gallery {
    background-color: #d01818;
}

#clear_gallery:hover,
#clear_thumbnail_id:hover,
#manage_gallery:hover,
#manage_thumbnail_id:hover {
    border: 1px solid #222;
    background: #222;
    color: #fff
}

.pixad-control-input input[type=submit] {
    margin: 0 auto;
    display: block;
    width: 100%;
    background: #d01818;
    color: #ffffff;
    padding: 15px;
}

html .pixad-form-control {
    border: 0 !important
}

.step-section {
    overflow: hidden;
    margin-bottom: 23px;
    border: #ddd 1px solid;
    padding: 25px;
    margin-left: 25px;
    background: #fff;
}


.step-section .pixad-form-control {
    border: 0 !important;
    background: #f5f5f5 !important;
    padding-bottom: 15px !important;
    padding: 10px 15px !important;
}

.step-section .pixad-form-control.location_disabled {
    opacity: 0.5;
}

.step-section .pixad-form-control.location_disabled:hover,
.step-section .pixad-form-control.location_disabled:focus,
.step-section .pixad-form-control.location_disabled:active {
    box-shadow: none !important;
}


.step-section .pixad-form-group {
    margin-left: 0;
    margin-right: 2%;
    width: 47%;
    vertical-align: top;
    float: left;
}

#step05.step-section .pixad-form-group,
#step02.step-section .pixad-form-group {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

@media only screen and (max-width:768px) {

    .step-section .pixad-form-group {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }


    html .step-section {
        margin-left: 0;
    }


}



.step-section .pixad-form-group:nth-child(even) {
    float: right;
    margin-right: 0;
}

.step-section .pixad-form-group:nth-child(odd) {
    clear: both;
}

.b-submit__aside-step-inner-info-triangle {
    display: none
}

.m-active .b-submit__aside-step-inner-info-triangle {
    display: block
}

.container-fluid .sidebar-wrapper {
    margin: 0 -10px
}

.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.add-car-to-site {
    z-index: 999999;
    background-color: #d01818 !important;
    /* opacity: 0; */
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding: 20px 0 10px;
}

.add-car-to-site-visible {
    top: 0;
    opacity: 1
}

.add-car-to-site .auto-title {
    display: block;
    padding-top: 10px;
    color: #fff !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
}



.modal-content .form-control,
.modal-content input[type=email],
.modal-content input[type=password],
.modal-content input[type=tel],
.modal-content input[type=text],
.modal-content select,
.modal-content textarea {
    margin-bottom: 0;
}

/*   COMMENTS  RATING  */



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


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



.star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}



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



.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: orange;
}




.main-content-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}



.products .star-rating {
    margin: 0 0 .5em;
    float: none
}



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





p.stars a:before,
.main-content p.stars a:hover ~ a:before {
    content: "\e021"
}




p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: orange;
    font-size: 16px;
}



p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    text-indent: 0
}




p.stars.selected a.active:before,


p.stars:hover a:before {
    content: "\e020"
}



p.stars.selected a.active ~ a:before {
    content: "\e021"
}



p.stars.selected a:not(.active):before {
    content: "\e020"
}

.star-rating * {
    font-family: star;
}

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



.star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}




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



.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: orange;
}




.main-content-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}



.products .star-rating {
    margin: 0 0 .5em;
    float: none;
}



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

.main-content .slider-grid__inner .star-rating {
    margin-left: calc(50% - 35px);
}


/* Favorites home*/


.customer-favourites .product_list_widget li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}


.customer-favourites ul.product_list_widget li img {
    float: left !important;
    margin-left: 0 !important;
    width: 95px !important;
    height: auto !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    margin-right: 15px !important;
}


html .customer-favourites ul.product_list_widget li a {
    display: block;
    font-weight: 500;
    color: #222;
    padding-bottom: 8px;
    font-size: 16px;
}

html .customer-favourites .widget {
    padding: 0;
}


html .customer-favourites .star-rating {
    padding-bottom: 22px;
}

html .customer-favourites .del .customer-favourites .woocommerce-Price-amount {
    color: inherit !important;
}


html .customer-favourites ul.product_list_widget li {
    padding: 10px 0 15px;
    margin: 0;
    list-style: none;
}


.woocommerce del .woocommerce-Price-amount {
    opacity: .7;
    color: #777;
}


.woocommerce ins {
    text-decoration: none;
}


.customer-favourites .woocommerce-Price-amount {
    font-size: 16px;
}

.product_list_widget .product-title {
    font-size: 14px;
    color: #222;
    text-transform: none;
    font-weight: 500;
    line-height: 1.4;
}

@media only screen and (max-width:480px) {

    .product_list_widget .product-title {
        display: inline-block;
        width: 100%;
        padding-top: 10px;
    }

}

/* hot-deal-mod */

.hot-deal-card {
    max-width: 400px;
    text-align: center;
    background: #fff;
    border: 2px solid #f4f4f4;
    padding: 25px;
}



.woocommerce .hot-deal-card .star-rating {
    float: none;
    margin: 15px auto;
}

.woocommerce .hot-deal-card .name-item a {
    font-weight: 600;
    color: #222;
    font-size: 24px;
}


.b-hot-deal-mod .b-hot-deal {
    border-color: transparent;
}

.b-hot-deal-mod .b-hot-deal .hot-deal-card {
    padding: 35px 30px 28px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 5px 14px #ccc;
    border: 1px solid #ddd;
}

.b-hot-deal-mod .ds-custom {
    margin: 0 0 25px;
}

.hot-deal-card .card-info {
    margin: 0 10%;
}


.card-info .caption {
    padding-bottom: 25px;
}

.card-info .deal,
.card-info .regular {
    font-weight: 600;
    color: #222;
}


.card-info .product-price-old,
.card-info .woocommerce-Price-amount.amount {
    font-weight: 600;
    font-size: 20px;
}

.b-hot-deal-mod .ds-custom .ds-element {
    background: #fff;
    border-left: 1px solid #ddd;
    outline: 0;
}

.deal > span,
.card-info .regular > span {
    text-transform: uppercase;
    line-height: 1.6;
    font-weight: normal;
}

.hot-deal-mod-item .image {
    margin-top: -18px;
}

.hot-deal-mod-item .image:after {
    display: none;
}

.hot-deal-mod-item .detail-info {
    margin-top: 22px;
}

.hot-deal-mod-item .detail-info .heading-line {
    margin-top: 5px;
    padding-bottom: 22px;
}

.hot-deal-mod-item .detail-info .name-item {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: #222;
    padding-bottom: 10px;
}

.hot-deal-mod-item .detail-info .caption .product-description {
    margin-top: 15px;
}

.hot-deal-mod-item .detail-info .caption .product-description p {
    margin-top: 0;
    margin-bottom: 15px;
}

.hot-deal-mod-item .detail-info .caption .product-description a {
    color: #222;
    font-weight: 700;
    text-decoration: none;
}

/* countdown timer */

.ds-custom {
    display: block;
    margin: 40px 0 45px;
}

.ds-custom .ds-element {
    float: left;
    vertical-align: middle;
    padding: 0px 18px;
    background: #f6f6f6;
    max-width: 78px;
    margin-right: 0;
}

.ds-custom .ds-element:last-child {
    margin-right: 0;
    border-right: 1px solid #ddd;
}

.ds-custom .ds-element .ds-element-title {
    display: table-footer-group;
    font-size: 11px;
    text-transform: uppercase;
    color: #444444;
    position: relative;
    top: 10px;
}

.ds-custom .ds-element .ds-element-value {
    font-size: 20px;
    font-weight: bold;
    display: table-header-group;
    color: #444444;
    position: relative;
}

.ds-custom .ds-element .ds-element-value:after {
    content: '';
    position: relative;
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 2px;
}

.summary .pwb-single-product-brands img {
    margin: 10px 10px 0px 0;
    max-width: 120px;
}

html .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
    padding: 1%;
    width: 16%;
    float: none;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

html .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 p {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}


html .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 img {
    max-width: 100%;
    height: auto;
}


aside .pwb-columns-2 {
    width: 33%;
}

html .pwb-all-brands .pwb-pagination-wrapper {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 0;
    text-align: center;
    border: 0;
}

#gallery-2 img {
    max-width: 120px;
    height: auto;
}

html #gallery-2 .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 26%;
    margin: 2%;
}


#pixad-listing.list .card__inner .decor-1 {
    display: none;
}



.fl-login-register--header {
    border-radius: 3px !important;
    display: inline-block !important;
    max-width: 100% !important;
    width: auto !important;
    color: #fff !important;
    background: 0 0 !important;
    margin-left: 25px !important;
    cursor: pointer;
}

.fl-login-register--header .fl-header-register-delimiter {
    padding: 0 5px;
}

.fl-login-register--header .fl-header-register-delimiter {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .1em;
}

.fl-login-register--header i {
    margin-right: 5px;
}

.fl-login_form .login_form_title,
.fl-register-sub-menu .register_form_title {
    color: #222222 !important;
}

.fl-login_form .login_form_title,
.fl-register-sub-menu .register_form_title {
    color: #222222 !important;
}

.fl-login_form .login-submit .btn-skew-r {
    transform: skewX(0deg);
    margin-left: 0px;
}

.fl-login_form .login_form_title,
.fl-register-sub-menu .registration-text {
    color: #222222 !important;
}

.fl-login_form .fl-register-sub-menu a {
    color: #dc2d13 !important;
}

.fl-register-sub-menu .reg_passmail {
    color: #222222 !important;
}

.fl-login_form .reg_passmail {
    color: #222222 !important;
}

.fl-login_form span {
    color: #222222 !important;
}

.fl-login_form span {
    color: #222222 !important;
}

.fl-register-sub-menu .register-text-link a {
    color: #dc2d13 !important;
}

.fl-login_form .registration-text-wrapper a {
    color: #dc2d13 !important;
}

.fl-login_form .remember--lost-password-wrapper .remember-login-checkbox-label {
    color: #222222 !important;
}

.fl-login_form .remember--lost-password-wrapper a {
    color: #dc2d13;
}



/*Youzify*/


.youzify div.item-list-tabs,
.youzify-hdr-v2 .youzify-header-networks,
.youzify-hdr-v2 .youzify-user-statistics {
    display: none !important;
}



.step-section {
    overflow: hidden;
    margin-bottom: 23px;
    border: #ddd 1px solid;
    padding: 25px;
    margin-left: 25px;
    background: #fff;
}

.youzify-content .step-section {
    margin-left: 0px;
}

.pixad-form-horizontal {
    padding: 0;
}

.step-section .pixad-form-group:nth-child(odd) {
    clear: both;
}

#youzify .step-section .nice-select {
    width: 100%;
}

.pixad-form-horizontal {
    padding: 0;
}

.step-section .pixad-form-group:nth-child(odd) {
    clear: both;
}



.step-section .pixad-form-group {
    margin-left: 0;
    margin-right: 2%;
    width: 47%;
    vertical-align: top;
    float: left;
}



.pixad-control-label,
html .pixad-form-horizontal .pixad-control-label {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
    padding-top: 0;
    display: inline-block;
    width: 100%;
}


.step-section .pixad-form-control {
    border: 0 !important;
    background: #f5f5f5 !important;
    padding-bottom: 15px !important;
    padding: 0px 15px !important;
    margin-bottom: 0;
}


.step-section .pixad-form-control.nice-select {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.step-section .pixad-form-group:nth-child(even) {
    float: right;
    margin-right: 0;
}


#youzify .youzify select {
    -webkit-tap-highlight-color: transparent;
    background-color: #f6f6f6;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    height: 38px;
    line-height: 39px;
    margin: 0;
    outline: 0;
    padding: 0 10px 0 10px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    font-size: 13px;
    color: #8a8a8a;
    width: 140px;
    line-height: 0;
    font-weight: 600;
    border: none;
    border-radius: 3px;
}


#youzify .step-section .nice-select.open .list {
    width: 100%;
}


#youzify .step-section .nice-select .current {
    height: 40px;
    color: #8a8a8a;
    display: block;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    word-break: break-all;
    text-align: left;
}

.step-section .pixad-form-control {
    border: 0 !important;
    background: #f5f5f5 !important;
    padding-bottom: 15px !important;
    padding: 10px 15px !important;
}

.pixad-form-control.pixad-features-upload.pixad-body-styles,
.pixad-form-control.pixad-features-list.pixad-features-upload {
    padding-bottom: 10px !important;
    padding-top: 20px !important;
}




.pixad-features-upload.pixad-features-list .pixad-exist {
    padding-left: 25px;
    padding-top: 16px;
    max-height: 190px;
}

html .pixad-features-list.pixad-features-upload li {
    list-style: none;
    margin-bottom: 1%;
    margin-top: 0;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    color: #222;
    display: inline-block;
    width: 45%;
    margin-right: 3%;
    vertical-align: top;
    border-top: none;
}

html .pixad-form-control {
    font-family: inherit;
}


.pixad-features-upload.pixad-features-list .pixad-exist {
    padding-left: 25px;
    padding-top: 0px;
    max-height: 190px;
}

#step05 input[type=submit] {
    margin-top: 20px;
}


#youzify #pixad-listing .row {
    margin-right: 0px;
    margin-left: 0px;
}

.tm-autos-top-edit-button,
.tm-autos-top-draft-button span {
    text-transform: uppercase;
    font-size: 11px;
}

.templines-label-status-pending {
    background-color: red !important;
}

.templines-label-status-publish {
    background-color: green !important;
}

.youzify-main-column .tmpl-list-footer {
    display: none !important;
}

.tm-autos-top-draft-button {
    position: absolute;
    bottom: 7px;
    right: 10px;
    background-color: red;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    transition: all .3s ease-in-out;
    text-decoration: none !important;
}

.tm-autos-top-draft-button:hover {
    background-color: red;
    color: #fff !important;
}

.tm-autos-top-edit-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    color: #222;
    transition: all .3s ease-in-out;
    //box-shadow: 4px 2px 1px rgb(0 0 0 / 4%);
    text-decoration: none !important;
}

.tm-autos-top-edit-button:hover,
.tm-autos-top-draft-button:hover {
    background-color: #d01818 !important;
    color: #fff !important;
}

.tm-autos-top-edit-button:hover * {
    color: #fff !important;
}

.tm-autos-top-edit-button * {
    color: #222;
}

.youzify-page-main-content .add-to-compare {
    display: none !important;
}





.templines-label-status-pending {
    background-color: red !important;
}

.templines-label-status-publish {
    background-color: green !important;
}

.youzify-main-column .tmpl-list-footer {
    display: none !important;
}

.tm-autos-top-draft-button {
    position: absolute;
    bottom: 7px;
    right: 10px;
    background-color: #e3740e !important;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    transition: all .3s ease-in-out;
    text-decoration: none !important;
}

.tm-autos-top-draft-button:hover {
    background-color: red;
    color: #fff !important;
}

.tm-autos-top-edit-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: green;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    transition: all .3s ease-in-out;
    box-shadow: 4px 2px 1px rgb(0 0 0 / 4%);
    text-decoration: none !important;
}

.tm-autos-top-edit-button:hover {
    background-color: #222;
    color: #fff !important;
}

.tm-autos-top-edit-button:hover * {
    color: #fff !important;
}

.tm-autos-top-edit-button * {
    color: #fff;
}

#youzify .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap {
    max-width: unset !important;
    width: 60%;
}

#youzify .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content a.no-image {
    width: 300px;
    display: block;
}

#youzify .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content a.no-image img {
    object-fit: cover;
    width: 100%;
    height: 220px;
}


.dealer-profile a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    padding-bottom: 5px;
}



.dealer-profile a:hover {
    border-bottom: 0;
}



.youzify-page-main-content .pix-dynamic-content #pixad-listing.list .post-auto-list {
    background: #fff;
    width: 100%;
    padding-bottom: 0;
}


.youzify-page-main-content .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content {
    padding-top: 20px;
    padding-right: 15px;
}



.youzify-page-main-content .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .list-wrap .car-list-list li {
    margin-bottom: 4px;
    line-height: 20px;
    font-size: 13px;
}


.youzify-page-main-content .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap .car-description {
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 14px;
}

.youzify-page-main-content .card__label {
    background-color: #253241;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 1;
    padding: 9px 13px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.youzify-page-main-content .favorite-car-wrap,
.youzify-page-main-content .images-promo,
.youzify-page-main-content .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .car-label-list {
    display: none !important;
}


.youzify-page-main-content .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .car-price-wrap .car-price {
    font-size: 17px;
    padding: 12px 17px;
    display: inline-block;
    color: #fff;
}


.sidebar .widget .widget-title {
    background-color: #253241;
}


.youzify-widget .youzify-widget-head {
    border-bottom: 0;
    background: #253241;
}

.youzify-widget .youzify-widget-title i,
#youzify-profile-navmenu .youzify-quick-buttons {
    display: none !important;
}

html .youzify-widget .youzify-widget-title {
    font-size: 15px;
    line-height: 38px;
    color: #fff !important;
    -webkit-box-shadow: 0 0 12px 8px rgb(129 129 129 / 6%);
    box-shadow: 0 0 12px 8px rgb(129 129 129 / 6%);
    text-transform: uppercase !important;
}


html .youzify-widget .youzify-widget-title:after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    border-width: 7px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: '';
}


html .youzify-widget .youzify-widget-title:after {
    border-left-color: #d01818;
    border-top-color: #d01818;
}

.pixad-control-input .gallery-item {
    max-width: 20%;
    display: inline-block;
}


.pixad-control-input .pixad-features-upload label .icon,
.pixad-control-input .pixad-features-upload label img {
    display: none;
}


.pixad-form-control.pixad-features-upload.pixad-body-styles,
.pixad-form-control.pixad-features-list.pixad-features-upload {
    margin-bottom: 20px;
}


.pixad-control-input .pixad-features-upload.pixad-body-styles label {
    position: relative;
    top: -5px;
}


.pixad-control-label,
html .pixad-form-horizontal .pixad-control-label {
    padding-top: 10px;
}


.fl-mega-menu .youzify_profile_link {
    float: left;
    margin-left: 25px;
}

.fl-mega-menu .menu {
    float: left;
}

.fl-mega-menu .youzify_profile_link a {
    color: #1c1f23;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat';
}


.fl-mega-menu .youzify_profile_link .fa {
    margin-right: 5px;
}

html .youzify-membership-form .form-title h2 {
    font-size: 26px;
}


.youzify-main-column.grid-column .post-auto-list .card__price-number {
    font-size: 17px;
}


.youzify-main-column.grid-column .post-auto-list .card__price-number .after-price-text {
    font-size: 14px;
}


.wpm-language-switcher span span,
.wpm-language-switcher a span {
    display: none !important
}

.wpm-language-switcher.switcher-list li {
    display: inline-block;
    padding-right: 3px;
}


html .switcher-list {
    padding-left: 15px;
}


.switcher-list li img {
    opacity: 0.5;
}

.switcher-list li:hover img {
    opacity: 1;
}

.switcher-list li.active img {
    opacity: 1;
}


html form.checkout #order_review #payment ul.wc_payment_methods li label {
    color: #1c1f23;
    font-size: 13px;
    position: relative;
    top: 6px;
    margin-left: 3px;
}



html #add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
    margin-top: 0;
}


.fl-themes-add-extra-fields input[type='text'],
.fl-themes-add-extra-fields input[type='number'],
#tag-description {
    border: 0 !important;
    background: #f5f5f5 !important;
    padding-bottom: 15px !important;
    padding: 10px 15px !important;
    border-radius: 0;
}


.step-section .fl-themes-add-extra-fields .fl-themes-add-extra-fields-form .form-field input,
#tag-description {
    margin-top: 10px;
    margin-bottom: 0px !important;
}


.step-section > .pixad-control-label {
    font-size: 16px;
    color: #222;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

#extra_submit {
    margin: 0 auto;
    display: block;
    width: 100%;
    background: #222;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.fl-themes-add-extra-fields-form label {
    padding-top: 25px;
    padding-bottom: 0px;
}

.acf-field[data-name='extra_price'] {
    margin-bottom: -20px;
}


html .step-section {
    overflow: inherit;
    margin-bottom: 23px;
    border: #ddd 1px solid;
    padding: 25px;
    margin-left: 25px;
    background: #fff;
    display: inline-block;
    width: 100%;
}



html .step-section .fl-themes-add-extra-fields .fl-themes-add-extra-fields-contain {
    background: #f5f5f5 !important;
    padding: 35px;
}


html .step-section .fl-themes-add-extra-fields .fl-themes-add-extra-fields-contain input[type=checkbox] {
    float: left;
    margin-right: 8px;
    position: relative;
    top: 8px;
}


html .equipment-booking {
    padding: 30px;
    background-color: #f1f5fa !important;
    margin: 0;
}


html .step-section .fl-themes-add-extra-fields .fl-themes-add-extra-fields-form.opened {
    padding: 35px;
    background: #f5f5f5 !important;
    margin-top: 50px;
    overflow: inherit;
}


.step-section .fl-themes-add-extra-fields .fl-themes-add-extra-fields-form {
    position: relative;
}


.fl-themes-add-extra-fields-form .modal_close {
    background: #ddd;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


.fl-themes-add-extra-fields-form .modal_close:hover,
#extra_submit:hover,
.fl-themes-add-extra-btn:hover {
    background-color: #d01818 !important;
    color: #fff !important;
}


html .fl-themes-add-extra-fields-form input[type='text'],
html .fl-themes-add-extra-fields-form input[type='number'],
html .fl-themes-add-extra-fields-form .nice-select,
html .fl-themes-add-extra-fields-form #tag-description {
    background: #fff !important;
}


#extra_submit,
.fl-themes-add-extra-btn {
    margin: 0 auto;
    display: block;
    width: 100%;
    background: #ddd;
    color: #222 !important;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


html #extra_submit {
    background-color: #222 !important;
    color: #fff !important;
}


.step-section .fl-themes-add-extra-fields .fl-themes-add-extra-fields-form:before {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-bottom: 11px solid #f5f5f5;
    opacity: 1;
    top: -29px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    transition: all .3s ease-in-out;
}

.flthemes_extra_contain .delete-item {}


.flthemes_extra_contain {
    width: 47%;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    margin-right: 2%;
    vertical-align: top;
    margin-bottom: 2%;
}





.flthemes_extra_contain label {
    float: left;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.flthemes_extra_contain .delete-item {
    background: #ddd;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    position: absolute;
    right: 0;
    top: 1px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


.flthemes_extra_contain .delete-item:hover {
    background-color: #d01818 !important;
}


@media (max-width:991px) {


    .flthemes_extra_contain {
        width: 100% !important;
        margin-right: 0 !important;
    }


}

#gallery_id_show {
    display: flex;
    flex-wrap: wrap;
}

#gallery_id_show img {
    margin: 5px;
}


.pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap img {
    max-width: 100%;
    height: auto;
    width: 100%;
}


html .woocommerce-checkout .cclw_opc_main .border_html {
    background: #253241;
    border: 0;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px 20px;
    position: relative;
    margin-bottom: 25px;
    font-size: 14px !important;
}



html .woocommerce-checkout .cclw_opc_main .border_html:after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #d01818;
    border-top-color: #d01818;
    content: "";
    border-width: 7px;
    border-style: solid;
}



html #customer_address_details span.select2-selection {

    height: 46px;

}


html #customer_address_details input.input-text {
    min-height: 30px;
    height: 52px;
    font-size: 14px;
    margin-bottom: 0;
}



html form.checkout .address-field .woocommerce-input-wrapper .select2-container {
    margin-bottom: 18px;
}


.variation dt,
.variation dd {
    margin-top: 0 !important;
}


html .woocommerce #payment #place_order,
html .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
}


html .equipment-booking .rental-item__price-btn form.booking_form .tm_input_container.tm_price_total span.total_price,
html .equipment-booking .rental-item__price-btn form.booking_form .tm_input_container.tm_price_total span.total_price span {
    color: #d01818;
}



html .equipment-booking .rental-item__price-btn form.booking_form .tm_input_container.tm_extra_input .available_extra_wrap {
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}



html .sidebar .auto-price-info .top-info {
    padding: 19px 20px;
    background: #253241;
}


.auto-price-info .car_premium_price li:last-child {
    border-right: 0;
}


html .equipment-booking .rental-item__price-btn form.booking_form .book_now_btn {
    background: #d01818;
    font-weight: 600;
}

.acf-th label {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;

}


.acf-table td {
    background: #253241 !important;
    padding: 10px !important;
}

.acf-table td input {
    margin-bottom: 0px !important;

}


html #gallery_id_show img,
#thumbnail_id_show img {
    margin: 5px;
    max-width: 75px;
}


.equipment-booking .rental-item__price-btn form.booking_form .tm_input_container.tm_price_total span {
    font-size: 17px;
}

.product-name .variation-Extraitems {
    width: 100%;
    display: inline-block;

}

.product-name .available_extra_wrap {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 4px;
    padding-top: 7px;
}

.product-name .available_extra_price {
    font-weight: 600;
    margin-left: 10px;
}


.product-name dt.variation-Extraitems {
    padding-top: 10px;
}



html #cclw_order_details_table .cclw_order_review_table .cclw_cart_totals div {
    border-bottom: 1px solid #ddd;
}




html .equipment-booking .rental-item__price-btn form.booking_form .tm_input_container.tm_extra_input .available_extra_wrap .available_extra_title,
html .equipment-booking .equipment-item__btn form.booking_form .tm_input_container.tm_extra_input .available_extra_wrap .available_extra_title {
    font-size: 12px;

}


html .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap {
    max-width: calc(100% - 95px);
}


html .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap {
    top: -20px;
    position: absolute;
    right: 0;
}


html .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .card__price-number {
    font-size: 16px;
}


.pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content {
    position: relative;
}


html .car-details .tabs-content .tab-content .pixad-features-list li {
    width: 46%;
    display: inline-block;
}


html .car-details .tabs-content .tab-content .pixad-features-list li i {
    color: #d01818;
}

.revus_booking_prices_contain {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #253241;
}


.revus_booking_prices_contain .list-grid-item {
    display: inline-block;
    color: #fff;
    width: 32%;
    text-align: center;
    opacity: 0.85;
    font-size: 12px;
    padding: 0;
    border-right: 1px solid rgba(221, 221, 221, 0.3);
    margin: 8px 0;
    line-height: 14px;
}


.revus_booking_prices_contain .list-grid-item:last-child {
    border: 0;
}


html .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content {
    max-width: 300px;
    min-width: 300px;
}


html .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content img {
    width: 100%;
    height: auto;
    min-height: 200px;
}


html .pix-dynamic-content #pixad-listing.grid .post-auto-grid.dark-style .bottom-content-wrap .auto-grid-list-content .list-grid--info .list-grid-item {
    opacity: 0.85;
}


body.tm-booking-cart-has-items .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods input[type=radio] {
    float: left;
    height: 17px;
    position: absolute;
    left: 0;
    top: 6px;
    text-align: left;
    display: inline-block;
    width: 20px;
}


#cclw_payment_section #payment ul.payment_methods li {
    position: relative;
    padding-left: 30px;
}

#cclw_payment_section #payment ul.payment_methods li .input-radio {
    position: absolute;
    left: 11px;
    width: auto;
    top: 18px;
}


html #cclw_payment_section #payment ul.payment_methods li .payment_box {
    margin-top: 10px;
}

.woocommerce-privacy-policy-text {
    padding: 5px 25px;
    background: #dfdcde;
    margin-bottom: 20px;
}

#cclw_order_details_table .cclw_order_review_table .more_details_slide dt {
    padding-right: 8px;
}

#cclw_order_details_table .cclw_order_review_table td.name.more_details {
    font-size: 0;
}

#cclw_order_details_table .cclw_order_review_table td.name.more_details .more_details_slide {
    font-size: 14px;
}

.sidebar > .dealer-info {
    margin-top: 0 !important;
}


html .youzify-page-main-content .card__wrap-label.templines-label-status-pending .card__label {
    background-color: orange;
}

html .youzify-page-main-content .card__wrap-label.templines-label-status-publish .card__label {
    background-color: #00bcd4;
}

.tm-autos-top-edit-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
    content: "\f040";
}

html .tm-autos-top-edit-button {
    background-color: green;
}

.card__wrap-label.templines-label-status-pending .card__label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 4px;
    content: "\f251";
    font-size: 14px;
}

.tm-autos-top-draft-button span:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 4px;
    content: "\f2a8";
    font-size: 14px;
}


.card__wrap-label.templines-label-status-publish .card__label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 4px;
    content: "\f135";
    font-size: 14px;
}

.card__wrap-label.templines-label-status-draft .card__label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 4px;
    content: "\f014";
    font-size: 14px;
}

.card__wrap-label.templines-label-status-draft .card__label {
    background-color: #d01818;
}

.product-name .available_extra_wrap:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 7px;
    content: "\f05d";
    font-size: 12px;
    color: #222;
}

dt.variation-Startdate:before,
dt.variation-Enddate:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 7px;
    content: "\f073";
    font-size: 12px;
    color: #222;
}

.variation-Transport {
    padding-bottom: 10px;
}


.youzify-head-buttons .youzify-head-buttons-inner {
    padding: 5px;
    background: #fff;
}





.empty-search-wrapper {
    display: inline-block;
    width: 100%;
}


html .empty-search-wrapper .empty-search-wrapper-text {
    display: inline-block;
    align-items: center;
    justify-content: left;
    margin-bottom: 25px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    width: 100%;
    padding: 16px;
    border-radius: 5px;
}

.fl-booking-custom-links {
    background: #d01818;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
    margin-bottom: 25px;
}

.fl-booking-custom-links:hover {
    color: #fff;
    opacity: 0.9;
}

.fl_themes_form_notice_wrap {
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    color: #31708f;
    line-height: 21px;
}

.fl_themes_form_notice_wrap.profile_fill_data_notice {
    background-color: #f7dbe1;
    border: 1px solid #f1abaa;
    color: #8f3a38;
}

.fl_themes_form_notice_wrap.profile_fill_data_notice a {
    color: #8f2b27;
    border-bottom: 1px dashed #22191b;
}

.fl_themes_form_notice_wrap a {
    color: #31708f;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px dashed #222;
    padding-bottom: 2px;
    vertical-align: top !important;
}


.fl_themes_form_notice_wrap a:hover {
    border-bottom-color: #d01818;
    color: #d01818;
}


html .pmpro_message {

    padding: 20px 25px;

}


.available_extra_wrap {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 12px;

}



.available_extra_wrap * {
    font-size: 12px !important;
    text-transform: uppercase;
}

.car_premium_price {
    text-align: center;
}

.car_premium_price li {
    color: #fff;
    line-height: 1;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 7px !important;
    width: 30%;
    border-right: 1px solid rgba(221, 221, 221, 0.3);
    text-align: center;
}


.car_premium_price {
    background: #253241;
    border-top: 1px solid rgba(221, 221, 221, 0.3);
}

.daterangepicker td {
    position: relative;
}


.daterangepicker.start-date:before,
.daterangepicker td.disabled:before {
    background-color: rgba(255, 0, 0, 0.2);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    bottom: 0;
    opacity: 0.5;
    height: 14px;
}

.daterangepicker.start-date:before {
    left: 30px;
}

.daterangepicker td.off {
    color: #999;
}




.woocommerce ul.order_details {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 30px;
    font-size: 18px;
    color: #fff;
    border: 10px solid transparent;
    border-width: 10px 0;
    background-color: hsla(0, 0%, 0%, 0);
    background-image:
        -webkit-linear-gradient(#253241, #253241),
        -webkit-linear-gradient(top left, transparent 50.5%, #253241 50.5%),
        -webkit-linear-gradient(top right, transparent 50.5%, #253241 50.5%),
        -webkit-linear-gradient(bottom left, transparent 50.5%, #253241 50.5%),
        -webkit-linear-gradient(bottom right, transparent 50.5%, #253241 50.5%);
    background-image:
        -moz-linear-gradient(#253241, #253241),
        -moz-linear-gradient(top left, transparent 50.5%, #253241 50.5%),
        -moz-linear-gradient(top right, transparent 50.5%, #253241 50.5%),
        -moz-linear-gradient(bottom left, transparent 50.5%, #253241 50.5%),
        -moz-linear-gradient(bottom right, transparent 50.5%, #253241 50.5%);
    background-image:
        linear-gradient(#253241, #253241),
        linear-gradient(to bottom right, transparent 50.5%, #253241 50.5%),
        linear-gradient(to bottom left, transparent 50.5%, #253241 50.5%),
        linear-gradient(to top right, transparent 50.5%, #253241 50.5%),
        linear-gradient(to top left, transparent 50.5%, #253241 50.5%);
    background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
    background-position: 0 0, 10px 0, 10px 0, 10px 100%, 10px 100%;
    background-size: auto auto, 20px 20px, 20px 20px, 20px 20px, 20px 20px;
    background-clip: padding-box, border-box, border-box, border-box, border-box;
    background-origin: padding-box, border-box, border-box, border-box, border-box;
}




html .woocommerce .woocommerce-customer-details address {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 30px;
    font-size: 14px;
    line-height: 28px;
    border: 10px solid transparent;
    border-width: 10px 0;
    background-color: hsla(0, 0%, 0%, 0);
    background-image:
        -webkit-linear-gradient(#f2f6f7, #f2f6f7),
        -webkit-linear-gradient(top left, transparent 50.5%, #f2f6f7 50.5%),
        -webkit-linear-gradient(top right, transparent 50.5%, #f2f6f7 50.5%),
        -webkit-linear-gradient(bottom left, transparent 50.5%, #f2f6f7 50.5%),
        -webkit-linear-gradient(bottom right, transparent 50.5%, #f2f6f7 50.5%);
    background-image:
        -moz-linear-gradient(#f1f5fa, #f1f5fa),
        -moz-linear-gradient(top left, transparent 50.5%, #f2f6f7 50.5%),
        -moz-linear-gradient(top right, transparent 50.5%, #f2f6f7 50.5%),
        -moz-linear-gradient(bottom left, transparent 50.5%, #f2f6f7 50.5%),
        -moz-linear-gradient(bottom right, transparent 50.5%, #f2f6f7 50.5%);
    background-image:
        linear-gradient(#f2f6f7, #f2f6f7),
        linear-gradient(to bottom right, transparent 50.5%, #f2f6f7 50.5%),
        linear-gradient(to bottom left, transparent 50.5%, #f2f6f7 50.5%),
        linear-gradient(to top right, transparent 50.5%, #f2f6f7 50.5%),
        linear-gradient(to top left, transparent 50.5%, #f2f6f7 50.5%);
    background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
    background-position: 0 0, 10px 0, 10px 0, 10px 100%, 10px 100%;
    background-size: auto auto, 20px 20px, 20px 20px, 20px 20px, 20px 20px;
    background-clip: padding-box, border-box, border-box, border-box, border-box;
    background-origin: padding-box, border-box, border-box, border-box, border-box;
}


html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
    margin-bottom: 0;
    margin: 0;
    position: relative;
}

html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before,
html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
    position: relative;
    top: 2px;
}


.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-first,
.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-last {
    width: 50%;
    overflow: visible;
}


#cclw_order_details_table .cclw_order_review_table table.cclw-style-1 .thumb,
#cclw_order_details_table .cclw_order_review_table table.cclw-style-1 .total,
#cclw_order_details_table .cclw_order_review_table table.cclw-style-1 .cclw_qty,
#cclw_order_details_table .cclw_order_review_table table.cclw-style-1 .total,
#cclw_order_details_table .cclw_order_review_table table.cclw-style-1 .removepro,
#cclw_order_details_table .cclw_order_review_table table.cclw-style-1 .qty {
    display: none !important;
}

.woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 0;
}


html .woocommerce-info .showcoupon {
    color: #fff !important;
    background: #155724 !important;
}


html .woocommerce-Price-amount.amount {
    text-align: left;
}



.woocommerce-order h2 {
    font-size: 26px;
}


html .woocommerce table.shop_table {

    border-collapse: collapse;

}

html .woocommerce table.shop_table thead {
    border-bottom: 1px solid;
    border-collapse: collapse;
}


html .woocommerce table.shop_table thead tr th {
    border-bottom: 0;
    color: #1c1f23;
    font-size: 15px;
    border-right: 1px solid #dddddd;
    text-align: center;
    padding: 18px 29px 16px;
    line-height: 1;
    vertical-align: top;
    background: #f2f6f7;
    text-align: left;
}


.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 19px;
}


html .wc-item-meta li {
    margin: 0;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    text-transform: uppercase;
}



html .wc-item-meta li a {
    font-size: 12px;
    text-decoration: underline;
}

html .wc-item-meta li a:hover {
    text-decoration: none;
}


html .wc-item-meta p {
    margin: 0;
    padding: 0;
}

.woocommerce-table.woocommerce-table--order-details.sshop_table order_details .wc-item-meta {
    padding: 25px;
    background: #f1f5fa;
    display: inline-block;
}

.woocommerce-table.woocommerce-table--order-details.shop_table order_details td.product-name {
    margin-top: 30px;
    text-align: left;
}

.woocommerce-table__product-table.product-total {
    text-align: center;

}


.woocommerce table.shop_table.order_details tbody tr td.product-name {
    margin-top: 30px;
    text-align: left;
}


.woocommerce-table.woocommerce-table--order-details.shop_table order_details .available_extra_wrap {
    border: 0;

}

.woocommerce-table.woocommerce-table--order-details.shop_table .wc-item-meta {
    padding-top: 10px;
}

html .wc-item-meta li:last-child {
    display: inline-block !important;
    border-bottom: 0;
}

html .wc-item-meta li:last-child .wc-item-meta-label {
    padding-top: 7px;
    padding-bottom: 10px;
}


html .product-name .available_extra_wrap:before {
    color: #d01818;
}

.woocommerce-table__product-name.product-name .available_extra_wrap {
    border-bottom: 0;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot th {
    text-align: left;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot th {
    font-size: 14px;
}


.woocommerce .woocommerce-order-details .woocommerce-Price-amount.amount {
    color: #d01818;
}


.fl-vc-vehicle-search .tmtransport-js-date {
    background: #f2f6f7 !important;
    color: #666666;
    border: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.fl-vc-vehicle-search .vc-auto-search .select .home-search-label {
    text-transform: uppercase;
    font-size: 12px !important;
    position: relative;
    top: 3px;
}


html .fl-vc-vehicle-search .vc-auto-search .select .home-search-label:before {
    font-size: 14px;
}


.vc-auto-search .btn-filter {
    margin-left: 0px;
}



.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {

    font-size: 12px;
    border-radius: 0;
    padding: 5px;
}

.calculate_label,
.calculate_price,
.calculate_price .prc.currency_right_space {
    font-size: 14px !important;
    opacity: 1;
    border-bottom: 0;
    margin-bottom: 20px !important;
    background: #d9edf7;
    padding: 10px 20px;
    color: #31708f !important;
    border: 1px solid #bce8f1;
}

.calculate_price .prc.currency_right_space {
    padding: 0;
    border: 0;
}

.calculate_label {
    border-right: 0 !important;
}

.calculate_price {
    border-left: 0 !important;
}

html #customer_address_details p.form-row {
    padding: 0;
    margin: 0px;
}

html #customer_address_details label {
    padding-top: 25px;
}



.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    min-width: 197px;
}



html .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 2;
    font-size: .83em;
}

.pix-dynamic-content #pixad-listing.grid .auto-link-image-link:before {
    content: '...';
    display: inline-block;
    color: #fff;
    z-index: 999;
    position: absolute;
    top: 40%;
    font-size: 38px;
    left: 50%;
    margin-left: -12px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


.pix-dynamic-content #pixad-listing.grid .post-auto-grid:hover .auto-link-image-link:before {
    opacity: 1;
}

.pix-dynamic-content #pixad-listing.grid .post-auto-grid:hover .auto-link-image-link:hover:before {
    transform: scale(1.1);
}


html .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .auto-grid-list-content .list-grid--info .list-grid-item {
    font-size: 10px;
    padding-right: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}


html .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .price-auto-wrap {

    margin-top: 5px;

}


html .prc.currency_right_space:after {
    margin-left: 4px;
}



.youzify-account-menus .youzify-skills,
.youzify-account-menus .youzify-portfolio,
.youzify-account-menus .youzify-slideshow,
.youzify-account-menus .youzify-services,
.youzify-account-menus .youzify-project,
.youzify-account-menus .youzify-quote,
.youzify-account-menus .youzify-link,
.youzify-account-menus .youzify-video,
.youzify-account-menus .youzify-post,
.youzify-account-menus .youzify-instagram {
    display: none !important;
}


html .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .title-content {
    font-size: 17px;
    margin-bottom: 0;
    padding: 0 10px;
    line-height: 24px;
}

html #youzify-profile-navmenu .youzify-settings-menu a:hover i {
    color: #222;
}


.youzify-page-main-content ::placeholder {
    text-align: left !important;
}


.pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .list-wrap .car-list-list li .card-list__info {
    font-weight: normal;
}


.add_link_btn {
    background: #ddd;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #222 !important;
    text-transform: uppercase;
    padding: 12px;
    margin-bottom: 25px;
}

.youzify-profile-login {
    background: #253241 !important;

}

.youzify-sidebar-column .youzify-login {
    position: relative;
}

.youzify-sidebar-column .youzify-login:after {
    position: absolute;
    top: 7px !important;
    left: 7px;
    display: block;
    border-width: 7px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: '';
    border-left-color: #d01818;
    border-top-color: #d01818;
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    width: 1px !important;
    height: 1px !important;
}


#pixad-listing.grid .car-list-item * {
    color: #fff;
}


.tmreviews_show_levels_btn {
    color: #222 !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    border: 1px solid #222;
    padding: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
}


.tmreviews_show_levels_btn:hover {
    color: #fff !important;
    background-color: #222;
}

.sales_container span {
    color: #d01818;
    font-size: 20px;
    font-weight: bold;
}



/*Youzify End*/


.car-details .auto-slider .slides li .slide-car-img-big-slider {
    max-width: 750px;
    max-height: 430px;
    width: 100%;
    height: 430px;
    background-size: cover !important;
    background-position: center center !important;
}


.woocommerce table.shop_table tbody tr td.product-name dl.variation dt {
    text-align: left;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation dd {
    text-align: left;
}


.rental-item__price .error_label {
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 25px;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    color: #31708f;
    line-height: 21px;
    width: 100% !important;
    display: inline-block;
    font-size: 14px !important;
    text-align: center;
}

@media (max-width:480px) {

    html .woocommerce table.shop_table thead,
    html .woocommerce table.shop_table tfoot,
    html .woocommerce table.shop_table,
    html .woocommerce table.shop_table th,
    html .woocommerce table.shop_table tr,
    html .woocommerce table.shop_table td {
        display: inline-block !important;
        width: 100% !important;
        text-align: left !important;
    }



    html .woocommerce-Price-amount.amount {
        text-align: left !important;
    }

}






.dokan-single-seller-create-own a {
    transition: .3s;
    background-color: #fff;
    color: #222;
    padding: 30px;
    display: flex;
    width: 100%;
    height: 221px;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 23px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid #ddd
}

.dokan-single-seller-create-own a:hover {
    text-decoration: none;
    color: #222
}

.tmreviews_account_wrap_content,
html .woocommerce .woocommerce-ResetPassword,
html .woocommerce form.login,
html .woocommerce form.register {
    padding: 50px
}

.user-role.vendor-customer-registration {
    padding-left: 25px !important
}

.user-role.vendor-customer-registration label {
    margin: 0 !important
}

html .dgwt-wcas-search-wrapp {
    max-width: 600px;
    margin-top: -20px
}

html .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background: #f4f4f4 !important;
    border-radius: 0 !important
}

html #dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
    padding: 20px;
    height: 100%
}

html #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a {
    text-decoration: none;
    color: #222;
    font-weight: 500
}

html .dokan-store-sidebar .widget {
    background: #f1f5fa !important;
    padding: 0;
}


html .dokan-store-sidebar .widget-title {
    margin: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 12px 20px 10px 30px;
    font-size: 15px;
    line-height: 38px;
    color: #fff;
    box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.06);
    text-transform: uppercase;
    background-color: #253241;
}


html .dokan-store-sidebar .widget-title:after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    border-width: 7px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: '';
    border-left-color: #d01818;
    border-top-color: #d01818;
}


#dokan-form-contact-seller {
    padding: 30px;
}



html #dokan-form-contact-seller {
    padding: 0 25px 25px 25px !important;
}

html .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
    margin-left: 50px;
    padding-left: 0;
    margin-top: 0;
    margin-right: 20px;
}

html #dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a {
    padding-bottom: 5px;
    padding-top: 10px
}

html .woocommerce div.product .woocommerce-tabs .panel .seller-rating .star-rating {
    float: none !important;
    display: inline-block !important;
    text-align: left;
    width: 100% !important;
    margin-top: 10px
}

#wrapper .col-xs-12.col-sm-12.col-md-3,
.dokan-widget-area.widget-collapse,
.sidebar-wrapper.col-md-4 {
    position: sticky;
    top: 0
}

html .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.dokan-form-group > div label {
    color: #000;
    font-weight: 500
}

html .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
    padding-bottom: 75px
}

html .woocommerce-loop-product__title {
    font-weight: 500 !important;
    padding-bottom: 5px
}

#dokan-form-contact-seller li,
.dokan-category-menu li,
.pwb-filter-products li {
    list-style: none
}

.pwb-filter-products li:marker {
    display: none
}

.pwb-apply-filter,
.pwb-remove-filter {
    border: 1px solid #ddd;
    padding: 10px;
    color: #222;
    background: #fff;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px
}

.dokan-form-group .dokan-form-control {
    margin: 0;
    border-radius: 0;
    font-size: 12px;
    background-color: #fff !important;
    padding: 10px 20px !important;
    height: auto !important;
    border: 1px solid #dddddd !important
}

html .woocommerce .page-title {
    color: #222;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 23px;
    margin-bottom: 23px;
    display: inline-block;
    width: 100%
}

html .premium-woo-product-thumbnail {
    position: relative;
    overflow: hidden;
    margin: 10px;
    border: 1px solid #eee
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    padding-top: 25px !important
}

.related.products .woocommerce-loop-product__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%
}

.col-xs-12.col-sm-12.col-md-9 .related.products .woocommerce-loop-product__title {
    font-size: 13px
}

.woocommerce .col-xs-12.col-sm-12.col-md-9 div.product .product_title {
    font-size: 22px
}

.sidebar .widget {
    overflow: inherit !important;
    padding: 0;
    border: 0
}

html .woocommerce div.product div.summary .addtoany_list {
    clear: both;
    display: inline-block;
    padding-top: 10px
}

@media (min-width:1000px) {
    .autos-container .col-md-9 {
        max-width: 74.9%
    }

    .premium-woocommerce.premium-woo-skin-grid-3 .premium-woo-product-wrapper {
        display: flex
    }

    .premium-woocommerce.premium-woo-skin-grid-3 .premium-woo-product-thumbnail {
        max-width: 120px
    }

    .premium-woocommerce.premium-woo-skin-grid-3 .premium-woo-products-details-wrap {
        text-align: left !important
    }

    .premium-woocommerce.premium-woo-skin-grid-3 .woocommerce-loop-product__title {
        padding: 0;
        text-align: left !important
    }

    .premium-woocommerce.premium-woo-skin-grid-3 li.product .star-rating {
        margin-left: 0;
        margin-right: auto;
        text-align: left !important
    }

    html .dokan-store-wrap .dokan-store-sidebar {
        flex: 0 1 35%
    }
}

.carousel-product .scale-image-box,
.grid .card__img .scale-image-box,
.list .card__img .scale-image-box,
.prettyPhoto .scale-image-box,
.vehicle_gallery .scale-image-box {
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.carousel-product .scale-image-box {
    height: 66px
}

.grid .card__img .scale-image-box {
    height: 146px
}

.list .card__img .scale-image-box {
    height: 133px
}

#youzify-members-list > li {
    margin-bottom: 30px !important
}

#youzify-groups-list li .youzify-cover-pattern,
html #youzify-groups-list li .youzify-cover {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.tmreviews_account_wrap legend {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    border: 0;
    display: inline-block;
    width: auto;
    background: #fff;
    border-bottom: 0;
    position: relative;
    top: 7px;
    padding: 0 10px 12px;
    text-transform: uppercase
}

.tmreviews_account_wrap_content input,
.tmreviews_account_wrap_content select {
    display: block;
    line-height: 1.5;
    height: 49px;
    color: #222;
    opacity: 1;
    font-size: 14px
}

.tmreviews_account_wrap .cobalt-Fieldset {
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 30px
}

.tmreviews_account_wrap_content #fl_js_profile_form .cobalt-FormField {
    padding-bottom: 25px !important
}

.cobalt-Fieldset #settings-form label {
    font-weight: 500;
    color: #222;
    padding-top: 0;
    padding-bottom: 0
}

.tmreviews_account_wrap_content input[type=file] {
    border: 0 !important;
    padding: 10px 0 0
}

.tmreviews_account_wrap {
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 50px
}

.tmreviews_account_wrap_nav {
    border-right: 1px solid #eee
}

.tmreviews_account_wrap_content label {
    font-weight: 500;
    color: #222;
    padding-top: 0
}

.tmreviews_account_wrap_content #user_description {
    min-height: 100px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 22px;
    max-height: 200px;
    overflow: auto !important
}

.tmreviews_account_wrap_content .cobalt-Hint {
    padding-top: 0;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 10px
}

#tm_reviews_avatar img {
    border-radius: 100px;
    margin-bottom: 25px
}

.tmreviews_account_wrap_content #tmreviews_file_upload,
.tmreviews_account_wrap_content #tmreviews_hidden_dlf_url {
    border: 0 !important;
    padding: 0 !important
}

.tmreviews_account_wrap_content input {
    width: 100%;
    padding: 20px;
    box-shadow: 0;
    border-radius: 2px;
    border: 1px solid #eee;
    box-shadow: none;
    font-weight: 400 !important
}

.tmreviews_account_wrap_content select {
    width: 100%;
    padding: 0 20px;
    box-shadow: 0;
    border-radius: 2px;
    border: 1px solid #eee;
    box-shadow: none
}

html .tmreviews_account_wrap .tmreviews_account_wrap_nav .nav_list_stacked a.nav_item_link:hover,
html .youzify-page-main-content .tmreviews_account_wrap .tmreviews_account_wrap_nav .nav_list_stacked a.nav_item_link.active {
    background-color: #253241;
    color: #fff;
    border-radius: 0;
}


html .tmreviews_account_wrap .tmreviews_account_wrap_nav .nav_list_stacked a.nav_item_link svg {
    max-width: 17px;
    height: 20px;
    margin-right: 14px;
    position: relative;
    top: -1px;
    margin-left: -17px;
    left: 4px;
}


html .tmreviews_account_wrap .tmreviews_account_wrap_nav .nav_list_stacked a.nav_item_link:hover svg,
html .tmreviews_account_wrap .tmreviews_account_wrap_nav .nav_list_stacked a.nav_item_link:hover,
html .youzify-page-main-content .tmreviews_account_wrap .tmreviews_account_wrap_nav .nav_list_stacked a.nav_item_link.active svg {
    fill: #fff;
}

.tmreviews_account_wrap .tmreviews_account_wrap_nav .nav_list_stacked a.nav_item_link {
    margin-bottom: 10px;
    text-decoration: none !important;
    cursor: pointer
}

.tmreviews_account_wrap .nav_list_stacked {
    padding: 20px 0 20px 20px;
    position: sticky;
    top: 35px
}

.youzify-page-main-content .tmreviews_account_wrap_content {
    padding: 50px 50px 50px 40px
}

.youzify-page-main-content .js_photo_uploader_wrapper.photo_uploader_wrapper.form_middle.avatar_uploader_wrapper {
    margin-bottom: -30px
}

#tmreviews_update_profile,
.tmreviews_account_wrap .cobalt-Fieldset .tmreviews_send {
    background-color: #d01818;
    color: #fff;
    padding: 8px 25px;
    margin: 0;
    border-radius: 3px;
    font-size: 14px;
    line-height: 24px;
    min-width: 150px;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: inline-block;
    width: 100%
}

.youzify-page-main-content .nice-select {
    border: 1px solid #eee;
    border-radius: 0;
    padding: 5px 37px 0 20px;
    width: 100%;
    text-align: left !important;
    background: #fff
}

.verified-info {
    border: 0;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 23px !important
}

html .youzify-right-sidebar-layout {
    grid-template-columns: calc(100%) !important
}

#booking_car_info .submit[disabled],
.youzify-navbar-inline-icons .youzify-navbar-item a i {
    display: none
}

@media screen and (max-width:1200px) {
    .b-steps-list__item:not(:last-child):after {
        display: none
    }
}

.widget-selecr-contact .equipment-booking {
    background-color: transparent;
    margin-bottom: 0
}

.widget-selecr-contact .equipment-booking .rental-item__price-btn form.booking_form .tm_input_container.tm_date_input:before {
    top: 11px
}

.ftab-text_side h4 {
    margin-bottom: 7px
}

.widget-selecr-contact select {
    border: 1px solid #eee
}

.b-seller .ftab-ico_side {
    width: 91px
}

html .b-seller .b-seller__feature .features-tab-info_side .ftab-ico_side svg {
    width: 42px;
    margin-top: 9px
}

.tmreviews_account_wrap_content #fl_js_profile_form .cobalt-FormField img {
    max-width: 300px;
    height: auto
}

html #tmreviews_update_profile,
html .tmreviews_account_wrap .cobalt-Fieldset .tmreviews_send,
html .tmreviews_account_wrap_content .submit input {
    background-color: #d01818;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-weight: 500 !important;
    font-size: 14px;
    text-transform: uppercase
}

.user-data .role.not_verified {
    color: #ffeeba !important
}

.not-logged-in .user-data .role {
    color: #fff !important
}

.not-logged-in .user-data .role:before {
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    content: "\f090";
    position: absolute;
    left: 0;
    top: 1px;
}



.fl-account-wrap {
    display: flex;
    margin-top: -10px
}

.fl-account-wrap .user-area {
    display: flex !important;
    padding-left: 25px;
}

.booking_form .alert,
.dokan-start-sell a,
.user-data .role {
    display: inline-block;
    width: 100%
}

.fl-account-wrap .user-area img {
    width: 50px;
    height: 50px;
    margin: 0 10px;
    border-radius: 100px
}

#pixad-listing.grid-account .card__img {
    width: 100%
}

#pixad-listing.grid-account .slider-grid__inner_mod-b .slider-grid__price {
    right: auto !important;
    bottom: 10px !important;
    left: 10px !important
}

#tmreviews_avatar img {
    border-radius: 100px
}

html .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div {
    background-color: #fff;
    box-shadow: none;
    margin-right: 10px;
    padding: 20px;
    border: 1px solid #eee;
    margin-top: 10px
}

html .dokan-settings-content .dokan-settings-area .button-area {
    margin-top: 17%
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right {
    float: right;
    padding-right: 20px;
    color: #fff;
    display: none
}

html .vendor-dashboard-orders-page .select2-search__field {
    min-width: auto !important;
    height: auto !important
}

html .dokan-orders-content .dokan-orders-area ul.order_notes .note_content {
    padding: 20px;
    font-size: 12px;
    line-height: 18px
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-label.trash {
    background-color: red
}

html #dokan-seller-listing-wrap.grid-view .dokan-btn-round {
    margin-right: 10px;
    padding: 0
}

#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2,
.store-data h2 {
    padding: 0 !important;
    margin-bottom: 0
}

.booking_form .alert {
    clear: both;
    margin-top: 20px !important
}

.dokan-dashboard-menu-custom {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important
}

.dokan-dashboard-menu-custom li {
    padding-top: 10 !important
}

.user-data .role {
    font-size: 11px;
    text-align: left;
    opacity: .9;
    padding-left: 17px;
    position: relative;
}

@media (min-width:800px) and (max-width:1000px) {
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
        display: none !important
    }
}

@media (max-width:800px) {
    html .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        border: 0;
        width: 100%
    }
}

@media (max-width:400px) {
    .header-mobile__bag {
        display: none !important
    }
}

.header-search-icon .btn_header_search i {
    font-size: 19px;
    margin: 0 10px
}

.youzif_user_about_tab_wrap {
    padding: 25px;
    background: #fff;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 25px
}

.youzif_user_about_name {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px
}

.dokan-start-sell a {
    background: #ddd;
    color: #fff;
    font-size: 30px !important;
    height: 271px;
    line-height: 206px;
    text-align: center;
    padding: 20px
}

.dokan-single-store .card__img .scale-image-box {
    max-height: 135px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.dokan-single-store {
    background: #fff;
    padding: 35px;
    margin-bottom: 40px !important;
}

.tmreviews_message.error,
.youzify-page-main-content .woocommerce-info {
    color: #856404;
    background-color: #fff3cd !important;
    position: relative;
    padding: 20px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

#tmreviews_password_submit {
    color: #fff;
    padding: 10px
}


.header-menu-middle .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: 10px;
}


.header-menu-middle .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 13px;
    top: 11px;
}


.header-menu-middle .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding-left: 48px;
}


.header-menu-middle .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
    right: -14px !important;
}


.youzify-profile-navmenu .youzify-nav-view-more-menu li a i {
    display: none !important;
}


.youzify-profile-navmenu li:before {
    border-right: 1px solid #ddd;
    display: inline-block;
    content: '';
    position: absolute;
    right: 0;
    top: 27px;
    height: 21px;
}


html .h-menu-mobile__menu-close .fa-close {
    font: normal normal normal 14px/1 FontAwesome;
}



#dokan-content .dokan-store-products-filter-area,
#pixad-listing.grid.grid-account .season_prices,
#swipebox-top-bar,
#youzify-group-header,
.activity-content .group-button .group-button.join-group,
.activity-content .group-button .group-button.pending.membership-requested,
.activity-content .group-button .group-button.request-membership,
.ajax .season_prices,
.anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon,
.bp-user .youzify-search-header,
.bp-user.add_autos div.item-list-tabs,
.bp-user.autos div.item-list-tabs,
.bp-user.posts div.item-list-tabs,
.card__wrap-label.sale,
.dokan-common-links,
.dokan-dashboard .ajax_prev.footer:after,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after,
.dokan-form-inline .dokan-form-group,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach,
.dokan-product-listing .dokan-product-listing-area .product-listing-top,
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline,
.dokan-single-store .dokan-store-tabs ul.dokan-modules-button,
.dokan-store .dokan-store-rating,
.dokan-store .ui-title-page,
.dokan-store .ui-title-page + .decor-1,
.dokan-store .woocommerce-breadcrumb,
.dokan-w12,
.error404 .block-title,
.error404 .footer,
.error404 .header,
.error404 .min-header,
.flex-active-slide:after,
.fullscreen-center-menu .current-menu-item > a:before,
.fullscreen-center-menu .current-page-parent > a:before,
.hsearch_style_1 .search-title2,
.hsearch_style_2.vc-auto-search .home-pixad-filter,
.km-teammate-container[data-style=style1] .km-teammate-content,
.km-teammate-container[data-style=style2] .km-teammate-content,
.layout-theme[data-header=nosticky] .header-color-white.sticky .scroll-logo,
.mfp-title,
.mobile-filter,
.mobile-slidebar-menu .dropdown-menu,
.navbar .main-menu > li.current-menu-item:first-child + li a:before,
.navbar .main-menu > li.current-menu-item:first-child + li + li a:before,
.navbar .main-menu > li.current-menu-item:first-child + li + li + li a:before,
.navbar .main-menu > li.current-menu-item:first-child + li + li + li + li a:before,
.navbar .main-menu > li.current-menu-item:first-child + li + li + li + li + li a:before,
.navbar .main-menu > li:first-child + li + li + li + li + li + li a:before,
.page-template-page-home .pix-ajax-loader,
.pp_nav,
.pp_social,
.preloaderjs .spinner,
.premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap,
.slidebar-menu a:before,
.tab-content .comment-reply,
.tmpl-plugins-not-activated .navbar .navbar-nav li.header-button a.revus-custom-button,
.top-bar .current-menu-item > a:before,
.top-bar .current-page-parent > a:before,
.uk-option-item.youzify-image-field,
.widget_search input[type=submit],
.widget_search label,
.widget_theme_my_login .widget-title,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation_fl li::before,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-product-search input[type=submit],
.wresize.elementor-page .wrap-section-border,
.youzify div.item-list-tabs,
.youzify-404-profile .youzify-profile-header,
.youzify-author-v6 .youzify-user-statistics ul,
.youzify-directory-filter,
.youzify-hdr-v1,
.youzify-hdr-v2,
.youzify-hdr-v3,
.youzify-hdr-v4,
.youzify-hdr-v5,
.youzify-hdr-v6,
.youzify-hdr-v7,
.youzify-header-cover,
.youzify-main-column .tmpl-list-footer,
.youzify-main-column.grid-column .youzify-group-data .youzify-cover,
.youzify-search-header,
.youzify-settings-area,
.youzify-sidebar .youzify-membership-form-cover,
.youzify-sidebar-column,
.youzify-user-actions,
html .mobile-slidebar-menu .menu-mobile-button {
    display: none !important;
}


html .tmreviews_account_wrap_content #user_description {
    border-radius: 0;
}


html .nice-select .current {
    font-weight: normal;
    text-align: left;
}


html .tmreviews_account_wrap_content input[type=file]:hover {
    box-shadow: none !important;
}


.team-slider-social .fa,
.entry-auto-grid-wrap .fa,
.footer-social .fa,
.favorite-car-wrap .fa {
    font: normal normal normal 14px/1 FontAwesome;
}

html .tmreviews_js_profile_form #tmreviews_update_profile,
.fl-fancy-text-content-vc .fl-fancy-text-container .fancy-text-item-content .top-content .fancy-text-number:after,
html #tmreviews_update_profile,
html .tmreviews_account_wrap .cobalt-Fieldset .tmreviews_send,
html .tmreviews_account_wrap_content .submit input,
html body .tmreviews_js_profile_form #tmreviews_update_profile,
html #tmreviews_password_submit,
.pmpro_btn:link,
html .pmpro_btn,
html .pmpro_content_message a,
html .pmpro_content_message a:link,
html #customer_login .button,
html .woocommerce-ResetPassword .button,
#cclw_payment_section #place_order {
    font-family: Montserrat;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
}

#tmreviews_password_submit {
    background-color: #d01818;
}

.tm_user_not_verified .status-verified {
    color: orange;
}

.tm_user_verified .status-verified {
    color: green;
}

.tm_user_verified .status-sv1 {
    display: none;
}

.tm_user_not_verified .status-sv2 {
    display: none;
}

.status-verified {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    top: -7px;
    left: 21px;
}


.tm_booking_search_date {
    background: #f2f6f7 !important;
    color: #666666;
    border: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}


html .daterangepicker .calendar-table th,
html .daterangepicker .calendar-table td {
    padding: 0;
}



html .tmreviews_account_wrap .tmreviews_account_wrap_nav .nav_list_stacked a.nav_item_link {
    display: block;
    background-color: #fff;
    color: #797676;
    padding: 8px 25px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 24px;
    min-width: 150px;
    text-align: left;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}


body .youzify div.item-list-tabs li.youzify-activity-show-search .youzify-activity-show-search-form i,
body #youzify-wall-nav .item-list-tabs li#activity-filter-select label,
body .youzify-media-filter .youzify-filter-item .youzify-current-filter,
body .youzify-community-hashtags .youzify-hashtag-item:hover,
body .youzify table tfoot tr,
body .youzify table thead tr,
body #youzify-group-body h1:before,
body .youzify-product-actions .youzify-addtocart,
body .youzify .checkout_coupon,
body .youzify .youzify-wc-box-title h3,
body .youzify .woocommerce-customer-details h2,
body .youzify .youzify-wc-main-content .track_order .form-row button,
body .youzify-view-order .youzify-wc-main-content > p mark.order-status,
body .youzify .youzify-wc-main-content button[type='submit'],
body .youzify .youzify-wc-main-content #payment #place_order,
body .youzify .youzify-wc-main-content h3,
body .youzify .wc-proceed-to-checkout a.checkout-button,
body .youzify .wc-proceed-to-checkout a.checkout-button:hover,
body .youzify .youzify-wc-main-content .woocommerce-checkout-review-order table.shop_table tfoot .order-total,
body .youzify .youzify-wc-main-content .woocommerce-checkout-review-order table.shop_table thead,
body .youzify .youzify-wc-main-content table.shop_table td a.woocommerce-MyAccount-downloads-file:before,
body .youzify .youzify-wc-main-content table.shop_table td a.view:before,
body .youzify table.shop_table.order_details tfoot tr:last-child,
body .youzify .youzify-wc-main-content table.shop_table td.actions .coupon button,
body .youzify .youzify-wc-main-content table.shop_table td.woocommerce-orders-table__cell-order-number a,
body .youzify .youzify-wc-main-content table.shop_table thead,
body .youzify-forums-topic-item .youzify-forums-topic-icon i,
body .youzify-forums-forum-item .youzify-forums-forum-icon i,
body div.bbp-submit-wrapper button,
body #bbpress-forums li.bbp-header,
body #bbpress-forums .bbp-search-form #bbp_search_submit,
body #bbpress-forums #bbp-search-form #bbp_search_submit,
body .widget_display_search #bbp_search_submit,
body .widget_display_forums li a:before,
body .widget_display_views li .bbp-view-title:before,
body .widget_display_topics li:before,
body #bbpress-forums li.bbp-footer,
body .bbp-pagination .page-numbers.current,
body .youzify-items-list-widget .youzify-list-item .youzify-item-action .youzify-add-button i,
body #youzify-members-list .youzify-user-actions .friendship-button .requested,
body .youzify-wall-embed .youzify-embed-action .friendship-button a.requested,
body .youzify-widget .youzify-user-tags .youzify-utag-values .youzify-utag-value-item,
body .item-list-tabs #search-message-form #messages_search_submit,
body #youzify-groups-list .action .group-button .membership-requested,
body #youzify-members-list .youzify-user-actions .friendship-button a,
body #youzify-groups-list .action .group-button .request-membership,
body .youzify-wall-embed .youzify-embed-action .friendship-button a,
body .youzify-group-manage-members-search #members_search_submit,
body #youzify-groups-list .action .group-button .accept-invite,
body .notifications-options-nav #notification-bulk-manage,
body .notifications .notification-actions .mark-read span,
body .sitewide-notices .thread-options .activate-notice,
body #youzify-groups-list .action .group-button .join-group,
body .youzify-social-buttons .friendship-button a.requested,
body #youzify-directory-search-box form input[type=submit],
body .youzify-user-actions .friendship-button a.requested,
body .youzify-wall-embed .youzify-embed-action .group-button a,
body #youzify-group-buttons .group-button a.join-group,
body .messages-notices .thread-options .read span,
body .youzify-social-buttons .friendship-button a,
body #search-members-form #members_search_submit,
body .messages-options-nav #messages-bulk-manage,
body .youzify-group-settings-tab input[type='submit'],
body .youzify-user-actions .friendship-button a.add,
body #group-settings-form input[type='submit'],
body .youzify-product-content .youzify-featured-product,
body .my-friends #friend-list .action a.accept,
body .youzify-wall-new-post .youzify-post-more-button,
body .group-request-list .action .accept a,
body #message-recipients .highlight-icon i,
body .youzify-pagination .page-numbers.current,
body .youzify-project-content .youzify-project-type,
body .youzify-author .youzify-account-settings,
body .youzify-product-actions .youzify-addtocart,
body .group-button.request-membership,
body #send_message_form .submit #send,
body #send-invite-form .submit input,
body #send-reply #send_reply_button,
body .youzify-wall-actions .youzify-wall-post,
body .youzify-post-content .youzify-post-type,
body .youzify-nav-effect .youzify-menu-border,
body #group-create-tabs li.current,
body .group-button.accept-invite,
body .youzify-tab-post .youzify-read-more,
body .group-button.join-group,
body .youzify-service-icon i:hover,
body .youzify-loading .youzify_msg,
body .youzify-scrolltotop i:hover,
body .youzify-post .youzify-read-more,
body .youzify-author .youzify-login,
body .pagination .current,
body .youzify-tab-title-box,
body #youzify button[type='submit'],
body .youzify-wall-file-post,
body .youzify-current-bg-color,
body .youzify-current-checked-bg-color:checked,
body .button.accept {
    background-color: #253241 !important;
}


.account-orders-table .woocommerce-Price-amount.amount {
    min-width: auto;
    color: #222;
}





html .dokan-table > thead > tr > th.quantity {
    min-width: 60px;
}


.dokan-orders-content .dokan-orders-area #dokan-order-status-form .dokan-btn {
    width: 100%;
    margin-top: 15px;
}

html .dokan-orders-content .dokan-orders-area #dokan-order-status-form select.form-control {
    margin-bottom: 0;
}


.dokan-orders-area .dokan-btn {
    margin-bottom: 10px;
}


html .dokan-panel-body {
    min-height: 100px;
}


.dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-order-shipping-address + div + div {
    display: none !important;
}

.add_note .btn {
    margin-bottom: 0;
}

.dokan-btn,
.dokan-dashboard .btn {
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 11px !important;
    padding: 10px 20px !important;
    min-height: 39px;
}


.dokan-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #EDEDED;
}


html .dokan-dashboard .dokan-dashboard-wrap * {
    box-sizing: border-box;
    vertical-align: middle;
}


html .dokan-dashboard header.dokan-dashboard-header h1 {
    font-size: 24px;
}


html .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > h2 {
    font-size: 16px;
}


.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .woocommerce-Price-amount.amount {
    text-align: center;
}



.dokan-dashboard .pixad-features-upload.pixad-features-list .pixad-exist {
    padding-left: 25px;
    padding-top: 15px;
    max-height: 100%;
    padding-bottom: 7px;
}


.dokan-dashboard .pixad-control-input .pixad-features-upload.pixad-body-styles label {
    position: relative;
    top: -2px;
}


.step-section .pixad-form-control {
    border: 0 !important;
    background: #f5f5f5 !important;
    padding-bottom: 15px !important;
    padding: 10px 15px !important;
}


.dokan-dashboard .pixad-control-input select {
    height: 41px !important;
    border: 0;
    display: inline-block;
    color: #999;
    background: #f5f5f5 !important;
    border-radius: 0;
    padding: 10px 20px;
    line-height: 20px;
    margin-bottom: 0;
}

.dokan-dashboard .step-section {
    width: 97%;
}


.dokan-dashboard .pixad-control-input .fl-themes-add-extra-fields-form select {
    background: #fff !important;
}


html #pmpro_form .pmpro_checkout h2 {
    margin: 1em 0 0 0;
    padding: 0;
    background: #253241;
    padding: 20px 20px 5px 20px;
    margin-top: -10px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.pmpro_checkout-fields .pmpro_level_name_text {
    padding-top: 0 !important;
    margin-top: 0 !important;
}


html #pmpro_form .pmpro_checkout h2:after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    border-width: 7px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: '';
    border-left-color: #d01818;
    border-top-color: #d01818;
}


.pmpro_checkout h2 span.pmpro_checkout-h2-msg a {
    text-decoration: underline;
}


.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph td {
    border: 0;
}


#customer_login .form-row label {
    width: 100%;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    margin: 0;
}


.woocommerce-form-login__rememberme {
    padding-top: 20px;
}


.woocommerce-form-login__rememberme span {
    margin-left: -10px;
}


.woocommerce-form-login__rememberme #rememberme {
    position: relative;
    top: 11px;
    margin: 0;
}

#customer_login {
    display: flex;
    padding-bottom: 60px;
}

html .woocommerce form .password-input,
html .woocommerce-page form .password-input {
    display: inline-block;
    width: 100%;
}

#customer_login .col-1,
#customer_login .col-2 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-flex: 0 0 49.3333333333% !important;
    -ms-flex: 0 0 49.3333333333% !important;
    flex: 0 0 49.3333333333% !important;
    max-width: 49.3333333333% !important;
}

#customer_login .woocommerce-form {
    background-color: #fff;
    box-shadow: 0 2px 10px #e2e2e2 !important;
    margin: 15px 0 0 0;
    font-size: 14px;
    min-height: 560px;
    border-radius: 0;
    border: 0;
    padding: 45px;
}

#customer_login .woocommerce-form p {
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

#customer_login .woocommerce-form-row {
    padding-bottom: 20px !important;
}

html .woocommerce form.login .form-row {
    align-items: normal;
    display: flex;
    margin-top: 15px;
    text-align: left;
}

.vendor-customer-registration {
    margin: 20px 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 12px;
    padding: 16px;
}

html .woocommerce form.checkout_coupon,
html .woocommerce form.login,
html .woocommerce form.register {
    padding: 15px 35px;
}

@media (max-width: 1300px) {
    html #customer_login {
        display: inline-block;
        padding-bottom: 60px;
    }

    html #customer_login .col-1 {
        padding-bottom: 60px;
    }

    html #customer_login .col-1,
    #customer_login .col-2 {
        width: 100% !important;
        max-width: 100% !important;
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 0 0 100% !important;
    }
}

.woocommerce-privacy-policy-text * {
    font-size: 12px;
}



#customer_login h2 {
    font-size: 28px !important;
}

#customer_login input[type="checkbox"],
#customer_logininput[type="radio"] {
    height: 15px !important;
    width: 15px !important;
}

#customer_login input[type="checkbox"],
#customer_login input[type="radio"] {
    height: 13px;
    width: 13px;
    display: inline-block;
    margin-right: 6px;
}

.woocommerce form.login .lost_password a {
    text-decoration: underline;
}

#customer_login .vendor-customer-registration {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.text-success {
    color: green;
}

#url-alart-mgs {
    font-size: 12px;
}

html .woocommerce-privacy-policy-text {
    padding: 5px 25px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

html .woocommerce-privacy-policy-text p{
    margin-bottom: 0;
    padding-bottom: 0;
}


.show_if_seller .form-row {
    padding-top: 25px !important;
}

#customer_login .button,
.woocommerce-ResetPassword .button {
    background: #f0a837 !important;
    color: #fff !important;
    min-width: 120px;
}

#customer_login .form-control {
    display: block;
    width: 100%;
    padding: 15px 20px;
    height: auto !important;
    box-shadow: none;
    border: 1px solid #f8f8f8 !important;
    color: #222;
    font-family: inherit;
    font-size: 14px;
    text-transform: none;
}

html p.vendor-customer-registration .radio:hover {
    color: inherit;
}

.woocommerce-privacy-policy-text p {
    margin-top: 0 !important;
    margin-bottom: 20px;
}

.woocommerce-ResetPassword.lost_reset_password {
    padding: 30px;
}

html .woocommerce-ResetPassword.lost_reset_password {
    padding: 30px;
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 2px 10px #e2e2e2 !important;
    margin-top: 0px;
}

html .woocommerce-ResetPassword.lost_reset_password .form-row {
    position: relative;
    width: 100%;
}

html .woocommerce-ResetPassword.lost_reset_password .form-row input.input-text {
    background: #F5F5F5 !important;
    padding: 10px 15px;
    border: 1px solid #F2F2F2;
    margin-bottom: 10px;
    margin: 10px auto;
    max-width: 100%;
    height: 42px;
}

.woocommerce form.lost_reset_password button.button {
    position: absolute;
    bottom: 25px;
    right: -6px;
    border-radius: 0 !important;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 13px;
    width: 13px;
}

html .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 68%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
}

html .woocommerce-account .woocommerce-MyAccount-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

html .woocommerce-account .woocommerce-MyAccount-content .vendor-dashboard {
    margin-top: 0;
    color: #fff !important;
    text-decoration: none !important;
}


html .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 address, html .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 address {
    width: 100%;
    margin: 0;
}

.woocommerce-MyAccount-content .woocommerce-message.woocommerce-Message--info  .woocommerce-Button {
    display: none !important;
}


html .woocommerce-address-fields button {
    color: #fff !important;
    font-weight: 500 !important;
    margin-top: 20px !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    padding: 16px 35px !important;
    border-radius: 0 !important;
}

html .woocommerce-account .woocommerce-MyAccount-content a {
    text-decoration: underline;
}

html .woocommerce-account .woocommerce-MyAccount-content a:hover {
    text-decoration: none;
}

.market-top-icon a {
    display: inline-block;
}

.market-top-icon a:hover svg {
    fill: #222;
}

.header.header-2 .market-top-icon svg {
    fill: #fff !important;
}

.market-top-icon svg {
    width: 29px;
    height: 29px;
    margin-left: 0;
    margin-right: 0;
    transition: all .3s ease-in-out;
}

.alert a {
    text-decoration: underline !important;
}




/*pmpro_box*/

.single-page-wrapper .pmpro_table a {
    color: #222 !important;
    text-decoration: underline;
}

.single-page-wrapper .pmpro_table a:hover {
    text-decoration: none;
}


.single-page-wrapper .pmpro_table .pmpro_level a.pmpro_btn{
    color: #fff !important;
    padding: 10px !important;
    height: auto;
    box-shadow: none !important;
}

.single-page-wrapper .pmpro_table .pmpro_level a.pmpro_btn.pmpro_btn-outline{
    background: #f1f5fa !important;
    color: #222 !important;
}

.pmpro_actionlinks {
    padding-top: 10px;
}

.pmpro_actionlinks a {
    font-size: 12px;
}

html table.pmpro_table th {
    background-color: #f1f5f5;
    text-transform: uppercase;
    color: #222;
    font-size: 13px;
}

#pmpro_cancel {
    border: 1px solid #ededed;
    padding: 40px;
    max-width: 800px;
    margin: 50px auto;
    text-align: left;
    background: #fff;
}

html #pmpro_account .pmpro_box h2{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 22px;
    margin-bottom: 33px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    padding-bottom: 10px;
}


.pmpro_table.pmpro_table_cancel  th , .pmpro_table.pmpro_table_cancel  td {
            border: 1px solid hsl( 0,0%,91% ) !important;
        }

html body #pmpro_account .pmpro_box {
    border: 1px solid #ededed;
    padding: 40px 40px 40px 40px;
}

.pmpro_login_wrap,
.pmpro_login_wrap,
.pmpro_lost_password_wrap,
.pmpro_reset_password_wrap,
.pmpro-levels .fl-content,
.pmpro-member-profile-edit .fl-content {
    border: 0;
    max-width: none;
    padding: 0;
    margin: 0;
}

.pmpro-confirmation .section-banner__title,
.pmpro-checkout .section-banner__title {
    text-align: center !important;
}

html body #pmpro_account .pmpro_box {
    border: 1px solid #ededed;
    padding: 40px 40px 40px 40px;
    background: #fff;
    margin-bottom: 75px;
}


html     .pmpro_card {
        border-radius: 0 !important;
    }


#pmpro_cancel .pmpro_card_content p{
    margin-top: 0 !important;
}

.pmpro_billing_wrap {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ededed;
    padding: 40px 40px 40px 40px;
    background: #fff;
    margin-bottom: 75px;
}

.pmpro_columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.pmpro_price {
    list-style-type: none;
    border: 1px solid #ededed;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-width: 27%;
    background: #fff;
    display: flex;
    flex-direction: column;
}



.pmpro_price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.pmpro_price .pmpro_price_name {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.pmpro_price.tm_active {
    border-color: red !important;
}


.pmpro_price.tm_active .pmpro_price_name,
.pmpro_price.tm_active .pmpro_btn {
    background: red !important;
    cursor: default;
}


.pmpro_btn:link,
html .pmpro_btn,
html .pmpro_content_message a,
html .pmpro_content_message a:link {
    font-weight: 500;
}

.pmpro_price {
    border: 5px solid #253241 !important;
    max-width: 100px;
}

.pmpro_invoice_details {
    font-size: 15px;
}

.pmpro_confirmation_box p {
    padding-top: 0;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 10px;
}

.pmpro_confirmation_box h2 {
    font-size: 24px;
}

.dokan-dashboard .dokan-dashboard-content {
    font-size: 14px;
}



.dokan-dashboard .dokan-dashboard-content .pmpro_price_tables ul li.pmpro_price_btn {
    height: 100%;
    display: flex;
    align-items: end;
    padding: 20px;
}

.dokan-dashboard .dokan-dashboard-content .pmpro_price_tables ul li {
    list-style: none;
    margin: 0px;
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


html .store-open-close label.day {
    width: 24%;
}

.pmpro_price .pmpro_price_name,
.pmpro_price .pmpro_btn {
    background: #253241;
}

.pmpro_price_desc {
    font-size: 14px;
}

.pmpro_price_max_feat_items * {
    font-size: 14px;
}


.pmpro_price_desc,
.pmpro_price_max_items {
    font-size: 14px;
}

.pmpro_price .pmpro_price_name strong {
    font-weight: normal;
}

.pmpro_price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    list-style: none;
    margin: 0;
}

.pmpro_button {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.pmpro_checkout-fields {
    background: #fff;
}

.pmpro_box {
    border: 1px solid #eee;
    margin-bottom: 50px;
    background: #fff;
}

#pmpro_payment_information_fields.pmpro_box {
    margin-bottom: 0;
}

.pmpro_heading {
    background: #222;
    color: #fff;
    padding: 20px 20px 18px 20px;
}

.pmpro_confirmation_box {
    border: 1px solid #eee;
    padding: 50px;
    max-width: 900px;
    margin: 0 auto 100px;
    background: #fff;
}

.pmpro_invoice_wrap {
    border: 1px solid #eee;
    padding: 50px;
    max-width: 900px;
    margin: 0 auto 100px;
    background: #fff;
}

.pmpro_heading h2,
.pmpro_heading h2 span {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px;
    text-transform: uppercase;
}

.pmpro_box .pmpro_level_cost_text {
    margin-bottom: 0 !important;
}

.pmpro_box .pmpro_checkout-fields {
    padding: 20px 35px;
}

.pmpro_price_tables {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.pmpro_price_btn a {
    text-transform: uppercase !important;
    font-weight: 500 !important;
}





.dokan-dashboard-content .dokan-product-listing {
    display: flex;
}


.media-modal-content input,
.media-modal-content select {
    height: unset !important;
}

.media-modal-content textarea {
    background-color: #fff !important;
    border: 1px solid #8c8f94 !important;
}


html #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
    background: #fff;
}


html #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 34px;
    display: inline-block;
}


html #dokan-seller-listing-wrap.grid-view .store-footer .dokan-btn-theme.dokan-btn-round {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
}

.dokan-dashboard p {
    margin: 0 !important;
}


.dokan-single-store .profile-frame .profile-info-box {
    position: relative;
    overflow: hidden;
}


html .dokan-form-control,
html textarea.dokan-form-control {
    border: none !important;
    border-radius: 2px;
    background-color: #f7f7f7 !important;
    color: #555555 !important;
    font-weight: 400;
    transition: all .3s ease-in-out;
    padding: 13px !important;
    font-size: 14px !important;
}


html select.dokan-form-control {
    height: auto;
}

html input[type='submit'].dokan-btn-theme,
html a.dokan-btn-theme,
html .dokan-btn-theme,
a.button {
    padding: 13px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
}

.dokan-store-widget .widget-title {
    font-size: 19px;
}

html .dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning {
    margin-bottom: 50px;
}


html .woocommerce #respond input#submit,
html .woocommerce a.button,
html .woocommerce button.button,
html .woocommerce input.button {
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 0;
    font-size: 15px;
    min-width: 90px;
}

.tm_navigation_style_two .page-header__user .uk-icon-button img {
    border-radius: 100px;
    border: 2px solid #eee;
}


.tm_navigation_style_two .page-header__user .uk-icon-button {
    width: 50px;
    height: 50px;
}

html .members-info_top {
    top: 55px;
}

html .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
html .woocommerce .col2-set .col-2,
html .woocommerce-page .col2-set .col-2 {
    max-width: fit-content;
}

.alert-warning a {
    color: #856404;
    text-decoration: underline !important;
}

html .woocommerce-order-overview.woocommerce-thankyou-order-details strong {
    font-weight: 500;
}


html .woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 0;
}


html .checkout .select2-container--open .select2-dropdown--below {
    margin: 0;
}


html .dokan-dashboard .dokan-dashboard-wrap * {
    vertical-align: middle;
}

.dokan-order-action .dokan-btn {
    text-align: center !important;
    padding: 5px 7px 5px 9px !important;
}

.dokan-panel #order_items_list td {
    width: auto !important;
}

.dokan-w4.dokan-order-right-content li {
    padding-bottom: 10px !important;
}

html .dokan-orders-content .dokan-orders-area .general-details ul.order-status {
    margin-bottom: 15px;
}

html .dokan-orders-content .dokan-orders-area ul.order_notes .note_content {
    padding: 16px 16px;
    margin-bottom: 20px;
}

.add_note .btn {
    width: 100%;
    margin-top: 10px;
}

html .add_note .btn {
    text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    height: auto;
    background: #222;
    color: #fff;
    padding: 9px;
    border: 0;
    font-size: 13px;
}


.tmreviews_woo_view_btn {
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    min-width: 120px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
}



.youzify table.woocommerce-MyAccount-orders tfoot tr th,
.youzify table.woocommerce-MyAccount-orders thead tr th {
    background: #f8f8f8 !important;
    color: #222;
    border: 1px solid #ddd
}

html .youzify-main-column .wc-item-meta li strong {
    font-weight: 500;
    padding-bottom: 3px;
    display: inline-block;
    color: #222
}

.youzify-main-column .woo_table_details_show.open td {
    background-color: #fff;
    vertical-align: middle;
    padding: 20px;
    border: 1px solid #ddd;
    line-height: 1.7;
}

.dokan-orders-area .dokan-order-details-wrap {
    margin-top: 20px;
}

.add_note h4 {
    text-transform: uppercase;
    font-size: 14px !important;
    margin-bottom: 7px;
}

#add-note-content {
    padding: 20px !important;
    height: 100px;
}

#dokan-add-tracking-number {
    width: 100%;
    padding: 10px;
    border: 0;
}

html .dokan-settings-content .dokan-settings-area .dokan-banner img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.info-banner {
    background: orange;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    position: relative;
}


.info-banner a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}


.dokan-dashboard .dokan-dashboard-content .pmpro_price_tables ul li.pmpro_price_name {
    padding: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}


#youzify-members-list > li .youzify-user-data {
    min-height: 330px;
}

.youzify-user-data-fl {
    background: #fff;
    display: flex;
    padding: 25px;
}

#youzify-members-list-fl .youzify-item-avatar {
    margin-right: 25px;
}

#youzify-members-list-fl .youzify-fullname {
    color: #222;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    font-family: Montserrat;
    font-weight: 400 !important;
}

.youzify-user-data-fl .youzify-tools,
.youzify-user-data-fl .youzify-cover {
    display: none;
}

#youzify-members-list-fl {
    display: flex;
    flex-wrap: wrap;
}

.youzify-user-data-fl .youzify-meta-item {
    opacity: 0.8;
}


#youzify-members-list-fl li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 33%;
    padding: 10px;
    text-align: center;
}

.youzify-user-data-fl .item {
    text-align: left;
    padding-top: 22px;
    line-height: 23px;
}


.youzify-directory #pag-bottom .pag-count {
    color: #222;
}

html .youzify-directory .pagination {
    line-height: 24px;
    margin-top: 25px;
}


@media (max-width:1000px) {
    #youzify-members-list-fl li {
        width: 50%;
    }
}

@media (max-width:768px) {
    #youzify-members-list-fl li {
        width: 100%;
    }
}

.youzify-card-action-buttons-block .youzify-user-actions {
    padding: 10px 15px;
    display: none;
}


.dokan-dashboard #fl-main-holder,
.pmpro-checkout #fl-main-holder,
html .youzify-page,
.woocommerce-account #fl-main-holder,
.pmpro-confirmation #fl-main-holder,
.woocommerce-checkout #fl-main-holder,
.woocommerce-checkout #fl-main-holder,
.dokan-store #fl-main-holder {
    background: #F8F8F8;
}

.dokan-store .content-area {
    padding-top: 70px;
}

.checkout.woocommerce-checkout {
    background: #fff;
}



.dokan-dashboard .fl-page-heading,
.dokan-dashboard .fl-page-heading,
.pmpro-checkout .fl-page-heading {
    display: none;
}

.dokan-dashboard .fl-page-padding,
.dokan-dashboard .fl-page-padding,
.pmpro-checkout .fl-page-padding {
    height: 70px;
}


#customer_address_details,
#cclw_additional_fields,
#cclw_order_details_table,
#cclw_payment_section {
    padding: 10px;
    background: #fff;
}

.pmpro_confirmation_wrap {
    border: 1px solid #eee;
    padding: 50px;
    max-width: 900px;
    margin: 0 auto 100px;
    background: #fff;
}


.pmpro_actions_nav {
    display: none;
}

.pmpro_invoice_wrap {
    border: 1px solid #eee;
    padding: 50px;
    max-width: 900px;
    margin: 0 auto 100px;
    background: #fff;
}


html .woocommerce form.checkout_coupon {
    border: 0;
    border-radius: 0;
    background: #fff;
    border: 1px solid #eee;
}

.dokan-dashboard-content {
    padding: 50px !important;
    background: #fff;
}

#dokan-cancel-tracking-note {
    background: #5cb85c !important;
}


html .pmpro_price.tm_active .pmpro_btn.pmpro_btn-select {
    font-size: 10px !important;
}


html .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu {
    border-bottom: 0;
}


html .dokan-product-listing .dokan-product-listing-area table td img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
    margin: 15px auto;
}


.dokan-product-listing .dokan-product-listing-area table.product-listing-table td .car_premium_price .car_premium_price {
    background: transparent;
    border-top: 0;
    color: #222 !important;
}

.dokan-product-listing .car_premium_price li {
    color: #222;
}

.dokan-product-listing .car_premium_price {
    background: transparent !important;
    border-top: 0 !important;
    margin-bottom: 0;
}

.dokan-product-listing .car_premium_price li {
    display: inline-block;
    width: 100%;
}


html .dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
    vertical-align: middle;
    text-align: center;
}


html .dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary a,
html .dokan-product-listing .dokan-product-listing-area table.product-listing-table td .row-actions a {
    color: #253241;
}

.dokan-order-action .dokan-btn {
    margin: 0;
    line-height: 37px;
    padding: 0 !important;
}


element.style {}

html .dokan-dashboard .dokan-dashboard-wrap * {
    vertical-align: middle;
}

html .dokan-dashboard .dokan-dashboard-wrap * {
    box-sizing: border-box;
    vertical-align: middle;
}

.dokan-dashboard .dokan-dashboard-wrap * {
    box-sizing: border-box;
}

.dokan-label-info {
    background-color: #5bc0de;
}

.dokan-order-status .dokan-label {
    padding: 10px;
    text-transform: uppercase;
    font-size: 9px;
}

.pmpro_checkout h2 span.pmpro_checkout-h2-msg {
    display: none;
}

#pmpro_level_cost .pmpro_level_cost_text {
    margin-bottom: 0;
    padding-bottom: 0;
}

html .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    text-transform: uppercase;
    padding: 10px 0 10px 18px;
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 27px;
    font-weight: normal;
    text-decoration: none;
}



html .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu,
html .dokan-dashboard .dokan-dash-sidebar,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li {
    background: #253241 !important;

}


.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a {
    font-weight: normal !important;
}


form.fl-comment-form .comment-form-cookies-consent label {
    margin-top: -13px;
}

.market-top-icon {
    float: right;
}



html .vc_tta-panel-title .fa,
html .vc_tta-panel-title .far,
html .vc_tta-panel-title .fas {
    font-family: "Font Awesome 5 Free" !important;
}

.pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap .car-description {
    padding-right: 30px;
}


html .woocommerce-ResetPassword.lost_reset_password {
    padding: 30px;
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 2px 10px #e2e2e2 !important;
    margin-top: 0px;
}


html .breadcrumbs-delimiter .fa,
.social-info .fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}




@media (min-width: 1200px) {

    .dokan-single-store .profile-frame .profile-info-box.profile-layout-default img.profile-info-img {
        height: 100%;
    }

}




/*DOKAN STORE CUSTOM*/


.dokan-custom-profile-frame-wrapper {
    padding-bottom: 10px;
}

.profile-custom-store {
    display: flex;
    padding-bottom: 20px;
    padding-top: 10px;
}

.profile-custom-store-left {
    max-width: 46%;
    padding-right: 25px;
}

.profile-custom-store-left img{
    aspect-ratio: 520/300;
    object-fit: cover;
}



.profile-custom-store-right {}


.custom-store-name {
    color: #253241;
    font: 700 30px Montserrat;
    border-bottom: 2px dotted #000;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.custom-store-park{
    color: #253241;
    font: 700 30px Montserrat;
    border-bottom: 2px dotted #000;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-top: 30px;
}

.dokan-custom-profile-frame-wrapper .dokan-store-address span {
    padding: 0 2px;
}

.dsi-label {
    display: block;
    font: 700 14px Montserrat;
    color: #253241;
}


.dokan-store-info li {
    position: relative;
    padding-bottom: 16px;
    padding-left: 44px;
    border-bottom: 0;
    margin-bottom: 0;
}


.dokan-store-info li a {
    color: inherit;
}

.dokan-store-info li a:hover {
    text-decoration: underline;
}

.dokan-store-info li svg {
    width: 30px;
    height: 24px;
    color: #d01818;
    position: absolute;
    left: 0;
    top: 16px;
    margin-top: -14px;
    fill: #d01818 !important;
    stroke: #d01818 !important;
}

.dokan-store-info li svg * {
    fill: #d01818 !important;
    stroke: #d01818 !important;
}


.seller-items .shop-archive-item {
    display: none;
}


.seller-items .favorite-car-wrap,
.seller-items .compare-car-wrap {
    display: none !important;
}

html #dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2,
.store-data h2 {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #253241;
    font-weight: 600;
    width: 100%;
    padding: 10px !important;
    font-size: 14px;
    text-transform: uppercase;
    min-height: 38px;
}


html #dokan-seller-listing-wrap.grid-view .store-content.default-store-banner {
    background: rgba(18, 24, 32, 0.15);
}




#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper:hover {
    box-shadow: 0px 0px 35px 0px #ddd;
}


html #dokan-seller-listing-wrap.grid-view .store-content {
    background: transparent;
}

#vendor-store-times {
    display: flex;
    padding-top: 10px;
}

.store-time-tags {
    border-right: 1px dotted #ddd;
    font-size: 12px;
    padding-right: 1px;
    margin-right: 14px;
    line-height: 20px;
}

.store-time-tags:last-child{
    border-right: 0;
}

#vendor-store-times .store-days {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}


html .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li a {
    padding: 0 60px 0px 15px;
}


input[type='checkbox'] {
    display: none;
}


.dokan-store-info .lbl-toggle {
    display: block;
    text-align: left;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease-out;
    margin: 0;
}

.dokan-store-info .lbl-toggle:hover {
    text-decoration: underline;
}



.dokan-store-info #collapsible {
    display: none;
}

.dokan-store-info .collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.dokan-store-info .toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 350px;
}

.dokan-store-info .toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.dokan-store-info .collapsible-content .content-inner {
    background: rgba(0, 0, 0, .05);
    padding: 5px 0 15px 15px;
    margin-top: 5px;
}

.dokan-store-info .collapsible-content p {
    margin-bottom: 0;
}



.dokan-store-info .lbl-toggle::before {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
    transition: transform .2s ease-out;
}

.dokan-store-info .toggle:checked + .lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}

.tmbooking_deposit_amount_notice{
    color: #222;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

.tmbooking_deposit_amount_notice span{
    color: #d01818;
    position: relative;
    left: -3px;
    margin-left: -2px;  
}


.product-subtotal small{
    display: inline-block;
    width: 100%;
}


html .product-subtotal .woocommerce-Price-amount.amount bdi {
    font-size: 16px;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: bold;
}

html .product-subtotal  small {
    font-weight: 400;
    font-size: 13px !important;
}

.product-price .woocommerce-Price-amount.amount {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}


html .woocommerce table.shop_table thead tr th.product-quantity,html .woocommerce table.shop_table .product-quantity{
    display: none !important;
}


.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr th,
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td{
    border-bottom: 0;
}

.woocommerce-checkout  .fl-content{
    padding: 50px;
    background: #fff;
}

.woocommerce-checkout  .woocommerce table.shop_table tfoot th {
    text-align: left;
}

.woocommerce-checkout form.checkout #order_review #payment ul.wc_payment_methods li input{
    border: 0;
}

.woocommerce-checkout  form.checkout #order_review #payment ul.wc_payment_methods li label {
    top: 0;
    margin-left: 3px;
}


form.checkout #order_review #payment .place-order .woocommerce-terms-and-conditions-wrapper {
    width: 100%;
}

html .woocommerce-privacy-policy-text{
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

 .woocommerce-page  .woocommerce-error {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

  .woocommerce-page  .woocommerce-info {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}


 .woocommerce-page .woocommerce-message {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}


html .woocommerce form.checkout_coupon button {
    background: #253241!important;
}

html .woocommerce form.checkout_coupon p{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}


html .woocommerce table.shop_table thead tr th:last-child {
    min-width: 130px;
}

@media (max-width:768px) {

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    float: none;
    margin-right: 10px;
}
    
}


html .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap {
    top: 72%;
}


html .pix-dynamic-content #pixad-listing.grid .auto-link-image-link:before {
    top: 33%;
}

@media (min-width:990px) {

.featured-top{
    margin-top: -30px;
    padding-bottom: 30px;
}
    
}

.featured-top .compare-car-wrap ,
.featured-top  .favorite-car-wrap{
    display: none !important;
}

.featured-top .top-content-wrap img{
    width: 100%;
    height: auto;
}


.autos-carousel i.slick-arrow[aria-disabled="true"]{
    opacity: 0 !important;
}





.pix-dynamic-content #pixad-listing.list .fl_auto_featured {
    border: 1px solid #222 !important;
    padding: 20px !important;
}


.pix-dynamic-content #pixad-listing.list .fl_auto_featured .car-price {
    margin-top: 25px !important;  
}


.woocommerce-account .woocommerce-notices-wrapper span {
    padding: 25px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    margin-bottom: 25px;
    border: #856404 1px solid;
    width: 100%;
    display: inline-block;
}




.dokan-dashboard-menu{
    display: flex;
    flex-direction: column;
}



.dokan-dashboard-menu li.dashboard {
    order: 1 !important;
}

.dokan-dashboard-menu li.myacc {
    order: 2 !important;
}

.dokan-dashboard-menu li.membership {
    order: 3 !important;
}
.dokan-dashboard-menu li.settings {
    order: 4 !important;
}
.dokan-dashboard-menu li.withdraw {
    order: 5 !important; 
}
.dokan-dashboard-menu li.orders {
    order: 6 !important; 
}

.dokan-dashboard-menu li.products {
    order: 7 !important; 
}

.dokan-dashboard-menu li.add {
    order: 8 !important; 
}






/*CHECKOUT*/



form.checkout.woocommerce-checkout {
    background: #fff;
    padding: 40px 50px;
}

@media screen and (min-width:1000px) {
.flex-row-checkout{
    display: flex;
}
    
    .woocommerce-checkout #customer_details {
    flex: 0 0 55%;
    max-width: 55%;
    width: 100%;
    padding: 0 0.9375rem;
}


.woocommerce-checkout .templines-order-wrap {
    flex: 0 0 45%;
    max-width: 45%;
    width: 100%;
    padding: 0 0.9375rem;
}

    
}


.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    margin-top: 0 !important;
}


.theme-revus .select2-container--open .select2-dropdown--below {
        margin-top: -28px;
}


.theme-revus .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    height: 41px;
}


.woocommerce-checkout .flex-row-checkout #customer_details {
    padding-left: 0;
    padding-right: 35px;
}

#customer_details .col-1,
#customer_details .col-2{
    display: inline-block;
    width: 100%;
    float: none;
    padding-left: 0;
}




.flex-row-checkout .woocommerce-checkout-review-order-table{
    width: 100%;
}


.flex-row-checkout .woocommerce-checkout-review-order-table , 
.flex-row-checkout .woocommerce-checkout-review-order-table td , 
.flex-row-checkout .woocommerce-checkout-review-order-table th{
    color: #1c1f23;
    font-size: 14px;
    border-color:  #dddddd;
        text-align: left;
}


.flex-row-checkout .woocommerce-checkout-review-order-table th {
    background: #eee;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

@media screen and (max-width:1000px) {
.flex-row-checkout .woocommerce-checkout-review-order-table, .flex-row-checkout .woocommerce-checkout-review-order-table td, .flex-row-checkout .woocommerce-checkout-review-order-table th {
    width: 100% !important;
    text-align: left;
}
    
    .theme-revus.woocommerce-checkout:not(.woocommerce-order-received):after{
        display: none !important;
    }
    
    
    
   html  .theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order {
    border: 1px solid #ddd;
    padding-left: 50px;
    position: relative;
    z-index: 8;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-bottom: 50px;
    padding-right: 50px !important;
} 
    
    
    html .theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout #payment {
    padding-left: 40px;
}
    
    
    html .theme-revus.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li input.input-radio {
    top: -3px;
}
    
    .theme-revus .woocommerce-checkout .flex-row-checkout #customer_details {
    padding-left: 0;
    padding-right: 0;
}
    
    
    form.checkout .flex-row-checkout  #order_review_heading {
    margin-bottom: 0;
}
    
    .woocommerce-shipping-fields{
        padding-bottom: 30px;
    }
    
    .woocommerce-checkout-review-order{
        padding-top: 30px;
    }
    
}

 .theme-revus #order_review_heading {
    padding-top: 0;
    padding-bottom: 15px;
}



.theme-revus.woocommerce-checkout:not(.woocommerce-order-received)  .block-title ,.theme-revus.woocommerce-checkout:not(.woocommerce-order-received)  .fl-header--navigation ,
.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .footer,
.theme-revus .page-header,
.theme-revus.woocommerce-checkout:not(.woocommerce-order-received)  .header-padding,
.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .fl-page-heading,
.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .fl--footer,
.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .header-mobile{
    display: none !important; 
}



.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-error, .theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-info, .theme-revus.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-message {
    background: #fff;
    z-index: 11;
    margin-bottom: 0 !important;
    border: 1px solid #222 !important;
    margin-top: 0px !important;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-error:before {
    color: #222;
}



.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order{
    border-left: 0;
    padding-left: 50px;
    background: #fff;
    position: relative;
    z-index: 8;
    padding-top: 50px;
    padding-bottom: 50px;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .inner_content {
    padding: 0 !important;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received)  .page-main {
    background-color: #fff !important;
}




.theme-revus.woocommerce-checkout:not(.woocommerce-order-received)  #customer_details .col-1, .theme-revus.woocommerce-checkout:not(.woocommerce-order-received)  #customer_details .col-2 {
    display: inline-block;
    width: 100%;
    float: none;
    padding-left: 0;
    max-width: 100%;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
    background: #fff;
    padding: 0px;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received){
    background: #fff !important;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .flex-row-checkout #customer_details {
    position: relative;
    z-index: 9;
    padding-top: 50px;
    padding-bottom: 50px;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout #payment {
border-radius: 0px;
    background: #F5F5F5;
    padding: 30px;
    padding-left: 50px;
}

.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table {
    background-color: #fff;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) #add_payment_method #payment div.payment_box, .theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) #add_payment_method #payment div.payment_box:before, .theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout #payment div.payment_box:before {
    border-color: #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li{
    position: relative;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li input.input-radio {
    position: absolute;
    top: 12px;
    left: 0;
    height: 32px;
    -webkit-box-shadow: none !important;
    background-color: none !important;
}

.woocommerce-checkout-review-order-inner{
    position: sticky;
    top: 0;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) #payment div.form-row {
    padding-left: 0;
    padding-right: 0;
}


 .theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .payment_box p{
    margin-top: 0 !important;
    font-size: 14px;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading , .theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields h3 ,
.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields  h3 {
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    color: #222;
    display: none;
}

.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .order-total{
    text-align: right;
}



.checkout-header{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 10;
    background: #fff;
    
}

.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-privacy-policy-text a{
    font-weight: bold;
}

.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) form .form-row {
    padding-bottom: 20px;
}

.theme-revus.woocommerce-checkout:not(.woocommerce-order-received) form  .form-row label {
    font-size: 15px;
}


.theme-revus.woocommerce-checkout:not(.woocommerce-order-received)  form .form-row .input-text, html .woocommerce-page form .form-row .input-text {
    font-size: 14px !important;
    margin-top: 0;
    min-height: auto !important;
    height: auto;
    padding: 17px;
    background: #fff !important;
    border-color: #ddd !important;
}




.theme-revus.woocommerce-checkout:not(.woocommerce-order-received)  dl.variation dt {
    font-weight: 500;
    width: 100%;
}



.theme-revus.woocommerce-checkout .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    background: #fff;
    padding: 30px 30px 0 30px;
    margin-bottom: 70px;
    border: 1px solid #ebe9eb;
}



.theme-revus  .woocommerce-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.theme-revus  .woocommerce-info a{
    text-decoration: none;
    font-weight: 500;
}



.checkout-header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}


.checkout-footer{
    border-top: 1px solid #eee;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    z-index: 11;
    background: #fff;
}


.checkout-footer li{
    list-style: none;
    color: #222;
    font-size: 13px;
}


.checkout-header-inner a{
           padding: 30px;
}

.checkout-header-inner svg{
    width: 35px;
    height: 35px;
 
}

.checkout-header-return{
border-right: 1px solid #eee;
    display: flex;
}

.checkout-header-logo{
    padding: 0;
    border-left: 1px solid #eee;
    display: flex; 
    
}

.checkout_menu{
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.checkout_menu li{
     color: #222;
    font-size: 14px;
}




.checkout_menu a{
color: #222;
    font-size: 13px;
    border-right: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
}


.checkout_menu li:last-child a{
    border-right: 0;
}

.woocommerce .return-to-shop {
    text-align: center;
}

.woocommerce .return-to-shop a.wc-backward {
    text-align: center;
}




.tm_booking_cart-start-date span {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 15px
}

.tm_booking_cart_wrap {
    position: relative;
    text-align: left
}

.tm_booking_cart-start-date {
    padding-left: 20px;
    padding-top: 10px
}

.tm_booking_cart_wrap .cart-icon {
    position: absolute;
    left: -20px;
    top: 0
}

.end-booking-date:after,.start-booking-date:after {
    content: "";
    position: absolute!important;
    left: -20px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: #fff;
    top: 8px;
    z-index: 1;
    width: 13px!important;
    height: 13px!important
}

.start-booking-pickup {
    position: relative;
    min-height: 90px
}

.variation-Vendor {
    padding-top: 10px;
    font-size: 16px
}

dt.variation-Vendor {
    font-weight: 500!important
}

.start-booking-pickup:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    border-left: 2px dashed #ddd;
    left: -15px;
    top: 12px;
    z-index: 0
}

.tm-extra-title {
    padding-top: 19px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px
}

.discount-title,.end-booking-date,.start-booking-date {
    font-weight: 500;
    font-size: 16px!important
}

.tm_booking_cart_extra .available_extra_price {
    font-weight: 500;
    padding: 0 6px
}

table.shop_table .product-name {
    padding-top: 30px
}

.woocommerce-checkout-review-order-table .product-total {
    min-width: 135px
}

.discount-title {
    padding-top: 0
}

.available_sale_wrap span {
    width: auto!important;
    padding-right: 10px;
    text-align: left;
    padding-top: 2px
}

.tm_booking_cart_discount {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px;
    margin: 10px 0 0
}

.tm_booking_cart_extra,.variation-Vendor {
    padding-left: 20px
}

.tm-extra-value .available_extra_wrap {
    width: 100%;
    display: inline-block
}

#order_items_list .name {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6
}

.tm_order_meta {
    font-weight: 400;
    font-size: 16px
}

#order_items_list .available_extra_price {
    padding-left: 5px
}

#order_items_list td img {
    width: 125px!important
}

.order-items .quantity {
    min-width: 50px;
    text-align: center
}

.order-items .line_cost {
    min-width: 90px;
    text-align: center
}



 .theme-revus.templines_all_autos_btn {
float: right;
    margin-top: 20px;
}


.booking-attr-cart.fl_auto_link{
    display: none;
}

 

#side-sortables .postbox.hide-f-js{
    display: block;
}

.product-name .variation dd:not(.variation-content,.variation-ExtraResource), .product-name .variation dt{
    display: none !important;
}


.woocommerce-account .woocommerce-notices-wrapper span {
    padding: 25px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    margin-bottom: 25px;
    border: #856404 1px solid;
    width: 100%;
    display: inline-block;
}


 .theme-revustd.product-name dl.variation dd,  .theme-revustd.product-name dl.variation dt {
    width: 100% !important;
    display: inline-block ;
    float: none !important;
}

.tm_booking_cart_wrap p{
    margin: 0 !important;
}

.flex-row-checkout .select2-container .select2-selection--single {
    height: 47px;
    padding: 9px;
}



.flex-row-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 9px;
    right: 9px;
    width: 20px;
}





.sidebar__avatar {
    position: relative;
    padding: 30px 0 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f0f0f0;
    user-select: none;
    -webkit-user-select: none;
    background: #fff
}

.sidebar__avatar:before {
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: #222;
    z-index: 1
}

.sidebar__avatar__edit {
    position: relative;
    cursor: pointer
}

.sidebar__avatar .user-name {
    color: #3c3b3b;
    font-weight: 500;
    font-size: 15px;
    padding-top: 15px
}

.sidebar__avatar_upload {
    position: absolute;
    z-index: 9
}

.sidebar__avatar_upload input[type="file"] {
    height: 100px;
    width: 100%;
    opacity: 0
}

.sidebar__avatar .user-avatar {
    position: relative;
    z-index: 2;
    width: 120px;
    height: 120px;
    background-color: #ddd;
    display: block;
    border-radius: 100px;
    background-image: url(https://revus.envato-themes.com/rent-elementor/wp-content/themes/revus/assets/images/no-avatar.png);
    background-size: contain
}

.sidebar__avatar__edit:hover .overlay {
    opacity: 1;
    visibility: visible
}

.sidebar__avatar__edit .overlay {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(60 59 59 / .5);
    z-index: 3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 11px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    text-transform: uppercase
}

.sidebar__avatar__edit__icon {
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 9;
    width: 25px;
    height: 25px;
    background: #333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap
}

.sidebar__avatar__edit__icon i {
    display: block;
    color: #fff;
    font-size: 14px
}

.sidebar__avatar__edit {
    position: relative;
    cursor: pointer;
    z-index: 9;
    overflow: hidden;
    border-radius: 100px;
    border: 5px solid #fff
}




.woocommerce-MyAccount-navigation_fl li {
    list-style: none;
    display: inline-block;
    margin-right: 20px
}

.woocommerce-MyAccount-navigation_fl ul {
    margin: 0 !important;
    padding: 0 !important
}

.woocommerce-EditAccountForm.edit-account {
    background: #fff;
    padding: 10px;
    margin: 0 auto
}

.woocommerce-MyAccount-content a {
    color: #222;
    font-weight: 300;
    text-decoration: underline
}

.is-active a,
.table > thead td,
.youzify-author-v6 .youzify-head-username {
    font-weight: 600
}

.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide em {
    font-size: 11px;
    padding-top: 12px;
    display: inline-block
}

.woocommerce-MyAccount-navigation_fl li a {
    color: #222;
    text-transform: uppercase
}

body.theme-revus .woocommerce .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    margin-bottom: 40px
}

body.theme-revus .woocommerce .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
    background: #fff;
    padding: 30px
}

body.theme-revus .woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 19px !important;
    text-transform: none;
    font-weight: 600;
}


body.theme-revus .woocommerce-MyAccount-navigation ul {
    margin: 0 !important;
    padding: 20px !important;
    border: 0;
}


.woocommerce-MyAccount-navigation li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    text-transform: uppercase
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    text-align: left;
    border: 0;
    background: #fff;
    list-style: none;
    padding: 30px 35px 25px !important
}

.woocommerce-MyAccount-navigation ul li a:before {
    display: none !important
}


html  .pmpro-levels .fl-content,  html .pmpro-member-profile-edit .fl-content {
    border: 0;
    max-width: 1200px;
    padding: 0px;
    margin: 0 auto;
    background: #fff;
}


#pmpro_account-profile{
    display: none;
}

#pmpro_account-membership{
    margin-top: 0 !important;
}


html #pmpro_cancel {
    border: 0;
    padding: 0;
    max-width: 800px;
    margin: 50px auto;
    text-align: center;
}



.pmpro-confirmation .pmpro_actions_nav{
    display: none;
}