.header-video-wrap{
    position: relative;
    height: 100%;
}
.header-video-wrap h1{
    text-align: center;
    position: relative;
    z-index: 2;
    color: #fff;
    line-height: 55px;
    font-weight: 700;
    font-size: 54px;
    padding: 150px 50px 0;
}
.header-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-video:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.3);
}

.pix-single-breadcrumbs{
    margin-bottom: 40px;
}
.pix-single-breadcrumbs .pix-breadcrumbs-path{
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 14px;
}
.pix-single-breadcrumbs .pix-breadcrumbs-path a, .pix-single-breadcrumbs .pix-breadcrumbs-path span:not(.fa){
    font-weight: 600;
    color: #818181;
    line-height: initial;
    font-size: 14px;
}
.pix-single-breadcrumbs .pix-breadcrumbs-path .fa-angle-right{
    height: auto;
    margin: 0 -2px;
}
.pix-single-breadcrumbs .pix-breadcrumbs-path .fa-angle-right:before {
    content: "/";
}
.pix-single-breadcrumbs {
    position: relative;
    overflow-x: auto;
}
.container.cars-list:not(.with-filter){
    max-width: 1400px;
}

.popular-models{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    overflow-x: auto;
}
.popular-models a {
    white-space: nowrap;
    padding: 0 11px;
    border-radius: 6px;
    background: var(--pix-grey-bg);
    color: black;
    font-size: 14px;
    height: 30px;
    line-height: 32px;
    font-style: normal;
    font-weight: 500;
}
.popular-models a.active{
    background: var(--pix-orange);
    color: white;
}

h1.h1-before-cars{
    margin: 50px 0 45px;
}

.pixcars-listing{
    margin-top: 30px;
}
.pixcars-listing .loader-wrap{
    position: fixed;
    background: rgba(255, 255, 255, 0.4);
}
.filter-and-items{
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.no-results{
    margin-top: 50px;
    margin-bottom: 80px;
    min-width: 100%;
}
.filter-name{
    display: none;
}
.filter-box{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px 25px;
    background: white;
    border: 1px solid rgb(0 0 0 / 13%);
    margin-top: 25px;
}
.filter-box:first-child, .filter-box.search{
    margin-top: 0;
}
.filter-box select{
    display: none;
}
.filter-box .scroll{
    max-height: 175px;
    overflow-y: auto;
    margin-top: 15px;
    margin-right: 6px;
}
.filter-box .scroll.inline{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.filter-box .scroll::-webkit-scrollbar-track {
    background-color: #dedede;
    border-radius: 8px;
}
.filter-box .scroll::-webkit-scrollbar{
    border-radius: 8px;
    width: 6px;
    background-color: #dedede;
}
.filter-box .scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--pix-orange);
}
.filter-box .label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: initial;
    margin-bottom: 10px;
    cursor: pointer;
}
.filter-box .label::first-letter {
    text-transform: uppercase;
}
.filter-box .scroll.inline .label{
    margin: 0 19px 10px 0;
}
.filter-box .scroll.inline .label:last-child{
    margin-right: 0;
}
.filter-box .label.active .checkbox:after {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    bottom: 5px;
    width: 8px;
    height: 11px;
    border: solid var(--pix-orange);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filter-box .checkbox, .sort-item .checkbox{
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    border: 1px solid rgb(0 0 0 / 30%);
    border-radius: 3px;
    margin-right: 12px;
    position: relative;
}
.filter-title{
    font-size: 18px;
    line-height: initial;
    position: relative;
    cursor: pointer;
}
.filter-title:after{
    content: "";
    background: none;
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--pix-orange);
    border-bottom: 1px solid var(--pix-orange);
    top: 0;
    margin-top: 6px;
    right: 5px;
    transform: rotate(225deg);
    position: absolute;
    transition: transform 0.2s;
}
.filter-box.active .filter-title:after{
    margin-top: 4px;
    transform: rotate(45deg);
    transition: transform 0.2s;
}
.number-input {
    width: 100%;
    display: flex;
    margin: 20px 0 25px;
}
.number-input .field {
    width: 100%;
    align-items: center;
}
.number-input .field span:nth-child(2){
    padding-left: 5px;
}
.field input {
    width: 100%;
    height: 35px;
    margin: 5px 0 0 0;
    outline: none;
    font-size: 17px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid rgb(0 0 0 / 25%);
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.number-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: flex-end;
    justify-content: center;
}
.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: var(--pix-orange);
}
.range-input {
    position: relative;
    text-align: left;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 4px;
    top: -4px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background:var(--pix-orange);
    pointer-events: auto;
    -webkit-appearance: none;
    cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--pix-orange);
    pointer-events: auto;
    -moz-appearance: none;
    cursor: pointer;
}
.filter-buttons{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.filter-buttons div{
    cursor: pointer;
    min-width: 120px;
    padding: 0 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-buttons div:first-child{
    border: 1px solid var(--pix-orange);
    background: white;
    color: var(--pix-orange);
}
.filter-buttons div:last-child{
    background: var(--pix-orange);
    color: white;
}
.input-search{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 25px 0 0;
}
.input-search input{
    padding-left: 20px;
    padding-right: 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    border: 1px solid var(--pix-orange);
}
.clear-apply-buttons{
    display: none;
}
.exit-filter{
    width: 35px;
    height: 24px;
    margin-left: auto;
    display: none;
    justify-content: flex-end;
    margin-top: 5px;
    cursor: pointer;
}
.filter-name-wrap{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.sale-and-card-sort, .sale-sort, .club-card-sort{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.sale-sort, .club-card-sort{
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    line-height: normal;
}
.sale-sort{
    margin-right: 30px;
}
.sale-sort img{
    margin-right: 9px;
}
.club-card-sort img{
    margin-right: 3px;
}
.club-card-sort img{
    margin-bottom: -6px;
}
.sale-sort span, .club-card-sort span{
    padding-top: 2px;
}
.sale-sort .check, .club-card-sort .check{
    border-radius: 3px;
    border: 1px solid var(--pix-orange);
    margin-left: 13px;
    min-width: 18px;
    height: 18px;
}
.sale-sort.active .check, .club-card-sort.active .check{
    background: url("../images/check-icon.svg") center no-repeat;
}

.sorts{
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 40px;
}
.sort-select{
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    margin-left: auto;
}
.sort-select:after {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border: solid var(--pix-orange);
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sort-select.active:after {
    transform: rotate(225deg);
    top: 10px;
}
.sort-block{
    display: none;
    position: absolute;
    background: white;
    z-index: 12;
    top: 45px;
    right: 0;
    padding: 30px 25px;
    border: 1px solid rgb(0 0 0 / 13%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 5%);
    border-radius: 20px;
}
.sort-block.active{
    display: block;
}
.sort-title{
    font-weight: 700;
}
.sort-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sort-item .checkbox{
    border-radius: 50%;
}
.sort-item.active .checkbox:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background-color: var(--pix-orange);
    border-radius: 50%;
}

.search-car {
    height: 44px;
    width: 100%;
    position: relative;
    background: #EEF1F4;
    padding: 0;
    margin: 20px auto 0 auto;
    border-radius: 8px;
    display: none;
}
.search-car input{
    padding-left: 38px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    line-height: 35px;
    position: relative;
    z-index: 11;
    color: black;
    font-size: 14px;
    display: block;
    background: transparent;
}
.search-car .search-icon{
    position: absolute;
    width: 30px;
    height: 100%;
    cursor: pointer;
    top: -1px;
    left: 8px;
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-item{
    width: 100%;
    margin-bottom: 90px;
    position: relative;
}

.car-item .pix-product-box-title{
    text-align: center;
    height: auto;
    padding-bottom: 15px;
}
.car-item .pix-product-box-title a {
    font-size: 24px;
    text-decoration: none;
    margin-bottom: 15px;
}

.pix-slider-wrapper{
    width: 942px;
    max-height: 754px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.pix-slider-wrapper .sale-icon-car-list {
    position: absolute;
    padding: 0 8px 0 35px;
    height: 40px;
    box-sizing: border-box;
    background: red;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    z-index: 2;
    line-height: 40px;
    left: 0;
    top: 30px;
}
.pix-slider-wrapper .sale-icon-car-list:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 0;
    right: -16px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 16px solid red;
}
.pix-slider-wrapper .owl-carousel .owl-stage-outer{
    max-height: 628.328px;
}
.pix-single-slider.owl-carousel .owl-nav button.owl-prev,
.pix-single-slider.owl-carousel .owl-nav button.owl-next{
    font-size: 0;
    width: 33px;
    height: 61px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}
.pix-single-slider.owl-carousel .owl-item img, .pix-miniature-slider.owl-carousel .owl-item img{
    height: auto;
}

.amounts-single-pixcar{
    background-color: transparent;
    margin-top: 10px;
    padding: 0 15px;
    position: relative;
    overflow: visible !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.pix-product-list:not(.with-filter) .pix-product-box-img .action-buttons {
    border: 1px solid rgb(0 0 0 / 13%);
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}
.amounts-single-pixcar:after{
    content: none !important;
}
.amounts-single-pixcar .wpb_column{
    flex: 1 1 auto;
    width: auto;
}
.amounts-single-pixcar .percent-text{
    width: auto;
}
.amounts-single-pixcar .pix-easy-chart .pix-text-left,
.amounts-single-pixcar .pix-easy-chart .pix-text-right{
    margin: 0;
    align-items: flex-start;
}
.amounts-single-pixcar .stats.pix-easy-chart{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.pix-easy-chart .pix-text-left .chart{
    padding-top: 5px;
}
.amounts-single-pixcar .wpb_column:first-child .stats.pix-easy-chart{
    justify-content: flex-start;
}
.amounts-single-pixcar .wpb_column:last-child .stats.pix-easy-chart{
    justify-content: flex-end;
}
.pix-easy-chart .pix-text-left, .pix-easy-chart .pix-text-right{
    grid-column-gap: 15px;
}
.amounts-single-pixcar .pix-icon-xl .icon svg,
.amounts-single-pixcar .pix-icon-xl .icon img{
    max-width: 84px;
}

.video-list{
    width: 100%;
    height: 730px;
}
body:not(.white-theme) .video-list{
    margin-bottom: 50px;
}

.white-theme .pixcars-listing-amounts{
    background: url("/wp-content/themes/quattro/images/background-benefits.jpg") center no-repeat;
}
.white-theme .pixcars-listing-amounts .amounts-main{
    background: transparent;
}


/****************************/
/***   PixCars Listing    ***/
/****************************/
.pixcars-listing h2.h2-before-cars{
    text-align: center;
    padding-bottom: 30px;
}
#pixcars-listing{
    margin-bottom: 15px;
}
.pix-filter-box.listing{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.pix-filter-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 287px;
    -ms-flex: 0 0 287px;
    flex: 0 0 287px;
    max-width: 287px
}
.pix-filter-row + .pix-filter-row {
    margin-top: 32px;
}
.pix-filter-row + .text-center {
    margin-top: 22px;
}
.pix-filter-row + .pix-filter-row .pix-range-box{
    padding-bottom: 0;
}
.pix-filter-col .text-center .pix-button{
    width: 100%;
}
.pix-filter-box.listing .pix-filter-col{
    margin-right: 50px;
}
.pix-filter-box.listing .pix-filter-col:last-child{
    margin-right: 0;
}
.pix-product-list{
    margin-top: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.pix-product-list .pix-product-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 50px;
    width: 50%;
    background: white;
}
.pix-product-list .pix-product-box .pix-product-show-boxes{
    min-height: 287px !important;
    position: relative;
}
.pix-product-box .pix-product-show-boxes img {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    position: absolute;
}
.pix-product-box .pix-product-show-boxes img:first-child {
    /*display: block;*/
    visibility: visible;
    opacity: 1;
}
.pix-product-list .pix-product-box .pix-product-show-boxes:before,
.pix-product-list .pix-product-box .pix-product-show-boxes:after{
    display: none;
}
.pix-product-list .pix-product-box-img{
    max-width: 430px;
    position: relative;
}
.pix-product-list:not(.with-filter) .pix-product-box-img{
    -webkit-flex: 0 0 430px;
    -ms-flex: 0 0 430px;
    flex: 0 0 430px;
    margin-right: 15px;
}
.pix-product-box-img a{
    position: relative;
    display: block;
}
.pix-product-box-img .club-card{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 65px;
    height: 40px;
    z-index: 1;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pix-product-list .pix-product-hover-boxes {
    bottom: 0;
    top: auto;
    height: 10%;
}
.pix-product-list .pix-product-dots-boxes .pix-dot-box{
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.pix-product-list .pix-product-dots-boxes{
    padding: 0 20px 0;
    margin-bottom: -3px;
}
.pix-product-list .pix-product-dots-boxes .pix-dot-box{
    margin: 5px 3px 10px 3px;
    height: 6px;
}
.pix-product-list .pix-product-dots-boxes .pix-dot-box.pix-active{
    background: #e65b0e;
}
.pix-product-list .pix-product-box-info{
    position: relative;
    min-width: 235px;
    padding-right: 5px;
}
.pix-product-list .pix-product-box-header{
    display: block;
    margin-bottom: 5px;
}
.pix-product-list .pix-product-box-title{
    margin-bottom: 0;
    height: 44px;
    line-height: 20px;
    overflow: hidden;
}
.pix-product-list .pix-product-box-title a{
    font-size: 18px;
    text-decoration: none;
    padding-right: 10px;
    display: block;
}
.pix-product-list .pix-product-box-title a *{
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
    white-space: normal;
    display: inherit;
}
.pix-product-list .pix-product-box-title a:hover {
    color: var(--pix-orange);
}
.pix-product-list .pix-product-box-list{
    display: block;
}
.pix-product-list .pix-product-box-list li{
    list-style: none;
}
.pix-product-list .pix-product-box-price{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
}
.pix-product-list .pix-product-box-price .pix-sale-box-price{
    font-size: 18px;
    line-height: 17px;
    font-weight: 600;
    color: var(--pix-orange);
    text-align: left;
    margin-top: 5px;
    min-width: 100%;
    white-space: nowrap;
}
[lang="pt-PT"] .pix-product-list .pix-product-box-price .pix-sale-box-price{
    white-space: normal;
    letter-spacing: -.5px;
}
.pix-product-list .pix-product-box-price .pix-sale-box-price span:not(.from):not(.to):not(.days-30){
    font-weight: 500;
}
.pix-product-list .pix-product-box-price .pix-sale-box-price strike,
.pix-product-list .pix-product-box-price .pix-sale-box-price strike span{
    font-size: 15px;
    color: #bbb;
}
.pix-product-box-price .pix-sale-box-price .price-30{
    margin-top: 8px;
}
.pix-product-list .pix-product-box-price .more-details,
.pix-product-list .pix-product-box-price .pix-button{
    min-width: 125px;
    font-size: 13px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    white-space: nowrap;
    text-align: center;
}
.pix-product-list .pix-product-box-img .more-details{
    position: absolute;
    left: 50%;
    margin-left: -67.5px;
    z-index: 1;
    height: 32px;
    line-height: 32px;
    bottom: 25px;
    width: 125px;
    white-space: nowrap;
    text-align: center;
    background-color: white;
    font-size: 13px;
    font-weight: 500;
    color: var(--pix-orange);
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.pix-product-list .pix-product-box-price .more-details{
    padding: 0 1.4em;
    height: 32px;
    line-height: 27px;
    font-weight: 500;
    -webkit-transition: background .2s, box-shadow .2s;
    transition: background .2s, box-shadow .2s;
    color: #000;
    background: white;
    border: 2px solid var(--pix-orange);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.pix-product-list .pix-product-box-price .more-details:hover,
.pix-product-list .pix-product-box-price .more-details:active{
    box-shadow: var(--pix-buttons-shadow);
    background: var(--pix-orange);
    color: white;
}
.pix-product-list .pix-product-box-price .pix-button{
    padding: .6em 2em;
    top: 0;
    margin-top: 15px;
    background: var(--pix-orange);
    color: white;
}
.pix-product-list .pix-product-box-info.with-disc .pix-product-box-price .pix-button{
    margin-top: 8px;
}

.pix-product-list .action-buttons{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 15px 0 !important;
}
.pix-product-list .action-buttons a,
.pix-product-list .action-buttons div,
.pix-product-list .action-buttons-big a,
.pix-product-list .action-buttons-big div
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    height: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: 500;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 4px 12px rgb(0 0 0 / 10%);
    background-color: white;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    line-height: 10px;
    text-align: center;
    padding: 0 5px;
}
.pix-product-list .action-buttons a:active,
.pix-product-list .action-buttons div:active{
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 4px 12px rgb(0 0 0 / 35%);
}
.pix-product-list .action-buttons a:before,
.pix-product-list .action-buttons div:before{
    content: "";
    height: 14px;
    min-width: 14px;
    margin-right: 4px;
    background-size: contain !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.pix-product-list .action-buttons a[data-id="whatsapp"]{
    min-width: 25%;
    max-width: 25%;
}
.pix-product-list .action-buttons .inquire-now{
    min-width: 27%;
    max-width: 27%;
}
.pix-product-list .action-buttons .call-us,
.pix-product-list .action-buttons .car-detail{
    min-width: 20%;
    max-width: 20%;
}
.pix-product-list .action-buttons .call-us:active,
.pix-product-list .action-buttons .car-detail:active,
.pix-product-list .action-buttons-big .call-us:active,
.pix-product-list .action-buttons-big .car-detail:active{
    background-color: var(--pix-orange);
    color: white;
}
.pix-product-list .action-buttons .call-us:active:before,
.pix-product-list .action-buttons .car-detail:active:before,
.pix-product-list .action-buttons-big .call-us:active:before,
.pix-product-list .action-buttons-big .car-detail:active:before{
    filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}
.pix-product-list .action-buttons a[data-id="whatsapp"],
.pix-product-list .action-buttons-big a[data-id="whatsapp"]{
    background: #25D366;
    color: white !important;
}
.pix-product-list .action-buttons a[data-id="whatsapp"]:before,
.pix-product-list .action-buttons-big a[data-id="whatsapp"]:before{
    background: url('../images/socials/whatsapp-icon.svg') center no-repeat;
}
.pix-product-list .action-buttons .call-us:before,
.pix-product-list .action-buttons-big .call-us:before{
    background: url('../images/phone.svg') center no-repeat;
}
.pix-product-list .action-buttons .inquire-now,
.pix-product-list .action-buttons-big .inquire-now{
    background-color: var(--pix-orange);
    color: white !important;
}
.pix-product-list .action-buttons .inquire-now:before,
.pix-product-list .action-buttons-big .inquire-now:before{
    background: url('../images/calendar.svg') center no-repeat;
    filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}
.pix-product-list .action-buttons .car-detail:before,
.pix-product-list .action-buttons-big .car-detail:before{
    background: url('../images/info.svg') center no-repeat;
}

.loadmore-button{
    min-width: 202px;
    max-width: 202px;
    height: 40px;
    line-height: 41px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    font-family: var(--pix-main-font);
    font-weight: 500;
    color: white;
    background-color: var(--pix-orange);
    font-size: 15px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.pix-product-list .pix-product-box-list{
    font-size: 15px;
    line-height: 1;
}
.pix-product-list .pix-product-box-list ul{
    display: block;
}
.pix-product-list .pix-product-box-list ul li{
    margin: 9px 0 0 0;
    /*font-size: var(--pix-font-size);*/
    font-weight: 500;
    list-style: none;
}
.pix-product-list.with-filter .pix-product-box-list ul:last-child{
    margin-left: 4px;
}

[lang="de-DE"] .pix-product-list .pix-product-box-list ul li,
[lang="fr-FR"] .pix-product-list .pix-product-box-list ul li{
    margin: 7px 0 0 0;
}
.pix-product-list .pix-product-box-list ul li span{
    color: black;
    font-weight: 600;
    padding-right: 5px;
}
.pix-product-list .pix-nav.left-right > div{
    background: transparent;
}
.pix-product-list .pix-nav > div{
    width: 60px;
    height: 65px;
    background-size: 25px 45px !important;
}
.pix-product-list .pix-nav.left-right{
    top: calc(50% - 60px);
}
.sale-icon-car, .new-icon-car, .ramadan-icon-car{
    bottom: auto;
    top: 25px;
}

.pix-product-list .pix-nav > div:after{
    font-size: 0;
}
.pix-product-list .pix-nav > div.swiper-button-prev{
    background: url("/wp-content/themes/quattro/images/prev-arrow-slider-min.png") center no-repeat;
    left: 0;
}
.pix-product-list .pix-nav > div.swiper-button-next{
    background: url("/wp-content/themes/quattro/images/next-arrow-slider-min.png") center no-repeat;
    right: 0;
}
.pixcars-listing-amounts{
    padding: 80px 0 40px 0;
    background: url("/wp-content/themes/quattro/images/single-tabs-bg.jpg") center no-repeat;
    background-size: cover;
}
.white-theme .pixcars-listing-amounts{
    background: transparent;
    position: relative;
}
.white-theme .pixcars-listing-amounts:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("/wp-content/themes/quattro/images/amounts-and-props-bg.jpg") right center no-repeat;
    background-size: cover;
}
body.webp.white-theme .pixcars-listing-amounts:before {
    background: url("/wp-content/themes/quattro/images/detail-props-bg.webp") right center no-repeat;
    background-size: cover;
}
#google-reviews{
    position: relative;
}
.pixcars-listing-amounts .amounts-single-pixcar{
    max-width: 1330px;
    margin: 0 auto;
}
.amounts-single-pixcar >.wpb_column:nth-child(2) .percent{
    max-width: 150px;
    display: block;
}
.amounts-single-pixcar >.wpb_column:nth-child(3) .percent-text{
    max-width: 105px;
}

.listing-description{
    padding-top: 20px;
    padding-bottom: 50px;
}
.listing-text a:not(.button),
.listing-text a:not(.button) * {
    color: var(--pix-orange);
    text-decoration: underline;
}
.listing-text.with-filter{
    margin-bottom: 20px;
}
.listing-text .text{
    font-size: 16px;
}
.listing-text .text h2{
    color: #000;
}
.listing-text .text h2,
.listing-text .text h3,
.listing-text .text h4,
.listing-text .text h5{
    text-align: center;
    padding-bottom: 20px;
}
.listing-text .text h2,
.listing-text .text h3,
.listing-text .text h4,
.listing-text .text h5,
.listing-text .text h2 strong,
.listing-text .text h3 strong,
.listing-text .text h4 strong,
.listing-text .text h5 strong{
    font-size: 17px;
}
.listing-text .text h2 *,
.listing-text .text h3 *,
.listing-text .text h4 *,
.listing-text .text h5 *{
    font-size: 17px;
}
.listing-text .text ul,
.listing-text .text ol{
    padding-left: 18px;
    margin-bottom: 1rem;
}
.listing-text .text ul li,
.listing-text .text ol li{
    font-weight: 500;
}
.listing-text .text *,
.listing-text .text{
    line-height: 21px;
    color: #000;
}
.listing-text .text table:not([class]) {
    margin: 20px 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.listing-text .text td:not([class]), .listing-text .text th:not([class]) {
    padding: 10px;
    border: 1px solid #d0d2d7;
    font-weight: normal;
}
html[lang="ar"] .listing-text .text table{
    margin-left: auto;
}
.listing-text .more-button{
    margin: 10px auto 0 auto;
    width: 100px;
    height: 30px;
    background: url("/wp-content/themes/quattro/images/more-arrow.png") center no-repeat;
    cursor: pointer;
    position: relative;
}
.listing-text .more-button[data-hide] {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}

.listing-text .design-lists ol{
    margin: 30px 0 10px;
}
.design-lists ol li:before{
    content: '';
    background: url(/wp-content/themes/quattro/images/star-ul-orange.png) center no-repeat;
    background-size: contain;
    height: 31px;
    min-width: 42px;
    margin-top: -5px;
    margin-right: 10px;
}
.design-lists ol{
    padding-left: 0 !important;
}
.design-lists ol li{
    font-weight: 700 !important;
    margin-bottom: 5px;
    list-style: none !important;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    text-align: center;
}
.design-lists ul{
    padding-left: 0 !important;
}
.design-lists ul >li{
    list-style: none !important;
    padding-left: 0;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}

.pix-single-tabs.admin{
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 20px 0;
    margin-bottom: 0;
}
.pix-single-tabs.admin .tab-pane{
    padding: 35px 25px 35px 0;
}
.rental-conditions-wrap{
    position: relative;
}
.rcnd {
    margin-top: 50px;
}
.rental-conditions-wrap .rental-conditions{
    padding: 30px 25px 40px 0;
}
.pix-single-tabs.admin ul.nav{
    border-bottom: 0;
    margin-top: 45px;
}
.pix-single-tabs.admin ul.nav li > *, .conditions-title{
    font-size: 18px;
    color: white;
    line-height: initial;
    font-weight: 700;
    background: transparent;
    text-transform: lowercase;
    padding: 0 0 10px 0;
    display: inline-block;
    vertical-align: top;
}
.pix-single-tabs.admin ul.nav li > *.active, .conditions-title.active{
    color: var(--pix-orange);
    border-bottom: 2px solid var(--pix-orange);
}
.rental-conditions-wrap.tourists-info{
    background-image: url("/wp-content/themes/quattro/images/book-form-bottom-bg.jpg");
    background-position: left center !important;
    background-size: cover !important;
    padding-top: 40px;
}
body.webp.white-theme .rental-conditions-wrap.tourists-info{
    background-image: url("/wp-content/themes/quattro/images/book-form-bottom-bg.webp");
}
.rental-conditions{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.rental-conditions .column{
    margin-left: 95px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rental-conditions .column:first-child{
    margin-left: 0;
}
.rental-conditions .column div{
    font-size: 16px;
    line-height: initial;
    margin-bottom: 20px;
    font-weight: 500;
    color:black;
    font-family: var(--pix-main-font);
}
.white-theme .pix-single-tabs.admin .rental-conditions .column div{
    color: black;
}
.pix-single-tabs .tab-content{
    display: block !important;
}

.prices-table{
    margin-bottom: 50px;
}
.prices-table.without-desc{
    margin-top: 50px;
}
.prices-table table{
    width: 100%;
}
html[lang="ar"] .prices-table table{
    direction: rtl;
}
html[lang="ar"] .prices-table table td{
    direction: ltr;
}
.prices-table .w-100{
    margin-top: 20px;
}
.prices-table table tr{
    border-bottom: 1px solid var(--pix-grey-border);
}
.prices-table table th:nth-child(2),
.prices-table table th:nth-child(3),
.prices-table table th:nth-child(4),
.prices-table table td:nth-child(2),
.prices-table table td:nth-child(3),
.prices-table table td:nth-child(4) {
    width: 25%;
}
.prices-table table th{
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    padding: 0 .6rem;
    white-space: nowrap;
}
.prices-table table td{
    text-align: right;
    padding: .6rem;
    white-space: nowrap;
}
.prices-table table td a{
    display: block;
    line-height: 18px;
}
.prices-table table td:first-child{
    text-align: left;
}
html[lang="ar"] .prices-table table td:first-child{
    text-align: right;
}
.swipe-note{
    display: none;
}

@media screen and (min-width: 1361px) {
    .filter-and-items .pix-dynamic-content{
        min-width: 890px;
        max-width: 890px;
    }
    .filter-and-items .pix-filter-left{
        min-width: 380px;
        max-width: 380px;
        margin-right: 30px;
    }
    .filter-button{
        display: none;
    }
    .white-theme .wrapper.layout{
        background: url("/wp-content/themes/quattro/images/background-octane.svg") center top repeat;
    }

    html[lang="ru"] .wpb_column:nth-child(2) .pix-easy-chart .pix-text-left .chart{
        min-width: 185px;
    }
    html[lang="de"] .wpb_column:nth-child(3) .pix-easy-chart .pix-text-left .chart{
        max-width: 165px;
    }
}

@media screen and (min-width: calc(1000px + 1px)){
    .filter-and-items .pix-product-list .pix-product-box{
        display: block;
        max-width: 430px;
    }
    .filter-and-items .pix-product-list .pix-product-box:nth-child(odd){
        margin-right: 30px;
    }
    .pix-product-list.with-filter  .pix-product-box-price .pix-sale-box-price{
        order: 0;
        width: 100%;
        margin: 0 0 12px 0;
        text-align: center;
        padding-top: 6px;
        min-width: auto;
    }

    .pix-product-list.with-filter .pix-product-box-info{
        border: 1px solid rgb(0 0 0 / 13%);
        padding: 18px 10px 5px !important;
        margin-top: 0 !important;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
    }
    .pix-product-list.with-filter .pix-product-box-title{
        height: auto;
    }

    .pix-product-list.with-filter .pix-product-box-img .action-buttons {
        display: none;
    }
    .pix-product-list.with-filter .pix-product-box-info .action-buttons{
        justify-content: space-around;
        border: 0;
        padding: 0;
        margin-top: 0;
    }
    html[lang="ru"] .pix-product-list.with-filter .pix-product-box-info .action-buttons{
        margin: 0 -8px;
    }

    .pix-product-list.with-filter .pix-product-box-list{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        font-family: "Arial", "sans-serif";
        min-height: 92px;
    }
    .pix-product-list.with-filter .pix-product-box-list ul{
        width: 53%;
    }
    .pix-product-list.with-filter .pix-product-box-list ul:last-child{
        width: 50%;
    }
    .pix-product-list.with-filter .pix-product-box-list ul li{
        letter-spacing: -0.3px;
        font-size: 15px;
    }
    .pix-product-list.with-filter .pix-product-box-list ul li{
        margin: 8px 0 0 0;
    }

    .pix-product-list.with-filter .pix-nav.left-right{
        top: calc(50% - 36px);
    }

    .pix-product-list:not(.with-filter) .pix-product-box-info .action-buttons{
        display: none;
    }
}

@media screen and (min-width: calc(1000px + 1px)) and (max-width: 1360px) {
    .pix-filter-left-inner{
        max-width: 605px !important;
    }
    .filter-button{
        margin-left: 13px !important;
    }
    .car-item{
        width: 942px;
    }
    .filter-and-items .pix-product-list .pix-product-box{
        margin: 0 14px 40px !important;
    }

    .filter-box .scroll:not(.inline){
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .filter-box .scroll .label{
        margin-bottom: 10px !important;
    }

    .filter-box .scroll:not(.inline) .label{
        min-width: 30%;
        margin-right: 10px;
    }

    .sale-sort {
        margin-right: 20px;
    }
    .club-card-sort{
        margin-right: 30px;
    }
    .sorts .search-car{
        flex: 1;
        margin: 0 0 0 auto;
        max-width: 300px;
        display: none;
    }
    .sort-select{
        margin-left: 20px;
    }
}

@media screen and (min-width: calc(768px + 1px)) and (max-width: 1360px) {
    .header-video-wrap h1{
        font-size: 42px;
        line-height: 50px;
    }

}

@media screen and (min-width: calc(768px + 1px)) and (max-width: 1000px){
    .header-video-wrap h1{
        padding-top: 70px;
    }
    .video-list{
        height: 415px;
    }
    .pix-product-list .action-buttons-big *{
        min-width: 20%;
        max-width: 20%;
    }
    .pix-product-list .pix-product-box-info .action-buttons{
        display: none;
    }

    .pix-product-list  {
        display: block;
    }
    .pix-product-list .pix-product-box-img{
        margin-right: 15px;
        min-width: 430px;
    }
    .filter-button{
        margin-left: 0;
    }
    .pix-product-list.with-filter .pix-product-box-img .action-buttons {
        border: 1px solid rgb(0 0 0 / 13%);
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
    }
}

@media screen and (min-width: calc(768px + 1px)) {
    .white-theme .pixcars-listing-amounts:before {
        width: 80%;
        height: 65%;
    }
    .white-theme .pix-single-tabs{
        position: relative;
        background: transparent;
    }
    .pix-single-slider.owl-carousel .owl-nav button.owl-prev{
        background: url("/wp-content/themes/quattro/images/prev-arrow-slider-min.png") center no-repeat;
        left: 35px;
    }
    .pix-single-slider.owl-carousel .owl-nav button.owl-next{
        background: url("/wp-content/themes/quattro/images/next-arrow-slider-min.png") center no-repeat;
        right: 35px;
    }
    .pix-product-list .action-buttons a:hover,
    .pix-product-list .action-buttons div:hover{
        box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 4px 12px rgb(0 0 0 / 35%);
    }
    .pix-product-list .action-buttons .call-us:hover,
    .pix-product-list .action-buttons .car-detail:hover{
        background-color: var(--pix-orange);
        color: white;
    }
    .pix-product-list .action-buttons .call-us:hover:before,
    .pix-product-list .action-buttons .car-detail:hover:before{
        filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
    }

    .pix-product-list .action-buttons-big *{
        font-size: 15px !important;
        height: 40px;
        margin-top: 15px;
        box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 4px 12px rgb(0 0 0 / 10%);
        max-width: 202px;
    }
    .pix-product-list .action-buttons-big *:active{
        box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 4px 12px rgb(0 0 0 / 35%);
    }
    .pix-product-list .action-buttons-big *:before{
        content: "";
        height: 18px;
        min-width: 18px;
        margin-right: 7px;
        background-size: contain !important;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

    html[lang="ru"]  .pix-product-list .action-buttons{
        padding: 15px 3px;
    }
    html[lang="ru"] .pix-product-list .action-buttons .call-us,
    html[lang="ru"] .pix-product-list .action-buttons .car-detail{
        max-width: 25%;
    }
    html[lang="ru"] .pix-product-list .action-buttons .whatsapp-single,
    html[lang="ru"] .pix-product-list .action-buttons .inquire-now{
        min-width: 25%;
    }
    html[lang="es"] .pix-product-list .action-buttons .call-us,
    html[lang="fr"] .pix-product-list .action-buttons .call-us,
    html[lang="it"] .pix-product-list .action-buttons .call-us{
        min-width: 21%;
        max-width: 21%;
    }
    html[lang="de"] .pix-product-list .action-buttons .call-us{
        min-width: 20%;
        max-width: 20%;
    }
    html[lang="tr"] .pix-product-list .pix-product-box-price .pix-sale-box-price span{
        letter-spacing: -0.5px;
    }
}

@media screen and (min-width: 1361px) and (max-width: 1400px) {
    .pix-product-list:not(.with-filter) .pix-product-box-img {
        /*-webkit-flex: 0 1 400px;*/
        /*-ms-flex: 0 1 400px;*/
        /*flex: 0 1 400px;*/
    }
    .pix-product-list .pix-product-box-info{
        min-width: 215px;
    }
}

@media screen and (max-width: 1360px) {
    .filter-and-items{
        display: block;
    }
    .filter-and-items .pix-filter-left{
        display: none;
    }
    .filter-button{
        background-color: #EEF1F4;
        border-radius: 8px;
        padding: 10px 13px;
        text-align: center;
        color: var(--pix-text-gray);
        cursor: pointer;
        z-index: 2;
        position: relative;
        margin: 0 30px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 14px;
        line-height: initial;
        font-weight: 500;
        height: 44px;
    }
    .filter-button:before{
        content: "";
        width: 24px;
        height: 24px;
        background: url(/wp-content/themes/quattro/images/filters.svg) center no-repeat;
        background-size: contain;
        cursor: pointer;
        margin-right: 12px;
    }

    .filter-box.search{
        display: none;
    }

    .pix-filter-left{
        position: fixed;
        z-index: 1000;
        background: white;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 0px 0px 50px 15px;
    }
    .pix-filter-left-inner{
        width: 100%;
        height: 100%;
        overflow-y: auto;
        max-width: 400px;
        background: white;
        margin: 10px auto 0;
        padding: 0 15px 80px 0;
    }
    .number-input{
        margin: 15px 0;
    }
    .filter-box{
        padding: 20px;
    }
    .filter-box .label{
        margin-bottom: 16px;
        font-size: 14px;
    }
    .filter-box .scroll{
        margin-top: 25px;
        max-height: 203px;
    }
    .filter-box .scroll.inline .label{
        margin-bottom: 16px;
    }
    .filter-title{
        font-size: 16px;
        font-weight: 600;
    }

    .filter-buttons{
        display: none !important;
    }
    .clear-apply-buttons{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: white;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items:center;
        flex-wrap: nowrap;
        z-index: 2;
        border-top: 1px solid #ECECEC;
    }
    .clear-apply-buttons div{
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        height: 44px;
        cursor: pointer;
        font-weight: 800;
        font-size: 14px;
        white-space: nowrap;
    }
    .clear-apply-buttons .clear{
        min-width: 103px;
        border: 1px solid var(--pix-orange);
        background: white;
        color: var(--pix-orange);
    }
    .clear-apply-buttons .apply{
        min-width: 105px;
        max-width: 224px;
        margin-left: 16px;
        background: var(--pix-orange);
        color: white;
        flex: 1;
    }

    .filter-name-wrap{
        padding: 15px 15px 11px 11px;
    }
    /*body[data-admin="Y"] .filter-name-wrap{*/
    /*    padding-top: 60px;*/
    /*}*/
    .exit-filter{
        display: flex;
    }
    .filter-name{
        display: block;
        text-align: center;
        font-weight: 800;
        line-height: 16px;
        flex: 1;
    }
    .filter-box{
        margin-top: 12px;
        border-radius: 8px;
    }

    .car-item{
        margin-bottom: 60px;
    }

    .pixcars-listing.pix-right-sidebar {
        padding-right: 15px;
    }
    .pixcars-listing.pix-left-sidebar {
        padding-left: 15px;
    }

    .video-list{
        height: 530px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1360px) {
    h1.h1-before-cars{
        margin-top: 45px;
        font-size: 2.2rem;
    }

    .pix-single-breadcrumbs .pix-breadcrumbs-path .fa-angle-right{
        margin: 0 -5px;
    }

    .pix-product-list .pix-product-box-price:not(.admin) .pix-sale-box-price{
        width: 100%;
    }
    .pix-filter-box.listing .pix-filter-col{
        margin-right: 35px;
    }
    .pix-product-list .pix-product-box{
        display: block;
        min-width: 50%;
        max-width: 400px;
        margin-bottom: 40px;
    }
    .pix-product-list.with-filter .pix-product-box{
        min-width: 400px;
    }

    .pix-product-list .pix-product-box-img{
        height: 287px;
        margin: 0 auto !important;
    }
    .pix-product-box .pix-product-show-boxes img{
        height: 100%;
        width: auto;
    }
    .pix-product-list .pix-product-box-info{
        min-height: 260px;
    }
    .pix-product-list .pix-product-box-info.with-disc,
    .pix-product-list .pix-product-box-info{
        border: 1px solid rgb(0 0 0 / 13%);
        padding: 18px 10px 5px !important;
        margin-top: 0 !important;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
    }
    .pix-product-list .pix-product-box-img .action-buttons{
        display: none;
    }
    .pix-product-list .action-buttons{
        flex-wrap: wrap;
        justify-content: space-around;
        border: 0;
        padding: 0;
    }
    .pix-product-list .pix-product-box-list{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        font-family: "Arial", "sans-serif";
    }
    .pix-product-list .pix-product-box-list ul{
        width: 53%;
    }
    .pix-product-list .pix-product-box-list ul:last-child{
        width: 50%;
    }
    .pix-product-list .pix-product-box-list ul li{
        letter-spacing: -0.3px;
        font-size: 15px;
    }
    .pix-product-list .pix-product-box-list ul li{
        margin: 8px 0 0 0;
    }
    .pix-product-list .pix-product-box-price .pix-sale-box-price{
        order: 0;
        width: 100%;
        margin: 0 0 12px 0;
        text-align: center;
        padding-top: 6px;
        min-width: auto;
    }
    .pix-product-list .pix-nav.left-right{
        top: calc(50% - 36px);
    }
}

@media screen and (min-width: 1281px) and (max-width: 1360px) {
    .amounts-single-pixcar >.wpb_column .percent{
        line-height: initial;
        font-size: 22px;
    }
}

@media screen and (min-width: 1151px) and (max-width: 1280px) {
    .amounts-single-pixcar >.wpb_column .percent{
        line-height: initial;
        font-size: 20px;
    }
    .amounts-single-pixcar .pix-icon-xl .icon img{
        max-width: 75px;
    }
}

@media screen and (min-width: calc(768px + 1px)) and (max-width: 1150px) {
    .pix-easy-chart .pix-text-left, .pix-easy-chart .pix-text-right{
        grid-template-columns: 70px auto;
    }
    .amounts-single-pixcar >.wpb_column .percent{
        line-height: initial;
        font-size: 18px;
    }
    .amounts-single-pixcar .pix-icon-xl .icon img{
        max-width: 60px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 783px) {
    .pix-single-tabs .rental-conditions .column{
        margin-left: 50px;
    }
}

@media screen and (max-width: 1001px){
    .filter-and-items{
        position: relative;
    }
}

@media screen and (max-width: 1000px){
    .pix-single-breadcrumbs .pix-breadcrumbs-path .fa-angle-right:before{
        content: "";
        width: 14px;
        height: 1px;
        display: block;
        background-color: #818181;
    }

    .search-car {
        display: flex;
        margin-top: 20px;
    }

    .pix-product-list{
        margin-top: 15px;
    }
    .pix-filter-box.listing{
        justify-content: space-between;
    }
    .pix-filter-box.listing .pix-filter-col{
        margin-right: 0;
    }

    .white-theme .pixcars-listing-amounts .amounts-main{
        flex-wrap: wrap;
    }
    .white-theme .pixcars-listing-amounts:before{
        height: 65%;
    }
    .amounts-single-pixcar .stats.pix-easy-chart{
        padding-top: 20px;
    }
    .amounts-single-pixcar .wpb_column:first-child .stats.pix-easy-chart,
    .amounts-single-pixcar .wpb_column:last-child .stats.pix-easy-chart{
        justify-content: center;
    }


    .rcnd {
        margin-top: 15px;
    }
    .rental-conditions{
        flex-wrap: wrap;
    }
    .rental-conditions .column{
        margin: 0;
        min-width: 100%;
    }
    .rental-conditions .column div{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .rental-conditions-wrap.tourists-info .rental-conditions .column:first-child {
        margin-bottom: 20px;
    }
    .conditions-title{
        width: auto;
        font-size: 15px;
    }
    .conditions-title.active{
        border-bottom: 2px solid var(--pix-orange);
    }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
    h1.h1-before-cars{
        font-size: 2rem;
        margin: 45px 0 35px;
    }
    .pix-single-rent-top .rents-wrap .pix-th div,
    .pix-single-rent-top .rents-wrap .pix-td div{
        font-size: 19px;
    }

    .pix-product-list .action-buttons-big{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        height: 40px;
        width: 100%;
    }
    .pix-product-list .action-buttons-big *{
        margin: 0 15px 0 0 !important;
        /*min-width: 17%;*/
        /*max-width: 17%;*/
        min-width: 25%;
        max-width: 25%;
    }
    .pix-product-list .action-buttons-big a:last-child{
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    h1.h1-before-cars{
        font-size: 1.8rem;
        margin: 35px 0 25px;
    }

    .pixcars-listing{
        margin-top: 15px;
    }

    .sorts{
        margin-right: 0;
        flex-wrap: wrap;
    }
    .sale-and-card-sort{
        order: 3;
        margin-top: 20px;
        min-width: 100%
    }

    .pix-slider-wrapper .sale-icon-car-list {
        padding: 0 8px 0 25px;
        height: 33px;
        line-height: 33px;
    }
    .pix-slider-wrapper .sale-icon-car-list:after {
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
    }
    .pix-single-slider.owl-carousel .owl-nav button.owl-prev,
    .pix-single-slider.owl-carousel .owl-nav button.owl-next{
        font-size: 0;
        width: 15px;
        height: 27px;
        margin-top: -8px;
    }
    .pix-single-slider.owl-carousel .owl-nav button.owl-prev{
        background: url("/wp-content/themes/quattro/images/prev-arrow-slider-480.png") center no-repeat;
        left: 15px;
    }
    .pix-single-slider.owl-carousel .owl-nav button.owl-next{
        background: url("/wp-content/themes/quattro/images/next-arrow-slider-480.png") center no-repeat;
        right: 15px;
    }

    .amounts-single-pixcar{
        padding: 0 15px 0 0;
        margin-top: -10px;
        flex-wrap: wrap;
    }
    .amounts-single-pixcar .stats.pix-easy-chart{
        padding-top: 40px;
    }
    .amounts-single-pixcar .wpb_column:not(:last-child){
        max-width: 50%;
    }
    .amounts-single-pixcar .wpb_column:last-child{
        padding-bottom: 30px;
    }
    .amounts-single-pixcar .wpb_column:first-child .stats.pix-easy-chart,
    .amounts-single-pixcar .wpb_column:last-child .stats.pix-easy-chart{
        justify-content: center;
    }
    html:not([lang="en-US"]) .amounts-single-pixcar .wpb_column:nth-child(2) .stats.pix-easy-chart,
    html:not([lang="en-US"]) .amounts-single-pixcar .wpb_column:nth-child(4) .stats.pix-easy-chart{
        margin-left: -20px;
    }
    .pix-easy-chart .pix-text-left .chart{
        min-width: 96px;
    }
    .pix-easy-chart .pix-text-left, .pix-easy-chart .pix-text-right{
        grid-column-gap: 8px;
    }
    .amounts-single-pixcar .percent,
    .amounts-single-pixcar .percent-plus{
        font-size: 17px;
        display: block;
    }
    .amounts-single-pixcar .percent-text{
        font-size: 13px;
    }
    .amounts-single-pixcar .pix-icon-xl .icon svg,
    .amounts-single-pixcar .pix-icon-xl .icon img{
        max-width: 62px;
    }
    .amounts-single-pixcar .wpb_column:first-child .pix-icon-xl .icon img{
        max-width: 65px;
    }

    .pix-single-tabs.no-description{
        padding-bottom: 0;
    }
    .pix-single-tabs{
        margin: 0;
    }
    .pix-single-tabs ul.nav li > *{
        width: auto;
        display: inline;
        font-size: 12px;
        padding: 0 0 20px 0;
    }
    .pix-single-tabs ul.nav li > *.active{
        border-bottom: 2px solid var(--pix-orange);
    }
    .pix-single-tabs .tab-pane{
        padding: 25px 25px 25px 0;
    }
    .pix-single-tabs ul.nav{
        margin-top: 30px;
    }

    .pix-product-list .pix-product-box-info{
        border: 1px solid rgb(0 0 0 / 13%);
        padding: 18px 10px !important;
        margin-top: 0 !important;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
    }
    .pix-product-list .pix-product-box-img .action-buttons{
        display: none;
    }
    .pix-product-list .action-buttons{
        flex-wrap: wrap;
        justify-content: space-around;
        border: 0;
        padding: 0;
    }
    .pix-product-list .action-buttons a[data-id="whatsapp"],
    .pix-product-list .action-buttons .call-us,
    .pix-product-list .action-buttons .car-detail,
    .pix-product-list .action-buttons .inquire-now{
        min-width: 45%;
        max-width: 45%;
    }
    .pix-product-list .action-buttons .car-detail,
    .pix-product-list .action-buttons .inquire-now{
        margin-top: 10px;
    }
    .pix-product-list .pix-product-box .pix-product-show-boxes{
        min-height: 267px !important;
    }

    .pix-single-rent-top .action-buttons-big{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        height: 30px;
        width: 100%;
    }
    .pix-single-rent-top .action-buttons-big *{
        min-width: 32%;
        max-width: 32%;
    }
    .pix-single-rent-top .action-buttons-big .car-detail,
    .pix-single-rent-top .action-buttons-big .inquire-now {
        margin-top: 10px;
    }
    .pix-single-rent-top .action-buttons-big *:before{
        content: "";
        height: 14px;
        min-width: 14px;
        margin-right: 4px;
        background-size: contain !important;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
    .info-wrap{
        /*padding: 15px 10px 100px 10px;*/
        padding: 15px 10px 75px 10px;
    }

    .video-list{
        height: 286px;
        margin-top: 20px;
    }

    #pixcars-listing {
        margin-bottom: 0;
    }
    .pix-product-list{
        justify-content: center;
    }
    .pix-product-list .pix-product-box{
        display: block;
        max-width: 430px;
        min-width: 430px;
        margin-bottom: 40px;
    }
    .pix-product-list .pix-product-box-img{
        height: 267px;
    }
    .pix-product-box .pix-product-show-boxes img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .pix-product-list .pix-product-box-list{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        font-family: "Arial", "sans-serif";
    }
    .pix-product-list .pix-product-box-list ul{
        width: 53%;
    }
    .pix-product-list .pix-product-box-list ul:last-child{
        width: 50%;
    }
    .pix-product-list .pix-product-box-list ul li{
        letter-spacing: -0.3px;
        font-size: 15px;
    }
    .pix-product-list .pix-product-box-list ul li{
        margin: 8px 0 0 0;
    }
    .pix-product-list .pix-nav.left-right{
        top: calc(50% - 36px);
    }

    .listing-description{
        padding: 25px 15px 20px 15px !important;
    }
    .listing-text .text h2,
    .listing-text .text,
    .listing-text .text h2 strong{
        font-size: 19px;
    }
    .listing-text .text h2 *{
        font-size: 19px;
    }
    .listing-text .container{
        padding: 0;
    }
    .listing-text .text,
    .listing-text .text *{
        font-size: 12px;
        line-height: 17px;
    }
    .listing-text .more-button{
        margin-top: 0;
    }

    .pix-product-list .pix-product-box-img .more-details,
    .pix-product-list .pix-product-dots-boxes{
        margin-bottom: 10px;
    }
    .pix-product-list .pix-product-box-price .more-details,
    .pix-product-list .pix-product-box-price .pix-button,
    .pix-product-list .pix-product-box-info.with-disc .pix-product-box-price .pix-button{
        margin-top: 0;
        margin-left: 20px;
        order: 2;
    }
    .pix-product-list .pix-product-box-price .pix-sale-box-price{
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .car-item {
        margin-bottom: 40px;
        max-width: 400px;
    }
    .car-item .pix-product-box-title *{
        font-size: 18px;
    }
    .pix-single-rent-top .prices-note {
        font-size: 10px;
    }
    .pix-slider-wrapper{
        max-height: 440px;
    }
    .video-list{
        height: 196px;
    }
    .pix-single-rent-top .prices-title{
        font-size: 15px;
        margin-bottom: 0;
    }
    .pixcars-listing-amounts{
        padding: 40px 0;
    }

    .prices-table{
        margin-top: 30px;
    }
    .prices-table div.w-100{
        overflow-x: auto;
    }
    .prices-table h2{
        text-align: center;
    }
    .prices-table table th,
    .prices-table table td{
        line-height: 16px;
    }
    .prices-table table th {
        font-size: 12px;
    }
    .prices-table table td *{
        font-size: 14px;
        line-height: 16px;
    }

    .listing-text .table-wrap {
        overflow-x: auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .header-video-wrap h1{
        font-size: 30px;
        line-height: 38px;
        padding: 50px 15px 0;
    }
    .pixcars-listing h2.h2-before-cars{
        text-align: left;
    }
    .pix-single-rent-top.with-dates{
        margin-bottom: 70px;
    }
    .pix-slider-wrapper{
        max-height: 362px;
    }
    .pix-single-rent-top .rents-wrap .pix-th div,
    .pix-single-rent-top .rents-wrap .pix-td div:first-child{
        padding: 2px 3px 2px 1px;
        font-family: "Arial", "sans-serif";
    }

    .sort-select{
        font-size: 14px;
    }

    .pix-product-list .pix-product-box-img {
        height: auto;
    }
    .pix-product-list .pix-product-box .pix-product-show-boxes {
        min-height: 245px !important;
    }

    .listing-text .design-lists ol{
        margin: 15px 0 10px;
    }

    .prices-table .w-100{
        margin-top: 10px;
    }
    .swipe-note {
        display: block;
        font-size: 12px;
        margin-bottom: 8px;
        color: #818181;
        margin-top: 20px;
    }
}

@media screen and (max-width: 450px) and (min-width: 376px) {
    html[lang="de"] .amounts-single-pixcar >.wpb_column .percent{
        word-break: break-all;
    }
    html[lang="de"] .amounts-single-pixcar >.wpb_column .percent,
    html[lang="sv"] .amounts-single-pixcar >.wpb_column .percent
    {
        letter-spacing: -0.6px;
    }
}

@media screen and (max-width: 450px) {
    .pix-product-list .pix-product-box{
        max-width: 99%;
        min-width: 99%;
    }
}

@media screen and (max-width: 390px) {
    .filter-box .scroll.inline .label{
        margin: 0 18px 10px 0;
    }

    .pix-slider-wrapper{
        max-height: 288px;
    }
    .info-wrap{
        /*padding: 15px 5px 100px 5px;*/
        padding: 15px 5px 75px 5px;
    }
    html[lang="nl"] .pix-easy-chart .pix-text-left .chart{
        word-break: break-all;
    }
    .pix-single-rent-top .rents-wrap .pix-th div{
        letter-spacing: -0.4px;
    }
    .pix-product-list .pix-product-dots-boxes{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 390px) and (min-width: 376px) {
    html[lang="de"] .amounts-single-pixcar >.wpb_column .percent,
    html[lang="ru"] .amounts-single-pixcar >.wpb_column .percent{
        letter-spacing: -0.7px;
    }
    .pix-easy-chart .pix-text-left, .pix-easy-chart .pix-text-right{
        grid-template-columns: 66px auto;
    }
}

@media screen and (max-width: 375px) {
    .pix-product-list .pix-product-box .pix-product-show-boxes {
        min-height: 205px !important;
    }

    .amounts-single-pixcar .percent,
    .amounts-single-pixcar .percent-plus{
        font-size: 16px;
        letter-spacing: -0.3px;
    }
    .white-theme .amounts-main .percent{
        padding-right: 5px;
    }
    .amounts-main .percent-text{
        max-width: 75px !important;
    }
    html[lang="es"] .amounts-main .percent-text,
    html[lang="de"] .amounts-main .percent-text,
    html[lang="nl"] .amounts-main .percent-text,
    html[lang="de"] .amounts-single-pixcar .percent,
    html[lang="de"] .amounts-single-pixcar .percent
    {
        word-break: break-all;
    }

    .prices-table table th,
    .prices-table table td{
        letter-spacing: -0.2px;
    }
}
@media screen and (min-width: 351px) and (max-width: 375px) {
    html[lang="es"] .pix-single-rent-top .rents-wrap .pix-th div,
    html[lang="it"] .pix-single-rent-top .rents-wrap .pix-th div,
    html[lang="nl"] .pix-single-rent-top .rents-wrap .pix-th div{
        word-break: break-word;
        max-width: 62px;
        min-width: 48px;
        white-space: normal;
        line-height: 9px;
        height: 23px;
    }
}
@media screen and (max-width: 350px) {
    .popular-models{
        gap: 8px;
    }
    .popular-models a{
        font-size: 12px;
    }

    .sort-select{
        padding-right: 18px;
    }
    .filter-box {
        padding: 20px 12px;
    }
    .filter-title{
        font-size: 17px;
        letter-spacing: -0.3px;
        margin-right: 0;
    }
    .sale-and-card-sort{
        justify-content: space-between;
    }
    .sale-sort{
        margin-right: 10px;
    }

    .pix-single-rent-top .action-buttons-big * {
        min-width: 45%;
        max-width: 45%;
        margin-bottom: 6px;
    }
    .pix-single-rent-top .rents-wrap .pix-th {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        height: 45px;
        flex: 1;
    }
    .pix-single-rent-top .rents-wrap .pix-th div{
        word-break: break-word;
        max-width: 62px;
        min-width: 53px;
        white-space: normal;
        line-height: 9px;
        height: auto;
        padding: 0 2px 0 0;
    }
    .pix-single-rent-top .rents-wrap .pix-td:last-child{
        height: 66px;
        bottom: -65px
    }
    .pix-product-list .pix-product-box .pix-product-show-boxes{
        min-height: 210px !important;
    }
    .pix-product-list .pix-product-box-img{
        height: 210px;
    }
    .pix-product-list .pix-product-box-price .pix-sale-box-price{
        font-size: 16px;
    }
    html[lang="de"] .pix-product-list .pix-product-box-list ul li span{
        word-break: break-all;
    }
    .amounts-single-pixcar .pix-icon-xl .icon svg, .amounts-single-pixcar .pix-icon-xl .icon img{
        max-width: 52px !important;
    }
    .white-theme .amounts-main .percent{
        word-break: break-all;
    }

    .prices-table table th,
    .prices-table table td{
        letter-spacing: -0.5px;
    }
}
