.navbar-fixed-top, .navbar-fixed-bottom {
	padding-left:235px;
}


#contenedor-home .navbar-fixed-top, .navbar-fixed-bottom {
    padding-left: 0px;
}



.popup-usuarios .seleccionada {
    border-left-width: 0px !important;
}
.header-home-logo {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	text-indent: -9999px;
	background-color: #f4f4f4;
	height:50px;
	margin-top:20px;
	margin-bottom:20px;
}
.header-home {
	background-color: #f4f4f4;
	z-index:1040;
}

.boton-sugerencias button {
	display:none;
}


.header-home-info {
	position: relative;
	color: #fff;
	font-family: "Roboto Condensed",Arial,sans-serif;
    font-weight: 300;
	background-color: #444;
	text-indent: 0px;
	font-size: 0.35em;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	margin-top: 8px;
	margin-right: 16px;
	margin-left: 8px;
	margin-bottom: 8px;
	border: 1px solid #444;
	border-radius: 3px;
}



/* MENU TOP */
.navbar {
	background-color: #6db742;
	border: none;
}
.navbar-inverse .navbar-toggle {
	border: none;
	float: left;
	margin-right:30px;
	border: 1px solid rgba(255,255,255,0.59);
}

.navbar-inverse .navbar-toggle:hover {
    color: #6db742 !important;
	background-color:#fff;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
	background-color:#6db742;}

.icon-home{
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size:1.6em;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.icon-home:before{
	content: '\f015';
}
/* MENU PROVEEDORES + MENU FAMILIAS */

.top-familias a,
.top-proveedores a {
    display: block;
    position: relative;
    border: 0px solid #67B168;
    padding: 5px;
    cursor: pointer;
    background-color: #6db742;
}

.top-familias a:hover,
.top-proveedores a:hover {
    background-color: #FFF;
    width: auto;
}


/* la primera lista ha de aparecer debajo */
.top-familias,
.top-familias ul,
.top-proveedores ul {
    display:none;
    position: relative;
    list-style: none;
}

/* necesario para que las listas de la derecha se posicionen bien */
.top-familias li,
.top-proveedores li {
    position: relative;
}

/* el resto de listas aparecen a la derecha */
.top-familias ul li ul {
    display: none;
    position: relative;
    left: 100%;
    top:0;
    width: auto;
}


/* css al mostrarse la primera lista (hay que poner los positions en el hover también) */
.top-familias:hover > ul,
.top-proveedores:hover > ul {
    display: block;
    position: relative;
}
/* css al mostrarse la segunda lista (hay que poner los positions en el hover también) */
.top-familias ul li:hover > ul {
    display: block;
    position: absolute;
}

/* ============================================================
  BOTONS ON / OFF

	<input id="cmn-toggle-3" class="cmn-toggle cmn-toggle-round" type="checkbox">
	<label for="cmn-toggle-3"></label>

============================================================ */
.cmn-toggle {
  position: absolute;
  top:8px;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.cmn-toggle-round + label {
    padding:1px !important;
	width: 60px;
	height: 30px;
	background-color: #A6A6A6 !important;
	background: #A6A6A6 !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	border-bottom: none !important;
}

input.cmn-toggle-round + label:hover {
	border-bottom: none !important;
}

input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
	right: 1px;
	background-color: #DEDEDE;
	-webkit-border-radius: 60px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 30px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #6db742;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 30px;
}

/* FINAL BOTONS ON / OFF */




.buscador-top-home .navbar-right{
	margin-bottom:0px;
}

.buscador-top-home .navbar-right .navbar-form{
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
}




.buscador-top-home {
    position: fixed;
    right:16px;
    top:42px;
}
.buscador-top-home ul li{
    list-style: none;
}

.buscador-top input.filtro-activo{
	background: #fff url(img/warning-28.png) top right no-repeat;
	padding-right:32px;
}
.icon-shopping_basket:before {
	text-align: center;
	font-size:1.5em;
}
.fa-home:before, .fa-user:before, .icon-flash_on:before {
	font-size:1.5em;
}

.icon-language:before, .icon-remove_red_eye:before {
	font-size:1.55em;
}

.icon-translate:before {
	font-size:1.4em;
}
.icon-fletxa-esquerra:before {
	content: "\e87b";
}


.nom-familia {
	line-height: 0.4em;
	font-size: 0.85em;
	opacity:0.75;
}

.badge {
	background-color: #333;
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
}

.badge-families-top {
	background-color: #666;
	color: #fff;
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	right: 0;
    top: 3px;
	min-width: 10px;
	padding: 3px 6px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	border-radius: 10px;
    position: absolute;
	/*margin-right:-36px;*/
}

.badge-subfamilies-top {
	background-color: #666;
	color: #fff;
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	position: absolute;
	right: 8px;
	min-width: 10px;
	padding: 3px 6px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	border-radius: 10px;
}


.grid-menu-top {
    width:48px !important;
    height: 50px !important;
}
.grid-menu-top input {
    height: 50px !important;
}


.popup-usuarios .seleccionada {
	border-left-width: 0px !important;
}


/* SLIDER */


.menu-top-size-buttons {}
.menu-top-size-buttons:first-of-type {
    margin-left: 0px;
}
.menu-top-size-buttons:last-of-type {
    margin-right: 0px;
}


input[type='range'] {
    -webkit-appearance: none !important;
    background:#333;
    height:2px;
    /*fix for FF unable to apply focus style bug */
    outline: none;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    background-color: #333;
    transition: height 0.18s ease, width 0.18s ease;
    cursor:pointer;
}
input[type='range']::-webkit-slider-thumb:hover {
    -webkit-appearance: none !important;
    width: 24px;
    height: 24px;
    transition: height 0.18s ease, width 0.18s ease;
}

input[type=range]:focus {
    outline: none;
}
input[type=range]::-moz-range-track {
     height: 2px;
    background: #333;
    border: none;
    cursor:pointer;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #333;
}

input[type=range]:hover::-moz-range-thumb {
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #333;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid #fff;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
     height: 2px;

    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;

    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #333;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #666;
    border-radius: 1px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #333;
}
input[type=range]:focus::-ms-fill-lower {
    background: #333;
}
input[type=range]:focus::-ms-fill-upper {
    background: #666;
}



.tamany-producte li {
	font-size:0.8em;
    line-height: 40px;
	padding:0px;
}

.tamany-producte a {
	display:block;
    color: #6db742 !important;
	background-color: #fff;
	text-align: center !important;
	border: 1px solid #6db742;
    border-radius: 50%;
    text-transform: uppercase;
	padding-left:8px !important;
	padding-right:8px;
	width:40px;
	margin-right:auto;
	margin-left:auto;
}

.tamany-producte li a:hover {
    color: #fff !important;
	background-color: #6db742;
}

.tamany-producte li:last-child {
	margin-right:0px;
}

@media screen and (max-width: 767px){
    .tamany-producte .col-xs-1 {
        display:none;
    }
    .tamany-producte {
        display:flex;
        justify-content: space-around;

    }
    .menu-top-configuracion .popup-usuarios h4 {
        margin-bottom:2px;
    }
    .menu-top-configuracion .espai-8px{
        display:none;
    }
    .config-vistas > div:first-child{
        padding-right:0;
    }
    .config-vistas a{
        white-space: nowrap;
        overflow:hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

}
/* FINAL SLIDER */




.navbar-nav>li {
	float: left;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-family: "Roboto Condensed",Arial,sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size:13px;
	line-height:26px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
	z-index: 1800;
	background-color: #fff;
	color:#6db742;
	height:51px;
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, transform 0.3s;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	height:51px;
    z-index: 1800;
	color:#6db742;
	background-color: #fff;
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, transform 0.3s;
}



.navbar-nav {
	margin: 0px -15px
}

.navbar-right li {
	list-style-type: none;
}
.menu-top-movil > sa{
    text-align:center;
}
.menu-top-movil-texto {
    font-size:10px;
    display:block;
    line-height:0;
    margin-top:-3px;
}


@media (max-width:767px) {
    .navbar-nav  {
        position: static;
        float: none;
        margin: 0px 0px
    }
    .navbar-nav>li>a {
        padding-top:15px;
        padding-bottom:15px;
    }
    .navbar-nav>li {
        max-height:50px;
    }
    .navbar-inverse .navbar-toggle {
        margin-left:15px;
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .menu-top-usuario.open {
        background:#fff;
    }
    .menu-top-movil.open .dropdown-menu,
    .menu-top-configuracion.open .dropdown-menu,
    .menu-top-usuario.open .dropdown-menu,
    .menu-top-cesta.open .dropdown-menu,
    .menu-top-idiomas.open .dropdown-menu{
        background:#fff;
        position:absolute;
    }
    .menu-top-configuracion .ver-cesta{
        padding: 0 8px;
        font-size:10px;
    }
    .menu-top-configuracion .badge,
    .menu-top-idiomas .badge {
        display:none;
    }
}

/* No ICON-HOME en desplegable */
.menu-top-movil .icon-home {display:none;}
.menu-top-movil .dropdown-menu > li:first-of-type a::after{
    content: 'Inicio';
    display:block;
}









@media (min-width: 768px){
.navbar-nav>li {
max-height:50px;
}
}

/*MEGA MENÚ HORITZONTAL ROLL-OVER**********************************************************************/

.menu-large-config {
  position: relative !important;
}
.megamenu-config{
  padding: 20px 0px;
  width:355px;
}

@media (max-width:479px){
.menu-large-config {
  position: static !important;
}
.megamenu-config{
  width:100%;
}}


.megamenu-cesta{
  padding: 20px 0px;
  width:280px;
  max-height:430px;
  overflow: auto;
}

.cesta h4{
	margin-top:0px;
	margin-bottom:12px !important;
}


.articulos-cesta {
    max-height: 320px;
	padding-right:15px;
    overflow-y: scroll;
	overflow-x: hidden;
}
.megamenu-config> li ul > li > a:hover,.megamenu-config> li ul {
    padding-left:0px;
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.megamenu-config> li ul > li > a:hover,.megamenu-config> li ul > li {
  list-style: none;
  padding-top:4px;
  padding-bottom:4px;
}
.megamenu-config> li ul > li > a{
    text-transform: capitalize;
}
.megamenu-config> li ul > li > a:hover,.megamenu-config> li ul > li > a {
    text-decoration: none;
    color: #000;
}
.megamenu-config> li ul > li > a:hover,.megamenu-config> li ul > li > a:focus {
    text-decoration: none;
    color: #6db742;
}


.dropdown-menu {
	border-color:#FFFFFF;
    min-width: 220px !important;
}
.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
  padding-left:0px;
}
li .dropdown-header {
    padding-bottom:6px !important;
    margin-bottom:9px !important;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 0px !important;
  clear: both;
  font-weight: normal;
  line-height: 21px;
  font-size:12px !important;
  color: #000 !important;
  white-space: normal;
}

.megamenu> li ul > li > a:hover,.megamenu> li ul {
    padding-left:0px;
}

.megamenu> li ul > li > a:hover,.megamenu> li ul > li {
  list-style: none;
}

.megamenu> li ul > li > a:hover,.megamenu> li ul > li > a {
    text-decoration: none;
    color: #000;
}
.megamenu> li ul > li > a:hover,.megamenu> li ul > li > a:focus {
    text-decoration: none;
    color: #6db742;
}
.megamenu.disabled > a,.megamenu.disabled > a:hover,.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

@media (max-width: 767px) {
    .articulos-cesta {
        max-height: 240px;
    }

  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
    color:#fff;
  }
}
/***********************************FINAL MEGA MENÚ HORITZONTAL ROLL-OVER **********************************************************************/









/* ============================================================
  LOADING
============================================================ */
section:last-child {
  margin-bottom: 0;
}
.spinner {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.spinner-2 {
  height: 50px; /* 25 */
  position:relative;
  top: 43%;
}
.spinner-2 .spinner {
  width: 50px; /* 25 */
  height: 50px; /* 25 */
}
.carga_inferior .spinner-2{top:0;}

.spinner-2 .spinner:before {
   /* content: "";display: block;  position: absolute;  top: 0; bottom: 0; right: 0; left: 0;
  border-top: solid 5px #333;  border-bottom: solid 5px #333;  border-left: solid 5px transparent;  border-right: solid 5px transparent;
  -webkit-border-radius: 12px;  -moz-border-radius: 12px;  -ms-border-radius: 12px;  -o-border-radius: 12px;  border-radius: 12px;
  -webkit-animation: spinner-2 1s infinite ease;  -moz-animation: spinner-2 1s infinite ease;  -ms-animation: spinner-2 1s infinite ease;
  -o-animation: spinner-2 1s infinite ease;  animation: spinner-2 1s infinite ease; */
    content: ''; box-sizing: border-box;
    position: absolute; top: 50%; left: 50%; width: 30px; height: 30px;
    margin-top: -24px /* -15px */; margin-left: -15px;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
    border: 1px solid #ccc;
    border-top: 1px solid #ff4e00;
    -webkit-animation: spinner-2 .6 infinite;  -moz-animation: spinner-2 1s infinite ease;  -ms-animation: spinner-2 1s infinite ease;
    -o-animation: spinner-2 1s infinite ease;  animation: spinner-2 .6s linear infinite;
}
.spinner-2 .spinner:after {
  /*  background-color: #6db742;  content: ""; display: block;  position: absolute;  top: 0;  bottom: 0;  right: 0;  left: 0;
  margin: auto;  width: 10px;  height: 10px;
  -webkit-border-radius: 5px;  -moz-border-radius: 5px;  -ms-border-radius: 5px;  -o-border-radius: 5px;  border-radius: 5px; */
    content:'loading'; display:block; margin:36px auto 0;
    font-size:11px; color:#bbb; font-family: sans-serif; letter-spacing:1px; text-align:center;
}

@-webkit-keyframes spinner-2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinner-2 {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes spinner-2 {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes spinner-2 {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes spinner-2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* PESTANYES */

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs {
	width: 100%;
	height:375px;
	float: none;
	list-style: none;
	position: relative;
	margin-right: 0;
	margin-bottom: 0;
	text-align: left;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs label {
	display: block;
	color: #555;
	padding-top: 12px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 8px;
	font-family: "Roboto Condensed",Arial,sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	position: relative;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 6px solid #fff;
}
.tabs label:hover {
	background-color: #fff;
	border-bottom: 6px solid #6db742;
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 16px;
  position: absolute;
  top: 47px;
  left: 0;
  background: #fff;
  border-top: 1px solid #ccc;
}
.tabs [id^="tab"]:checked + label {
	color: #333;
	background-color: #E3E3E3;
	border-bottom: 6px solid #6DB742;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}



/* IDIOMES MENU TOP */

.idiomas li {
	clear:both;
	width:100%;
}

.cercador-top {
	color:#000;
	font-weight: 400;
	border-radius: 0px;
	border: 1px solid #6db742 !important;
	margin-top:2px !important;
	margin-bottom:8px !important;
	padding: 6px;
}
.navbar-brand {
	background-image: url(img/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 102px;
}



/* Search 4 - appear looking glass */
.container-4{
	overflow: hidden;
	width: 200px;
	vertical-align: middle;
	white-space: nowrap;
	background-repeat: no-repeat;  /* position: relative; */
}
.container-4 input#search{
  width: 200px;
  height: 34px;
  background: #fff;
  border: none;
  font-size: 10pt;
  float: left;
	color: #000;
  padding-left: 15px;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}

.container-4 input#search::-webkit-input-placeholder {
   color: #65737e;
}
.container-4 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;
}
.container-4 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;
}
.container-4 input#search:-ms-input-placeholder {
   color: #65737e;
}

.container-4 button.icon{
	border: none;
  background: #6db742;
  height: 34px;
  width: 44px;
  color: #fff;
  opacity: 0;
  font-size: 10pt;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

  /* ANIMATION EFFECT */
  .container-4:hover button.icon, .container-4:active button.icon, .container-4:focus button.icon{
    outline:none;
    opacity: 1;
    margin-left: -44px;
  }

.ver-cesta {
	display:block;
	line-height:40px;
	width:100%;
	height:40px;
}

.aplicar-filtro {
	width:100%;
	color: #fff;
    background: #597DE8;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border: 1px solid #597DE8;
    border-radius: 3px;
    font-family: inherit;
    cursor: pointer;
	text-align:center;
    padding: 8px;
    display: block;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
	font-size:0.9em;
    position: relative;
}

.quitar-filtro {
	width:100%;
	color: #597DE8;
    background: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border: 1px solid #597DE8;
    border-radius: 3px;
    font-family: inherit;
    cursor: pointer;
    padding: 8px;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
	font-size:0.9em;
    position: relative;
}

.aplicar-filtro:hover, .quitar-filtro:hover {
	color: #fff;
    background: #444;
	border: 1px solid #444;
}


/* DROPDOWN MENU MULTINIVELL */
.dropdown-submenu {
    position: relative;
}

.dropdown-menu>li>a, .dropdown-menu>ul>li>a  {
	display: block;
	padding-top: 3px;
	padding-right: 16px;
	padding-left: 13px;
	padding-bottom: 3px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	font-size: 12px;
	text-transform: uppercase !important;
}


.dropdown-menu>ul>li {
	list-style-type: none;
}
.dropdown-menu>ul>li>a:hover, .dropdown-menu>ul>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-submenu>.dropdown-menu {
	border: 1px solid #ccc;
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 0px 6px 6px;
}


.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #6db742;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #222;
}
.dropdown-submenu.pull-left {
    float: none;
}
/* FINAL DROPDOWN MENU MULTINIVELL */



.buscar-top {
}

.buscador-top .form-control {
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:32px;
	width: 120px !important;
}


.buscar-top-lupa {
	padding-left: 14px;
	padding-right: 14px;
	color: #fff;
	background-color: #5e5e5e;
	border-radius: 0px;
	text-align: center;
	border-left: none;
	border-bottom: none;
	border-top: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	line-height: 32px;
	height: 32px;
}

.buscar-top-lupa span {
	font-size:1.15em;
}

.buscar-top-lupa:hover {
	color:#fff;
	background-color: #3f3f3f;
}

.buscar-top-cancel {
	padding-left: 10px;
	padding-right: 10px;
	color: #777;
	background-color: #fff;
	border: none;
	text-align: center;
	border-radius: 0px;
}

.buscar-top-cancel:hover {
	background-color: #CDCDCD;
	border: none;
}

.btn-dropdown-top {
	height: 32px;
	border:none;
	color: #fff;
	background-color: #5e5e5e;
}
.btn-dropdown-top:hover {
	color:#fff;
	background-color: #3f3f3f;
}




ul.dropdown-buscador {
	width:260px;
	padding-top:16px;
	padding-bottom:16px;
	box-shadow: rgba(0, 0, 0, 0.172549) 0px 2px 14px 0px;
}
ul.dropdown-buscador:before {
	content: "";
	border-bottom: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -12px;
	right: 16px;
	z-index: 10;
}

.buscador-costat-logo {
	margin-top:13px;
	margin-bottom:13px;
}
.buscador-costat-logo .input-group {
	width: calc(100% - 8px);
}

.buscador-costat-logo .form-control {
	height: 32px;
	width: 100% !important;
	border: 1px solid #BFBFBF;
	    border: 1px solid #B6B6B6;
    height: 26px;
}

ul.dropdown-buscador input.col-xs-6 {
	width: 47.5%;
	margin-right: 8px;
	padding-left: 3px;
	text-indent: 3px;
}
ul.dropdown-buscador .col-xs-12 input.col-xs-6:nth-child(2) {
	margin-right: 0;
}




.nueva-linea-ped-rapido td {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	border-bottom: 1px solid #ddd;
}

.quick-order table tbody tr {
	border:none;
	padding: 6px;
}

.quick-order table tbody tr:hover {
    border:none;
    background-color:#fff;
}

.quick-order tr td:first-of-type, tr th:first-of-type {
    padding-left: 0px;
}


.input-pedido-rapido {
    width: calc(100% - 16px);
	padding-left:8px;
	font-size:1em;
	height:28px;
    vertical-align: middle;
}
.pedido-rapido-scroll {
	max-height:350px;
	overflow: scroll;
	padding-right:16px;
}


.menu-top-proveedores .dropdown-menu>li>a, .menu-top-colecciones .dropdown-menu li a{color:#2651ab;}
.navbar-collapse .dropdown .dropdown-menu{
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.25);
	   -moz-box-shadow: 0 6px 12px rgba(0,0,0,.25);
	        box-shadow: 0 6px 12px rgba(0,0,0,.25);}
.navbar-collapse .dropdown .dropdown-menu li.menu-top-familia, li.pagina-familias-familia{padding: 10px 0 0;}
.navbar-collapse .dropdown .dropdown-menu li.menu-top-familia > a, li.pagina-familias-familia > a{font-weight: bold;font-size:15px;padding:0 16px 0 13px;color:#2651ab;}
.navbar-collapse .dropdown .dropdown-menu li.menu-top-subfamilia > a, li.pagina-familias-subfamilia > a {color:#597DE8;padding:0 16px 0 13px;font-size:15px;}
.navbar-collapse .dropdown .dropdown-menu li.menu-top-subfamilia > a:hover, li.pagina-familias-subfamilia > a:hover{color:#2651ab;}

.container-familias div[class^='col-'] li:last-of-type, .container-familias div[class*=' col-'] li:last-of-type{padding-bottom:1em;}
.container-familias ul, li{list-style:none;font-size: 1em;}
.container-familias .pagina-familias-familia a, .container-familias .pagina-familias-subfamilia a{display:block;width:100%;}
.container-familias .pagina-familias-familia a:hover, .container-familias .pagina-familias-familia a:focus,
.container-familias .pagina-familias-subfamilia a:hover, .container-familias .pagina-familias-subfamilia a:focus {
    background-color: #f5f5f5;text-decoration: none;}

#myModal .modal-body h1{font-size: 22px; margin:10px 0 20px; font-weight:400;}
#myModal .modal-body h2{font-size: 18px; margin:32px 0 12px; font-weight:bold;}
#myModal .modal-body br{display:none;}

#myModal .modal-content.modal-subfamilias {border-radius: 0;border:none;}
#myModal .modal-subfamilias .modal-header {padding:3em 2em .6em 2em;}
#myModal .modal-subfamilias .modal-header h4, #myModal .modal-body a{color:#888;}
#myModal .modal-subfamilias .modal-body p{margin:0;}
#myModal .modal-subfamilias .modal-body a{display:block;padding: 3px 6px;font-size:14px;}
#myModal .modal-subfamilias .modal-body a:hover{background:#f0f0f0; color:#000; }
#myModal .modal-subfamilias .modal-body{padding:1.5em 3em 0 2em;}
#myModal .modal-subfamilias .modal-footer {border-top:none;}
#myModal .modal-subfamilias .modal-footer .btn{display:none;}


/* estils mòbil */
.navbar-nav .icon-format_list_bulleted{font-weight:bold;}
.articulo-detalles{clear: both;display: block;}
.timeline:before {background-color: #fff;}
.articulo-detalles-right{padding-top:0 !important; margin-top:-3px;}
@media (max-width: 450px){ /* 375*/
    .navbar-nav>li>a {padding:15px 8px;}
    .badge{margin-left:-4px;}
    .cd-customization {margin-top:14px;}
}
@media (max-width: 350px){
    .navbar-nav>li>a {padding:15px 6px;}
}


/*
.mega-dropdown {
  position: static !important;
  z-index:6050 !important;
}
.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	box-shadow: none 6px 10px #000000;
	-webkit-box-shadow: none 6px 10px #000000;
	z-index:6050 !important;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	color: #000;
	padding-right: 5px;
	padding-bottom: 3px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu h4 {
	padding-right: 5px;
	color: #000;
	font-family: "Roboto Condensed",Arial,sans-serif;
	font-weight: 700 !important;
	font-size: 1.15em;
	text-transform: uppercase;
	margin-bottom: 16px;
	line-height: 1.1em;
}
*/



/* estilos para el texto que aparece al lado del icono del menú (corrige la alineación del texto con el icono) */

.menu-top-usuario-titulo,
.menu-top-cesta-titulo {
    position: relative;
    bottom: 2px;
}

/* hello user */
.menu-top-usuario-titulo{font-weight:400;bottom:4px;}
.menu-top-usuario-titulo br{display:none;}
.menu-top-usuario-titulo span:first-of-type{font-size: 0.85em; opacity: 0.75;margin-top:-2px;}
.menu-top-usuario-titulo span:last-of-type { position:relative; z-index:99; display:block; margin-top:-5px;
	line-height: 1; text-align:center;
	max-width: 140px;  white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden;}

.navbar-inverse .navbar-nav>li>a .fas{
	font-size:1.5em;
}
.navbar-inverse .navbar-nav>li.menu-top-usuario>a .fas{
	font-size:.9em;
}
@media screen and (min-width: 768px){
	.navbar-inverse .navbar-nav>li>a .fas{
		font-size:1.3em;
	}
	.navbar-inverse .navbar-nav>li.menu-top-usuario>a .fas{
		font-size:10px;
		position:relative;
		top:-2px;
	}
}

