/*
Theme Name: SuzukiAuto
Theme URI: http://www.suzukiauto.ro
Author: Draw.ro by Edition
Author URI: http:edition.ro/
Version: 1.0
Text Domain: FCC
*/


@font-face {
    font-family: "Suzuki-Pro-Headline";
    src: url("/wp-content/themes/suzuki/assets/fonts/suzukiproheadline-webfont.woff2"), url("/wp-content/themes/suzuki/assets/fonts/suzukiproheadline-webfont.woff") format("woff");
}

@font-face {
    font-family: "Suzuki-Pro-Bold";
  src: url("/wp-content/themes/suzuki/assets/fonts/suzukiprobold-webfont.woff2"), url("/wp-content/themes/suzuki/assets/fonts/suzukiprobold-webfont.woff") format("woff");
}

@font-face {
    font-family: "Suzuki-Pro-Regular";
  src: url("/wp-content/themes/suzuki/assets/fonts/suzukiproregular-webfont.woff2"), url("/wp-content/themes/suzuki/assets/fonts/suzukiproregular-webfont.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/suzuki/assets/fonts/roboto-v29-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/wp-content/themes/suzuki/assets/fonts/roboto-v29-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/suzuki/assets/fonts/roboto-v29-latin-ext_latin-regular.woff2") format("woff2"), url("/wp-content/themes/suzuki/assets/fonts/roboto-v29-latin-ext_latin-regular.woff") format("woff"), url("/wp-content/themes/suzuki/assets/fonts/roboto-v29-latin-ext_latin-regular.ttf") format("truetype"), url("/wp-content/themes/suzuki/assets/fonts/roboto-v29-latin-ext_latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}

@font-face {
    font-family: "szk-icons";
  src: url("/wp-content/themes/suzuki/assets/fonts/szk-icons.eot?k8ferp");
  src: url("/wp-content/themes/suzuki/assets/fonts/szk-icons.eot?k8ferp#iefix") format("embedded-opentype"), url("/wp-content/themes/suzuki/assets/fonts/szk-icons.ttf?k8ferp") format("truetype"), url("/wp-content/themes/suzuki/assets/fonts/szk-icons.woff?k8ferp") format("woff"), url("/wp-content/themes/suzuki/assets/fonts/szk-icons.svg?k8ferp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
*, ::after, ::before {
    box-sizing: border-box;
}
div{
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto";
    line-height: 20px;
    font-size: 16px;
    color: #222222;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

p {
    margin: 0px !important;
    word-break: break-word;
    word-wrap: break-word;
}

form {
    margin-bottom: 0;
}

html {
    overflow-x: hidden;
}

img {
    width: 100%;
}

.title__row {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    color: #414141;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Suzuki-Pro-Headline";
}

.vertical-spacer {
    position: relative;
    padding-bottom: 100px;
}

.vertical-spacer:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 2px;
    background-color: #414141;
    top: 60px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.btn__outline {
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
    padding: 20px 50px;
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-in-out all 0.5s;
    cursor: pointer;
}

/*** Header ***/
header {
    padding-top: 16px;
    padding-bottom: 16px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
}

header #logo {
    transition: 0.5s;
}

header #logo img {
    max-width: 215px;
}

header .col__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

header .col__menu ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: space-between;
}

header .col__menu ul li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Suzuki-Pro-Headline";
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

header .col__menu ul li a {
  display: flex;
  align-items: center;
  padding: 0;
  color: #222222;
}

header .col__menu .social__top {
    transition: 0.5s;
}

header .col__menu .social__top li {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 0.5rem;
    font-weight: 500;
}

header .col__menu .social__top li a {
    color: #7d7d7d;
}

header .col__menu .social__top img {
    width: 20px;
    height: 20px;
}

header .menu-item-has-children{
    position: relative;
}

header .menu-item-has-children:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 6px;
    right: -15px;
    transition: 0.5s;
}

header .menu-item-has-children.active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

header .sub-menu {
    max-width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    transition: 0.5s;
}

header .sub-menu.active {
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: auto;
}

header .sub-menu li {
    display: block;
    font-size: 14px;
}

header .sub-menu li a {
    font-weight: 400;
}

/*** End Header ***/
/*** Modele ***/
.slider__row, .auto__template {
    margin-top: 86px;
}

.slider__row .slick-dotted.slick-slider {
    margin-bottom: 14px;
}

.slider__row .slick-dots {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    bottom: -12px;
}

.slider__row .slick-dots li {
    width: 100%;
    background-color: #f3f2f2;
    margin: 2px;
    height: 8px;
}

.slider__row .slick-dots li button {
    width: 100%;
    height: 8px;
}

.slider__row .slick-dots li button:before {
    display: none;
}

.slider__row .slick-dots li.slick-active {
    background-color: #7d7d7d;
}

.popover {
    max-width: 1500px !important;
    width: 100%;
}

.global__popover-price {
    top: 5px;
    right: 20px;
}

.global__popover-price {
    position: absolute;
    width: 20px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: #222222;
    line-height: 1;
    font-size: 10px;
    color: #fff;
    z-index: 100;
}

.models__row {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.models__row .car__item {
    text-align: center;
}

.models__row .car__item img {
    width: 80%;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
}

.models__row .car__item .car__content img {
    margin-top: 20px;
    width: 50%;
}

.models__row .car__item .car__content h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #222222;
    margin: 0;
    font-family: "Suzuki-Pro-Headline";
}

.models__row .car__item .car__content p {
    font-size: 14px;
    color: #7d7d7d;
    margin: 0;
    text-align: center;
}

.models__row .car__item .car__content p span {
    color: #222222;
}

.hybrid__row {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.hybrid__row .col__img a {
    margin: auto;
}

.hybrid__row .col__content h2 {
    font-size: 16px;
    line-height: 16px;
    color: #414141;
    font-family: "Suzuki-Pro-Headline";
}

.hybrid__row .col__content p {
    font-size: 16px;
    font-family: "Roboto";
    line-height: 20px;
    color: #7d7d7d;
}

.hybrid__row .global__accordion-rows {
    padding-bottom: 3rem;
}

.global__accordion-rows {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
}

.global__text-szk-regular {
    font-family: "Suzuki-Pro-Regular";
}

.global__news-date {
    min-width: 150px;
}

.global__color-mid_grey {
    color: #7d7d7d;
}

.global__accordion-rows div:nth-child(even) {
    background-color: #f3f2f2;
}

.global__accordion-rows div {
    padding: 5px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.global__accordion-rows a:hover {
    color: #222222;
}

.global__bg-grey {
    background-color: #f3f2f2;
}

.global__nav-item-drop {
    font-family: "Suzuki-Pro-Regular";
}

.global__nav-item-drop a {
    padding: 0;
    color: #222222;
}

.global__social, .global__social-inversed, .global__social-white {
    background-color: #7d7d7d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px;
}

.global__social-white {
    color: #ffffff;
}

.global__bg-mid_grey {
    background-color: #7d7d7d;
    color: #ffffff;
}

.global__bg-mid_grey a {
    color: #ffffff;
    text-decoration: none;
}

.global__image-header {
    width: 100%;
    position: relative;
}

.global__icons-arrow::after {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 30px);
    background-color: #7d7d7d;
    border-radius: 50%;
    color: #ffffff;
    width: 60px;
    height: 60px;
    z-index: 100;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    font-size: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all ease-in-out 1s;
}

.global__text-headline {
    font-size: 30px;
    font-family: "Suzuki-Pro-Headline";
    line-height: 30px;
}

.global__text-title, .global__text-titlewithverticalspacer {
    font-size: 45px;
    font-family: "Suzuki-Pro-Headline";
    line-height: 45px;
}

.global__button-outline, .global__button-outline-white {
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
}

.global__button, .global__form-control, .global__button-sticky-menu, .global__button-fill, .global__button-fill-red, .global__button-fill-light, .global__button-fill-dark, .global__button-outline, .global__button-outline-white {
    padding: 20px 50px;
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-in-out all 0.5s;
    cursor: pointer;
    font-family: "Suzuki-Pro-Headline";
}

.global__button-fill-dark, .is-active {
    background-color: #414141;
}
.global__button-outline a, .global__button-outline-white p {
    margin: 0px;
    color: #7d7d7d;
}

.is-active a{
  color: #fff;
}

.global__button-fill p, .global__button-fill-red p, .global__button-fill-light p, .global__button-fill-dark p {
    margin: 0px !important;
    color: #ffffff !important;
}

.global__container-semifluid {
    width: 100%;
    padding: 0px 5.2083333333vw;
    margin-right: auto;
    margin-left: auto;
}

.model__cars__section {
    width: 100%;
    margin: 40px 10px 20px 10px;
}
.global__text-headline {
    font-size: 30px;
    font-family: "Suzuki-Pro-Headline";
    line-height: 30px;
    color: #414141;
}
.global__text-break {
    word-break: break-word;
    word-wrap: break-word;
}
.global__text-subtitle {
    font-size: 16px;
    font-family: "Suzuki-Pro-Headline";
    line-height: 16px;
    color: #414141;
}
/*** End Modele ***/
.single__hero {
    margin-top: 86px;
}
.model__button-control {
    min-width: 270px;
}
.global__button-fill-red {
    background-color: #e50112;
}
.global__button-fill-red:hover {
    background-color: #222222;
}
.global__button-fill:hover, .global__button-fill-red:hover, .global__button-fill-light:hover, .global__button-fill-dark:hover{
  color: #fff;
}

.gallery__row .galery_image{
  width: 50%;
}
.global__text, .global__text-disclaimer, .global__text-paragraph, .global__text-subheadline, .global__text-subtitle, .global__text-headline, .global__text-title, .global__text-titlewithverticalspacer {
    text-align: center;
    color: #414141;
    margin: 0px;
}
.global__video:after {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    color: #ffffff;
    width: 60px;
    height: 60px;
    z-index: 100;
    font-family: "Font Awesome 5 Free";
    content: "\f04b";
    font-weight: bold;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 1s;
    cursor: pointer;
}

.global__text-title, .global__text-titlewithverticalspacer {
    font-size: 45px;
    font-family: "Suzuki-Pro-Headline";
    line-height: 45px;
}

.global__text-titlewithverticalspacer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.global__text-titlewithverticalspacer:after {
    content: "";
    height: 40px;
    width: 2px;
    background-color: #414141;
    margin: 30px 0px;
}
.global__carbox-image, .global__carbox-hybrid {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
}
.global__popover-price {
    top: 5px;
    right: 0;
}
.global__carbox-hybrid {
    width: 50%;
}

.global__carbox h2 {
    font-family: "Suzuki-Pro-Headline";
    font-size: 16px;
    text-transform: uppercase;
    color: #222222;
    margin: 0;
    text-align: center;
}

.global__carbox p {
    font-family: "Suzuki-Pro-Regular";
    font-size: 14px;
    color: #7d7d7d;
    margin: 0;
    text-align: center;
}

.global__carbox p span {
    color: #222222;
}

.global__accordion-tab {
    padding: 20px 30px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: ease-in-out all 0.5s;
    border-bottom: 1px solid #7d7d7d;
    color: #7d7d7d;
    font-family: "Suzuki-Pro-Regular";
    width: 100%;
    position: relative;
    transition: 0.4s;
}
.global__accordion-tab .accordionItemHeading {
    font-family: "Suzuki-Pro-Regular";
    color: #222222;
    width: 80%;
    cursor:pointer;
}
.global__accordion-tab .accordionItemHeading:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  right: 50px;
  color: #7d7d7d;
}
.global__accordion-tab.open .accordionItemHeading:after {
  content
}
.global__accordion-tab .global__accordion-rows{
  opacity: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  transition: 0.4s;
  width: 100%;
}
.global__accordion-tab .global__accordion-rows .date__row{
  display: none;
}

.global__accordion-tab.open .global__accordion-rows{
  opacity: 1;
  height: auto;
  z-index: 1;
  padding-top: 3rem;
  position: relative;
}
.global__accordion-tab.open .global__accordion-rows .date__row{
  display: flex;
}
.global__accordion-rows div:nth-child(even) {
    background-color: #f3f2f2;
}
.global__accordion-rows div {
    padding: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.global__accordion-specification-title {
    width: 50%;
}
.global__accordion-specification-values {
    width: 50%;
    display: flex;
    flex-direction: row;

}
.global__accordion-specification-values span {
    text-align: center;
    display: none;
    width: 200px;
}

.cars__nav {
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    min-height: 56px;
    position: sticky;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
}

.cars__nav > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.global__clickable {
    cursor: pointer;
}

.global__color-white {
    color: #ffffff;
}

.global__text-szk-headline {
    font-family: "Suzuki-Pro-Headline";
}
.cars__nav img {
    width: 200px;
    height: auto;
    padding: 14px;
    margin-left: 65px;
}

.cars__video {
    margin-top: -56px;
    width: 100%;
    position: relative;
}


.cars__video-overlay-buttons-container.hidden {
    opacity: 0;
    pointer-events: none;
}

.cars__video-overlay-buttons-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 150;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.hidden {
    opacity: 0 !important;
    pointer-events: none;
}

.cars__video-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 100;
}

.cars__video-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
}
.cars__video-container video, .cars__video-container img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cars__video-overlay-content {
    transition: all 0.3s ease-in-out;
    max-width: 980px;
}

.global__social-inversed {
    background-color: #ffffff;
    color: #414141;
}

.global__color-vitara {
    color: #FF5800;
}

.global__zindex-1 {
    z-index: 10;
}

.global__tab.active.vitara {
    border: 1px solid #FF5800;
    background-color: #FF5800;
}

.global__tab {
    transition: 0.5s all ease-in-out;
    border: 1px solid #ffffff;
}
.global__text-large {
    font-size: 30px;
}
.global__tab.vitara {
    color: #FF5800;
}

.global__tab.active {
    border: 1px solid #414141;
    background-color: #414141;
    color: #ffffff;
}
.global__spacer-bar {
    height: 7px;
    background-color: #414141;
    width: 100%;
}

.global__spacer-bar.vitara {
    background-color: #FF5800;
}

.global__bg-vitara {
    background-color: #FF5800;
    color: #ffffff;
    border: 0px;
}

.global__button-fill.after-chevron-right:after, .after-chevron-right.global__button-fill-red:after, .after-chevron-right.global__button-fill-light:after, .after-chevron-right.global__button-fill-dark:after {
    content: "\f054";
    position: absolute;
    right: 20px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    z-index: 100;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 20px;
    pointer-events: none;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.splide {
    outline: none;
    position: relative;
    visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
    visibility: visible;
}

#colorPicker .splide__arrow--prev {
    left: -2em;
}
#colorPicker .splide__arrow--next {
    right: -2em;
}
#colorPicker .splide__arrow {
    background: transparent !important;
}
.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}
.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}

.splide__arrow--prev svg {
    transform: scaleX(-1);
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transform-style: preserve-3d;
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide, .splide--nav>.splide__track>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    outline: none;
    position: relative;
}

.cars__colorpicker-color {
    width: 100px;
    height: 100px;
    border-radius: 700px;
    aspect-ratio: 1;
}


.splide__slide img {
    vertical-align: bottom;
}


.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active, .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: 3px solid #000;
}

.global__text-paragraph, .global__text-subheadline {
    font-size: 16px;
    font-family: "Roboto";
    line-height: 20px;
    color: #7d7d7d;
}

.global__text-disclaimer {
    font-size: 14px;
    font-family: "Roboto";
    color: #7d7d7d;
    line-height: 14px;
}

.cars__carousel-thumbnails {
    position: absolute;
    bottom: 0.8vw;
    left: 0;
    width: 100%;
    z-index: 200;
}

.cars__colorpicker-car {
    width: 30vw;
    min-width: 500px;
}
.cars__colorpicker {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    min-height: 800px;
}
.global__zindex-0 {
    z-index: 1;
}

.cars__colorpicker-color{
    cursor: pointer;
    padding: 5px;
    width: 100px;
    height: 100px;
    border-radius: 700px;
    aspect-ratio: 1;
}

.carColor .swiper-slide-active{

}

.carColor .swiper-slide-thumb-active img{
    border: 7px solid transparent;
    background-color: rgba(0, 0, 0, 0.15);
    aspect-ratio: 1;
    border-radius: 50%;
}

.contact__form select{
  padding: 15px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  background-color: #ffffff;
  color: #7d7d7d;
  border: 0px solid transparent !important;
  margin-bottom: 1rem;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.contact__form input:not([type=submit]) {
  border: 0px solid transparent !important;
  background-color: #ffffff;
  padding: 15px;
  -moz-text-align-last: center;
  text-align-last: center;
  margin-bottom: 1rem;
  position: relative;
  cursor: pointer;
  width: 100%;
}

.contact__form textarea {
    border: 0px solid transparent !important;
    background-color: #ffffff;
    width: 100%;
    padding: 15px;
}

.contact__form .wpcf7-acceptance label{
  display: flex;
}

.contact__form .wpcf7-acceptance label input{
  margin-left: 5px;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #ffffff;
  border: none!important;
  margin-bottom: 10px;
}

.contact__form .wpcf7-acceptance label .wpcf7-list-item-label{
  font-size: 14px;
  color: #7d7d7d;
  line-height: 20px;
}

.contact__form .wpcf7-acceptance .wpcf7-list-item{
  margin-left: 0;
}

.contact__form .accept__term{
  font-size: 14px;
  color: #7d7d7d;
  line-height: 20px;
  padding-left: 35px;
}
.contact__form .accept__term label{
  display: flex;
  align-items: center;
}

.contact__form .accept__term label input{
  margin-left: 5px;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #ffffff;
  border: none!important;
  margin-bottom: 10px;
}

.contact__form .btn__form{
  background-color: #FF5800;
  color: #ffffff;
  border: 0px;
  padding: 15px 120px;
  position: relative;
  font-family: "Suzuki-Pro-Headline";
}

.engine-tabs a{
   color: #FF5800;
}

.engine-tabs .active a{
   color: #FFffff;
}

.masini-template-default .slider__row{
  margin-top: 0;
}

.connect__list img{
  width: 85px;
}

.global__accordion-pricebox {
    background-color: #7d7d7d;
    color: #ffffff;
    padding: 30px;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    font-family: "Suzuki-Pro-Regular";
}
.global__accordion-pricebox div {
    padding: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.global__popover-form, .global__popover-price {
    position: absolute;
    right: 30px;
    top: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #222222;
    line-height: 1;
    font-size: 10px;
    color: #fff;
    z-index: 100;
}

.global__container-semifluid {
    width: 100%;
    padding: 0px 5.2083333333vw;
    margin-right: auto;
    margin-left: auto;
}

.global__content-box__container {
    display: flex;
    position: relative;
}
.global__content-box__container img {
    width: 100%;
    height: auto;
}

.list_news__container-news-content {
    background-color: rgba(9, 44, 66, 0.8);
    border: 1px solid #414141;
}
.global__content-box__headline {
    font-size: 24px;
    color: #ffffff;
    align-self: flex-start;
    padding: 10px;
    font-family: "Suzuki-Pro-Headline";
}
.global__content-box__content {
    position: absolute;
    padding: 80px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.global__content-box__container-tags {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-self: flex-end;
}
.global__tag, .global__tag-inverse {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #e50112;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}
.global__content-box__container .global__tag .global__text-paragraph{
    color: #fff;
}
.news__content p {
    margin-bottom: 16px!important;
}
.global__box {
    background-color: #f3f2f2;
    border-radius: 15px;
    color: #222222;
    padding: 30px;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

#specs .car__select .global__form-newDesign{
    display: none!important;
}

.global__icons-list ul {
    list-style-type: none;
    text-align: left;
}
.global__icons-list ul li {
    position: relative;
    font-family: "Suzuki-Pro-Headline";
    font-size: 16px;
}

.global__icons-list ul li::before {
    position: absolute;
    left: -30px;
    top: calc(50% - 8px);
    background-color: #7d7d7d;
    border-radius: 50%;
    color: #ffffff;
    width: 16px;
    height: 16px;
    z-index: 100;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: bold;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 1s;
}
.global__icons-list p {
    text-align: left;
}

.list__row-bg {
    border-radius: 20px;
}
.list__row {
    padding: 30px;
    width: 100%;
    height: 100%;
}
.list__row-details {
    width: 70%;
    height: 100%;
}
.global__tag, .global__tag-inverse {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #e50112;
    border-radius: 5px;
    padding: 5px 10px!important;
    margin: 5px;
}
.global__tag-inverse p {
    color: #ffffff;
}

.global__tag-inverse i {
    color: #ffffff;
}
.global__tag-p, .global__tag p, .global__tag-inverse p {
    color: #ffffff;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-family: "Suzuki-Pro-Headline";
    margin: 0px 5px;
}

.global__tag-inverse {
    background-color: #222222;
}
.global__image-header-description {
    font-size: 16px;
    color: #7d7d7d;
    text-align: center;
    font-family: "Roboto";
    text-transform: uppercase;
}
#text-location h3 {
    font-size: 1.4rem;
    font-weight: 600;
}
#text-location img{
  width: 18px;
}
#clarimatic_form .btn__form{
  background-color: #414141!important;
}

.list__row-image {
    width: 20%;
    min-width: 300px;
    max-width: 400px;
    height: auto;
    overflow: hidden;
    padding-right: 30px;
}


.global__text-disclaimer {
    font-size: 14px;
    font-family: "Roboto";
    color: #7d7d7d;
    line-height: 14px;
}

.testdrive__car .global__carbox{
  text-align: center;
}

@media (min-width: 1200px) {
.global__text-big-lg {
    font-size: 24px;
   }
}


@media (max-width: 768px) {

}
