*{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
html, body{
	/*background-color: #f0f0f0;*/
}

/*mensajes*/
.close, button.close > span {
	font-size: 21px!important;
}

/*header*/
.navbar-brand{
	background-image: url('../img/logo.min.png');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 125px;
	height: 55px;
}
/*colores del carrito*/
.cart-movil, .wish-movil{
	margin-bottom: 0;
	margin-right: 2px;
	padding: 4px;
	color: #777;
	border: 0;
}

/*colores del nuevo menu*/
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5cb85c;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #FFFFFF;
	/*background-color: #33918e;*/
	background-color: #5cb85c;
}
/*fin colores del nuevo menu*/
.badge-cart{
	position: relative;
	top: -15px;
	left: -5px;
	background-color: #E74C3C;
	color: white;
}
ul.navbar-right li.dropdown > a{
	/*padding: 20px;*/
}
ul.navbar-right li > form{
	margin-top: 13px;
}
/*search*/
.form-rounded{
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/*sidebar*/
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	/*background-color: #288088;*/
	background-color: #5cb85c;
	/*border-color: #33918e;*/
	border-color: #4cae4c;
}
a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #288088;
	background-color: #fff;
}

/*content*/
.bg-white{
	background-color: white;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #ddd;
}
hr{
	margin: 0;
}

/*popover carrito*/
.popover{
    max-width:250px;
}
.popover-content {
	padding: 5px 10px;
}

#content-cart-header{
    overflow: auto;
	width:230px;
    height: auto;
    max-height: 250px;
}
#content-cart-header::-webkit-scrollbar {
    width: 7px;
}
#content-cart-header::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
#content-cart-header::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
#content-cart-header::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}

.producto-carrito-header{
	font-size: 12px;
}
.text-mini-cart{
	color: #bbb;
	font-size: 11px;
}

body.modal-open {
    overflow: hidden;
}

/*para la pagina shop.index*/
form[name="form_colegios"] div.form-group{
	margin-bottom: 7px;
}
.titulo-listas{
	margin-bottom: 0;
	color: green;
	font-weight: bold;
}
.item-producto{
	margin-bottom: 20px;
	min-height: 395px;
}
.caption a:hover{
	text-decoration: none;
}
@media (max-width: 480px) {
	.item-producto{
		margin-bottom: 20px;
		min-height: 285px;
	}
}
.bg-producto{
	background-color: #fbfbfb;
}
.nombre_producto{
	padding: 1px;
}
/*fin para la pagina shop.index*/