img,
video {
    width: 100%;
    height: auto;
}
#carportal-search .classes {
    float: left;
    width: 100%;
}
.tx-hxcarportal{
    color:#333;
}
.tx-hxcarportal .searchbox input[type=text]{
    width: 100%;
padding: 10px;
border: 1px solid #bbb;
margin-bottom: 5px;
}
#carportal-search .classes>div {
    float: left;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    width: 50%;
    text-align: center;
    background-color: #272727;
    color: #fff;
    text-transform: uppercase;
}

#carportal-search .classes>div:hover {
    color: #fff;
    cursor: pointer;
}

#carportal-search .classes>div.active {
    background-color: #ffffff;
    color: #272727;
}

#carportal-search .classes>div.active:hover {
    background-color: #fff;
    cursor: default;
}
.tx-hxcarportal{
    font-family:arial, sans-serif;
}
.tx-hxcarportal .list-vehicle{
    padding: 10px 0;
    border: 1px solid #bbb;
    margin: 5px;
}
.tx-hxcarportal .price{
    margin:20px 0;
}
.tx-hxcarportal .price .gross{
    font-size: 22px;
font-weight: bold;
}
.tx-hxcarportal .row>div>div{
    background-color:#fff;
    color:#333;
}
#carportal-search h1{
    background:#272727;
    color:#f7d900;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    padding:25px 10px;
    border-bottom:5px solid #f7d900;
    font-size:24px;
    margin:0;
}
.tx-hxcarportal .button{
    background-color:#f7d900;
    color:#272727;
    font-weight:bold;
    text-align:center;
    padding:10px;
    font-size:18px;
}
.tx-hxcarportal .button a,
.tx-hxcarportal .button a:hover,
.tx-hxcarportal .button a:active{
    color:#272727;
    text-decoration: none;
}
.tx-hxcarportal .button.detaillink{
    display:inline-block;
}
.tx-hxcarportal .button.detaillink span{
    transition:all 500ms;
    margin-left:5px;
}
.tx-hxcarportal .button.detaillink:hover span{
    margin-left:20px;
}
.tx-hxcarportal .list-header{
    padding:5px 10px;
}
#carportal-ordering {
    margin-top: 20px;
}

.tx-hxcarportal .searchbox .group {
    padding: 10px;
}

.tx-hxcarportal .button.more {
    padding: 0px;
    background-color: #f7d900;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    transition: all 400ms;
    line-height: 0;
    /* border: 2px solid #555; */
}

.tx-hxcarportal .button.more.toggled {
    background-color: #fff;
    border: 1px dashed #555;
}
#carportal-listwrap{
    padding:10px;
    /* float:left; */
}
.tx-hxcarportal #carportal-listwrap.loading {
    filter: opacity(50%);
}
/* 
.tx-hxcarportal .vehicle {
    display: flex;
    margin-bottom: 10px;
    padding:10px;
    border: 1px solid #bbb;
    flex-wrap:wrap;
}
.tx-hxcarportal .vehicle .price{
    font-size:26px;
    font-weight:bold;
    color:#333;
    padding: 5px 0;
}
.tx-hxcarportal .vehicle .image {
    width: 40%;
    overflow: hidden;
}

.tx-hxcarportal .vehicle .text {
    width: 60%;
    background-color: #fff;
    padding: 5px 15px;
}

.tx-hxcarportal .vehicle .text table {
    margin-bottom: 15px;
    width: 70%;
}

.tx-hxcarportal .vehicle .consumption {
    display: flex;
}

.tx-hxcarportal .vehicle .text table td {
    width: 50%;
}


.tx-hxcarportal .vehicle .efc {
    font-size: 12px;
}

.tx-hxcarportal .vehicle .title {
    font-size: 18px;
    color: #272727;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tx-hxcarportal .vehicle .text p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 */
 .tx-hxcarportal .list-vehicle .header {
    font-size: 22px;
line-height: 28px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 20px;
}
 .tx-hxcarportal .detail-link{
     display:inline-block;
 }
 .tx-hxcarportal .consumption{
     font-size:12px;
 }
.tx-hxcarportal select {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    /* color: #ddd; */
    /* background-color: #555; */
    border: 1px solid #bbb;
}

.tx-hxcarportal .searchbox select optgroup {
    background-color: #333;
    color: #eee;
}

.tx-hxcarportal select option {
    background-color: #fff;
    color: #333;
}

.tx-hxcarportal .searchbox .selects {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tx-hxcarportal .searchbox .selects .half {
    width: 48%;
}

.tx-hxcarportal .features label {
    font-size: 12px;
    font-weight: normal;
}

.list-loader {
    background-color: transparent;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #a33;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

.list-loader {
    margin: auto;
    background-color: transparent;
    border: 15px solid #f3f3f3;
    border-top: 15px solid #a33;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}


/* checkbox aspect */

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #111;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}


/* checked mark aspect */

.tx-hxcarportal [type="checkbox"]:not(:checked)+label:after,
.tx-hxcarportal [type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: .1em;
    left: .3em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
}


/* checked mark aspect changes */

.tx-hxcarportal [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.tx-hxcarportal [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}


/* disabled checkbox */

.tx-hxcarportal [type="checkbox"]:disabled:not(:checked)+label:before,
.tx-hxcarportal [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #111;
    background-color: #fff;
}

.tx-hxcarportal [type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

.tx-hxcarportal [type="checkbox"]:disabled+label {
    color: #aaa;
}


/* accessibility */

.tx-hxcarportal [type="checkbox"]:checked:focus+label:before,
.tx-hxcarportal [type="checkbox"]:not(:checked):focus+label:before {
    border: 1px solid #888;
}

#carportal-request #carportal-request .button-close {
    cursor: pointer;
}
.tx-hxcarportal .request.button{
    background-color: #a33;
    font-size: 26px;
    padding: 15px;
    margin-top:15px;
    text-align:center;
    cursor:pointer;
}

#carportal-request .request-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

#carportal-request .requestform {
    position: fixed;
    padding: 15px;
    width: 990px;
    top: 250px;
    left: 25vw;
    background-color: #333;
}

@media (max-width: 990px) {
    #carportal-request .requestform {
        width: 100%;
        left: 0;
    }
}

#carportal-request .request-submit {
    display: inline-block;
    padding: 10px;
    font-size: 22px;
    color: #ddd;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    background-color: #a33;
    margin-bottom: 10px;
}

#carportal-request .request-submit:hover {
    color: #a33;
    background-color: #ddd;
}


/* hover style just for information */

.tx-hxcarportal label:hover:before {
    border: 2px solid #a33!important;
}

@media (max-width:767px) {
    .tx-hxcarportal .vehicle {
        display: block;
    }
    .tx-hxcarportal .vehicle .image {
        width: 100%;
    }
    .tx-hxcarportal .vehicle .text {
        width: 100%;
    }
    .tx-hxcarportal .vehicle .price {
        width: 100%;
    }
}