/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2021 | 09:58:58 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS knowledge echa un vistazo a http://www.w3schools.com/css/css_syntax.asp

Fin del comentario 
*/ 

/***** PRODUCT BOX *****/
.product-small .box-image{
  padding: 10px;
  margin-right: 10px;
}

.product-small .box-image:hover{opacity:0.6}

/***** PRODUCT PAGE *****/
/*titulo*/
body.single-product h1.product-title{font-size: 1.5em}

/* iconos redes sociales */
.product-info .social-icons a{background-color: #3e5e44!important}
.product-info .social-icons a:hover{background-color: white!important; color: #3e5e44}

/* Boton añadir cesta */
.product-info  .single_add_to_cart_button{background-color: #3e5e44!important; opacity: 1}

/* Slider: productos relacionados */
.slider-nav-reveal .flickity-prev-next-button:hover, .slider-nav-reveal .flickity-prev-next-button{box-shadow: none!important; -webkit-box-shadow:none!important}

/* servicios */
.producto-servicios{justify-content: center}
.producto-servicios > div{margin: 0px 10px !important}
.producto-servicios h5{margin-bottom: 0px}

.product-footer{margin-bottom:50px!important}

/* productos relacionados */
body.single-product .related-products-wrapper{border-top: none}
body.single-product .related-products-wrapper .product-section-title{text-align: center; margin-top: 20px; margin-bottom: 20px}

/***** CATEGORY PAGE *****/
.category-page-title{margin-bottom: 50px!important}
.category-page-row{margin-bottom: 50px!important}

.has-transparent + .page-title:first-of-type, 
.has-transparent + #main > .page-title, 
.has-transparent + #main > div > .page-title, 
.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 0px!important}

.page-title-inner{/*min-height:450px*/}

.featured-title .page-title-bg{border-bottom: 10px solid #cdbb3c!important}

/***** USER PAGE: LISTA DE DESEOS  *****/
.add_to_cart_button{background-color: #3e5e44!important}




