/* web fonts */

/*@font-face {
    font-family: 'MaisonNeue-Black';
    src: url(https://airlocker.apacatapult.com/assets/fonts/Maison-Neue/MaisonNeue-Black.woff) format("woff");
}

@font-face {
    font-family: 'ReplicaTT-Bold';
    src: url(https://airlocker.apacatapult.com/assets/fonts/Replica-Family/ReplicaTT-Bold.woff) format("woff");
}

@font-face {
    font-family: 'MaisonNeue-Bold';
    src: url(https://airlocker.apacatapult.com/assets/fonts/Maison-Neue/MaisonNeue-Bold.woff) format("woff");
}

@font-face {
    font-family: 'MaisonNeue-Book';
    src: url(https://airlocker.apacatapult.com/assets/fonts/Maison-Neue/MaisonNeue-Book.woff) format("woff");
}*/

/* variables */

:root {
    --primary-font: Replica,sans-serif;
    --seondary-font: Replica,sans-serif;
    --manisonNene-blod: Replica,sans-serif;
    --manisonNene-book: Replica,sans-serif;
    --background-color: #EDEDED;
    --primary-color: #202227;
    --black-color: #000;
    --text-color: #343841;
    --white-color: #fff;
    --heading-color: #ED1C24;
}

.ARB-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.vehicle-heading h3 {
    text-align: center;
    font-size: 30px ;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: Replica,sans-serif;
    text-transform: uppercase;
    color: var(--primary-color);
}

.vehicle-heading i {
    background-color: var(--background-color);
    border-radius: 100%;
    padding: 6px;
    font-size: 17px;
    vertical-align: middle;
    margin-top: -5px;
}

.product-heading h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: Replica,sans-serif;
    text-transform: uppercase;
    opacity: 1;
    color: var(--primary-color);
}

.vehicle-bg {
    padding: 10px;
    display: flex;
    justify-content: center;
}

.inner-bg {
    padding: 25px;
    background-color: var(--background-color);
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.inner-bg-setup {
    padding: 25px;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;

}

.vehicle-year,
.vehicle-make,
.vehicle-model {
    width: 200px;
    position: relative;
}

.vehicle-year select:focus-visible,
.vehicle-make select:focus-visible,
.vehicle-model select:focus-visible {
    outline: none !important;
}

.vehicle-year select:focus,
.vehicle-make select:focus,
.vehicle-model select:focus {
    border-bottom: 2px solid var(--heading-color);
    box-shadow: none !important;
}

.vehicle-year select:active,
.vehicle-make select:active,
.vehicle-model select:active {
    box-shadow: none !important;
    border-bottom: 2px solid var(--black-color);
}

.vehicle-year select option,
.vehicle-make select option,
.vehicle-model select option {
    background-color: var(--white-color);
    border: none !important;
    border-radius: 0% !important;
}

.vehicle-year select,
.vehicle-make select,
.vehicle-model select {
    border: none;
    background: var(--background-color);
    border-bottom: 2px solid var(--black-color);
    border-radius: 0px;
    font-weight: 700;
    font-size: 13px;
    font-family: Replica,sans-serif;
}

.vehicle-search-one .vehicle-year,
.vehicle-search-one .vehicle-make,
.vehicle-search-one .vehicle-model {
    width: 277px !important;
}

.vehicle-year:after,
.vehicle-make:after,
.vehicle-model:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    color: var(--black-color);
    top: 0;
    right: 0;
    cursor: pointer;
}

.inner-bg-setup .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.inner-bg-setup .dropdown-toggle {
    padding: 7px;
}

.inner-bg-setup .dropdown-toggle:hover {
    border-bottom: 2px solid var(--black-color);
}

.inner-bg-setup .vehicle-year:after,
.inner-bg-setup .vehicle-make:after,
.inner-bg-setup .vehicle-model:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    color: var(--black-color);
    top: 6px;
    right: 10px;
    cursor: pointer;
}

.inner-bg-setup  .dropdown-toggle {
    background-color: var(--background-color);
    color: var(--black-color);
    border: none;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
    border-bottom: 2px solid var(--heading-color);
    text-align: left;
    font-size: 13px;
    font-family: Replica,sans-serif;
}

.inner-bg-setup  .dropdown-menu {
    display: none;
    position: absolute;
    background-color: var(--white-color);
    padding: 10px;
    z-index: 1;
    width: 200px;
}

.inner-bg-setup  .dropdown-menu label {
    display: block;
    margin: 5px 0;
}

.inner-bg-setup  .dropdown-menu input {
    margin-right: 10px;
}

.inner-bg-setup  .dropdown:focus .dropdown-menu {
    display: block;
}

.inner-bg-setup .dropdown-toggle::after {
    display: none;
}

.product-bg {
    display: flex;
    justify-content: center;
    gap: 40px;
    background: url(../png/bg.png);
    margin-top: 90px;
    flex-wrap: wrap;
}



/* product card css */


#suspension_kit .product-card {
    width: 280px;
    background: var(--white-color);
    overflow: hidden;
    box-shadow: 0px 40px 80px #00000029;
    position: relative;
    cursor: pointer;
    top: -70px;
    max-width: 280px;
    margin : 0px;
    height: 368px;
}

#suspension_kit .product-card:hover {
    box-shadow: 0px 14px 57px #00000080;
    ;

}

#suspension_kit .inner-product-card {
    padding: 20px;
}

.product-card h2 {
    font-family: Replica,sans-serif;
    font-size: 21px;
    text-align: left;
    color: var(--black-color);
    letter-spacing: 0px;
    opacity: 1;
    margin: 0px;
}

.product-card p {
    font-family: Replica,sans-serif;
    color: var(--text-color);
    font-size: 13px;
    text-align: left;
}



.view-product a:before {
    position: absolute;
    content: '';
    background: var(--black-color);
    width: 136px;
    height: 129px;
    right: -72px;
    bottom: -80px;
    transform: rotate(45deg);
}

.product-card:hover .view-product a::before {
    background: var(--heading-color);
}

.view-product a {
    display: inline-block;
}

.view-product i {
    z-index: 999;
    position: absolute;
    color: var(--white-color);
    padding: 15px 13px 10px;
    bottom: 8px;
    right: 0px;
}
.reset_form{

    margin-left: 10px;
}


.get-your-result button::after{
    position: absolute;
    content: '';
    background-color: #00000029;
    right: -82px;
    bottom: -60px;
    width: 118px;
    height: 80px;
    transform: rotate(45deg);
}
.get-your-result button:hover::after {
    transform: scale(10) rotate(45deg);
    transition: 3s all;
}
.get-your-result button {
    padding: 9px 20px;
    border: none;
    background-color: #ED1C24;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}


/* tooltip */


.tooltip-for-vehicle , .tooltip-for-setup  {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tooltip-for-vehicle .tooltip , .tooltip-for-setup .tooltip {
    visibility: hidden;
    width: 173px;
    background-color: var(--white-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    position: absolute;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 1;
    top: 36%;
    right: 15%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 10px;
    color: var(--text-color);
    font-family: Replica,sans-serif;
    text-align: left;
}

.tooltip-for-vehicle i:hover + .tooltip , .tooltip-for-setup i:hover + .tooltip {
    visibility: visible;
    opacity: 1;
}

.vehicle-heading i:hover {
    background-color: var(--heading-color);
    color: var(--white-color);
    cursor: pointer;
}

/* media query */

@media only screen and (max-width: 600px) {
    .vehicle-year, .vehicle-make, .vehicle-model {
        width: 100% !important;
    }
    .vehicle-heading h3 {
        font-size: 16px;
    }
    
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-image {
 
  text-align : center;

}

.product-image img {
   width: 60% !important;
}

.ng-not-empty {
	border-bottom: 2px solid var(--heading-color) !important;
}

.reset_form {
padding: 9px 12px;
}


.vehicle-bg h6.dropdown-heading {
    position: absolute;
    top: -20px;
}