.main-logo {
    max-height: 70px;
}

/* Prueba 1 */

.header__middle-2{
    background-color: #000;   
}

.header__social ul li a {
    color: #fff;
}

/* Prueba 2 */
.header__bottom {
    background-color: #222;
}

.category__menu ul li a {
    color:  white;
}

.side-submenu ul li > a {
    padding: 10px 30px;
    color: #888888 !important;    
}

.thumb-image {
    max-width: 90px !important;
    height: auto;
}


.whatsapp-float{
	position:fixed;
	width:60px;
	height:60px;
	top:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px rgba(153,153,153,0.6);
    z-index:100;
}

.w-float{
	margin-top:16px;
}