/*
.flex-2-cols {
  @include flex-grid-items(2)  or @include flex-grid-items(5) etc.
}
*/
/* mixin for multiline */
.vehicle-search {
  /*&.new {
    .box {
      //background: $secondary-color;
      color: #fff;
      .box-header,
      .box-body {
        border-bottom-color: #979797;
        select {
          background: rgba(255, 255, 255, .25);
          border: none;
          color: #ffffff;
        }
        ul {
          li {
            margin-bottom: 2px;
            &:nth-child(odd) {
              a {
                background: rgba(255, 255, 255, .7);
              }
            }
            a {
              background: rgba(255, 255, 255, .6);
              i {
                float: left;
                margin-right: 10px;
                background: $secondary-color;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
              }
              &:hover {
                background: #fff;
                color: $secondary-color;
              }
            }
          }
        }
        .model {
          display: block;
          margin-bottom: 10px;
        }
        .model-price {
          margin-left: 30px;
          .price-value {
            font-weight: bold;
          }
        }
      }*/
  /*
    }
  }*/ }
.vehicle-search .price-widget .price {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 3px solid #4A4A4A;
  margin-bottom: 10px; }
.vehicle-search .price-widget .price.min {
  border-color: #FABC00; }
.vehicle-search .price-widget .price.max {
  border-color: #D0021B; }
.vehicle-search .price-widget .price.avg {
  border-color: #2C8F00; }
.vehicle-search .price-widget .days {
  margin-bottom: 10px; }
.vehicle-search .price-widget .days span:first-child {
  font-weight: 600; }
.vehicle-search .graph-widget .title {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 700; }
.vehicle-search .graph-widget .graph-donut {
  width: 80%;
  margin: 20px auto;
  position: relative; }
.vehicle-search .graph-widget .graph-donut .value {
  position: absolute;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  width: 100%;
  bottom: 10px; }
.vehicle-search .graph-widget .graph-line-wrapper {
  height: 113px; }
.vehicle-search .graph-widget .graph-line-wrapper .graph-line {
  margin-top: 70px;
  width: 100%;
  position: relative;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #D8D8D8; }
.vehicle-search .graph-widget .graph-line-wrapper .graph-line .graph-value {
  background: #2C8F00;
  width: 0;
  height: 40px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
.vehicle-search .graph-widget .graph-line-wrapper .graph-line .graph-values {
  margin-top: 5px; }
.vehicle-search .graph-widget .graph-line-wrapper .graph-line .graph-values span {
  font-size: 14px;
  position: absolute; }
.vehicle-search .graph-widget .graph-line-wrapper .graph-line .graph-values span:nth-child(1) {
  left: 0; }
.vehicle-search .graph-widget .graph-line-wrapper .graph-line .graph-values span:nth-child(2) {
  left: 25%; }
.vehicle-search .graph-widget .graph-line-wrapper .graph-line .graph-values span:nth-child(3) {
  left: 50%; }
.vehicle-search .graph-widget .graph-line-wrapper .graph-line .graph-values span:nth-child(4) {
  left: 75%; }
.vehicle-search .graph-widget .graph-line-wrapper .graph-line .graph-values span:nth-child(5) {
  left: 95%; }
.vehicle-search .graph-widget .graph-widget-footer {
  border-top: 1px solid #eaeaea;
  text-align: center;
  font-size: 13px;
  padding-top: 10px;
  line-height: 1.5; }
.vehicle-search .price-list-widget {
  min-height: 270px; }
.vehicle-search .price-list-widget ul li {
  margin-bottom: 20px; }
.vehicle-search .price-list-widget ul li .header {
  width: 60%;
  display: inline-block; }
.vehicle-search .price-list-widget ul li .list-price {
  width: 40%;
  font-size: 16px;
  font-weight: 700; }
@media (max-width: 768px) {
  .vehicle-search .box {
    margin-bottom: 20px; } }
.vehicle-search .box .box-header {
  text-align: inherit; }
.vehicle-search .box .box-header .title, .vehicle-search .box .box-header a {
  font-size: 18px;
  font-weight: 700; }
.vehicle-search .box .box-header a {
  float: right; }
.vehicle-search .box .box-header.mreset {
  margin: -20px;
  padding-bottom: 0; }
.vehicle-search .box .box-header .result-menu {
  float: left; }
.vehicle-search .box .box-header .result-menu li {
  float: left;
  border-bottom: 8px solid #fff; }
.vehicle-search .box .box-header .result-menu li.active {
  border-bottom: 8px solid #D0021B; }
.vehicle-search .box .box-header .result-menu li a {
  font-size: 14px;
  padding: 30px 30px 22px; }
.vehicle-search .box .box-header .btn-pdf, .vehicle-search .box .box-header .btn-print {
  font-size: 12px; }
.vehicle-search .box .box-header .btn-pdf i, .vehicle-search .box .box-header .btn-print i {
  float: left;
  margin-right: 10px;
  margin-top: 8px; }
.vehicle-search .box .box-body {
  padding: 30px 0;
  border: 0; }
.vehicle-search .box .box-body.brb {
  border-bottom: 1px solid #eaeaea; }
.vehicle-search .box .box-body.pbnone {
  padding-bottom: 0; }
.vehicle-search .box .box-body.pbnone .chart-footer {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #eaeaea; }
.vehicle-search .box .box-body .form-group {
  margin-bottom: 20px; }
.vehicle-search .box .box-body .form-group label {
  width: 100px;
  display: inline-block; }
.vehicle-search .box .box-body .form-group label.error {
  width: 100%; }
.vehicle-search .box .box-body .form-group select {
  width: calc(100% - 120px); }
.vehicle-search .box .box-body .kadjar {
  width: 100%; }
.vehicle-search .box .box-body .model-list h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px; }
.vehicle-search .box .box-body .model-list ul li:nth-child(odd) a {
  background: rgba(216, 216, 216, 0.3); }
.vehicle-search .box .box-body .model-list ul li a {
  display: block;
  padding: 10px 5px 10px 24px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
.vehicle-search .box .box-body .model-list ul li a i.icon-check {
  float: left;
  margin-right: 10px;
  background: #D8D8D8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
.vehicle-search .box .box-body .model-list ul li a:hover {
  background: #4A4A4A;
  color: #fff; }
.vehicle-search .box .box-body .model-list ul li a:hover i {
  background-image: url("../img/sprite/check.png");
  width: 20px;
  height: 20px; }
.vehicle-search .box .box-body .km-set h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px; }
.vehicle-search .box .box-body .km-set .form-group {
  margin-bottom: 20px; }
.vehicle-search .box .box-body .km-set .form-group label {
  margin-top: 10px; }
.vehicle-search .box .box-body .km-set .form-group .input-wrapper {
  position: relative;
  float: right;
  width: calc(100% - 120px); }
.vehicle-search .box .box-body .km-set .form-group .input-wrapper .km-type {
  position: absolute;
  right: 20px;
  top: 10px;
  font-weight: 600; }
.vehicle-search .box .box-body .km-set .form-group .input-wrapper input[type="text"], .vehicle-search .box .box-body .km-set .form-group .input-wrapper .km-warning {
  width: 100%;
  font-weight: 600; }
.vehicle-search .box .box-body .km-set .form-group .input-wrapper .km-warning {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400; }
.vehicle-search .box .box-body .km-set .form-group span {
  display: block; }
.vehicle-search .box .box-body .selected-car-detail {
  text-align: center; }
.vehicle-search .box .box-body .selected-car-detail div {
  margin-bottom: 10px; }
.vehicle-search .box .box-body .selected-car-detail div img {
  margin-right: 10px;
  vertical-align: middle; }
.vehicle-search .box .box-body .selected-car-detail div span {
  font-weight: 600; }
.vehicle-search .box .box-body .text-boya {
  color: #50E3C2; }
.vehicle-search .box .box-body .dealers {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 30px;
  margin-bottom: 20px; }
.vehicle-search .box .box-body .dealers .dealers-title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin: 20px 0; }
.vehicle-search .box .box-body .dealers .calc {
  width: 230px;
  height: 40px;
  margin: 0 auto; }
.vehicle-search .box .box-body .dealers .calc span, .vehicle-search .box .box-body .dealers .calc input[type="text"], .vehicle-search .box .box-body .dealers .calc button {
  height: 40px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  font-weight: 700;
  border: 2px solid #9B9B9B; }
.vehicle-search .box .box-body .dealers .calc span.percent {
  display: inline-block;
  width: 40px;
  font-size: 18px;
  line-height: 36px; }
.vehicle-search .box .box-body .dealers .calc .percent-value {
  width: 65px;
  font-size: 18px; }
.vehicle-search .box .box-body .dealers .calc .btn-calc {
  width: 125px;
  border-color: #417505;
  background: #417505;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
.vehicle-search .box .box-body .dealers .calc .btn-calc:hover {
  background: #fff;
  color: #417505; }
.vehicle-search .box .box-body .price-chart {
  position: relative; }
.vehicle-search .box .box-body .price-chart .request-date {
  position: absolute;
  top: -10px;
  right: 0; }
.vehicle-search .box .box-body .price-chart .request-date span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-align: right; }
.vehicle-search .box .box-body .price-chart .request-date span:first-child {
  font-weight: 600; }
.vehicle-search .box .box-body .price-chart .price-chart-title {
  text-align: center;
  font-size: 20px;
  margin: 20px auto 70px auto;
  font-weight: 600; }
.vehicle-search .box .box-body .price-chart .chart-wrapper {
  margin: 0 auto;
  width: 697px;
  height: 268px;
  background: url("../img/shared/chart.png") no-repeat;
  position: relative; }
.vehicle-search .box .box-body .price-chart .chart-wrapper .price-text {
  font-size: 26px;
  font-weight: 600;
  display: block;
  white-space: nowrap; }
.vehicle-search .box .box-body .price-chart .chart-wrapper .price.info {
  font-size: 12px;
  font-weight: 600; }
.vehicle-search .box .box-body .price-chart .chart-wrapper .price-sell {
  position: absolute;
  bottom: 78px;
  left: 0; }
.vehicle-search .box .box-body .price-chart .chart-wrapper .price-sell.buy:before {
  content: " ";
  position: absolute;
  width: 130%;
  height: 64px;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff; }
.vehicle-search .box .box-body .price-chart .chart-wrapper .price-sell .price-text {
  color: #338BD7;
  margin-bottom: 2px; }
.vehicle-search .box .box-body .price-chart .chart-wrapper .price-sell button {
  height: 30px;
  background: #D0021B;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600; }
.vehicle-search .box .box-body .price-chart .chart-wrapper .price-avg {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -65px; }
.vehicle-search .box .box-body .price-chart .chart-wrapper .price-avg .price-text {
  color: #2C8F00; }
.vehicle-search .box .box-body .price-chart .chart-wrapper .price-max {
  position: absolute;
  bottom: 80px;
  left: 530px; }
.vehicle-search .box .box-body .price-chart .chart-wrapper .price-max .price-text {
  color: #D0021B; }
.vehicle-search .box .box-body .price-chart .chart-wrapper .price-min {
  position: absolute;
  bottom: 145px;
  left: 95px; }
.vehicle-search .box .box-body .price-chart .chart-wrapper .price-min .price-text {
  color: #F5A623; }
.vehicle-search .box .box-footer .select-new-car a {
  padding: 0 40px;
  font-weight: 700; }
.vehicle-search .box .box-footer .select-new-car a:hover {
  color: #D0021B;
  text-decoration: underline; }
.vehicle-search .box .box-footer .select-new-car a span {
  font-family: "Trebuchet MS"; }
.vehicle-search .box .table-price {
  border: 1px solid #eaeaea; }
.vehicle-search .box .table-price thead tr {
  border: 1px solid #eaeaea; }
.vehicle-search .box .table-price thead tr td {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap; }
@media (max-width: 992px) {
  .vehicle-search .box .table-price thead tr td {
    white-space: unset; } }
.vehicle-search .box .table-price tbody tr:nth-child(2n) {
  background: #eaeaea; }
.vehicle-search .box .table-price tbody tr td {
  padding: 20px;
  text-align: center; }
.vehicle-search .box .table-price tbody tr td.fwb {
  font-weight: 700; }
.vehicle-search .box .table-price tbody tr td:first-child {
  text-align: left; }
.vehicle-search .box .table-price.donanim {
  margin-bottom: 20px; }
.vehicle-search .box .table-price.donanim thead tr td {
  text-align: center; }
.vehicle-search .box .table-price.donanim thead tr td:first-child {
  text-align: left; }
.vehicle-search .box .table-price.donanim tbody tr.sub-line td:first-child {
  text-indent: 40px; }
.vehicle-search .box .tab-title {
  font-size: 20px;
  font-weight: 700;
  margin: 20px auto; }
.vehicle-search .new-car-wrapper {
  text-align: right; }
.vehicle-search .new-car-wrapper p span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px; }
.vehicle-search .new-car-wrapper p span.sub-title {
  display: inline-block;
  background: rgba(255, 255, 255, 0.25);
  padding: 5px 10px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
.vehicle-search.compare .box, .vehicle-search.new .box {
  padding: 0;
  overflow: hidden; }
.vehicle-search.compare .box .box-header, .vehicle-search.new .box .box-header {
  padding: 20px; }
.vehicle-search.compare .box .box-body,
.vehicle-search.compare .box .box-footer, .vehicle-search.new .box .box-body,
.vehicle-search.new .box .box-footer {
  padding: 20px; }
.vehicle-search.compare .box .box-body .vehicle-name, .vehicle-search.new .box .box-body .vehicle-name {
  font-size: 24px;
  margin-top: 60px;
  font-weight: 700;
  margin-bottom: 20px; }
.vehicle-search.compare .box .box-body .vehicle-model, .vehicle-search.new .box .box-body .vehicle-model {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.4; }
.vehicle-search.compare .box .box-body .vehicle-list-price, .vehicle-search.new .box .box-body .vehicle-list-price {
  margin-bottom: 20px; }
.vehicle-search.compare .box .box-body .vehicle-list-price span, .vehicle-search.new .box .box-body .vehicle-list-price span {
  display: block;
  font-size: 20px;
  color: #4CAF50;
  font-weight: 700; }
.vehicle-search.compare .box .box-body .vehicle-list-price span.vehicle-year, .vehicle-search.new .box .box-body .vehicle-list-price span.vehicle-year {
  color: #000;
  font-weight: 400; }
.vehicle-search.compare .box .box-body .new-car-slider, .vehicle-search.new .box .box-body .new-car-slider {
  margin-bottom: 10px;
  position: relative; }
.vehicle-search.compare .box .box-body .new-car-slider .compare-button, .vehicle-search.new .box .box-body .new-car-slider .compare-button {
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 20px; }
.vehicle-search.compare .box .box-body .new-car-slider .owl-carousel, .vehicle-search.new .box .box-body .new-car-slider .owl-carousel {
  width: 100%;
  position: relative; }
.vehicle-search.compare .box .box-body .new-car-slider .owl-carousel .owl-item, .vehicle-search.new .box .box-body .new-car-slider .owl-carousel .owl-item {
  padding: 0;
  position: relative;
  opacity: 1; }
.vehicle-search.compare .box .box-body .new-car-slider .owl-carousel .owl-item img, .vehicle-search.new .box .box-body .new-car-slider .owl-carousel .owl-item img {
  object-fit: cover;
  object-position: center; }
.vehicle-search.compare .box .box-body .new-car-slider .owl-carousel .owl-dots, .vehicle-search.new .box .box-body .new-car-slider .owl-carousel .owl-dots {
  margin-top: 10px; }
.vehicle-search.compare .box .box-body .new-car-slider .owl-carousel .owl-nav, .vehicle-search.new .box .box-body .new-car-slider .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%; }
.vehicle-search.compare .box .box-body .new-car-slider .owl-carousel .owl-nav .owl-prev, .vehicle-search.compare .box .box-body .new-car-slider .owl-carousel .owl-nav .owl-next, .vehicle-search.new .box .box-body .new-car-slider .owl-carousel .owl-nav .owl-prev, .vehicle-search.new .box .box-body .new-car-slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
  font-size: 40px;
  line-height: 40px; }
.vehicle-search.compare .box .box-body .new-car-slider .owl-carousel .owl-nav .owl-prev span, .vehicle-search.compare .box .box-body .new-car-slider .owl-carousel .owl-nav .owl-next span, .vehicle-search.new .box .box-body .new-car-slider .owl-carousel .owl-nav .owl-prev span, .vehicle-search.new .box .box-body .new-car-slider .owl-carousel .owl-nav .owl-next span {
  margin-top: -5px !important; }
.vehicle-search.compare .box .box-body .new-car-slider .owl-carousel .owl-nav .owl-prev, .vehicle-search.new .box .box-body .new-car-slider .owl-carousel .owl-nav .owl-prev {
  left: 0;
  background-color: darkgray !important;}
.vehicle-search.compare .box .box-body .new-car-slider .owl-carousel .owl-nav .owl-next, .vehicle-search.new .box .box-body .new-car-slider .owl-carousel .owl-nav .owl-next {
  right: 0;
  background-color: darkgray !important;}
.vehicle-search.compare .box .box-body .add-compare, .vehicle-search.new .box .box-body .add-compare {
  text-align: center;
  padding-top: 200px; }
.vehicle-search.compare .box .box-body .add-compare a.btn, .vehicle-search.new .box .box-body .add-compare a.btn {
  width: 200px; }
.vehicle-search.compare .box .box-body .model-name, .vehicle-search.new .box .box-body .model-name {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px; }
.vehicle-search.compare .box .box-body .model-name .change, .vehicle-search.new .box .box-body .model-name .change {
  display: inline-block;
  color: #157DF6;
  margin-left: 20px;
  font-size: 18px; }
.vehicle-search.compare .box .box-body .model-name .change i, .vehicle-search.new .box .box-body .model-name .change i {
  float: left;
  margin-right: 10px; }
.vehicle-search.compare .box .box-body .model-name .change span, .vehicle-search.new .box .box-body .model-name .change span {
  margin-top: 5px;
  line-height: 22px; }
.vehicle-search.compare .box .box-body .model-foto, .vehicle-search.new .box .box-body .model-foto {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  height: 307px;}
.vehicle-search.compare .box .box-body .model-detail .model-spec, .vehicle-search.new .box .box-body .model-detail .model-spec {
  color: #2A3238;
  line-height: 1.6;
  margin-bottom: 10px;
  min-height: 44px; }
.vehicle-search.compare .box .box-body .model-detail .model-price, .vehicle-search.new .box .box-body .model-detail .model-price {
  margin-left: 0;
  font-size: 20px;
  margin-bottom: 10px;
  min-height: 20px; }
.vehicle-search.compare .box .box-body .model-detail .model-price:last-child, .vehicle-search.new .box .box-body .model-detail .model-price:last-child {
  margin-bottom: 20px; }
.vehicle-search.compare .box .box-body .model-detail .model-price span, .vehicle-search.new .box .box-body .model-detail .model-price span {
  color: #4CAF50;
  font-weight: 700; }
.vehicle-search.compare .box .box-body .vehicle-specs, .vehicle-search.new .box .box-body .vehicle-specs {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-header a, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-header a {
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 4px 4px  0 0;
  -moz-border-radius: 4px 4px  0 0;
  border-radius: 4px 4px  0 0;
  overflow: hidden;
  padding-left: 20px;
  position: relative; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-header a i, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-header a i {
  margin-top: 6px; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-header a span, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-header a span {
  font-size: 14px;
  font-weight: 700;
  color: #9B9B9B;
  position: absolute;
  margin-left: 10px; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-header a.active, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-header a.active {
  background: #eee; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-header a.active span, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-header a.active span {
  color: #585F65; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body {
  padding: 20px 10px 10px;
  color: #000;
  display: none;
  background-color: #eee; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body.active, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body.active {
  display: block; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget {
  width: calc(90% / 6);
  margin: 1%;
  padding: 10px 0;
  float: left;
  background: #FAFAFA;
  text-align: center;
  font-size: 12px;
  border-bottom: 3px solid; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:first-child, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:first-child {
  margin-left: 0; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:last-child, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:last-child {
  margin-right: 0; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:nth-child(1), .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:nth-child(1) {
  color: #4CAF50;
  border-color: #4CAF50; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:nth-child(2), .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:nth-child(2) {
  color: #157DF6;
  border-color: #157DF6; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:nth-child(3), .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:nth-child(3) {
  color: #FF04BC;
  border-color: #FF04BC; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:nth-child(4), .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:nth-child(4) {
  color: #FE6800;
  border-color: #FE6800; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:nth-child(5), .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:nth-child(5) {
  color: #D0021B;
  border-color: #D0021B; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:nth-child(6), .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget:nth-child(6) {
  color: #7ED321;
  border-color: #7ED321; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget .title, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget .title {
  height: 24px;
  margin-bottom: 5px;
  overflow: hidden; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget .icon, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget .icon {
  margin-bottom: 5px;
  height: 38px;
  line-height: 38px; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget .footer, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-summary .summary-widget .footer {
  height: 24px;
  overflow: hidden;
  font-size: 11px;
  font-weight: 600; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table {
  width: 100%;
  margin-top: 20px; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table.donanim tr.header td, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table.donanim tr.header td {
  width: 50%;
  font-weight: 600;
  font-size: 15px; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table.donanim tr td, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table.donanim tr td {
  line-height: 1.3; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table.donanim tr td:nth-child(even), .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table.donanim tr td:nth-child(even) {
  width: 20%;
  text-align: center; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table tr, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table tr {
  border-bottom: 2px solid #fff; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table tr:nth-child(even), .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table tr:nth-child(even) {
  background: #F4F4F4; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table tr:nth-child(odd), .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table tr:nth-child(odd) {
  background: #FAFAFA; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table tr td, .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table tr td {
  width: 50%;
  padding: 10px; }
.vehicle-search.compare .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table tr td:nth-child(even), .vehicle-search.new .box .box-body .vehicle-specs .vehicle-specs-tab-body .vehicle-specs-content .spec-table tr td:nth-child(even) {
  text-align: right;
  font-weight: 600; }

.multi-search .box-header .title, .multi-search .box-header a {
  font-size: 18px;
  font-weight: 700; }

.multi-search .box-header a {
  float: right; }

.multi-search .box-header .title {
  float: left; }

.multi-search .box-body {
  overflow-x: auto; }

.multi-search .multi-search-table {
  border-right: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
  width: 100%;
  /* multi search ui edit*/ }
.multi-search .multi-search-table.result thead tr th {
  font-weight: 700;
  padding: 15px 0;
  white-space: unset;
  font-size: 12px; }
.multi-search .multi-search-table.result tbody tr td {
  text-align: center !important;
  padding: 10px 0; }
.multi-search .multi-search-table.result tbody tr td input[type=text] {
  text-align: center;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-indent: 0; }
.multi-search .multi-search-table select {
  text-indent: 0 !important; }
.multi-search .multi-search-table thead tr th {
  font-weight: 700;
  padding: 5px;
  white-space: nowrap; }
.multi-search .multi-search-table tbody tr.added td {
  font-size: 12px; }
.multi-search .multi-search-table tbody tr td {
  padding: 5px;
  vertical-align: middle; }
.multi-search .multi-search-table tbody tr td select, .multi-search .multi-search-table tbody tr td input {
  width: 100%; }
.multi-search .multi-search-table tbody tr td a {
  text-align: center; }
.multi-search .multi-search-table tbody tr td input {
  text-indent: 10px; }
.multi-search .multi-search-table tbody tr td.control-buttons {
  white-space: nowrap; }
.multi-search .multi-search-table tbody tr td.control-buttons a {
  font-size: 24px;
  text-align: center;
  width: 40px;
  background: #4A4A4A;
  height: 36px;
  line-height: 36px;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
.multi-search .multi-search-table tbody tr td.control-buttons a i {
  float: none; }
.multi-search .multi-search-table tr {
  border-bottom: 1px solid #eaeaea; }

.multi-search .added-count {
  margin: 10px 0;
  display: inline-block; }
.multi-search .added-count span {
  font-weight: 700; }

.multi-search .remove-selected {
  font-weight: 700; }

.multi-search .result-wrapper {
  float: right; }
.multi-search .result-wrapper .calc {
  width: 230px;
  height: 40px;
  margin: 0 auto;
  margin-right: 10px; }
.multi-search .result-wrapper .calc span, .multi-search .result-wrapper .calc input[type="text"], .multi-search .result-wrapper .calc button {
  height: 40px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  font-weight: 700;
  border: 2px solid #9B9B9B; }
.multi-search .result-wrapper .calc span.percent {
  display: inline-block;
  width: 40px;
  font-size: 18px;
  line-height: 36px; }
.multi-search .result-wrapper .calc .percent-value {
  width: 65px;
  font-size: 18px; }
.multi-search .result-wrapper .calc .btn-calc {
  width: 125px;
  border-color: #417505;
  background: #417505;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
.multi-search .result-wrapper .calc .btn-calc:hover {
  background: #fff;
  color: #417505; }

.text-boya {
  color: #50E3C2; }

#ekspertizModal.fancybox-content {
  margin: 0 !important;
  padding: 0 !important; }
#ekspertizModal.fancybox-content .box {
  box-shadow: none !important;
  margin-bottom: 0 !important; }

.multi-search-table .ekspertiz-wrapper {
  width: 1140px;
  margin: 0 auto; }
.multi-search-table .ekspertiz-wrapper .ekspertiz-left .car-damage-map-body .carExpert {
  top: -10px; }
.multi-search-table .ekspertiz-wrapper .ekspertiz-left .car-damage-map-body .carExpert .sagArkaCamurluk, .multi-search-table .ekspertiz-wrapper .ekspertiz-left .car-damage-map-body .carExpert .solArkaCamurluk {
  bottom: 96px; }
.multi-search-table .ekspertiz-wrapper .ekspertiz-left .car-damage-map-body .carExpert .sagArkaCamurluk {
  right: 104px; }
.multi-search-table .ekspertiz-wrapper .ekspertiz-left .car-damage-map-body .carExpert .checkbox input[type=checkbox] {
  margin-left: 0; }
@media (max-width: 1199px) {
  .multi-search-table .ekspertiz-wrapper {
    width: auto; } }

/* multi search ui edit*/
