/*
Theme Name:   Bibichild
Description:  Write here a brief description about your child-theme
Author:       motoadmin1
Author URL:   Write here the author's blog or website url
Template:     ajzaa
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Bibichild
*/

/* Write here your own personal stylesheet */
/*Color texto "menu" en versión móvil*/
.top-bar .toggle-topbar.menu-icon a {
    color: #c70100!important;
}

.top-bar .toggle-topbar.menu-icon a span:after {
    box-shadow: 0 0 0 1px #c70100, 0 7px 0 1px #c70100, 0 14px 0 1px #c70100!important;
}

.cb {clear:both;}
.bloque-categoria-modelos {
	border-radius: 4px;
    border-color: #767676;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
}
.btn-categoria-modelos {
	color: #333;
    background-color: #ec2221;
    border-color: #ec2421;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    width: 100%;
    text-align: left;
    font-weight: bold;
}
.btn-categoria-modelos > i {
	float:right;
}

.cantidad-categoria-modelos {
	   display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    color: #f5f5f5;
    background-color: #333;
}

.icono-angle {}
.cerrado-subcategorias {}

.bloque-subcategoria-modelos {
    width: 100%;
}

.bloque-subcategoria-modelos > a{
	color: #000; 
}

.bloque-subcategoria-modelos > a:hover{
	color: #fff;
	background-color: #ce131c;
}

.bloque-subcategoria-modelos {display: none;
	padding-left: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.btn-subcategoria-modelos {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.bloque-categoria-modelos {}
.bloque-subcategoria-modelos {}

#sidebar-derecho {float:left;}
#contenedor-izquierdo {float:right;}

@media (max-width:1024px) {
    #sidebar-derecho {float:right;}    
    #contenedor-izquierdo {float:left;}
}