/**************************************************************************************
Defaults
***************************************************************************************/
html {
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}
body {
	overflow-x:hidden;
	background:white;

	color:black;
	font-family: 'Kanit', sans-serif;
	-webkit-font-smoothing: antialiased;
}

#contenido{
	background-color: white;
}

a, button	{
	cursor:pointer;
	/*text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;*/
}
a:hover, a:focus, button:focus{
	cursor:pointer;
	text-decoration: none;
	outline:none;
	color:#1ebea5;
}

p, li{
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
	/*margin:0;*/
	padding:0;

	font-size: 18px;
	text-transform:uppercase;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	font-weight: 450;
	font-size: 30px;
}

hr	{
	display:block;
	height: 1px;
	background:#ccc;
}
video {
	width: 100% !important;
	height: auto !important;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea.form-control {
	color:white;
	text-shadow: 0;
}



/**************************************************************************************
Bootstrap Overwrites
***************************************************************************************/
.carousel-control{
	color:white;
	text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-control.right,
.carousel-control.left{
	background:none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	font-size: 25px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: auto;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: auto;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.modal-content {
	border:0;
    border-radius: 0px;
	box-shadow:none;
}
.modal-body {
    padding: 0px;
}
.modal-body .carousel-control{
	color:black;
	text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}
.modal-body .carousel-control .glyphicon-chevron-left,
.modal-body .carousel-control .icon-prev {
    margin-left: 0px;
}
.modal-body .carousel-control .glyphicon-chevron-right,
.modal-body .carousel-control .icon-next {
    margin-right: 0px;
}

.modal-header{
	background: #137078;
}

/**************************************************************************************
Side Menu Overwrites
***************************************************************************************/
/*seba*/
.mp-level{
	overflow-y: scroll;
}
.mp-level .mp-level{
	/*height: 300%;*/
}


/**************************************************************************************
Custom Classes
***************************************************************************************/
/* Start of "Micro clearfix" */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */

.pr{
	position:relative;
}

.bl{
	display:block;
	width: 100%;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.npl	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-left: 0 !important;
}
.npr	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-right: 0 !important;
}
.noleft	{
	padding-left: 0 !important;
}
.noright	{
	padding-right: 0 !important;
}
.no-vert{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

.full-height, .half-height{
	position: relative;
}

.vs15{
	margin-top: 15px;
}
.vs{
	margin-top: 30px;
}
.vs2{
	margin-top: 60px;
}
.vs3{
	margin-top: 90px;
}
.vs4{
	margin-top: 120px;
}
.vs5{
	margin-top: 150px;
}
.vs6{
	margin-top: 180px;
}

.col5{
	float: left;
	display:block;
	padding-right: 15px;
	padding-left: 15px;
	width: 20%;
}

.imgfull	{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.grow { transition: all .5s ease-in-out; }
.grow:hover { transform: scale(1.1); }
.limit{
	display:block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

.espacio{
	padding:150px 0;
}
.espaciomin{
	padding:90px 0;
}

.white{
	background:white;
}
.grey{
	background:#f4f4f4;
}
.black{
	background:black;
}

.relleno{
	padding:40px;
}
a.btnverde{
	display:inline-block;
	padding:1.25em 1.75em;
	background:#137078;
	color:white;
	font-size: 15px;
	font-weight: 700;
	letter-spacing:1px;
	text-align: center;
	text-transform:uppercase;
	border-radius: 8px;
}
a.btnrojo, button.btnrojo{
	display:inline-block;
	padding:1.25em 1.75em;

	background:#f44336;

	color:white;
	font-size: 15px;
	font-weight: 700;
	letter-spacing:1px;
	text-align: center;
	text-transform:uppercase;
}
a.btnrojo:hover , a.btnverde:hover,  a.btnwhatsapp:hover, button.btnrojo :hover{
	background:#52AFB2;
}
a.btnrojoxl{
	padding:1.125em 4em;
	font-size: 18px;
}
.txt-centrado {text-align:center}
/**************************************************************************************
Top
***************************************************************************************/
#contenido{
	margin-top: 60px;
}

#top{
	z-index: 16; /*Arriba de los 15 de el carrousel*/
	position: fixed;
	top:0;
	left:0;

	height: 60px;

	box-shadow: 0 1px 20px 0px rgba(0,0,0,0.1);
}
#top a:hover{
	color:#52AFB2;
}
a#logo{
	display:block;
}

a#logo img{
	max-height: 60px;
}

a.menu{
	display:inline-block;
	margin-top: 18px;
	height: 24px;
	width: auto;
	color:black;
	font-size: 12px;
	font-weight: 600;
	line-height:24px;
	text-indent: 36px;
	text-transform:uppercase;
}
a.menu-trigger{
	/*background:url(/_img/menu.png) no-repeat left top;*/
	background-size: 24px;
}
a.menu-trigger:hover{
	background-position:left bottom;
}
a.menu-trigger .glyphicon{
	display:none;
}
a.menu-entra{
	background:url(/_img/entra.png) no-repeat left top;
	background-size: 24px;
}
a.menu-entra:hover{
	background-position:left bottom;
}
#menu-carrito{position: relative;}
a.menu-carrito{
	background:url(/_img/carrito.png) no-repeat left top;
	background-size: 24px;
}
a.menu-carrito:hover{
	background-position:left bottom;
}
a.menu-carrito:hover + .sub-menu{
	visibility: visible;opacity: 1;transform:translateX(0);transform:translateX(10%);transition:all 0.4s linear 0s, visibility 0s linear 0.4s;
}
a.menu-entra:hover{
	background-position:left bottom;
}
a.menu-entra:hover + .sub-menu{
	visibility: visible;opacity: 1;transform:translateX(0);transform:translateX(10%);transition:all 0.4s linear 0s, visibility 0s linear 0.4s;
}
.topnav a{
	float: right;
	margin-left: 30px;
}

#top input{
	display:block;
	height: 32px;
	width: 100%;
	background:#137078;
	border:0;
	border-radius:5px !important; -webkit-border-radius:5px !important; -moz-border-radius:5px !important;
	color:white;
	font-size: 14px;
	font-weight: 600;
	letter-spacing:1px;
	text-indent: 30px;
	text-transform:none;
}

#top input::placeholder{
	color: white;
}

#top input::-webkit-input-placeholder{
	color:white;
}
#top input:focus{
	background:#52AFB2;
	outline:none;
}

/**************************************************************************************
Footer
***************************************************************************************/
#footer h6{
	margin-bottom: 30px;

	color:#92969a;
	font-size: 13px;
	font-weight: 700;
	letter-spacing:1px;
	text-transform:uppercase;
}
#footer a, #footer p{
	display:block;

	color:white;
	font-size: 12px;
	letter-spacing:1px;
	line-height:27px;
	text-transform:uppercase;
}
#footer p{
	letter-spacing:0;
	line-height:17px;
}
#footer a:hover{
	color:#0e6dff;
}
#footer .footer-icons a{
	display:inline-block;
	margin-right: 16px;
	margin-top: -4px;
	font-size: 17px;
}
#footer hr{
	margin:30px 0;
	height: 1px;
	background:#222;
	border-color:#222;
}

/**************************************************************************************
Inicio
***************************************************************************************/
#escaparates{
	padding-bottom:30px;
	padding-top:30px;
}
#escaparates a{
	position: relative;
	display:block;
}
#escaparates a span{
	position: absolute;
	left:0;
	top:0;

	display:none;
	height: 100%;
	width: 100%;

	background:rgba(14,109,255,0.9);

	color:white;
	font-size: 50px;
	font-weight: 400;
	line-height:250px;
	text-align: center;
}
#escaparates a:hover span{
	display:block;
}
#escaparates a strong{
	display:none;
}

hgroup.divisor{
	position: relative;
	display:block;
	padding:30px 0 0px 0;
	text-align: center;
}
hgroup.divisor h1{
	display:inline-block;
	padding:0 30px;
	background:#ffffff;
}
hgroup.divisor hr{
	margin-top:-13px;
}

a.producto{
	position: relative;
	display:block;
	margin:30px 0 0 0;
	padding:20px 20px 10px 20px;
	min-height: 400px;
	border-radius: 8px;

	overflow: hidden;
	background: white;
	box-shadow: inset 0px 0px 0px 1px #eee;
}
a.producto:hover{
	-webkit-box-shadow:inset 0px 0px 0px 2px #1ebea5;
    -moz-box-shadow:inset 0px 0px 0px 2px #1ebea5;
    box-shadow:inset 0px 0px 0px 2px #1ebea5;
}
a.producto>*{
	display:block !important;
}
a.producto img{
	width: 100% !important;
}
a.producto strong, a.producto time,a.producto span{
	margin-top: 15px;
}
a.producto strong{
	/*color:#010101;
	font-size: 16px;
	line-height:15px;
	font-weight: 600;
	overflow: hidden;
	min-height: 5.5em;
	max-height: 5.5em;*/
	color: #010101;
	font-size: 16px;
	/*line-height: 20px;*/
	max-height: 5.5em;
	padding-top: 0;
	text-align: left;
	min-height: 7rem;
	word-wrap: break-word;
	white-space: normal;
	font-weight: 400;
	letter-spacing: .02em;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden !important;
	
}
a.producto time{
	color:#717171;
	font-size: 14px;
	line-height:12px;
	
    min-height: 41px;
    display: block;

	word-wrap: break-word;
	white-space: normal;
	font-weight: 400;
	letter-spacing: .02em;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden !important;
    
}
a.producto span{
	color:#f44336;
	font-size: 25px;
	font-weight: 400;
}
a.producto em{

	position: absolute;
	bottom:0;

	height: 60px;
	width: 100%;

	background:#f44336 url(/_img/carrito2.png) no-repeat 90% 20px;
	background-size: 18px;

	color:white;
	font-size: 15px;
	font-style:normal;
	font-weight: 700;
	line-height:60px;
	text-transform:uppercase;

	display:none;
	visibility:hidden;
}

a.producto:hover em{
	display:block;
	visibility:visible;
}
a.producto:hover em:hover{
	background:#0e6dff url(/_img/carrito2.png) no-repeat 90% 20px;
	background-size: 18px;
}
/*Carrito*/
.block_cart {
	background:#D8D8D8 url(/_img/cart_load.png) no-repeat 50% 20px !important;
	background-color: #D8D8D8 !important;
    overflow: hidden;
    height: 50px;
}
.block_cart:hover{
	background:#D8D8D8 url(/_img/cart_load.png) no-repeat 50% 20px !important;
	background-color: #D8D8D8 !important;
    overflow: hidden;
    height: 50px;
}

.block_cart:hover em:hover{
	background:#D8D8D8 url(/_img/cart_load.png) no-repeat 50% 20px !important;
	background-color: #D8D8D8 !important;
    overflow: hidden;
}
.cargando{
	background:#fff url(/_img/cart_load.png) no-repeat 50% 20px !important;
	height: 50px;
}
.sub-menu{visibility:hidden;opacity:0; transform:translateX(0);transform:translateX(50%);transition:all 0.4s ease 0s, visibility 0s linear 0.4s}
.mywigo-lateral{list-style-type:none;background:#fff;width:25em;border-top:4px solid #137078;position:absolute;top:60px;right:11px;box-shadow:0px 5px 15px -5px rgba(0,0,0,0.25); }
.mywigo-lateral hr{margin:0.5rem 0}
.mywigo-lateral:hover {
	visibility: visible;opacity: 1;transform:translateX(0);transition:all 0.4s linear 0s, visibility 0s linear 0.4s;
}
#productos-carrito{max-height: 340px; overflow-y: auto;}
.sub-menu.activo{
	visibility: visible;opacity: 1;transform:translateX(0);transform:translateX(10%);transition:all 0.4s linear 0s, visibility 0s linear 0.4s;
}
.producto-carrito{
    padding: 0.4rem;
}
.producto-carrito img{
	float: left;
    max-width: 85px;
    padding: 0 6px 0 0;
    background: rgba(0, 0, 0, 0) url("/_img/ajax-loader-big.gif") no-repeat scroll 50% center;
    max-height:94px ;
}
.producto-carrito p {
	color: #137078;
	font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: inherit;
    margin: 0.33rem auto;
}
.producto-carrito a {
	text-decoration: none;
	color: #666;
	font-size: 14px;
}
.producto-carrito a:hover {
	background:#e9f7ef ;
	color: #000;
}
.producto-carrito .nombre {
    height: 4.4rem;
    line-height: 16px;
}
.producto-carrito .uds {
    height: 2rem;
    line-height: 17px;
}
.producto-carrito .precio {
    height: 2.2rem;
    line-height: 17px;
    font-size: 13px;
    font-weight: 800;
}
#info-total{
	background: #e9f7ef none repeat scroll 0 0;
    color: #636363;
    font-size: 16px;
    padding: 5px 0 5px 15px;
}
#carrito-totales a{margin: 0 1em 1em; background: #117a65 none repeat scroll 0 0; width: 85%;}
#mywigo-usuario {
width: 18em;
right: 2px;
}
.izquierda{

}
@media screen and (max-width: 991px){
	#carrito-header{width:55px}
	#cabecera-principal.notesWrap #usuario-header,#cabecera-principal.notesWrap #carrito-header{width:55px !important}
	#usuario-header span,#carrito-header span{display:none}
}
@media screen and (max-width: 991px) and (max-width: 991px){
	#usuario-header span.user-name-letter,#carrito-header span.user-name-letter{display:block !important}
}
@media screen and (max-width: 991px) and (max-width: 767px){
	#usuario-header span.user-name-letter,#carrito-header span.user-name-letter{display:block !important;height:25px;width:25px;line-height:25px;font-size:15px !important}
}
@media screen and (max-width: 991px){
	#usuario-header .label,#carrito-header .label{display:block}
}
@media screen and (max-width: 767px){
	#pccomponentes-logo{height:2.286rem;left:4.2rem;top:-.55rem;width:85px}
	#triger-menu{left:0;top:2px;border:none;width:3rem}
	#triger-menu:hover{background:none}
	a.ico-header{margin-top:0;margin-left:1rem;height:39px}
	a.ico-header .label{padding:.12rem .4rem .3rem;border:none;top:-3.2rem;right:-.2rem}
	a.ico-header img+.label{top:-2.42rem}
	a.ico-header .user-name-letter{height:25px;width:25px;line-height:25px;display:inline-block !important;font-size:18px !important;position:relative;top:-4px;left:8px}
	#usuario-header,#carrito-header{width:42px}
	#usuario-header img,#usuario-header svg,#carrito-header img,#carrito-header svg{height:25px}
	#usuario-header i.pccom-icon,#carrito-header i.pccom-icon{font-size:2.5rem}
	#mywigo-carrito{top:32px}
}
@media only screen and (min-width: 767px) {
	.mob-only {
		display:none !important;
	}
} 
@media only screen and (max-width: 768px) {
	.desk-only {
		display:none !important;
	}
} 
/*Fin carrito*/
a.producto:hover strong{
	color:#1ebea5;
}

/**************************************************************************************
Plantilla
***************************************************************************************/
#plantilla{
	background:url(/_img/plantilla.png) repeat-y center top;
	background-size: 1920px;
}
#plantilla section{
	display:block;
	padding:45px 30px 45px 0;
}
#plantilla h1{
	font-size: 30px;
	line-height:38px;
}
#plantilla hr{
	margin:36px 0;
}
#plantilla h2{
	margin:45px 0 24px 0;
	line-height:22px;
}
#plantilla ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#plantilla li {
	display:block;
	padding:0 0 18px 24px;
	background:url(/_img/bullet.png) no-repeat 0 5px;
	background-size: 9px;
	line-height:19px;
}

/**************************************************************************************
Listado
***************************************************************************************/
#breadcrumbs nav{
	display:block;
}
#breadcrumbs nav a{
	display:inline-block;
	height: 30px;

	color:white;
	font-size: 13px;
	font-weight: 400;
	line-height:28px;
	text-transform:uppercase;
}
#breadcrumbs nav a:hover{
	color:#0e6dff;
}

#hierarchy nav a{
	float: left;
	margin-right: 12px;
}
#hierarchy nav a:last-child{
	font-weight: 700;
}
#hierarchy nav a:after{
	content:">";
	display:inline-block;
	margin-left: 12px;
}
#hierarchy nav a:last-child:after{
	content:"";
}

#accesos nav a{
	float: right;
	margin-left: 20px;
}
#accesos nav a:after{
	content:"|";
	display:inline-block;
	margin-left: 20px;
}
#accesos nav a:first-child:after{
	content:"";
}

/*estructura*/
#listado-gris {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	/*background:#ebeced;*/
	background:#ffffff;
}
#listado-verde {
	float:left;
	width:100%;
	position:relative;
	right:85%;
	/*background:#07a5b2 url(/_img/categorias.png) repeat-y right top;*/
	background-size: 300px;
}
#categorias {
	float:left;
	width:15%;
	position:relative;
	left:85%;
	overflow:hidden;
}
#filista {
	/*float:left;*/
	width:85%;
	position:relative;
	left:85%;
	overflow:hidden;
	margin: 0 auto;
}
/* /estructura */

#categorias-inner{
	padding:32px 30px 0 15px;
}

#categorias-inner .panel,
#filtros .panel{
	background:none;
	border:none;
	box-shadow:none;
}

#categorias-inner a{
	display:block;
	color:white;
	font-size: 12px;
	text-transform:uppercase;
}
#categorias-inner a:hover{
	color:black;
}
#categorias-inner a.desplegable{
	padding:5px 0;
	background:url(/_img/flecha.png) no-repeat right 11px;
	background-size: 9px;
	font-size: 14px;
	font-weight: 700;
}
#categorias-inner .panel .panel-collapse a{
	padding:5px 0 5px 20px;
}

#filtros{
	padding-top:35px;
}
#filtros .collapse{
	display:block;
}
#filtros h6{
	margin:4px 0 15px 0;
	font-size: 18px;
	text-transform: none;
}
#filtros hr{
	margin:30px 0 30px 0;
}
#filtros label{
	text-transform:capitalize;
	font-size: 16px;
}

#lista{
	padding-top:35px;
}
#listnavs nav{
	display:block;
	float: left;
}
#listnavs nav:last-child{
	margin-left: 15px;
}
#listnavs nav strong, #listnavs nav a{
	display:inline-block;
	color:black;
	font-size: 22px;
	text-transform:none;
}
#listnavs nav a{
	margin-right: 22px;
}
#listnavs nav a:hover{
	color:#1ebea5;
}
#listnavs nav a:after{
	display:inline-block;
	margin-left: 3px;
}
#listnavs nav a:last-child:after{
	content:"";
}
#listnavs nav a em{
	font-style:normal;
}

/**************************************************************************************
Ficha
***************************************************************************************/
#ficha{
	display:block;
	padding:60px;
	background:white;
}

#ficha h1, .shyheader h1{
	margin-top: 0px;

	color:black;
	font-size: 26px;
}
#ficha h2, .shyheader h2{
	margin-top: 0px;
	color:#f44336;
	font-size: 42px;
	font-weight: 450;
}
#ficha h3, .shyheader h3{
	margin-top: 6px;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}
#ficha h4, .shyheader h4{
	margin-top: 6px;

	color:grey;
	font-size: 14px;
	font-weight: 400;
	text-transform:none;
}
#ficha h5, .shyheader h5{
	margin-top: 6px;

	color:#137078;
	font-size: 10px;
	font-weight: 400;
	text-transform:uppercase;
}
a.comprar{
	display:block;
	padding:20px 0;
	width: 100%;
	
	background:#1ebea5 no-repeat 85% 21px;
	background-size: 18px;

	color:white;
	font-size: 15px;
	font-weight: 400;
	text-transform:uppercase;
	border-radius: 8px;
}
a.comprar:hover{
	background:#137078 no-repeat 85% 21px;
	background-size: 18px;
}
a.wish{
	display:block;
	height: 49.7px !important;
	background:white;
	background-size: 18px;

	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
a.wish:hover{
	background-size: 18px;
	color: #137078;
	border: none;
}
a.link{
	color: #1ebea5;
  	text-decoration: underline;
}
#ficha hr{
	margin:30px 0;
	height: 1px;

	background:#ddd;
	border:none;
}

#ficha .carousel-control span{
	margin-top: -60px;
}

/* thumbnails-carousel */
ul.thumbnails-carousel {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
ul.thumbnails-carousel .center {
	display: inline-block;
}
ul.thumbnails-carousel li {
	margin-right: 5px;
	float: left;
	cursor: pointer;
}
.controls-background-reset {
	background: none !important;
}
.active-thumbnail {
	opacity: 0.4;
}
.indicators-fix {
	bottom: 70px;
}

#fichatabs .nav-tabs {
    border-bottom: 0px !important;
}
#fichatabs .nav-tabs>li>a{
	border: none !important;
	border-bottom: 4px solid white !important;

	color:black;
	font-size: 16px;
	font-weight: 700;
	text-transform:uppercase;
}
#fichatabs .nav-tabs>li>a:hover{
	background-color: #fff !important;
	border: none !important;
	border-bottom: 4px solid #0e6dff !important;

	color:#0e6dff;
}
#fichatabs .nav-tabs>li.active>a,
#fichatabs .nav-tabs>li.active>a:focus,
#fichatabs .nav-tabs>li.active>a:hover{
	color: #bbb;
	cursor: default;
	background-color: #fff;
	border: none !important;
	border-bottom: 4px solid #bbb !important;
}
#fichatabs .tab-content{
	margin-top: 30px;
}
#fichatabs h6{
	margin-bottom: 15px;
}
#fichatabs p{
	display:block;
	margin-bottom: 15px;
	line-height:18px;
}
#fichatabs p strong{
	font-weight: 600;
}

body.ficha a.producto em{
	background:#f44336;
	background-image:none !important;
}
body.ficha #lista{
	padding-top:0px;
}
.shyheader {
	z-index: 16;
	position: fixed;
	left: 0%;
	bottom: 0px;

	display: block;
	padding:8px 0;
	width: 100%;
	height: 70px;

	background-color: white;
	box-shadow: 0 -5px 15px -3px rgba(0,0,0,.23);
}
.shyheader h1{
	margin-top: 3px;
	color:white;
	font-size: 30px;
	line-height:30px;
}
.shyheader h2{
	margin-top: 10px;
	font-size: 28px;
	line-height:36px;
}
.shyheader p{
	display:block;
	margin-top: 3px;
	margin-bottom: 0;
	color:grey;
}

.added-to-cart {
	z-index: 16;
	position: fixed;
	right: 0;
	bottom: 90px;


	display: block;
	padding:8px 0;
	width: 350px;
	height: 70px;

	background-color: white;
	box-shadow: 0 5px 15px 3px rgba(0,0,0,.23);
}
.added-to-cart h1{
	margin-top: 3px;
	color:white;
	font-size: 30px;
	line-height:30px;
}
.added-to-cart h2{
	margin-top: 10px;
	font-size: 28px;
	line-height:36px;
}
.added-to-cart p{
	display:block;
	margin-top: 3px;
	margin-bottom: 0;
	color:grey;
}

/**************************************************************************************
Carrito
***************************************************************************************/
#ofertas{
	margin-top: 30px;
	margin-bottom: 15px;
}
#ofertas h2{
	margin-bottom: 0;
	font-size: 13px;
}

#carrito{
	display:block;
	padding:60px;
	background:white;
}
#carrito h1{
	font-size: 36px;
}
#carrito hr{
	margin:30px 0;
	height: 1px;

	background:#ddd;
	border:none;
}

.table{
	margin-bottom: 0;
}
.table input[type="text"]{
	height: 25px;
	width: 40px;
	background:#137078;
	border:none;
	color:white;
	font-weight: 700;
	line-height:25px;
	text-align: center;
}
.table button{
	background:none !important;
	border:none !important;
}
.table span{
	color:#f44336;
}
.table span:hover{
	color:#0e6dff;
}

.table-bordered {
    border-color: white !important;
}
.table-bordered>thead>tr>th{
	padding-bottom:20px;

	border-color:white !important;
	border-bottom: 1px solid #ddd !important;

	line-height:14px;
	text-align: center;
	vertical-align:top;
}
.table-bordered>tbody>tr>td{
	border-right:white !important;
	text-align: center;
	vertical-align:middle;
}
.table-bordered>tbody>tr>td:first-child{
	border-left:white !important;
}
.table-bordered>tbody>tr:last-child>td{
	border-bottom:white !important;
}

#totales{
	border-top: 1px solid grey;
}
#totales img{
	display:block;
	margin:100px auto 0px auto;
}
#totales .table{
	margin:45px 0;
}
#totales .table>tbody>tr>td{
	border:none !important;
	font-size: 15px;
}
#totales h2{
	margin-bottom: 15px;
}

#carritoaccion{
	margin-top: 15px;
}
#carritoaccion a{
	display:inline-block;
	margin-left: 30px;
}
#carritoaccion a.link{
	color:black;
	font-size: 12px;
	text-decoration: underline;
	text-transform:uppercase;
}
#carritoaccion a.link:hover{
	color:#0e6dff;
}

p#carritopie{
	display:block;
	margin:60px 0 75px 60px;
	font-size: 12px;
	line-height:19px;
	text-transform:uppercase;
}

/**************************************************************************************
Tramitar
***************************************************************************************/
body.tramitar>*{
	text-transform:uppercase;
}

body.tramitar hgroup.divisor.divisorenvio{
	background:url(/_img/envio.png) no-repeat center 20px;
	background-size: 30px;
}
body.tramitar hgroup.divisor.divisorpedido{
	background:url(/_img/pedido.png) no-repeat center 15px;
	background-size: 25px;
}

.relleno hr{
	margin:30px 0;
	height: 1px;

	background:#ddd;
	border:none;
}
.relleno h3{
	margin:32px 0 15px 0;
	font-size: 14px;
}
.relleno p a{
	display:inline-block;
	cursor:pointer;
}
.relleno input[type="text"], input[type="password"],
.relleno select{
	display:block;
	margin-top: 15px;
	height: 60px;
	width: 100%;

	background:#137078;
	border:none;

	color:white;
	font-size: 12px;
	font-weight: 600;
	line-height:60px;
	text-indent: 25px;
}
.relleno input[type="text"], input[type="password"]::-webkit-input-placeholder{
	color:white;
}
.relleno input:focus{
	background:#0e6dff;
	outline:none;
}
.relleno select{
	background:#137078 url(/_img/select.png) no-repeat 96% 26px;
	background-size: 12px;
	border-radius:0 !important; -webkit-border-radius:0 !important; -moz-border-radius:0 !important;
	-webkit-appearance: none;
}
.relleno select:focus{
	background:#0e6dff url(/_img/select.png) no-repeat 96% 26px;
	background-size: 12px;
}

#contratar p{
	font-size: 12px;
	line-height:30px;
}
#opttransporte .radio{
	margin-top: 0;
}

.disablezoom {
	z-index: 1;
	position: absolute;
	left:0;
	top:0;
	display:block;
	height: 100%;
	width: 100%;
	background:transparent;
}

#formatarjeta{
	padding:30px 30px 15px 30px;
	background:#e9f6f7;
}
#formatarjeta p{
	font-size: 12px;
}

/*Coockie*/

.site-footer, .page-wrap::after {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -2px 9px 1px rgba(0, 0, 0, 0.11);
    display: none;
    font-family: "Raleway",sans-serif;
    height: 7em;
    padding: 5px 20px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.site-footer .cookies_close {
    cursor: pointer;
    display: inline;
    float: right;
    height: 25px;
    margin-right: 20px;
    position: relative;
    width: 25px;
}
.site-footer .title {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
.site-footer .content {
    font-size: 12px;
}

#div-menu-movil{overflow-y:scroll;position:fixed;background:#fff;box-shadow:3px 3px 2px #666;-moz-box-shadow:3px 3px 2px #666;-webkit-box-shadow:3px 3px 2px #666;height:100%;margin:auto;left:0;transition:width .4s ease 0;-moz-transition:width .4s ease 0;-ms-transition:width .4s ease 0;-o-transition:width .4s ease 0;-webkit-transition:width .4s ease 0;width:0;z-index:5000}

.nav-title{
	text-transform: none !important;
}

.level-title{
	text-transform: none !important;
}

.alert-danger{
	color: #f44336;
	background-color: #ffeae9;
  	border-color: #ffeae9;
}

.alert-success{
	color:#4ccdb8;
	background-color: #e9fffb;
	border-color: #e9fffb;
}

.alert-warning{
	color: #c7a433;
	background-color: #fff4d4;
	border-color: #fff4d4;
}

.btn-variante{
	color: black;
	border-radius: 8px;
	border: 1px grey solid;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 10px 32px;
}

.btn-variante:hover{
	color: #1ebea5
}

.lista-variantes{
	display: flex;
  	flex-wrap: wrap;
	padding: 0px;
}

.variante{
	list-style: none;
	display: inline-block;
	margin: 0 4px 0 4px;
    margin-bottom: 4px;
	padding-bottom: 14px;
	padding-top: 14px;
	word-wrap: break-word;
}

.btn-variante-selected{
	border: 2px #1ebea5 solid;
}

.btn-variante-disabled{
	border: 1px grey dashed;
	color: grey;
}

.slider-arrow{
	color: #1ebea5;;
	background: white;
}







