.priceBox {
  padding: 0 0 20px;
  text-align: center;
  margin-top: -45px;
}

.priceBox .grade {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.priceBox .price {
  margin: 10px 0 20px;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.priceBox .price strong {
  font-size: 65px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.mqiTable {
  width: 100%;
  border-bottom: solid 1px #c4c4c4;
}

.mqiTable th {
  background-color: #efefef;
}

.mqiTable th,
.mqiTable td {
  padding: 15px;
  border-top: solid 1px #c4c4c4;
  font-size: 20px;
}

.mqiTable td .yes {
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
}

.mqiTable .colors img {
  width: 20px;
}


section.youtube {
  margin: 80px;
  text-align: center;
}

.youtube iframe{
  width: 1000px;
  height: 570px;
  margin-top: 20px;
}

.manuel {
  display: block;
  background-color: #dc2624;
  border-radius: 3px;
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
  padding: 10px;
  color:#fff;
}

.manuel:hover {
  background-color: #fff;
  border: 1px solid #333;
}
.manuel a{
  display: block;
  padding: 10px;
  width: 100%;
  text-decoration: none;
  color:#fff;
}

.manuel a:hover{
	color:#dc2624;
}

@media screen and (max-width: 620px) {
  .priceBox .grade {
    font-size: 16px;
  }

  .priceBox .price {
    font-size: 14px;
  }

  .priceBox .price strong {
    font-size: 22px;
  }

  .mqiTable th {
    max-width: 140px;
  }

  .mqiTable th,
  .mqiTable td {
    font-size: 13px;
    padding: 15px 8px;
  }

  section.youtube{
    margin: 60px 0px;
  }

  .youtube iframe{
    width: 100%;
    height: 200px;
  }
}

.car-list{
  width: 80%;
  margin: 0 auto;
}

.car-list-item .color-name{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  display: block;
  padding-bottom: 30px;
}
.car-list-item img{
  width: 50%;
  margin: 0 auto;
}

.slick-prev::before{
  content: 'prev';
  font-family: swiper-icons;
  font-size: 45px;
  color: #888;
}
  
.slick-next::before{
  content: 'next';
  font-family: swiper-icons;
  font-size: 45px;
  color: #888;
}

@media screen and (max-width: 700px){
  .slick-prev::before{
    font-size: 30px;
  }
  .slick-next::before{
    font-size: 30px;
  }
}

.inc_soldoutMgt {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 20;
  }
  
  .inc_soldoutMgt p {
    font-size: 16px;
    line-height:2;
    padding: unset;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    height: 36px;
  }