body {
    font-family: 'Sawarabi Gothic', sans-serif;

}
.imgHolder{
    display: flex;
}
.row{
    display: flex;
    border: 1px solid gray;
    background-image: url(../img/steel.png);
    border-radius: 10px;
}
.model-summary{
    background-image: url(../img/steel.png);
    border: 1px solid gray;
    width: 450px;
    height: 200px;
    border-radius: 10px;
    text-align: center;
    margin-top: 50px;
    line-height: 30px;
    padding: 10px;
}
a.buttons {
  width: 170px;
  height: 30px;
  text-decoration: none;
  padding-top: 9px;
  color: black;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  display: block;
  margin: 20px auto;
  border-radius: 5px;
}

a.buttons:not(.active) {
  background-image: linear-gradient( gray, lightgray);
  text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 -1px 0 #311d47;
}

a.buttons:not(.active):hover,
a.buttons:not(.active):focus {
  transition: color 200ms linear, text-shadow 500ms linear;
  color: #fff;
  text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 0 10px rgba(223, 206, 228, 0.4), 0 0 2px #2a153c;
}
a.buttons:not(:hover) {
    transition: 0.6s;
}
.col-1-of-3{
    margin:0 30px;
    padding-bottom: 20px;
}
#autoForm{
    display: inline;
}
.colorItem{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 5px;
}
.colorBlue{
    background-color: blue;
}
.colorBlue{
    background-color: blue;
}
.colorRed{
    background-color: red;
}
.colorBlack{
    background-color: black;
}
.colorGraphite{
    background-color: #505152;
}
.colorOrange{
    background-color: orange;
}
.colorWhite{
    background-color: #E5E8E9;
}
.colorWhitePure{
    background-color: #B8BCBE;
}
.colorsSelector{
    display: flex;
}
.model-price{
    font-weight: 700;
}