/*
 Theme Name:   Boxcar Child
 Theme URI:    https://themeforest.net/item/boxcar-automotive-car-dealer-wordpress-theme/49741717
 Description:  Boxcar Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     boxcar
 Version:      1.0.0
 Text Domain:  boxcar-child
*/

#galleryMain .gallery-columns-1 .gallery-item {
  display: none;
}

#galleryMain .gallery-columns-1 .gallery-item.active {
  display: block;
}

#prevBtn {
  position: absolute;
  left: 18px;
  top: 200px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  line-height: 0;
}

#nextBtn {
  position: absolute;
  right: 18px;
  top: 200px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  line-height: 0;
}

.discount-price {
  font-size: 14px;
  font-weight: normal;
}

.discount-price span {
  font-weight: normal !important;
}

.listing-title {
  height: 50px;
}

.listing-metas {
  flex-wrap: nowrap !important;
  height: 70px;
}

.page-template-page-listings .reset-btn{ display: none !important; }
.page-template-page-listings .back-button{ display: none !important; }
.print-button a {
  background-color: #0097dc;
  color: #FFF;
  padding: 8px;
}
