#gold-select{
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgb(195, 150, 9);
}

.padding-top-6px{
  padding-top: 6px;
}

.padding-left-4px{
  padding-left: 4px;
}

.margin-top-35px{
  margin-top: 35px;
}

.car-options{
  padding-left: 35px;
  padding-top: 10px;
}



.cover{
  margin-top: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.list-img{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.imgProduct{
  margin: 1% 1%;
  border: 1px solid rgb(212, 212, 212);
  width: 200px;
}

.pic{
  text-align: center;
  padding: 10px 10px;

}
.nameProduct{
  color: black;
  font-size: 12px;
  padding-left: 4px;
}
.codeProduct{
  color: black;
  font-size: 11px;
  font-weight: bold;
  padding-left: 4px;
}

.codeInput{
  width: 300px;
}

.margin-left-10px{
  margin-left: 10px;
}

.flex-container{
  display: flex;
  justify-content: space-between;
}

.box{
  display: inline-block;
}

.product{
  width: 40%;
  text-align: center;
}

.detail{
  width: 55%;
  text-align: left;
  height: 100%;
}


.button-car{
  text-align: center;
}

.info-product{
  padding-left: 35px;
}

.main-img{

}

img.zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.relevants-products{
  display: flex;
  justify-content: space-around;
}

.full{
  width: 100%;
}




@media screen and (max-width: 700px) {
  .flex-container{
    display: block;
  }
  .product{
    width: 100%;
  }
  .detail{
    width: 100%;
  }
  .imgProduct{
    margin: 10px auto;
  }
  .relevants-products{
    display: block;
  }
  .full{
    margin-top: 25px;
  }

}
