body{
  font-family: 'Montserrat', sans-serif !important;
  background-color: #EEE !important;
}
.card-body{
  background-color: #F99B2A !important;
}
.btn-comprar{
    background-color: #000 !important;
    width: 38% !important;
    position: absolute;
    bottom: 100px !important;
    right: 5px;
    color: #FFF !important;
}
.btn-lazarza {
    background-color: #F99B2A !important;
    color: #FFF !important;
    
}
/*
.productos {
    position: relative !important;
    width: 15.0% !important;
    margin: 0.66666667% !important;
    height: 400px !important;
}
*/
.productos {
    position: relative !important;
    width: 23.0% !important;
    margin: 0.666667% !important;
    height: 370px !important;
    box-shadow: 1px 1px 1px 1px #EEE;
    border: none !important;
    border-radius: 2px !important;
    padding: 0 !important;
}

.btn-vermas {
    position: absolute !important;
    bottom: 0;
    width: 100% !important;
}

.btn-like {
    position: absolute !important;
    top: 5px;
    left: 5px;
    width: 100% !important;
}
.btn-share {
    position: absolute !important;
    top: 5px;
    right: -160px;
    width: 100% !important;
    color: #FFF !important;
}
.btn-full{
  width: 88% !important;
}
.lazarzaColorText1{
  color: #F99B2A !important;
}
a{
  text-decoration: none !important;
}
.carousel-caption>h5{
  color: #FFF !important;
  font-size: 3em !important;
  font-family: 'Lato', sans-serif !important;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black !important;
}
.blog-header-logo {
  font-family: 'Lato', sans-serif !important;
  color: #FFF !important;
}
.section{
  font-family: 'Lato', sans-serif !important;
  text-transform: uppercase !important; 
}
.lazarzaBgColor{
  background-color: #000 !important;
  color: #FFF !important;
  padding-top: 10px !important;
}
.rouned{
  border-radius: 5px !important;
}

.btn-marca {
    position: absolute !important;
    top: 1px;
    right: 3px;
    background-color: #EEE !important;
}
.precio{
  position: absolute !important;
  bottom: 8px;
  font-size: 1.2em !important;
  font-family: 'Lato', sans-serif !important;
}

.zoom{
    transition: transform .4s;
}
.zoom:hover {
    -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari 3-8 */
    transform: scale(0.9); 
    border-color:#19347b !important
}
header{
  background-color: #000 !important;
  color: #FFF !important;
}
.btnSearch{
  background-color: #F99B2A !important;
  border: none;
  color: #FFF !important;
  font-size: 1.3em;
  border-radius: 50% !important;
}
.slick-prev:before, .slick-next:before {
  color: #F99B2A !important;
  font-size: 40px !important;
}
footer{
  background-color: #F99B2A !important;
  color: #FFF !important;
  font-size: 0.9em !important;
}
.title{
  font-size: 1.5em !important;
  font-family: 'Lato', sans-serif !important;
}

.poweredBy {
    position: relative;
    bottom: -49px !important;
    background-color: #000 !important;
    color: #FFF !important;
    height: 40px !important;
    padding-top: 10px;
}

.btn-comprar2 {
    background-color: #000 !important;
    width: 43% !important;
    position: absolute;
    bottom: 125px !important;
    right: 5px;
    color: #FFF !important;
}

.precio2 {
    position: absolute !important;
    bottom: 11px;
    font-size: 1em !important;
    font-family: 'Lato', sans-serif !important;
    left: 5px;
}

.productos2 {
    position: relative !important;
    margin: 0.666667% !important;
    height: 350px !important;
    box-shadow: 1px 1px 1px 1px #EEE;
    border: none !important;
    border-radius: 2px !important;
    padding: 0 !important;
}

.btn-marca2 {
    position: absolute !important;
    top: 1px;
    right: 2px;
    background-color: #EEE !important;
    width: 45px !important;
    height: 45px !important;
}

.badge{
  background-color: #F99B2A !important;
  color: #FFF !important;
  float: right !important;
}

h4{
  font-family: 'Lato', sans-serif !important;
}

.box1{
  background-color: #F99B2A !important;
  color: #000 !important;
  font-family: 'Lato', sans-serif !important;
  height: 30px;
}

.box2{
  background-color: #000 !important;
  color: #FFF !important;
  font-family: 'Lato', sans-serif !important;
  height: 30px;
}

.precioProducto{
  font-size: 2em !important;
  font-family: 'Lato', sans-serif !important;
}

.btn-comprarProducto {
    background-color: #000;
    color: #FFF !important;
    font-size: 1.8em !important;
    font-family: 'Lato', sans-serif !important;
}

#productoInfo{
    padding: 20px !important;
}

@media (max-width: 576px) {
  .productos {
    width: 48% !important;
  }
}
h5{
  font-family: 'Lato', sans-serif !important;
  font-size: 0.8rem !important; 
}
a{
  cursor: pointer !important;
}
#text-search{
    background-color: transparent !important;
    color: #FFF !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    border-left: 0 !important;
}
#text-search::placeholder{
  color: #FFF !important;
}