.rounded {
  border-radius: 20px !important;
}

.social {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social li {
  display: inline-block;
  margin: 0px 10px 0 0;
  font-size: 30px;
}

.border-title {
  position: relative;
  display: inline-block;
}

.border {
  position: relative;
  width: 80%;
  height: 2px;
  background-color: #ffcd00;
  margin: 0 auto;
}

.mrp-star-full,
.mrp-star-half,
.mrp-star-empty {
  color: #ffd700;
}

.user-comment {
  border-radius: 50%;
  background-color: #cccccc;
  padding: 18px;
}

.col-rate-star {
  font-size: 25px;
}

.text-prix {
  color: #ffcd00;
  position: absolute;
  top: 25%;
  margin-top: 20px;
  font-size: 30px;
  left: -10px;
}

.shap-prix {
  width: 0;
  height: 0;
  border-bottom: 70px solid #000;
  border-left: 60px solid transparent;
}

.top0 {
  position: relative;
  background: #1c2931;
  padding: 20px 0 19px;
  height: 55px;
  color: #fff;
  line-height: 16px;
  font-size: 15px;
  text-transform: uppercase;
  opacity: 0.6;
}

.top0 .block-left {
  float: left;
}

.top0 .block-right {
  float: right;
}

.address1 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #fff;
  margin-right: 20px;
}

.phone1 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 20px;
}

.text-orange {
  color: #ffcd00;
}

.social_wrapper {
  display: inline-block;
  vertical-align: top;
}

.social {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social li {
  display: inline-block;
  margin: 0px 10px 0 0;
  font-size: 16px;
}

.has-error .form-control-feedback {
  color: #a94442;
  font-size: 20px;
}

.help-block {
  /*display: block;*/
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a94442;
  font-size: 16px;
}

.has-error .form-control {
  border: #a94442 3px solid;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-block {
  display: block;
  width: 100%;
  background-color: #ff8c1a;
}

.car-view1-wrapper {
  padding-bottom: 16px;
  background: url(../images/shadow1.png) center bottom no-repeat;
  background-size: 100% 16px;
  margin-bottom: 25px;
}

.car-view1 {
  border: 1px solid #eeeeee;
  padding: 4px;
}

.car-view1 figure {
  float: left;
  margin-right: 25px;
  margin-top: 25px;
}

.car-view1 .caption {
  overflow: hidden;
  padding-right: 20px;
  padding-top: 10px;
}

.car-view1 .top-info {
  padding-bottom: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.car-view1 .info1 {
  float: left;
  max-width: 100%;
}

.car-view1 .info2 {
  float: right;
}

.car-view1 .txt1 {
  font-size: 20px;
  line-height: 1;
  color: #212121;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  margin-bottom: 1px;
}

.car-view1 .txt1:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #1c2931;
  position: absolute;
  left: 0;
  top: 0;
}

.car-view1 .txt2 {
  padding-bottom: 10px;
}

.car-view1 .txt2 .txt {
  font-size: 10px;
  color: #464646;
  display: inline-block;
  padding-right: 15px;
}

.car-view1 .txt3 {
  background: #e30000;
  min-width: 110px;
  text-align: right;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  padding: 8px 10px;
  font-weight: 600;
  margin-bottom: 10px;
}

.car-view1 .txt4 {
  color: #666666;
  padding-bottom: 15px;
}

.car-view1 .info3 {
  float: left;
  max-width: 100%;
}

.car-view1 .info4 {
  float: right;
}

.car-view1 .txt5 {
  padding-left: 30px;
  position: relative;
  font-size: 12px;
  color: #464646;
  font-weight: 600;
  background: url(../images/speed-ic.png) 0 0 no-repeat;
  margin-bottom: 0px;
}

.car-view1 .txt6 {
  font-size: 11px;
  color: #464646;
}

.car-view1 .txt7 {
  padding-top: 5px;
  min-width: 110px;
}

.img-responsive {
  max-width: 320px;
}

.input-group .form-control {
  border-left: 3px solid #ffcd00;
}

.menu-active {
  border-bottom: #ffcd00 2px solid !important;
  padding-bottom: 0px !important;
}


@media (max-width: 790px) {
    .top0 .block-right {
      display: none;
    }
}