@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Kanit:200,300,400,500,600,700|Taviraj:200,300,400,500,600,700|Ubuntu:300,400,500,700');
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	outline: none;
}
::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
:-moz-placeholder {
	color: #000;
	opacity: 1;
}
::-moz-placeholder {
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
::-webkit-scrollbar {
	height: 4px;
	width: 15px;
}
::-webkit-scrollbar-button {
	height: 0px;
	width: 0px;
}
::-webkit-scrollbar-thumb {
	background: #cecece;
	border-radius: 0;
	border: 0px none #cecece;
}
::-webkit-scrollbar-thumb:hover {
	background: #cecece;
}
::-webkit-scrollbar-thumb:active {
	background: #cecece;
}
::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 0;
	border: 0px none #f0f0f0;
}
::-webkit-scrollbar-track:hover {
	background: #f0f0f0;
}
::-webkit-scrollbar-track:active {
	background: #f0f0f0;
}
::-webkit-scrollbar-corner {
	background: transparent;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fbf4ed inset;
}

body {
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 62.5%;
	margin: 4em;
	padding: 0;
}
body.bloqueado {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	overflow: hidden;
}
img {
	border: 0;
	outline: 0;
	transform-style: preserve-3d;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="time"], input[type="date"], textarea {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	padding: 0;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
select {
	border-radius: 0;
}
form {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
.izq {
	float: left;
}
.der {
	float: right;
}
.limpia, .espacio {
	clear: both;
}
.espacio.h5 {
	height: 5px;
}
.espacio.h10 {
	height: 10px;
}
.espacio.h20 {
	height: 20px;
}
.espacio.h10.h20 {
	height: 30px;
}
.espacio.h40 {
	height: 40px;
}
.scroll_it {
	overflow: auto;
}
.no_scroll {
	overflow: hidden;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.cursiva {
	font-style: italic;
}
.textcenter, .centrar {
	text-align: center;
}
.centrado {
	margin: 0 auto;
}
.relative {
	position: relative;
}
.oculto {
	display: none !important;
}
.escondido {
	opacity: 0;
	visibility: hidden;
}
.transicion_on,.transicion {
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}
.sin-transicion {
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}
.delay {
	-webkit-transition-delay: 250ms;
	transition-delay: 250ms;
}
.mitad, .mid_width {
	width: 50%;
}
.tercio, .third_width {
	width: 33.333%;
}
#mensaje-dialog {
	display: none;


}
.textos_js {
	display: none;
}
.fixed {
	position: fixed;
}
.body {
	background: #ffffff;
}
.body.es_inicio {
	background: none;
}

/*** Spin de carga *******************************************************************************/
#mi-overlay-loading {
	background-color: rgba(0, 0, 0, 0.85);
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50000;
}
#mi-overlay-loading.show {
	-moz-opacity: 0.98;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
	display: block;
	filter: alpha(opacity=98);
	opacity: 0.98;
}

/*** Política de Cookies *************************************************************************/
#bg_cookies {
	font-family: 'Kanit', sans-serif;
	background: #008FBE;
	bottom: -1px;
	clear: both;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: 400;
	left: 0;
	line-height: 1em;
	padding: 0.8em 1em;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 500;
}
#bg_cookies b {
	color: #aaaaaa;
	font-weight: 400;
}
#bg_cookies a.link {
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.2em;
	margin: 0.8em 0 0 0;

}


#bg_cookies a {
	color: inherit;
}
#bg_cookies a:hover {
	text-decoration: underline;
}

/*** Estilos Comunes *****************************************************************************/
.contenedor {
	margin: 0 auto;
	max-width: 1600px;
}

/*** paginador *****************************************************************************/
div.contiene_paginador {
	font-family: 'Kanit', sans-serif;
	padding: 4em 0 6em 0;
	position: relative;
}
div.contiene_paginador .total_items {
	float: left;
	padding: 5px 0;
	position: relative;
	font-size: 1.417em;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}
div.contiene_paginador .total_items .num_productos span {
	color: #008FBE;
}
div.contiene_paginador .total_items .separador {
	background: #000;
	display: inline-block;
	height: 14px;
	margin: 0 15px;
	position: relative;
	vertical-align: top;
	width: 2px;
}
div.contiene_paginador .total_items .enlace_listado {
	color: #868686;
}
div.contiene_paginador .total_items .enlace_listado:hover {
	color: #000;
}

div.contiene_paginador .paginador {
	position: relative;
	float: right;
}
div.contiene_paginador .paginador a,
div.contiene_paginador .paginador div {
	color: #868686;
	display: block;
	float: left;
	font-size: 1.417em;
	font-weight: 500;
	line-height: 1em;
	margin: 0 25px;
	position: relative;
}
div.contiene_paginador .paginador div {
	margin: 0 7px;
	z-index: 2;
}
div.contiene_paginador .paginador div.pag-prev {
	margin-right: -4px;
}
div.contiene_paginador .paginador div.pag-next {
	margin-left: -4px;
}
div.contiene_paginador .paginador a {
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	padding: 5px 0;
	transition: all 250ms linear;
}
div.contiene_paginador .paginador a:after {
	content: '';
	margin-top: -1px;
	background: #868686;
	height: 2px;
	position: absolute;
	left: -28px;
	top: 50%;
	width: 6px;
	z-index: 1;
}
div.contiene_paginador .paginador a:nth-child(1):after {
	content: none;
}
div.contiene_paginador .paginador div > a {
	margin: 0;
	padding: 0;
}
div.contiene_paginador .paginador div > a:after {
	content: none;
}
div.contiene_paginador .paginador a:hover,
div.contiene_paginador .paginador a.actual {
	color: #008FBE;
}
div.contiene_paginador .paginador .pag-next a,
div.contiene_paginador .paginador .last-pag a,
div.contiene_paginador .paginador .pag-prev a,
div.contiene_paginador .paginador .first-pag a {
	background: #008FBE;
	border-radius: 50%;
	border: 1px solid #008FBE;
	color: #FFFFFF;
	display: block;
	font-size: 1.1em;
	height: 24px;
	line-height: 24px;
	padding-left: 3px;
	text-align: center;
	width: 24px;
}
div.contiene_paginador .paginador .pag-prev a,
div.contiene_paginador .paginador .first-pag a {
	padding-left: 0;
	padding-right: 3px;
}
div.contiene_paginador .paginador .pag-next a:hover,
div.contiene_paginador .paginador .pag-prev a:hover,
div.contiene_paginador .paginador .last-pag a:hover,
div.contiene_paginador .paginador .first-pag a:hover {
	background: #FFFFFF;
	color: #008FBE;
}


/*** check_this *****************************************************************************/
.check_this {
	color: #000000;
	font-size: 1.5em;
	position: relative;
}
.check_this.blanco {
	color: #FFFFFF;
}
.check_this a {
	color: #000000;
}
.check_this.blanco a {
	color: #FFFFFF;
}
.check_this a:hover {
	color: #008FBE;
}
.check_this input[type="checkbox"], .check_this input[type="radio"] {
	background: transparent;
	border-radius: 0;
	border: 0;
	display: none;
	opacity: 0;
	visibility: hidden;
	vertical-align: middle;
}
.check_this input[type="checkbox"]+label, .check_this input[type="radio"]+label {
	cursor: pointer;
}
.check_this input[type="checkbox"]+label:before, .check_this input[type="radio"]+label:before {
	border-radius: 0;
	content: "";
	display: inline-block;
	margin-right: 10px;
	height: 22px;
	vertical-align: middle;
	width: 22px;
}
.check_this input[type="checkbox"]+label:before {
	background: url('../img/no_borrar/check_radio_sheet_2.png') 0px top no-repeat
}
.check_this input[type="checkbox"]:checked+label:before {
	background: url('../img/no_borrar/check_radio_sheet_2.png') -36px top no-repeat
}
.check_this input[type="radio"]+label:before {
	background: url('../img/no_borrar/check_radio_sheet_2.png') -70px top no-repeat
}
.check_this input[type="radio"]:checked+label:before {
	background: url('../img/no_borrar/check_radio_sheet_2.png') -101px top no-repeat
}
.check_this.blanco input[type="checkbox"]+label:before {
	background: url('../img/no_borrar/check_radio_sheet_w.png') 0px top no-repeat
}
.check_this.blanco input[type="checkbox"]:checked+label:before {
	background: url('../img/no_borrar/check_radio_sheet_w.png') -23px top no-repeat
}
.check_this.blanco input[type="radio"]+label:before {
	background-image: url('../img/no_borrar/check_radio_sheet_w.png')
}
.check_this.blanco input[type="radio"]:checked+label:before {
	background-image: url('../img/no_borrar/check_radio_sheet_w.png')
}

/*** Alertas *****************************************************************************/
.ui-widget-overlay {
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 333
}
.ui-widget {
	font-size: 2.5em;
	font-family: 'Ubuntu', sans-serif !important;
}
.ui-dialog {
	position: fixed;
	background: #ffffff;
	z-index: 500;
	border-radius: 0;
	padding: 0;
}
.ui-widget-header {
	background: #008FBE;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.6em;
	font-weight: 400;
	position: relative;
}
.ui-dialog-titlebar.ui-widget-header {
	position: relative;
	padding: 12.21px 15px;
	border-radius: 0;
	cursor: default;
	border: none;
}
.ui-widget-content a {
	color: #008FBE;
}
.ui-widget-content a.btn_negro_grande {
	color: #ffffff;
	font-size: inherit;
	display: inline-block
}
.ui-widget-content a.btn_negro_grande:hover {
	color: #008FBE
}
.ui-dialog-content.ui-widget-content {
	font-size: 0.6em;
	padding: 15px;
	min-height: auto !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
	color: #ffffff;
	text-decoration: none;
}
.ui-button.ui-widget {
	background: #008FBE;
	color: #ffffff;
	font-size: 1em;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	float: none;
	position: relative;
	display: inline-block;
	letter-spacing: 0.05em;

	text-align: center;

	margin: 2%;
	border: 2px solid #008FBE;
	cursor: pointer;
	font-weight: 400;

	border-radius: 0;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}
.ui-button.ui-widget:hover {
	background: #000;
	border-color: #000;

	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}
.ui-button.ui-corner-all.ui-dialog-titlebar-close {
	position: absolute;
	right: 10px;
	top: 7px;
	display: block;
	background: url(../img/no_borrar/kross_w.png) center no-repeat;
	width: 30px;
	height: 30px;
	border-width: 0;
	background-size: 16px;
	cursor: pointer;
	text-indent: -10000px;
	overflow: hidden;
	text-decoration: underline;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
	-webkit-appearance: none;
	padding: 0;
	margin: 0
}
.ui-button.ui-corner-all.ui-dialog-titlebar-close:hover{
	transform: rotate(180deg) ;
	-webkit-transform: rotate(180deg) ;
	-moz-transform: rotate(180deg) ;
	-o-transform: rotate(180deg) ;
	-ms-transform: rotate(180deg) ;
}
.ui-button .ui-icon {
	display: none;
}
.ui-resizable-handle {
	display: none !important;
}
.ui-widget.ui-widget-content {
	border: none !important;
}
.ui-dialog .ui-dialog-buttonpane {
	margin: 0;
	padding: 15px;
	border: none;
	background: #ffffff;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
	display: block;
	max-width: 220px;
	height: 50px;
	margin: 0;
	padding: 0 20px;
	border: none;
	font-size: 0.6em;
	line-height: 50px;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
	background: #008FBE;
	margin: 0 auto;
	float:left;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
	background: #868686;
}

/*** DatePicker **************************************************************************/
.ui-datepicker.ui-widget-content {
	background: #fff;
	border-radius:0;
	width: 10em;
	border:2px solid #ededed !important;
}
.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: 500;
}
.ui-datepicker th {
	font-size: 0.6em;
	color:#868686;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header.ui-widget-header {
	border-radius: 0;
}	
.ui-datepicker.ui-widget-content .ui-state-default, .ui-widget-content .ui-state-default {
	color:#000;
	background: #ededed;
	font-size: 0.6em;
	font-weight: 600;
	border: none;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-datepicker.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #008fbe;
	color: #fff;
}
.ui-datepicker .ui-state-highlight, .ui-datepicker.ui-widget-content .ui-state-highlight, 
.ui-datepicker .ui-widget-header .ui-state-highlight, 
.ui-state-active, .ui-datepicker.ui-widget-content .ui-state-active {
	border: 1px solid #008fbe;
	color: #fff;
	background: #008fbe;
}
.ui-datepicker.ui-widget-content .ui-datepicker-today .ui-state-highlight {
	background:#ededed;
	color:#008fbe;
	border:1px solid #008fbe;
}
.ui-datepicker.ui-widget-content .ui-widget-header .ui-datepicker-prev .ui-icon {
	background:url("../img/web/arrow_b.png") center no-repeat;
	background-size:16px 14px;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ui-datepicker.ui-widget-content .ui-widget-header .ui-datepicker-next .ui-icon {
	background:url("../img/web/arrow_b.png") center no-repeat;
	background-size:16px 14px;
}
/*** Fancybox *****************************************************************************/
.fancybox-overlay {
	background: rgba(0, 0, 0, .85);
	opacity: 1;
}
.fancybox-skin {
	border-radius: 0;
	color: #737373;
	background: #ffffff;
}
.fancybox-close {
	width: 50px;
	height: 50px;
	border: none;

	background: url('../img/no_borrar/kross_w.png') no-repeat center #008FBE;
	background-size: 20px;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear
}
.fancybox-close:hover {
	border-radius: 50%;
}
#texto_condiciones, #texto_terminos {
	font-size: 1.45em;
	text-align: justify;
	padding: 20px 40px 20px 20px;
	line-height: 1.6em;
}
#texto_condiciones h3, #texto_terminos h3  {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #008FBE;
	font-family: 'Ubuntu', sans-serif;
	font-size: 2em;
	font-weight: 400;
	line-height: 1em;
	color: #008FBE;
}
#texto_condiciones p strong, #texto_terminos p strong {
	font-weight: 600;
	color: #008FBE;
}
#texto_condiciones a, #texto_terminos a  {
	color: #008FBE;
}
#texto_condiciones a:hover, #texto_terminos a:hover  {
	text-decoration: underline;
}




/*** Menú lateral *****************************************************************************/
body.menu_abierto .menu_lateral{
	right: 0;

}
.menu_lateral {
	font-family: 'Kanit', sans-serif;
	background: #ffffff;
	bottom: 0;
	max-width: 430px;
	padding-bottom: 35px;
	position: fixed;
	right: -100%;
	top: 0;
	width: 100%;
	z-index: 400;
}
.menu_lateral .cabecera_menu {
	background: #008FBE;
	padding: 10px 20px;
	position: relative;
}
.menu_lateral .idiomas_menu {
	display:none;
	position: absolute;
	top:50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
}
.menu_lateral .idiomas_menu > a {
	display: inline-block;
	vertical-align: middle;
	color:#fff;
	font-weight: 500;
	font-size: 1.7em;
}
.menu_lateral .idiomas_menu .iconito_idioma_menu {
	display:inline-block;
	vertical-align: middle;
	margin:0 15px;
	background:url('../img/web/ico_globe_w.png') center no-repeat;
	background-size:contain;
	width:18px;
	height:17px;
}
.menu_lateral .cabecera_menu .titulo {
	color: #ffffff;
	display: block;
	font-size: 2em;
	font-weight: 400;
	line-height: 1em;
	padding: 35px 13px 5px 13px;
	position: relative;
}
.menu_lateral .cabecera_menu .titulo:after {
	background-image: url(../img/web/adorno_menu.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.menu_lateral > ul.el_menu {
	bottom: 36px;
	left: 0;
	margin: 0;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 80px;
}
.menu_lateral > ul > li {
	background: #FFFFFF;
	border-top: 1px solid #ededed;
	display: block;
}
.menu_lateral > ul > li a.sel, .menu_lateral > ul > li.sel a, .menu_lateral > ul > li > ul > li.sel a{
	color: #000;
	font-weight: 900;
}
.menu_lateral > ul > li:first-child {
	border: none;
}
.menu_lateral > ul > li > a {
	color: #008FBE;
	display: block;
	float: left;
	font-size: 1.6em;
	letter-spacing: 0.05em;
	line-height: 50px;
	overflow: hidden;
	padding: 0 20px;
	text-overflow: ellipsis;
	text-transform: capitalize;
	white-space: nowrap;
	width: 85%;
}
.menu_lateral > ul > li > a span,
.menu_lateral > ul > li > ul > li > a span,
.menu_lateral > ul > li > ul > li > ul > li > a span {
	display: inline-block;
	line-height: 1em;
	padding: 4px 0;
	position: relative;
}
.menu_lateral > ul > li > a span:after,
.menu_lateral > ul > li > ul > li > a span:after,
.menu_lateral > ul > li > ul > li > ul > li > a span:after {
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	background-color: #008FBE;
	content: '';
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 100%;
	width: 0;
	transition: all 250ms linear;
}
.menu_lateral > ul > li > a:hover span:after,
.menu_lateral > ul > li > ul > li > a:hover span:after,
.menu_lateral > ul > li > ul > li > ul > li > a:hover span:after {
	width: 65%;
}
.menu_lateral > ul > li.sin_subcategorias > a {
	float: none;
	width: 100%;
}
.menu_lateral > ul > li > .mostrar_subcategoria {
	background: url('../img/no_borrar/desplegar_abajo.png') no-repeat center;
	cursor: pointer;
	display: block;
	float: left;
	height: 50px;
	width: 15%;
}
.menu_lateral > ul > li > .mostrar_subcategoria.desplegado {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.menu_lateral > ul > li > ul {
	display: none;
	margin: 0;
	padding: 0;
}
.menu_lateral > ul > li > ul > li {
	background: #ededed;
	border-top: 1px solid #FFFFFF;
	display: block;
}
.menu_lateral > ul > li > ul > li:first-child {
	border: none;
}
.menu_lateral > ul > li > ul > li > a {
	clear: both;
	color: #000;
	display: block;
	float: left;
	font-size: 1.4em;
	line-height: 50px;
	overflow: hidden;
	padding: 0 20px 0 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
}
.menu_lateral > ul > li > ul > li > a span:after {
	background: #000;
}
.menu_lateral > ul > li > ul > li.sin_subcategorias > a {
	float: none;
	width: 100%;
}
.menu_lateral > ul > li > ul > li > .mostrar_subsubcategoria {
	background: url('../img/no_borrar/desplegar_abajo_gris.png') no-repeat center;
	cursor: pointer;
	display: block;
	float: left;
	height: 50px;
	width: 15%;
}
.menu_lateral > ul > li > ul > li > .mostrar_subsubcategoria.desplegadosub {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.menu_lateral > ul > li > ul > li > ul {
	display: none;
	margin: 0;
	padding: 0;
}
.menu_lateral > ul > li > ul > li > ul > li {
	background: #adadad;
	display: block;
}
.menu_lateral > ul > li > ul > li > ul > li > a {
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 1.4em;
	line-height: 50px;
	overflow: hidden;
	padding: 0 20px 0 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu_lateral > ul > li > ul > li > ul > li > a span:after {
	background: #FFFFFF;
}
.menu_lateral .pie_menu {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.menu_lateral .pie_menu .redes {
	background: #008FBE;
	padding: 10px 20px;
	position: relative;
	text-align: center;
}
.menu_lateral .pie_menu .redes .rss {
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.6em;
	line-height: 1em;
	margin: 0 1em;
	padding: 0.25em 1em;
	position: relative;
}
.menu_lateral .pie_menu .redes .rss:hover {
	color: #000;
}
.menu_lateral .cerrar_menu {
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	background: url('../img/no_borrar/kross_w.png') no-repeat center;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	width: 30px;
}
.menu_lateral .cerrar_menu:hover {
	-moz-transform: translate(0, -50%) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg);
	-o-transform: translate(0, -50%) rotate(180deg);
	-webkit-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
}
.luto_menu {
	background: rgba(0, 0, 0, .85);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 399;
}


/*** Minicesta *******************************************************************/
.minicesta {
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	width: 750px;
	max-height: 100vh;
	background: #ffffff;
	z-index: 499;
	overflow: auto;
	box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
}
.minicesta .cabecera_minicesta {
	background: #008FBE;
}
.minicesta .cabecera_minicesta .titulo {
	padding: 0 20px;
	font-size: 2em;
	font-weight: 400;
	line-height: 50px;
	color: #ffffff;
}
.minicesta .productos_minicesta .sin_productos {
	padding: 50px 20px;
	font-size: 1.5em;
	text-align: center;
	color: #737373;
}
.minicesta .productos_minicesta .item_minicesta {
	position: relative;
	padding: 20px;
	padding-right: 70px;
	border-bottom: 1px solid #ededed;
}
.minicesta .productos_minicesta .item_minicesta:last-child {
	background: none;
	margin-bottom: 0;
}
.minicesta .productos_minicesta .item_minicesta .foto {
	float: left;
	-webkit-box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.10);

}
.minicesta .productos_minicesta .item_minicesta .foto a {
	display: block;
}
.minicesta .productos_minicesta .item_minicesta .foto a img {
	display: block;
	width: 100%;
	height: auto;
}
.minicesta .productos_minicesta .item_minicesta .texto {
	float: left;
	padding-left: 30px;
	max-width: 75%;
}
.minicesta .productos_minicesta .item_minicesta .texto .nombre {
	display: block;
	margin-top: 15px;
	font-size: 2em;
	font-weight: 400;
	color: #000;
}
.minicesta .productos_minicesta .item_minicesta .texto .nombre .subnombre {
	display: block;
    font-size: 0.65em;
    color: #008fbe;
    font-weight: 500;
}
.minicesta .productos_minicesta .item_minicesta .texto .precio {
	display: block;
	margin-top: 15px;
	font-size: 2em;
	font-weight: 400;
	color: #008FBE;
}
.minicesta .productos_minicesta .item_minicesta .texto .cantidad {
	display: block;
	margin-top: 15px;
	font-size: 1.4em;
	color: #000;
}
.minicesta .productos_minicesta .item_minicesta .borrar_minicesta {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border-radius: 100%;
	background: url('../img/no_borrar/borrar_blanco.png') no-repeat center #008FBE;
}
.minicesta .productos_minicesta .item_minicesta .borrar_minicesta:hover {
	background: url('../img/no_borrar/borrar_blanco.png') no-repeat center #000;
}
.minicesta .pie_minicesta {
	padding: 20px;
	border-top: 1px solid #ededed;
}
.minicesta .pie_minicesta .importe_total {
	float: left;
	font-size: 2em;
	line-height: 50px;
}
.minicesta .pie_minicesta .importe_total .precio_total {
	margin-left: 10px;
	font-size: 1.6em;
	font-weight: 400;
}
.minicesta .pie_minicesta .boton_tramitar {
	display: inline-block;
	float: right;

	margin: auto;
	padding: 0 20px;

	font-size: 1.5em;
	line-height: 50px;
	letter-spacing: .05em;
	text-align: center;
	color: #ffffff;
	min-width: 220px;
	background: #008FBE;
}
.minicesta .cerrar_minicesta {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 18px;
	height: 18px;
	background: url('../img/no_borrar/kross_w.png') no-repeat center;
}

.minicesta .cerrar_minicesta:hover{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.luto_minicesta {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
	z-index: 498;
}

/*** Buscador *******************************************************************************/
.buscador_fixed {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 40%;
	height: 80px;
	margin: auto;
	padding: 20px;
	background: #1d120e;
	z-index: 400;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
}
.buscador_fixed .cerrar_buscador {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: 0 auto;

	background: url('../img/no_borrar/kross_w.png') center no-repeat #008FBE;
	background-size: 20px;
	cursor: pointer;
	z-index: 15;
}
.buscador_fixed .cerrar_buscador:hover {
	background: url('../img/no_borrar/kross_w.png') center no-repeat #000;
	background-size: 20px;
	border-radius: 50%;
}
.buscador_fixed input {
	width: 85%;
	height: 40px;
	float: left;
	padding: 0 20px;



	font-size: 1.25em;
	letter-spacing: 0.05em;
	font-weight: 900;

	color: #000;
	background: #008FBE;
	text-transform: uppercase;
}
.buscador_fixed input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
.buscador_fixed input:-moz-placeholder {
	color: #000;
	opacity: 1;
}
.buscador_fixed input::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.buscador_fixed input:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
.buscador_fixed a {
	display: inline-block;
	width: 15%;
	height: 40px;
	float: left;
}
.luto_buscador_fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .85);
	z-index: -1;
	opacity: 0;

}
.buscador_abierto {
	overflow: hidden;
}
.buscador_abierto .buscador_fixed {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
.buscador_abierto .luto_buscador_fixed {
	z-index: 399;

	opacity: 1;
}


div.email_share {
	background: rgba(0, 0, 0, 0.85);
	color: #008FBE;
	display: none;
	font-size: 1.2em;
	left: 0;
	position: fixed;
	right: 0;
	text-transform: uppercase;
	top: 0;
	text-align: center;
	z-index: 222;
	bottom: 0
}

div.email_share .contentt {
	background: #ffffff;
	border: solid 4px #ffffff;
	left: 0;
	margin: 0 auto;
	max-width: 280px;
	padding: 1%;
	position: absolute;
	right: 0;
	top: 30%;
	width: 100%;
	z-index: 1
}

div.email_share .contentt table {
	width: 100%
}

div.email_share .contentt .rotulos {
	color: #19181b;
	display: block;
	font-weight: 600;
	font-size: 1.1em
}

div.email_share .contentt input {
	border: solid 2px #d2d2d2;
	height: 50px;
	text-align: center;
	width: 100%;
	margin-bottom: 20px
}

div.email_share .contentt input:focus {
	box-shadow: 0 0 5px #008FBE;
	border: 1px solid #008FBE
}

div.email_share .contentt input.fail {
	box-shadow: 0 0 5px red;
	border: 1px solid red
}

div.email_share .contentt .cerrar_amigo {


	background: url('../img/no_borrar/kross_w.png') center no-repeat #008FBE;

	background-size: 20px;
	color: #ffffff;
	display: block;
	font-size: 1.6em;
	height: 44px;
	margin: 0 auto 40px auto;
	text-align: center;
	width: 44px;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
}

div.email_share .cerrar_amigo i {
	margin-top: 13px;

	display: none;
}

div.email_share .contentt .cerrar_amigo:hover {
	border-radius: 50%;
	background: url('../img/no_borrar/kross_w.png') center no-repeat #000;
	background-size: 20px;
}

div.email_share .contentt .btn {
	background: #19181b;
	color: #ffffff;
	display: block;
	float: none;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 50px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

div.email_share .contentt .btn:hover {
	background: #008FBE;
}


div.desplegable_usuario {
	position: absolute;
	background: rgba(0,0,0,0.85);
	right: 0;
	top: 0;
	z-index: 500;
	text-align: right;
	padding:0 30px 0 60px;

	transform: translate(0, -100%);
	-webkit-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);

}
div.desplegable_usuario:after{
	content: '';
	background: #ffffff;
	position: absolute;
	left: -25px;
	top: 0;
	bottom: 0;
	width: 50px;
	z-index: 1;
	transform: skew(35deg, 0deg);
	-webkit-transform: skew(35deg, 0deg);
	-moz-transform: skew(35deg, 0deg);
	-o-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
}
div.desplegable_usuario a{
	display: inline-block;
	margin: 0 10px;
	line-height: 40px;
	color: #ad9863;
	font-size: 1.3em;
	letter-spacing: 0.05em;
}
div.desplegable_usuario a:hover{
	color: #ffffff;
}

.swipe-content {
	display: none;
}
.pswp__caption__center {
	text-align: center;
}



/*** Subir al Top de la página *******************************************************************/
.btn_goup {
	background: #008FBE;
	border: 1px solid #008FBE;
	bottom: -45px;
	color: #FFFFFF;
	font-size: 2em;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: -45px;
	text-align: center;
	width: 40px;
	z-index: 9;
}

.btn_goup:hover {
	background: #FFFFFF;
	color: #008FBE;
}

.btn_goup.goup_visible {
	bottom: 0;
	right: 0;
}