.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	z-index: 9000;
	background: rgba(0, 0, 0, .7);
}
.overlay .popup {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 90%;
	min-width: 350px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 25px;
	text-align: center;
}
.overlay .popup .button {
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid #4E4744;
}

/* 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 #E2CABA;
    border-collapse: collapse;
}
.tbl-carrito thead td {
    font-size: 16px;
    font-weight: 700;   
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #E2CABA;
    border-bottom: 1px solid #E2CABA;
    background: #FCF6F2;
}
.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(even) {
    background-color: #FCF6F2;
}
.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;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 600;
    color: #4E4744;
}
.tbl-carrito tbody td.name small {
    font-size: 15px;
    margin-top: 5px;
}
.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 #E2CABA;
}
.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: #FCF6F2;
    padding: 25px 30px;
    border-left: 1px solid #E2CABA;
    border-right: 1px solid #E2CABA;
    border-bottom: 1px solid #E2CABA;
    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;
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 10px;
	transition: height 0.35s ease-in-out;
	overflow: hidden;
}
.show-content:not(.active) {
  display: none;
}

.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;
        display: inline-flex;
        width: 100%;
        flex-direction: column-reverse;
        align-items: center;
    }
    .carrito-botonera .btn-back,
    .carrito-botonera .btn-checkout {
        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;
    }
}

@media (max-width: 520px) {
    .carrito-botonera .button {
        width: 100%;
        justify-content: center;
    }
}
/* Fin Carrito */

/* Cuenta */
.caja-login {
	background-color: #FCF6F2;
	padding: 50px 75px;
	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;
}
.caja-login h2 > svg {
	display: block;
	margin-right: 10px;
}
.caja-login h3 {
	padding: 0;
	margin: 80px 0 10px 0;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #4E4744;
	position: relative;
}
.caja-login h3::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #4E4744;
}
.caja-login h3 span {
	position: relative;
    color: #4E4744;
	background: #FCF6F2;
	padding: 0 20px;
}
.caja-login .button {
	width: 100%;
	justify-content: center;
	margin-top: 20px;
}
.caja-login a {
    color: #4E4744;
}

@media (max-width: 730px) {
    .caja-login {
        padding: 40px 50px;
    }
}

@media (max-width: 520px) {
    .caja-login {
        padding: 30px;
    }
}
/* Fin Cuenta */

/* 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,
#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;
}
.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;
    display: flex;
}
.columnas-resumen-variable {
    width: 100%;
}
.columnas-resumen-fija {
    position: sticky;
    align-self: flex-start;
    top: 170px;
    flex: 0 0 580px;
    margin-left: 20px;
}
.checkout_content {
    position:relative;  
}

@media (max-width: 1138px) {
    .columnas-resumen {
        display: block;
    }
    .columnas-resumen-fija {
        width: 100%;
        margin: 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 #E2CABA;
    background: #FCF6F2;
    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: #E2CABA;
}
.cursor-label span.lc {
    float: left;
    padding-left: 30px;
    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: 20px;
    }
    .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 */
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 #E2CABA;
    background: #FCF6F2;
    text-decoration: none;
	color: #4E4744;
	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 {
	background: #E2CABA !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: #E2CABA;
}
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 {
    background-color: #323232;
    color: #fff;
    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: #fff;
	padding: 20px;
	border-top: none;
	overflow: hidden;
	position: relative;
    color: #323232;
}
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 #323232;
}
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_nombre a {
    color: #323232;
    font-weight: 500;
}
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;
}
.flex-pedidos {
    display: flex;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
section.pedidos .totales_pedido {
    margin-left: auto;
	overflow: hidden;
}
section.pedidos .totales_pedido .total_pedido {
	clear: right;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 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;
}

.black label {
    color: #fff;
}

.checkout-sidebar table,
.checkout-sidebar tbody {
    display: block;
}
.checkout-sidebar tr {
    display: flex;
}
.checkout-sidebar td.total {
    margin-left: auto;
}

@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 */