:root {
    --clr-primary-btn: #e30613;
    --clr-secondary-btn: #e30613;
    --clr-primary-bg: #f1f1f1;
    --clr-nav-bg: #bfbfbf;
    --clr-primary-hov: #c2221b;
    --clr-font-tl: #000;
}

@font-face {
    font-family: 'Eina03-Regular';
    src: url('../../fonts/Eina03-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Eina03-SemiBold';
    src: url('../../fonts/Eina03-SemiBold.otf') format('opentype');
}

/* Styles used in the app */
body {
    font-family: 'Eina03-Regular', sans-serif;
    box-sizing: border-box;
    min-width: fit-content;
}

a, h1, h2, h3, h4, h5, h6, div, p, input, label, li, button {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, input, button {
    font-family: 'Eina03-SemiBold', sans-serif;
}

.header-b2c {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 10px 7% 0 7%;
}

img.header-logo-img {
    width: 150px;
}

.inline-flex {
    display: inline-flex;
}

.ml-25px {
    margin-left: 25px;
}

.mr-25px {
    margin-right: 25px;
}

.bold {
    font-weight: bold;
}

.nav-b2c-lp,
.nav-b2c {
    height: 90px;
    background: linear-gradient(0deg, #bfbfbf 50%, #ffffff 50%);
}

.nav-b2c-list-lp,
.nav-b2c-list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding: 10px;
    margin: 0;
    height: 100%;
}

.nav-b2c-list-item-lp,
.nav-b2c-list-item {
    font-size: 1.6rem;
    margin-left: 35px;
    color: white;
    font-weight: bold;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.nav-b2c-list-item:first-child {
    margin-left: 0;
}

.nav-b2c-list-item-img {
    margin-bottom: 7px;
}

.nav-b2c-list-item-img-lp {
    margin-bottom: 10px;
}

.num-list {
    display: inline-block;
    font-size: 1.4rem;
    background-color: #ffffff;
    color: var(--clr-nav-bg);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 2px;
    margin-right: 10px;
}

/* FOOTER NAVIGATION */
.footer-b2c {
    height: 100%;
    background-color: #bfbfbf;
    margin: 0;
}

.footer-b2c-nav-list {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    margin: 0;
}

.footer-b2c-nav-list-item {
    font-size: 1.8rem;
    margin: 10px 30px;
    color: white;
    font-weight: bold;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-b2c-nav-list-item div:not(:last-child) {
    flex: 1;
}

.footer-b2c-nav-list-item div:last-child {
    width: 100%;
}

.footer-b2c-nav-list-item div label {
    text-align: left;
    margin: 5px 0 0 30px;
}

.footer-b2c-nav-list-item > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-b2c-nav-list-item-car {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.footer-b2c-nav-list-item-car span {
    margin-left: 5px;
    text-transform: uppercase;
}

.underline-list-item {
    border-bottom: solid 2px #ffffff;
}

hr:not([size]).hr-fr-list {
    width: 100%;
    height: 2px;
    color: #ffffff;
    margin: -5px 0 0 0; 
}
/* !END FOOTER NAVIGATION */

.search-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-section-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.search-section-box:first-child {
    margin-right: 40px;
}

.search-section-box:last-child {
    margin-left: 40px;
}

.search-box-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.search-box-title-img {
    width: 80px;
    height: auto;
}

.search-box-title-h2 {
    display: flex;
    margin-left: 25px;
}

.title-h2-sv {
    margin-bottom: 0;
    font-size: 1.8rem;
}

.popover-b2c-model {
    margin: 5px 0 0 5px;
    cursor: zoom-in;
}

.popover-search-vehicle {
    margin: 18px 0 0 20px;
}

.vehicle-selector {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.vehicle-selector-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40vw;
    margin: 15px 0;
}

.vehicle-selector-row-label {
    font-family: 'Eina03-SemiBold', sans-serif;
    text-align: left;
    margin-right: 10px;
    width: 45%;
}

.vehicle-selector-error {
    align-self: center;
}

.vehicle-selector-error-label {
    color: #d6221c;
    width: 100%;
}

.dropzone-txt {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--clr-font-tl);
}

.filter-box-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.filter-wrraper {
    margin-right: 20px;
    width: 970px;
}

.filter-section-wrraper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-section-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.filter-section-row:last-child {
    margin-left: 25px;
}

.flex {
    display: flex;
}

.mt-5px {
    margin-top: 5px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-25px {
    margin-top: 25px;
}

.pd-0px {
    padding: 0;
}

.flex-grow-3 {
    flex-grow: 3;
}

.flex-grow-2 {
    flex-grow: 2;
}

.mr-3rem {
    margin-right: 3rem;
}

.flex-end {
    justify-content: flex-end;
}

.flex-center {
    justify-content: center;
}

.files-label,
.files-label:active {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    width: 155px;
    min-height: 40px;
    border-radius: 18px;
    background-color: var(--clr-primary-btn);
    color: white;
    font-weight: bold;
    transition: .3s;
    padding: 5px 10px;
}

.files-label:hover {
    background-color: var(--clr-primary-hov);
}

.display-none {
    display: none;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-right {
    align-items: right;
}

.align-self-center {
    align-self: center;
}

.flex-direction-col {
    flex-direction: column;
}

.flex-direction-row {
    flex-direction: row;
}

.content-center {
    justify-content: center;
}

.content-left {
    justify-content: left;
}

.select-language {
    font-family: inherit;
    background: none;
    border: none;
}

.progress-section {
    height: 584px;
    background-color: var(--clr-primary-bg);
    display: flex;
    justify-content: center;
}

.phone-lang-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tel-number,
.link-to-webpage,
.lang-btn,
.lang-list-item {
    font-family: inherit;
    font-size: 1.8rem;
    text-decoration: none;
    color: #000 !important;
}

.lang-btn,
.lang-list,
.lang-list-item {
    border-radius: 18px;
}

.lang-btn {
    text-align: center;
}

.lang .lang-btn,
.lang-btn:hover {
    padding: 5px 15px;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu.lang-list {
    min-width: 2rem;
}

.width-100pr {
    width: 100%;
}

.width-50pr{
    width: 50%;
}

.direction-column {
    flex-direction: column;
}

.mt-30px {
    margin-top: 30px;
}

.mt-40px {
    margin-top: 40px;
}

.mt-50px {
    margin-top: 50px;
}

.ml-16px {
    margin-left: 16px;
}

.ml-19px {
    margin-left: 19px;
}

.ml-50px {
    margin-left: 50px;
}

.ml-60px {
    margin-left: 60px;
}

.mb-0px {
    margin-bottom: 0;
}

.mb-17px {
    margin-bottom: 17px;
}

.mb-25px {
    margin-bottom: 25px;
}

.mb-27 {
    margin-bottom: 27px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-30px {
    margin-bottom: 30px;
}

.mb-40px {
    margin-bottom: 40px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mr-19px {
    margin-right: 19px;
}

.mr-36px {
    margin-right: 36px;
}

.mr-50 {
    margin-right: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-130 {
    padding-bottom: 130px;
}

textarea:focus, input:focus{
    outline: none;
}

*:focus {
    outline: 0 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

button {
    border: none;
}

.btn-flex-start {
    justify-content: left;
}

.btn-flex-end {
    justify-content: right;
}

.next-btn,
.back-btn,
.alert-btn {
    border-radius: 18px;
    color: white;
    width: 240px;
    height: 41px;
    font-weight: bold;
    transition: all .1s ease-in-out;
}

.next-btn {
    background-color: var(--clr-primary-btn);
}

.back-btn {
    background-color: var(--clr-secondary-btn);
}

.alert-btn {
    background-color: #C75C5C;
}

.send-offer-btn {
    min-width: 270px;
}

.next-btn:hover,
.back-btn:hover,
.alert-btn:hover {
    background-color: var(--clr-primary-hov);
}

.next-btn:focus,
.next-btn:active,
.back-btn:focus,
.back-btn:active,
.alert-btn:focus,
.alert-btn:active {
    transform: scale(1);
}

.see-more-btn {
    border-radius: 18px;
    width: 100%;
    height: 32px;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #f2f2f2;
    color: var(--clr-font-tl);
}

.see-more-btn-40 {
    height: 41px;
    width: 100%;
    font-weight: 500;
    border-radius: 18px;
    background-color: #f2f2f2;
    color: var(--clr-font-tl);
    margin: 20px 0 10px 0;
}

.blue-btn-pick-40,
.dk-blue-btn-pick-40 {
    width: 100%;
    height: 41px;
    border-radius: 18px;
    font-weight: 500;
}

.dk-blue-btn-pick-40 {
    background-color: #fff;
    color: var(--clr-primary-btn);
    border: solid 1px var(--clr-primary-btn);
}

.blue-btn-pick-40 {
    background-color: var(--clr-primary-btn);
    color: #ffffff;
}

.casco-btn {
    border-radius: 18px;
    background-color: var(--clr-secondary-btn);
    color: #ffffff;
    width: 253px;
    font-size: 1.8rem;
    height: 32px;
    font-weight: 600;
}

.grey-btns-group {
    width: 100%;
}

.blue-btns-group {
    width: 100%;
}

.def-grey-btn,
.grey-btn,
.orange-btn {
    width: 237px;
}

.def-grey-btn,
.grey-btn,
.grey-btns-group {
    min-height: 41px;
    font-weight: bold;
    border-radius: 8px;
    border: solid 1px #d2d2d2;
    background-color: #ffffff;
    color: #000;
    padding: 0 10px;
}

.search-btn,
.orange-btn,
.blue-btns-group {
    border-radius: 8px;
    border: solid 1px var(--clr-primary-btn);
    background-color: var(--clr-primary-btn);
    color: white;
    min-height: 41px;
    font-weight: bold;
}

.half-width-btn {
    width: 48%;
}

.search-btn {
    text-transform: uppercase;
    width: 100%;
}

.blue-btns-group {
    border: solid 1px var(--clr-primary-btn);
}

.blue-select-full-width {
    font-size: 1.6rem;
    width: 100%;
}

.blue-select {
    font-size: 1.8rem;
    width: 237px;
    margin-right: 19px;
}

.blue-select,
.blue-select-full-width,
.addl-select {
    min-height: 41px;
    border-radius: 8px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 8px 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    white-space: normal;
}

.blue-select:hover,
.blue-select:focus,
.blue-select-full-width:hover,
.blue-select-full-width:focus,
.addl-select:hover,
.addl-select:focus {
    border: solid 1px #000;
    cursor: pointer;
}

.blue-select:focus,
.blue-select-full-width:focus,
.addl-select:focus {
    box-shadow: 0 16px 32px -8px var(--clr-box-sw);
}

.addl-select {
    font-size: 1.8rem;
    min-width: 237px;
    margin-right: 19px;
    padding: 8px 20px;
}

.select-wrraper-engine,
.select-wrraper,
.select-wrraper-light,
.select-wrraper-long {
    position: relative;
}

.select-wrraper-engine::after,
.select-wrraper::after,
.select-wrraper-light::after,
.select-wrraper-long::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    margin: 17px 35px 0 0;
    width: 20px;
    height: 10px;
    background-image: url('../icons/angle-down-solid.svg');    
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.select-wrraper-engine::after,
.select-wrraper-light::after,
.select-wrraper-long::after {
    margin-right: 12px;
}

.select-wrraper::after {
    background-image: url('../icons/angle-down-solid.svg');
}

.select-wrraper-engine::after,
.select-wrraper-light::after {
    background-image: url('../icons/angle-down-solid.svg');  
}

.dk-blue-btn-pick,
.blue-btn-pick,
.grey-btn-pick {
    width: 100%;
    height: 32px;
    border-radius: 18px;
    font-weight: 500;
}

.grey-btn-pick {
    background-color: #f2f2f2;
    color: var(--clr-font-tl);
}

.blue-btn-pick,
.dk-blue-btn-pick {
    background-color: #fff;
    color: var(--clr-primary-btn);
    border: solid 1px var(--clr-primary-btn);
}

.grey-btn-pick {
    background-color: var(--clr-primary-btn);
    color: white;
}

.btns-proceed {
    margin: 80px 0 146px 0 !important;
}

.pt-50px {
    padding-top: 50px;
}

.pl-11 {
    padding-left: 11%;
}

.pr-11 {
    padding-right: 11%;
}

.bkgr-white {
    background-color: white;
}

.align-start {
    align-items: flex-start;
}

.space-between {
    justify-content: space-between;
}