@charset "UTF-8";

@font-face {
    font-family: 'necesitounsello';
    src: url('fonts/necesitounsello.eot?smlrgv');
    src: url('fonts/necesitounsello.eot?smlrgv#iefix') format('embedded-opentype'),
         url('fonts/necesitounsello.ttf?smlrgv') format('truetype'),
         url('fonts/necesitounsello.woff?smlrgv') format('woff'),
         url('fonts/necesitounsello.svg?smlrgv#necesitounsello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.dlwico {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'necesitounsello' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	display: inline-block;
}

#website {
	display: none;
}

.ico-carrito:before {
    content: "\e93a";
}
.ico-home:before {
    content: "\f015";
}
.ico-pregunta:before {
    content: "\f059";
}
.ico-user:before {
    content: "\e971";
}
.ico-tampon:before {
    content: "\e910";
}
.ico-disena:before {
    content: "\e912";
}
.ico-sobre:before {
    content: "\f0e0";
}
.ico-mano:before {
    content: "\f087";
}
.ico-careta:before {
    content: "\f118";
}
.ico-enviar-archivo:before {
    content: "\e900";
}
.ico-lupa:before {
    content: "\f002";
}
.ico-info:before {
    content: "\f05a";
}
.ico-reloj:before {
    content: "\f017";
}
.ico-corazon:before {
    content: "\f08a";
}
.ico-telefono:before {
    content: "\f095";
}
.ico-bars:before {
    content: "\f0c9";
}
.ico-esquina-izq:before {
    content: "\f104";
}
.ico-esquina-der:before {
    content: "\f105";
}
.ico-esquina-arriba:before {
    content: "\f106";
}
.ico-numero-1:before {
    content: "\e901";
}
.ico-numero-2:before {
    content: "\e902";
}

.ico-borde-recto:before {
    content: "\e904";
}
.ico-borde-curvo:before {
    content: "\e905";
}

.ico-cuadrado:before {
    content: "\e909";
}
.ico-addtext:before {
    content: "\e915";
}
.ico-bold:before {
    content: "\f032";
}
.ico-italic:before {
    content: "\f033";
}
.ico-alinear-izq:before {
    content: "\f036";
}
.ico-alinear-centro:before {
    content: "\f037";
}
.ico-alinear-der:before {
    content: "\f038";
}
.ico-curvar-abajo:before {
    content: "\e913";
}
.ico-curvar-arriba:before {
    content: "\e914";
}
.ico-formas:before {
    content: "\e911";
}
.ico-linea:before {
    content: "\e908";
}
.ico-circulo:before {
    content: "\e90a";
}
.ico-triangulo:before {
    content: "\e90b";
}
.ico-elipse:before {
    content: "\e90c";
}
.ico-rectangulo:before {
	content: "\e907";
}
.ico-carpeta:before {
    content: "\f07b";
}
.ico-centrar:before {
    content: "\e98a";
}
.ico-flecha-izq:before {
    content: "\f060";
}
.ico-flecha-der:before {
    content: "\f061";
}
.ico-flecha-arriba:before {
    content: "\f062";
}
.ico-flecha-abajo:before {
    content: "\f063";
}
.ico-rotar-der:before {
    content: "\f01e";
}
.ico-rotar-izq:before {
    content: "\f0e2";
}
.ico-invertir-hor:before {
    content: "\e917";
}
.ico-invertir-ver:before {
    content: "\e916";
}
.ico-aumentar:before {
    content: "\f065";
}
.ico-disminuir:before {
    content: "\f066";
}
.ico-zoom-mas:before {
    content: "\f00e";
}
.ico-zoom-menos:before {
    content: "\f010";
}
.ico-papelera:before {
    content: "\e9ac";
}
.ico-reset:before {
    content: "\f021";
}
.ico-image:before {
    content: "\f03e";
}
.ico-cliparts:before {
	content: "\e906";
}
.ico-pdf:before {
	content: "\f1c1";
}
.ico-comentario:before {
	content: "\f0e5";
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
} 
body {
	font-family: 'Open Sans', arial, tahora;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	color: #606a74;
	overflow-x: hidden;
}
p { margin: 0 0 12px 0;	}
a { color: #0d73f0; }
a:hover { color: #1155cc; }
a,
a:hover,
a:focus,
a:active { outline: 0; }
a:focus,
a:active { text-decoration: none; }
ul { padding-left: 15px; }

.wrapper {
    background: #f3f3f3;
    border-top: 9px solid #ce142b;
}
header {
	background-color: #fff;
	-webkit-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.25);		
}
.tbl {
	display: table;
	width: 100%;
}
.fila-top {
	height: 106px;
	padding-top: 16px;
	padding-bottom: 25px;	
}
.logo {
	float: left;
}
.sello-calidad {
	position: relative;
	width: 170px;
	float: left;
	color: #a0b0bd;
	font-weight: 800;
	font-style: italic;
	text-align: right;
	padding: 11px 42px 11px 0;
	line-height: 1.2em;
	margin-top: 10px;
}
.sello-calidad:after {
	content: '\f087';
	font-family: 'necesitounsello';
	font-size: 34px;
	font-style: normal;
	position: absolute;
	top: 18px;
	right: 0;
}
.sello-entrega {
	position: relative;
	width: 130px;
	float: left;
	color: #a0b0bd;
	font-weight: 800;
	font-style: italic;
	text-align: right;
	padding: 11px 44px 11px 0;
	line-height: 1.2em;
	border-left: 1px solid #a2b6c5;
	margin: 10px 0 0 19px;
}
.sello-entrega:after {
	content: '\f0d1';
	font-family: 'necesitounsello';
	font-size: 34px;
	font-style: normal;
	position: absolute;
	top: 18px;
	right: 0;
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.btn-carrito {
	display: block;
	float: right;
	height: 55px;
	padding: 13px;
	color: #fff;
	background-color:#80919e;
	line-height: 2.1em;
	vertical-align: middle;
	margin-top: 10px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.btn-carrito.lleno {
	background-color: #9ac505;
}
.btn-carrito:hover,
.btn-carrito:focus,
.btn-carrito:active {
	text-decoration: none;
	background-color: #7fa400;
	color: #fff;
}
.btn-carrito .dlwico {
	font-size: 19px;
	margin-right: 5px;	
}
.btn-carrito span {
	display: inline-block;
	line-height: 1em;	
}
.btn-carrito .titulo {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;	
}
.items figure {
	display:table;
	width:100%;
	height:170px;
	text-align:center;	
}
.celda {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;	
}
.items figure img {
	margin:0 auto;
}
.btn-carrito .items {
	display: inline-block;
	border-left: 1px solid #fff;
	font-style: italic;
	padding-left: 10px;
	margin-left: 9px;
}
.btn-menu {
	display: none;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	height: 56px;
	padding: 10px 16px;
	border: none;
	color: #80919e;
	text-align: left;
	text-transform: uppercase;
	border-right: 1px solid #c7cfd6;
	line-height: 25px;
	background: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.menu {
	height: 58px;
	border-top: 1px solid #c7cfd6;
	border-bottom: 1px solid #c7cfd6;	
}
#menu-top {
	margin: 0 auto;
	list-style: none;	
}
#menu-top > li {
	display: block;
	float: left;	
}
#menu-top > li > a,
#menu-top > li > span {
	position: relative;
	display: block;
	padding: 20px 30px;
	font-weight: 700;
	color: #80919e;
	line-height: 1.2em;
}
#menu-top > li > a:after,
#menu-top > li > span:after {
	content: '';
	position: absolute;
	top: 17px;
	left: 0;
	display: block;
	width: 1px;
	height: 22px;
	background: #a2b6c5;
}
#menu-top > li:first-child > a,
#menu-top > li:first-child > span {
	padding: 20px 30px 20px 0;	
}
#menu-top > li:first-child > a:after,
#menu-top > li:first-child > span:after {
	display: none;
}
#menu-top > li > a .dlwico,
#menu-top > li > span .dlwico {
	font-size: 23px;
	vertical-align: middle;
	margin-right: 2px;
	margin-top: -5px;
	line-height: 0;
}
#menu-top > li > span {
	color: #ce142b;
}
#menu-top > li > a:hover, #menu-top > li > a:focus, #menu-top > li > a:active {
	text-decoration: none;
	color: #ce142b;
}

.cuerpo {
	padding-top: 23px;	
}

/** BXSlider **/
.bxslider {
	width: 100%;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.bxslider li {
	width: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin: 0;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 5%;
	z-index: 2000;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #c4d2dc;
	width: 15px;
	height: 15px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none;
}
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #c4d2dc;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #ce142b;
}
/** Fin BXSlider **/

/** Slider comentarios **/
.slider-comentarios {
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.comentarios .bx-wrapper {
	padding: 50px;
	background: url('assets/img/comillas-1.gif') no-repeat 0 0, url('assets/img/comillas-2.gif') no-repeat 100% 100%;
}
.slider-comentarios li {
	color: #6ba6d3;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	line-height: 1.25em;
}

.contenedor-columnas {
	margin-left: 300px;
	padding-top: 20px;
}
#menu-columna {
	width: 280px;
	float: left;
	margin-left: -300px;
}
.cuerpo-columna {
	width: 100%;
	float: left;
}

.colbox {
	margin-bottom: 20px;	
}
.colbox-title {
	font-family: 'Montserrat', arial, verdana;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	background: #80919e;
	color: #fff;
	padding: 0;
	margin: 0;
}
.colbox-title .dlwico {
	background: #587184;
	padding: 11px;
	font-size: 20px;	
}
.colbox-title span {
	display: inline-block;
	padding: 0 0 0 12px;	
}
.colbox-content {
	padding: 0 15px;
	background: #dddfe1;
}
.colbox-content ul {
	padding: 0;
	margin: 0;
	list-style: none;	
}
.colbox-content ul li {
	position: relative;
	border-top: 1px solid #bdbbb8;	
}
.colbox-content ul li:first-child {
	border-top: none;
}
.colbox-content ul li a {
	display: block;
	color: #606a74;
	padding: 15px 0 14px 12px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.colbox-content ul li a:before {
	content: '\f0da';
	font-family: 'necesitounsello';
	position: absolute;
	top: 16px;
	left: 0;
}
.colbox-content ul li a:hover {
	color: #ce142b;
	text-decoration: none;
}
.buscador {
	padding-top: 15px;
	padding-bottom: 15px;	
}
.buscador .btn {
	background-color: #a8adb4;
	color: #fff;
	border-radius: 0;	
}

.horarios {
	margin-bottom: 25px;	
}
.horarios-title {
	display: inline-block;
	font-family: 'Montserrat', arial, verdana;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	background: #ec2840;
	color: #fff;
	padding: 0;
	margin: 0;
}
.horarios-title .dlwico {
	background: #ce142b;
	padding: 11px;
	font-size: 20px;	
}
.horarios-title span {
	display: inline-block;
	padding: 0 15px 0 12px;	
}
.horarios-content {
	border: 2px solid #ce142b;
	padding: 19px;
	background: #fff;	
}

.intro {
	margin-bottom: 25px;	
}
.intro-title {
	display: inline-block;
	font-family: 'Montserrat', arial, verdana;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	color: #e64659;
	padding: 0;
	margin: 0 0 10px 0;
}
.intro-content {
	padding: 19px;
	background: #fff;	
}
.intro-title.azul {
	color: #6ba6d3;	
}
.intro-title.verde {
	color: #72c100;	
}

.items > [class^="col-"],
.items > [class*=" col-"] {
	padding-bottom: 20px;
}
.items-title {
	display: inline-block;
	font-family: 'Montserrat', arial, verdana;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	color: #ce142b;
	padding: 0;
	margin: 0 0 10px 0;
}
.item {
	display: block;
	border: 1px solid #bdbbb8;
	background: #fff;
	padding: 20px;
	color: #606a74;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item:hover {
	color: #606a74;
	text-decoration: none;
	border-color: #8c8a85;
	-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 .info {
	position: relative;
	padding-top: 10px;
	margin-top: 9px;
	border-top: 1px solid #bdbbb8;
	height: 80px;
	text-align: center;
	overflow: hidden;
}
.item .info:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
	background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);	
}
.item h2 {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	/*text-transform: uppercase;*/
	overflow: hidden;
}
h2.title {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;	
	overflow: hidden;
}
.item .info span {
	font-weight: 400;
}
.item .precio {
	float: left;
	font-size: 30px;
	font-weight: 700;
	color: #ce142b;
	line-height: 0.8em;
}
.boton {
	display: inline-block;
	font-weight: 600;
	background: #80919e;
	color: #fff;
	padding: 6px 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item .boton {
	display: block;
	float: right;
}
.item .boton.grande {
	float:none;
	text-align:center;
}
.boton:hover,
.boton:focus,
.boton:active {
	background: #5d6a75;
	color: #fff;
	text-decoration: none;
}

.align-right {
	float:right;
}
@media (min-width: 1014px) and (max-width: 1170px), (min-width: 648px) and (max-width: 860px) {
	.item .boton span {
		display: none;	
	}
}

.atencion {
	color: #e64659;
	text-transform:uppercase;
	text-align:center;
	padding:10px;
	border:1px solid #e64659;
	margin-bottom:20px;
}

.fila-pagination {
	text-align: center;
	padding-top: 25px;	
}
.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #8896a1;
	background-color: #fff;
	border: 1px solid #80919e;
	margin: 0 2px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #fff;
	background-color: #80919e;
	border-color: #80919e;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #80919e;
	border-color: #80919e;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #ccc;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.banner-interior {
	margin-bottom: 30px;	
}

.base-detalle {
	background: #fff;
	padding: 25px;
	margin-bottom: 95px;	
}
.item-detalle {
	padding-bottom: 30px;	
}
.item-detalle figure {
	display: table;
	width: 100%;
	height: 345px;
	border: 1px solid #bdbbb8;
	background-color: #fff;
}
.item-detalle figure a {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding: 15px;
}
.item-detalle figure img {
	margin: auto;
	/*---width: 100%;---*/
	max-height:400px;
}
.item-detalle figure a:after {
	content: '\f00e';
	font-family: 'necesitounsello';
	font-size: 24px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #81796b;
}
.item-detalle .titulo {
	font-family: 'Montserrat', arial, verdana;
	font-size: 22px;
	font-weight: 700;
	margin: 30px 0 3px 0;	
}
.item-detalle .referencia {
	font-family: 'Montserrat', arial, verdana;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 25px 0;
}
.item-detalle .descripcion {
	min-height: 170px;
	margin-bottom: 20px;	
}
.precio-detalle {
	font-size: 30px;
	font-weight: 700;
	color: #ce142b;
}
.precio-detalle .iva {
	font-size: 11px;
	font-weight: 600;
	color: #606a74;	
}

.paso .titulo {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 15px 0;
}
.paso .titulo .dlwico {
	font-size: 21px;
	color: #ce142b;
	vertical-align: text-bottom;	
}

ul.colores {
	margin: 0 0 25px 0;
	padding: 0 0 20px 0;
	list-style: none;
	border-bottom: 1px dashed #bdbbb8;		
}
ul.colores li {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #bdbbb8;
}
ul.colores li > div {
	position: relative;
	display: block;
	width: 125px;
	height: 120px;
	padding: 5px;
	overflow: hidden;
	border: 3px solid transparent;
}
ul.colores li > div span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0 0 5px 0;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	color: #606a74;
}
ul.colores li > div input {
	display: none;	
}
ul.colores li > div:hover {
	border-color: #9ac505;
	text-decoration: none;
}
ul.colores li > div.activo {
	border: 3px solid #9ac505;
}
ul.colores li > div.activo:before {
	content: '\f058';
	font-family: 'necesitounsello';
	font-size: 18px;
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	color: #9ac505;
}
ul.colores li > div.activo span {
	color: #4c4c4c;	
}
ul.colores li > div img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 88px;	
}

.nav-tabs {
	border-bottom-color: #bdbbb8;
}
.nav-tabs > li {
	width: 50%;
}
.nav-tabs > li > a {
	font-weight: 700;
	color: #606a74;
	text-transform: uppercase;
	margin-right: 0;
	border: 1px solid #d7d5d3;
	border-bottom-color: #bdbbb8;
	border-radius: 0;
	background-color: #f0f0f0;
	-webkit-box-shadow: inset 0px -1px 0px 0px #d7d5d3;
	-moz-box-shadow: inset 0px -1px 0px 0px #d7d5d3;
	box-shadow: inset 0px -1px 0px 0px #d7d5d3;	
}
.nav-tabs > li > a:hover {
	border-color: #d7d5d3;
	border-bottom-color: #bdbbb8;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #606a74;
	border: 1px solid #bdbbb8;
	border-bottom-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;		
}
.nav-tabs > li .dlwico {
	font-size: 20px;
}
.tab-content {
	position: relative;
	top: -1px;
	border-left: 1px solid #bdbbb8;
	border-right: 1px solid #bdbbb8;	
	border-bottom: 1px solid #bdbbb8;
	padding: 19px;		
}

.tooltip {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.tooltip-inner {
	max-width: 250px;
	background-color: rgba(0,0,0,0.75);
	border-radius: 0;
}
.tooltip.top .tooltip-arrow {
	border-top-color: rgba(0,0,0,0.75);
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: rgba(0,0,0,0.75);
}

.cierra-detalle {
	padding-top: 35px;
	overflow: hidden;	
}
.caja_cantidad {
	clear:both;
	padding-top: 35px;
	overflow: hidden;	
}
.cierra-detalle .precio-detalle, .caja_cantidad .precio-detalle {
	float: left;
	padding-top: 14px;
}
.caja_cantidad {
	padding:20px 0 0 0;	
}
.cierra-detalle .cantidad, .caja_cantidad .cantidad {
	display: inline-block;
	margin-right: 35px;	
}
.cierra-detalle .cantidad .form-control, .caja_cantidad .cantidad .form-control {
	display: inline-block;
	width: 42px;
	text-align: center;	
}
.btn-comprar {
	border:none;
	display: inline-block;
	height: 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 12px;
	color: #fff;
	background-color: #9ac505;
	line-height: 3em;
	vertical-align: central;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;	
}
.btn-comprar.btn-grande {
	height: 70px;
	font-size: 16px;
	width:100%;
}
.btn-comprar .dlwico {
	font-size: 19px;
	margin-right: 5px;	
}
.btn-comprar:hover {
	text-decoration: none;	
}
.btn-comprar:hover,
.btn-comprar:focus,
.btn-comprar:active {
	text-decoration: none;
	background-color: #7fa400;
	color: #fff;
}

.contacto p {
	margin-bottom: 25px;	
}
.intro-content.contacto {
	padding: 28px;	
}
#mapa {
	width: 100%;
	height: 355px;
	margin-bottom: 10px;
	border: 1px solid #a8adb4;
}
.titulo-mapa {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 7px 0;	
}
a.ver-google-maps {
	display: block;
	width: 145px;
	background: url('assets/img/google-maps.jpg') no-repeat right 50%;
	padding-right: 100px;
	color: #5d6e79;
	font-size: 13px;
	margin-bottom: 15px;
}
a.ver-google-maps:hover {
	text-decoration: none;
}
.direccion {
	clear: both;
	margin-bottom: 5px;	
}
.telefono {
	font-size: 19px;
	font-weight: 700;	
}
.cont-captcha label {
	font-size: 12px;	
}
.form-group label {
	font-weight: 600;	
}
.form-control {
	color: #606a74;
	border-color: #a8adb4;
	border-radius: 0;
}
.form-control:focus {
	border-color: #8c8a85;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(215, 211, 205, 0.65);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(215, 211, 205, 0.65);
}
#frm-contacto .checkbox {
	text-align: center;	
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	margin-top: 3px;
}
.botonera {
	padding-top: 10px;
	text-align: center;
}
.btn-enviar {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	border: none;
	background: #80919e;
	white-space: nowrap;
	padding: 8px 25px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	line-height: 1.42857143;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-ms-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}
.btn-enviar:hover {
	background: #636f78;
	color: #fff;
}
textarea { resize: vertical; }

/* Carrito */
.intro-title.carrito {
	color: #9ac505;	
}
.cart-info {
	width: 100%;
}
.cart-info table {
	width: 100%;
}
.cart-info thead td {
	font-family: 'Montserrat', arial, verdana;
	font-size: 14px;
	border-bottom: 1px solid #bdbbb8;
	padding: 12px 10px;
	text-transform: uppercase;
}
.cart-info tbody td {
	padding: 12px 8px;
	border-bottom: 1px solid #bdbbb8;	
}
.cart-info td.remove {
	width: 92px;
	text-align: center;	
}
.cart-info td.remove a {
	font-size: 13px;
	color: #ee4848;
}
.cart-info td.remove a:hover {
	color: #8f0000;
	text-decoration: none;
}
.cart-info td.remove img {
	vertical-align: bottom;	
}
.cart-info td.remove span {
	display: none;
}
.cart-info td.image {
	width: 150px;
	text-align: center;	
}
.cart-info td.name {
	font-family: 'Montserrat', arial, verdana;
}
.cart-info td.name a {
	font-size: 16px;
	font-weight: 700;
	color: #606a74;	
}
.cart-info td.name a:hover {
	text-decoration: none;
	color: #ce142b
}
.cart-info td.name .referencia {
	font-size: 14px;
	font-weight: 400;
	color: #606a74;	
}
.cart-info td.quantity {
	width: 145px;
	text-align: center;	
	white-space: nowrap;
}
.cart-info td.quantity input {
	width: auto;
	height: 30px;
	display: inline-block;
	text-align: center;	
	padding: 1px 8px;
}
.cart-info td.quantity img {
	vertical-align: bottom;	
}
.cart-info td.price,
.cart-info td.total {
	width: 90px;
	text-align: right;	
}
.cart-total {
	width: 100%;
	margin-top: 14px;
	padding: 20px 10px 20px 0;
	border-top: 1px solid #bdbbb8;
	border-bottom: 1px solid #bdbbb8;	
}
.cart-total table {
	font-family: 'Montserrat', arial, verdana;
	float: right;	
}
.cart-total table td {
	padding: 5px 0;	
}
.cart-total .titulo {
	width: 220px;
	font-size: 16px;
	font-weight: 400;	
}
.cart-total .importe {
	font-size: 20px;
	text-align: right;
}
.cart-total .titulo.total {
	color: #ce142b;
	text-transform: uppercase;
	padding-top: 15px;
}
.cart-total .importe.total {
	font-size: 25px;
	font-weight: 700;
	color: #ce142b;
	padding-top: 15px;
}
.cart-total select {
	min-width: 150px;
	font-size: 14px;
	border: 1px solid #80919e;
	-webkit-appearance: none;
    -moz-appearance: none; 
    text-indent: 0.01px;
 	text-overflow: ellipsis;
	background: #80919e url('assets/img/desp-select.png') no-repeat 100% 0;	
	padding: 4px 5px;
	color: #fff;
}
.buttons {
	width: 100%;
	padding: 20px 0 0 0;	
}
.buttons .btn-comprar {
	float: right;	
}
.buttons .btn-continuar {
	font-family: 'Montserrat', arial, verdana;
	float: left;
	font-weight: 14px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background: #80919e;
	padding: 7px 12px;
	margin-top: 9px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;	
}
.buttons .btn-continuar:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545f67;	
}


#contenedor-disenador {
	background: #f0f0f0;
	overflow: hidden;
}
#contenedor-disenador .tools {
	position: relative;
	padding: 10px 0;
	background: #fff;
	margin-left: -5px;
	margin-right: -5px;
}
#contenedor-disenador .tools .grupo {
	border: 1px solid #b9b9b9;
	padding: 2px;
	float: left;
	margin: 5px 5px;
}
#contenedor-disenador .grupo .input-group {
	float: left;
	margin: 3px;
}
#contenedor-disenador .texto .input-group {
	width: 216px;
}
#contenedor-disenador .grupo .input-group textarea {
	height: 40px;
	resize: none;
	padding: 10px;
	color: #464646;
	overflow: hidden;
}
#contenedor-disenador .grupo .input-group textarea:focus {
	position: absolute;
	top: 0;
	left: 0;
	width: 216px;
	height: 102px;
	overflow: auto;
}
#contenedor-disenador .grupo .input-group textarea::-webkit-input-placeholder {
	font-size: 12px;
	color: #878787;
}
#contenedor-disenador .grupo .input-group textarea:-moz-placeholder {
	font-size: 12px;
	color: #878787;
}
#contenedor-disenador .grupo .input-group textarea::-moz-placeholder {
	font-size: 12px;
	color: #878787;
}
#contenedor-disenador .grupo .input-group textarea:-ms-input-placeholder {  
	font-size: 12px;
	color: #878787;
}
#contenedor-disenador .grupo .input-group .btn {
	color: #464646;
	border-radius: 0;
	background-color: #f0f0f0;
	border: 1px solid #b9b9b9;
	min-width: 40px;
	height: 40px;
	padding: 8px 6px;
	z-index: 6;
}
#contenedor-disenador .tools.bottom {
	padding-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
#contenedor-disenador .tools .dlwico.red {
	color: #ca0018;	
}
#contenedor-disenador .selectric {
	border-color: #b9b9b9;	
}
#contenedor-disenador .selectric-wrapper {
	display: block;
	float: left;
	margin: 3px;
}
#contenedor-disenador .selectric-items {
	border-top: none;	
}
#contenedor-disenador .selectric .button::after {
	border-width: 5px;
	border-top-color: #464646;
}
#contenedor-disenador .texto .selectric .label,
#contenedor-disenador .texto .selectric-scroll ul li span {
	font-size: 18px;
}
#contenedor-disenador .texto .selectric-wrapper {
	width: 159px;
	vertical-align: middle;
}
#contenedor-disenador .color .selectric .label,
#contenedor-disenador .color .selectric-scroll ul li span {
	font-size: 14px;
	color: #464646;
}
#contenedor-disenador .color .selectric-wrapper {
	width: 108px;
	vertical-align: middle;
}
#contenedor-disenador .color .selectric-items li {
	line-height: 1.42em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;	
}
#contenedor-disenador .color .ico {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 2px 0 0;
	vertical-align: text-bottom;
  	zoom: 1;	
}
#contenedor-disenador .color .ico.sin-tinta {
	background: url(assets/img/ico-sintinta.gif) no-repeat !important;
}
#contenedor-disenador .color .selectric-items .ico {
	margin-right: 6px;
}
#contenedor-disenador select {
	display: block;
	float: left;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-color: #f8f8f8;
	border: 1px solid #b9b9b9;	
	color: #464646;
	border-radius: 0;
	height: 40px;
	margin: 3px;
	padding: 8px 6px;
	background-image: url(../img/icons/desp-select.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.btn-disenador {
	display: block;
	float: left;
	color: #464646;
	border-radius: 0;
	background-color: #f0f0f0;
	border: 1px solid #b9b9b9;
	min-width: 40px;
	height: 40px;
	margin: 3px;
	padding: 8px 6px;
}
.btn-disenador:hover,
.btn-disenador:focus,
.btn-disenador.focus,
#contenedor-disenador .selectric-hover .label {
	color: #000 !important;
}
.btn-disenador.active {
	background-color: #d9d9d9;	
}
.btn-disenador.toggle-opciones {
	min-width: 30px;	
}
.btn-disenador.toggle-opciones:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #464646;
	border-bottom: none;
}
.btn-disenador.desplegable {
	position: relative;
	padding-right: 30px;
}
.btn-disenador.desplegable:after {
	left: auto;
	right: 10px;
}
#contenedor-disenador .btn-group {
	display: block;
	float: left;
	margin: 3px;
}
#contenedor-disenador .btn-group .btn-disenador {
	display: inline-block;
	margin: 0;
}
#contenedor-disenador .btn-group .btn + .btn,
#contenedor-disenador .btn-group .btn + .btn-group,
#contenedor-disenador .btn-group .btn-group + .btn,
#contenedor-disenador .btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
#contenedor-disenador .dropdown-opciones {
	display: none;
	position: absolute;
	left: 5px;
	right: 5px;
	z-index: 10;
	padding: 12px 15px;
	margin: 16px 0 0 0;
	background: #fff;
	border: 1px solid #b9b9b9;
}
#contenedor-disenador .dropdown-opciones .arrow {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 11px;
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;	
}
#contenedor-disenador .dropdown-opciones .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;	
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;	
}
#box-cliparts {
	margin-top: 6px;
	padding-top: 7px;
	border-top: 1px solid #b9b9b9;
}
#cliparts {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 330px;
	overflow-y: auto;	
}
#cliparts li {
	display: block;
	float: left;
	border: 1px solid #b9b9b9;
	padding: 4px;
	margin: 2px;
	background-color: #f0f0f0;
}
#cliparts li img {
	width: 40px;
	height: auto;	
}
#cliparts-opciones .tab-content {
	padding: 15px;
}
.lista-cliparts {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 325px;
	overflow-y: auto;	
}
.lista-cliparts li {
	display: block;
	float: left;
	border: 1px solid #b9b9b9;
	padding: 4px;
	margin: 2px;
	background-color: #f0f0f0;
}
.lista-cliparts li img {
	width: 40px;
	height: auto;	
}
#orlas li img {
	width: 86px;
}
#curvar-texto-opciones .row-opciones {
	display: table-row;	
}
#curvar-texto-opciones > [class^="col-"],
#curvar-texto-opciones > [class*=" col-"] {
	float: left;	
}
#curvar-texto-opciones .col-tipo-curva {
	width: 95px;
}
#curvar-texto-opciones .col-rango {
	display: table-cell;
	width: 50%;
	padding: 0 0 0 15px;
	vertical-align: middle;
}
#curvar-texto-opciones .col-rango label {
	display: table-cell;
	padding: 0 7px 0 0;
	font-weight: 300;
	vertical-align: middle;
}
#curvar-texto-opciones .col-rango .rango {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
#borde-opciones .row-opciones {
	display: table-row;	
}
#borde-opciones > [class^="col-"],
#borde-opciones > [class*=" col-"] {
	float: left;	
}
#borde-opciones .col-tipo-borde {
	width: 95px;
}
#borde-opciones .col-rango {
	display: table-cell;
	width: 100%;
	padding: 0 0 0 15px;
	vertical-align: middle;
}
#borde-opciones .col-rango label {
	display: table-cell;
	padding: 0 7px 0 0;
	font-weight: 300;
	vertical-align: middle;
}
#borde-opciones .col-rango .rango {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
#formas-opciones .btn-disenador {
	min-width: 70px;
	height: 55px;
	font-size: 12px;
}
#formas-opciones .btn-disenador .dlwico {
	display: block;
	font-size: 18px;
}
#formas-opciones > [class^="col-"],
#formas-opciones > [class*=" col-"] {
	float: left;	
}
#formas-opciones .col-tipo-borde {
	overflow: hidden;
}
#formas-opciones .col-rango {
	width: 100%;
	padding: 22px 0 10px 10px;
	border-top: 1px solid #b9b9b9;
	margin-top: 10px;
}
#formas-opciones .col-rango label {
	display: table-cell;
	padding: 0 7px 0 0;
	font-weight: 300;
	vertical-align: middle;
}
#formas-opciones .col-rango .rango {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
label.zoom {
	float: left;
	font-weight: 300;
	margin: 0 6px 0 0;
	color: #464646;
	line-height: 3.34em;
}
input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	background: transparent;
	padding: 0;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;
	background: transparent; 
	border-color: transparent;
	color: transparent;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 1px solid #b9b9b9;
	border-radius: 0;
	height: 35px;
	width: 20px;
	background: #f0f0f0 url(assets/img/range.gif) no-repeat 50% 50%;;
	cursor: pointer;
	margin-top: -14px;
}
input[type=range]::-moz-range-thumb {
	position: relative;
	border: 1px solid #b9b9b9;
	height: 35px;
	width: 20px;
	border-radius: 0;
	background: #f0f0f0 url(assets/img/range.gif) no-repeat 50% 50%;
	cursor: pointer;
}
input[type=range]::-ms-thumb {
	border: 1px solid #b9b9b9;
	height: 35px;
	width: 20px;
	border-radius: 0;
	background: #f0f0f0 url(assets/img/range.gif) no-repeat 50% 50%;
	cursor: pointer;
	margin-top: 1px;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	background: #f0f0f0;
	border-radius: 0;
	border: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: #f0f0f0;
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	background: #f0f0f0;
	border-radius: 0;
	border: none;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: #f0f0f0;
	border: none;
	border-radius: 0;
}
input[type=range]:focus::-ms-fill-lower {
	background: #f0f0f0;
}
input[type=range]::-ms-fill-upper {
	background: #f0f0f0;
	border: none;
	border-radius: 0;
}
input[type=range]:focus::-ms-fill-upper {
	background: #f0f0f0;
}
/* Loader */
#contenedor-disenador .loader {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 99.5%;
	z-index: 100;	
}
#contenedor-disenador .loader > .loader-circle,
#contenedor-disenador .loader > .loader-circle:after {
	border-radius: 50%;
}
#contenedor-disenador .loader > .loader-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-left: 3px solid #000;
	-webkit-animation: loader-animation 1.1s infinite linear;
	animation: loader-animation 1.1s infinite linear;
}
@-webkit-keyframes loader-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Preview */
#contenedor-disenador .preview {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 101;
	text-align: center;
	padding: 190px 15px 0 15px;
}
#contenedor-disenador .preview .intro {
	margin: 0;
	padding: 0 0 25px 0;
	font-weight: 700;
}
#contenedor-disenador .preview .info {
	padding: 25px 0 25px 0;
}
#contenedor-disenador .preview .btn {
	border: 1px solid #b9b9b9;
	border-radius: 0;
}

footer {
	margin-top: 160px;	
}
footer .previo {
	padding-top: 20px;
	padding-bottom: 20px;	
}
ul.menu-pie {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;	
}
ul.menu-pie li {
	display: block;
	float: left;
	padding: 12px 0 12px 20px;	
}
ul.menu-pie li:before {
	content: '·';
	margin-right: 20px;
	font-weight: 700;	
}
ul.menu-pie li:first-child {
	padding-left: 0;	
}
ul.menu-pie li:first-child:before {
	display: none;	
}
ul.menu-pie li a,
ul.menu-pie li span {
	font-weight: 600;
	color: #80919e;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;	
}
ul.menu-pie li span,
ul.menu-pie li a:hover {
	color: #ce142b;	
	text-decoration: none;
}
.banner-pago {
	float: right;	
}
footer .cierre {
    border-top: 9px solid #ce142b;
	background: #80919e;
}
footer .cierre .container {
	border-top:3px solid #fff;
	width:100%;
	padding-top: 27px;
	padding-bottom: 150px;
	background: url(assets/img/fnd-pie.jpg) no-repeat 50% 0;	
}
footer .cierre .cierre_content {
	margin:0 auto;
	width:100%;
	max-width:1200px;
}
footer .logo-footer {
	float: left;	
}
footer .tel-container {
	float: left;
	color: #fff;
	padding: 0 0 0 5px;
	margin: 0 0 0 19px;
	border-left: 1px solid #aabac6;	
}
footer .tel {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	padding: 13px 20px 5px 45px;
}
footer .tel:before {
	content: '\f095';
	font-family: 'necesitounsello';
	position: absolute;
	left: 15px;
	top: 15px;	
}
footer .email {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 20px 13px 45px;
}
footer .email a {
	color: #fff;
}
footer .email:before {
	content: '\f0e0';
	font-family: 'necesitounsello';
	position: absolute;
	left: 15px;
	top: 5px;	
}
footer address {
	float: left;
	font-style: normal;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}
a.powered {
	display: block;
	float: right;
	opacity: 0.6;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	-ms-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;	
}
a.powered:hover {
	opacity: 1;	
}
.scroll-top {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	line-height: 1.8em;
	color: #fff;
	font-size: 24px;
	background-color: #6ba6d3;
	z-index: 999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.tbl_total td {
	padding: 4px;
}

.submit {
	text-align:right;	
}
.forgotten {
	line-height:35px;	
}

table.listado td {
	padding: 10px;
}
table.listado tr:nth-child(odd) td {
	background:#ececec;
}

.left {
	float: left;
}
.right {
	float: right;
}

div.warning {
	background:#ffebeb;
	margin-bottom:20px;
	border-top:1px solid #ad0000;
	border-bottom:1px solid #ad0000;
	padding:5px 10px;
	color:#ad0000;
}

ul.list a {
	color:#80919e;
}

#vista-previa-cont-img img, #add-carro-cont-img img {
	background:#fff;
	border:1px dashed #ccc;	
}
.redondo #vista-previa-cont-img img, .redondo #add-carro-cont-img img {
	border-radius:50%;
}

.fichas {
	overflow:hidden;
	padding:10px 0;
	margin:0 -10px;
}
.ficha {
	float:left;
	padding:10px;
	width:25%;	
}
.ficha img {
	width:100%;
	height:auto;	
}
.fichas a img {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;	
}
.fichas a:hover img {
	opacity:0.5;	
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	color:#999;	
}
.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover {
	color:#999 !important;	
}

.moduleRow, .moduleRowOver, .moduleRowSelected {
	cursor:pointer;	
}

.box-opcion-disenador {
	padding: 14px;
	margin-bottom: 20px;
	border: 1px solid #bdbbb8;
}
.box-opcion-disenador h5 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 8px 0;
	padding-bottom: 9px;
	border-bottom: 1px solid #bdbbb8;
	text-transform: uppercase;
}
.box-opcion-disenador p {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-right: 10px;
}
.box-opcion-disenador button {
	display: table-cell;
	font-size: 14px;
	font-weight: 700;
	height: 50px;
	color: #fff;
	background-color: #9ac505;
	border: none;
	padding: 5px 15px;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;		
}
.box-opcion-disenador button:hover {
	background-color: #7fa400;
}
@media (max-width: 440px) {
	.box-opcion-disenador p,
	.box-opcion-disenador button {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1154px) {
	ul.menu-pie {
		width: 100%;
		text-align: center;
		float: none;	
	}
	ul.menu-pie li {
		display: inline-block;
		float: none;
	}
	.banner-pago {
		float: none;
		margin: auto;
	}		
}

@media (max-width: 1014px) {
	.wrapper {
		position: relative;
		left: 0;
		z-index: 2;
		-webkit-box-shadow: -1px 0px 3px 0px rgba(0,0,0,0.55);
		-moz-box-shadow: -1px 0px 3px 0px rgba(0,0,0,0.55);
		box-shadow: -1px 0px 3px 0px rgba(0,0,0,0.55);		
		-webkit-transition: left 0.3s ease;
		-moz-transition: left 0.3s ease;
		-ms-transition: left 0.3s ease;
		-o-transition: left 0.3s ease;
		transition: left 0.3s ease;			
	}
	#menu-top,
	#menu-columna {
		display: none;	
	}
	.btn-menu {
		display: block;	
	}	
	.contenedor-columnas {
		margin-left: 0;
	}	
	#offcanvas {
		display: block;
		position: fixed;
		width: 250px;
		left: 0;
		top: 0;
		bottom: 0;
		background: #dddfe1;
		overflow-y: auto;
		padding: 0;
		z-index: 1;				
	}
	body.show-menu {
		position: fixed;
	}	
	body.show-menu .wrapper {
		left: 250px;	
	}	
	#menu-top-movil {
		padding: 0;
		margin: 0 0 20px 0;
		list-style: none;	
	}
	#menu-top-movil li {
		border-top: 1px solid #bdbbb8;
	}
	#menu-top-movil li a,
	#menu-top-movil li span {
		display: block;
		color: #606a74;
		padding: 15px 0 14px 12px;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		-ms-transition: color 0.3s;
		-o-transition: color 0.3s;
		transition: color 0.3s;
	}
	#menu-top-movil li span,
	#menu-top-movil li a:hover {
		color: #ce142b;	
		text-decoration: none;	
	}
	#buscador-movil {
		margin-bottom: 0;	
	}
}
@media (min-width: 1015px) {
	.clon {
		display: none !important;	
	}
}

@media (max-width: 991px) {
	.cont-captcha {
		text-align: center;	
	}
	.cont-captcha img {
		margin: auto;	
	}
	.cont-captcha input {
		width: 150px;
		margin: auto;
	}
	.cont-captcha > [class^="col-"],
	.cont-captcha > [class*=" col-"] {
		width: 100%;
		float: none;
	}
	#frm-contacto {
		margin-bottom: 30px;	
	}
}

@media (max-width: 890px) {
	.sello-calidad {
		display: none;
	}
	.sello-entrega {
		display: none;
	}	
}

@media (max-width: 824px) {
	footer .cierre {
		text-align: center;
	}	
	footer .logo-footer {
		display: block;
		margin: 0 auto 20px auto;
		float: none;	
	}
	footer .tel-container {
		display: inline-block;
		float: none;
		padding: 13px 20px 13px 30px;
		margin: 0;
		border: none;
	}
	footer .email,
	footer .tel {
		padding-left: 0;
		padding-right: 0;
	}	
	footer .email:before,
	footer .tel:before {
		display: none;
	}	
	footer address {
		float: none;
	}
	a.powered {
		float: none;
		margin-top: 15px;
	}	
}

@media (max-width: 767px) {
	.ficha {
		width:50%;	
	}
	.submit {
		text-align:center;	
	}
	.forgotten {
		line-height:35px;	
	}
	.bx-wrapper .bx-pager {
		display: none;	
	}
	ul.menu-pie li {
		display: block;
		padding: 5px 0 5px 0;
	}
	ul.menu-pie li:before {
		display: none;
	}
	.banner-pago {
		margin: 15px auto;
	}
	.item-detalle .descripcion {
		min-height: 0;
	}
	.item-detalle .precio {
		text-align: center;	
	}
	.cierra-detalle, .caja_cantidad {
		text-align: center;	
		padding-top: 10px;
	}
	.cierra-detalle .precio-detalle, .caja_cantidad .precio-detalle {
		float: none;
		padding-bottom: 20px;
		margin-bottom: 19px;
		line-height: 0.8em;
		border-bottom: 1px dashed #bdbbb8;
	}
	.cierra-detalle .precio-detalle .iva, .caja_cantidad .precio-detalle .iva {
		display: block;	
	}
	.cierra-detalle .pull-right, .caja_cantidad .pull-right {
		float: none !important;
	}
	.cierra-detalle .cantidad, .caja_cantidad .cantidad {
		display: block;
		margin: 0;
		padding-bottom: 15px;	
	}
	
	.cart-info thead {
		display: none;
	}
	.cart-info tbody td {
		display: block;
		width: 100% !important;
		border: none;
		text-align: center;
	}
	.cart-info td.remove {
		padding: 5px 0;
	}
	.cart-info td.remove span {
		display: inline;	
	}	
	.cart-info td.price,
	.cart-info td.total {
		text-align: center;
		padding: 5px 0;
	}
	.cart-info td.total {
		border-bottom: 1px solid #bdbbb8;
		margin-bottom: 20px;
		padding-bottom: 30px;	
	}
	.cart-info td.price:before,
	.cart-info td.total:before {
		content: attr(data-label);
	}
	.cart-total {
		margin: 0;
		padding: 20px 0;
	}
	.cart-total table {
		width: 250px;
		float: none;
		margin: auto;	
	}
	.cart-total .titulo {
		width: auto;	
	}
}

@media (max-width: 648px) {
	.items > [class^="col-"],
	.items > [class*=" col-"] {
		width: 100%;
		float: none;
	}
	.item .info {
		height: auto;
		padding-bottom: 15px;
	}	
}

@media (max-width: 585px) {
	.btn-carrito {
		position: relative;
		width: 55px;
		text-align: center;	
	}
	.btn-carrito .titulo {
		display: none;
	}
	.btn-carrito .items {
		position: absolute;
		top: -11px;
		left:  -11px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #f00;
		padding: 2px 4px;
		margin: 0;
		min-width: 23px;
		border: none;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.6em;
		text-align: center;
	}
	.btn-carrito .items.vacio {
		display:none;	
	}
	.btn-carrito .items .tienes,
	.btn-carrito .items .articulos {
		display: none;
	}
	.btn-carrito .dlwico {
		font-size: 19px;
		margin-right: 0;
		line-height: 1.5em;	
	}
	.buttons {
		text-align: center;	
	}
	.buttons .btn-comprar {
		float: none;
		display: block;
		margin: 20px auto 0 auto;
	}
	.buttons .btn-continuar {
		float: none;
		display: block;
		margin: auto;
	}			
}

@media (max-width: 528px) {
	.nav-tabs > li > a {
		text-align: center;
	}
	.nav-tabs > li > a > span {
		display: none;
	}
}

@media (max-width: 359px) {
	.logo {
		width: 220px;
		margin-top: 5px;
	}
}