/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

#sp-slider .sp-module,
#sp-datos .sp-module{
  padding:0;
}

#sp-title .sp-module{
  margin-top:0;
}

#sp-component .vm-search-custom-search-input {
    display: none;
}

h1{
  color:#E0AC42;
}

.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
    width: 300px;
    /*height: auto;*/
    margin: 0 auto;
}

#sp-bottom1 a img{
  border-radius:50%;
  transition:all 0.3s ease;
}

#sp-bottom1 a img:hover{
  box-shadow:
                1px 1px #727271,
                2px 2px #727271,
                3px 3px #727271;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}


.item {
  position: relative;
  overflow: hidden;
  /*
  border: 1px solid #333;
  margin: 2%;
  width: 540px;*/
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}