.vehicle {
margin: 0rem auto 3rem auto;
padding-bottom: .5rem; }
.vehicle-row {
display: flex;
gap: 1rem;
}
.vehicle-detail-row {
display: flex;
flex-direction: row;
gap: 1rem;
}
.vehicle-row-metas {
column-count: 3;
}
.vehicle-detail-row .col-left {
flex-grow: 1;
width: 60%;
}
.vehicle-detail-row .col-right {
width: 50%;
}
.vehicle-thumbnail {
}
.vehicle-data {
flex: 1;
}
.vehicle-title {
font-size: 160% !important;
}
.vehicle-price {
text-align: right;
}
.vehicle-emission {
font-size: 75% !important;
}
.vehicle-btn { }
.table-responsive {
width: 100%;
overflow-x: auto;
}
.table-striped tbody tr:nth-of-type(even) {
background-color: #cecece;
}
.table-condensed td,
.table-condensed th {
padding: 5px;
}
.popover-container {
position: relative;
display: inline-block;
}
.popover-container button {
border: 0;
background: none;
font-size: 1rem;
padding: .25rem;
}
.popover-content {
display: none;
position: absolute;
z-index: 1;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
background-color: #f9f9f9;
border: 1px solid #d3d3d3;
padding: 10px;
width: 200px;
font-size: .75rem;
line-height: 1rem;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.popover-container:hover .popover-content {
display: block;
}
.vehicle-emission {
border-top: .05rem solid;
list-style-type: none;
display: flex;
flex-wrap: wrap;
background-color: rgba(243,243,243);
justify-content: flex-start;
margin: 0;
padding: 0 .5rem;
}
.slick-prev,
.slick-next {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1;
width: 40px;
height: 40px;
background-color: rgba(255, 255, 255, 0.8);
border: none;
border-radius: 50%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.3s ease;
}
.slick-prev:hover,
.slick-next:hover {
background-color: rgba(255, 255, 255, 1);
}
.slick-prev {
left: 30px;
transform: translate(-50%, -50%);
}
.slick-next {
right: 30px;
transform: translate(50%, -50%);
}
.slick-prev::before,
.slick-next::before {
content: '';
display: inline-block;
width: 10px;
height: 10px;
border-top: 2px solid #333;
border-right: 2px solid #333;
transition: border-color 0.3s ease;
}
.slick-prev::before {
transform: rotate(-135deg) translate(-20%,20%);
margin-right: 0px;
}
.slick-next::before {
transform: rotate(45deg) translate(-20%,20%);
margin-left: 0px;
}
.slick-prev:hover::before,
.slick-next:hover::before {
border-color: #000;
} @media only screen and (max-width: 480px) { .vehicle-row {
flex-direction: column;
}
.vehicle-detail-row {
flex-direction: column;
}
.vehicle-detail-row .col-left,
.vehicle-detail-row .col-right {
width: 100%;
}
.vehicle-row-metas {
column-count: 1;
}
} @media only screen and (min-width: 481px) and (max-width: 767px) {
.vehicle-detail-row {
flex-direction: column;
}
.vehicle-detail-row .col-left,
.vehicle-detail-row .col-right {
width: 100%;
} .vehicle-row-metas {
column-count: 2;
}
} @media only screen and (min-width: 768px) and (max-width: 1024px) { .vehicle-detail-row .col-left {
width: 50%;
}
.vehicle-detail-row .col-right {
width: 50%;
}
} @media only screen and (min-width: 1025px) { .vehicle-detail-row .col-left {
width: 60%;
}
.vehicle-detail-row .col-right {
width: 40%;
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}