/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.vehicle-specs {
  list-style: none;  
  padding: 0;  
  
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
}

.banner-text-small .btn{
   text-transform: none !important;
}
.vehicle-specs li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 2px solid #eee;
  /* background-color: #fff; */
  margin-bottom: 0 !important;
}

.cs-info-sticky-button.shortcode {
  cursor: pointer;
}

.vehicle-specs li:nth-child(odd) {
  /* background-color: #fafafa; */
}

.vehicle-specs li:last-child {
  border-bottom: none;
}

.vehicle-specs strong {
  font-weight: 600;
  color: #333;
}

.vehicle-specs li span {
  text-align: right;
}

.single-product .woocommerce-product-gallery__wrapper img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.single-product a.call-link,
.single-product a.link {
  color: #ee161f;
  text-decoration: underline;
}

.wd-product img {
  aspect-ratio: 3/2;
  object-fit: cover !important;    
  width: 100% !important;
}

.brand-thumbnails img {
  height: 45px !important;
  object-fit: contain !important;
}

.mb-m {
  margin-bottom: 15px;
  display: block;
}

.wd-copyrights *,
.wd-footer p,
.wd-footer ul li,
.wd-footer  a {
  color: #333 !important;
  font-size: 15px;
}
.wd-footer ul li {
  margin-bottom: 8px;
}

/* .wd-footer .menu-footer-menu-links-container .menu {
  display: flex !important;
  gap: 10px;  
} */

#media_image-2 img {
  max-width: 175px !important;
}


.footer-column {
  align-items: center !important;
  display: flex;
  flex-direction: column;
}

.footer-column .widget {
  border-bottom: 0 !important;
  margin-bottom: 25px !important;
}

.vehicle-loop-info {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap:wrap;  
}

.vehicle-loop-info > div {
  background-color:  #ee161f;
  font-weight: bold;
  color: #fff;
  border-radius: 60px;
  padding: 3px 16px;
  
}

.wd-footer {
  border-top: 3px solid #ee161f;
}

.brand-thumbnails li {
  display: flex;
  align-items: center;
}



.service-banner .main-wrapp-img {
  position: relative;
}
.service-banner .wrapper-content-banner {
  padding: 15px !important;    
  z-index: 6 !important;
}
.service-banner .main-wrapp-img:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
background: #FFF;
background: linear-gradient(180deg,rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.66) 100%);
  z-index: 4 !important;
}

.service-banner h4 {
  font-size: 17px !important;

}

.service-banner > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

#nav_menu-19 {
  margin-bottom: 0 !important;
}

@media (max-width: 1260px) {
    .service-banner > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  
  grid-template-columns: 1fr 1fr;
  
}
}


@media (max-width: 1024px) {
  .whb-top-bar-inner .whb-col-mobile {
  justify-content: space-between !important;
}
 html .page-title .wd-title-wrapp > .title {
  font-size: 22px !important;
}
.wd-footer * {
  text-align: center;
}
}

@media (max-widtH: 767px) {

  .home-cars .wd-nav-arrows {
    display: none !important;
  }
  .wd-page-title h1 {
    font-size: 22px !important;
  }
  .vehicle-loop-info {
    margin-top: auto !important;
    margin-bottom: 8px !important;
    flex-direction: column;      
  }
  .wd-product .wd-entities-title{
    margin-bottom: 8px !important;
  }


  .wd-product .price {
    margin-top: unset !important;
  }

}

@media (max-width: 675px) {
    .service-banner > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  
  grid-template-columns: 1fr;
  
}

}

/* Optional: slightly tighter on mobile */
@media (max-width: 600px) {
  .vehicle-specs li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .vehicle-specs strong {
    width: 100%;
  }
}
