nav.menu .navigation li.carrito {
    padding-right: 0;
    padding-left: 10px
}
nav.menu .navigation li.carrito.lleno {
    position: relative;
}
nav.menu .navigation li.carrito.lleno a {
    color: #7cbc00;
}
nav.menu .navigation li.carrito .badge {
    display: block;
    position: absolute;
    top: -5px;
    right: -10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    font-size: 9px;
    line-height: 18px;
    background: #f00;
    color: #fff;
    z-index: 5;
}
nav.menu .navigation li.carrito a span {
    display: none;
}
nav.menu .navigation li.carrito a:after {
    display: none;
}
nav.menu .navigation li.carrito a:hover {
    color: #06a7e2;
}
@media (max-width: 1198px) {
    nav.menu .navigation li.carrito {
        padding-left: 0
    }
    nav.menu .navigation li.carrito.lleno a,
    nav.menu .navigation li.carrito a:hover {
        color: #fff;
    }
    nav.menu .navigation li.carrito a span {
        display: block;
        padding: 0;
    }
    nav.menu .navigation li.carrito .badge {
        display: none;
    }
}

/* Botones */
.btn-checkout {
    background-color: #7cbc00;
}
.btn-checkout:hover {
    background-color: #619300;
}
.btn-link {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
}
/* Fin botones */

/* Listado */
.items .item.producto .texto {
	text-align: center;
	height: auto;
}
.items .item.producto .texto h3 {
	margin-bottom: 15px;
}
.items .item.producto div.precio {
	margin-bottom: 15px;
}
.items .item.producto div.precio .precio-tachado {
	text-decoration: line-through;
}
.items .item.producto div.precio .precio-normal {
	font-weight: bold;
	font-size: 20px;
}
.items .item.producto div.precio.oferta .precio-normal {
	color: #06a7e2;
}
#sidebar {
	float: left;
	width: 230px;
	margin-bottom: 0.67em;
}
#sidebar h2 {
	background: #06a7e2;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	background: #fff;
	border-bottom: 1px solid #ddd;
}
#sidebar ul li a {
	color: #1d1d1b;
	display: block;
	padding: 8px 10px 8px 25px;
	position: relative;
}
#sidebar ul li a:before {
	position: absolute;
	top: 10px; 
	left: 15px;
	content: '\2022';
}
#sidebar ul li a:hover,
#sidebar ul li.active a {
	text-decoration: none;
	background: #eee;
}
.columna-contenido {
	margin-left: 250px;
}
@media (max-width: 992px) {
    #sidebar {
        display: none;
    }
    .columna-contenido {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
	.items .item.producto .texto h3 {
		height: auto;
	}
}
/* Fin listado */

/* Detalle producto */
#galeria-visor {
    position: relative;
    overflow: hidden;
}
#galeria-visor img {
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -ms-transition: -ms-transform .2s;
    transition: transform .2s;
}
#galeria-visor:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.imagenes {
    padding: 20px 0;
}
.imagenes a {
    display: block;
    overflow: hidden;
}
.imagenes a img {
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -ms-transition: -ms-transform .2s;
    transition: transform .2s;
}
.imagenes a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);   
}
.productos-top {
	padding-bottom: 15px;
}
.productos-detalle-galeria {
    float: left;
    width: 45%;
    min-height: 1px;
    overflow: hidden;
}
.productos-detalle-visor {
    position: relative;
    cursor: pointer;
    border: 1px solid #cfcfcf;
}
.productos-detalle-marca img {
    display: block;
    width: auto;
    height: 25px;
}
.productos-detalle-info {
    float: left;
    width: 55%;
    min-height: 1px;
    padding: 0 0 0 30px
}
.productos-detalle-titulo {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cfcfcf;
}
.productos-detalle-titulo .original span {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c9003e
}
.productos-detalle-titulo .original span .ico {
    font-size: 20px;
    vertical-align: -3px;
    color: #c9003e;
}
.productos-detalle-titulo .titulo-neutro {
    margin: 0 0 10px 0;
    line-height: 30px;
}
.productos-detalle-titulo .ref {
    font-size: 16px;
    font-weight: 600;
}
.productos-detalle-intro ul {
    padding: 0 0 0 15px;
    list-style: none;
}
.productos-detalle-intro ul li {
    position: relative;
    padding-left: 12px;
}
.productos-detalle-intro ul li:before {
    content: '\2022';
    position: absolute;
    top: 0;
    left: 0;
}
.productos-detalle-accion {
    margin-top: 10px;
    padding: 15px;
    border-top: 1px dotted #ccc;
    overflow: hidden;
}
.productos-detalle-txt {
    clear: both;
    margin-top: 60px;
}
.productos-detalle-accion-cantidad {
    float: left;
    padding-top: 7px;
}
.productos-detalle-accion-conversion {
    float: right;
}
.input-cantidad {
    display: inline-block;
    width: 55px;
    height: 45px;
    border: none;
    background-color: #fff;
    text-align: center;
    margin-left: 0;
    border: 1px solid #969696;
    -webkit-appearance: none;
}
.productos-detalle-accion .btn-conversion {
    display: inline-block;
    vertical-align: middle;
}
.productos-detalle-precio {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    text-align: right;
    line-height: 1em;
    margin-right: 10px;
}
.productos-detalle-precio .tachado {
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
}
.productos-detalle-precio .oferta {
    color: #c9003e;
}
.productos-detalle-precio span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 1em;
}
.img-count {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background-color: #1a1a1a;
    line-height: 1em;
    font-weight: 600;
    padding: 10px 12px;
}
.img-count .ico {
    margin-left: 5px;
}
.productos-detalle-relacionados {
    margin-top: 60px;
}
.productos-detalle-relacionados h2 {
    margin: 0 0 25px 0;
}
.detalle-opciones {
    margin: 0;
    padding: 20px 0 0 0;
    border-top: 1px dotted #ddd;
}
.popupcontent .detalle-opciones {
    margin: 0 -20px;
}
.detalle-producto-opciones {
    margin-bottom: 20px;
}
.popupcontent .detalle-producto-opciones {
    padding: 10px;
    border: 1px solid #fff;
}
.popupcontent .detalle-producto-opciones.error {
    border: 1px solid #dc0000;
    background: #fff7f7;
}
.popupcontent .detalle-producto-opciones > .col {
    padding: 0;
}
h5.titulo-mini {
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0;
}
.popupcontent h5.titulo-mini {
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
}
.option-list {
    list-style: none;
    overflow: hidden;
    margin: 0 -10px;
    padding: 0;
}
.popupcontent .option-list {
    margin: 0;
}
.option-list li {
    display: block;
    padding: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
}
.option-list li.quantity-option {
    width: 100%;
}
.popupcontent .option-list li {
    float: none;
    width: 100%;
    padding: 10px 0 0 0;
}
.option-list li span.option-checkbox {
    display:block;
    border: 1px solid #cecece;
    padding: 10px;
    overflow: hidden;
    background: #f3f3f3;
    font-size: 16px;
    color: #1d1d1b;
    font-weight: normal;
}
.option-list li span.label {
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding-top: 5px;
}
.option-list li label {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background: #fff;
}
.popupcontent .option-list li label {
    padding: 10px;
    line-height: 28px;
}
.popupcontent .option-list li label.disabled {
    color: #ccc;
}
.option-list li.quantity-option label {
    padding: 0;
    border: none;
    background: none;
    display: inline-block;
    position: static;
}
.option-list li label span.check {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #7cbc00;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    z-index: 100;
}
.option-list li label:before,
.quantity-option:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    content: '';
    border: 1px solid #1d1d1b;
    z-index: 0;
}
.popupcontent .option-list li .quantity-option label {
    padding: 0;
}
.popupcontent .option-list li .quantity-option label:before {
    display: none;
}
.option-list li label.disabled:before{
    border: 1px solid #ccc;
}
.option-list li:hover label:before,
.quantity-option:hover:before {
    border: 1px solid #F6C45C;
}
.option-list li:hover label.disabled:before {
    border: 1px solid #ccc;
}
.option-list li input[type="radio"]:checked + label:before,
.option-list li input[type="checkbox"]:checked + label:before,
.option-list li label.checked:before,
.quantity-option.checked:before {
    border: 2px solid #F6C45C;
}
.option-list li input[type="radio"]:checked + label span.check,
.option-list li input[type="checkbox"]:checked + label span.check {
    display: block;
}
.option-list li input[type="radio"],
.option-list li input[type="checkbox"] {
    position: absolute;
    margin-left: -1000px;
}
.popupcontent .option-list li input,
.option-list li.quantity-option input[type="checkbox"] {
    position: static;
    margin: 0;
}
.option-list li figure {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    background-size: cover;
    background-position: center;
}
.option-list li figure span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.quantity-options > [class^="col-"],
.quantity-options > [class*=" col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.quantity-option {
    position: relative;
    /*padding: 10px;
    overflow: hidden;
    background: #f3f3f3;*/
}
.quantity-option-botones .quantity-option-image {
    margin-bottom: 10px;
    position: relative;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
}
.quantity-option-botones input[type="text"],
.quantity-option-botones button {
    float: left;
    height: 44px;
}
.quantity-option .form-control[readonly] {
    background-color: #fff;
}
.quantity-option .form-control[disabled] {
    background-color: #eee;
}
.popupcontent .quantity-option-botones .form-control {
    background-color: #fff;
    border: none;
    padding: 0;
    height: 28px;
    text-align: center;
    width: 30px;
}
.popupcontent .quantity-option-botones .form-control[disabled] {
    background-color: #fff;
}
.en_cesta {
    background: #5dbc00 !important;
    color: #fff;
}
.quantity-option button {
    width: 44px;
    display: block;
    height: 44px;
    border: none;
    background: none;
    text-align: center;
    border: 1px solid #b6b6b6;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    color: #606060;
    border-left: none;
}
.popupcontent .quantity-option-botones button {
    text-align: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    border: none;
    background: none;
    text-align: center;
    border: none;
    cursor: pointer;
    -webkit-appearance:none;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    background: #222220;
    color: #fff;
}
.popupcontent .quantity-option-botones button[disabled] {
    background: #ddd !important;
    cursor: default;
}
.popupcontent .quantity-option-botones button.quantity-option-more {
    background: #5DBC00;
}
.quantity-option input[type="text"] {
    width: calc(100% - 88px);
    text-align: right;
}
.quantity-option-botones {
    position: relative;
    text-align: center;
    margin: auto;
    max-width: 150px;
    float: right;
}

@media (max-width: 1320px) {
    .productos-detalle-accion-cantidad {
        float: none;
        padding-top: 0;
        text-align: center;
    }
    .productos-detalle-accion-conversion {
        float: none;
        text-align: center;
    }
    .productos-detalle-precio {
        display: block;
        font-size: 11px;
        text-align: center;
        margin: 15px 0 20px 0;
    }
    .productos-detalle-accion .btn-conversion {
        display: block;
        margin: auto;
    }
}

@media (max-width: 1130px) and (min-width: 992px), (max-width: 800px) {
    .productos-detalle-galeria {
        float: none;
        width: 100%;
    }
    .productos-detalle-info {
        float: none;
        width: 100%;
        min-height: 1px;
        padding: 20px 0 0 0;
    } 
    .productos-detalle-visor {
        padding-bottom: 0;
    }
    .productos-detalle-visor .img-responsive {
        position: static;
        top: auto;
        left: auto;
        margin: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }    
}

@media (max-width: 1130px) {
    .imagenes {
        display: none;
    }
}
/* Fin detalle producto */

h1.titulo-success,
h1.titulo-fail {
    text-align: center;
    color: #71BC26;
    font-weight: bold;
    margin-bottom: 20px;
}
h1.titulo-fail {
    color: #EE1616;
}
h1.titulo-success svg,
h1.titulo-fail svg {
    display: block;
    margin: 0 auto 15px auto;
}
.texto-success,
.texto-fail {
    border-top: 1px solid #83C441;
    border-bottom: 1px solid #83C441;
    padding: 40px 0 25px 0;
}
.texto-fail {
    border-color: #EE1616;
    border-bottom: none;
}
.texto-gracias {
    color: #71BC26;
    font-size: 25px;
    line-height: 30px;
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
}
.aviso-transferencia {
    border-bottom: 1px solid #83C441;
    padding-bottom: 25px;
    margin-bottom: 40px;   
}
.aviso-transferencia h2 {
    padding: 0;
    margin: 0 0 15px 0;
    color: #EE1616;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
}
.texto-fail-continuar {
    border: 1px solid #EE1616;
    border-radius: 10px;
    padding: 25px;
}
.texto-fail-continuar .primer-row {
    line-height: 55px;
}
@media (max-width: 767px) {
    .texto-fail-continuar {
        text-align: center;
    }
    .texto-fail-continuar .primer-row {
        line-height: 20px;
        padding-bottom: 25px;
    }   
}

/* Carrito */
a.carrito,
a.user {
    float: right;
    color: #fff;
    font-size: 30px;
    position: relative;
    margin-top: 25px;
}
a.user {
    margin-left: 15px;
}
a.carrito .badge {
    position: absolute;
    font-size: 10px;
    top: -5px;
    right: -5px;
    background: #f00;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}
.carrito-info {
    clear: both;
    margin: 20px 0 0 0;
    border: 1px solid #d32424;
    color: #d32424;
    background: #fff1f1;
    padding: 15px 20px 5px 20px;
}
.texto-modificar-compra {
    float:left;
    font-size: 14px;
}
.carrito-botonera .btn-back {
    display: inline-block;
    color: #eee;
    background: #333;
    padding: 10px 20px;
    text-decoration: none;
    float: left;
    margin-top: 15px;
}
.carrito-botonera .btn-back:hover {
    background: #444;
}
.carrito-botonera .btn-back:before {
    content: '';
    display: inline-block;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid;
    width: 0;
    height: 0;
    vertical-align: -1px;
    margin-right: 8px;
    color: #eee;
}
.borrar {
    width: 15px;
    height: auto;
}
.tbl-carrito {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
}
.tbl-carrito thead td {
    font-size: 16px;
    font-weight: 700;   
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #ececec;
}
.tbl-carrito thead td div {
    padding: 15px 10px;
    margin: 6px 0;
}
.tbl-carrito thead td.image {
    width: 145px;
    text-align: center;
}
.tbl-carrito thead td.name {
    text-align: left;
}
.tbl-carrito thead td.quantity {
    width: 140px;
}
.tbl-carrito thead td.price {
    width: 125px;
    text-align: right;
}
.tbl-carrito thead td.total {
    width: 125px;
    text-align: right;
}
.tbl-carrito thead td.total div {
    padding-right: 30px;
}
.tbl-carrito thead td.remove {
    width: 90px;
    text-align: center;
}
.tbl-carrito td.name {
    line-height: 15px;
}
.tbl-carrito td.name a {
    line-height: 20px;
}
.btn-carrito {
    border:none;
    background:none;    
}
.tbl-carrito tbody > tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
.tbl-carrito tbody td {
    padding: 15px 0;
    border-bottom: 1px solid #d0cdca;
}
.tbl-carrito tbody td.name {
    padding-left: 15px;
}
.tbl-carrito tbody td.name a {
    text-decoration: none;
}
.tbl-carrito tbody td.remove {
    text-align: center;
}
.tbl-carrito tbody td.remove a {
    display: inline-block;
    color: #b4b1ae;
}
.tbl-carrito tbody td.remove a:hover {
    color: #000;
}
.tbl-carrito tbody td.remove span {
    display: none;
}
.tbl-carrito tbody td.image {
    padding-left: 0;
    padding-right: 0;
}
.tbl-carrito tbody td.image img {
    margin: auto;
    border: 1px solid #dedede;
}
.tbl-carrito tbody td.quantity {
    text-align: center;
}
.tbl-carrito tbody td.quantity .form-control {
    display: block;
    float: left;
    width: 53px;
    height: 43px;
    border: none;
    background-color: #fff;
    text-align: center;
    border: 1px solid #b6b6b6;
    font-size: 16px;
    font-weight: normal;
    color: #606060;
    border-left: none;
    border-right: none;
}
.tbl-carrito tbody td.price,
.tbl-carrito tbody td.total {
    text-align: right;
    padding-right: 10px;
}
.tbl-carrito tbody td.total {
    padding-right: 30px;
}
.tbl-carrito .lnk-producto {
    font-weight: 700;
    color: #4b4b4b;
}
.quantity-ctrl {
    display: inline-block;
}
.quantity-ctrl form {
    display: inline-block;
}
.btns-carrito {
    display: block;
    float: right;
}
.btns-carrito a {
    width: 17px;
    height: 18px;
    display: block;
    color: #fff;
    background-color: #aaa6a3;
    font-size: 11px;
    margin: 0 0 3px 3px;
    line-height: 18px;
}
.btns-carrito a:hover,
.btns-carrito a:active,
.btns-carrito a:focus {
    background-color: #000008;
}
.quantity-ctrl .form-control {
    display: block;
    float: left;
}
.bloque-medidas {
    padding-top: 20px;
}
.bloque-medidas,
.bloque-medidas label {
    font-size: 15px;
}
.bloque-medidas label.cursor {
    font-weight: bold;
    padding-bottom: 10px;
}
.capa-medidas {
    display: none;
    padding-bottom: 20px;
}
.capa-medidas.abierto {
    display: block;
}
.form-control.medidas {
    display: inline-block;
    width: 60px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: right;
    padding: 5px 10px;
}
.carrito-resumen {
    background: #f6f6f6;
    padding: 25px 30px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}
.carrito-cupon {
    float: left;
}
.carrito-cupon form {
    overflow: hidden;
}
.carrito-cupon input {
    float: left;
}
.carrito-cupon input.form-control {
    width: 200px;
}
.carrito-portes {
    float: left;
    font-size: 15px;
    line-height: 18px;
}
.carrito-portes ul {
    margin: 10px 0 0 20px;
}
.carrito-importes {
    float: right;
    color: #55514d;
}
.carrito-resumen .totales .term {
    display: inline-block;
    text-align: right;
    font-weight: 400;
}
.carrito-resumen .totales .importe {
    font-size: 17px;
    font-weight: 400;   
    display: inline-block;
    min-width: 130px;
    text-align: right;
    float: right;
}
.carrito-resumen .totales.total {
    padding-top: 20px;
}
.carrito-resumen .totales.total .term {
    font-weight: 700;
}
.carrito-resumen .totales.total .importe {
    font-size: 22px;
    font-weight: 700;   
}
.carrito-resumen .iva {
    color: #999;
    text-align: right;
    font-size: 14px;
    padding-top: 5px;
}
.carrito-botonera {
    overflow: hidden;
    margin-top: 20px;
}
.carrito-botonera .btn-checkout {
    float: right;
}
.carrito-botonera .btn-checkout.block {
    display:block;
    float: none;
    width:100%;
}
.quantity-ctrl button {
    display: block;
    float: left;
    width: 43px;
    height: 43px;
    border: none;
    background: none;
    text-align: center;
    border: 1px solid #b6b6b6;
    font-size: 20px;
    font-weight: bold;
    color: #606060;
}
.btn-carrito-mas {
    width: 43px;
    cursor: pointer;
    border-right: none;
}
.btn-carrito-menos {
    width: 43px;
    cursor: pointer;
    border-left: none;
}
.btn-carrito-mas svg,
.btn-carrito-menos svg {
    width: 11px;
    height: auto;
    margin-top: 3px;
}
.btn-accion {
    margin-top: 18px;
}

.show-container {
    /*background: #eee;
    border: 1px solid #ccc;*/
    width: 400px;
    margin: auto;
}
.show-link {
    cursor: pointer;
    padding: 5px 0 10px 0;
    position: relative;
}
.show-link svg.logo-camion {
    vertical-align: -3px;
    margin-right: 5px;
}
.show-link i,
.show-link svg.flecha {
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
    margin-left: 2px;
    transition: transform .2s;
}
.show-link.up i,
.show-link.up svg.flecha {
    transform: rotate(180deg);
}
.show-content {
    padding: 5px 10px;
    display: none;
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 10px;
}
.show-content .form-control {
    padding: 5px 50px 5px 5px;
}
.show-content .total-envio {
    font-weight: bold;
    padding-top: 10px;
    text-align: right;
    font-size: 20px;
}
.show-content .columna-gastos-carrito {
    text-align: right;
}

@media (max-width: 992px) {
    .show-container .col {
        padding-bottom: 10px;
    }
    .show-content .total-envio {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .show-container {
        width: 100%;
        max-width: 400px;
    }
    .show-content .total-envio,
    .show-content .columna-gastos-carrito {
        text-align: center;
    }
    div.search {
        display: none;
    }
    input.search {
        display: none;
    }
    button.search {
        background: none;
    }
    form.search {
        padding-right: 5px;
    }
    .tbl-carrito,
    .tbl-carrito tbody,
    .tbl-carrito tr {
        display: block;
    }
    .tbl-carrito thead {
        display: none;
    }
    .tbl-carrito tbody td {
        display: block;
        width: 100% !important;
        text-align: center !important;
        padding: 10px 10px;
        border-bottom: none;
    }
    .tbl-carrito tbody td.remove {
        padding-bottom: 0;
        padding-top: 30px;
        font-size: 14px;
    }
    .tbl-carrito tbody td.remove span {
        display: inline-block;
    }
    .tbl-carrito tbody td.remove a {
        width: auto;
        height: auto;
        line-height: 1em;
    }
    .tbl-carrito tbody td.remove a:hover {
        text-decoration: none;
    }
    .tbl-carrito td.price:before,
    .tbl-carrito td.total:before {
        content: attr(data-label);
    }
    .tbl-carrito td.total {
        padding: 0 10px 35px 10px;
        border-bottom: 1px solid #c7c7c7;
    }
    .carrito-cupon {
        float: none;
        text-align: center;
    }
    .carrito-cupon form {
        overflow: hidden;
        padding: 0 0 40px 0;
    }
    .carrito-cupon input {
        float: none;
    }
    .carrito-cupon input.form-control {
        width: 250px;
        margin: 0 auto;
    }
    .carrito-portes {
        float: none;
        width: 100%;
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid #ccc;
        text-align: center;
    }
    .carrito-importes {
        width: 100%;
        float: none;
    }
    .carrito-resumen .totales {
        overflow: hidden;
    }
    .carrito-resumen .totales .term,
    .carrito-resumen .totales .importe {
        float: left;
        width: 50%;
        min-width: 0;
        padding: 0 5px;
    }
    .carrito-resumen .totales .importe {
        text-align: left;
    }
    .carrito-resumen .iva {
        text-align: left;
        padding-left: 50%;
    }
    .carrito-resumen .iva:before {
        display: inline-block;
        width: 5px;
        content: ' ';
    }
    .carrito-botonera {
        text-align: center;
    }   
    .carrito-botonera .btn-back,
    .carrito-botonera .btn-checkout {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
    }
    .carrito-botonera .btn-acceder.verde {
        float: none;
        margin-top: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 250px;
    }
    .texto-modificar-compra {
        float:none;
        text-align:center;
        border-bottom:1px dotted #ddd;
        padding-bottom:20px;
        margin-bottom:20px;
    }
}
/* Fin Carrito */

/* Checkout */
.aviso {
    padding: 20px;
    color: #fff;
    margin: 0 0 20px 0;
}
.aviso.success {
    background: #83ae00;
}
.checkout_content .form-group {
    margin-bottom: 15px;
}
label.error {
    top: 35px;
    right: 20px;
}
.relativo label.error {
    top: 11px;
    right: 15px;
}
.valida-input {
    position:relative;  
}
.valida-input label.error {
    top:10px;
    right:10px;
}
.checkbox {
    position:relative;  
}
.checkbox label.error {
    top:0;
    right:-20px;
}
#privacidad, .overlay, #condiciones {
    display:none;
    padding:20px;
    max-width:700px;    
}
select.error {
    border: 1px solid #d90000;
}
textarea {
    resize: vertical;
}
.cursor {
    cursor: pointer;
}
.bloque-login {
    overflow:hidden;
    border: 1px solid #dcdcdc;
    background: #ececec;
    margin: 0 10px 10px 10px;
    padding: 0;
}
.bloque-login.grande {
    border: none;
    background: none;
    padding: 0 10px;
}
.bloque-password {
    border:1px solid #dcdcdc;
    padding:10px;
    background:#f6f6f6;
    overflow:hidden;
    margin:0 10px 15px 10px;    
}
.bloque-resumen {
    padding-bottom: 30px;
}
.bloque-resumen.required, .bloque-agree.required {
    position:relative;  
}
.bloque-resumen.required label.error, .bloque-agree.required label.error {
    top:0;
}
.toggle-view {
    clear: both;
    overflow: hidden;
    padding-top: 10px;
    background: #f7f7f7;
}
.toggle-view.big {
    padding: 0;
    background: none;
}
.bloque-login h3 {
    margin: 0;
}
h3 .show_div {
    display: block;
    font-size: 18px;
    font-weight: bold !important;
    color: #4b4b4b !important;
    position: relative;
    padding: 10px 5px;
}
h3 .show_div:hover {
    text-decoration: none;
}
h3 .show_div:after {
    font-family: 'FontAwesome';
    content: '\f078';
    position: absolute;
    right: 5px;
    top: 10px;
    transition: transform .2s;
}
h3 .show_div.abierto:after {
    transform: rotate(-180deg);
}
h3 .show_div svg {
    width: 31px;
    height: 25px;
    margin-right: 5px;
    vertical-align: -5px;
}
h3 .show_div svg.user {
    width: 22px;
    height: 25px;
    margin-left: 3px;
    margin-right: 7px;
}
h2.numero {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    text-transform: none;
    margin: 0.67em 0 28px 0;
    padding: 0 0 15px 0;
}
h2.numero span {
    display:inline-block;
    color:#fff;
    background:#06a7e2;
    text-align:center;
    width:25px;
    height:25px;
    font-size:18px;
    line-height:25px;
    border-radius:50%;
}
h2.numero:after {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    width: 100px;
    height: 4px;
    background-color: #06a7e2;
}
.titulo-guion.margen {
    margin-top: 50px;
}
.oculto {
    display:none;
}
.tbl-envios {
    width: 100%;
    border-collapse: collapse;
}
.tbl-envios td {
    padding:0 10px;
}
.tbl-pagos {
    width: 100%;
    border-collapse: collapse;
}
.tbl-pagos td {
    padding:0 10px;
}
.columnas-resumen {
    clear:both;
    margin-right: 600px;
}
.columnas-resumen-variable {
    width: 100%;
    float: left;
}
.columnas-resumen-fija {
    width: 580px;
}
.resumen {
    position: absolute;
    right: 0;
    top: 0;
    bottom:auto;
}
.resumen.fijo {
    position:fixed;
    left:50%;
    top:110px;
    bottom:auto;
    margin-left:110px;
}
.resumen.bottom {
    position: absolute;
    top:auto;
    bottom:0;   
}
.checkout_content {
    position:relative;  
}

@media (max-width: 1400px) {
    .resumen.fijo {
        position:fixed;
        left:auto;
        right:10px;
        top:110px;
        bottom:auto;
        margin-left:0;
    }
}

@media (max-width: 1138px) {
    .resumen {
        position:static !important;
    }
    .columnas-resumen {
        margin-right: 0;
    }
    .columnas-resumen-variable {
        float: none;
    }
    .columnas-resumen-fija {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    #resumen-pedido {
        width: 100%;
    }
    #resumen-pedido.affix {
        position: relative;
        top: auto;
    }
    .micuenta-paso,
    .login-cuenta {
        padding-left: 0;
    }
    #form-login .col-pass {
        text-align: center;
    }
    #form-login .btn-submit,
    .micuenta-paso .btn-carrito {
        display: block;
        margin: auto;
        max-width: 270px;
    }
    .titular-paso {
        margin-left: 60px;
    }
    .login-cuenta .intro {
        text-align: center;
    }
}

@media (max-width: 1095px) {
    #resumen-pedido {
        width: 100%;
    }
    .modificar-pedido {
        float: none;
        max-width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    .resumen-importes {
        width: 100%;
        float: none;
    }
    .resumen-importes .totales .term,
    .resumen-importes .totales .importe {
        float: left;
        width: 50%;
        min-width: 0;
        padding: 0 5px;
    }
    .resumen-importes .totales .importe {
        text-align: left;
    }
    .resumen-importes .iva {
        text-align: left;
        padding-left: 50%;
    }
    .resumen-importes .iva:before {
        display: inline-block;
        width: 5px;
        content: ' ';
    }
}

.cursor-label {
    cursor: pointer;
    display: block;
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
    padding: 20px;
    overflow: hidden;
    font-style: normal;
    color: #4b4b4b;
    font-size: 15px;
    transition: background .2s;
    position: relative;
}
.cursor-label.check {
    border: 1px solid #143c6d;
    background: #f0f0f0;
}
.cursor-label:hover {
    background: #f0f0f0;
}
.cursor-label span.lc {
    float: left;
    padding-left: 20px;
    line-height: 17px;
    font-weight: normal;
}
.cursor-label span.lc.cc {
    padding-left: 0;
}
.cursor-label input {
    position: absolute;
    left: 15px;
    top: 27px;
}
.cursor-label svg {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.cursor-label svg.ico-tarjetas {
    position: absolute;
    right: 0;
    top: 25px;
    width: auto;
    height: auto;
}
@media (max-width: 540px) {
    .cursor-label input {
        left: 10px;
    }
    .cursor-label span.lc.cc {
        padding-left: 10px;
    }
    .cursor-label svg {
        display: none;
    }
}
.cursor-label.envios {
    line-height: 32px;
}
.cursor-label.envios span.lc {
    font-weight: bold;
}
.cursor-label.envios span.cc {
    padding-top: 7px;
}   
.cursor-label.envios svg {
    width: 32px;
    height: 32px;
}
.cursor-label.envios input {
    top: 25px;
}
.cursor-label svg.transferencia {
    width: 38px;
    height: 38px;
}
.cursor-label svg {
    fill: #4b4b4b;
}
.cursor-label span.rc {
    float: right;
    font-weight: bold;
}
/* Fin checkout */

/* Cuenta */
.form-titulo {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    background-color: #ececec;
    padding: 20px;
}
.form-box {
    margin-bottom: 30px;
    padding: 20px 20px 10px 20px;
    border: 1px solid #dcdcdc;   
}
.form-cuenta .link-puntos {
    display: inline-block;
    margin-top: 10px;
}
.form-cuenta .botones {
    padding-top: 25px;
}
.form-cuenta .botones .button {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
}

.valida-input {
    display: inline-block;
    vertical-align: middle;
}
.valida-input .form-control {
    width: 75px;
    text-align: center;
}
.valida-operacion,
.valida-operador {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    height: 48px;
    line-height: 47px;
    vertical-align: middle;
}
.valida-operador {
    padding: 0 20px;
}
ul.cuenta {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
ul.cuenta li {
    display: inline-block;
    margin-left: -4px;
    padding: 5px;
    width: 25%;
    text-align: center;
}
ul.cuenta li a,
ul.cuenta li span {
    display: block;
    width: 100%;
    padding: 30px 10px;
    height: auto;
    border: 1px solid #ccc;
    color: #4b4b4b;
    text-decoration: none;
}
ul.cuenta li a:hover {
    background-color: #ececec;
}
ul.cuenta li a.selected {
    border: 1px solid #06a7e2;
}
ul.cuenta li span {
    color: #aaa !important;
    background: #e2e2e2 !important;
    cursor: default;
}
ul.cuenta li a i,
ul.cuenta li span i {
    display: inline-block;
    color: #06a7e2;
    padding-right: 5px;
    font-size: 25px !important;
    vertical-align: -5px;
}
ul.cuenta li span i {
    color: #ccc;
}
ul.cuenta li svg {
    vertical-align: -5px;
    margin-right: 5px;
}

.direcciones {
    display: table;
    width: 100%;
}
.direcciones .direccion {
    display: table-row;
}
.direcciones .direccion .datos {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 5px;
}
.direcciones .direccion .acciones {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 5px;
}
.direcciones .direccion .acciones a svg {
    width: 20px;
    height: 20px;
}

section.pedidos {
    padding-top: 20px;
}
section.pedidos .pedidos_top {
    overflow: hidden;
}
section.pedidos .pedidos_top {
    overflow: hidden;
    padding: 0 15px;
    font-weight: bold;
}
section.pedidos .pedidos_top .left {
    float: left;
}

section.pedidos .pedido {
    border: 1px solid #ccc;
    margin: 10px 0 0 0;
    background: #ededed;
}

section.pedidos .pedido .linea_pedido {
    overflow: hidden;
    padding: 15px;
    display: table;
    width: 100%;
}

section.pedidos .left {
    width: 20%;
}
section.pedidos .pedido .left {
    float: none;
}
section.pedidos .acciones_pedido {
    text-align: right;
}
section.pedidos .pedido .left {
    display: table-cell;
    vertical-align: middle;
}
section.pedidos .pedido .acciones_pedido a {
    background-color: #222220;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
}

section.pedidos .pedido .acciones_pedido a:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid;
    width: 0;
    height: 0;
    vertical-align: 1px;
    margin-left: 8px;
    color: #85b93e;
    transition: transform .2s;
}
section.pedidos .pedido .acciones_pedido a.selected:after {
    transform: rotate(180deg);
    vertical-align: 2px;
}

section.pedidos .pedido .acciones_pedido a:hover {
    background-color: #000;
}
section.pedidos .detalles_pedido {
    display: none;
    background: #f6f6f6;
    padding: 20px;
    border-top: none;
    overflow: hidden;
    position: relative;
}
section.pedidos .detalles_pedido:before {
    position: absolute;
    content:'';
    top: 0;
    left: 50%;
    width: 0; 
    height: 0;
    margin-left: -5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ededed;
}
section.pedidos .detalles_pedido .datos_pedido {
    float: left;
    width: 50%;
}
section.pedidos .productos_pedido {
    padding-top: 10px;
}
section.pedidos .productos_pedido .producto_pedido {
    display: table;
    width: 100%;
}
section.pedidos .productos_pedido .producto_pedido .left,
section.pedidos .productos_pedido .producto_pedido .right {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-top: 1px solid #ccc;
}
section.pedidos .productos_pedido .producto_pedido .right {
    text-align: right;
}
section.pedidos .productos_pedido .producto_pedido .producto_nombre {
    min-width: 60%;
}
section.pedidos .productos_pedido .producto_pedido .producto_nombre a {
    color: #333;
}
section.pedidos .productos_pedido .producto_pedido .producto_nombre a:hover {
    color: #85b93e;
}
section.pedidos .productos_pedido .producto_pedido .producto_cantidad,
section.pedidos .productos_pedido .producto_pedido .producto_precio {
    width: 20%;
}
section.pedidos .productos_pedido .producto_pedido .producto_total {
    width: 20%;
    font-weight: bold;
}
section.pedidos .totales_pedido {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    overflow: hidden;
}
section.pedidos .totales_pedido .total_pedido {
    clear: right;
    display: table;
    float: right;
}
section.pedidos .totales_pedido .total_pedido .col-right {
    display: table-cell;
    vertical-align: middle;
    padding: 1px 10px;
    text-align: right;
    min-width: 130px;
}
section.pedidos .totales_pedido .total_pedido.total {
    font-weight: bold;
}

@media (max-width: 991px) {
    .form-cuenta .botones {
        padding-top: 0;
    }
    .form-cuenta .botones .button {
        width: auto;
    }
}

@media (max-width: 767px) {
    ul.cuenta li {
        width: 50%;
        text-align: center;
    }
}

@media (max-width: 580px) {
    ul.cuenta li {
        width: 100%;
    }

	section.pedidos .detalles_pedido .datos_pedido {
        width: 100%;
        margin-bottom: 20px;
    }
    section.pedidos .pedidos_top .left:last-child {
        display: none;
    }
    section.pedidos .left {
        width: 25%;
    }
    section.pedidos .pedido .linea_pedido {
        display: block;
    }
    section.pedidos .pedido .linea_pedido .left:last-child {
        display: block;
        width: 100%;
        text-align: center !important;
    }
}
/* Fin cuenta */

/* Modal */ 
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.9);
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s .2s;
    -moz-transition: all .3s .2s;
    transition: all .3s .2s;
}
.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.modal-container.show {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.modal-content {
    margin: 10px;
    max-width: 550px;
    padding: 40px;
    box-shadow: 10px 10px 60px -25px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    z-index: 1;
    opacity: 0;

    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);

    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);

    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}
.modal-content .button.block {
    max-width: 200px;
    margin: auto;
}
.show .modal-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
}
.modal-close:after {
    content: "×";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 4px;
    border-width: 0;
    background: #eee;
    z-index: 2;
}
.modal-content-title-carro {
    text-align: center;
    padding-bottom: 20px;
}
.modal-content button {
    margin-right: 5px;
}
.modal-content a {
    margin-left: 5px;
}
/* Fin Modal */

.flechas-pasarela {
  animation: flechas-animadas 1s infinite;
}
.tarjeta-pasarela {
  animation: girar-tarjeta 1s infinite;   
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 45px;
}
.lds-ellipsis div {
  position: absolute;
  top: 15px;
  width: 21px;
  height: 21px;
  border: 5px solid #E8E8E8;
  border-radius: 50%;
  background: #E8E8E8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(4) {
  left: 0;
  background: #14a6df;
  animation: lds-ellipsis1 1.8s infinite;
}
.lds-ellipsis div:nth-child(1) {
  left: 0;
}
.lds-ellipsis div:nth-child(2) {
  left: 28px;
}
.lds-ellipsis div:nth-child(3) {
  left: 55px;
}

.shake-element {
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: translate(28px, 0);
  }
  75% {
    transform: translate(56px, 0);
  }
  100% {
    transform: translate(56px, 0) scale(0);
  }
}

@keyframes flechas-animadas {
  0% {
    transform: rotate(0);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(-360deg);
    transform-origin: 50% 50%;
  }
}

@keyframes girar-tarjeta {
  0% {
    transform: rotateY(0);
    transform-origin: 50% 50%;
  }
  50% {
    transform: rotateY(180deg);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotateY(0);
    transform-origin: 50% 50%;
  }
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}