/*   
Theme Name: Maribel Shop Theme
Theme URI: https://www.jaimejaime.com/web
Description: Tema Maribe Shop
Author: Jaime
Author URI: https://www.jaimejaime.com/web
Template: Divi
Version: 1.0
.
Licencia, texto, lo que sea que venga despu?s......
.
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

@import url("../Divi/style.css");

body{background-color: #000;}

@media (max-width: 454px) {
#et-info-email, #et-info-phone {font-size:10px;}
}

@media (max-width: 380px) {
#et-info-email, #et-info-phone {font-size:9px;}
}

.woocommerce-loop-category__title{font-size:16px!important;}

.woocommerce-loop-category__title mark.count {
display: none !important;
}



.sold-out-overlay {
background: #fcb6c1;
color: #fff;
font-size: 14px;
font-weight: 600;
padding: 5px 10px;
position: absolute;
left: 12px;
top: 10px;
z-index: 9;
}






/*-----------------[Sidebar Woocommerce en movil arriba]






@media (max-width: 767px) {
.woocommerce #content-area {
display: -webkit-flex;
display: flex; -ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.woocommerce #left-area { -webkit-order: 2;
order: 2;
}
.woocommerce #sidebar { -webkit-order: 1;
order: 1;
}
}



------------------------*/