/*
Theme Name: Camasarticuladas.org Theme
Theme URI: https://camasarticuladas.org
Template: Divi
Author: Camasarticuladas.org
Author URI: https://camasarticuladas.org
Version: 0.1.1522038639
Updated: 2018-03-26 05:30:39

*/

/* EFECTO HOVER EN EL MENÚ PRINCIPAL */
.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a { 
}
#top-menu li a:hover,
#top-menu li li a:hover {
 color: #8300e9 !important;
}
/* ELIMINAR LINEA DIVISORIA DE LA BARRA LATERAL*/
#main-content .container:before {background: none;}
/* ELIMINAR CARRITO WOOCOMMERCE DEL MENÚ*/
.et-cart-info { display:none; }
/* PRODUCTOS WOOCOMMERCE A LA MISMA ALTURA
ul.products li.product h2 {
  min-height:25px;
}*/
/* QUITAR LETREROS DE LOS PRODUCTOS WOOCOMMERCE y OFERTA EN ROJO*/
ul.products li.product .star-rating, ul.products li.product .onsale {
	background-color: #ce0014!important;
}
/* PONER OFERTAS EN ROJO WOOCOMMERCE (Producto)*/
.woocommerce span.onsale, .woocommerce-page span.onsale {
	background-color: #ce0014!important;
}
/* TEXTO Y PRECIO DE PRODUCTOS WOOCOMMERCE EN AZUL Y CENTRADO */
.woocommerce ul.products li.product .price  {
	display: block;
	text-align: center;
	color: #ce0014!important;
}
.woocommerce-loop-product__title {
	text-align: center;
	color: #8300e9!important;
		font-size: 24px;
		font-weight: bold;
}
.woocommerce ul.products li.product .price del{
    opacity: 0.3;
}
/* PONER PRECIOS EN LA MISMA LINEA */
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
	display:inline-block;
	color: #ce0014!important;
	text-align: center;
}
/* MÁS DETALLES SOBRE LAS IMÁGENES DE PRODUCTOS DE WOOCOMMERCE */
.woocommerce .et_overlay:before {
   /* left: 0;
    margin-left: 0;*/
    content: 'MÁS DETALLES';
    /*** TEXTO  ***/
    font-family: 'Marvel', Arial !important;
    /*** TIPOGRAFÍA ***/
    text-transform: uppercase;
    font-size: 20px;
    color: #8300e9;
    /*** COLOR DEL TEXTO ***/
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 5px 0;
}
/* SUBMENÚ MÁS PEQUEÑO */
#top-menu li li a {
    width: 220px;
    font-size: 17px;
}
/* QUITAR LÍNEA DEL HEADER */
#main-header {
box-shadow: 0 0px 0 rgba(0,0,0,.1);
}
/* EFECTO HOVER EN CATEGORÍAS HOME */
.hover-categoria .et_pb_main_blurb_image {
	filter:none;
}
.hover-categoria .et_pb_main_blurb_image:hover {
-webkit-filter: brightness(1.1); filter: brightness(1.1);
}
.hover-categoria h2.et_pb_module_header a { 
 color: #8300e9 !important;
}
.hover-categoria h2.et_pb_module_header a:hover { 
 color: #8300e9 !important;
}
/*CAMBIAR COLOR A ROJO DEL TÍTULO H2 DE WOOCOMMERCE*/
.woocommerce-loop-product__title:hover {
color: #8300e9 !important;
}
/* EFECTO HOVER EN MARCAS */
.hover-marcas .et_pb_main_blurb_image {
	filter:none;
}
.hover-marcas .et_pb_main_blurb_image {
            position: relative;
            overflow: hidden;}
.hover-marcas img.et-waypoint {
        margin-bottom: -5px;
            -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            -webkit-transform: scale(.99);
            transform: scale(.99);}
.hover-marcas img.et-waypoint:hover {
            -webkit-transform: scale(1.11) rotate(0deg);
            transform: scale(1.11) rotate(0deg);}
.hover-marcas h2.et_pb_module_header a { 
 color: #8300e9 !important;
}
.hover-marcas h2.et_pb_module_header a:hover { 
 color: #ce0014 !important;
}
/* CAMBIAR ASPECTO LEER MÁS */
.more-link {
	margin-top: 20px;
    align-content: center;
    text-transform: uppercase;
	font-weight: bold;
    background-color: #8300e9;
    color: #fff;
    padding: 10px;
    border: 0px solid #fff;
}
/*.more-link a:hover{
	background-color: #ce0014!important;
	color: #ce0014!important;
}*/
/* CENTRAR TÍTULO BLOG */
.entry-title{
text-align: center !important;
color: #8300e9 !important;
}
.post-meta{
text-align: center !important;
}
/* TÍTULO DE ENTRADAS BLOG EN COLOR */
.et_pb_blog_0 .et_pb_post .entry-title a {
color: #8300e9!important;	
}
/* CENTRAR IMÁGENES VERTICALMENTE */
.ds-vertical-align {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

