/*

Estilos para nuestro sitio, hermosos como un oceano.
Eres libre de modifcar esta hoja a tu antojo. Be water my friend...

*/

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler.eot');
    src: url('../fonts/Butler.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Butler.woff2') format('woff2'),
        url('../fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.woff2') format('woff2'),
        url('../fonts/Muli-Bold.woff') format('woff'),
        url('../fonts/Muli-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBold.woff2') format('woff2'),
        url('../fonts/Muli-SemiBold.woff') format('woff'),
        url('../fonts/Muli-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light.woff2') format('woff2'),
        url('../fonts/Muli-Light.woff') format('woff'),
        url('../fonts/Muli-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Regular.woff2') format('woff2'),
        url('../fonts/Muli-Regular.woff') format('woff'),
        url('../fonts/Muli-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	    	box-sizing:border-box
}
html {
	image-rendering: auto;
	    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
	font-size: 62.5%; /* Para usar rem de forma "amable": 1px = 1rem */
	-webkit-text-size-adjust:100%;
		-ms-text-size-adjust:100%;
}
html.noscroll{
	overflow: hidden;
}
body {
	width: 100%;
	margin: 0 auto !important;
	overflow-x:hidden;
	font-family: 'Muli';
	font-weight: 300;
	font-size: 14px; /* Fallback por si algún navegador no lee rem (usar siempre, no sólo en body) */
	font-size: 1.4rem;
	letter-spacing: 1.08px;
	line-height: 1.6;
	color: #4F4F4F;
	background: #414141;
	-webkit-font-variant-ligatures: normal;
       -moz-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
	text-rendering: optimizeLegibility;
}

a {
	-webkit-transition: .3s ease-in-out;
        	transition: .3s ease-in-out;
}
a:focus,
a:active,
button:focus,
button:active { outline: 0 !important; }
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
footer { padding: 20px; }
.contenido,
.wrap,
.main,
.sidebar,
section,
.section {
	display: block;
	position: relative;
}
section,
.section {
	overflow: hidden;
}
.contenido {
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.wrap {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 50px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #242323;
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #242323;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #242323;
	opacity: 1;
}
@media all and (max-width: 767px) {
	.contenido {
		margin-top: 50px;
	}
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TIPOGRAFÍA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Butler';
	font-weight: normal;
	margin-top: 0;
	line-height: 45px;
	line-height: 4.5rem;
	letter-spacing: 0;
	color: #242323;
	margin-bottom: 20px;
}
h1, .h1 {
	line-height: 1.1;
	font-size: 60px;
	font-size: 6rem;
}
h2, .h2 {
	font-size: 40px;
	font-size: 4rem;
}
h3, .h3 {
	font-size: 32px;
	font-size: 3.2rem;
}
h4, .h4, h5, .h5, h6, .h6 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 35px;
	line-height: 3.5rem;
}
h5, .h5, h6, .h6 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
}
.p {
	font-family: 'Muli';
	font-weight: 300;
	font-size: 14px; /* Fallback por si algún navegador no lee rem (usar siempre, no sólo en body) */
	font-size: 1.4rem;
	letter-spacing: 1.08px;
	line-height: 1.6;
}
@media all and (max-width: 767px) {
	h1, .h1 {
		font-size: 52px;
		font-size: 5.2rem;
	}
	h3, .h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 32px;
		line-height: 3.2rem;
	}
}
.small,
.small-b {
	font-family: 'Muli';
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 13px;
	line-height: 1.3rem;
}
.small-b {
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 23px;
	line-height: 2.3rem;
}
.label {
	font-family: 'Muli';
	font-weight: 300;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	line-height: 23px;
	line-height: 2.3rem;
	text-transform: uppercase;
	color: #4F4F4F;
	margin: 0 0 7px;
}
.label.semibold {
	font-weight: 600;
}
.label.bold {
	font-weight: bold;
}
.label.subrayado,
.h5.subrayado {
	border-bottom: 1px solid #D2D2D2;
	padding-bottom: 3px;
}
a.especial,
p.especial {
	display: inline-block;
	position: relative;
	font-size: 9px;
	font-size: .9rem;
	font-weight: 400;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #242323;
	cursor: pointer;
}
a.especial:visited,
a.especial:hover,
a.especial:active,
a.especial:focus {
	text-decoration: none;
}
a.especial:after,
p.especial:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	height: 1px;
	width: 15px;
	background: #242323;
	-webkit-transition: .3s ease-in-out;
        	transition: .3s ease-in-out;
}
a.especial:hover:after,
p.especial:hover:after {
	width: calc(100% - 5px);
}
@media all and (max-width: 767px) {
	h1, .h1 {
		line-height: 1;
	}
	.label {
		line-height: 18px;
		line-height: 1.8rem;
	}
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ELEMENTOS RECURRENTES
Estilos comunes que facilitan la maquetación de elementos recurrentes 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
#loading,
#loadingcheckout {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 999999;
}
.escritorio {
}
.movil {
	display: none;
}
.col-50 {
	position: relative;
	float: left;
	width: 50%;
}
@media all and (max-width: 767px) {
	.escritorio {
		display: none;
	}
	.movil {
		display: block;
	}	
	.col-50 {
		position: relative;
		float: none;
		width: 100%;
	}
}
.negativo,
.negativo a {
	/*color: #fff !important;*/
}
.left,
div.left {
	float: left;
}
.right,
div.right {
	float: right;
}
.txt-der {
	text-align: right;
}
.txt-cent {
	text-align: center;
}
.centrado { /* Con esta clase centramos horizontal-verticalmente un elemento. La capa madre tiene que tener declarada position: relative; */
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        	transform: translate(-50%,-50%);
}
.img-centrada { /* Con esta clase centramos horizontalmente una imagen  */
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.contenedor-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.contenedor-iframe iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.noscroll {
	overflow: hidden;
	background-color: #fff;
	padding-right: 15px;
}
.table {
	display: table;
	width: 100%;
	margin: 0;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.cabecera img {
	width: 100%;
}
@media all and (max-width: 767px) {
	.noscroll {
		padding-right: 0;
	}
	.table,
	.table-cell {
		display: block;
	}	
}
.w-100 {
	width: 100%;
}
.scroll {
	position: absolute;
	left: 50%;
	bottom: 21px;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	text-decoration: none;
	text-align: center;
}
.scroll:visited {
	text-decoration: none;
}
.scroll:hover,
.scroll:active,
.scroll:focus {
	color: #fff;
	text-decoration: none;
}
.scroll .barra {
	position: relative;
	display: block;
	height: 100px;
	width: 2px;
	background: #fff;
	background: rgba(255,255,255,0);
	margin: 0 auto 10px;
}
@-webkit-keyframes barrita {
	0% {
		top: 0;
		bottom: 100%;
	}
	50% {
		top: 0;
		bottom: 0;
	}
	100% {
		top: 100%;
		bottom: 0;
	}
}
@keyframes barrita {
	0% {
		top: 0;
		bottom: 100%;
	}
	50% {
		top: 0;
		bottom: 0;
	}
	100% {
		top: 100%;
		bottom: 0;
	}
}
.scroll .barra:before {
	content: '';
	display: block;
	width: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 100%;
	-webkit-animation: 2s infinite ease barrita;
			animation: 2s infinite ease barrita;
}
a.atras {
	display: inline-block;
	position: relative;
	color: #242323;
	padding-left: 45px;
	margin-bottom: 25px;
}
a.atras:hover {
	text-decoration: none;
}
a.atras:before {
	content: url('../img/namur-collection_arrow-long-l.svg');
	position: absolute;
	display: block;
	top: -2px;
	left: 0;
	-webkit-transition: .3s ease-in-out;
        	transition: .3s ease-in-out;
}
a.atras:hover:before {
	left: -5px;
}
.no-margin {
	margin: 0 !important;
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
MENÚS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.menu,
.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu > li {
	display: inline-block;
}
.menu > li > a {
	display: block;
}

.category{
	position: relative;
	display: block;
	margin-bottom: 50px;
}
.category .gradient{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
	display: none;
}
.category .title{
	font-family: 'Butler';
    font-weight: normal;
    margin-top: 0;
    font-size: 28px;
    letter-spacing: 0;
    color: #242323;
    margin-bottom: 0px;
    padding: 10px 30px;
    line-height: 1;
    background-color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 10%);
}
/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
BOTONES 

Basados en: Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.boton {
	display: inline-block;
	zoom: 1;
	line-height: normal;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-user-drag: none;
	-webkit-user-select: none;
       -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
        	transition: .3s ease-in-out;
}
.boton::-moz-focus-inner {
	padding: 0;
	border: 0
}
.boton {
	font-family: inherit;
	font-size: 100%;
	font-weight: bold;
	height: 55px;
	padding: 0 30px;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 51px;
	color: #fff;
	border: 1px solid #242323;
	background-color: #242323;
	text-decoration: none;
	border-radius: 0px;
}
.boton:hover,
.boton:focus {
	background-color: transparent;
	border-color: #242323;
	color: #242323;
	text-decoration: none;
	background-image: none !important;
  	outline: 0 !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
.boton:focus {
	outline: 0
}
.boton:active {
	background-color: #E6E6E6;
}
.boton[disabled],.boton-disabled,.boton-disabled:hover,.boton-disabled:focus,.boton-disabled:active {
	background: #D2D2D2;
	border-color: #D2D2D2;
	color: #fff;
	cursor: not-allowed;
}
.boton.oculto {
	display: none;
}
.boton.secundario {
	background-color: transparent;
	border-color: #242323;
	color: #242323;
}
.boton.secundario:hover,
.boton.secundario:focus {
	color: #fff;
	border: 1px solid #242323;
	background-color: #242323;
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FORMS

Basados en: Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
	height: 40px;
	display: block;
	width: 100%;
    padding: 0.5em 0;
    background-color: #fff;
    border: 1px solid #CECECE !important;
    border-width: 0 0 1px 0 !important;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #242323;
    vertical-align: middle;
    margin: 0 0 0;
    -webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
			transition: 0.2s ease-in-out;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
textarea {
	height: 80px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="button"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    border-color: inherit;
    background-image: none;
    -webkit-box-shadow: none !important;
        	box-shadow: none !important;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin solid transparent;
    outline: 0px auto transparent;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0.5em 0;
    display: inline-block;
}
input:invalid,
textarea:invalid,
select:invalid {
    color: inherit;
    border-color: transparent;
    outline: 0 !important;
    box-shadow: none !important;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: inherit;
    border-color: transparent;
    outline: 0 !important;
    box-shadow: none !important;
}
input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
    outline-color: transparent;
}
select {
    /* Normalizes the height; padding is not sufficient. */
    height: 2.25em;
    border: 1px solid #f5f5f5;
    background-color: white;
    padding: 2px;
}
select[multiple] {
    height: auto;
}
label {
	font-family: 'Muli';
	font-weight: 300;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 23px;
	line-height: 2.3rem;
	letter-spacing: 0;
	text-transform: uppercase;
	text-transform: none;
	color: #979797;
	margin: 0;
}
form p {
	margin: 0 0 21px; 
}
.ajax-loader {
	display: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

	/* @link https://stackoverflow.com/questions/3790935/can-i-hide-the-html5-number-input-s-spin-box#answer-4298216 */

    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 60px;
	background: #fff;
	z-index: 9998;
	box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
	transition: all 200ms ease-in-out;
}
.site-header.negativo{
	box-shadow: 0px 10px 20px rgb(0 0 0 / 0%);
}
.home .site-header.negativo {
	background: transparent;
}


@media all and (max-width: 767px) {
	.site-header.negativo {
		background-color: #fff;
	}	
}
.noscroll .site-header {
	right: 15px;
}
@media all and (max-width: 767px) {
	.noscroll .site-header {
		right: 0;
	}	
}
.site-header .wrap {
	width: 100%;
	max-width: 6000px;
	padding-left: 0 50px;
	position: relative;
}
.site-header .wrap .burguer,
.site-header .wrap .close {
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
    float: left;
    left: -50px;
    top: -16px;
}
.site-header .wrap .burguer{
	background-color: #242323;
}
.site-header .wrap .close {
	left: 0px;
	top: 0px;
	position: fixed;
}
.site-header .wrap .close:hover {
	-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
}
.site-header .wrap .burguer:before,
.site-header .wrap .burguer:after,
.site-header .wrap .close:before,
.site-header .wrap .close:after {
	content: ''; 
	display: block;
	width: 15px;
	height: 1px;
	background: #242323; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transform-origin: 50% 50%;
	-webkit-transition: .6s ease-in-out;
        	transition: .6s ease-in-out;
}
.site-header .wrap .burguer:before,
.site-header .wrap .burguer:after{
	background: #fff;
}
.site-header .wrap .close:before,
.site-header .wrap .close:after {
	background: #242323; 
}
.site-header .wrap .close:before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
			transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.site-header .wrap .close:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
			transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.site-header .wrap .burguer:before {
	transform: translateX(-50%) translateY(-5px);
}
.site-header .wrap .burguer:after {
	transform: translateX(-50%) translateY(5px);
}
.site-header .wrap .burguer:hover:before {
	transform: translateX(-50%) translateY(-3px);
}
.site-header .wrap .burguer:hover:after {
	transform: translateX(-50%) translateY(3px);
}
.site-header .wrap .logo  {
	position: relative;
	text-align: center;
	display: block;
	margin: 16px auto 0;
	max-width: 180px;
	z-index: 3;
}
.site-header .wrap .logo a {
	width: 180px;
	height: 32px;
	top: -4px;
	position: relative;
}
.site-header .wrap .logo a img {
	display: none;
}
@media all and (min-width: 1024px) {
	.site-header .wrap .logo a {
		display: block;
		background-image: url('../img/namur-collection_logo-min.png');
		background-position: center;
		background-repeat: no-repeat; 
		background-size: contain;
	}
}
@media all and (max-width: 767px) {
	.site-header .wrap .logo a {
		top: 5px;
	}
}
.site-header .wrap .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
    -webkit-transition: .6s ease-in;
        	transition: .6s ease-in;
}
@media all and (max-width: 767px) {
	.site-header .wrap .nav {
		overflow: auto;
	}
}
.site-header .wrap .nav.abierto {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}
.site-header .wrap .nav > .menu-menu-principal-es-container {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%,-46%);
        	transform: translate(-50%,-46%);
    -webkit-transition: all .3s ease-in-out 0s;
        	transition: all .3s ease-in-out 0s;
}
@media all and (max-width: 767px) {
	.site-header .wrap .nav > .menu-menu-principal-es-container {
		width: 100%;
	}
}
.site-header .wrap .nav.abierto > .menu-menu-principal-es-container {
	opacity: 1;
	-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	-webkit-transition: all .4s ease-in-out 0.2s;
		transition: all .4s ease-in-out 0.2s;
}
.site-header .wrap .nav > .menu-menu-principal-es-container li {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.site-header .wrap .nav > .menu-menu-principal-es-container li.menu-item-247,
.site-header .wrap .nav > .menu-menu-principal-es-container li.menu-item-248{
	margin-top: 40px;
}
.site-header .wrap .nav > .menu-menu-principal-es-container li.social {
	display: inline-block;
	text-align: center;
	float: left;
	width: 50%;
}
.site-header .wrap .nav > .menu-menu-principal-es-container li.movil {
	display: none;
}
.site-header .wrap .nav > .menu-menu-principal-es-container li a {
	position: relative;
	font-family: 'Butler';
	font-weight: normal;
	font-size: 70px;
	font-size: 7rem;
	line-height: 1;
	color: #242323;
	padding: 0 25px;
	text-transform: uppercase;
	letter-spacing: 0;
}
.site-header .wrap .nav > .menu-menu-principal-es-container li > .sub-menu{
    display: block;
    margin-bottom: 2rem;
}
@media all and (max-width: 767px) {
	.site-header .wrap .nav > .menu-menu-principal-es-container li > .sub-menu{
	    display: block;
	    margin-bottom: 20px;
	    border-top: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    width: 60%;
	    margin: 10px auto 20px;
	    padding: 10px 20px;
	}
}

.site-header .wrap .nav > .menu-menu-principal-es-container li .fondo {
display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 1.75rem;
    height: 2.5rem;
    transform: scaleY(0);
    transform-origin: 50% 50%;
	background: #FFF8E8;
	-webkit-transition: .3s ease-in-out;
        	transition: .3s ease-in-out;
}
@media all and (max-width: 767px) {
	.site-header .wrap .nav > .menu-menu-principal-es-container li .fondo{
		display: none !important;
	}
	.site-header .wrap .nav > .menu-menu-principal-es-container li.current-menu-item > .fondo{
		display: block !important;
		transform: scaleX(1);
		width: 80%;
		margin: auto;
	}
}
.site-header .wrap .nav > .menu-menu-principal-es-container li > .sub-menu li{
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
    margin: 0 0.5rem;
    margin-bottom: 1rem;
    width: auto;
}
.site-header .wrap .nav > .menu-menu-principal-es-container li > .sub-menu li .fondo{
	display: none !important;
}

.site-header .wrap .nav > .menu-menu-principal-es-container li > .sub-menu li a{
    text-transform: none;
    font-size: 1rem;
    opacity: 1;
    /* font-family: Muli; */
    padding: 0 10px;
    font-size: 1.6rem;
    letter-spacing: 1px;
/*     padding: 45px 0px 10px; */
}
.site-header .wrap .nav > .menu-menu-principal-es-container li > .sub-menu li a:hover{
	opacity: 0.2;
}
.site-header .wrap .nav > .menu-menu-principal-es-container li:hover .fondo {
    transform: scaleY(1);
}
.site-header .wrap .nav > .menu-menu-principal-es-container li.movil .fondo,
.site-header .wrap .nav > .menu-menu-principal-es-container li.social .fondo {
	display: none;
}
.site-header .wrap .nav > .menu-menu-principal-es-container li.social a {
	font-size: 24px;
	text-align: right;
}
.site-header .wrap .nav > .menu-menu-principal-es-container li.social a:first-of-type {
	padding-right: 14px;
}
.site-header .wrap .nav > .menu-menu-principal-es-container li.social:last-of-type a {
	text-align: left;
	padding-left: 14px;
}
.site-header .wrap .nav > .menu-menu-principal-es-container li a:visited,
.site-header .wrap .nav > .menu-menu-principal-es-container li a:hover,
.site-header .wrap .nav > .menu-menu-principal-es-container li a:active,
.site-header .wrap .nav > .menu-menu-principal-es-container li a:focus {
	text-decoration: none;
}
@media all and (min-width: 1024px) {
	.site-header.negativo .wrap .burguer:before,
	.site-header.negativo .wrap .burguer:after {
		background: #fff; 
		-webkit-transition: .3s ease-in-out;
        		transition: .3s ease-in-out;
	}
}
@media all and (max-width: 1023px) {
	.site-header {
	    height: 50px;
	    background: #fff;
	    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	}	
	.site-header .wrap .burguer {
		left: -50px;
		top: -16px;
		width: 50px;
		height: 50px;
	}
	.site-header .wrap .close {
		left: 0px;
		top: 0px;
		width: 50px;
		height: 50px;
	}
	.site-header .wrap .logo {
	    top: -9px;
	    position: relative;
	    max-width: 140px;
	}
	.site-header .wrap .logo a img {
		display: block;
		opacity: 1;
		max-width: 140px;
	}
}
@media all and (max-width: 767px) {
	.site-header .wrap .nav {
		z-index: 10;
		height: 100vh;
	}
	.site-header .wrap .nav > .menu-menu-principal-es-container {
	    top: 70px;
	    left: 0;
		transform: none;
		padding-bottom: 50px;    
	}
	.site-header .wrap .nav.abierto > .menu-menu-principal-es-container {
	    top: 50px;
	    left: 0;
		transform: none;
	}
	.site-header .wrap .nav > .menu-menu-principal-es-container li a {
		font-size: 3rem;
		padding: 0px 25px;
	}
	.site-header .wrap .nav > .menu-menu-principal-es-container li.movil {
		display: block;
	}
	.site-header .wrap .nav > .menu-menu-principal-es-container li.movil a {
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: 1px;
		padding: 45px 0 10px;
	}
	.site-header .wrap .nav > .menu-menu-principal-es-container li.movil a:before {
		content: "";
		display: block;
		position: absolute;
		top: 8px;
		left: 50%;
		width: 176px;
		height: 1px;
		background: #cccccc;
		-webkit-transform: translateX(-88px);
				transform: translateX(-88px);
	}
}
@media all and (max-width: 359px) {
	.site-header .wrap .nav.abierto > .menu-menu-principal-es-container {
	    -webkit-transform: translate(-50%,-46%);
	    		transform: translate(-50%,-46%);
	}
	.site-header .wrap .nav > .menu-menu-principal-es-container li a {
		padding: 10px;
	}	
}

.site-nav{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10000;
}
@media all and (max-width: 600px) {
	.site-nav{
		z-index: 10;
	}
}
.site-nav-mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	cursor: pointer;
	display: none;
	pointer-events: all;
}

.site-nav-inner{
	display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: auto;
    z-index: 1;
    padding: 5vw;
    background-color: #ffffff;
    padding-top: calc(5vw + 60px);
	pointer-events: all;
	transform: translateX(-100%);
	transition: all 600ms cubic-bezier(.73,-0.01,.22,1);
}
@media all and (max-width: 600px) {
	.site-nav-inner{
		padding: 10vw;
		width: 100%;
		max-width: 100%;
		height: calc(100% - 50px);
		top: 50px;
	}
}
.site-nav-inner.open{
	transform: translateX(0%);
}
.site-nav-inner .menu{

}
.site-nav-inner .arrow{
	position: absolute;
	cursor: pointer;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-image: url(../img/arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: all 400ms cubic-bezier(.73,-0.01,.22,1);
}
.site-nav-inner .arrow:hover{
	opacity: 0.5;
}
.site-nav-inner .menu > li{
    position: relative;
	display: block;
	margin-bottom: 15px;
}
.site-nav-inner .menu > li > a{
    position: relative;
    font-family: 'Butler';
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
    color: #242323;
    padding: 0;
    padding-right: 60px; 
    text-transform: uppercase;
    letter-spacing: 0;
}
.site-nav-inner .menu > li > a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.site-nav-inner .menu > li > .sub-menu{
	display: none;
	margin-top: 10px;
}
/*
.site-nav-inner .menu > li.active > .sub-menu{
	display: block;
}
*/
.site-nav-inner .menu > li.active > .arrow{
    transform: rotate(180deg);
}
.site-nav-inner .menu > li > .sub-menu > li{
    position: relative;
	display: block;
	margin-bottom: 5px;
}
.site-nav-inner .menu > li > .sub-menu > li > a{
    font-family: 'Muli';
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1.08px;
    line-height: 1.6;
	text-transform: uppercase;
    color: #4F4F4F;
    padding: 0 10px;
    padding-right: 60px;
}
.site-nav-inner .menu > li > .sub-menu > li > a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.site-nav-inner .menu > li > .sub-menu > li > .sub-menu{
	display: none;
	margin-top: 5px;
}
/*
.site-nav-inner .menu > li > .sub-menu > li.active > .sub-menu{
	display: block;
}
*/
.site-nav-inner .menu > li > .sub-menu > li.active > .arrow{
    transform: rotate(180deg);
}
.site-nav-inner .menu > li > .sub-menu > li > .sub-menu > li{
    position: relative;
	display: block;
	margin-bottom: 5px;
}
.site-nav-inner .menu > li > .sub-menu > li > .sub-menu > li > a{
    font-family: 'Muli';
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1.08px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #8a8888;
    padding: 0 20px;
    padding-right: 60px;
}
.site-nav-inner .menu > li > .sub-menu > li > .sub-menu > li > a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.woo-menu {
	position: absolute;
	top: -2px;
	right: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1.3px;
	z-index: 2;
}
.woo-menu .buscador,
.woo-menu .whatsapp,
.woo-menu .usuario,
.woo-menu .boton-cesta {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
@media all and (max-width: 900px) {
	.woo-menu .buscador,
	.woo-menu .whatsapp,
	.woo-menu .usuario,
	.woo-menu .boton-cesta {
		position: relative;
		display: inline-block;
		margin-left: 10px;
	}
}

.woo-menu .whatsapp a{
	color: #000;
	font-size: 22px;
}
.woo-menu .buscador{
	display: inline-flex;
	align-items: center;
}
@media all and (max-width: 1400px) {
	.woo-menu .buscador{
		display: none;
	}
}
.woo-menu .buscador .text{
	text-transform: uppercase;
	font-weight: 400;
	color: #000000;
	margin-right: 15px;
	display: none;
}
.woo-menu .buscador svg.dgwt-wcas-ico-magnifier{
	display: none;
}
.woo-menu .buscador #dgwt-wcas-search-input-1{
	background: transparent;
	font-style: initial;
	color: #000000;
	padding-left: 15px;
	border-bottom: 1px solid transparent !important;
    border-radius: 0px;
	width: 200px;
	max-width: 100%;
	transition: 200ms ease-in-out;
}
.woo-menu .buscador #dgwt-wcas-search-input-1:focus{
	background-color: #ffffff;
	width: 280px;
}
.woo-menu .buscador #dgwt-wcas-search-input-1::-webkit-input-placeholder { /* Edge */
	font-style: initial;
	color: #000000;
		text-transform: uppercase;
	font-weight: 400;
	color: #000000;
	margin-right: 12px;
}
.woo-menu .buscador #dgwt-wcas-search-input-1:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-style: initial;
		text-transform: uppercase;
	font-weight: 400;
	color: #000000;
	margin-right: 12px;
}
.woo-menu .buscador #dgwt-wcas-search-input-1::placeholder {
	font-style: initial;
		text-transform: uppercase;
	font-weight: 400;
	color: #000000;
	margin-right: 12px;
}

.woo-menu .buscador #dgwt-wcas-search-input-1:focus::-webkit-input-placeholder { /* Edge */
	opacity: 0;
}
.woo-menu .buscador #dgwt-wcas-search-input-1:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0;
}
.woo-menu .buscador #dgwt-wcas-search-input-1:focus::placeholder {
	opacity: 0;
}

.filtros .buscador{
	display: inline-flex;
	align-items: center;
	float: left;
	margin: 30px 0;
}
@media all and (max-width: 767px) {
	.filtros .buscador{
	    display: block;
	    float: none;
	    margin: 10px 0 10px;
	}
}
.filtros .buscador .text{
	font-family: 'Muli';
    font-weight: 300;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
    color: #4F4F4F;
    margin: 0;
    font-weight: 700;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}
@media all and (max-width: 767px) {
	.filtros .buscador .text{
	    display: block;
	    float: none;
	    margin: 10px 0 10px;
	}
}
.filtros .buscador svg.dgwt-wcas-ico-magnifier{
	display: none;
}
.filtros .buscador #dgwt-wcas-search-input-2{
	background: transparent;
	font-style: initial;
	color: #000000;
	border: 1px solid rgb(242 242 242) !important;
	padding-left: 15px;
    border-radius: 0px;
	width: 240px;
	max-width: 100%;
	transition: 200ms ease-in-out;
}
@media all and (max-width: 767px) {
	.filtros .buscador #dgwt-wcas-search-input-2{
		width: 100%;
	}
}
.filtros .buscador #dgwt-wcas-search-input-1:focus{
	background-color: #ffffff;
	width: 320px;
}
.filtros .buscador #dgwt-wcas-search-input-2::-webkit-input-placeholder { /* Edge */
	font-style: initial;
	color: #000000;
	opacity: 0.5;
}
.filtros .buscador #dgwt-wcas-search-input-2:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-style: initial;
	color: #000000;
	opacity: 0.5;
}
.filtros .buscador #dgwt-wcas-search-input-2::placeholder {
	font-style: initial;
	color: #000000;
	opacity: 0.5;
}

.filtros .buscador #dgwt-wcas-search-input-2:focus::-webkit-input-placeholder { /* Edge */
	opacity: 0;
}
.filtros .buscador #dgwt-wcas-search-input-2:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0;
}
.filtros .buscador #dgwt-wcas-search-input-2:focus::placeholder {
	opacity: 0;
}

.woo-menu img {
	display: block;
	margin: 0 auto;
}
.woo-menu .usuario a,
.woo-menu .boton-cesta span {
	display: block;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	color: #242323;
	-webkit-transition: .3s ease-in-out;
        	transition: .3s ease-in-out;
}
.negativo .woo-menu .usuario a,
.negativo .woo-menu .boton-cesta span {
	/*color: #fff;*/
}
.woo-menu .usuario a:hover,
.woo-menu .usuario a:active {
	text-decoration: none;
}
.woo-menu .boton-cesta span .num-productos {
	position: relative;
	display: inline-block;
	width: 19px;
	height: 19px;
	border-radius: 100%;
	background-color: #242323;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0;
	line-height: 20px;
	color: #fff;
	margin-left: 5px;
}
.negativo .woo-menu .boton-cesta span .num-productos {
	/*background: #fff; 
	color: #242323;
*/
}
@media all and (max-width: 1023px) {
	.woo-menu {
	    position: absolute;
	    top: -6px;
	    right: 20px;
	}
	.negativo .woo-menu .boton-cesta span .num-productos {
		background: #242323; 
		color: #fff;
	}	
	.negativo .woo-menu .boton-cesta span {
		color: #242323;
	}
	.negativo .woo-menu .usuario a {
		color: #242323 !important;
	}
}
@media all and (max-width: 480px) {
	.woo-menu .usuario {
		display: none;
	}	
}


/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
BLOG
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.blog .main {
	overflow: hidden;
	margin: 50px 0 100px; 
}
.blog .main .articulo {
	margin-bottom: 40px;
}
.blog .main h2 {
	margin: 18px 0 10px;
}
.blog .main h2 a,
.blog .main h2 a:hover {
	color: #242323;
	text-decoration: none;
}
.blog .main .intro {
	font-size: 13px;
	font-size: 1.3rem;
	color: #4F4F4F;
}
@media all and (max-width: 767px) {
	.blog .main .wrap {
		padding: 0 10px;
	}	
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SINGLE POST
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.single-post .main .wrap {
	max-width: 768px;
	padding-top: 144px;
	padding-bottom: 144px;
}
.single-post .main .wrap h1 {
	text-align: center;
	margin-bottom: 0;
}
.single-post .main .wrap .label {
	margin-bottom: 32px;
}
.single-post .main .wrap .cont-entrada img {
	margin: 16px 0;
}
.single-post .main .wrap .cont-entrada .redes {
	margin-top: 32px;
	display: block;
}
.single-post .main .wrap .cont-entrada .redes li a {
	height: 40px;
	width: 40px;
	display: block;
	color: rgb(79, 79, 79);
	line-height: 40px;
}
.single-post .main .wrap .cont-entrada .redes li a:hover {
	opacity: 0.6;
}
@media all and (max-width: 1023px) {
	.single-post .main .wrap {
		padding-top: 112px;
		padding-bottom: 112px;
	}
}
@media all and (max-width: 767px) {
	.single-post .main .wrap h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.single-post .main .wrap {
	    padding: 48px 24px;
	}	
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CESTA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.cesta,
.cesta .telon {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
	left: 0;
	pointer-events: none;
}
.cesta {
	z-index: 9999;
	pointer-events: none;
	-webkit-transition: .4s ease-in-out;
        	transition: .4s ease-in-out;
}
.cesta .telon {
    background: #393C3C;
    background: rgba(57,60,60,0.7);
    z-index: 1;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
        	transition: .3s ease-in-out;
}
.cesta.activo {
	pointer-events: initial;
}
.cesta.activo .telon {
	opacity: 1;
}
.cesta .productos {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 368px;
	background: #fff;
	z-index: 2;
	overflow-y: auto;
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
	-webkit-transition: .3s ease-in-out;
    		transition: .3s ease-in-out;
}
@media all and (max-width: 479px) {
	.cesta .productos {
		width: 300px;
	}	
}
.cesta.activo .productos {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}
.cesta .cerrar-cesta {
	position: absolute;
	top: 15px;
	right: 40px;
	cursor: pointer;
}
.cesta .cerrar-cesta img {
	-webkit-transition: .3s ease-in-out;
    		transition: .3s ease-in-out;
}
.cesta .cerrar-cesta:hover img {
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
}
.cesta .mi-cesta {
	position: absolute;
	top: 16px;
	left: 40px;
	color: #4F4F4F;
	text-transform: uppercase;
	text-decoration: none;
}
.cesta .productos form {
	position: relative;
	margin-top: 75px;
	overflow: hidden;
	padding: 0 40px;
}
.cesta .productos form > div {
	position: relative;
}
.cesta .productos form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cesta .productos form ul li {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transition: .3s ease .3s;
			transition: .3s ease .3s;
}
.cesta .productos form ul li:nth-child(2) {
	-webkit-transition-delay: .4s;
			transition-delay: .4s;
}
.cesta .productos form ul li:nth-child(3) {
	-webkit-transition-delay: .5s;
			transition-delay: .5s;
}
.cesta .productos form ul li:nth-child(4) {
	-webkit-transition-delay: .6s;
			transition-delay: .6s;
}
.cesta .productos form ul li:nth-child(5) {
	-webkit-transition-delay: .7s;
			transition-delay: .7s;
}
.cesta .productos form ul li:nth-child(n+6) {
	-webkit-transition-delay: .8s;
			transition-delay: .8s;
}
.cesta.activo .productos form ul li {
	opacity: 1;
}
.cesta .productos form ul li .remove {
    position: relative;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500 !important;
	line-height: 3.1;
	letter-spacing: .55px;
	color: #979797 !important;
	width: auto;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	height: auto;
}
.cesta .productos form ul li .remove:hover {
	background-color: transparent;
	color: #242323 !important;
}
.cesta .productos form ul li .remove img {
	-webkit-transition: .3s ease-in-out;
    		transition: .3s ease-in-out;
}
.cesta .productos form ul li .remove:hover img {
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
}
.cesta .productos form ul li a.miniatura {
	display: block;
	text-align: center;
	padding: 0;
	width: 67px;
	margin-bottom: 8px;
}
.cesta .productos form ul li a.miniatura img {
    width: 100%;
    margin: 0;
    float: none;
}
.cesta .productos form ul li a.titulo {
    display: block;
    font-family: 'Muli';
    line-height: 22px;
    text-decoration: none;
    color: #393C3C;
    margin-bottom: 6px;
    width: 100%;
}
body .cesta ul.cart_list li dl {
    margin: 0;
    padding-left: 0;
    border-left: 0px solid rgba(0,0,0,0);
    width: calc(100% - 80px);
}
body .cesta ul.cart_list li dl dt {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    clear: none;
    line-height: 1;
	margin-right: 0px;
	margin-bottom: 5px;
    display: block;
    width: 100%;
}
body .cesta ul.cart_list li dl dd {
    margin: 0;
    padding: 0;
    color: #A5A9AB;
    line-height: 1;
    font-size: 12px;
    display: block;
    max-width: calc(100% - 80px);
    float: none;
    margin-bottom: 20px;
}
body .cesta ul.cart_list li dl dd p {
	margin: 0;
	margin-bottom: 10px;
    color: #A5A9AB;
	border: 0px;
	display: block;
	font-size: 12px;
}
.cesta .productos form ul li .datos {
	display: block;
	width: 100%;
	font-family: 'Muli';
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
	color: #414141;
	line-height: 1;
}
.cesta .productos form ul li .datos .cantidad {
	display: none;
}
.cesta .productos form ul li.single-2337 .datos .cantidad {
	display: inline-block;
	float: right;
}
.cesta .productos form ul li .datos .amount {
    float: none;
}
.cesta .productos form ul li .tax_label {
	display: none;
}
.cesta .productos form ul li .actualizar-cantidad {
    position: absolute;
	top: initial;
	bottom: 55px;
	right: 0;
}
.cesta .productos form ul li .actualizar-cantidad .actualizar {
    position: absolute;
	top: 19px;
	right: 0;
	display: block;
	opacity: 0.91132;
	text-align: right;
}
.cesta .productos form ul li .actualizar-cantidad .label {
	display: none;
}
.cesta .productos form ul li .actualizar-cantidad .quantity {
    width: 94px;
	border: 0 solid #E6E6E6;
	height: 20px;
	padding: 0;
	margin-bottom: 4px;
	overflow: hidden;
	position: relative;
	right: -23px;
}
.cesta .productos form ul li .actualizar-cantidad .quantity > input {
	width: 20px;
	height: 20px;
	float: left;
	background: #fff;
	border: 1px solid #F2F2F2 !important;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 0;
	color: #737373;
	border-radius: 100%;
}
.cesta .productos form ul li .actualizar-cantidad .quantity > input.qty {
	width: calc(100% - 60px);
	color: #18182C;
	border-color: transparent !important;
	border-radius: 0;
}
.cesta .productos form ul li .actualizar-cantidad .actualizar {
	display: none;
	cursor: pointer;
}
.cesta .productos form ul li .actualizar-cantidad .actualizar .button {
    background: #fff;
	border: 0;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: .55px;
	font-weight: 500;
	color: #414141;
	width: auto;
	padding: 0;
	text-align: left;
}
.cesta .productos form ul li .actualizar-cantidad .actualizar .button:after {
	content: "actualizar";
	position: relative;
	top: 1px;
	left: 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.cesta .productos form ul li .actualizar-cantidad .actualizar .button img {
	float: none;
	max-width: 9px;
	margin-right: 3px;
}
.cesta .vacio {
	background: transparent url('') no-repeat center 0 / 212px 111px;
	text-align: center;
	width: 100%;
	padding: 13px 0;
	position: relative;
	margin-top: 20px;
	left: initial;
	top: initial;
	-webkit-transform: none;
			transform: none;
}

.cesta .vacio p {
	margin-bottom: 15px;
}
.cesta .vacio p span {
	font-family: 'Cera Pro';
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 1.75;
	color: #393C3C;
	display: block;
}
.cesta .botones {
    position: relative;
    margin-top: -15px;
    opacity: 0;
	-webkit-transition: .3s ease .8s;
    		transition: .3s ease .8s;
}
.cesta.activo .botones {
	opacity: 1;
}
.cesta .botones .total {
	height: 55px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #393C3D;
	text-transform: uppercase;
	text-align: center;
	line-height: 4;
	margin: 0;
}
.cesta .botones .boton {
	width: 100%;
	max-width: 200px;
	margin: 5px auto 50px;
	display: block;
}
@media all and (max-width: 767px) {
	.cesta .productos form::-webkit-scrollbar,
	.cesta .productos form > div::-webkit-scrollbar {
		display: none !important;
	}	
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.site-footer {
	background: #000000; 
	padding: 0;
}
.site-footer .site-footer__superior {
	padding: 80px 40px;
}
.site-footer .site-footer__superior .mailchimp {
	width: 100%;
	max-width: 395px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.site-footer .site-footer__superior .mailchimp > h3 {
	float: left;
	width: 110px;
	margin: 0;
	color: #ffffff;
}
.site-footer .site-footer__superior .mailchimp > #mc_embed_signup {
	float: right;
	width: calc(100% - 140px);
	top: 2px;
	position: relative;
}
.site-footer .site-footer__superior .mailchimp > #mc_embed_signup input {
	float: left;
	width: 40px;
	height: 30px;
	border: 0 !important;
	border-bottom: 1px solid #686868 !important;  
	color: #fff;
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
.site-footer .site-footer__superior .mailchimp > #mc_embed_signup input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.site-footer .site-footer__superior .mailchimp > #mc_embed_signup input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.site-footer .site-footer__superior .mailchimp > #mc_embed_signup input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.site-footer .site-footer__superior .mailchimp > #mc_embed_signup input.email {
	width: calc(100% - 40px);
}
.site-footer .site-footer__superior .mailchimp > #mc_embed_signup input.button {
	background: transparent url('../img/namur-collection_arrow-long-n.svg') no-repeat center right; 
	overflow: visible;
	border-radius: 0;
	-webkit-transition: .6s ease-in;
        	transition: .6s ease-in;
}
.site-footer .site-footer__inferior {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
}
.site-footer .site-footer__inferior > div {
	display: inline-block;
	color: #979797;
	margin: 0 7px;
}
.site-footer .site-footer__inferior > div li {
	border-left: 1px solid #fff;
}
.site-footer .site-footer__inferior > div li:last-of-type {
	border-right: 1px solid #fff;
}
.site-footer .site-footer__inferior > div li a {
	color: #fff;
	padding: 0 14px; 
}
.site-footer .site-footer__inferior > div.crepes {
	color: #fff;
}
.site-footer .site-footer__inferior > div.crepes img {
	position: relative;
	top: -1px;
	margin-left: 10px;
	max-width: 120px;
}
.site-footer .site-footer__inferior .redes {
	position: absolute;
	right: 0px;
	bottom: 20px;
}
.site-footer .site-footer__inferior .redes li {
	margin-left: 27px;
}
.site-footer .site-footer__inferior .redes li a {
	color: #fff;
	font-size: 15px;
}
.site-footer .site-footer__inferior .redes li a:hover {
	opacity: .5;
}
@media all and (max-width: 767px) {
	.site-footer .site-footer__superior {
	    padding: 25px 0 35px;
	}
	.site-footer .site-footer__superior .mailchimp {
		max-width: 174px;
	}
	.site-footer .site-footer__superior .mailchimp > h3 {
	    float: none;
	    width: 100%;
	    margin: 0 auto 7px;
	    text-align: center;
	}	
	.site-footer .site-footer__superior .mailchimp > #mc_embed_signup {
	    float: none;
	    width: 100%;
	    top: 2px;
	}
	.site-footer .site-footer__superior .mailchimp #mc_embed_signup_scroll {
		overflow: hidden;
		padding-bottom: 3px;
	}
	.site-footer .site-footer__inferior > div {
		display: block;
		margin: 0 0 17px;
	}
	.site-footer .site-footer__inferior .redes {
	    position: relative;
		right: inherit;
		bottom: inherit;
		text-align: center;
		margin: 33px 0 5px;
	}
	.site-footer .site-footer__inferior .redes li {
		margin: 0 13px;
	}
	.site-footer .site-footer__inferior > div li:first-of-type {
		border-left: 0px solid #fff;
	}
	.site-footer .site-footer__inferior > div li:last-of-type {
		border-right: 0px solid #fff;
	}
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
HOME
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.video{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.video__player{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        will-change: transform;
        pointer-events: none;
    }
.video__player video,
        .video__player iframe{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            pointer-events: initial;
        }
.video__overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        background-color: #000000;
        background-color: var(--black);
        pointer-events: none;
    }
.video__poster{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
.video__poster .image{
            width: 100% !important;
            height: 100% !important;
        }
.video__poster .image{
            position: absolute;
            left: 0;
            top: 0;
        }
/* https://kevdees.com/video-background-size-cover-with-css-in-2020/ */
.video--cover{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
    }
.video--cover .video__player{
            position: absolute;
            display: grid;
            align-items: center;
            justify-items: center;
            place-items: center;
            height: 100%;
            width: 100%;
            margin: 0 auto;
        }
.video--cover .video__player video,
            .video--cover .video__player iframe{
                position: absolute;
                z-index: 0;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                height: 100%;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                pointer-events: none;
            }
.video--cover .video__player video::-webkit-media-controls, .video--cover .video__player iframe::-webkit-media-controls {
                   display :none !important;
                }
.home .primera .video{
	width: 100vw;
	height: 100vh;
	position: relative;
}   
.home .primera .imagen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}
.home .primera .imagen img:first-child{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
}
.home .primera .imagen img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: none;
}
@media all and (max-width: 768px){
	.home .primera .imagen img:first-child{
		display: none;
	}
	.home .primera .imagen img:last-child{
		display: block;
	}
}*/
/*
.home .primera .imagen img:last-child{
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 600px;
	max-width: 70%;
    height: auto;
}
@media all and (max-width: 768px){
	.home .primera .imagen img:last-child{
		position: absolute;
		right: 20px;
		bottom: 20px;
		width: calc(100% - 40px);
		max-width: 100%;
		height: auto;
	}
}*/
.home .primera {
	background: transparent url('') no-repeat center center / cover; 
	margin-bottom: 70px;
}
@-webkit-keyframes home-intro {
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
}
@keyframes home-intro {
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
}
.home .primera .info {
	width: 100%;
	opacity: 0;
	-webkit-transform: translate(-50%,-40%);
			transform: translate(-50%,-40%);
	-webkit-animation: 1s ease forwards home-intro .5s;
			animation: 1s ease forwards home-intro .5s;
}
.home .primera .info h1 {
	margin-bottom: 20px;
}
.home .primera .info .logo-hero {
	margin-bottom: 30px;
}
.home .primera .info .logo-hero img {
	width: 100%;
	max-width: 350px;
}
.home .primera .info p,
.home .primera .info .p {
	margin-bottom: 40px;
}
.home .primera .info a {
	min-width: 170px;
}
.home .primera .info a.boton:hover,
.home .primera .info a.boton:focus {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.page-ui-kit .main {
	padding-top: 140px;
}
.home .segunda {
	padding: 60px 0;
	margin-bottom: 120px;
}
.home .segunda .container {
	opacity: 0;
	-webkit-transform: translateY(100px);
			transform: translateY(100px);
	-webkit-transition: 1.5s ease .5s;
        	transition: 1.5s ease .5s;
}
@media all and (min-width: 1400px) {
	.home .segunda .container {
		width: 83%;
		min-width: 1200px;
		max-width: 1600px;
	}
}
.home .segunda.in-view .container {
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0);
}
.home .segunda .producto .image-wrap {
	margin-bottom: 15px;
	background: transparent url('') no-repeat center center / cover;
}
.home .segunda .producto .image-wrap a {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0; 
	position: relative;
}
.home .segunda .producto .image-wrap a img {
	opacity: 0;
}
.home .segunda .producto .image-wrap a .hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: #242323;
	background: rgba(36,35,35,.7); 
	-webkit-transition: .4s ease-in;
        	transition: .4s ease-in;
}
.home .segunda .producto .image-wrap a:hover .hover {
	opacity: 1;
}
.home .segunda .producto .image-wrap a .hover .centrado {
	text-align: center;
	opacity: 0;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transform: translate(-50%,calc(-50% + 40px));
			transform: translate(-50%,calc(-50% + 40px));
	-webkit-transition: .4s ease .4s;
        	transition: .4s ease .4s;
}
.home .segunda .producto .image-wrap a:hover .hover .centrado {
	opacity: 1;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}
.home .segunda .producto .info {
	position: relative;
}
.home .segunda .producto .info h3 a,
.home .segunda .producto .info h3 a:hover {
	color: #4F4F4F;
	text-decoration: none;
}
.home .segunda .producto .info .precio {
	position: absolute;
	right: 0;
	top: -2px;
	font-size: 16px;
	font-size: 1.6rem;
}
.home .segunda .producto .info .adorno {
	width: 20px;
	height: 1px;
	background: #CECECE; 
	margin-top: 3px;
	left: -1px;
	position: relative;
}
.home .segunda .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -24px;
    width: 25px;
    height: 48px;
    padding: 0;
    background: transparent url('../img/namur-collection_arrow-big-l.svg') no-repeat center center;
    border: 0;
    color: transparent;
    z-index: 1;
    -webkit-transition: .4s ease-in;
			transition: .4s ease-in;
	background-color: #f2f2f2;
	height: 100px;
	margin-top: -50px;
	border-radius: 0px 10px 10px 0px;
}
.home .segunda .slick-arrow.slick-next {
	right: 0;
	left: inherit;
	background: transparent url('../img/namur-collection_arrow-big-r.svg') no-repeat center center;
	background-color: #f2f2f2;
	height: 100px;
	margin-top: -50px;
	border-radius: 10px 0px 0px 10px;
}
.home .tercera  {
	margin-bottom: 130px;
	overflow: visible;
}
.home .tercera .container {
}
@media all and (min-width: 1400px) {
	.home .tercera .container {
		width: 83%;
		min-width: 1300px;
		max-width: 1600px;
	}
}
.home .tercera .col-md-8 {
	opacity: 0;
	-webkit-transform: translateX(-100px);
			transform: translateX(-100px);
	-webkit-transition: 1.5s ease .5s;
        	transition: 1.5s ease .5s;
}
.home .tercera .col-md-4 {
	opacity: 0;
	-webkit-transform: translateX(100px);
			transform: translateX(100px);
	-webkit-transition: 1.5s ease 1s;
        	transition: 1.5s ease 1s;
}
.home .tercera.in-view .col-md-8,
.home .tercera.in-view .col-md-4 {
	opacity: 1;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}
.home .tercera .col-md-8 > img {
	width: 100%;
}
.home .tercera .col-md-8 > .adorno {
	content: '';
	display: block;
	position: absolute;
	top: 60px;
	bottom: 60px;
	right: 13px;
	width: 100px;
	background: #fff;
}
.home .tercera .info {
	max-width: 320px;
}
.home .tercera .info h2 {
	margin-bottom: -7px;

margin-top: 16px;
}
.home .tercera .info h2 span {
    position: relative;
    left: -30px;
}
.home .tercera .info a.especial {
	margin: 17px 0;
}
.home .tercera .fondo {
	position: absolute;
	left: 0;
	right: 50%;
	bottom: -130px;
	top: 50%;
	background: #FFF8E8;
}
@media all and (max-width: 1280px) {
	.home .tercera .col-md-8 > .adorno {
	    right: -7px;
	}
	.home .tercera.in-view .col-md-4 .h1 {
	    font-size: 42px;
	    font-size: 4.2rem;
	}	
}
@media all and (max-width: 1279px) {
	.home .tercera .col-md-8 > .adorno {
		top: 16px;
    	bottom: 16px;
	}	
}
.home .cuarta {
	display: flex;
	margin-bottom: 130px;
}
.home .cuarta .centrado {
	width: 48%;
	opacity: 0;
	-webkit-transition: 1.5s ease .5s;
        	transition: 1.5s ease .5s;
}
.home .cuarta .col-50 img {
    width: 100%;
    height: 100%;
}
@media all and (max-width: 1279px) {
	.home .cuarta .col-50 {
		height: 130vw;
	}
}
.home .cuarta .last {
	opacity: 0;
	-webkit-transition: 1.5s ease 1s;
        	transition: 1.5s ease 1s;
}
.home .cuarta.in-view .centrado,
.home .cuarta.in-view .last {
	opacity: 1;
}
.home .cuarta.in-view .centrado .slick-slide img {
	max-width: 600px;
	display: block;
	margin: 0 auto;
}
.home .cuarta .slick-dots {
    display: block;
    position: absolute;
    top: -33px;
	left: -7px;
    width: 30px;
	height: 20px;
	font-family: 'Muli';
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 23px;
    line-height: 2.3rem;
    color: #4F4F4F;
}
.home .cuarta .slick-dots:after {
	content: '/4';
	position: absolute;
	right: 0;
	top: 0;
}
.home .cuarta .slick-dots li {
    display: block;
    position: absolute;
    top: 0px;
	left: 0px;
    opacity: 0;
    padding: 0;
    margin: 0;
    font-family: 'Muli';
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 23px;
    line-height: 2.3rem;
}
.home .cuarta .slick-dots li.slick-active {
	opacity: 1;
}
.home .cuarta .slick-dots li:before {
	display: none;
}
.home .cuarta .slick-dots li button {
    border: 0;
    background: transparent;
}
.home .cuarta .arrows {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 140px;
	margin-left: -70px;
	height: 70px;
	-webkit-transition: 1s ease 1.5s;
        	transition: 1s ease 1.5s;
	-webkit-transform: translateY(100%);
			transform: translateY(100%);
}
.home .cuarta.in-view .arrows {
    -webkit-transform: translateY(0%);
			transform: translateY(0%);
}
.home .cuarta .arrows .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 0;
    background-image: url("../img/namur-collection_arrow-short-r.svg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center; 
    border: 0;
    color: transparent;
    z-index: 1;
    -webkit-transition: .4s ease-in;
        	transition: .4s ease-in;
}
@media all and (max-width: 767px) {
	.home .cuarta .arrows {
		width: 100px;
	}
	.home .cuarta .arrows .slick-arrow {
	    width: 50px;
	    height: 50px;
	}	
}
.home .cuarta .arrows .slick-arrow.slick-prev {
	right: inherit;
	left: 0;
	background: url("../img/namur-collection_arrow-short-l.svg");
	background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center; 
}
.home .cuarta .arrows .slick-arrow.slick-prev:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 14px;
	background: #CBCBCB;
	margin-top: -7px; 
}
@media all and (max-width: 767px) {
	.home .cuarta .arrows {
	    left: 0;
	    margin-left: 0;
	}	
}
.home .quinta {
	margin-bottom: 130px;
}
.home .quinta {
	opacity: 0;
	-webkit-transform: translateY(100px);
			transform: translateY(100px);
	-webkit-transition: 1.5s ease .5s;
        	transition: 1.5s ease .5s;
}
.home .quinta.in-view {
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0);
}
.home .quinta .slick-slide {
	position: relative;
	padding: 0 17px;
}
.home .quinta .slick-slide a {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0; 
}
.home .quinta .instagram {
    margin-left: -220px;
    margin-right: -220px;
    margin-top: 40px;
}
.home .quinta .slick-slide a .hover {
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	left: 17px;
	opacity: 0;
	background: #242323;
	background: rgba(36,35,35,.7); 
	-webkit-transition: .4s ease-in;
        	transition: .4s ease-in;
}
.home .quinta .slick-slide a:hover .hover {
	opacity: 1;
}
.home .quinta .slick-slide a .hover .centrado {
	opacity: 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
	-webkit-transform: translate(-50%,calc(-50% + 40px));
			transform: translate(-50%,calc(-50% + 40px));
	-webkit-transition: .4s ease .4s;
        	transition: .4s ease .4s;
}
.home .quinta .slick-slide a:hover .hover .centrado {
	opacity: 1;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

@media all and (max-width: 1279px) {
	.home .tercera .adorno {
	    top: 30px;
	    bottom: 30px;
	}	
	.home .quinta .instagram {
	    margin-left: -150px;
	    margin-right: -150px;
	    margin-top: 40px;
	}
}
@media all and (max-width: 1023px) {
	.home .segunda .slider-productos {
		padding: 0 20px;
	}	
	.home .section.tercera {
		margin-bottom: -100px;
	}
	.home .tercera .container {
		width: 100%;
		padding: 0;
	}
	.home .tercera .container .w-100 {
		padding: 0;
		text-align: center;
	}
	.home .tercera .container .w-100 .adorno {
		display: none;
	}
	.home .tercera .container .col-md-4 .info {
		background: #fff;
		display: block;
		padding: 25px 40px 40px 55px;
		margin: 0 auto;
		-webkit-transform: translateY(-105px);
				transform: translateY(-105px);
	}
	.home .tercera .container .col-md-4 .info .label {
	    margin-bottom: 16px;
	}
	.home .tercera .table,
	.home .tercera .table-cell {
	    display: block;
	    width: 100%;
	    margin: 0;
	    float: none;
	}
	.home .tercera .fondo {
		display: none;
	}
}
@media all and (max-width: 767px) {
	.home .contenido {
		margin-top: 0px;
	}
	.home .section {
		margin-bottom: 60px;
	}
	.home .primera {
		margin-bottom: 30px;
	}
	@-webkit-keyframes home-intro {
		100% {
			opacity: 1;
			-webkit-transform: translate(-50%,calc(-50% + 20px));
	    			transform: translate(-50%,calc(-50% + 20px));
		}
	}
	@keyframes home-intro {
		100% {
			opacity: 1;
			-webkit-transform: translate(-50%,calc(-50% + 20px));
	    			transform: translate(-50%,calc(-50% + 20px));
		}
	}
	.home .primera .info {
		width: 100%;
		opacity: 0;
		-webkit-transform: translate(-50%,-40%);
				transform: translate(-50%,-40%);
		-webkit-animation: 1s ease forwards home-intro .5s;
				animation: 1s ease forwards home-intro .5s;
	}
	.home .primera .scroll {
		display: none;
	}	
	.home .primera .info p {
	    margin: -11px auto 66px;
	    max-width: 300px;
	}
	.home .segunda .slider-productos {
	    padding: 0 28px;
	}
	.home .segunda .producto .info .precio {
	    position: relative;
	    right: inherit;
	    top: inherit;
	}
	.home .segunda .producto .image-wrap {
	    margin-bottom: 10px;
	}
	.home .segunda .producto .label {
		margin: 0 0 4px;
	}
	.home .segunda .producto .h5 {
		margin-bottom: -7px;
	}
	.home .segunda .producto .info .adorno {
	    width: 10px;
	}
	.home .cuarta {
		margin-bottom: 50px;
	}
	.home .cuarta .centrado {
	    -webkit-transform: translate(-50%,calc(-50% - 20px));
	    		transform: translate(-50%,calc(-50% - 20px));
	}
	.home .cuarta .last {
	    display: none;
	}
	.home .quinta {
	    margin-bottom: 100px;
	}
	.home .quinta .label {
	    margin: 0;
	}
	.home .quinta h2 {
	    font-size: 24px;
	    font-size: 2.4rem;
	    margin-bottom: 0;
	}
	.home .quinta .instagram {
	    margin-top: 14px;
	}
	.home .quinta .slick-slide {
	    padding: 0 10px;
	}
	.home .quinta .slick-slide a .hover {
	    right: 10px;
	    left: 10px;
	}
}


/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
LOOKBOOK
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.page-template-lookbook .section {
	margin-bottom: 120px;
}
@media all and (max-width: 767px) {
	.page-template-lookbook .section {
		margin-bottom: 55px;
	}	
}
.page-template-lookbook .primera {
	background: transparent url('') no-repeat center center / cover; 
	margin-bottom: 85px;
}
@-webkit-keyframes lookbook-intro {
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
}
@keyframes lookbook-intro {
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
}
.page-template-lookbook .primera .info {
	width: 100%;
	opacity: 0;
	-webkit-transform: translate(-50%,-40%);
			transform: translate(-50%,-40%);
	-webkit-animation: 1s ease forwards lookbook-intro .5s;
			animation: 1s ease forwards lookbook-intro .5s;
}
@media all and (max-width: 767px) {
	.page-template-lookbook .primera {
		margin-bottom: 40px;
	}	
	.page-template-lookbook .primera .scroll {
		display: none;
	}	
}
.page-template-lookbook .segunda .col-md-4 {
	opacity: 0;
	-webkit-transition: 1.5s ease .5s;
        	transition: 1.5s ease .5s;
	-webkit-transform: translate(-100px,0);
			transform: translate(-100px,0);
}
.page-template-lookbook .segunda.in-view .col-md-4 {
	opacity: 1;
	-webkit-transform: translate(0,0);
			transform: translate(0,0);
}
.page-template-lookbook .segunda .col-md-4 .image-wrap {
	position: relative;
}
.page-template-lookbook .segunda .col-md-4 .image-wrap .fondo {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF8E8; 
	opacity: 0;
	-webkit-transition: 1.5s ease .75s;
        	transition: 1.5s ease .75s;
	-webkit-transform: translate(-85px, 85px); 
			transform: translate(-85px, 85px); 
}
.page-template-lookbook .segunda.in-view .col-md-4 .image-wrap .fondo {
	opacity: 1;
}
.page-template-lookbook .segunda .col-md-4 .image-wrap img {
	position: relative;
	z-index: 2;
}
.page-template-lookbook .segunda .col-md-7 {
	opacity: 0;
	-webkit-transition: 1.5s ease 1s;
        	transition: 1.5s ease 1s;
	-webkit-transform: translate(100px,0);
			transform: translate(100px,0);
}
.page-template-lookbook .segunda.in-view .col-md-7 {
	opacity: 1;
	-webkit-transform: translate(0,0);
			transform: translate(0,0);
}
@media all and (max-width: 767px) {
	.page-template-lookbook .segunda .col-md-4,
	.page-template-lookbook .segunda.in-view .col-md-4 {
	    -webkit-transform: translate(0,0);
	    		transform: translate(0,0);
	}
	.page-template-lookbook .segunda .col-md-4 .image-wrap {
		margin-bottom: 75px;
		padding: 0 40px;
	}
	.page-template-lookbook .segunda .col-md-4 .image-wrap .fondo {
	    -webkit-transform: translate(-160px, 25px);
	    		transform: translate(-160px, 25px);
	}
	.page-template-lookbook .segunda .col-md-7,
	.page-template-lookbook .segunda.in-view .col-md-7 {
	    -webkit-transform: translate(0,0);
	    		transform: translate(0,0);
	}
}
.page-template-lookbook .tercera .col-md-6.w-100 {
	display: block;
	opacity: 0;
	-webkit-transition: 1.5s ease .5s;
        	transition: 1.5s ease .5s;
	-webkit-transform: translate(100px,100px);
			transform: translate(100px,100px);
}
.page-template-lookbook .tercera.in-view .col-md-6.w-100 {
	opacity: 1;
	-webkit-transform: translate(100px,0);
			transform: translate(100px,0);
}
.page-template-lookbook .tercera .col-md-6.table-cell {
	opacity: 1;
	-webkit-transition: 1.5s ease 1s;
        	transition: 1.5s ease 1s;
	-webkit-transform: translate(100px,0);
			transform: translate(100px,0);
}
.page-template-lookbook .tercera.in-view .col-md-6.table-cell {
	-webkit-transform: translate(0,0);
			transform: translate(0,0);
}
.page-template-lookbook .tercera .col-md-6.table-cell .info {
	background: #fff;
	padding: 150px 120px; 
}
.page-template-lookbook .tercera .info > div {
	position: relative;
	opacity: 0;
	-webkit-transition: 1.5s ease 1s;
        	transition: 1.5s ease 1s;
	-webkit-transform: translateX(70px);
			transform: translateX(70px);
}
.page-template-lookbook .tercera.in-view .info > div {
	opacity: 1;
}
.page-template-lookbook .tercera .info h2 span {
    position: relative;
    left: -30px;
    display: block;
}
@media all and (max-width: 1279px) {
	.page-template-lookbook .tercera .info > div {
		-webkit-transform: translateX(25px);
				transform: translateX(25px);
	}
}
@media all and (max-width: 1023px) {
	.page-template-lookbook .tercera .container {
		padding: 0;
	}
	.page-template-lookbook .tercera .col-md-6.table-cell .info {
	    padding: 40px 70px;
	}	
	.page-template-lookbook .tercera .info > div {
	    -webkit-transform: translateX(0);
	    		transform: translateX(0);
	    max-width: 230px;
	}
}
@media all and (max-width: 767px) {
	.page-template-lookbook .section.tercera {
	    margin-bottom: -30px;
	}	
	.page-template-lookbook .tercera .col-md-6.w-100,
	.page-template-lookbook .tercera.in-view .col-md-6.w-100 {
		padding: 0;
	    -webkit-transform: translate(0);
	    		transform: translate(0);
	}	
	.page-template-lookbook .tercera .col-md-6.table-cell,
	.page-template-lookbook .tercera.in-view .col-md-6.table-cell {
	    -webkit-transform: translate(0,-105px);
	    		transform: translate(0,-105px);
	}
	.page-template-lookbook .tercera .col-md-6.table-cell .info {
	    padding: 30px 55px 0;
	    width: 100%;
	    max-width: 270px;
	    margin: 0 auto;
	}
}
.page-template-lookbook .cuarta .col-md-7 {
	display: block;
	opacity: 0;
	-webkit-transition: 1.5s ease .5s;
        	transition: 1.5s ease .5s;
	-webkit-transform: translate(-100px,0);
			transform: translate(-100px,0);
}
.page-template-lookbook .cuarta.in-view .col-md-7 {
	opacity: 1;
	-webkit-transform: translate(0,0);
			transform: translate(0,0);
}
.page-template-lookbook .cuarta .col-md-4 {
	opacity: 0;
	-webkit-transition: 1.5s ease 1s;
        	transition: 1.5s ease 1s;
	-webkit-transform: translate(0,100px);
			transform: translate(0,100px);
}
.page-template-lookbook .cuarta.in-view .col-md-4 {
	opacity: 1;
	-webkit-transform: translate(0,0);
			transform: translate(0,0);
}
@media all and (max-width: 767px) {
	.page-template-lookbook .cuarta .col-md-7,
	.page-template-lookbook .cuarta.in-view .col-md-7,
	.page-template-lookbook .cuarta .col-md-4,
	.page-template-lookbook .cuarta.in-view .col-md-4 {
	    -webkit-transform: translate(0,0);
	    		transform: translate(0,0);
	}	
	.page-template-lookbook .cuarta .col-md-4 img {
	    max-width: 177px;
	    margin: -50px auto 0;
	    display: block;
	}
}
.page-template-lookbook .quinta .container {
    max-width: 1400px;
    width: 100%;
}
.page-template-lookbook .quinta .col-md-12 {
	opacity: 0;
	-webkit-transition: 1.5s ease .5s;
        	transition: 1.5s ease .5s;
	-webkit-transform: translate(0,100px);
			transform: translate(0,100px);
}
.page-template-lookbook .quinta.in-view .col-md-12 {
	opacity: 1;
	-webkit-transform: translate(0,0);
			transform: translate(0,0);
}
.page-template-lookbook .quinta .arrows {
	width: 140px;
	height: 70px;
	opacity: 0;
	-webkit-transition: 1.5s ease 1s;
        	transition: 1.5s ease 1s;
	-webkit-transform: translate(-50%,calc(-50% + 70px));
			transform: translate(-50%,calc(-50% + 70px));
}
.page-template-lookbook .quinta.in-view .arrows {
	opacity: 1;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}
.page-template-lookbook .quinta .arrows .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 0;
    background: #fff url('../img/namur-collection_arrow-short-r.svg') no-repeat center center;
    border: 0;
    color: transparent;
    z-index: 1;
    -webkit-transition: .4s ease-in;
        	transition: .4s ease-in;
}
.page-template-lookbook .quinta .arrows .slick-arrow.slick-prev {
	right: inherit;
	left: 0;
	background: #fff url('../img/namur-collection_arrow-short-l.svg') no-repeat center center;
}
.page-template-lookbook .quinta .arrows .slick-arrow.slick-prev:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 14px;
	background: #CBCBCB;
	margin-top: -7px; 
}
@media all and (max-width: 1023px) {
	.page-template-lookbook .quinta.in-view .col-md-12 {
		overflow: hidden;
	}	
}
@media all and (max-width: 767px) {
	.page-template-lookbook .quinta .container {
		padding: 0;
	}	
	.page-template-lookbook .quinta .col-md-12,
	.page-template-lookbook .quinta.in-view .col-md-12 {
	    -webkit-transform: translate(0,0);
	    		transform: translate(0,0);
	}
	.page-template-lookbook .quinta .arrows,
	.page-template-lookbook .quinta.in-view .arrows {
	    -webkit-transform: translate(0);
	    		transform: translate(0);
	    left: 15px;
	    top: inherit;
	    bottom: 0;
	}
}
.page-template-lookbook .sexta .col-md-8 {
	opacity: 0;
	-webkit-transition: 1.5s ease .5s;
        	transition: 1.5s ease .5s;
	-webkit-transform: translate(0,100px);
			transform: translate(0,100px);
}
.page-template-lookbook .sexta.in-view .col-md-8 {
	opacity: 1;
	-webkit-transform: translate(0,0);
			transform: translate(0,0);
}
@media all and (max-width: 767px) {
	.page-template-lookbook .sexta .col-md-8, 
	.page-template-lookbook .sexta.in-view .col-md-8 {
	    -webkit-transform: translate(0,0);
	    		transform: translate(0,0);
	}	
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ABOUT US
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.page-template-about .row.table > div {
	padding: 0;
}
.page-template-about .cabecera {
	margin-bottom: 60px;
}
@-webkit-keyframes about-intro {
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
}
@keyframes about-intro {
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
}
.page-template-about .cabecera .centrado {
	opacity: 0;
	-webkit-transform: translate(-50%,-30%);
			transform: translate(-50%,-30%);
	-webkit-animation: 1s ease forwards about-intro;
			animation: 1s ease forwards about-intro;
}
.page-template-about .cabecera .centrado h1 {
	margin: 0;
}
@media all and (max-width: 1023px) {
	.page-template-about .table,
	.page-template-about .table-cell {
		display: block;
	}
	.page-template-about .cabecera {
		margin-top: 50px;
		margin-bottom: 25px;
	}
}
@media all and (max-width: 767px) {
	.page-template-about .cabecera {
		margin-top: 0px;
	}
}
.page-template-about .segunda {
	margin-bottom: 120px;
}
.page-template-about .segunda .info {
    max-width: 270px;
    margin: 0 auto;
}
.page-template-about .segunda .info .label {
    margin-bottom: 20px;
}
.page-template-about .segunda .info h2 span {
    position: relative;
    left: -30px;
}
@media all and (max-width: 1023px) {
	.page-template-about .segunda {
		margin-bottom: 40px;
	}
	.page-template-about .segunda .info {
	    max-width: 270px;
	    margin: 0 auto 50px;
	}	
}
@media all and (max-width: 767px) {
	.page-template-about .segunda .info {
	    padding-left: 40px;
	}	
}
.page-template-about .tercera {
	margin-bottom: 180px;
	padding-bottom: 100px
}
.page-template-about .tercera .image-wrap,
.page-template-about .tercera .image-wrap img {
	position: relative;
}
.page-template-about .tercera .image-wrap .fondo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF8E8;
	display: block;
	-webkit-transform: translate(-100px,100px); 
			transform: translate(-100px,100px); 
}
.page-template-about .tercera .info {
	display: block;
	max-width: 180px;
	margin: 0 auto;
}
@media all and (max-width: 1023px) {
	.page-template-about .tercera {
	    margin-bottom: 60px;
	    padding-bottom: 0;
	}
	.page-template-about .tercera .info {
	    max-width: 320px;
	    margin: 70px auto 0;
	}
	.page-template-about .tercera .image-wrap .fondo {
	    -webkit-transform: translate(-200px,25px);
	    		transform: translate(-200px,25px);
	}	
}
@media all and (max-width: 767px) {
	.page-template-about .tercera .image-wrap .fondo {
		top: 30px;
	    -webkit-transform: translate(-33%,25px);
	   			transform: translate(-33%,25px);
	}	
}
.page-template-about .cuarta img {
	width: 100%;
}
.page-template-about .cuarta .info {
	margin-bottom: 160px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
       -moz-column-count: 2; /* Firefox */
    		column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
       -moz-column-gap: 30px; /* Firefox */
    		column-gap: 30px;
}
.page-template-about .cuarta .info p {
	margin-top: 0;
}
@media all and (max-width: 1023px) {
	.page-template-about .cuarta .info {
	    margin-bottom: 60px;
	}	
}
@media all and (max-width: 767px) {
	.page-template-about .cuarta .info {
		position: relative;
	    -webkit-column-count: inherit;
	       -moz-column-count: inherit;
	    		column-count: inherit;
	    -webkit-column-gap: inherit;
	       -moz-column-gap: inherit;
	   			column-gap: inherit;
	   	max-height: 195px;
		overflow: hidden;
		margin-bottom: 0;
		-webkit-transition: .5s ease-in-out;
        		transition: .5s ease-in-out;
	}
	.page-template-about .cuarta .info.abierto {
		max-height: 900px;
	}	
	.page-template-about .cuarta .info:after {
		content: '';
		position: absolute;
		left: -10px;
		bottom: 0;
		right: -10px;
		height: 100px;
		-webkit-transition: .5s ease-in-out;
        		transition: .5s ease-in-out;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.page-template-about .cuarta .info.abierto:after {
		background: transparent; 
	}
	.page-template-about .cuarta .info h2 {
	    padding: 0 15%;
	}
	.page-template-about .cuarta p.especial {
		margin: 15px 0 60px;
	}
	.page-template-about .cuarta p.especial .cerrar,
	.page-template-about .cuarta p.especial.activo .leer {
		display: none;
	}
	.page-template-about .cuarta p.especial.activo .cerrar {
		display: block;
	}
}
.page-template-about p.especial.movil {
	display: none;
}
@media all and (max-width: 767px) {
	.page-template-about p.especial.movil {
		display: inline-block;
	}	
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CONTACTO
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.page-template-contact .main {
    margin: 0 0 150px;
}
.page-template-contact .main .cabecera {
	margin-bottom: 50px;
}
.page-template-contact .main .h3 {
	margin-bottom: 5px;
}
.page-template-contact .main p.txt-cent {
	margin-top: 0;
	color: #18182C;
}
.page-template-contact div.wpcf7 {
    margin: 34px 0 0;
    padding: 0;
}
.page-template-contact .wpcf7-form > p:last-of-type {
	overflow: hidden;
}
.page-template-contact .wpcf7-form .boton {
    display: block;
    margin: 15px 0 0;
    width: 100%;
    max-width: 270px;
    float: right;
}
.page-template-contact .wpcf7-form .custom-checkbox > span.sprite {
    top: 5px;
}
.page-template-contact .wpcf7-form .into-label a {
	text-decoration: underline;
	color: #979797;
}
.page-template-contact .wpcf7-form .into-label a:hover {
	text-decoration: none;
}
.page-template-contact .wpcf7-form div.wpcf7-mail-sent-ok {
    border: 0;
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #7D9F45;
}
.page-template-contact .wpcf7-form div.wpcf7-validation-errors {
	display: none !important;
}
.page-template-contact .main .datos {
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}
.page-template-contact .main .datos li {
	margin-bottom: 33px;
	line-height: 25px;
	line-height: 2.5rem;
}
.page-template-contact .main .datos li span {
	display: block;
	margin: 0;
	letter-spacing: 0;
	color: #18182C;
}
.page-template-contact .main .datos li a {
	color: #18182C;
}
@media all and (max-width: 1500px) {
	.page-template-contact .main {
		margin: 0 0 100px; 
	}
}
@media all and (max-width: 1024px) {
	.page-template-contact .main {
		padding-top: 60px;
	}		
}
@media all and (max-width: 1023px) {
	.page-template-contact .main {
		padding-top: 50px;
	    margin: 0 0 50px;
	}	
	.page-template-contact .main .cabecera {
	    margin-bottom: 30px;
	}
	.page-template-contact h1 {
		margin-top: 30px;
	}	
	.page-template-contact .wpcf7-form .boton {
	    margin: 50px auto 0;
	}
	.page-template-contact .main .datos {
	    margin: 30px 0 0;
	    text-align: center;
	}
}
@media all and (max-width: 767px) {
	.page-template-contact .main {
	    padding-top: 0;
	    margin: 0px 0 29px;
	}
	.page-template-contact .main .cabecera {
	    margin-bottom: 20px;
	}
	.page-template-contact .main .datos {
	    text-align: left;
	}	
	.page-template-contact .main .datos li {
	    margin-bottom: 20px;
	}
	.page-template-contact .wpcf7-form .boton {
		max-width: 1000px;
		margin: 0px auto 0;
	}
	.page-template-contact .wpcf7-form .obligatorio {
	    float: none;
	    display: block;
	    margin-top: 10px;
	}
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
LEGALES
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.page-template-legals .main {
	padding-top: 140px;
	margin-bottom: 80px;
}
.page-template-legals .main h1 {
	margin-bottom: 40px;
}
.page-template-legals h2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 2.5em 0 0em;
	line-height: 1.2;
}
.page-template-legals .cuerpo a {
	color: #4F4F4F;
	text-decoration: underline;
}
.page-template-legals .cuerpo a:hover {
	text-decoration: none;
}
.page-template-legals .main .menu {
	max-width: 166px;
}
.page-template-legals .main .menu .label,
.page-template-legals .main .menu li {
	display: block;
	height: 42px;
	line-height: 38px;
	line-height: 3.8rem;
	border-bottom: 1px solid #D2D2D2;
	letter-spacing: 0;
	text-transform: none;
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.page-template-legals .main .menu li.current-menu-item a {

}
.page-template-legals .main .menu li a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 38px;
	line-height: 3.8rem;
	color: #979797;
	text-decoration: none;
}
.page-template-legals .main .menu li a:hover,
.page-template-legals .main .menu li.current-menu-item a {
	color: #D6D6D6;
}
@media all and (max-width: 1023px) {
	.page-template-legals .main {
	    padding-top: 70px;
	    margin-bottom: 80px;
	}
	.page-template-legals .main .menu {
		max-width: 1920px;
		margin-bottom: 50px;
	}
	.page-template-legals .main .menu .label {
		position: relative;
		cursor: pointer;
	}
	.page-template-legals .main .menu .label:after {
		content: url('../img/namur-collection_triangle-down.svg');
		display: block;
		position: absolute;
		top: 1px;
		right: 1px; 
	}
	.page-template-legals .main .menu .label.activo:after {
		content: url('../img/namur-collection_triangle-up.svg');
		top: 0;
	}
	.page-template-legals .main .menu .menu-legales-container {
		display: none;
	}
	.page-template-legals .main .menu .menu-legales-container li {
		display: block;
	}
}
@media all and (max-width: 767px) {
	.page-template-legals .main {
	    padding-top: 60px;
	    margin-bottom: 70px;
	}	
	.page-template-legals .main .menu {
	    margin-bottom: 30px;
	}
	.page-template-legals .main h1 {
	    margin-bottom: 20px;
	}
}



/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PRENSA
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.post-type-archive-prensa .main {
	overflow: hidden;
	margin: 50px 0 100px; 
}
.post-type-archive-prensa .main .articulo {
	margin-bottom: 40px;
}
.post-type-archive-prensa .main h2 {
	margin: 18px 0 10px;
}
.post-type-archive-prensa .main .intro {
	font-size: 13px;
	font-size: 1.3rem;
	color: #4F4F4F;
}
@media all and (max-width: 767px) {
	.post-type-archive-prensa .main .wrap {
		padding: 0 10px;
	}	
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
POPUP
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.popmake {
	width: 770px !important;
}
.popmake .popmake-content .imagen,
.popmake .popmake-content .contenido {
	float: left;
	width: 420px;
}
.popmake .popmake-content .contenido {
	width: calc(100% - 420px);
	padding: 40px;
}
.popmake .popmake-content .contenido .label {
	margin: 0 0 20px;
}
.popmake .popmake-content .contenido h2 {
	margin: 0 0 20px;
}
.popmake .popmake-content .contenido p {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 23px;
	color: #4F4F4F;
}
.popmake .popmake-content .contenido .mailchimp {
	width: 100%;
	max-width: 270px;
}
.popmake .popmake-content .contenido .mailchimp .boton {
	width: 100%;
}
.popmake .pum-close {
	background: transparent !important;
	color: #fff !important;
	font-size: 1px !important;
	top: 12px !important;
	right: 10px !important;
	width: 40px !important;
	height: 40px !important;
	overflow: hidden !important;
}
.popmake .pum-close:before {
	content: url('../img/namur-collection_icono-cerrar.svg');
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}
@media all and (max-width: 1023px) {
	.popmake {
		width: 700px !important;
	}
	.popmake .popmake-content .contenido h2 span {
		display: none;
	}
}
@media all and (max-width: 767px) {
	.popmake {
		width: calc(100% - 40px) !important;
	}
	.popmake .popmake-content .imagen,
	.popmake .popmake-content .contenido {
		float: none;
		width: 100%;
		margin: 0;
	}	
	.popmake .popmake-content .contenido {
		padding: 15px;
	}
	.popmake .popmake-content .contenido .label,
	.popmake .popmake-content .contenido h2,
	.popmake .popmake-content .contenido p {
		display: block;
		text-align: center;
	}
	.popmake .popmake-content .contenido .label {
	    margin: 10px 0 10px;
	}
	.popmake .popmake-content .contenido h2 {
	    margin: 0 0 -5px;
	}
	.popmake .pum-close {
		top: 6px !important;
		right: 4px !important;
	}
}



/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SLICK SLIDER
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.slick-slider {
    position: relative;
	height: 100% !important;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    height: 100% !important;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    height: 100% !important;
    display: inline-block;
    vertical-align: middle;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100% !important;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    padding: 0;
    background-image: url("../img/namur-collection_arrow-short-r.svg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center; 
    border: 1px solid #DCDCDC;
    border-width: 0 1px 0 0;
    color: transparent;
    z-index: 1;
}
.slick-arrow.slick-prev {
	background-image: url("../img/namur-collection_arrow-short-l.svg");
}
.slick-arrow.slick-next {
	bottom: 75px;
	border-width: 0 1px 1px 0;
}
/*.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
	content: url("../img/blume_flecha-izq.svg");
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: .5s ease-in-out;
        	transition: .5s ease-in-out;
	-webkit-transform: translate(-50%,-50%);
   			transform: translate(-50%,-50%);
}
.slick-arrow.slick-next:before {
	content: url("../img/blume_flecha-der.svg");
}
.slick-arrow.slick-prev:hover:before {
	left: 35%;
}
.slick-arrow.slick-next:hover:before {
	left: 65%;
}*/
.slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin-right: 35px;
	padding: 15px;
	font-family: 'Butler';
    font-weight: normal;
    text-align: center;
    color: #756B6B;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: .4s ease .15s;
        	transition: .4s ease .15s;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
	opacity: 1;
}
.slick-dots li:before {
}
.slick-dots li.slick-active:before {
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
RADIOS Y CHECKS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.into-label input[type="checkbox"],
.into-label input[type="radio"],
.out-label input[type="checkbox"],
.out-label input[type="radio"] {
	display: none !important;
}
.custom-checkbox,
.custom-radio,
.out-label > label {
	position: relative;
	display: inline-block;
	padding-left: 23px;
	padding-top: 1px;
	cursor: pointer;
	font-weight: inherit;
	color: inherit;
}
.custom-radio {
	padding-top: 0;
}
.password-wrap .custom-checkbox {
	padding-top: 3px;
}
.custom-checkbox > span.sprite,
.custom-radio > span.sprite {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: transparent url('../img/checkbox-sprites@2x.png') no-repeat 0 0 / 96px 16px;
	overflow: hidden;
}
.custom-radio > span.sprite {
	background: transparent url('../img/checkbox-sprites@2x.png') no-repeat -48px 0 / 96px 16px;
}
/*.custom-checkbox:hover > span.sprite {
	background: transparent url('../img/checkbox-sprites@2x.png') no-repeat -16px 0 / 96px 16px;
}
.custom-radio:hover > span.sprite {
	background: transparent url('../img/checkbox-sprites@2x.png') no-repeat -64px 0 / 96px 16px;
}*/
.into-label input[type="checkbox"]:checked + .custom-checkbox > span,
.out-label input[type="checkbox"]:checked + .custom-checkbox > span {
	background: transparent url('../img/checkbox-sprites@2x.png') no-repeat -32px 0 / 96px 16px;
}
.into-label input[type="radio"]:checked + .custom-radio > span,
.out-label input[type="radio"]:checked + .custom-radio > span {
	background: transparent url('../img/checkbox-sprites@2x.png') no-repeat -80px 0 / 96px 16px;
}
.aceptacion .wpcf7-form-control-wrap {
	margin-right: 5px;
}




















/*
CUSTOM CSS
*/
.woocommerce .product .image{
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
    /* overflow: hidden; */
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.woocommerce .product .slider{
	position: relative;
	overflow: hidden;
	    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.woocommerce .product .slider .slide img{
	margin-bottom: 0px;
}
/*
.woocommerce .product .slider .slick-slide{
	opacity: 0.0001;
}
.woocommerce .product .slider .slick-slide.slick-active{
	opacity: 1;
}
*/
.woocommerce .product .slider .prev {
	position: absolute;
	left: 0px !important;
	left: 0px;	
	right: auto;
	border: 0px;
	background-color: transparent;
	margin: 0;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	background-image: url(../img/namur-collection_arrow-short-l.svg);
	background-size: 8px;
    width: 40px;
	height: 100%;
	opacity: 0;
}
.woocommerce .product .slider:hover .prev {
	transform: translateY(-50%) translateX(0%);
	opacity: 1;
}
.woocommerce .product .slider .next {
	position: absolute;
	right: 0px;
	left: auto;
	top: 50%;
	border: 0px;
	background-color: transparent;
	margin: 0;
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	background-image: url(../img/namur-collection_arrow-short-r.svg);
	background-size: 8px;
    width: 40px;
	height: 100%;
	opacity: 0;
}
.woocommerce .product .slider:hover .next {
	transform: translateY(-50%) translateX(0%);
	opacity: 1;
}
.woocommerce .product .slider:hover .prev.slick-disabled,
.woocommerce .product .slider:hover .next.slick-disabled{
	opacity: 0.4;
	cursor: not-allowed;
}
@media all and (max-width: 768px)
{
	.woocommerce .product .slider .prev {
		transform: translateY(-50%) translateX(0%);
		opacity: 1;
	}
	.woocommerce .product .slider .next {
		transform: translateY(-50%) translateX(0%);
		opacity: 1;
	}	
	.woocommerce .product .slider .prev.slick-disabled,
	.woocommerce .product .slider .next.slick-disabled{
		opacity: 0.4;
		cursor: not-allowed;
	}
}
.woocommerce nav.woocommerce-pagination ul{
	border: 0px;
}
.woocommerce nav.woocommerce-pagination ul li{
	border: 0px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
	color: #4F4F4F;
    font-family: Muli;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 2.3rem;
    text-transform: uppercase;
}
.woocommerce nav.woocommerce-pagination ul li a.prev{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/namur-collection_arrow-short-l.svg);
	background-size: 5px;
	text-indent: -9999px;
	margin-right: 30px;
}
.woocommerce nav.woocommerce-pagination ul li a.next{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/namur-collection_arrow-short-r.svg);
	background-size: 5px;
	text-indent: -9999px;
	margin-left: 30px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover{
	background-color: transparent;
	color: #8a7e88;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
	background-color: transparent;
	color:#4F4F4F;
	text-decoration: underline;
}

/*
.woocommerce .product .slider .slide{
	cursor: pointer;
}*/
.grecaptcha-badge {
	opacity: 0;
}




.klaviyo-form{
	width: 600px !important;
	max-width: 100% !important;
	float: none !important;
	margin: auto !important;
}
#kl_newsletter_checkbox_field{
	clear: both;
}

#kl_newsletter_checkbox_field input[type="checkbox"]{
	position: relative !important;
}
klarna-placement{
	    margin-bottom: 20px;
    display: block;
}
.wapf{
	display: none;
}
.product_cat-camisones-premama .wapf,
.product_cat-batas-premama .wapf,
.product_cat-bata-novias .wapf,
.product_cat-camisones-novias .wapf,
.product_cat-camisones-ideales .wapf,
.product_cat-batas .wapf{
	display: block;
}
.product_cat-camisones-premama .woocommerce-variation-add-to-cart .wapf-product-totals,
.product_cat-batas-premama .woocommerce-variation-add-to-cart .wapf-product-totals,
.product_cat-bata-novias .woocommerce-variation-add-to-cart .wapf-product-totals,
.product_cat-camisones-novias .woocommerce-variation-add-to-cart .wapf-product-totals,
.product_cat-camisones-ideales .woocommerce-variation-add-to-cart .wapf-product-totals,
.product_cat-batas .woocommerce-variation-add-to-cart .wapf-product-totals{
	display: none !important;
}
@media (max-width: 767px){
	.single-product.woocommerce div.product form.cart .variations{
	    width: 100%;
    float: none;
    margin: 0;
}
	.wapf-field-container,
	.wapf-field-row .wapf-field-container:last-child{
		padding: 15px;
	}
	#cta-movil {
		z-index: 2;
	}
}



