﻿.card{
    border:solid thin gainsboro;
}
.gap-6{
    gap: 6px;
}
.vehicle-type.label{
    background: #111;
}
.card-image{
    position: relative;
}
.card-section p{
    line-height: 1.5;
}
.card-title{
    font-size: 1rem;
}
.monthly{
    display: inline-block;
    position: absolute;
    right: 0;
    background-color: red;
    color: #fff;
    font-size: 600;
    padding: 0.5rem;
}
.monthly span{
    font-weight: 600;
}

.monthly-details{
    background: red;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    color: white;
}

.msrp{
    font-size: 1.125rem;
    font-weight: 600;
}
.our-price{
    font-size: 1.5rem;
    font-weight: 600;
}
.list-item .button{
    padding:1rem;
    margin: 0;
}

#Model_Form_Filters fieldset{
    border-bottom: solid thin gainsboro;
}

#Model_Form_Filters label{
   margin: 0 0 0.75rem;
}

.reset.button{
    background: #f7f7f7;
    color: #111;
    font-size: 1rem;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0 0 2px 0;
    padding: 14px 25px;
    transition: 0.4s all;
    border: 0;
    cursor: pointer;
}

.detail.button{
    background-color: #111;
    color: #fff;
}

.swiper{
    margin-bottom: 0.125rem;
}

.swiper-button-prev,
.swiper-button-next {
	background: #fff;
	color: #111;
	padding: 1rem;
	height: 60px;
	width: 60px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.25s ease,
		visibility 0.25s ease,
		transform 0.25s ease;
}
.swiper-button-prev {
  left: -10px;
  transform: translateX(-40px);
}
.swiper-button-next {
  right: -10px;
  transform: translateX(40px);
}
.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.disclaimer{
    font-size: 0.8rem;
    font-style: italic;
}
