html, body {
    background-color: #e3edf1;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

body {
    font-family: "Gotham Book";
    font-size: 1em;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: #495358;
}
h1 {
    font-size: 1.8em;
    font-weight: bold;
    text-align: left;
}
h2 {
    font-size: 1.5em;
    text-align: left;
}
h2 a {
    text-decoration: none;
    color: #495358;
}
h2 a:hover {
    color: #495358;
}
h3 {
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
}
@media (max-width: 768px) {
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.3em;
    }
    h3 {
        font-size: 1em;
    }
}
@media (max-width: 576px) {
    h1 {
        font-size: 1.2em;
    }
    h2 {
        font-size: 1.1em;
    }
    h3 {
        font-size: 1em;
    }
}
.clear {
    clear: both;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/**** NAVBAR ***/
#navbarAccount .content .list-group .list-group-item .fa {
    margin-left: -0.5em;
}
.navbar-main {
    background-color: #fff;
}
.navbar-main .container {
    padding-top: 0px;
}
.navbar-main nav {
    margin: 0px;
    padding: 0px;
}
.navbar-main .nav-link {
    color: #495358;
}
.navbar-main .info {
    margin-top: -0.25em;
    line-height: 1em;
    text-align: center;
}
.navbar-main .info a {
    font-weight: normal;
}
.navbar .separator {
    border-top: 1px solid #bcced8;
    margin-top: 1px;
}
.navbar .item {
    display: inline;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
}
.navbar .item .fa.fa-caret-down {
    float: right;
    margin-left: 0.2em;
}
.navbar .item .content {
    display: none;
    position: absolute;
    /*width: 25em;*/
    right: 0em;
    z-index: 999;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.3em;
    text-align: left;
    background-color: #fff;
    border: 1px solid #bcced8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.25);
}
.container.content {
    min-height: calc(100% - (210px + 64px + 80px));
    display: table;
}
.navbar .item .content a {
    font-weight: normal;
    border: none;
}
.navbar .item .content a.small {
    font-size: 0.8em;
    line-height: 0.9em;
}
.navbarOverflow {
    position: absolute;
    left:0px;
    top:0px;
    z-index: 998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
}
@media (max-width: 576px) {
    .navbar .item .content {
        width: 100% !important;
    }
}
.navbar .item:not(:last-child) {
    margin-right: 2em;
}
.navbar .item .menu {
    font-weight: bold;
    cursor: pointer;
}
.navbar .item .menu .boton small {
    font-weight: normal;
    color: #aaaaaa;
}
.navbar .item .content .cart-line {
    text-decoration: none;
}
.navbar .item .content .cart-line:nth-child(odd) {
    background-color: #ffffff;
}
.navbar .item .content .cart-line:nth-child(even) {
    background-color: #eef8fb;
}
.navbar .item .content .cart-line:hover {
    background-color: #d8ebf3;
}
.navbar .item .content .cart-line.last:hover,
.navbar .item .content .cart-line.last {
	animation-name: BLINK_CART_LINE;
	animation-duration: 0.25s;
	animation-iteration-count: 10;
	animation-direction: alternate;
	animation-timing-function: linear;
}
.blinking{
	animation:blinkingText 1s 6;
}
@keyframes blinkingText{
	0%{		color: transparent;	}
	30%{	color: inherit;	}
	70%{	color: inherit;	}
	100%{	color: transparent;	}
}
@keyframes BLINK_CART_LINE {
	to {
		background-color: #efff98;
	}
}
.navbar .item.cart .content .foot .btn {
    width: 100%;
    line-height: 1em;
    white-space: normal;
}

.navbar .cart .title {
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.3em;
    white-space: nowrap;
}
.navbar .cart .resumen {
    font-weight: normal;
    font-size: 0.8em;
    text-align: center;
}
.navbar .cart .resumen .total {
    text-align: right;
}
.navbar .cart .resumen .total,
.navbar .cart .resumen .total small {
    font-weight: bold;
}
.navbar .content .loadingOverlay {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 150px;
    z-index: 10000;
    background-color: transparent;
    cursor: wait;
}
#navbarCart .content {
    min-width: 20rem;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
#dropdownMedidas,
#dropdownMateriales,
#dropdownMarcas {
    display: none;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    /*left:-100%;*/
    left:-10rem; /* 10rem is the min-width of dropdown-menu */
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.dropdown-item:active {
    background: rgba(247,91,45,1) !important;
}


/***** COMPRA ******/
.direccion {
    font-size: 0.9em;
}
.direccion .card-footer .seleccionada {
    font-weight: bold;
    float: right;
}
.direccion .card-footer a {
    font-weight: normal;
}
.direccion .card-footer a:hover {
    color: #000000;
    text-decoration: underline;
}
.cart-line .oferta {
    color: #CC0000;
    font-weight: bold;
    font-size: 0.8em;
}
.cart-line .oferta .precio_ant {
    font-weight: normal;
    color: #000000;
}
.compra .lista .cart-line .input-group-addon,
.compra .lista .cart-line .itemCnt {
    height: 34px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.compra .lista .cart-line:nth-child(odd) {
    background-color: #ffffff;
}
.compra .lista .cart-line:nth-child(even) {
    background-color: #eef8fb;
}
.compra .lista .cart-line .title {
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.3em;
    white-space: nowrap;
}
.compra .lista .cart-line .total {
    font-weight: bold;
    font-size: 1.1em;
}
.compra .lista .cart-line .total small {
    font-weight: bold;
}
.compra .resumen .card {
    -webkit-box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.25);
    z-index: 1;
}
.compra .resumen .card.inactiva {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 95%;
    margin: 0 auto 0;
    background-color: #eee;
    color: #aaa;
    z-index: 0;
}

div.rounded,
.img-fluid.rounded {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 1px solid rgba(0,0,0,0.1);
}
.resumen .card .card-text {
    font-size: 0.9em;
    line-height: 1.3em;
}
.resumen .card .datos {
    font-size: 0.8em;
    line-height: 1.3em;
}
.resumen .card .datos .total,
.resumen .card .datos .total small {
    font-weight: bold;
}
.resumen .card .datos .row {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #bbb;
}
.resumen .card .datos .row:last-child {
    border-bottom-style: none;
}

.pedidos .pedido-linea .image {
    background-repeat: no-repeat; background-position: center center; background-size: contain; min-height: 80px; max-height: 80px; min-width: 80px; max-width: 80px;
}
.pedidos .pedido-linea:nth-child(odd) {
    background-color: #ffffff;
}
.pedidos .pedido-linea:nth-child(even) {
    background-color: #eef8fb;
}

.pedidos .resumen .resumen-cantidad {
    font-size: 0.8em;
    line-height: 1.1em;
    margin-left: 0.5em;
}

.container {
    background-color: #fff;
    padding-top: 25px;
}
.container.head {
    background: rgba(247,91,45,1);
    /*
    background: -moz-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,91,45,1)), color-stop(100%, rgba(223,50,84,1)));
    background: -webkit-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: -o-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: -ms-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: linear-gradient(to right, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75b2d', endColorstr='#df3254', GradientType=1 );
    */
    color: #fff;
    height: 5em;
    min-height: 5em;
    display: table;
    vertical-align: bottom;
}
.container.head h1 {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 0.4em;
}
.container-comparador {
    padding: 0px;
    background: rgba(247,91,45,1);
    /*
    background: -moz-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,91,45,1)), color-stop(100%, rgba(223,50,84,1)));
    background: -webkit-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: -o-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: -ms-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: linear-gradient(to right, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75b2d', endColorstr='#df3254', GradientType=1 );
    */
    color: #fff;
    font-size: 0.8em;
}

#catalogoColchonesOverlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
#catalogoColchones {
    z-index: 1100;
    display: none;
    position: absolute;
    left: 50%;
    top: 58px;
    transform: translate(-50%, 0%);
    background: rgba(247,91,45,1);
    background: -moz-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,91,45,1)), color-stop(100%, rgba(223,50,84,1)));
    background: -webkit-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: -o-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: -ms-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: linear-gradient(to right, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75b2d', endColorstr='#df3254', GradientType=1 );
    color: #fff;
    font-size: 0.8em;
    -webkit-box-shadow: inset 2px 27px 22px -30px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 27px 22px -30px rgba(0,0,0,0.75);
    box-shadow: inset 2px 27px 22px -30px rgba(0,0,0,0.75);
    border-bottom: 1px solid white;
}

#catalogoColchones .row {
    margin: 10px;
}
#catalogoColchones .barraCerrarCatalogo {
    text-align: center;
    -webkit-box-shadow: inset 2px -27px 22px -30px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px -27px 22px -30px rgba(0,0,0,0.75);
    box-shadow: inset 2px -27px 22px -30px rgba(0,0,0,0.75);
}
#catalogoColchones a {
    color: #fff;
}
#catalogoColchones a:hover {
    color: #ddd;
}
#catalogoColchones li b {
    font-size: 1.1em;
}
#catalogoColchones li a.nav-link {
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#catalogoColchones span {
    width: auto;
    white-space: pre-line;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}
#catalogoColchones a.nav-link {
    font-weight: normal;
    display: inline;
    color: #fff;
}
@media (max-width: 768px) {
    #catalogoColchones span {
        padding-left: 50px;
        padding-right: 50px;
    }
    #catalogoColchones i:first-child {
        display: none;
    }
}
.container-comparador .comparador {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.container-productos {
    padding: 10px 20px 0px 20px;
    margin: 0px auto;
    text-align: center;
}
.container-marcas {
    padding: 25px 0px 25px 0px;
    margin: 0px auto;
    text-align: center;
}
.container-productos,
.container-marcas h1 {
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
}
.container-marcas .grid {
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.container-marcas .grid img {
    margin: 6px;
    transition: 0.25s all ease;
}
.container-marcas .grid img:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.25);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/**** footer *****/
body > .footer {
    background-color: #495358;
    color: #ffffff;
    text-align: center;
    font-size: 0.8em;
    width: 100%;
}
body > .footer .container {
    background-color: #495358;
}
body > .footer .container .sellos {
}
body > .footer .col {
    text-align: left;
}
body > .footer .nav-link {
    text-decoration: none;
    color: #ffffff;
    padding: 0px;
    display: inline;
}
body > .footer .nav-link:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
body > .footer .links-container {
    text-align: left;
}
body > .footer .circle-links-container {
    text-align: right;
}
@media (max-width: 768px) {
    body > .footer .links-container {
        text-align: center;
    }
    body > .footer .circle-links-container {
        text-align: center;
        margin-top: 2em;
    }
}
body > .footer .circle-links {
    display: inline-block;
    text-align: center;
}
body > .footer .circle {
    background-color: #a3bdc4;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    transition: 0.5s all ease;
}
body > .footer a {
    transition: 0.25s all ease;
}
body > .footer .circle:hover {
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
    transform: scale(1.1);
}
body > .footer .circle .circle-inner {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    top: 5px;
    left: 5px;
}
body > .footer .circle .circle-inner .flag-icon {
    font-size: 30px;
    position: relative;
    left: -4px;
}
body > .footer .foot .col {
    margin-top: 50px;
    font-size: 0.9em;
    text-align: center;
}
.cookieTable {
    border: 1px solid gray;
    border-collapse: collapse;
}
.cookieTable th {
    text-align: center;
}
.cookieTable td {
    text-align: left;
    font-size: 0.8em;
    white-space: nowrap;
    border: 1px solid gray;
    padding: 5px;
}
.cookieTable td:nth-child(4) {
    white-space: normal;
}
.cookieban {
    background-color: #495358;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
    padding: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    position: fixed;
    top:0px;
    left:0px;
    display: none;
    z-index: 99999;
}
.cookieban span {
    display: table-cell;
    vertical-align: middle;
}
.cookieban a,
.cookieban a:hover {
    color: #ffffff;
}

.carousel-control {
    visibility: hidden;
}

.listado .criterios .seccion {
    margin-top: 20px;
    margin-bottom: 10px;
}
.listado .criterios .seccion .checkbox {
    margin-left: 5px;
}
.listado .criterios .seccion select {
    font-size: 0.9rem;
    height: 2.0rem;
}
.listado .criterios .seccion select[name="price_max"],
.listado .criterios .seccion select[name="price_min"] {
    text-align-last: right;
}
.listado .criterios .seccion select[name="price_max"] option,
.listado .criterios .seccion select[name="price_min"] option {
    direction: rtl;
}
.listado .criterios .seccion .checkbox label {
    margin: 0px;
}
.listado .container {
    padding-top: 0px;
}
.listado {
    min-height: 250px;
}
.listado .resultado .head {
    color: #495358;
    font-size: 1.1em;
    padding-top: 25px;
}
.favoritos .resultado .item,
.listado .resultado .item {
    border: 1px solid #bcced8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
.container-productos .row .oferta,
.material .row .oferta,
.blog .row .oferta,
.marca .row .oferta,
.favoritos .resultado .item.oferta,
.listado .resultado .item.oferta {
    border: 5px solid #36B28D !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.container-productos .row .oferta-titulo,
.material .row .oferta-titulo,
.blog .row .oferta-titulo,
.marca .row .oferta-titulo,
.favoritos .resultado .item .oferta-titulo,
.listado .resultado .item .oferta-titulo {
    background-color: #36B28D;
    font-size: 1.2em;
    color: white;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 15px;
    padding-left: 2px;
    padding-top: 0px;
    padding-bottom: 4px;
}
.home .oferta-ban {
    font-size: 0.9em;
    line-height: 0.9em;
}
.container-productos .row .oferta-ban,
.material .row .oferta-ban,
.blog .row .oferta-ban,
.marca .row .oferta-ban,
.favoritos .oferta-ban,
.ficha .oferta-ban,
.listado .resultado .item .oferta-ban {
    width: 132px;
    height: 132px;
    position: absolute;
    z-index: 1;
}
.container-productos .row .oferta-ban div,
.material .row .oferta-ban div,
.blog .row .oferta-ban div,
.marca .row .oferta-ban div,
.favoritos .oferta-ban div,
.ficha .oferta-ban div,
.listado .resultado .item .oferta-ban div {
    top: -15px;
    left: -15px;
    background-repeat: no-repeat;
    background-image: url(/assets/oferta.png);
    background-position: top left;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
.favoritos .oferta-ban div {
    top: 0px;
    left: 0px;
}
.ficha .oferta-ban div {
    top: -25px;
    left: -30px;
}
.container-productos .row .oferta-ban span,
.material .row .oferta-ban span,
.blog .row .oferta-ban span,
.marca .row .oferta-ban span,
.favoritos .oferta-ban span,
.ficha .oferta-ban span,
.listado .resultado .item .oferta-ban span {
    color: white;
    font-size: 1.1em;
    display: inline-block;
    transform: rotate(-45deg);
    transform-origin: left top;  
    position: relative;
    top: 86px;
    left: -3px;
}
.listado .resultado .item .otras-medidas {
    font-size: 0.9em;
}
.listado .resultado .item .otras-medidas select option {
    font-family: monospace;
}
.listado .resultado .item .otras-medidas select {
    font-size: 0.9em;
    height: 1.9rem;
}
.listado .resultado .item .image {
    float: left;
    padding: 0px;
    margin: 0px auto 0px;
}
.listado .resultado .item .content {
    padding-right: 0px;
}
.listado .btMasDetalles {
    font-weight: normal !important;
    font-size: 0.8em !important;
}
.listado .btMasDetalles b {
    font-size: 1rem;
    text-shadow: rgb(40, 130, 102) 1px 0px 0px, rgb(40, 130, 102) 0.540302px 0.841471px 0px, rgb(40, 130, 102) -0.416147px 0.909297px 0px, rgb(40, 130, 102) -0.989992px 0.14112px 0px, rgb(40, 130, 102) -0.653644px -0.756802px 0px, rgb(40, 130, 102) 0.283662px -0.958924px 0px, rgb(40, 130, 102) 0.96017px -0.279415px 0px;
}
@media (max-width: 992px) {
    .listado .resultado .item .content {
        padding-left: 0px;
        margin-top: 10px;
    }
    .listado .resultado .head .total i {
        display: block;
    }
}
@media (max-width: 768px) {
    .listado .resultado .head .total {
        text-align: center;
        margin-bottom: 10px;
    }
    .listado .resultado .head .total i {
        display: inline;
    }
}
.listado .resultado .item .description {
    text-align: justify;
}
.listado .resultado .item .zetas {
    /*
    padding-left: 10px;
    float: right;
    */
    position: absolute;
    display: block;
    width: 100%;
    text-align: right;
    margin: 0px;
    padding-left: 0px;
    padding-right: 10px;
}
.listado .resultado .item .zetas .texto {
    /*
    font-size: 0.6em;
    asdf
    */
    color: #000000;
    font-size: 0.7em;
}
.resultado .item .sellos {
    display: table;
    width: auto;
    /*
    margin-right: 0px;
    margin-left: auto;
    text-align: right;
    */
}
.globes .btn {
    cursor: default;
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 1em;
}
.resultado .item .sellos .sello {
    display: table-cell;
}
.resultado .item .pie .botones {
    text-align: right;
}

.sello.antialergico {
    background-image: url(/assets/antialergico.png);
}
.sello.diasprueba {
    background-image: url(/assets/diasprueba.png);
}
.sello.garantia {
    background-image: url(/assets/garantia.png);
}
.sello {
    font-family: "Gotham";
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    overflow: hidden;
    cursor: default;
}
.sello .title {
    display: block;
    font-size: 0.5em;
    font-weight: bold;
    position: relative;
    top: 3px;
    color: #495357;
    text-shadow: rgb(231, 116, 82) 1px 0px 0px, rgb(231, 116, 82) 0.540302px 0.841471px 0px, rgb(231, 116, 82) -0.416147px 0.909297px 0px, rgb(231, 116, 82) -0.989992px 0.14112px 0px, rgb(231, 116, 82) -0.653644px -0.756802px 0px, rgb(231, 116, 82) 0.283662px -0.958924px 0px, rgb(231, 116, 82) 0.96017px -0.279415px 0px;
}
.sello .valor {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    position: relative;
    line-height: 1.2em;
    letter-spacing: -0.15em;
    top: 10px;
    padding-right: 4px;
    color: #d9d736;
    background: -webkit-linear-gradient(#e75f36, #e7896d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.1s;
}
.sello .periodo {
    text-transform: uppercase;
    display: block;
    font-size: 0.7em;
    line-height: 1em;
    font-weight: bold;
    position: relative;
    top: 14px;
    color: #d9d736;
    background: -webkit-linear-gradient(#e75f36, #e7896d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 .paginator {
    display: table;
    margin-bottom: 15px;
}
 .paginator .prev {
    display: table-cell;
    text-align: left;
}
 .paginator .pages {
    display: table-cell;
    width: auto;
    text-align: center;
}
 .paginator .pages a {
    margin-left: 1px;
    margin-right: 1px;
}
 .paginator .next {
    display: table-cell;
    text-align: right;
}
.resultado .noresult {
    margin-top: 50px;
    text-align: center;
}
.zetas {
    color: #bcced8;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1em;
}
.zetas .active {
    color: #de3254;
}
.zetas .active.half {
    background: rgba(222,50,84,1);
    background: -moz-linear-gradient(left, rgba(222,50,84,1) 0%, rgba(222,50,84,1) 50%, rgba(222,50,84,1) 50%, rgba(188,206,216,1) 51%, rgba(188,206,216,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(222,50,84,1)), color-stop(50%, rgba(222,50,84,1)), color-stop(50%, rgba(222,50,84,1)), color-stop(51%, rgba(188,206,216,1)), color-stop(100%, rgba(188,206,216,1)));
    background: -webkit-linear-gradient(left, rgba(222,50,84,1) 0%, rgba(222,50,84,1) 50%, rgba(222,50,84,1) 50%, rgba(188,206,216,1) 51%, rgba(188,206,216,1) 100%);
    background: -o-linear-gradient(left, rgba(222,50,84,1) 0%, rgba(222,50,84,1) 50%, rgba(222,50,84,1) 50%, rgba(188,206,216,1) 51%, rgba(188,206,216,1) 100%);
    background: -ms-linear-gradient(left, rgba(222,50,84,1) 0%, rgba(222,50,84,1) 50%, rgba(222,50,84,1) 50%, rgba(188,206,216,1) 51%, rgba(188,206,216,1) 100%);
    background: linear-gradient(to right, rgba(222,50,84,1) 0%, rgba(222,50,84,1) 50%, rgba(222,50,84,1) 50%, rgba(188,206,216,1) 51%, rgba(188,206,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de3254', endColorstr='#bcced8', GradientType=1 );
    
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.listado .resultado .item .zetas span:nth-child(1) {
    font-size: 0.8em !important;
}
.listado .resultado .item .zetas span:nth-child(2) {
    font-size: 1.0em !important;
}
.listado .resultado .item .zetas span:nth-child(3) {
    font-size: 1.2em !important;
}
.listado .resultado .item .zetas span:nth-child(4) {
    font-size: 1.4em !important;
}
.listado .resultado .item .zetas span:nth-child(5) {
    font-size: 1.6em !important;
}
.listado .resultado .item .zetas span:not(.active) {
    font-size: 0.9em !important;
}
.listado .resultado .item .zetas .active.half:nth-child(1) {
    font-size: 0.9em !important;
}
.listado .resultado .item .zetas .active.half:nth-child(2) {
    font-size: 0.9em !important;
}
.listado .resultado .item .zetas .active.half:nth-child(3) {
    font-size: 1.1em !important;
}
.listado .resultado .item .zetas .active.half:nth-child(4) {
    font-size: 1.3em !important;
}
.listado .resultado .item .zetas .active.half:nth-child(5) {
    font-size: 1.5em !important;
}

.mensajerecomendador {
    font-size: 0.9em;
    line-height: 1.2em;
}
.mensajerecomendador .zeta {
    color: #de3254;
    font-weight: bold;
}
.listado .resultado .item h3 {
    margin: 0px;
    font-weight: bold;
}
.listado .resultado .item h3:first-letter {
    text-transform: capitalize;
}
.favoritos .resultado .item .price,
.listado .resultado .item .price {
    font-size: 1.3em;
    line-height: 1.3em;
    /*color: #de3254;*/
    color: #35B38C !important;
    font-weight: bold;
    margin-top: 5px;
}

.listado .resultado .item .price small {
    font-size: 0.5em;
    font-weight: bold;
    top: -10px;
    position: relative;
}
.listado .resultado .item .price coin {
    font-size: 0.8em;
}
.listado .resultado .item .size {
    font-size: 0.8em;
    line-height: 0.8em;
    font-weight: bold;
    margin-bottom: 5px;
}

.listado .resultado .head select {
    margin-right: 15px;
}

.listado .filtros {
    background-color: #ffd3d0;
}
.listado .filtros .head {
    color: #df3254;
    font-size: 0.9em;
    text-align: left;
    padding-top: 25px;
}
/*
.listado .btAplicar {
    position: absolute;
    display: none;
    left:0px;
    top:0px;
}
*/
.listado .btAplicarHolder {
    margin-bottom: 25px;
}
/***** MATERIAL *****/

/***** GALERIA ****/
#gallery {
    margin-bottom: -125px;
}
#gallery .thumbnail {
    height: 75px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    top: -125px;

    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}
#gallery .thumbnail .inner{
    white-space: nowrap;
}
#gallery .thumbnail .item {
    display: inline-block;
    max-height: 75px;
    cursor: pointer;
}
#gallery .thumbnail .item img {
    max-height: 75px;
}
@media (max-width: 575px) {
    #gallery {
        margin-bottom: 0px;
    }
    #gallery .thumbnail {
        position: inherit;
        top: 0px;
    }
}

/***** FICHA ****/
.ficha .sharer .share {
    font-size: 0.8em;
}
.ficha #gallery .logo {
    position: absolute; 
    width: 100%;
}
.ficha #gallery .logo .marca {
    position: relative;
}

.whatsapp {
    font-weight: normal;
    color: #ffffff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding: 15px;
    font-size: 0.9em;
    line-height: 1.3em;
    
    border: 2px solid white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    
    background: rgba(19,221,56,1);
    background: -moz-linear-gradient(top, rgba(19,221,56,1) 0%, rgba(30,159,52,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,221,56,1)), color-stop(100%, rgba(30,159,52,1)));
    background: -webkit-linear-gradient(top, rgba(19,221,56,1) 0%, rgba(30,159,52,1) 100%);
    background: -o-linear-gradient(top, rgba(19,221,56,1) 0%, rgba(30,159,52,1) 100%);
    background: -ms-linear-gradient(top, rgba(19,221,56,1) 0%, rgba(30,159,52,1) 100%);
    background: linear-gradient(to bottom, rgba(19,221,56,1) 0%, rgba(30,159,52,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13dd38', endColorstr='#1e9f34', GradientType=0 );
    
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.whatsapp img {
    margin-right: 10px;
}
#whatsapp {
    height: 100px;
    min-height: 100px;
    display: block;
}
#whatsapp.small .whatsapp img {
    width: 25px;
    height: auto;
}
.whatsapp:hover {
    color: #ffffff;
    background: #1e9f34;
}
@media (max-width: 576px) {
    .ficha #gallery .logo img {
        width: auto;
        height: 65px;
    }
    .ficha #gallery .logo {
        position: relative;
        padding: 0px !important;
    }
    .ficha #gallery .logo .marca {
        position: relative;
        padding: 0px;
    }
}
.ficha .barras {
    font-size: 0.8em;
}
.ficha .barras .barra {
    border: 2px solid white;
    margin: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);    
    height: 35px;
    width: 100%;
}
.ficha .barras .barra .indicador {
    background-color: white;
    width: 8px;
    display: block;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    top: -5px;
    height: 42px;
    left: 0%;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 51%, rgba(217,217,217,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(100%, rgba(217,217,217,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 51%, rgba(217,217,217,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 51%, rgba(217,217,217,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 51%, rgba(217,217,217,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 51%, rgba(217,217,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=1 );
}
.ficha .barras .dureza .barra {
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(235,230,235,1) 27%, rgba(184,177,184,1) 78%, rgba(168,165,168,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,237,237,1)), color-stop(27%, rgba(235,230,235,1)), color-stop(78%, rgba(184,177,184,1)), color-stop(100%, rgba(168,165,168,1)));
    background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(235,230,235,1) 27%, rgba(184,177,184,1) 78%, rgba(168,165,168,1) 100%);
    background: -o-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(235,230,235,1) 27%, rgba(184,177,184,1) 78%, rgba(168,165,168,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(235,230,235,1) 27%, rgba(184,177,184,1) 78%, rgba(168,165,168,1) 100%);
    background: linear-gradient(to right, rgba(237,237,237,1) 0%, rgba(235,230,235,1) 27%, rgba(184,177,184,1) 78%, rgba(168,165,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#a8a5a8', GradientType=1 );
}
.ficha .barras .temperatura .barra {
    background: rgba(143,3,5,1);
    background: -moz-linear-gradient(left, rgba(143,3,5,1) 0%, rgba(255,0,0,1) 15%, rgba(252,129,4,1) 33%, rgba(255,255,0,1) 50%, rgba(85,254,170,1) 69%, rgba(4,228,252,1) 84%, rgba(4,84,252,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(143,3,5,1)), color-stop(15%, rgba(255,0,0,1)), color-stop(33%, rgba(252,129,4,1)), color-stop(50%, rgba(255,255,0,1)), color-stop(69%, rgba(85,254,170,1)), color-stop(84%, rgba(4,228,252,1)), color-stop(100%, rgba(4,84,252,1)));
    background: -webkit-linear-gradient(left, rgba(143,3,5,1) 0%, rgba(255,0,0,1) 15%, rgba(252,129,4,1) 33%, rgba(255,255,0,1) 50%, rgba(85,254,170,1) 69%, rgba(4,228,252,1) 84%, rgba(4,84,252,1) 100%);
    background: -o-linear-gradient(left, rgba(143,3,5,1) 0%, rgba(255,0,0,1) 15%, rgba(252,129,4,1) 33%, rgba(255,255,0,1) 50%, rgba(85,254,170,1) 69%, rgba(4,228,252,1) 84%, rgba(4,84,252,1) 100%);
    background: -ms-linear-gradient(left, rgba(143,3,5,1) 0%, rgba(255,0,0,1) 15%, rgba(252,129,4,1) 33%, rgba(255,255,0,1) 50%, rgba(85,254,170,1) 69%, rgba(4,228,252,1) 84%, rgba(4,84,252,1) 100%);
    background: linear-gradient(to right, rgba(143,3,5,1) 0%, rgba(255,0,0,1) 15%, rgba(252,129,4,1) 33%, rgba(255,255,0,1) 50%, rgba(85,254,170,1) 69%, rgba(4,228,252,1) 84%, rgba(4,84,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f0305', endColorstr='#0454fc', GradientType=1 );
}
.ficha .medidas .head {
    font-weight: bold;
    text-align: center;
}
.ficha .medidas .item {
    border-bottom: 1px solid #a3bdc4;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.9em;
}
.ficha .medidas a.item {
    text-decoration: none;
}
.ficha .medidas .item:last-child {
    border-bottom: none;
}
.ficha .medidas .item:hover {
    background-color: #e6f3f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.ficha .medidas .item.selected {
    background-color: #ffd3d0;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid #ffb4af;
    font-weight: bold;
    font-size: 1em;
}
.ficha .medidas .altura {
    white-space: nowrap;
    margin-top: 10px;
}
.tachar {
    text-decoration:line-through;
    color: #cc0000;
    font-size: 0.9em;
}
.ficha .medidas .item .price {
}
.ficha .medidas .item .price small {
    font-size: 0.5em;
    top: -10px;
    position: relative;
}
.ficha .medidas .item .price coin {
    font-size: 0.8em;
    font-weight: normal;
}
.ficha .materiales .head {
    font-weight: bold;
}
.ficha .materiales .list-item a {
    font-weight: normal;
}
.ficha .avisoenvio {
    font-size: 0.8em;
    line-height: 1.1em;
    margin-top: 10px;
    text-align: center;
}
a.btFav {
    font-size: 0.8em;
    cursor: pointer;
}
.btFav:hover .fa-heart-o:before {
    content:"\f004"
}
.ficha .btBuy {
    width: 100%;
}
.ficha .btBuy b {
    display: block;
}
.ficha .btBuy b i {
    position: relative;
    width: 4px;
    left: -8px;
}
.ficha .btBuy .data {
    display: block;
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.1em;
}

.ficha .sellos {
    margin-right: 0px;
    margin-left: auto;
    display: table;
}
.ficha .sello {
    display: table-cell;
}
.ficha .carousel {
    background: #fff;
}
.ficha .carousel-item .img-fluid {
    width: 100%;
    height: auto;
}
.ficha .carousel-item a {
    display: block;
    width: 100%;
}
.ficha .carousel .carousel-indicators li {
    border: 1px solid rgb(71,71,71);
    height: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.ficha .carousel .arrow {
    color: #e6f3f7;
    font-size: 2em;
    text-shadow: rgb(71, 71, 71) 2px 0px 0px, rgb(71, 71, 71) 1.75517px 0.958851px 0px, rgb(71, 71, 71) 1.0806px 1.68294px 0px, rgb(71, 71, 71) 0.141474px 1.99499px 0px, rgb(71, 71, 71) -0.832294px 1.81859px 0px, rgb(71, 71, 71) -1.60229px 1.19694px 0px, rgb(71, 71, 71) -1.97998px 0.28224px 0px, rgb(71, 71, 71) -1.87291px -0.701566px 0px, rgb(71, 71, 71) -1.30729px -1.5136px 0px, rgb(71, 71, 71) -0.421592px -1.95506px 0px, rgb(71, 71, 71) 0.567324px -1.91785px 0px, rgb(71, 71, 71) 1.41734px -1.41108px 0px, rgb(71, 71, 71) 1.92034px -0.558831px 0px;
}

/***** ABOUT US ******/
.aboutus .bocadillo {
    background-image: url(/assets/saludo.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    width: auto;
    max-height: 750px;
}
.aboutus .bocadillo .btn {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    display: block;
}
/**** DIVIDER *****/
.text-divider {
    font-size: 0.9em;
    margin: 1em 0;
    line-height: 0;
    text-align: center;
}
.text-divider span {
    background-color: #ffffff;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.text-divider:before{
    content: " ";
    display: block;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #f7f7f7;
}

/**** BOTONES *****/
.btJoin {
    white-space: normal;
    line-height: 1em;
}
a.btn, .btn {
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    -webkit-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
    -webkit-transition: color 150ms linear;
    -ms-transition: color 150ms linear;
    transition: color 150ms linear;
}
a.btn:disabled, .btn:disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
a.btn.rounded, .btn.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
}
.text-green {
    color: #6db28d !important;
}
.text-red {
    color: #CC0000 !important;
}
a.btn.green,
.btn.green {
    background-color: #6db28d;
    color: #ffffff;
    font-weight: bold;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.green:hover,
.btn.green:hover {
    color: #ffffff;
    background-color: #85daad;
}
a.btn.blue,
.btn.blue {
    background-color: #B3CED7;
    color: #495358;
    font-weight: bold;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.blue:hover, .btn.blue:hover, a.btn.blue.active, .btn.blue.active {
    color: #eee;
    background-color: #93AEB7;
}
a.btn.green,
.btn.green {
    background-color: #35B38C;
    color: #ffffff;
    font-weight: bold;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.green:hover, .btn.green:hover, a.btn.green.active, .btn.green.active {
    color: #35B38C;
    background-color: #B9FFE4;
}
a.btn.red,
.btn.red {
    background-color: #CC0000;
    color: #FFFFFF;
    font-weight: bold;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.red:hover, .btn.red:hover, a.btn.red.active, .btn.red.active {
    color: #eee;
    background-color: #EE0000;
}
a.btn.outline.green,
.btn.outline.green {
    background-color: transparent;
    border: 1px solid #35B38C;
    color: #35B38C;
}
a.btn.outline.red,
.btn.outline.red {
    background-color: transparent;
    border: 1px solid #aa0000;
    color: #aa0000;
}
a.btn.outline.red:hover, .btn.outline.red:hover, a.btn.outline.red.active, .btn.outline.red.active {
    color: #EE0000;
    border-color: #EE0000;
}
.noborder {
    border: 0px;
}
a.btn.small,
.btn.small {
    font-size: 0.8em;
    line-height: 0.8em;
}
a.btn.gray,
.btn.gray {
    background-color: #aaa;
    color: #666666;
    font-weight: bold;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.gray:hover,
.btn.gray:hover {
    color: #444444;
    background-color: #bbb;
}
a {
    color: #495358;
    font-weight: bold;
}
a:hover {
    color: #495358;
}
a.text-decoration-none,
a.text-decoration-none:hover {
    text-decoration: none;
}
.aviso-legal {
    font-size: 0.7em;
}

.marca .sidebar,
.material .sidebar,
.blog .sidebar {
    margin-top: -25px;
    padding-top: 25px;
    background-color: #ffd3d0;
}
@media (max-width: 576px) {
    .marca .sidebar,
    .material .sidebar,
    .blog .sidebar {
        margin-top: 0px;
    }
}
.marca .sidebar-header,
.material .sidebar-header,
.blog .sidebar-header {
    color: #df3254;
    margin-bottom: 25px;
}
.marca .sidebar .nav,
.material .sidebar .nav,
.blog .sidebar .nav {
    display: block;
    margin-left: 0.5em;
}
.marca .sidebar .nav a,
.material .sidebar .nav a,
.blog .sidebar .nav a {
    color: #495358;
}
.marca .sidebar .nav a,
.material .sidebar .nav a {
    font-weight: normal;
}
.marca .sidebar .nav a.selected,
.material .sidebar .nav a.selected {
    font-weight: bold;
}
.marca .sidebar-footer,
.material .sidebar-footer,
.blog .sidebar-footer {
    margin-top: 25px;
}
.blog .sidebar .nav.sub li {
    font-size: 0.9em;
    margin-bottom: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
    list-style: circle outside;
}
.blog .sidebar .nav.sub li a {
    font-weight: normal !important;
}
.blog .sidebar .nav.sub li.active {
    list-style: disc outside;
}
.blog .sidebar .nav.sub li.active a {
    font-weight: bold !important;
}
.marca.content h2,
.material .content h2 {
    font-size: 1rem;
    font-weight: bold;
}
.blog .post {
    border: 2px solid #bcced8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 30px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.blog .post img.image {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.blog .post .btn {
    padding-left: 25px;
    padding-right: 25px;
}
.blog .blog-footer-nav {
    margin-top: 25px;
}
/***** VIDEPLAYER ******/
.videoplayer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background-color: #000;
}
.videoplayer .video {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.videoplayer .closeVideo {
    font-size: 1.8em;
    width: 1.8em;
    height: 1.8em;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: block;
}
.videoplayer .closeVideo:hover {
    color: #aaa;
}

/****** SOCIAL ******/
.share {
    margin-top: 15px;
    text-align: center;
    margin: 0px auto 0px;
}
.jssocials-share-link { border-radius: 50%; }

/****** WAITING *****/
.loadingOverlay {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background-color: rgba(255,255,255,0.2);
    cursor: wait;
}
.loadingOverlayContainer {
    display: table-cell;
    vertical-align: middle;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    
    background: rgba(247,91,45,1);
    background: -moz-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,91,45,1)), color-stop(100%, rgba(223,50,84,1)));
    background: -webkit-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: -o-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: -ms-linear-gradient(left, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    background: linear-gradient(to right, rgba(247,91,45,1) 0%, rgba(223,50,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75b2d', endColorstr='#df3254', GradientType=1 );

  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/** INPUTS **/
.form-control:focus {
    border-color: #ced4da;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select .btn:focus {
    outline: none !important;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    background-color: #fff;
    position: relative;
    display: inline-block;
    border: 1px solid #ced4da;
    border-radius: .25em;
    width: 1.1em;
    height: 1.1em;
    float: left;
    margin-right: .3em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .7em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .1s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.faq .respuesta {
    padding-left: 15px;
    padding-right: 25px;
    padding-bottom: 25px;
    text-align: justify;
}

.pedidos .card .card-header {
    font-size: 0.8em;
}
.pedidos .card .direccion {
    cursor: pointer;
}
.pedidos .card .direccion .pop {
    z-index: 1000;
    padding: 15px;
    white-space: nowrap;
    position: absolute;
    background-color: #fff;
    border: 1px solid #bcced8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 5px -4px rgba(0,0,0,0.25);
    display: none;
}

@media (max-width: 575px) {
    .navbar-main nav {
        height: 50px;
    }
    #logo {
        height: 22px;
        width: auto;
    }
    body {
        font-size: 1em;
    }
    .container {
        max-width: 320px;
        width: 320px;
    }
    .comparador {
        width: 320px;
        height: 400px;
    }
    .aboutus .bocadillo {
        height: 24em;
        width: 100%;
        margin: 0px auto 0px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1em;
        line-height: 1em;
    }
    .aboutus .bocadillo .btn {
        font-size: 0.8em;
        margin-top: 22em;
    }
    .blog .post {
        padding: 15px;
    }
}

@media (min-width: 576px) {
    .navbar-main nav {
        height: 56px;
    }
    #logo {
        height: 28px;
        width: auto;
    }
    body {
        font-size: 1em;
    }
    .container {
        max-width: 576px;
        width: 576px;
    }
    .comparador {
        width: 576px;
        height: 278px;
    }
    .aboutus .bocadillo {
        height: 475px;
        width: 375px;
        margin: 0px auto 0px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1em;
        line-height: 1em;
    }
    .aboutus .bocadillo .btn {
        font-size: 0.8em;
        margin-top: 7px;
    }
    .blog .post {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .navbar-main nav {
        height: 58px;
    }
    #logo {
        height: 29px;
        width: auto;
    }
    body {
        font-size: 1em;
    }
    .container {
        max-width: 768px;
        width: 768px;
    }
    .comparador {
        width: 768px;
        height: 371px;
    }
    .aboutus .bocadillo {
        height: 475px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1em;
        line-height: 1em;
    }
    .aboutus .bocadillo .btn {
        font-size: 0.8em;
        margin-top: 7px;
    }
    .blog .post {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .navbar-main nav {
        height: 60px;
    }
    #logo {
        height: 30px;
        width: auto;
    }
    body {
        font-size: 1em;
    }
    .container {
        max-width: 992px;
        width: 992px;
    }
    .comparador {
        width: 992px;
        height: 479px;
    }
    .aboutus .bocadillo {
        height: 600px;
        padding-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.1em;
        line-height: 1em;
    }
    .aboutus .bocadillo .btn {
        margin-top: 10px;
    }
    .blog .post {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .navbar-main nav {
        height: 64px;
    }
    #logo {
        height: 32px;
        width: auto;
    }
    body {
        font-size: 1em;
    }
   .container {
        max-width: 1200px;
        width: 1200px;
    }
    .comparador {
        width: 1200px;
        height: 580px;
    }
    .aboutus .bocadillo {
        height: 600px;
        padding-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.1em;
        line-height: 1em;
    }
    .aboutus .bocadillo .btn {
        margin-top: 10px;
    }
    .blog .post {
        padding: 30px;
    }
}