/* 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;
}
.carrito-info p {
    margin-bottom: 10px;
}
.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;
}
.carrito-envase {
    background-color: #F1F0E499;
    padding: 25px 35px 35px 35px;
    border: 1px solid #DDD9D1;
    border-top: 0;
}
.carrito-envase .carrito-envase-titulo {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.carrito-envase .carrito-envase-inputs {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.carrito-envase .carrito-envase-inputs label {
    margin-right: 30px;
}
.carrito-envase .carrito-envase-inputs input {
    margin-right: 10px;
}
.borrar {
    width: 15px;
    height: auto;
}
.tbl-checkout {
    width: 100%;
    border-collapse: collapse;
}
.tbl-checkout td {
    padding-bottom: 20px;
}
.tbl-checkout td.total {
    text-align: right;
    vertical-align: top;
}
.tbl-checkout td a {
    text-decoration: none;
    color: #332C22;
    font-weight: 600;
}
.tbl-checkout td.image {
    width: 120px;
    padding-right: 20px;
}
.tbl-carrito {
    width: 100%;
    border: 1px solid #DDD9D1;
    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 #DDD9D1;
    border-bottom: 1px solid #DDD9D1;
    background: #F1F0E4;
}
.tbl-carrito thead td div {
    padding: 15px 10px;
    margin: 6px 0;
}
.tbl-carrito thead td.image {
    width: 100px;
    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 #DDD9D1;
}
.tbl-carrito tbody td.name {
    padding-left: 15px;
}
.tbl-carrito tbody td.name a {
    text-decoration: none;
    color: #332C22;
    font-weight: 600;
}
.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;
    display: block;
    max-width: 70px;
}
.tbl-carrito tbody td.quantity {
    text-align: center;
}
.tbl-carrito tbody td.quantity .form-control {
	border: 1px solid #C8C6A5;
	border-radius: 4px;
	width: 55px;
	height: 36px;
	background: none;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #323232;
	padding: 0;
	margin: 0 10px;
}    
.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-flex;
    align-items: center;
}
.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 #DDD9D1;
    border-right: 1px solid #DDD9D1;
    border-bottom: 1px solid #DDD9D1;
    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;
    display: flex;
    align-items: center;
}
.carrito-botonera a {
    margin: 10px 0;
}
.carrito-botonera .btn-checkout {
    margin-left: auto;
}
.carrito-botonera .btn-checkout.block {
    display:block;
    float: none;
    width:100%;
}
.carrito-totales {
    padding-top: 20px;
    text-align: right;
}
.carrito-totales .totales {
    padding-bottom: 5px;
}
.carrito-totales .total {
    font-weight: 700;
}
.quantity-ctrl button {
	display: flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	border: none;
	background-color: #F1F0E4;
	width: 36px;
	height: 36px;
	cursor: pointer;
	border-radius: 50%;
    margin: 0;
    padding: 0;
}
.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;
    height: auto;
}
.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: ' ';
    }
    .texto-modificar-compra {
        float:none;
        text-align:center;
        border-bottom:1px dotted #ddd;
        padding-bottom:20px;
        margin-bottom:20px;
    }
    .carrito-botonera {
        flex-direction: column-reverse;
    }
    .carrito-botonera .btn-checkout {
        margin-left: 0;
    }
}

@media (max-width: 520px) {
    .carrito-botonera a {
        width: 100%;
    }
    .tbl-checkout td.image {
        display: none;
    }
}
/* Fin Carrito */

/* Checkout */
.checkout-wrapper {
    display: flex;
}
.checkout-content {
    width: 100%;
}
.checkout-sidebar {
    flex: 0 0 396px;
    margin-left: 60px;
    position: sticky;
    top: 150px;
    align-self: flex-start;
}
.checkout-bloque {
    padding-bottom: 60px;
    position: relative;
}
.checkout-bloque .fantasmeta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 1;
}
.bloque-compra .checkout-bloque .fantasmeta {
    background: rgba(241, 240, 228, .8);
}
.checkout-title {
    position: relative;
    display: flex;
    align-items: center;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    padding: 0 0 16px 24px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #C8C6A5;
}
.checkout-title::before {
    position: absolute;
    content: '';
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #C8C6A5;
}
.bloque-compra {
    padding: 40px;
}
.bloque-compra .checkout-title {
    display: block;
    text-align: center;
}
.bloque-compra .checkout-title::before {
    display: none;
}
.checkout-description {
    margin-bottom: 30px;
}
.checkout-description-noenvase,
.bloque-datos-recogida {
    display: none;
}
.btn-custom-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
}
.bloque-compra .btn-custom-input-wrapper {
    max-width: 800px;
}
.btn-custom-input {
    position: relative;
    padding: 0 10px;
    margin: 0;
    flex: 0 0 50%;
}
.btn-custom-input input {
    position: absolute;
    visibility: hidden;
    cursor: pointer;
}
.btn-custom-input .lbl-custom-input {
    position: relative;
    border: 1px solid #C8C6A5;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all .2s;
}
.btn-custom-input .lbl-custom-input:hover {
    background-color: #F1F0E4;
}
.bloque-compra .btn-custom-input .lbl-custom-input,
.bloque-compra .btn-custom-input .lbl-custom-input:hover {
    background-color: #fff;
}
.btn-custom-input .lbl-custom-input::before {
    position: absolute;
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    border: 2px solid #000;
    border-radius: 10px;
    opacity: 0;
    background-color: #F1F0E4;
    transition: all .2s;
}
.bloque-compra .btn-custom-input .lbl-custom-input::before {
    background-color: #fff;
}
.btn-custom-input .lbl-custom-input svg {
    position: relative;
    display: block;
    margin-right: 10px;
}
.btn-custom-input .lbl-custom-input span {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.pagos-wrapper.pagos-wrapper-large .btn-custom-input .lbl-custom-input span {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.pagos-wrapper.pagos-wrapper-large .btn-custom-input .lbl-custom-input span small {
    font-size: 16px;
    line-height: 19px;
}
.btn-custom-input input:checked ~ .lbl-custom-input {
	border-color: #323232;
}
.btn-custom-input input:checked ~ .lbl-custom-input::before {
    opacity: 1;
}
.btn-custom-input input:disabled ~ .lbl-custom-input {
    cursor: default;
    color: #C8C6A5;
}
.btn-custom-input input:disabled ~ .lbl-custom-input:hover {
    background-color: #fff;
}
.btn-custom-desp {
    position: relative;
    border: 1px solid #C8C6A5;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 50%;
    cursor: pointer;
    background-color: transparent;
    transition: all .2s;
}
.bloque-compra .btn-custom-desp {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    background-color: #fff;
}
.btn-custom-desp::before {
    position: absolute;
    content: '';
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    top: -1px;
    left: -1px;
    border: 2px solid #000;
    border-radius: 10px;
    opacity: 0;
    background-color: #F1F0E4;
    transition: all .2s;
}
.bloque-compra .btn-custom-desp::before {
    background-color: #fff;
}
.btn-custom-desp.active::before {
    opacity: 1;
}
.btn-custom-desp:hover {
    background-color: #F1F0E4;
}
.bloque-compra .btn-custom-desp:hover {
    background-color: #fff;
}
.btn-custom-desp svg {
    position: relative;
    display: block;
    margin-right: 14px;
}
.datepicker--nav-action svg {
    margin: 0;
}
.btn-custom-desp span {
    position: relative;
    display: block;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.calendario-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    width: 100%;
    padding-top: 10px;
}
.calendario-wrapper .datepicker {
    width: 100%;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    color: #323232;
    border-color: #C8C6A5;
    border-radius: 10px;
}
.calendario-wrapper .datepicker--nav {
    border-color: #C8C6A5;   
}
.calendario-wrapper .datepicker--cell {
    height: 52px;
}
.calendario-wrapper .datepicker--cell.-current- {
    color: #7b7a6e;
}
.calendario-wrapper .datepicker--cell:not(.-disabled-) {
    font-weight: 600;
}
.calendario-wrapper .datepicker--day-name {
    font-size: 16px;
    color: #C8C6A5;
}
.calendario-wrapper .datepicker--cell.-selected-,
.calendario-wrapper .datepicker--cell.-selected-.-current- {
    background: #F1F0E4;
    color: #323232;
}

#bloque-horarios {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.bloque-compra #bloque-horarios {
    justify-content: center;
}
#bloque-horarios .btn-custom-input {
    flex: 0 0 auto;
    padding: 10px;
}
#bloque-horarios .btn-custom-input .lbl-custom-input {
    padding: 10px 20px;
}
.bloque-compra #bloque-horarios .btn-custom-input .lbl-custom-input {
    padding: 20px 30px;
}
#bloque-horarios .btn-custom-input .lbl-custom-input span {
    font-size: 16px;
	line-height: 19px;
    font-weight: 500;
}
.pagos-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.pagos-wrapper .btn-custom-input {
    flex: 0 0 25%;
    padding: 10px;
}
.pagos-wrapper.pagos-wrapper-large .btn-custom-input {
    flex: 0 0 50%;
}
.pagos-wrapper .btn-custom-input .lbl-custom-input {
    height: 86px;
    padding: 10px 30px;
}
.pagos-wrapper .ico-tpv {
    display: block;
    width: 22px;
    height: 16px;
}
.pagos-wrapper .ico-reembolso {
    display: block;
    width: 22px;
    height: 22px;
}
.pagos-wrapper .ico-bizum {
    display: block;
    width: 94px;
    height: 28px;
}
.pagos-wrapper .ico-transferencia {
    display: block;
    width: 16px;
    height: 16px;
}
.pagos-wrapper .ico-xpay {
    display: block;
    width: 141px;
    height: 34px;
}

@media (max-width: 1200px) {
    .checkout-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .checkout-content {
        flex: 0 0 100%;
    }
    .checkout-sidebar {
        position: static;
        flex: 0 0 100%;
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 730px) {
    .checkout-bloque {
        padding-bottom: 30px;
    }
    .btn-custom-input {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .pagos-wrapper .btn-custom-input .lbl-custom-input {
        justify-content: flex-start;
    }
    .pagos-wrapper .btn-custom-input,
    .pagos-wrapper.pagos-wrapper-large .btn-custom-input {
        flex: 0 0 100%;
        margin-bottom: 0;
    }
    .pagos-wrapper .btn-custom-input .lbl-custom-input {
        padding: 10px 20px;
    }
    #bloque-horarios .btn-custom-input {
        margin-bottom: 0;
    }
    .btn-custom-desp {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .btn-custom-input .lbl-custom-input {
        padding: 30px 15px;
    }
    .btn-custom-input .lbl-custom-input span {
        font-size: 18px;
        line-height: 20px;
    }
}

.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 #DDD9D1;
    background: #C8C6A5;
    margin: 0 5px 10px 5px;
    padding: 0;
}
.bloque-resumen .bloque-login {
    margin: 0;
}
.bloque-login.grande {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
.bloque-password {
    border:1px solid #dcdcdc;
    padding:10px;
    background:#F5F1EA;
    overflow:hidden;
    margin:0 5px 15px 5px;    
}
.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;
}
select.select-region {
    display: inline-block;
    max-width: 200px;
    padding: 5px 10px;
    height: 40px;
}
.region-select {
    display: flex;
    align-items: center;
}
.region-select > label {
    display: block;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.region-select select.select-region {
    padding: 0 15px 0 0;
    height: auto;
    border: none;
    color: #fff;
    box-shadow: none;
    max-width: 120px;
    margin: 0 0 0 10px;
    background: #332C22 url(../svg/flecha-white.svg) no-repeat right;
}
.bloque-password .region-select select.select-region {
    border: 1px solid #332C22;
    padding: 5px 10px;
    background-position: top 50% right 10px;
    max-width: 200px;
    color: #332C22;
    background: url(../svg/flecha.svg) no-repeat top 50% right 10px;
}
.toggle-view {
    clear: both;
    overflow: hidden;
    padding-top: 10px;
    background: #fff;
}
.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: 30px;
    line-height: 35px;
    font-weight: 500;
    text-transform: none;
    padding: 0 0 14px 0;
    margin: 0 0 24px 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: #C7B7A0;
}
.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:140px;
}
.resumen.bottom {
    position: absolute;
    top:auto;
    bottom:0;   
}
.checkout_content {
    position:relative;  
}

.link {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    color: #332C22;
    text-decoration: underline;
}
.link:hover {
    text-decoration: none;
}
.pago-tpv {
    background-image: url(../svg/tarjetas.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 20px;
}

@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: ' ';
    }
}

@media (max-width: 680px) {
    .pago-tpv {
        background-image: none;
    }
    .region-select > label {
        display: none;
    }
    .region-select select.select-region {
        margin-left: 0;
    }
}

.cursor-label {
    cursor: pointer;
    display: block;
    border: 1px solid #DDD9D1;
    background-color: #F5F1EA;
    padding: 20px;
    overflow: hidden;
    font-style: normal;
    color: #4b4b4b;
    font-size: 15px;
    transition: all .2s;
    position: relative;
}
.cursor-label.check {
    border: 1px solid #143c6d;
    background: #f0f0f0;
}
.cursor-label:hover {
    background-color: #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 */

.caja-login {
    border-radius: 20px;
	background-color: #F5F1EA;
	padding: 50px 90px;
	max-width: 554px;
	margin: auto;
}
.caja-login h2 {
	padding: 0;
	margin: 0 0 25px 0;
	display: flex;
	align-items: flex-end;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #332C22;
}
.caja-login h2 > svg {
	display: block;
	margin-right: 10px;
}
.caja-login h3 {
	padding: 0;
	margin: 80px 0 30px 0;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #332C22;
	position: relative;
}
.caja-login h3::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #C7B7A0;
}
.caja-login h3 span {
	position: relative;
	background: #F5F1EA;
	padding: 0 20px;
}
.caja-login .button {
	width: 100%;
	justify-content: center;
	margin-top: 20px;
}

@media (max-width: 992px) {
    .caja-login {
        padding: 40px 60px;
    }
}

@media (max-width: 730px) {
    .caja-login {
        padding: 30px;
    }
}

/* Cuenta */
ul.cuenta {
	list-style: none;
	padding: 0;
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 30px -5px;
}
ul.cuenta li {
	display: block;
    flex: 0 0 25%;
	padding: 5px;
}
ul.cuenta li a,
ul.cuenta li span {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	padding: 30px 20px;
	height: auto;
    border: 1px solid #DDD9D1;
	background: #fff;
	border-radius: 20px;
    text-decoration: none;
	color: #323232;
	text-transform: uppercase;
    transition: all .2s;
}
ul.cuenta li a svg,
ul.cuenta li span svg {
    display: block;
    margin-right: 10px;
}
ul.cuenta li span {
	color: #aaa !important;
	background: #e2e2e2 !important;
	cursor: default;
}
ul.cuenta li a i,
ul.cuenta li span i {
	margin-right: 5px;
	color: #e5a948;
	font-size: 30px !important;
	line-height: 30px !important;
	vertical-align: -7px;
}
ul.cuenta li span i {
	color: #ccc;
}
ul.cuenta li a:hover,
ul.cuenta li a.selected {
    background: #F1F0E4;
}
ul.cuenta li span.activo {
	color: #222220 !important;
	background: #eee !important;
	border-color: #e5a948;	
}
ul.cuenta li span.activo i {
	color: #e5a948;
}

section.pedidos .pedidos_top {
	overflow: hidden;
}
section.pedidos .pedidos_top {
	overflow: hidden;
    display: flex;
	padding: 0 15px;
	font-weight: bold;
}

section.pedidos .pedido {
	border: 1px solid #DDD9D1;
    border-radius: 10px;
	margin: 10px 0 0 0;
}

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-flex;
    align-items: center;
	padding: 5px 10px;
	font-size: 14px;
    text-decoration: none;
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
}
section.pedidos .pedido .acciones_pedido a:hover {
	background-color: #000;
}
section.pedidos .pedido .acciones_pedido a:after {
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f0d7';
	font-size: 16px;
	vertical-align: 1px;
	margin-left: 5px;
	color: #fff;
	transition: transform .2s;
}
section.pedidos .pedido .acciones_pedido a.selected:after {
	transform: rotate(180deg);
}
section.pedidos .detalles_pedido {
	display: none;
	background: #F1F0E4;
	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 #fff;
}
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 .producto_top {
	border: none;
	font-weight: bold;
}

section.pedidos .productos_pedido .producto_pedido .right {
	text-align: right;
}
section.pedidos .productos_pedido .producto_pedido .producto_nombre {
	min-width: 64%;
}
section.pedidos .productos_pedido .producto_pedido .producto_cantidad,
section.pedidos .productos_pedido .producto_pedido .producto_precio {
	width: 12%;
    white-space: nowrap;
}
section.pedidos .productos_pedido .producto_pedido .producto_total {
	width: 12%;
	font-weight: bold;
    white-space: nowrap;
}
section.pedidos .totales_pedido {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	overflow: hidden;
}
section.pedidos .totales_pedido .total_pedido {
	clear: right;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 5px;
}
section.pedidos .totales_pedido .total_pedido .col-right {
    margin-left: 10px;
}
section.pedidos .totales_pedido .total_pedido.total {
	font-weight: bold;
}

.direcciones {
	display: table;
	width: 100%;
}
.direcciones .direccion {
	display: table-row;
}
.direcciones .direccion .datos {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	padding: 10px 5px;
}
.direcciones .direccion .acciones {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	padding: 10px 5px;
}
.direcciones .direccion .acciones a {
	line-height: 18px;
}
.direcciones .direccion .acciones a svg {
	width: 15px;
	height: 15px;
}

.buttons-welcome {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.buttons-welcome > span {
    display: block;
    margin: 10px;
}

@media (max-width: 580px) {
	ul.cuenta li {
		flex: 0 0 100%;
	}
	ul.cuenta.big li a,
	ul.cuenta.big li span {
		padding: 30px 15px;
	}
    section.pedidos .pedido .acciones_pedido a > span {
        display: none;
    }
    section.pedidos .pedido .acciones_pedido a::after {
        margin-left: 0;
    }
    section.pedidos .detalles_pedido {
        padding: 10px;
    }
    section.pedidos .detalles_pedido .datos_pedido {
        float: none;
        width: 100%;
        padding-top: 10px;
    }
    section.pedidos .productos_pedido .producto_pedido .producto_total,
    section.pedidos .productos_pedido .producto_pedido .producto_precio {
        font-size: 14px;
    }
    section.pedidos .left {
        font-size: 14px;
    }
}
/* Fin Cuenta */