/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://cifalsl.es
 Description:    Divi Child Theme
 Author:         CIFAL SL
 Author URI:     https://cifalsl.es
 Template:       Divi
 Version:        zzzz
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* contact form 7: mostrar opciones como tabla */
span.wpcf7-list-item { display: block!important; }
/*span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * { display: table-cell; }*/






/*** inputs woocommerce ***/
form.woocommerce-checkout div{
	width: 99%!important;
}
ul.woocommerce-error li{
	color:#ffffff!important;
}

/*** cookie bar in front ***/
#catapult-cookie-bar{
	z-index:999999;
	padding-top:50px!important;
	padding-bottom:50px!important;
}


/*** ocultar related products ***/
.related.products {
visibility:hidden !important;
display:none !important;
}
/*** ocultar el carrito .et-cart-info { display:none; } ***/
/*** WOOCOMMERCE: ocultar el breadcrumb y la categoría ***/
span.onsale, .woocommerce-breadcrumb, div.product_meta span.posted_in{display:none;}

.woocommerce-product-gallery__wrapper{max-width:250px!important;max-height:250px!important}

/*** WOOCOMMERCE: ocultar la lupa ***/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {display:none;}

/*** WOOCOMMERCE: Take out the divider line between content and sidebar for Single WooCommerce Product Pages ***/
.single-product #main-content .container:before {background: none;}

/*** WOOCOMMERCE: Hide Sidebar for Single WooCommerce Product Pages ***/
.single-product #sidebar, .single-product #sidebar-secondary {display:none;}

/*** WOOCOMMERCE : related products ***/
.related .products img{max-width:100px!important;max-height:100px!important}/*, .related .products h2{display:none;}*/

/*** Expand the content area to fullwidth for Single WooCommerce Product Pages ***/
/*@media (min-width: 981px){
.single-product #left-area, .single-product #primary {
width: 100%;
padding: 23px 0px 0px !important;
float: none !important;
}
}*/

