@charset "utf-8";

@font-face {
	font-family: Montserrat, Calibri, Arial, Gotham, Helvetica, "sans-serif"!important;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width: 100%;
}
input, .btn, button{
	font-family: Montserrat, Calibri, Arial, Gotham, Helvetica, "sans-serif"!important;
	font-weight: normal;
}

/* Diseno smartphone: 480px e inferior. */

.gridContainer {
	width: 100%;
	overflow: hidden;
}
#content {
	margin: 0;
}
/* Header */
#header {
	top: 0px;
	background-color: #0052A9;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	position: fixed;
	z-index: 20;
	height: 40px;
	box-shadow:0 6px 12px rgba(0,0,0,.175);
}
#hamburguesa {
	float: left;
	text-align: left;
	padding-top: 1px;
	padding-left: 7px;
	width: 34px;
	margin-left: 1%;
	font-size: 25px;
}
#busca {
	float: left;
    font-size: 21px;
    text-align: left;
    padding-top: 3px;
    padding-left: 1%;
    width: 15%;
    margin-left: 6px;
	margin-right: 0px;
}
#hamburguesa:hover, busca:hover {
	cursor: pointer;
}
#logo {
	width: 36%;
	float: left;
	text-align: center;
}
#logo a img{
	width: 145px;
    padding-top: 7px;
    margin-left: 12%;
}
#slogan {
	display: none;
}
/* Enlaces laterales */
#header #lateral {
	float: right;
	padding: 3px;
	font-size: 0px;
}
header #lateral .enlace {
	float: right;
	text-align: right;
}
#lateral .enlace:nth-child(3) {
	display:none;
}
#header i {
	color: #fff;
	padding-top: 7px;
	padding-right: 5px;
}
#header #lateral .enlace:hover i, #header #lateral .enlace:hover a, #header #lateral .enlace:hover cart-total, #header #lateral .enlace:hover #cart-cash, #header #hamburguesa:hover i, #header #busca:hover i {
	color: #FFD578;
}
#header #lateral .enlace:hover .dropdown-menu li a{
	color: #0052A9;
}
#telefono, #horario {
	display: none;
}
#header #lateral .enlace #cart:hover {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#lateral .enlace ul{
	list-style: none;
	margin-right: 6px;
}
#lateral .enlace .dropdown-menu{
	margin-right: 6px;
}
#header .dropdown li a{
	color: #0052A9;
}
#header .dropdown li a:hover{
	background-color: #f2efe8;
}
/* Usuario */
#lateral .enlace:nth-child(2) {
	display:inline-block;
	margin: 0;
}
#lateral .enlace:nth-child(2) i {
	font-size: 22px;
	padding-top: 6px;
	padding-right: 10%;
	margin-right: 6px;
}
/* Carro */
#header #cart {
	height: 30px;
	padding-right: 4px;
}
#header #lateral button {
	border: 0;
}
#header .enlace #cart i {
	font-size: 22px;
	padding-top: 5px;
}
#header #cart #carro{
	background: transparent;
}
.enlace #cart-total {
	font-family: Montserrat, Calibri, Arial, Gotham, Helvetica, "sans-serif"!important;
 	color: #0052A9;
    font-size: 13px;
    word-spacing: 12px;
    font-weight: bold;
    top: 0.45rem;
    text-align: center;
    position: absolute;
    right: 0.97rem;
    -webkit-transition: all 2s linear 0s;
    -moz-transition: all 2s linear 0s;
    -ms-transition: all 2s linear 0s;
    -o-transition: all 2s linear 0s;
    transition: all 2s linear 0s;
}
.enlace #cart-cash {
	display: none;
}
/* Carro desplegable */
#header .enlace #cart table td {
	padding: 4px;
}
#header .enlace #cart .table-bordered {
	float: right;
	width: 40%;
	text-align: right;
	padding-right: 1%;
}
#header .enlace #cart table .text-center button i {
	margin: 0px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
  color: #fff;
  font-size: 14px;
  background: #ff474a; /* Old browsers */
  background: -moz-linear-gradient(top, #ff474a 0%, #e94043 50%, #d13a3d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff474a 0%,#e94043 50%,#d13a3d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff474a 0%,#e94043 50%,#d13a3d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff474a', endColorstr='#d13a3d',GradientType=0 ); /* IE6-9 */
}
#header .enlace #cart table .text-center button i:hover {
	background: #fff; 
	color: #ff474a;
	box-shadow: 4px 4px 8px rgba(0,0,0,.175);
}
#header .enlace #cart table .text-center button i:active {
	border: inset thin #ccc;
}
#header #lateral .enlace:hover .text-right i {
 color: #0052A9;
}
#header .enlace #cart table tr:nth-child(even) {
background-color: #f9f6ef;
}
#header .enlace #cart table tr:nth-child(odd) {
background-color: #fff;
}
#header .enlace #cart .text-left a {
 color: #0052A9;
 padding: 0px;
}
#header .enlace #cart .text-right {
 padding-right: 10px;
}
#header .enlace #cart .text-right a, #header .enlace #cart .text-right i {
 color: #0052A9;
 padding-right: 8px;
}
#header .enlace #cart .text-right a i {
margin-left: 2%;
 
}
#checkout-cart .container {
	width: 100%;
}
/* Footer */
#social {
	text-align: center;
	font-size: 16px;
	margin: 20px;
}
#footer {
	background-color: #0052A9;
	color: #FFF;
	text-align: left;
	padding: 2%;
	padding-left: 3%;
	padding-top: 20px;
	float: none;
	clear: both;
	box-shadow:0px -6px 12px rgba(0,0,0,.175);
}
#footer a {
	color: #FFF;
}
#footer a:hover .footico {
	opacity: 1;
}
#footer a:hover .footext {
	text-decoration: underline;
}
#footer #footarriba .infolink {
	width: 100%;
	float: left;
	height: 60px;
}
#footer .footico {
	opacity: 0.9;
	padding-left: 1%;
	float: left;
	width: 20%;
	padding-bottom: 8px;
}
#footer .footext {
	float: left;
	padding-left: 1%;
	width: 75%;
	font-size: 20px;
	padding-top: 12px;
}
#footer #footbajo  {
	display: none;
}
#social {
	text-align: center;
	font-size: 12px;
	margin: 15px;
	float: none;
	clear: both;
}
#social img {
	margin-right: 1%;
	transform: scale(0.90)
}
#footer #social img:hover{
	transform: scale(1);
}
#bigfoot {
	display: none;
}
/* Ruta y buscador */
#searchButton {
    margin-left: 8px;
    border: #ccc thin solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    background-color: #fff;
    box-shadow: 0px 0px 0px #fff;
}
#searchButton svg, #ss360-custom-search #ss360-custom-searchbutton svg {
    fill: #0052A9;
}
#ss360-layer .ss360-ac-c, #ss360-layer .ss360-ac-c--hover:focus, #ss360-layer .ss360-ac-c--hover:hover {
    color: #0052A9;
}
#ss360-custom-search #ss360-custom-searchbutton{
    background: #FFD578;
}
#ss360-custom-search #ss360-custom-searchbutton:hover{
    background: #ffe006;
}
#searchBox {
	font-weight: 300;
    margin-right: 8px;
    border: #ccc thin solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    box-shadow: 0px 0px 0px #fff;
}
#searchButton:hover {
	background: #ffe066;
    background: -moz-linear-gradient(top, #ffe066 0%, #FFD578 50%, #e5c02b 100%);
    background: -webkit-linear-gradient(top, #ffe066 0%,#FFD578 50%,#e5c02b 100%);
    background: linear-gradient(to bottom, #ffe066 0%,#FFD578 50%,#e5c02b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe066', endColorstr='#e5c02b',GradientType=0 );
}
#buscador .unibox__selectable {
	border: thin solid #F2EFE8;
}
#buscador .unibox__selectable--active .unibox__content-container, #buscador .unibox__selectable--active .unibox__highlight-container,  #buscador .unibox__selectable:hover .unibox__content-container,  #buscador .unibox__selectable:hover .unibox__highlight-container {
    background: #FFFFFF;
	color: #0052A9;
}
#buscador .unibox__selectable:hover .unibox__content-container {
	color: #0052A9;
	text-decoration: underline;
}
.unibox__selectable img {
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.unibox__selectable:hover img {
	cursor: zoom-in;
	transform: scale(1.2);
	brightness: (120%);
}
#barra {
	display: inline;
}
#barra aside {
	width: 97%;
	float: left;
	color: #0052A9;
	height: auto;
}
#root {
	padding-top: 51px;
	padding-bottom: 12px;
	margin-left: 11px;
	font-size: 16px;
	color: #0052A9;
}
#root a {
	color: #0052A9;

}
#searcher {
	display: none;
}
/* Migas de pan */
.breadcrumb {
	display: none;
	list-style-type: none;
	font-size: 16px;
	color: #0052A9;
}
.breadcrumb li a {
	float: left;
	margin-left: 5px;
	color: #0052A9;
}
/* Cabecera */
.category {
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
	width: 100%;
}
.category h1 {
	margin: 8px;
	font-size: 1.9em;
	font-weight: 900;
}
/* Colores categorias */
#mobiliario, #mobi {
	background: #e2e1f4;
}
#maquinas, #maqu {
	background: #eadce0;
}
#consumibles, #consu {
	background: #fcdfd7;
}
#oficina, #ofic {
	background: #fcfade;
}
#manualidades, #esco {
	background: #F9CCE4;
}
#seguridad, #segu {
	background: #d4ecdc;
}
#outlet {
	background: #D0FF00;
}
/* Contenido oculto */
.longdesc{
	display: none;
}
.extradesc {
	display: none;
}
/* Flecha para subir */
.flotante {
    display:scroll;
    position:fixed;
    bottom:20px;
    right:10px;
}
.flotante img {
	opacity: 0.5;
	-webkit-transition: all 0.4s linear 0.1s;
	-moz-transition: all 0.4s linear 0.1s;
	-ms-transition: all 0.4s linear 0.1s;
	-o-transition: all 0.4s linear 0.1s;
	transition: all 0.4s linear 0.1s;
}
.flotante img:hover {
        bottom:26px;
		opacity: 1;
		}
.flotante img:active {
		padding-bottom: 10px;
}
.flotante img:hover {
        bottom:26px;
		opacity: 1;
		}
.flotante img:active {
		padding-bottom: 10px;
}
/* Aviso de compra */
#comprado {
	z-index: 18;
	text-align: center;
	position: fixed;
	color: #3c763d;
	font-size: 22px;
	background-color: #dff0d8;
	border: thin solid #d6e9c6;
	padding: 6px;
	height: auto;
	top: -200px;
	width: 100%;
	animation-duration: 3.4s forwards;
    animation-name: slideup;
	-webkit-animation: slideup 4.2s forwards;
	animation-timing-function: ease-in;
}
@keyframes slideup {
  from {
	z-index: 20;
    top: 150px;
	opacity: 1;
	display: block;
	box-shadow: 0px 6px 12px 0px rgba(0,0,0,.175);
  }

  to {
	z-index: 0;
    top: -200px;
	opacity: 0;
	display: none
	box-shadow: 0px 6px 12px -4px rgba(0,0,0,.175);
	}
  }

/* BUSCADOR MOVIL */

.sidenav2 {
	margin-top: 40px;
    height: 95%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 12px;
    transition: 0.5s;
    text-align: left;
    opacity: 0;
    font-size: 14px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/* MENU MOVIL */
#nav2 {
	display: none;
}
.sidenav {
    margin-top: 40px;
    height: 95%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fff;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px;
	padding-bottom: 14px;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	text-align: left;
	opacity: 0;
	font-size: 17px;
	box-shadow:0 6px 12px rgba(0,0,0,.175);
}
.sidenav2 #buscador {
    margin-top: 8px;
	text-align: left;
}
header .sidenav a {
	padding: 18px 20px 20px 20PX;
    text-decoration: none;
    color: #000;
    display: block;
    border-top: thin #f2efe8 solid;
}
#header .sidenav i {
    color: #0052A9;
    font-size: 18px;
    width: 35px;
}
.sidenav a.closebtn, .sidenav2 a.closebtn {
    margin-top: 12px;
    margin-bottom: 12px;
    border-top: none;
    width: 25%;
    margin-left: 70%;
}
.sidenav2 a.closebtn {
    width: 25%;
    margin-left: 84%;
}
.sidenav a:first-child:hover, .sidenav2 a:first-child:hover {
	border: #fff;
}
.sidenav a:hover {
    border-top: #0052A9 thin solid;
	border-bottom: #0052A9 thin solid;
	color: #0052A9;
}
.sidenav a:first-child:focus, .sidenav2 a:first-child:focus {
	background: #fff;
	text-align: left;
}	
.sidenav .closebtn, .sidenav2 .closebtn {
    position: relative;
	padding: 1px;
    top: 0;
	border-bottom: none;
	text-align: right;
}
.unibox__img-container {
	text-align: left;
}
#main {
    transition: margin-left .5s;
	transition: opacity .6s;
}
/* Galletas */
#barracookies { margin: 0px; border-top: thin #0052A9 solid; opacity: 0.85; display: none;z-index: 99999;position:fixed;left:0px;right:0px;bottom:0px;width:100%;min-height:38px;padding:10px;padding-bottom: 14px; background:#fff;color:#0052A9;line-height:16px;font-family: Montserrat, Calibri, Arial, Gotham, Helvetica, "sans-serif"!important;font-size:12px;text-align:center;box-sizing:border-box;}
#barracookies a:nth-child(2) {color:#0052A9;}
#barracookies a {color: #0052A9;text-decoration: none;}
#barracookies button {
	color:#0052A9;
	border: thin #0052A9 solid;
	border-radius: 4px;
    background-color: #FFD578;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-right: 7px;
	padding-left: 7px;
	margin: 8px;
}
#barracookies button:hover  {
	color: #000;
	border: thin #000 solid;
    background-color: #f2efe8;
}

/* punto loggin */
.dot {
	position: relative;
	left: 15px;
	bottom: 8px;
	height: 10px;
	width: 10px;
	background-color: #0F0;
	border-radius: 50%;
	display: block;
	margin: 0;
	padding: 0;
	}

/* []Diseno TABLET de 580px a 789px.[] */

@media only screen and (min-width: 580px) {
/* Header */
#header #hamburguesa {
	width: 6%;
	margin-right: 2%;
}
#header #busca {
	width: 6%;
}
#header #logo {
	width: 30%;
	margin-right: 0;
	margin-left: 17%;
}
#header #logo a img {
	margin-left: 10%;
}
#header #lateral {
	width: 31%;
}
#lateral .enlace i {
	font-size: 22px;
}
#lateral .enlace:nth-child(3) {
	display:inline-block;
}
#lateral .enlace ul{
	margin-right: 30px;
}

/* Footer */
#footer #bigfoot {
	display: block;
	text-align: center;
	vertical-align: middle;
}
#bigfoot aside {
	float: left;
	width: 20%;
	font-size: 12pt;
	height: 120px;
}
#footer #mobile {
	display: none;
}
#footer {
	text-align: center;
	padding-top: 12px;
	padding-left: 5%;
	padding-right: 1%;
}
#footer .infolink {
	max-width: 19%;
	float: left;
	clear: right;
	display: block;
}
#footer .footico {
	width: 100%;
	height: 50px;
}
#footer .footext {
	width: 100%;
	height: 40px;
	padding-top: 0px;
	font-size: 0.95em;
}
#footer #footarriba {
	float: none;
	clear: both;
	width: 99%;
	margin-left: 1%;
	margin-bottom: 30px;
}
#footer #footbajo div {
	width: 19%;
	float: left;
	margin-top: 10px;
	height: 100px;
}
#footer #social  {
	position: relative;
	height: 65px;
	width: 100%;
	margin-top: 100px;
	right: 30px;
}
/* Contenido oculto */
.longdesc{
	display: inline-block;
}



/*[] Diseno LAPTOP de 789 px a 1200 px. [] */

@media only screen and (min-width: 789px){
/* Header */
#header {
	height: auto;
	position: relative;
}
#header #nav {
	display: none;
}
#header #busca {
	display: none;
}
#nav2 {
	text-align: center;
	display: block;
}
#header #logo {
	float: left;
	display: inline-block;
	text-align: left;
	width: 30%;
	margin-left: 2%;
}
#logo a img {
	padding-top: 3px;
	height: 48px;
	width: 245px;
	margin-left: 0;
}
#header #lateral {
	float: left;
	width: 50%;
	padding: 0px;
	margin: 0px;
	line-height: 1;
	height: 38px;
}
#header #logo a img {
	margin-left: 3%;
}
#header #contactar {
	padding-top: 2px;
	width: 32%;
	float: right;
	line-height: 1.1;
	color: #fff;
}
#header #telefono {
	font-size: 21px;
	font-weight: bold;
	padding-top: 1px;
	margin-right: 0px;
	display: inline-block;
}
#header #horario {
	font-size: 15px;
	display: inline-block;
}
#header #lateral .enlace {
	margin-top: 3px;
	line-height: 1.3;
 	word-spacing: 1px;
 	font-weight: 400;
}
#lateral .enlace i, #lateral .enlace:nth-child(2) i {
	font-size: 30px;
}
#lateral .enlace a {
	color: #FFF;
	text-decoration: none;
}
#lateral .enlace ul {
	margin-top: 0px;
	margin-right: 0px;
	text-align: center;
}
#lateral .enlace ul li a {
	text-align: left;
}
#lateral .enlace ul i {
	padding-left: 2px;
}
#lateral .enlace .dropdown li a:hover, #lateral .enlace table a:hover, #lateral .enlace text-right a:hover, #lateral .enlace #cart .text-right a:hover {
	text-decoration: underline;
}
#header .enlace #cart {
	left: 85%;
	position: fixed;
	background: #0052A9;
	z-index: 30;
	width: 130px;
	height: 50px;
	box-shadow:2px 2px 4px rgba(0,0,0,.175);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	top: 0;
	padding-top: 0.19rem;
}
#header .enlace #cart:hover {
	box-shadow:0 6px 12px rgba(0,0,0,.175)}
#header .enlace #cart button i {
	font-size: 31px;
	padding-right: 5rem;
}
#header .enlace #cart-total {
	padding-right: 4.7rem;
    font-size: 17px;
	-webkit-transition: all 2s linear 0s;
    -moz-transition: all 2s linear 0s;
    -ms-transition: all 2s linear 0s;
    -o-transition: all 2s linear 0s;
    transition: all 2s linear 0s;
}
#header .enlace #cart-cash {
	font-size: 0.79rem;
	position: absolute;
	color: #fff;
	display: block;
	top: 0.5rem;
	left: 4rem;
}
/* Carro desplegable */

#header .enlace #cart .dropdown-menu {
	margin-left: 3%;
	width: 650px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-transition: all 5s linear 3s;
	-moz-transition: all 5s linear 3s;
	-ms-transition: all 5s linear 3s;
	-o-transition: all 5s linear 3s;
	transition: all 5s linear 3s;
}
#header .enlace #cart:hover .dropdown-menu {
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
}
#header .enlace #cart:hover .dropdown-menu li:first-child {
	overflow-y: visible;
	overflow-x: hidden;
	max-height: 390px;
}
/* scroll */
#header .enlace ::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
background: #f9f6ef; /* Old browsers */
background: -moz-linear-gradient(left, #f9f6ef 0%, #f2efe8 50%, #f9f6ef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f9f6ef 0%,#f2efe8 50%,#f9f6ef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f9f6ef 0%,#f2efe8 50%,#f9f6ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f6ef', endColorstr='#f9f6ef',GradientType=1 ); /* IE6-9 */
}
::-webkit-scrollbar-thumb {
  background: #FFD578;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #F9BF00;
}
#header .enlace #cart .table-striped {
	text-align: left;
	width: 630px;
	margin-left: 9px;
}
#header .enlace #cart .table tr{
	-webkit-transition: all 0.4s linear 0.1s;
	-moz-transition: all 0.4s linear 0.1s;
	-ms-transition: all 0.4s linear 0.1s;
	-o-transition: all 0.4s linear 0.1s;
	transition: all 0.4s linear 0.1s;
}
#header .enlace #cart .table tr:hover{
	background: #FFD578;
}
#header .enlace #cart .table-bordered {
	margin-right: 9px;
}
/* Ruta y buscador */
#barra {
	display: block;
	width: 99%;
	margin-right: 1%;
	height: 30px;
	color: #0052A9;
	vertical-align: middle;
	padding-bottom: 0px;
}
#barra #root {
	width: 63%;
	float: left;
	margin-left: 3%;
	padding-top: 14px;
	font-size: 1rem;
}
#barra #searcher {
	width: 31%;
	margin-right: 2%;
	font-size: 12pt;
	padding-top: 3px;
	float: right;
	display: block;
}
#barra #searcher input {
	width: 99%;
	font-size: 11pt;
	height: 28px;
	margin-right: 0px;
	border-right: none;
	border-left: #ccc thin solid;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
#barra #searcher button {
	height: 28px;
	margin-left: 0px;
	border-right: #ccc thin solid;;
	border-left: none;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}
#barra #searcher svg {
    width: 18px;
}
#searcher:hover input, #searcher:hover button {
	box-shadow: 2px 2px 6px #ccc;
}
#searcher #searchButton {
	background: #FFD578;
}
#searcher #searchButton:hover {
	background: #ffe066;
}
#searcher .unibox__selectable {
	border: thin solid #F2EFE8;
	padding: 3%;
	height: 80px;
}

#searcher .unibox__selectable--active .unibox__content-container, #searcher .unibox__selectable--active .unibox__highlight-container,  #searcher .unibox__selectable:hover .unibox__content-container,  #searcher .unibox__selectable:hover .unibox__highlight-container {
    background: #FFFFFF;
	color: #0052A9;
}
#searcher .unibox__selectable:hover .unibox__content-container {
	color: #0052A9;
	text-decoration: underline;
}
/* Footer */
#footer .footext  {
	padding-top: 0px;
	font-size: 16px;
}
#footer #footbajo  {
	padding-top: 55px;
	width: 99%;
	margin-left: 1%;
	font-size: 12px;
}
/* Contenido oculto */
.movil, .smartphone{
	display: none;
}
/* Banner */
#banner {
	font-size: 1.3em;
}
/* Aviso de compra */
#comprado {
	left: 63%;
	top: 45px;
	width: 35%;
	height: auto;
	padding: 10px;
	border-radius: 10px;
}

/* MENU */
#hamburguesa {
		display: none;
}
ul.fullnav li:hover ul {
	-webkit-transition: all 0.2s linear 0.5s;
	-moz-transition: all 0.2s linear 0.5s;
	-ms-transition: all 0.2s linear 0.5s;
	-o-transition: all 0.2s linear 0.5s;
	transition: all 0.2s linear 0.5s;
}
ul.fullnav li:hover ul {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
ul.fullnav .mob:hover, ul.fullnav .maq:hover, ul.fullnav .con:hover, ul.fullnav .ofi:hover, ul.fullnav .esc:hover, ul.fullnav .seg:hover {
	background: white!important;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
ul.fullnav .mo, ul.fullnav .ma, ul.fullnav .co, ul.fullnav .es, ul.fullnav .of, ul.fullnav .se {
	width: 99%;
	margin-right: 1%;
}
nav {position: relative; width: 98%; padding-left: 1%; padding-right: 0%; margin: 0 auto; float: none; clear: both; margin-right: 1%; margin-left: 2%;}
ul.fullnav, ul.fullnav ul {list-style: none; width: 100%; margin: 0; padding: 0; border: 0; font-size: 0; text-align: center; }
ul.fullnav { }
ul.fullnav li {display: inline-block; margin: 2px; padding: 0; font-size: 17px; line-height: 30px; border-radius: 6px; float: left; width: 19%; margin-right: 2px; margin-left: 2px; margin-bottom: 4px;}
ul.fullnav li a {display: block; padding: 0; color: #333;}
ul.fullnav li a img {float: left;}
ul.fullnav li ul {position: absolute; left: 0; width: 100%; height: 0; overflow: hidden; background: #FFF; line-height: 0; z-index: 3; font-weight: bold; margin-left: 4px; padding-left: 1%; opacity:0.3; -webkit-transition:  all 0.3s linear 0.1s; -moz-transition: all 0.3s linear 0.1s; -ms-transition: all 0.3s linear 0.1s; -o-transition: all 0.3s linear 0.1s; transition: all 0.3s linear 0.1s;
}
ul.fullnav li ul li {width: 19%;}
ul.fullnav li ul li a {font-size: 13px;}
ul.fullnav li ul li span a {font-size: 11px;}
ul.fullnav ul a {color: black; padding-left: 5%; padding-right: 0px;}
ul.fullnav li:hover {}
ul.fullnav li:hover ul { padding-bottom: 10px; box-shadow:8px 8px 12px rgba(0,0,0,.175);}
ul.fullnav li:hover .mo {height: 310px;}
ul.fullnav li:hover .ma {height: 310px;}
ul.fullnav li:hover .co {height: 310px;}
ul.fullnav li:hover .of {height: 310px;}
ul.fullnav li:hover .es {height: 310px;}
ul.fullnav li:hover .se {height: 205px;}
ul.fullnav li:hover ul li a {}
ul.fullnav li:hover ul li a:hover {color: #0052A9;}
ul.fullnav .mob, ul.fullnav .mo {
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 25%, #e2e1f4 75%, #e2e1f4 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 25%,#e2e1f4 75%,#e2e1f4 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 25%,#e2e1f4 75%,#e2e1f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e1f4',GradientType=0 );
 	border-radius: 6px;
}
ul.fullnav .maq, ul.fullnav .ma {
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 25%, #eadce0 75%, #eadce0 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 25%,#eadce0 75%,#eadce0 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 25%,#eadce0 75%,#eadce0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eadce0',GradientType=0 );
	border-radius: 6px;
}
ul.fullnav .con, ul.fullnav .co {
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 25%, #fcdfd7 75%, #fcdfd7 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 25%,#fcdfd7 75%,#fcdfd7 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 25%,#fcdfd7 75%,#fcdfd7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcdfd7',GradientType=0 );
border-radius: 6px;
}
ul.fullnav .ofi, ul.fullnav .of {
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 25%, #fcfade 75%, #fcfade 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 25%,#fcfade 75%,#fcfade 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 25%,#fcfade 75%,#fcfade 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfade',GradientType=0 );
border-radius: 6px;
}
ul.fullnav .esc, ul.fullnav .es {
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #d4ecdc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#d4ecdc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#d4ecdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4ecdc',GradientType=0 ); /* IE6-9 */
border-radius: 6px;
}
ul.fullnav .seg, ul.fullnav .se {
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 25%, #d4ecdc 75%, #d4ecdc 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 25%,#d4ecdc 75%,#d4ecdc 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 25%,#d4ecdc 75%,#d4ecdc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5e8f5',GradientType=0 );
border-radius: 6px;
}
.subdesp {
	width: 59%;
	float: left;
	font-weight: 400;
	line-height: 1.1;
	text-align: left;
}
ul.fullnav .fotografia  {
	float: none;
	clear: both;
}
ul.fullnav .ma .maquina {
	width: 15%;
}
ul.fullnav li .maquina {
	width: 16%;
	height: 97px;
}
ul.fullnav ul li:hover a {
	text-decoration: underline;
	color: #0052A9;
}
ul.fullnav ul li:hover img {
	filter:contrast(90%) brightness(110%);
}
ul.fullnav ul li:hover .subdesp a {
	text-decoration: none;
}
ul.fullnav ul li .subdesp a:hover {
	text-decoration: underline;
}
ul.fullnav li ul li {
	height: 97px;
}
/* punto login */
.dot {
	position: relative;
    left: 40px;
    bottom: -30px;
    height: 12px;
    width: 12px;
    float: left;
}


/* [] Diseno ESCRITORIO desde 1100px A 1800px. [] */

@media only screen and (min-width: 1100px) {
/* Header */
#header #logo {
	width: 24%;
}
#logo a img {
	margin-left: 3%;
	padding-top: 3px;
	height: 52px;
	width: 265px;
}
#header #slogan {
	display: inline-block;
	float: left;
	width: 24%;
}
#slogan img {
	padding-top: 7px;
    padding-left: 5px;
    height: 50px;
    width: 250px;
}
#header #lateral{
	width: 35%;
	font-size: 0.8rem;
}
#header #lateral .enlace{
	line-height: 1.2;
	font-size: 0.8rem;
	font-weight: 500;
}
#lateral .enlace i, header #lateral .enlace #cart button i, #lateral .enlace i, #lateral .enlace:nth-child(2) i {
	font-size: 34px;
}
 #lateral .enlace:nth-child(2) i {
	margin: 0;
	padding-right: 6px;
}
#header #lateral .enlace ul{
	margin-left: 35px;
	padding-left: 0px;
}
#header #telefono {
	font-size: 20px;
    padding-top: 7px;
}
#header #horario {
	font-size: 13px;
}
#header .enlace #cart {
	height: 53px;
	left: 88%;
}
#header .enlace #cart-total {
	top: 0.47rem;
    font-size: 18px;
}
/* Footer */
#footer  {
	height: 270px;
	margin-bottom: 0px;
}
#footer #footbajo  {
	display: block;
}
#footer #social  {
	margin-top: 0px;
	margin-bottom: 0px;
	top: -55px;
	right: 2%;
}
/* Contenido oculto */
.extradesc {
	display: inline;
}
/* MENU */
nav {
	padding-left: 2%;
	}

ul.fullnav li ul li a {
	font-size: 15px;
	}
ul.fullnav li ul li span a {
	font-size: 12px;
	}
.subdesp {
	width: 68%;
	font-size: 0.85rem;
}
/* punto loggin */
.dot {
	position: relative;
	left: 40px;
	top: 32px;
	height: 12px;
	width: 12px;
	float:left;
}
/* Aviso de compra */
#comprado {
	left: 70%;
	top: 48px;
	width: 25%;
	padding: 14px;
}


/* [] Diseno PANORAMICO desde 1700px. [] */

@media only screen and (min-width: 1700px) {

.gridContainer {
	font-size: 120%;
	max-width: 2100px;
	float: none;
	clear: both;
	width: 100%;
	margin: auto;
}
#header #logo {
	width: 32%;
}
#header #slogan {
	margin-left: 6.2%;
	width: 19%;
}
#header #lateral {
	width: 26%;
}
#header #lateral .enlace #carro {
	left: 89%;
}
#header .enlace #cart-cash {
	font-size: 0.85rem;
}
#header #lateral .enlace ul {
	margin-left: 55px;
}
#barra #searcher {
	margin-right: 0%;
}
#content {
	margin-left: 3%;
	margin-right: 3%;
}
/* Aviso de compra */
#comprado {
	left: 76%;
	width: 20%;
}
	/* MENU */
nav {
	width: 98%;
	padding-left: 2%;
	}
.subdesp {
	width: 68%;
	margin-left: 1%;
	padding: 0px;
}
ul.fullnav li ul li span a {
    font-size: 14px;
}
ul.fullnav li ul li a {
    font-size: 16px;
    margin-left: 8%;
}
ul.fullnav li ul li {
	padding-left: 2px;
	margin-bottom: 12px;
}
ul.fullnav li a img {
    transform: scale(1.3);
	padding-top: 4px;
}
ul.fullnav li .maquina img, ul.fullnav li .fotografia {
    transform: scale(1.1);
    padding: 1px;
}
ul.fullnav li:hover .mo {height: 340px;padding-top: 5px;}
ul.fullnav li:hover .ma {height: 338px;padding-top: 5px;}
ul.fullnav li:hover .co {height: 338px;padding-top: 5px;}
ul.fullnav li:hover .of {height: 338px;padding-top: 5px;}
ul.fullnav li:hover .es {height: 338px;padding-top: 5px;}
ul.fullnav li:hover .se {height: 227px;padding-top: 5px;}