/*
 Theme Name:   CT Picture
 Theme URI:    https://candythemes.com/downloads/ct-picture/
 Description:  A free Divi child theme with support for WooCommerce and Divi Projects CPT.
 Author:       Candy Themes
 Author URI:   https://candythemes.com
 Author Email: info@candythemes.com
 Template:     Divi
 Version:      2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  candy
*/
/*.menu-item-1311{
	background-color: #f00;
}*/
.mi-coleccion .et_pb_column {
	 
}

.mi-coleccion .et_pb_column:hover {
	    background-color: #572364;
	
		/*transform: rotate(20deg);*/
	
}
.mi-coleccion .et_pb_column:hover .et_pb_testimonial_portrait{
/*animation-delay: 300ms;
	animation-name: fadeInUp;*/
	transform: rotate(25deg);
	transition-duration: 500ms;
    width: 100%;
	display: block;

}
/*** El producto de la tienda ocupe todo el contenedor
/*** Take out the divider line between content and sidebar for Single WooCommerce Product Pages ***/
.single-product #main-content .container:before {background: none;}

/*** Hide Sidebar for Single WooCommerce Product Pages ***/
.single-product #sidebar, .single-product #sidebar-secondary {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;
}
}