/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Amplia el ancho del submenu de megamenu */
.bigsubmenu .mega-sub-menu {
    width: 1000px !important;
}

/* Muestra los iconos de vista de grid y list en la tienda  */
.icon-grid:before {
    font-family: 'simple-line-icons';
    content: "\e06a";
    font-style: normal;
}
.icon-list:before {
    font-family: 'simple-line-icons';
    content: "\e067";
    font-style: normal;
}

/* Fuerza a que cuando se pulsa el icono de vista de grid, se visualice como grid */
.products.elementor-grid.oceanwp-row.grid {
    display: grid !important
}

/* Cambio color trexto countdown de nueva academia */
.time_circles span, 
.time_circles h4{
    color: #18252d !important;
}


/* Cambio menu altura */

#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3>li.mega-menu-megamenu>ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #fff;
    border-top: 2px solid #b39c85;
    border-left: 0 solid #b39c85;
    border-right: 0 solid #b39c85;
    border-bottom: 0 solid #b39c85;
    padding: 0;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
	top: 70px;
}

@media (max-width: 1545px) {
	#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3>li.mega-menu-megamenu>ul.mega-sub-menu {
		z-index: 999;
		border-radius: 0;
		background: #fff;
		border-top: 2px solid #b39c85;
		border-left: 0 solid #b39c85;
		border-right: 0 solid #b39c85;
		border-bottom: 0 solid #b39c85;
		padding: 0;
		position: absolute;
		width: 100%;
		max-width: none;
		left: 0;
		top: 90px;
	}
}