* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    outline: none !important;
}
body {
	font-family: 'Open Sans', arial, tahoma;
	font-size: 14px;
	font-weight: 400;
	color: #1d1d1b;
	line-height: 1.2em;
	background: #fff url(../img/fnd.jpg);
}
p {
	margin: 0 0 14px 0;
}
a {
	color: #0070f3;
	outline: 0;
	text-decoration: none;
}
a:hover {
	color: #00326d;
	text-decoration: none;
	outline: 0;
}
a:focus,
a:active { 
	color: #0d73f0;
	text-decoration: none;
	outline: 0;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1200px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
.gutters-10 {
	margin-right: -5px;
	margin-left: -5px;
}
.gutters-10 > [class^="col-"],
.gutters-10 > [class*=" col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

/* Cabecera */
#cabecera {
	position: relative;
	width: 100%;
	padding: 20px 0;
	border-top: 13px solid #ed693b;
	border-bottom: 1px solid #dadada;
	background-color: #fff;
}
.logo {
	float: left;
}
.cabecera-opciones {
	float: right;
	margin-top: 10px;
}
.cabecera-tools {
	float: left;
}
.cabecera-tools .btn-menu {
	float: left;
	margin-left: 3px;
}
.cabecera-buscador {
	display: none;
	position: relative;
	width: 100%;
	height: 60px;
	background: #d9d9d9;
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: -20px;
}
.cabecera-buscador .form-control {
	border: none;
	border-radius: 0;
	height: 40px;
	color: #1d1d1b;
	font-size: 25px;
	font-weight: 700;	
	font-style: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cabecera-buscador .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cabecera-buscador .form-control::-moz-placeholder {
	color: #a5a5a5;
	opacity: 1;
	font-size: 25px;
	font-weight: 700;	
	font-style: normal;
}
.cabecera-buscador .form-control:-ms-input-placeholder {
	color: #a5a5a5;
	font-size: 25px;
	font-weight: 700;	
	font-style: normal;
}
.cabecera-buscador .form-control::-webkit-input-placeholder {
	color: #a5a5a5;
	font-size: 25px;
	font-weight: 700;	
	font-style: normal;
}
.cabecera-buscador .flecha {
	bottom: 100%;
	left: 0;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(217, 217, 217, 0);
	border-bottom-color: #d9d9d9;
	border-width: 10px;
	margin-left: -10px;
	-webkit-transition: left .5s;
	transition: left .5s;
}
/* Fin Cabecera */

@media (min-width: 992px) {
	#open-offcanvas {
		display: none;
	}
	.clone {
		display: none;
	}	

	/* Menu */
	#menu-principal {
		float: left;
	}
	.menu-principal-lista {
		float: left;
		padding: 8px 0;
		margin: 0;
		list-style: none;
	}
	.menu-principal-lista li {
		position: relative;
		display: block;
		float: left;
		padding: 0 20px;
	}
	.menu-principal-lista li:after {
		content: '';
		width: 1px;
		height: 15px;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -7px;
		background-color: #ed693b;
	}
	.menu-principal-lista li a,
	.menu-principal-lista li span {
		font-size: 14px;
		font-weight: 600;
		display: block;
		text-transform: uppercase;
		color: #1d1d1b;
		padding: 9px 10px;
		line-height: 1em;
		background-color: #fff;
		-webkit-transition: background-color .2s;
		transition: background-color .2s;
	}
	.menu-principal-lista li a:hover,
	.menu-principal-lista li.activo span {
		background-color: #eaeaea;
	}
	.menu-principal-titulo {
		display: none;
	}
	/* Fin Menu */

	/* Categorias */
	.menu-categorias {
		padding: 20px;
		background-color: #f0f0f0;
	}
	.menu-categorias-titulo {
		position: relative;
		font-size: 16px;
		font-weight: 800;
		text-transform: uppercase;
		margin: 0 0 14px 0;
		padding-left: 13px;
		line-height: 1em;
	}
	.menu-categorias-titulo:before {
		content: '';
		width: 6px;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		background-color: #ed693b;
	}
	.menu-categorias-lista {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.menu-categorias-lista > li + li {
		margin-top: 6px;
	}
	.menu-categorias-lista > li > a {
		width: 100%;
		/*overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;*/
		position: relative;
		display: block;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		color: #1d1d1b;
		padding: 10px 18px;
		background-color: #d9d9d9;
		-webkit-transition: color .15s, background-color .15s;
		transition: color .15s, background-color .15s;
	}
	.menu-categorias-lista > li > a:before {
		content: '\2022';
		position: absolute;
		top: 10px;
		left: 9px;
		font-size: 15px;
	}
	.menu-categorias-lista > li.desplegable > a:after {
		content: "\e902";
		font-family: 'icons' !important;
		font-size: 9px;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align: 1px;
		margin-left: 6px;	
	}
	.menu-categorias-lista > li.desplegable.abierto > a:after {
		content: "\e900";
	}
	.menu-categorias-lista > li > a:hover,
	.menu-categorias-lista > li.activo > a {
		color: #fff;
		background-color: #1d1d1b;
	}
	.menu-categorias-lista-sub {
		display: none;
		padding: 0;
		margin: 6px 0 0 0;
		list-style: none;
	}
	.abierto .menu-categorias-lista-sub {
		display: block;
	}
	.menu-categorias-lista-sub li a {
		position: relative;
		display: block;
		font-size: 14px;
		color: #1d1d1b;
		padding: 6px 8px;
	}
	.menu-categorias-lista-sub li a:before {
		content: '-';
		position: absolute;
		top: 5px;
		left: 0;
	}
	.menu-categorias-lista-sub li a:hover span {
		border-bottom: 1px dashed #9f9f9f;
	}
	/* Fin Categorias */	
}

/* Idiomas */
#idiomas {
	position: relative;
	float: left;
	padding: 8px 20px 8px 15px;
}
.idioma-activo {
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding: 9px 10px;
	line-height: 1em;
	color: #1d1d1b !important;
}
.idioma-activo .ico {
	font-size: 8px;
	margin-left: 2px;
	vertical-align: 1px;
}
.open .idioma-activo,
.idioma-activo:hover {
	background-color: #eaeaea;
}
.lista-idiomas {
	visibility: hidden;
	opacity: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	right: 10px;
	background-color: #f2f2f2;
	width: 100px;
	z-index: 2;
	transform: translateY(10px);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-webkit-transition: visibility .3s, opacity .3s, transform .4s;	
	transition: visibility .35s, opacity .35s, transform .4s;	
}
.open .lista-idiomas {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.lista-idiomas:after,
.lista-idiomas:before {
	bottom: 100%;
	right: 18px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.lista-idiomas:after {
	border-color: rgba(242, 242, 242, 0);
	border-bottom-color: #f2f2f2;
	border-width: 6px;
	margin-left: -6px;
}
.lista-idiomas:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #cccccc;
	border-width: 7px;
	margin-left: -7px;
}
.lista-idiomas li + li {
	border-top: 1px solid #dadada;
}
.lista-idiomas li a {
	display: block;
	padding: 6px 15px;
	color: #1d1d1b;
	text-align: center;
}
/* Fin Idiomas */

/* Estructura */
#cuerpo {
	padding-top: 30px;
	padding-bottom: 30px;
}
.columnas-wrapper {
	margin-left: 260px;
}
.columnas-contenido {
	width: 100%;
	float: left;
}
.columnas-lateral {
	position: relative;
	right: 100%;
	width: 240px;
	float: left;
	margin-left: -260px;
}
.columnas-wrapper:before,
.columnas-wrapper:after {
	content: " ";
	display: table;
}
.columnas-wrapper:after {
	clear: both;
}
/* Fin Estructura */

.descargas {
	padding: 30px 0 0 0;
}
.descargas a {
	display: inline-block;
	padding: 8px 15px 8px 10px;
	color: #fff;
	background: #1d1d1b;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	transition: background .2s;
}
.descargas a:hover {
	background: #333;
}
.descargas a svg {
	width: 19px;
	height: 25px;
	margin-right: 5px;
	vertical-align: -7px;
}
.descargas a i {
	margin-left: 3px;
	vertical-align: -1px;
}
.opciones-detalle {
	padding: 0 20px 20px 20px;
}
.opciones-detalle label {
	display: block;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.opciones-detalle select {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

/* Form */
label {
	font-weight: 700;
	color: #1d1d1b;
	margin-bottom: 10px;
}
label.privacidad {
	font-size: 14px !important;
	text-transform: none !important;
}
.form-control {
	height: 46px;
	color: #1d1d1b;
	border-color: #b1b1b1;
	border-radius: 0;
}
.form-control:focus {
	border-color: #929292;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.3);
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	margin-top: 2px;
}
textarea, input[type=text] {
	-webkit-appearance: none;
}
textarea {
	resize: vertical;
}
/* Fin Form */

/* Captcha */
.form-validation {
	text-align: center;
}
.form-validation .clearfix {
	width: 167px;
	margin: auto;
}
.form-validation label {
	font-size: 12px;
	text-transform: none;
}
.valida-operacion {
	float: left;
	height: 45px;
	line-height: 44px;
	border: 1px solid #bfbfbf;
	background-color: #f5f5f5;
	padding: 0 20px;
}
.valida-operador {
	float: left;
	height: 45px;
	line-height: 44px;
	padding: 0 7px;
}
.valida-input {
	float: left;
	width: 70px;
	text-align: center;
}
/* Fin Captcha */

/* Contacto */
#form-contacto {
	padding: 35px 50px 50px;
}
.form-legal {
	margin: 25px 0;
	text-align: center;
}
.form-legal.short {
	margin: 15px 0;
}
.form-submit {
	text-align: center;
}
.form-submit .btn-accion {
	width: 250px;
}
.form-control.error {
	border: 1px solid #b60000;
	background: #ffdddd;
}
.localizacion-item {
	margin: 32px 0 50px 0;
}
.mapa {
	clear: both;
	width: 100%;
	height: 425px;
	border: 1px solid #b1b1b1;
}
.localizacion-item-titulo {
	float: left;
	margin-bottom: 8px;
}
.localizacion-item-telefono {
	font-size: 18px;
	font-weight: 700;
	float: right;
	margin-bottom: 8px;
}
.localizacion-item-telefono .ico {
	vertical-align: -2px;
}
/* Fin Contacto */

/* Botones */
.btn-menu {
	color: #1d1d1b;
	line-height: 31px;
	padding: 0;
	width: 48px;
	height: 48px;
	line-height: 47px;
	cursor: pointer;
	text-align: center;
	background-color: #d9d9d9;
	border: none;
	border-radius: 0;
	outline: 0;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
}
.btn-menu:active {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-menu:hover {
	background-color: #b0b0b0;
}
.btn-menu .ico {
	font-size: 24px;
	vertical-align: -6px;
}
.btn-carrito {
	font-weight: 600;
	width: auto;
	padding-left: 18px;
	padding-right: 18px;
	text-transform: uppercase;
}
.btn-carrito .ico {
	font-size: 24px;
	vertical-align: -6px;
	margin-right: 8px;
}
.btn-carrito.lleno {
	color: #fff;
	background-color: #6eb400;
}
.btn-accion {
	font-size: 14px;
	font-weight: 700;
	width: 260px;
	height: 65px;
	border-radius: 0;
	color: #fff !important;
	background-color: #6eb400;
	text-transform: uppercase;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	transition: background-color .25s;
}
.btn-accion:hover {
	background-color: #558b00;
}
.btn-accion .ico {
	font-size: 23px;
	vertical-align: -4px;
	margin-left: 6px;
}
/* Fin Botones */

/* Home */
.banner-home-item {
	position: relative;
	width: 100%;
	height: 320px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.banner-home-item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}
.banner-home-item-claim {
	position: absolute;
	bottom: 30px;
	left: 0;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px 10px 30px;
	background-color: #ed693b;
	line-height: 1em;
	border-right: 11px solid #1d1d1b;
	max-width: 745px;
}
.banner-home-item-claim strong {
	font-weight: 800;
}
#banner-home {
	margin-bottom: 40px;
}
#banner-home .owl-nav {
	position: relative;
	z-index: 2;
	text-align: right;
	margin-top: -66px;
	padding: 0 28px;
}
#banner-home .owl-nav .owl-prev,
#banner-home .owl-nav .owl-next {
    color: #fff;
    font-size: 14px;
    padding: 10px 10px !important;
    background: #1d1d1b;
    display: inline-block;
    cursor: pointer;
    line-height: 1em;
    margin: 0 2px;
}
#banner-home .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.intro-home {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 4px solid #ed693b;
	padding: 10px;
	margin-bottom: 50px;
	background-color: #fff;
}
.intro-home-img {
	display: table-cell;
	width: 205px;
	background-image: url(../img/fachada.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.intro-home-txt {
	display: table-cell;
	padding: 25px 50px;
}
.intro-home-txt p:last-child {
	margin-bottom: 0;
}
.banners-categorias {
	margin-bottom: 50px;
}
.banners-categorias figure {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banners-categorias figcaption {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px 25px 10px 19px;
	min-width: 65%;
	position: absolute;
	left: 0;
	bottom: 34px;
	color: #fff;
	background-color: #1d1d1b;
}
.banners-categorias figcaption:after {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 50px;
	margin-top: -7px;
	content: "\e902";
	font-family: 'icons' !important;
	font-size: 12px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 1px;
	margin-left: 6px;
	-webkit-transition: visibility .3s, opacity .3s, right .3s;
	transition: visibility .3s, opacity .3s, right .3s;
}
.banners-categorias .row > [class^="col-"],
.banners-categorias .row > [class*=" col-"] {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.banners-categorias a:hover figcaption:after {
	visibility: visible;
	opacity: 1;
	right: 10px;
}
/* Fin Home */


/* Carrito */
.titular-cesta {
	position: relative;
	font-family: 'Montserrat', helvetica, arial;
	font-weight: 700;	
	font-size: 30px;
	color: #3a3a3a;
	padding: 0 0 0 60px;
	margin: 0;
	line-height: 1.2em;
}
.titular-cesta:before {
	position: absolute;
	left: 0;
	top: 4px;
	font-family: 'dlw-icons';
	font-size: 46px;
	content: '\e901';
}
.titular-cesta:after {
	content: '';
	width: 100%;
	display: block;
	margin-top: 9px;
	border-bottom: 1px solid #b40d64; 
}
.cesta-container {
	padding: 30px 0;
}
.tbl-carrito {
	width: 100%;
	border-collapse: collapse;
}
.tbl-carrito thead td {
	font-size: 15px;
	font-weight: 700;
	padding: 5px 10px 22px 10px;
	text-align: center;
	border-bottom: 1px solid #d0d0d0;
}
.tbl-carrito thead td.image {
	width: 150px;
	text-align: center;
}
.tbl-carrito thead td.name {
	text-align: left;
}
.tbl-carrito thead td.quantity {
	width: 95px;
}
.tbl-carrito thead td.price {
	width: 95px;
}
.tbl-carrito thead td.total {
	width: 95px;
	text-align: right;
}
.tbl-carrito thead td.remove {
	width: 90px;
	text-align: left;
}
.tbl-carrito tbody td {
	padding: 20px 10px;
	line-height: 1.2em;
	border-bottom: 1px solid #d0d0d0;
}
.tbl-carrito tbody td.remove {
	text-align: center;
	font-size: 24px;
}
.tbl-carrito tbody td.remove a {
	display: inline-block;
	color: #a3a3a3;
}
.tbl-carrito tbody td.remove span {
	display: none;
}
.tbl-carrito tbody td.image {
	padding-left: 0;
	padding-right: 0;
}
.tbl-carrito tbody td.image img {
	margin: auto;
	border: 1px solid #dedede;
}
.tbl-carrito tbody td.quantity {
	text-align: center;
}
.tbl-carrito tbody td.quantity .form-control {
	display: inline-block;
	width: auto;
	text-align: center;
}
.tbl-carrito tbody td.total {
	text-align: right;
}
.tbl-carrito .lnk-producto {
	font-weight: 700;
	color: #3a3a3a;
}
.carrito-resumen {
	padding: 45px 10px;
	border-bottom: 1px solid #d0d0d0;
}
.carrito-importes {
	float: right;
}
.carrito-resumen .totales .term {
	display: inline-block;
	text-align: right;
	min-width: 130px;
}
.carrito-resumen .totales .importe {
	display: inline-block;
	min-width: 120px;
	text-align: right;
}
.carrito-resumen .totales.total {
	padding-top: 20px;
}
.carrito-resumen .totales.total .importe {
	font-size: 21px;
	font-weight: 700;
}
.carrito-resumen .iva {
	color: #d0d0d0;
	text-align: right;
}
.carrito-botones {
	padding: 28px 0;
}
.carrito-botones .lnk-volver {
	position: relative;
	display: block;
	float: left;
	font-weight: 400;
	color: #fff;
	background: #4e4e4e;
	padding: 6px 15px;
	margin-top: 5px;
}
.btn-comprar,
.btn-primary {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
	padding: 10px 30px;
	margin: 0;
	background-color: #6eb400;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-pagar {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	vertical-align: middle;
	padding: 10px;
	margin: 0;
	background-color: #6eb400;
	border: none;
}
.btn-primary {
	display: inline-block;
	border: none;
	float: none;
}
.btn-comprar:hover,
.btn-primary:hover,
.btn-pagar:hover {
	color: #fff;
	background-color: #558b00;
}
.btn-comprar i {
	font-size: 26px;
	margin-right: 5px;
	vertical-align: -7px;
}

.btns-carrito {
	display: block;
	float: right;
	padding-top: 1px;
}
.btns-carrito a {
	width: 20px;
	height: 20px;
	display: block;
	color: #fff;
	background-color: #aaa6a3;
	font-size: 10px;
	margin: 0 0 3px 3px;
	line-height: 20px;
	text-align: center;
}
.btns-carrito a:hover,
.btns-carrito a:active,
.btns-carrito a:focus {
	background-color: #000008;
}
/* Fin carrito */


/* Titulos */
.titulo {
	position: relative;
	font-size: 19px;
	font-weight: 800;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 13px;
	line-height: 1em;
}
.titulo:before {
	content: '';
	width: 6px;
	height: 18px;
	position: absolute;
	top: 6px;
	left: 0;
	background-color: #ed693b;
}
.titulo.azul:before {
	background-color: #00cafc;
}
/* Fin Titulos */

/* Genérico */
.link-mas,
.link-mas:active,
.link-mas:focus {
	display: inline-block;
	color: #1d1d1b;
	padding: 6px 10px;
	background-color: #d9d9d9;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
}
.link-mas:hover {
	color: #fff;
	background-color: #1d1d1b;
}
.link-mas .ico {
	font-size: 11px;
}
.productos-box {
	position: relative;
}
.productos-box .titulo {
	padding: 5px 105px 5px 13px;
}
.productos-box .link-mas {
	position: absolute;
	top: 0;
	right: 0;
}
/* Fin Genérico */

/* Columna */
.banner-columna {
	display: block;
	margin-top: 20px;
}
.banner-ofertas-especiales {
	position: relative;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff !important;
	padding: 24px 10px 24px 85px;
	line-height: 1.1em;
	background: url(../img/fnd-banner-ofertas.jpg) no-repeat;
	transition: text-shadow .3s;
}
.banner-ofertas-especiales .oferta-sticky {
	background: #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
	text-align: center;
	border-radius: 4px;
}
.banner-ofertas-especiales .oferta-sticky:before,
.banner-ofertas-especiales .oferta-sticky:after {
	background: #fff;
	width: 40px;
	height: 40px;	
}
.banner-ofertas-especiales .oferta-sticky span {
	font-size: 34px;
	color: #00cafc;
	line-height: 38px;
}
.banner-ofertas-especiales:hover {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
.banner-exposicion {
	border: 4px solid #ed693b;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}
.banner-exposicion figure {
	position: relative;
}
.banner-exposicion figcaption {
	position: absolute;
	left: 0;
	bottom: 18px;
	color: #1d1d1b;
	background-color: #ed693b;
	padding: 20px;
	font-size: 16px;
	line-height: 1.2em;
	min-width: 80%;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
}
.banner-exposicion figcaption strong {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 800;
}
.banner-exposicion .ico {
	font-size: 11px;
	vertical-align: 2px;
}
.banner-exposicion:hover {
	border-color: #1d1d1b;
}
.banner-exposicion:hover figcaption {
	color: #fff;
	background-color: #1d1d1b;
}
/* Fin Columna */



/* CHECKOUT */
.col {
	float:left;
	padding:5px;	
}
.col-20 {
	width:20%;
}
.col-25 {
	width:25%;
}
.col-30 {
	width:30%;
}
.col-40 {
	width:40%;
}
.col-33 {
	width:33.33%;
}
.col-50 {
	width:50%;	
}
.col-60 {
	width:60%;	
}
.col-70 {
	width:70%;	
}
.col-80 {
	width:80%;	
}
.col-100 {
	width:100%;	
}
.resumen {
	width:554px;
    position: absolute;
    right: 0;
    top: 0;
	bottom:auto;
}
.resumen.fijo {
	position:fixed;
	left:50%;
	top:20px;
	bottom:auto;
	margin-left:36px;
}
.resumen.bottom {
	position: absolute;
	top:auto;
	bottom:0;	
}
.resumen table {
	background: #fff;
}


.resumen .buttons .pull-right {
	float:none;	
}
.resumen .buttons input {
	width:100%;	
}
.checkout_content {
	overflow:hidden;
	padding:0;
	position:relative;	
}
.capa_login {
	padding-bottom:10px;	
}
.apartado {
	border-bottom:1px solid #a7a7a7;
	padding-bottom:0;
	margin-top:0;
	font-size: 18px;
	line-height:30px;	
}
.apartado .numero {
	background:#424242;
	color:#f1f1f1;
	display:inline-block;
	padding:0 8px;
	line-height:30px;	
}
.expand {
	overflow:hidden;
	margin:0 -5px;	
}

.shipping_address_form {
	overflow:hidden;
	padding-bottom:10px;
}
.create_account_form {
	overflow:hidden;
	margin:0 -5px;
	clear:left;
	padding-bottom:10px;	
}
.shipping_address_form {
	display:none;	
}
.login_form {
	display:none;
	overflow:hidden;
	margin:0 -5px;
	padding-bottom:15px;	
}

.clear {
	clear:left;	
}

span.required {
	color:#f00;	
}

.alerta {
	color:#fff;
	padding:20px 0;
	text-align:center;
	margin-bottom:20px;
}
.alerta.alerta-warning {
	background-color:#c00000;	
}
.alerta.alerta-success {
	background-color:#6c9f00;	
}
.aviso {
	padding:20px;
	text-align:center;
	margin-bottom:20px;	
	color: #31708f;
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
}
/* --- */

ul.cuenta {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
ul.cuenta li {
	display: block;
	float: left;
	padding: 5px;
	width: 33.333%;
	text-align: center;
	box-sizing: border-box;
}
ul.cuenta li a {
	display: block;
	border: 1px solid #ccc;
	background: #eee;
	padding: 15px 5px;
	color: #333;
	transition: border-color .2s;
}
ul.cuenta li a:hover {
	border-color: #ed693b;
}
@media (max-width: 992px) {
	ul.cuenta li {
		width: 50%;
	}
}
@media (max-width: 640px) {
	ul.cuenta li {
		width: 100%;
	}
}


/* Items */
.items > [class^="col-"],
.items > [class*=" col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
}
.item {
	position: relative;
	display: block;
	border: 1px solid #b1b1b1;
	padding: 9px;
	background-color: #fff;
	-webkit-transition: -webkit-box-shadow .25s;
	-moz-transition: -moz-box-shadow .25s;
	transition: box-shadow .25s;	
}
.item-info {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.item-nombre,
.item-precio {
	display: table-row;
	width: 100%;
}
.item-nombre {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	color: #1d1d1b;
	text-transform: uppercase;
}
.item-vcenter {
	display: table-cell;
	width: 100%;
	height: 71px;
	vertical-align: middle;
	text-align: center;
}
.item-nombre .item-vcenter {
	border-bottom: 1px solid #b1b1b1;
}
.item-precio {
	line-height: 1.4em;
}
.item-precio .normal {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #575757;
}
.oferta .item-precio .normal {
	font-size: 15px;
	text-decoration: line-through;
}
.oferta .item-precio .especial {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #00cafc;
}
.item-btn {
	font-size: 14px;
	font-weight: 700;
	display: block;
	color: #fff;
	background-color: #6eb400;
	padding: 18px 10px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
}
.item-btn .ico {
	font-size: 11px;
}
.item:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.item:hover .item-btn {
	background-color: #4d7e00;
}
.oferta-sticky { 
	background: #00cafc;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 25px;
	left: 25px;
	text-align: center;
	border-radius: 4px;
}
.oferta-sticky span {
	position: relative;
	z-index: 1;
	font-size: 37px;
	font-weight: 800;
	color: #fff;
	line-height: 48px;
}
.oferta-sticky:before,
.oferta-sticky:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	background: #00cafc;
	border-radius: 4px;
	z-index: 0;
}
.oferta-sticky:before {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}
.oferta-sticky:after {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
}

.well-left {
	background:#fff;
	border:1px solid #ddd;
	padding:20px;
	min-height:325px;
	margin-bottom:20px;
}
.well-right {
	background:#fff;
	border:1px solid #ddd;
	padding:20px;
	min-height:325px;
}
/* Fin Items */

/* Detalle */
.detalle-wrapper {
	margin-bottom: 150px;
}
#detalle-producto-galeria {
	position: relative;
}
.ico-hover {
	opacity: 0;
	position: absolute;
	color: #fff;
	font-size: 30px;
	line-height: 28px;
	top: 60%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 10;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	transition: all 250ms;
	background: #1d1d1b;
	border-radius: 50%;
	padding: 15px;
	display: block;
	vertical-align: middle;
}
.img-galeria:hover .ico-hover {
	opacity: 1;
	top: 50%;
}
.img-galeria-info {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-weight: 700;
	color: #fff;
	background: #1d1d1b;
	padding: 8px 12px;
}
.detalle-top-wrapper {
	text-align: right;
}
.detalle-info {
	padding-left: 29px !important;
}
.form-info {
	padding-top: 30px;
}
form.product_info {
	padding-top: 20px;
}
.detalle-titulo-wrapper {
	border-bottom: 1px solid #b1b1b1;
	padding-top: 50px;
	padding-bottom: 19px;
}
.detalle-titulo {
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	color: #1d1d1b;
	margin: 0 0 8px 0;
}
.detalle-ref {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
}
.detalle-stock {
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	color: #6eb400;
}
.detalle-stock.sin-stock {
	color: #dc0000;
}
.detalle-titulo-bola {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	margin: 23px 0 10px 0;
	padding-left: 8px;
	text-transform: uppercase;
}
.detalle-titulo-bola:before {
	content: '•';
	position: absolute;
	left: 0;	
}
.detalle-lista-caracteristicas {
	padding: 0;
	margin: 0;
	list-style: none;
}
.detalle-lista-caracteristicas li {
	position: relative;
	padding-left: 8px;
	line-height: 1.6em;
}
.detalle-lista-caracteristicas li:before {
	content: '-';
	position: absolute;
	left: 0;
}
.detalle-cantidad-precio {
	margin-top: 32px;
	padding: 20px 0;
	background-color: #f0f0f0;
}
.detalle-cantidad {
	position: relative;
	width: 50%;
	float: left;
	padding: 13px 35px 13px 0;
	text-align: right;
}
.detalle-cantidad:after {
	content: '';
	width: 1px;
	height: 46px;
	background-color: #b1b1b1;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -23px;
}
.detalle-precio {
	width: 50%;
	float: left;
	line-height: 1.6em;
	padding-left: 35px;
}
.detalle-precio .normal {
	font-size: 22px;
	font-weight: 700;
	color: #575757;
	padding-top: 10px;
}
.oferta .detalle-precio .normal {
	font-size: 17px;
	font-weight: 600;
	text-decoration: line-through;
	padding-top: 0;
}
.detalle-precio .especial {
	font-size: 28px;
	font-weight: 800;
	color: #00cafc;
}
.detalle-precio .iva {
	font-size: 11px;
	color: #949494;
}
.input-cantidad {
	display: inline-block;
	width: 55px;
	height: 34px;
	border: 1px solid #b1b1b1;
	background-color: #fff;
	text-align: center;
	margin-left: 11px;
}
.detalle-accion {
	padding: 23px 0;
	text-align: right;
}
/* Fin Detalle */


#capacookies {
	display:none;
	background: rgba(0, 0, 0, 0.5);
	padding: 12px 0;
	position: fixed;
	width: 100%;
	z-index: 2147483647;
	bottom: 0;
}
#capacookies div {
	border: 1px solid #fff;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset;
	margin: 0 auto;
	width:90%;
	max-width: 580px;
	padding: 8px 30px 8px 30px;
	position: relative;
	vertical-align: middle;
	background:#fff;
}
#capacookies p {
	color: #333333;
    font: 11px/16px Tahoma,Arial,Helvetica,Garuda,sans-serif;
    margin: 5px 0;
}
#capacookies p strong {
    display: block;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 3px;
	color: #003895;
}
#capacookies img {
	display: block;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 8px;
	text-indent: 100%;
	top: 11px;
	white-space: nowrap;
	width: 16px;
	cursor: pointer;
}
#capacookies span.aceptar_cookies {
	display:block;
	text-align:center;
	padding:5px 0;
}
#capacookies span.aceptar_cookies a {
	font-size:11px;
	line-height:11px;
	background:#ddd;
	padding:5px 20px;
	color: #333333;
	text-decoration:none;
}
#capacookies span.aceptar_cookies a:hover {
	background:#ccc;
}

/* Pie */
.links-pie {
	display: block;
	background: #ce542a;
	clear: both;
	overflow: hidden;
	margin: 30px 0 0 0;
	padding: 12px 10px 8px 10px;
	text-align: center;
	list-style: none;
}
.links-pie li {
	display: inline-block;
	margin-left: -4px;
	padding: 0;
}
.links-pie li:before {
	font-size: 20px;
	line-height: 20px;
	vertical-align: -3px;
    content:"\2022";
    color:#5a3a0a;
    padding: 0 10px;
}
.links-pie li:first-child:before {
	padding-left: 0;
	content: '';
}
.links-pie li a {
	color: #4c2d00;
	line-height: 14px;
}
.links-pie li a:hover {
	text-decoration: underline;
}
#pie {
	margin-top: 200px;
}
.pie-previo {
	padding-bottom: 16px;
	text-align: right;
	font-size: 40px;
	color: #000;
}
.pie-principal {
	border-top: 10px solid #ffa383;
	background-color: #ed693b;
	padding: 33px 0 0 0;
}
.pie-principal .container {
	position: relative;
}
.pie-logo {
	float: left;
	margin-top: 4px;
}
.pie-contacto {
	color: #5a3a0a;
	float: left;
	padding-left: 26px;
	margin: 0 0 0 26px;
	border-left: 1px solid #fff;
	line-height: 1.4em;
}
.pie-contacto .tipo {
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
}
.pie-contacto .telefono {
	position: relative;
	font-size: 18px;
	font-weight: 800;
	padding-left: 20px;
}
.pie-contacto .telefono:before {
	position: absolute;
	top: 3px;
	left: 0;
	content: "\e90b";
	font-family: 'icons' !important;
	font-size: 19px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
.form-horizontal .form-group {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
	margin-right: 0;
}
/* Fin Pie */

/* Powered */
.powered {
    position: absolute;
    display: block;
    right: 10px;
    top: 0;
    width: 45px;
    height: 18px;
    overflow: hidden;
    -webkit-transition: width .3s;
    transition: width .3s;
}
.powered-svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    fill: #ffa383;
    -webkit-transition: right .3s, fill .5s;
    transition: right .3s, fill .5s;
}
.powered .texto {
    opacity: 0;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
}
.powered .simbolo {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
}
.powered .simbolo_ee,
.powered .simbolo_b {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}
.powered .simbolo_a {
    -webkit-transform: translateX(37px);
    transform: translateX(37px);
}
.powered .simbolo_e {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.powered .simbolo_d {
    opacity: 1;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.powered .simbolo_l {
    opacity: 1;
    -webkit-transform: translateX(37px);
    transform: translateX(37px);
}
.powered .simbolo_w {
    opacity: 1;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}
.powered .simbolo_punto {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.powered:hover {
    width: 171px;
}
.powered:hover .powered-svg {
    fill: #fff;
}
.powered:hover .simbolo {
    opacity: 1;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.powered:hover .simbolo_punto {
    opacity: 0;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.powered:hover .texto {
    opacity: 1;
}

@media (max-width: 992px) {
    .powered {
        position: static;
        float: none;
        width: auto;
        overflow: visible;
        margin-top: 10px;
        text-align: center;
    }
    .powered-svg {
        position: static;
        top: auto;
        right: auto;
    }
    .powered .texto {
        opacity: 1;
    }
    .powered .simbolo {
        opacity: 1;
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    .powered:hover {
        width: auto;
    }
    .powered:hover .powered-svg {
        right: auto;
        fill: #ffe1e1;
    }
    .separador {
        float: none;
        border-left: none;
        margin-left: 0;
        padding: 10px 0 10px 0;
    }
    .pie-cierre ul.legal {
        float: none;
        border: none;
        margin-left: 0;
        padding: 10px 0 10px 0;
    }
}

.powered.fijado {
    width: auto;
}
.powered.fijado .powered-svg {
    position: static;
    top: auto;
    right: auto;
}
.powered.fijado .texto {
    opacity: 1;
}
.powered.fijado .simbolo {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.powered.fijado:hover {
    width: auto;
}
.powered.fijado:hover .powered-svg {
    right: auto;
    fill: #ffe1e1;
}
/* Fin Powered */


/* Pagination */
.pagination-container {
	overflow: hidden;
	padding: 20px 0;
}
.pagination {
	float: right;
	margin: 0;
}
.pagination > li > a,
.pagination > li > span {
	color: #1d1d1b;
	background-color: #d9d9d9;
	border-color: #d9d9d9;
	margin: 0 2px;
	min-width: 37px;
	text-align: center;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #1d1d1b !important;
	background-color: #ed693b !important;
	border-color: #ed693b;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #fff !important;
	background-color: #949494 !important;
	border-color: #949494;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 0;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}
.pagination .ico {
	font-size: 10px;
}
/* Fin Pagination */

/* Icons */
@font-face {
	font-family: 'icons';
	src: url('../fonts/icons.eot?6frtfq');
	src: url('../fonts/icons.eot?6frtfq#iefix') format('embedded-opentype'),
		 url('../fonts/icons.ttf?6frtfq') format('truetype'),
		 url('../fonts/icons.woff?6frtfq') format('woff'),
		 url('../fonts/icons.svg?6frtfq#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
.ico {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ico-phone:before { content: "\e90b"; }
.ico-menu:before { content: "\e909"; }
.ico-flecha-abajo:before { content: "\e900"; }
.ico-carrito:before { content: "\e901"; }
.ico-flecha-derecha:before { content: "\e902"; }
.ico-flecha-izquierda:before { content: "\e90a"; }
.ico-lupa:before { content: "\e903"; }
.ico-visa:before { content: "\e904"; }
.ico-mastercard:before { content: "\e905"; }
.ico-camara:before { content: "\e906"; }
.ico-email:before { content: "\e907"; }
.ico-LogoDELAWEB:before { content: "\e908"; }
.ico-papelera:before { content: "\e9ac"; }
.ico-plus:before { content: "\ea0a"; }
.ico-minus:before { content: "\ea0b"; }
/* Fin Icons */

@media (max-width: 1150px) {
	#banner-home {
		margin-bottom: 20px;
	}
	#banner-home .owl-nav {
		display: none;
	}
}

@media (max-width: 1200px) {
	.columna.col-50 {
		width:100%;	
	}
	.resumen {
		position:static !important;
		padding-left:0 !important;
		margin:0 !important;
	}
}

@media (min-width: 992px) and (max-width: 1100px) {
	.items > [class^="col-"],
	.items > [class*=" col-"] {
		width: 50%;
	}	
}

@media (max-width: 1082px) {
	.btn-carrito {
		padding: 0;
		width: 48px;
	}
	.btn-carrito .ico {
		margin: 0;
		vertical-align: -6px;
	}
	.btn-carrito span {
		display: none;
	}
	.menu-principal-lista li {
		padding: 0 15px;
	}	
}

@media (max-width: 1190px) and (min-width: 768px), (max-width: 520px) {
	.detalle-cantidad {
		display: block;
		float: none;
		width: 100%;
		padding: 0 15px 15px 15px;
		text-align: center;
	}
	.detalle-cantidad:after {
		content: '';
		width: 60%;
		height: 1px;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 50%;
		margin-right: -30%;
	}
	.detalle-precio {
		display: block;
		float: none;
		width: 100%;
		padding: 10px 15px 0 15px;
		text-align: center;
	}
}

@media (max-width: 991px) {
	/* Offcanvas */
	#open-offcanvas {
		display: block;
	}
	#offcanvas-overlay {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
		cursor: pointer;
		z-index: 990;
		overflow: hidden;
	}
	body.offcanvas {
		height: 100%;
		overflow: hidden;
	}	
	/* Fin Offcanvas */

	/* Menu */
	#menu-principal {
		position: fixed;
		top: 0;
		bottom: 0;
		left: -250px;
		width: 250px;
		background: #fff;
		overflow: auto;
		z-index: 999999;
		padding: 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		transition: transform 500ms ease;
	}
	body.offcanvas #menu-principal {
		-webkit-transform: translate3d(250px,0,0);
		-moz-transform: translate3d(250px,0,0);
		-ms-transform: translate3d(250px,0,0);
		transform: translate3d(250px,0,0);
	}
	.menu-principal-lista {
		position: relative;
		padding: 0 0 16px 0;
		margin: 0;
		list-style: none;		
	}
	.menu-principal-lista > li {
		display: block;
		padding: 0;
	}
	.menu-principal-lista > li + li {
		border-top: 1px solid #e3e3e3;
	}
	.menu-principal-lista > li > a,
	.menu-principal-lista > li > span {
		font-size: 14px;
		font-weight: 600;
		display: block;
		text-transform: uppercase;
		color: #1d1d1b;
		padding: 11px 16px;
	}
	.menu-principal-lista > li.activo > span {
		color: #ed693b;
	}
	.menu-principal-titulo,
	.menu-categorias-titulo {
		display: block;
		font-size: 16px;
		font-weight: 800;
		text-transform: uppercase;
		display: block;
		margin: 0;
		padding: 11px 16px;
		background-color: #e3e3e3;
	}	
	/* Fin Menu */

	/* Categorias */
	.menu-categorias {
		display: none;
	}
	.clone {
		display: block;
	}	
	.menu-categorias-lista {
		padding: 0 0 20px 0;
		margin: 0;
		list-style: none;		
	}
	.menu-categorias-lista > li + li {
		border-top: 1px solid #e3e3e3;
	}
	.menu-categorias-lista > li > a {
		width: 100%;
		/*overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;*/
		position: relative;
		display: block;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		color: #1d1d1b;
		padding: 11px 16px;
	}
	.menu-categorias-lista > li.desplegable > a:after {
		content: "\e902";
		font-family: 'icons' !important;
		font-size: 9px;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align: 1px;
		margin-left: 6px;	
	}
	.menu-categorias-lista > li.desplegable.abierto > a:after {
		content: "\e900";
	}	
	.menu-categorias-lista-sub {
		display: none;
		padding: 0 0 11px 0;
		margin: 0;
		list-style: none;
	}
	.abierto .menu-categorias-lista-sub {
		display: block;
	}
	.menu-categorias-lista-sub li {
		padding-left: 16px;
	}
	.menu-categorias-lista-sub li a {
		position: relative;
		display: block;
		font-size: 14px;
		color: #1d1d1b;
		padding: 10px;
	}
	.menu-categorias-lista-sub li a:before {
		content: '-';
		position: absolute;
		top: 9px;
		left: 0;
	}		
	/* Fin Categorias */

	#idiomas {
		padding: 0;
	}
	.idioma-activo {
		display: block;
		width: 48px;
		height: 48px;
		font-size: 14px;
		font-weight: 600;
		padding: 0;
		line-height: 47px;
		color: #000 !important;
		background-color: #d9d9d9;
		text-align: center;
	}

	/* Estructura */
	.columnas-wrapper {
		margin-left: 0;
	}
	.columnas-contenido {
		float: none;
	}
	.columnas-lateral {
		position: relative;
		right: auto;
		width: 100%;
		float: none;
		margin-left: 0;
	}
	/* Fin Estructura */

	.intro-home-txt {
		padding: 25px;
	}

	.banner-columna {
		width: 100%;
		background-size: cover;
	}
	.banner-ofertas-especiales {
		text-align: center;
		padding: 20px 10px;
	}
	.banner-ofertas-especiales .oferta-sticky {
		display: inline-block;
		position: relative;
		top: auto;
		left: auto;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}	
	.banner-ofertas-especiales br {
		display: none;
	}
	.banner-exposicion {
		border: none;
		text-align: center;
	}
	.banner-exposicion br {
		display: none;
	}
	.banner-exposicion img {
		display: none;
	}
	.banner-exposicion figcaption {
		position: static;
		left: auto;
		bottom: auto;
		background-color: #ed693b;
		padding: 20px;
		min-width: 0;
	}

	.pie-previo {
		text-align: center;
	}	
	.pie-logo {
		display: block;
		float: none;
		margin: auto;
	}
	.pie-contacto {
		float: none;
		padding-left: 0;
		border-left: none;
		margin: 15px 0 0 0;
		text-align: center;
	}
	.pie-contacto .telefono {
		display: inline-block;
	}
}

@media (max-width: 840px) {
	.items > [class^="col-"],
	.items > [class*=" col-"] {
		width: 50%;
	}
}

@media (max-width: 767px) {

	.well-left {
		min-height:auto;
	}
	.well-right {
		min-height:auto;
	}

/* Carrito */
	
	.col-20, .col-25, .col-30, .col-33, .col-40, .col-50, .col-60, .col-70, .col-80 {
		width:100%;	
	}
	.resumen {
		position:static !important;
		padding-left:0 !important;
		margin:0 !important;
	}
	
	.cesta-container {
		padding-left: 0;
	}
	.tbl-carrito,
	.tbl-carrito tbody,
	.tbl-carrito tr {
		display: block;
	}
	.tbl-carrito thead {
		display: none;
	}
	.tbl-carrito tbody td {
		display: block;
		width: 100% !important;
		text-align: center !important;
		padding: 10px 10px;
		border-bottom: none;
	}
	.tbl-carrito tbody td.quantity {
		width: 95px !important;
		margin: 0 auto;
	}
	.tbl-carrito tbody td.remove {
		padding-bottom: 0;
		padding-top: 30px;
		font-size: 14px;
	}
	.tbl-carrito tbody td.remove span {
		display: inline-block;
	}
	.tbl-carrito tbody td.remove a {
		width: auto;
		height: auto;
		line-height: 1em;
	}
	.tbl-carrito tbody td.remove a:hover {
		text-decoration: none;
	}
	.tbl-carrito td.price:before,
	.tbl-carrito td.total:before {
		content: attr(data-label);
	}
	.tbl-carrito td.total {
		padding: 0 10px 35px 10px;
		border-bottom: 1px solid #d0d0d0;
	}
	.carrito-importes {
		width: 100%;
		float: none;
	}
	.carrito-resumen .totales {
		overflow: hidden;
	}
	.carrito-resumen .totales .term,
	.carrito-resumen .totales .importe {
		float: left;
		width: 50%;
		min-width: 0;
		padding: 0 5px;
	}
	.carrito-resumen .totales .importe {
		text-align: left;
	}
	.carrito-resumen .iva {
		text-align: left;
		padding-left: 50%;
	}
	.carrito-resumen .iva:before {
		display: inline-block;
		width: 5px;
		content: ' ';
	}
	.carrito-botones {
		text-align: center;
	}
	.carrito-botones .lnk-volver {
		display: inline-block;
		float: none;
	}
	.carrito-botones .btn-carrito {
		float: none;
		margin: 35px auto;
	}
	/* Fin Carrito */

	.detalle-accion {
		text-align: center;
	}
	.detalle-top-wrapper {
		text-align: left;
	}
	.detalle-titulo-wrapper {
		padding-top: 12px;
	}
	.detalle-info {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}	
	.pagination-container {
		text-align: center;
	}
	.pagination {
		float: none;
		margin: 10px 0;
	}
	.pagination > li {
		display: none;
	}
	.pagination-prev,
	.pagination-next {
		display: inline !important;
	}

	.localizacion-item-titulo {
		float: none;
		margin-bottom: 10px;
	}
	.localizacion-item-telefono {
		float: none;
		margin-bottom: 8px;
	}	
}

@media (max-width: 700px) {
	.banners-categorias .row > [class^="col-"],
	.banners-categorias .row > [class*=" col-"] {
		width: 50%;
	}

	#form-contacto {
		padding: 25px 0 0;
	}	
}

@media (max-width: 660px) {
	#cabecera {
		padding: 10px 0; 
	}
	.logo {
		float: none;
		margin: auto;
	}
	.cabecera-opciones {
		float: none;
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #dadada;
	}
	.cabecera-opciones:before,
	.cabecera-opciones:after {
		content: " ";
		display: table;
	}
	.cabecera-opciones:after {
		clear: both;
	}
	#idiomas {
		float: right;
		padding-right: 10px;
	}
	.cabecera-tools {
		padding-left: 10px;
	}
	.cabecera-tools .btn-menu {
		float: right;
		margin: 0 3px 0 0;
	}	
}

@media (max-width: 600px) {
	.intro-home {
		display: block;
	}
	.intro-home-img {
		display: none;
	}		
}

@media (max-width: 421px) {
	.banners-categorias figcaption {
		min-width: 100%;
	}	
	.items > [class^="col-"],
	.items > [class*=" col-"] {
		width: 100%;
		float: none;
	}
}

@media (max-width: 360px) {
	.banners-categorias .row > [class^="col-"],
	.banners-categorias .row > [class*=" col-"] {
		width: 100%;
		float: none;
	}
}