body#index #brandproducts-section {
  background-image: url('/img/cms/photo_header.webp');

}

#brandproducts-section {
  /* background-color: #dfe4d3; */
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-left: -180px;
  margin-right: -180px;
}

#brandproducts-bloc {
  /* width: 62%; */
  width: 100%;
  margin-top: 30px;
  padding: 72px 20px;
  display: flex;
  /* align-items: center; */
  justify-content: space-evenly;
  border-radius: 10px;
}

#brandproducts-configurator {
  padding: 20px 30px;
  background: white;
  width: 390px;
  position: relative;
}

#brandproducts-configurator>div:first-child,
#brandproducts-configurator>div:nth-child(2),
#brandproducts-configurator>div:nth-child(3),
#brandproducts-configurator>div:nth-child(4) {
  margin-bottom: 15px;
}

#brandproducts-vehicle-dropdown-menu,
#brandproducts-brand-dropdown-menu,
#brandproducts-model-dropdown-menu {
  text-align: left;
  text-transform: capitalize;
  background: white;
  color: black;
  border: solid black 1px;
  border-radius: 4px;
  width: 330px;
  position: relative;
}

#brandproducts-vehicle-dropdown-menu>i,
#brandproducts-brand-dropdown-menu>i,
#brandproducts-model-dropdown-menu>i {
  position: absolute;
  right: 4px;
}

#brandproducts-vehicle-dropdown,
#brandproducts-brand-dropdown,
#brandproducts-model-dropdown {
  display: none;
  background: white;
  width: 330px;
  padding: 10px;
  position: absolute;
  z-index: 2;
  border: solid black 1px;
  margin-top: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

#brandproducts-search-vehicle,
#brandproducts-search-brand,
#brandproducts-search-model {
  margin-left: 5px;
  margin-right: 5px;
  height: 38px;
  border-radius: 4px;
  padding: 4px 8px;
  width: -webkit-fill-available;
}

#brandproducts-vehicle-dropdown>ul>li,
#brandproducts-brand-dropdown>ul>li,
#brandproducts-model-dropdown>ul>li {
  border-top: 1px solid #eee;
  padding: 8px 10px;
  cursor: pointer;
}

#brandproducts-search {
  width: 330px;
  text-transform: capitalize;
}

#brandproducts-configurator .brandproducts-no-result {
  display: none;
}

#brandproducts-dropdown-list-vehicle,
#brandproducts-dropdown-list-brand,
#brandproducts-dropdown-list-model {
  max-height: 224px;
}

#brandproducts-dropdown-list-brand,
#brandproducts-dropdown-list-model {
  overflow-y: scroll;
  overflow-x: hidden;
}


#brandproducts-title-bloc {
  margin-top: 40px;
  width: 40%;
}

#brandproducts-title-bloc>#brandproducts-title {
  font-size: 38px;
  text-transform: uppercase;
  color: white;
}

#brandproducts-title-bloc>#brandproducts-subtitle {
  color: white;
}

/* #brandproducts-arrowleft-img {
  position: absolute;
  bottom: 60px;
  right: -110px;
} */

#brandproducts-form-unref {
  background-color: #fff;
  margin-top: 20px;
  padding-top: 15px;
}

@media (max-width: 1399px) {

  body#index #brandproducts-section {
    margin-left: -260px;
    margin-right: -260px;
  }

  body#index #brandproducts-section #brandproducts-bloc {
    width: 84%;
  }
}

@media (max-width: 1199px) {
  body#index #brandproducts-section {
    margin-left: -30px;
    margin-right: -30px;
    background-position-x: -110px;
  }

  #brandproducts-bloc {
    /* width: 100%; */
    flex-direction: column-reverse;
    margin-top: 0px;
    padding: 30px 20px;
    width: 84%;
    /* max-width: 930px; */
  }

  #brandproducts-title-bloc {
    width: 83%;
    margin-top: 0px;
  }

  #brandproducts-title-bloc>#brandproducts-title {
    font-size: 30px;
  }

  #brandproducts-configurator {
    margin-top: 14px;
  }
}

@media (max-width: 965px) {
  #brandproducts-section {
    /* width: 100%; */
    margin-left: auto;
  }

  #brandproducts-bloc {
    width: 100%;
  }

  #brandproducts-title-bloc>#brandproducts-title {
    font-size: 30px;
  }

  #brandproducts-title-bloc {
    /* margin-left: 28px; */
  }
}

@media (max-width: 851px) {
  body#index #brandproducts-section #brandproducts-bloc {
    width: 94%;
  }
}

@media (max-width: 768px) {

  /* #brandproducts-arrowleft-img {
    top: 13px;
  } */
  body#index #brandproducts-section {
    margin-top: 0px;
  }

  body#index #brandproducts-section #brandproducts-bloc {
    flex-direction: column-reverse;
    align-items: center;
  }

  #brandproducts-configurator {
    margin-top: 0px;
    width: 96%;
  }

  #brandproducts-vehicle-dropdown-menu,
  #brandproducts-brand-dropdown-menu,
  #brandproducts-model-dropdown-menu,
  #brandproducts-search{
    width: 100%;
  }

  #brandproducts-title-bloc {
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
    margin-left: 0px;
  }

  #brandproducts-title-bloc>#brandproducts-title {
    font-size: 22px;
  }

  #brandproducts-title-bloc>#brandproducts-subtitle {
    /* font-size: 18px; */
    font-weight: 500;
    display: none;
  }
}

@media (max-width: 665px) {

  /* #brandproducts-arrowleft-img,  */
  #brandproducts-title-bloc>#brandproducts-subtitle {
    display: none;
  }

  #brandproducts-bloc {
    margin-top: 0px;
  }
}

@media (max-width: 399px) {
  body#index #brandproducts-section #brandproducts-bloc {
    width: 98%;
    padding-left: 8px;
    padding-right: 8px;
  }
  #brandproducts-title-bloc {
    width: 88%;
  }
  #brandproducts-configurator {
    width: 84%;
    padding: 20px 16px;
  }

  #brandproducts-title-bloc>#brandproducts-title {
    font-size: 20px;
  }

  #brandproducts-vehicle-dropdown-menu,
  #brandproducts-brand-dropdown-menu,
  #brandproducts-model-dropdown-menu,
  #brandproducts-search {
    width: 100%;
  }

  #brandproducts-vehicle-dropdown,
  #brandproducts-brand-dropdown,
  #brandproducts-model-dropdown {
    width: 84.5vw;
  }
}

@media (max-width: 319px) {

  #brandproducts-vehicle-dropdown,
  #brandproducts-brand-dropdown,
  #brandproducts-model-dropdown {
    width: 95vw;
  }
}