p.texto_rojo{
    color: red !important;
}
.texto_verde{
    color: green !important;
    
}

.continue_check, order_check {
/*    background: #28a745;*/
    background: #28a745;
    padding: 10px 40px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2em;
    font-family: 'Pathway Gothic One';
    text-transform: uppercase;
    margin: 15px 0;
    width: 100%;
}
.continue_check:hover, .order_check:hover{
/*    background: #868e96;*/
/*    background: #100b0b;*/
    color: #000;
    transition: 0.5s all;
}
.alerta1{
    color: #721c24;
    background-color: #c3e6cb;
    border-color: #dddfe2;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alerta2{
    color: #721c24;
    
    border-color: #dddfe2;
    position: relative;
    border: 1px solid transparent;
    border-radius: .25rem;
}

table th{
    background-color: #dddfe2;
    border: 1px solid black;
}
.descripcion{
    line-height: 1.8em;
    font-size: 15px;
    color: #aaa;
    
    font-family: 'Didact Gothic';
}
.pago_seguro img{
    max-width: 250px;
}
.logo_redimensiona img{
    max-width: 508px;
}

.btn.active {                
	display: none;		
}

#alerta_cesta{
    display: none;
}
.input_90{
    width: 90%;
}
.navbar{
   /* min-height: 75px*/;
}

.navbar-toggle .icon-bar{
    width: 35px;
    height: 3px;
}
.navbar-toggle{
    padding: 15px 16px;
}
.cart-header{
    padding: 10px;
    background-color: #ddd;
}
.panel {
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}
.wrap {
    position: relative;
}

.cuadro{
    border: 1px solid lightgray;
    padding: 1em;
}

a{
    color: #28a745;
    cursor: pointer;
}
body{
    font-size: 15px;
}
.tachado_p{
    text-decoration:line-through;
    font-family: 'Pathway Gothic One';
    font-weight: bold;
}
.tachado_h{
    text-decoration:line-through;
}

h4.rebajas{
    font-size: 50%;
}