/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Botón buscador por vehículo VBFP - naranja destacado */
body#product .vbfp-product-hook button.vbfp-open-modal.btn,
.vbfp-open-modal.btn {
  background-color: #FF7A00 !important;
  border-color: #FF7A00 !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 2px 6px rgba(255,122,0,.35) !important;
}
body#product .vbfp-product-hook button.vbfp-open-modal.btn:hover,
body#product .vbfp-product-hook button.vbfp-open-modal.btn:focus,
.vbfp-open-modal.btn:hover,
.vbfp-open-modal.btn:focus {
  background-color: #E86E00 !important;
  border-color: #E86E00 !important;
  color: #fff !important;
}
.vbfp-open-modal .icon-search {
  margin-right: 6px;
}

/* Blog Drecambios - listado */
.simpleblog__listing .post-title,.simpleblog__listing h3.post-title{font-size:22px!important;font-weight:700!important;line-height:1.3!important;margin-bottom:10px!important}
.simpleblog__listing .post-title a{color:#0B1F3D!important}
.simpleblog__listing .post-title a:hover{color:#FF7A00}
.simpleblog__listing__post__wrapper{margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid #e5e7eb}
.simpleblog__listing__post__wrapper__footer{font-size:13px}
