/*
Theme Name: OceanWP child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
/* Estilos para mostrar 3 columnas en escritorio */
ul.categorias-hermanas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.categorias-hermanas li.wc-category {
    width: 23%;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
}

ul.categorias-hermanas li.wc-category img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #d5ecfd;
}


.oceanwp-mobile-menu-icon a.wcmenucart {
        vertical-align: super;
    }
.mobile-menu i{
    font-size: 29px;
}
.product .image-wrap img {
	border: 1px solid #d5ecfd;
	padding: 20px;
	width: 100%;
}
.term-description > h2{
	font-size: 23px;
}
.ultimos_vistos,
.related.products > h2{
	color: #172983;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	padding: 10px 0;
	margin: 50px 0;
	background-color: #f5f9fc;
	border: 1px solid #d5ecfd;
}
#colophon ul{
    margin: 0;
    list-style: none;
}
#colophon a{
    color: #fff;
}
#colophon a:hover{
    color: #ddd;
}
body.woocommerce #tab-description ul {
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
}
@media (max-width: 960px) {	
}
@media (max-width: 768px) {  
    ul.categorias-hermanas li.wc-category {
        width: 100%;
    }	
}
@media (max-width: 650px) { 
}
@media (max-width: 600px) { 
}
@media (max-width: 450px) { 
    
     
}