/* UIKIT TOGGLE */
 input.uk-checkbox {
	font-size:.8rem;
	margin-top:0;
	position:relative;
	-webkit-appearance:none;
	outline:none;
	width:4em;
	height:2.4em;
	border:2px solid #D6D6D6;
	border-radius: 3em;
	box-shadow:inset 5em 0 0 0 #DDD;
	flex-shrink: 0;
}
 input.uk-checkbox:after {
	content:"";
	position:absolute;
	top:.25em;
	left:.25em;
	background:#FFF;
	width:1.6em;
	height:1.6em;
	border-radius:50%;
	transition:all 250ms ease 20ms;
	box-shadow:.05em .25em .5em rgba(0,0,0,0.2);
}
input.uk-checkbox:checked {
	background-color: transparent;
	box-shadow:inset 5em 0 0 0 #4ed164;
	border-color:#67bba5;
}
input.uk-checkbox:checked:after {
	left:1.85em;
	box-shadow:0 0 1em rgba(0,0,0,0.2);
}
input.uk-checkbox:checked + span {
	color:#008a00;
	transition:all 250ms ease 20ms;
}
.InputfieldCheckbox .InputfieldContent label:only-of-type {display:flex;}
label:only-of-type input.uk-checkbox + span {
	color:#c3c3c3;
	display:flex;
	align-items:center;
	line-height:1.1;
}
/* Below is only necessary if you want the optional "tick" after items when selected */
label:only-of-type input.uk-checkbox + span:after {
	flex-shrink:0;
	margin-left:.5em;width:2em;
	opacity:0;
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 250'%3E%3Ccircle cx='125' cy='125' r='125' fill='%23231F20' opacity='.1'/%3E%3Cpath fill='%230B8B44' d='M95.823 139.432l-32.492-32.56-31.872 31.883-.008-.008 63.72 63.732L218.549 79.116 187.494 47.52z'/%3E%3C/svg%3E"); }
label:only-of-type input.uk-checkbox:checked + span:after {
	opacity:1;
	transition: opacity 250ms ease 150ms;
}

/*

	
	Generales  /   Header, navs
	
*/

.bloque-categoria {
	background-color: #0F0F0F;
	transition: all linear 0.25s;
	position: relative;
}

.bloque-categoria .categoria-txt {
	position: relative;
	z-index: 2;
}

.bloque-categoria::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); /* Nivel de oscurecimiento */
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.25s;
  z-index: 1;
}

.bloque-categoria:hover::after {
  opacity: 1;
  transition: all linear 0.25s;
}

.uk-background-muted {
	background-color: #F8F0F0;
}



.bg-brand {
	background-color: #0F0F0F;
}



body.dubium {
	font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
	font-family: 'Raleway', sans-serif;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	font-family: 'Raleway', sans-serif;
}

.uk-navbar-nav>li>a {
	color: #000;
	font-weight: 500;
	letter-spacing: 1px;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	min-height: 60px;
}

.dropdown-toggle::after {
	display:none;
}

.z-index{
	z-index:9999!important;
}

.dropdown-menu.z-index{
	right:0!important;
	left:auto;
}

.capitalize{
	text-transform:capitalize!important;
}

.alert p {
	margin: 0;
}

.no-transform {
	text-transform: none!important;
}

.big {
	font-size: 1.15rem;
}

.h1.big {
	font-size: 3.6rem;
}

h1 i.small {
	position: relative;
	top: -3px;
	font-size: 1.1rem!important;
}

.small{
	font-size:0.8rem!important;
}

.medium{
	font-size:0.85rem;
}

.form-group .small{
	font-size:1rem;
}

.strong {
	font-weight: bold;
}

.light{
	font-weight:100;
}


.titulo-grande{
	font-size: 5.5rem;
	line-height: 1;
}

.titulo-mediano{
	font-size: 3.75rem;
	line-height: 1.2;
}

.titulo-pequeno{
	font-size:2.5rem;
}



@media screen and (max-width:959px){
	.titulo-grande{
	font-size: 4rem;
	}
	
	.titulo-mediano{
		font-size: 3rem;
	}

}


.modal-content .form-group .btn{
	font-family:sans-serif;
	font-weight:400;
}

.btn-primary{
	background-color:black!important;
	border:none!important;
}

.bg-dark.text-white.w-100.text-center.p-3 mb-5.h5.font-weight-light{
	font-size:1rem;
}

.nav.nav-pills.flex-column.d-none.d-sm-none.d-md-block.p-2.m-2.serif.bold{
	font-size:1.1rem;
}

.font-size-min{
	font-size:0.9rem;
}

.background-transparent{
	background: rgba(255, 255, 255, 0.8); 
}

.user-menu-active{
	font-weight:bold;
	color:black;
}

.nav-item{
	font-weight:light;
	font-size:0.9em;
}


.form-control[type=checkbox] {
	width: 14px!important;
	display: inline-block;
	margin-right: 2px;
	margin-top: 2px;
}

.form-control.compulsory{
	background-color:#ffcbcb;
	border:2px solid #ff5d5d;
}

.uk-modal {
	z-index: 9999!important;

}

.uk-breadcrumb a{
	color:black!important;
}

.uk-breadcrumb{
	font-size:.875rem;
}

.oscurecer{
	-webkit-filter: grayscale(0.5); /* Safari 6.0 - 9.0 */
    filter: grayscale(0.5);
 }

.close{
	color:#ffffff!important;
	text-shadow:none;
}

.text-black {
	color: black!important;
}

.text-white {
	color: white!important;
}


#cookie-wrapper {
	
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100000;
	background-color: #fff;
	font-size: 0.7rem;
	box-shadow: 2px -2px 8px rgba(0,0,0,0.35);
	width: 500px;
	max-width: 100vw;
	
}

#cookie-wrapper .btn {
	padding: 5px 14px;
	font-size: 0.9em;
	
}

#cookie-wrapper p{
	margin-bottom:0!important;
}

#cookie-wrapper .close {
	position: absolute;
	right: 15px;
	top: 8px;
}

.modal-lg .modal-body ol{
	padding-left:0;
}

.modal-lg .modal-body{
	padding:50px;
	font-size:0.85rem;
}

body {
	overflow-x: hidden;
	font-size: 16px;
}

.uk-offcanvas-bar {
    background:white;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a{
	color:#757575;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover{
	color:black;
}

.uk-offcanvas-bar .uk-nav-default>li>a{
	color:black;
}


.uk-offcanvas-bar .uk-nav-default>li>a:hover{
	color:black;
}

.uk-offcanvas-bar .uk-h3{
	color:black;
}

.uk-offcanvas-bar hr{
	border-top-color: #727272; 
}


#offcanvas-flip{
	color:black;
}


header {
	position:relative;
}

a:hover {
	text-decoration: none;
	cursor: pointer!important;
}


.centerer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
}

.block{
	display:block;
}

.pointer {
	cursor: pointer!important;
}

.full-width{
	width:100%;
}

.not-allowed {
	cursor: not-allowed;
}

.bg-dark {
	background-color:#262626!important;
}

.bg-black {
	background-color:#e8e8e8;
	color: black!important;
}

.bg-dark-gray{
	background-color:#262626;
}

.text-dark{
	color:#333;
}

.uppercase{
	text-transform:uppercase;
}

.align-right{
	text-align:right;
}

.disabled {
    cursor: not-allowed;
}

.uk-padding-xlarge{
	padding:50px 30px!important;
}

.uk-background-secondary {
	background-color:#0F0F0F;
}

.color-brand {
    color:#0F0F0F;
}

.btn-brand {
    background-color:#0F0F0F;
    border-radius: 0;
    color:white;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 0.9rem;
    padding: 11px 15px;
    text-transform: uppercase;
    cursor: pointer;
    border:2px solid black;
    box-shadow:none!important;
    border:2px solid #0F0F0F;
    transition:all ease-in 0.3s;
}

.uk-button {
	font-weight: 500;
	letter-spacing: 1px;
}

.uk-button.uk-radius-top {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.uk-button-default.btn-brand, .btn-brand {
    background-color: white;
    border-color: #0F0F0F;
    color: #0F0F0F!important;
}

.btn-with-arrow.uk-button-large {
	padding-left: 62px
}

.btn-with-arrow i {
  margin-left: 0.5em;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.4s ease;
}

.btn-with-arrow:hover i {
  opacity: 1;
  transform: translateX(0);
}

.uk-link-text.btn-with-arrow i {
	opacity: 0.5;
	transform: translateX(0px);
}

.uk-link-text.btn-with-arrow:hover i {
	opacity: 1;
	transform: translateX(12px);
}

.btn-pago {
	background-color: #ff0000;
	border-radius: 0;
	color:white;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 0.9rem;
	padding: 11px 50px;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow:none!important;
	border:2px solid #0F0F0F;
	transition:all ease-in 0.3s;
}

.btn-pago:hover {
	background-color: #0F0F0F;
	color: black!important;
	border:2px solid #0F0F0F;
	transition:all ease-in 0.3s;
}

.btn-promo {
    background-color:#0F0F0F;
    border-radius: 0;
    color:black;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 0.9rem;
   /* padding: 9.5px 15px;*/
    text-transform: uppercase;
    cursor: pointer;
    border:2px solid black;
    box-shadow:none!important;
    border:2px solid #0F0F0F;
    transition:all ease-in 0.3s;
}

.btn-promo:hover {
	background-color:white;
	color: black!important;
	border:2px solid black;
	transition:all ease-in 0.3s;


}


.btn-gray {
    background-color: #787878;
    border-radius: 0;
    color:white;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 0.8rem;
    padding: 11px 15px;
    text-transform: uppercase;
    cursor: pointer;

}

.btn-gray:hover{
	color:white;
	
}

.btn-slider{
	background-color:transparent;
    color: white!important;
    border-radius:0;
    border: 3px solid white;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 0.9rem;
    padding: 20px 50px;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-slider:hover{
	background-color: #000;
	border:2px solid black;
}



.btn-brand-transparent {
    background-color:#c6c6c6;
    color: black;
    font-size: 0.9rem;
    padding: 10px 14px;
    border: 2px solid #c6c6c6;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in 0.4s;
    margin-bottom:10px!important;
}

.btn-brand-transparent:hover {
    background-color: white;
    color: black;
    border: 2px solid black;
    font-size:0.9rem;
    padding: 10px 14px;
    text-transform: uppercase;
    transition: all ease-in 0.4s;
}

.btn-brand-xs{
	background-color:black;
    border-radius: 0;
    font-size:0.9rem;
    padding: 10px 10px;
    cursor: pointer;
    color:white;
}

.btn-brand-xs-alt{
	background-color:white;
    border-radius: 0;
    font-size:0.9rem;
    padding: 10px 10px;
    cursor: pointer;
    color:color;
}


.btn-hover{
	position:absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	border:2px solid white;
	color:white;
	padding:20px 15px;
	text-align:center;
}

/* Cambiar en .pb-100 .btn-hover la opacity a 0 para que funcione el efecto de nuevo */

.pb-100 .btn-hover {
	opacity: 1;
	transition: opacity 0.3s linear;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.pb-100:hover .btn-hover {
	opacity: 1;
	transition: opacity 0.3s linear;
}

.btn-hover .h3{
	margin-bottom:0;
}

.uk-height-xlarge{
	height:650px;
}

.small-caps {
	font-variant:small-caps;
	margin-right:5px;
	margin-left:5px;
}

#trust-icons {
	background-image: url(../img/trust/BG_TRUST.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.sans-serif {
	font-family:"Montserrat", serif!important;
}

.table {
	display: table;
}

.inline-block {
	display: inline-block;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
}

#btn-menu {
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
}

#store-buttons sup.label {
	background-color: #dc3545;
	color: #fff;
	font-weight: normal;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 0.7rem;
	position: relative;
	left: -10px;
	top: -11px;
	padding: 3px 6px;
	min-height: 20px;
	min-width: 20px;
}

#btn-menu img {
    width: 53px;
}

.pull-right.serif a{
	color:white;
}

.pedido .h6{
	font-size:1.1rem;
}

.hidden{
	display:none;
}

#logo-container {
	display: block;
}

.logo{
	width: 130px;
	transition: all 0.17s linear;
}

.header-fixed .logo{
	width: 100px;
	transition: all 0.17s linear;
}

.mosaico .interior .logo_D{
	width:60%;
}

.titulo-seccion {
	text-align:center;
	font-size: 1.7rem;
	font-weight:bold;
	color:black;
	margin-top:50px;
	margin-bottom:30px;
	letter-spacing: 1px;
}

.white{
	color:white;
}

.black{
	color:black!important;
}

.gray{
	color:#c9c9c9;
}

.descripcion-coleccion.light-gray{
	color:#bfbfbf;
}

.mb-50{
	margin-bottom:50px;	
}

.uk-overlay-custom {
    background: rgba(0,0,0, 0);
}

.uk-overlay-custom:hover {
   	background: rgba(0,0,0,0.45);
    transition:all ease-in 0.4s;
}

.uk-overlay-video {
    background:rgba(0, 0, 0, 0.8);
}

.uk-overlay-video:hover {
   background:rgba(0, 0, 0, 0.0);
   transition:all ease-in 0.4s;
}

.uk-overlay-video:hover .ocultar-hover{
	opacity:0;
	transition: opacity ease-in 0.4s;
}

.margin-tb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.margin-t30{
	margin-top:30px;
}

.margin-t60 {
	margin-top: 60px;
}

.padding-tp20{
	padding-top:20px;
	padding-bottom:20px;
}

.ml-1{
	margin-left:10px;
}

.mr-1{
	margin-right:10px;
}

.bold{
	font-weight:600;
}

.fb-loginBtn{
	background-color:#3b5998;
	color:white;
	border-radius:0px;
	padding:10px;
	font-size:0.9rem;
}

.fb-loginBtn:hover{
	color:white!important;
}

.text-smaller {
    font-size: 0.7em;
}

/*
	
	Paginas
	
*/

.page section {
	padding: 50px 0;
}

.page section.slider {
	padding: 0;
}

.page section.padding-b0 {
	padding-bottom: 0;
}

/* 
	
	Breadcrumb
	
*/

.breadcrumb {
	margin: 30px 0;
	background-color:white;
	text-transform:uppercase;
	font-size:0.9rem;
	font-weight:bold;
}

.breadcrumb a {
	color:black;
}

.list{
	list-style:none;
	margin-left:0;
}

.breadcrumb .home-icon {
	width: 15px;
	top:-1px;
	position: relative;
	margin-right: 1px;
	border:none;
}

/* 
	
	Blog
	
*/


.link-neutro{
	color:inherit!important;
}

.link-neutro:hover{
	color:black;
}

#post-content p{
	font-size:0.9rem;
}

.media {
	padding-bottom:20px;
}

.media .media-heading{
	font-size:1rem;
	padding-top:10px;

}

.media .media-object{
	border-radius:50%;
}

.media-heading .small{
	font-size:0.6rem;
	color:#8a8a8a;
	margin-left:10px;
}

.heading::after {
	content: "";
    width: 200px;
    height: 2px;
    background:black;
    display: block;
    margin: 30px auto;
}

.heading-alt::after {
	content: "";
    width: 200px;
    height: 2px;
    background:white;
    display: block;
    margin: 30px auto;
}

.heading-left {
	text-align: left;
}

.heading-left::after {
	content: "";
    width: 200px;
    height: 2px;
    background:black;
    display: block;
    margin-top: 30px;
    margin-bottom:50px;
}

#comments .h3{
	font-size:1.6rem;
	padding-top:20px;
}

.h2.brand{
	font-size:1.6rem;
}

.post-title-interno{
	font-size:2.5rem;
	margin-top:70px;
}

/* 
	
	Contacto
	
*/

#form-contacto .form-group label{
	display:none;
}

#form-contacto .btn {
	display:block;
	margin:30px auto;

}

.box-zoom {
  background-color: #fff;
  display: block;
  width: 400px;
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 auto;
  transition: 0.2s;
}

.box-zoom:hover {
  transition: 0s;
}

.box-zoom img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.box-zoom.active {
  background-size: 250% auto;
  cursor: zoom-in;
}

.box-zoom.active.zoom-plus {
  background-size: 500% auto;
  cursor: zoom-out;
}

/* ========================
	$SLIDER https://bootsnipp.com/snippets/OR9l8
======================== */

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider > .carousel-inner > .carousel-item > img,
.bs-slider > .carousel-inner > .carousel-item > a > img {
    margin: auto;
    width: 100% !important;
}

/* --- */

.fade {
    opacity: 1;
}

.fade .carousel-item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .carousel-item:first-child {
    top: auto;
    position: relative;
}

.fade .carousel-item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.slider-imagenes {
	overflow: visible!important;
	position: relative;
	background-size: cover;
	background-position: center bottom;
	width: 100vw;
    height: 38vw;
}

.slider-imagenes-1 .carousel-controls, .slider-imagenes-1 .carousel-indicators {
	display: none;
}

.slider-imagenes .carousel, .slider-imagenes .carousel-inner, .slider-imagenes .carousel-inner .carousel-item, .slider-imagenes .carousel-inner .carousel-item .carousel-caption {
	height: 100%;
}

.slider-imagenes .carousel-item img {
	position: absolute;
	width: 100%;
}

.slider-imagenes img.slider {
	min-width: 100%;
}

.slider-imagenes .btn-brand, .slider-imagenes .btn-highlight {
	position: relative;
	margin-top: 40px;
	padding: 20px 50px;
}

#carousel-portada .carousel-inner {
	background-color: #000;
}

.padding-remove{
	padding:0!important;
}

.line-height{
	line-height:1.5;
}

.lighter{
	font-weight:lighter;
}

.custom-inline{
	display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
}

.custom-overlay{
	padding:30px 30px;
	position:absolute;
}

.position-relative{
	position:relative;
	
}

.custom-position-center{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
    width: -moz-max-content;
    max-width: 100%;
    box-sizing: border-box;
}

.color-light-gray{
	color:#989696;
}

#player {
    width: 100vw;
    height: 41.8vw;
    display: block;
    position:relative;
}

.slider-imagenes .cover {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}

.slider-imagenes .carousel-control {
	position: absolute;
	top: 50%;
	height: 60px;
	transform: translateY(-50%);
	opacity: 1;
	z-index: 100;
}

.slider-imagenes .carousel-control.left {
	left: 0%;
}

.slider-imagenes .carousel-control.right {
	right: 0%;
}

.slider-imagenes .carousel-control:hover {
	opacity: 0.6;
}

.slider-imagenes .carousel-caption {
	z-index: 2000;
	text-align: inherit;
}

.slider-imagenes .bottom {
	bottom: 15%;
	position: absolute;
}

.slider-imagenes .carousel-caption h1 {
	font-size:3rem;
}

.slider-imagenes .carousel-caption p {
	color: white;
}

body.dubium .slider-imagenes .btn.btn-brand.btn-transparent:hover {
	border-color: #fff;
	color: #fff;
}

body.dubium .carousel-controls .carousel-control.left, body.dubium .carousel-controls .carousel-control.right {
	background-image: none;
}

.slider-imagenes .h1.text-white {
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.text-shadow{
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.custom-h1{
	font-size:3em;
}

/* 
	
	Colecciones
	
*/

.descripcion-coleccion{
	color:#66666a;
	font-size:1.5rem;
	text-align:center;
	margin-bottom:-5px;
}

/* 
	
	Listado productos 
	
*/

#listado-productos {
	margin-bottom: 80px;
}

.pagination{
	font-size:1rem;
	font-family:sans-serif;
	margin-top: 80px;
}

.pagination li{
	margin-right:6px;
	padding:10px;
	display: inline;
}

.pagination>li>a, .pagination>li>span {
	color:black;
}

.pagination li.active a {
	border-bottom:3px solid black;
	transition: all 0.2s linear;
	padding:10px;
}

.uk-search-navbar .uk-search-input {
    font-size: 1rem;	
}

.menu-idiomas-lateral {
	min-width: 25px;
	padding: 5px 15px;
}

.producto .descuento {
	background-color: #dc3545;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 15px;
    border-radius: 0 0 0 0;
    font-size:0.75;
    visibility:hidden;
}

.producto .hex-codes {
	text-align: center;
	margin: .25rem 0;
}

.descripcion-producto h5 {
	font-weight: bold!important;
}

.producto .resaltar-lista {
	
	background: black;
	color: white;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.75rem;
	text-transform: uppercase;
	padding: 2px 10px;
	max-width: 50%;
	text-align: center;
	letter-spacing:1px;
	visibility:hidden;
}

.producto .resaltar-lista2 {
	background: #000000;

	color: white;
	position: relative;
	margin: 20px auto;
	width: 60%;
	font-size: 1rem;
	text-transform: none;
	padding: 10px 4px;
	text-align: center;
	line-height: 1rem;
}

.resaltar-lista2 small {
	color: #ccc;
}

.resaltar-lista2 .small {
	font-size: 0.7rem!important;
	position: relative;
	top: -1px;
}

.hex-code {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 20px;
	height: 20px;	
	display: inline-block;
	margin: 0 2px;
	border: 2px solid white;
}

.producto .precio-tachado {
	margin-right: 15px;
	font-size: 0.7rem;
}

.img-producto {
	margin-bottom: 0px;
}

.img-producto img {
	max-width: 100%;
}

.bg-black .img-producto {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	background-color: white;
}

.bg-black .img-producto img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.producto h3 {
	margin-top:10px;
}

.producto .precio{
	font-size:1.2em;
	margin-bottom:-4px;
}

.producto a {
	text-decoration:none;
}

.bg-black .producto a {
	color: white;
}

.bg-black .producto .precio-real {
	color: white;
}

.producto:hover h3{
	text-decoration:underline;
}

.img-redonda{
	border-radius:100%;
	overflow:hidden;
}

/* 
	
	Bloque Confianza
	
*/


.bloque-confianza .strong{
	font-weight:800;
}

.bloque-confianza p{
	margin-top:10px;
	text-align:center;
}

.bloque-confianza p span{
	font-size:1rem;
	text-transform:uppercase;
}

.bloque-confianza img{
	width:65px;
	display:block;
	margin:0 auto;
}

/* =====================================
		$MENSAJES
===================================== */

.hilo {
	border-radius: 4px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 4px rgba(0,0,0,.05);
	width: 70%;
}

.hilo .card-heading {
	font-size: 0.85em;
	padding: 10px 15px;
	background-color: #f3f3f3;
}

.hilo-enviado {
	margin-left: auto;
	background-color: #f2fdf2;
	margin-right: 15px;
}

.hilo-recibido {
	margin-right: auto;
	margin-left: 15px;
	background-color: #fff;
}

.hilo.hilo-recibido {
	box-shadow: none!important;
}

.icon-leido {
	color: #1493ff;
}

/* 
	
	Mosaico
	
*/

.mosaico{
	width:100%;
	margin:50px auto;
	
}

.mosaico .celda {
	background-color: #000;
	color: #fff;
	overflow: hidden;
}

.mosaico .celda .interior {
   width: 100%;
   padding-bottom: 75%;
   
 }
 
 .mosaico .celda .interior img {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 transform: translateX(-50%) translateY(-50%);
 }
 
.top-left {
	position: absolute;
	top: 30px;
	left: 30px;
} 

.bottom-right {
	position: absolute;
	bottom: 30px;
	right: 30px;
	text-align: right;
} 

.mosaico p{
	font-size:1rem;
}

.w-15{
	width:15px!important;
}

/* 
	
	Listado posts 
	
*/

.lista-posts img {
	max-height:200px;
	margin:0 auto;
}

.img-post
{
	margin-top:20px;
	margin-bottom:10px;
}

.descripcion p
{
	text-align:center;
	margin-top:25px;

}

.post-lista .autor-fecha{
	text-align:center;
	color:gray;
	font-size:0.8rem;
}

.post-datos{
	font-size:1.1rem;
	text-align:left;
	margin-bottom:20px;
	width:477px;
}

#post-content .img-fluid{
	margin-bottom:30px;
}

/* 
	
	Footer
	
*/

#scroll-top {
	padding: 18px 22px;
	position: fixed;
	bottom: 50px;
	right: 15px;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.18);
	border: 1px solid #f5f5f5;
	color: #000;
	display: none;
	cursor: pointer;
}

.footer{	
	padding-top:50px;
	padding-bottom:50px;
}

.color-black{
	color:black;
}

.color-gray{
	color:#666666!important;
}

.footer a, .footer span{
	color: #666666;
	transition: all 0.16s linear;
}

.list-unstyled li a{

	font-size:0.9rem;
}

.fa.fa-whatsapp{
	font-size:1.2rem;
}

.footer .form-control {
	padding: 10px 20px;
	background-color: white!important;
	box-shadow: none;
	border:1px solid #bbbbbb!important;
	font-family:sans-serif;
	font-size:0.9em!important;
}

.footer .pagos-aceptados {
	color:#c6c6c6;
}

.social-media{
	list-style: none;
	padding: 0;
}

.social-media li {
	display: inline-block;
}

.social-media a{
	color:#787878;
	font-size:1.2rem;
	margin-right:15px;	
}

.btn.btn-md.btn-newsletter:hover{
	background-color:black;
	color:white;
}

.uk-offcanvas-bar, .uk-offcanvas-bar a:not(.btn-brand){
	color:black!important;
}

#carrito .titulo{
	font-weight:700;
}

/* 
	
	Collapse menu carrito
	
*/

.separador {
	border-top: 1px solid #000;
	margin: 15px 0;
}

.pedido:nth-child(odd) {
	background-color: #eee;
}

.cabecera {
    background-color: #eee;
    font-weight: bold;
}

#num-carrito{
	font-size:0.75rem;
	color: #fff;
	background:#ff0000;
	vertical-align:top;
	margin-left:-9px;
	line-height:1.3;
	font-weight: normal;
}

#datos-envio{
	padding:16px 10px 16px 10px;
	margin:20px 0;
}

#datos-envio input, #datos-envio span{
	border:none;
	background:#f3f3f3;
	font-size:1rem;
}

.modal-content{
	font-size:1rem;
	box-shadow:0px 4px 18px 1px black;
}

#modal-content-pago{
	top:80px;
	width: 350px;
    display: block;
    margin: 0 auto;
    font-size:1em;
}

.modal-content .btn.btn-brand-xs.btn-block{
	background:#000000;
}

.form-control {
	border:none;
	background:#f3f3f3!important;
	font-size:1rem!important;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px 14px;
}

.error-border {
	border: 2px solid red!important;
	background-color: #fef4f6;
}

#modal-login a:not(.btn) {
	font-weight: bolder;
}

.elemento-forma-pago{
	border:none;
	background:#f3f3f3;
	margin:15px;
	padding:15px 10px;
	cursor:pointer;
}

.elemento-forma-pago:hover{
	background:#d6d6d6;
}

.elemento-forma-pago p{
	margin-left:15px;
	margin-bottom:0; 
}

.elemento-forma-pago img{
	vertical-align:middle;
	margin-right:15px;
}

#modal-content-pago img{
	width:30px;
}

#modal-content-pago .modal-title{
	font-size:1.3rem;
}

.producto-carrito p{
	
	margin:0;
}

.precio-carrito span{
	margin-left:30px;
}

.dropdown-menu .producto-carrito span{
	color:black;
	font-size:0.7rem;
	cursor:pointer;
}

.checkout .producto-carrito span{
	color:black;
	font-size:0.7rem;
	cursor:pointer;
}


.dropdown-menu .basura span{
	color:black;
	margin-right:15px;
	cursor:pointer;
}

.img-carrito {
	width:70px;
	margin:0;
}


.precio-final{
	font-weight:bold;
	margin:20px;
	font-size:1rem;
	font-family:serif;
}

.card{
	box-shadow:none!important;
	border:1px solid #e9e9e9;
}

.basura{
	font-size:1.4rem;
	margin-top:15px;
}

.collapse-search {
	padding: 3px 20px;

}

.collapse-search .form-control {
	height: 44px;
}

.collapse-search img{
	width:35px!important;
	position:absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
}

.btn-search {
	background-color:#c6c6c6;
    color: white!important;
    border-radius: 0;
    height: 44px;
    margin-top: 0px;
	box-shadow: none;
	margin-left:-2px;
}

.collapse-search .input-group-btn {
	z-index: 1000;
}

.btn-search:hover{
	background-color:rgba(197, 197, 197, 1);
	box-shadow:none;
}

/* 
	
	Ficha producto
	
*/

.container.ficha-producto {

	padding:15px 15px 0 15px;
	
}

#container-btn-anadir-carrito {
    margin: 20px 0;
}

.ficha-producto .talla, .ficha-producto .color {
	padding: 5px 7px;
	border: 2px solid #000!important;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 6px;
    cursor: pointer;
}

.ficha-producto .precio{
	margin: 35px 0;
} 

.ficha-producto .precio .h1 {
	font-size: 3.7rem;
	line-height: 3.5rem;
	color:#333;
}



#imagen-zoom {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 110;
	display: none;
	margin: 0 -15px;
}

#imagen-zoom img {
	border: 2px solid #000!important;
	transform: translate(-50%, -50%);
	zoom: 1;
}

.ficha-producto .talla.seleccionada, .ficha-producto .color.seleccionado {
	background-color: #696969;
	color: #fff;
	cursor: pointer;
}

.ficha-producto .color {
	border:none!important;
	padding-top:10px;
}

.ficha-producto .talla.sin-stock {
	text-decoration: line-through;
	color: #ff0000;
	cursor: not-allowed;
}

#colores .color{
	border:none!important;
}


.detalles-producto {
	text-align:left;
	
	padding-top:0;
	font-size:1rem;
}

.detalles-producto h3 {
	
	margin-bottom:50px;
	font-size:2.2rem;
}


 *+hr {
    margin-top: 0px!important;
}

.detalles-producto p span{
	font-size:1.3rem;
	margin-left:5px;
}

.detalles-producto p{
	margin-top:5px;
}

.ficha-producto .talla{
	border: 2px solid #c6c6c6!important;
}

.uk-padding-remove-bottom{
	padding-bottom:0!important;
}

.detalles-producto .fa{
	color:#c6c6c6;
	font-size:1.6rem;
	transition: color ease-in 0.3s;

}

.detalles-producto .fa:hover{
	color:#696969;
	transition: color ease-in 0.4s;
}

.ficha-producto .detalles-producto span{
	color:black;
}
.precio-tachado{
	text-decoration:line-through;
}

.btn-ficha-producto {

	margin:0 auto;
	display:block;
	margin-top:50px;
	margin-bottom:20px;
	width:90%;
	background-color:black;
	border:0;
	border-radius:0;
}

.btn-ficha-producto:hover{
	background-color:white;
	border:1px solid black;
	color:black;
}

.descripcion-producto{
	font-size:1rem;
	margin-bottom:35px!important;

}


.productos-relacionados h3{
	text-align:center;
}

.nav-detalles-producto {
	margin-top:20px;
}

.panel-detalles-producto {
	margin-top:20px;
}

.detalles-producto .small {
	font-size: 0.7rem;
}

.fotos-alternativas{
	margin-top:10px;
	margin-bottom:10px;
}

.navegar-producto span {
	font-size:1.4rem;
	transform: translateY(2px);
}

.thumbnail.explorar-productos {
	background-color:#f5f5f5;
	padding:15px;
}

.explorar-productos h4 {
	text-align:center;
}

.explorar-productos p {
	text-align:center;
}

.mt-remove{
	margin-top:0!important;
}

.btn-explorar-productos {
	display:block;
	margin:0 auto;
	margin-top:40px;
	background-color:black;
	border:0;
	border-radius:0;
	
}

.btn-explorar-productos:hover span{
	color:black;
}

.btn-explorar-productos:hover {
	background-color:white;
	border:1px solid black;
	color:black;
}

.productos-relacionados img {
	border:1px solid #ececec;
	margin-bottom:40px;
}

.btn-productos-relacionados {
	display:block;
	width:300px;
	margin:0 auto;
	background-color:black;
	border:0;
	border-radius:0;
	
}

.btn-productos-relacionados:hover{
	background-color:white;
	border:1px solid black;
	color:black;
}

.fotos-alternativas img{
	margin-bottom:30px;
}





/* ======================
	 	$LATERALES 
====================== */

.lateral {
	width: 300px;
	height: 100%;
	background-color: #f8f8f8;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 1003;
	transition: all 0.6s;
}

/* ===========================================
	 	$LATERALES - LATERAL-IZQUIERDA
============================================ */

.nooverflow {
	overflow: hidden;
}

.lateral-izq {
	width: 300px;
	max-width: 100%;
	font-size: 0.9rem;
	background-color: white;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	z-index: 10001;
}

.lateral-izq.abrir {
	left:0;
	
}

.lateral-izq .badge {
	font-size: 11px;
	font-weight: normal;
}

ul.navbar-lateral {
	list-style: none;
	padding: 40px 0;
	text-transform: uppercase;
	display: inline;
}

.lateral-izq ul {
	width: 100%;
}

ul.navbar-lateral ul {
	position: absolute;
	left: 100%;
	margin-left: 0px;
	top: 0px;
	transition: 0.5s ease;
	background-color:white;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	padding: 0;
	display: none;
	list-style: none;
	opacity: 0;
}


ul.navbar-lateral>li:hover>ul {
	display: block;
	transition: all 0.3s linear;
	opacity: 1;
	background-color: white;
	color:black;
}



.navbar-lateral .dropdown-menu>li>a {
	padding: 0;
}

.navbar-lateral .dropdown-toggle::after {
	display:none;
}

.navbar-lateral .dropdown-menu>li>a:focus, .navbar-lateral .dropdown-menu>li>a:hover {
	background-color: transparent;
}

.navbar-lateral li {
	margin: 0;
	border-top: 1px solid #e1e1e1;
	padding: 15px 25px;
	padding-left: 19px;
}

.navbar-lateral li a {
	display: block;
	color: black;
	text-decoration: none;
	font-weight:bold;
	
}

.navbar-lateral li:first-child {
	border-top: 0;	
}

.navbar-lateral li.mt-5 {
	border-top: 0;
}

.lateral-izq ul li:hover {
	background-color:#f7f7f7;
	color: #fff;
}

.lateral-izq ul li a:hover {
	color: black;
}




/* SuscripciÃ³n */

#modal-suscribir .imagen {
	margin: 0 -16px;
	margin-top: -17px;
}


.rgba-white-light:hover{
	background-color:rgba(0,0,0,.1);
	transition: background-color ease-in 0.3s;
}


.categorias .h3{
	font-size:1.4em;
}

#politicas {
	line-height: 40px;
}



/* Media Queries */

@media screen and (max-width:280px){
	.uk-modal-body {
		padding: 0;
	}
}


@media screen and (max-width:991px){

	.categorias .h3{
		font-size:1em;
	}
}


@media screen and (max-width:768px){
	
	.slogan {
		display: none;
	}
	
	#btn-menu {
		left: 15px;
	}
	
	
	
	
	.ficha-producto .detalles-producto h1 {
		font-size: 1.6rem!important;
	}

	
	
	
}

@media screen and (max-width:1024px){
	.logo {
		width:100px;
		height: auto!important;
	}
	
	#btn-menu img {
    width: 53px;
	}
	header .navbar {
		padding:0;
	}
	
	
	.ficha-producto .detalles-producto h1 {
		font-size: 1.6rem!important;
	}
	
}

@media screen and (max-width:576px){

	
	.carousel-caption .h1.big{
		display:block!important;
		font-size:1.9rem;
		margin-top:40px;
	}
	
	.carousel-caption .btn-slider {
		display:none;
	}
	
	.p-slider{
		margin-top:90px!important;
	}

		
	#boton-anadir-carrito{
		font-size:1rem;
	}
	
	#cookie-wrapper {
		max-width : 1100%;
	}
	
	.pb-100 .hover, .pb-100 .btn-hover {
		opacity: 1;
	}
	
	
}

@media (min-width: 1200px) {
	.uk-heading-large {
	    font-size: 9rem;
	}
}


@media (pointer: coarse) {
	
	ul.navbar-lateral>li>ul {
		display: block;
		transition: all 0.3s linear;
		opacity: 1;
		position:relative;
		top:0;
		left:0;
		z-index:9999;
	}
	
	ul.navbar-lateral>li>ul li {
		height:20px;
		border:none!important;

	}	
	
	.lateral-izq ul li:hover {
		background-color: inherit;
		color:inherit;
		border-left: 6px solid transparent;
	}

}