@charset "utf-8";
/* CSS Document */
.header-box {
    display: block;
    height: 40px;
    border-bottom: 1px solid #CCC;
}
.header-box > div {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    text-align: center;
    border: 1px solid #CCC;
    line-height: 40px;
    font-size: 1.2em;
    border-bottom: none;
    float: left;
    opacity: .8;
}
.header-box > div.actual {
    border-bottom: 1px solid #FFF;
    opacity: 1;
}


.cart-hide{
    margin-top: -4px;
}

.dropdown-cart{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    padding: 5px 0;
    background-color: #FFF;
    height: 300px;
    overflow-y: scroll;
    border-bottom: 1px solid #CCC;
}
.dropdown-cart .articulo{
    color: #333;
    font-family: 'Open Sans', sans-serif;
    padding: 8px;
    min-height: 50px;
    border-bottom: rgba(0, 0, 0, 0.22) 1px solid;
    box-sizing: content-box;
}
.dropdown-cart .articulo .imagen{
    float: left;
    margin: 0 5px 0 0;
    border-radius: 50px;
    max-height: 50px;
    min-width: 50px;
}
.dropdown-cart .articulo .cart_remove{
    padding: 1px 5px 2px 5px !important;
}
.table-cart tr td:first-child img {
    max-height: 50px;
    margin: 0 auto;
    display: block;
}
.table-cart td input[type=number] {
    width: 50px;
}
.carrito_vacio{
    display: block;
    margin: 10px;
    padding: 10px;
    background: #FFF;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
}
.checkout-btn-container{
    background-color: #FFF;
    border-bottom: rgba(0,0,0,0.22) 1px solid;
    padding: 10px;
}
.checkout{
    font-family: 'Open Sans', sans-serif;
    margin: 10px;
    padding: 10px;
    background:#207b42;
    color: #FFF;
    display: block;
    text-decoration: none !important;
    border-radius: 3px;
    position: relative;
}
.checkout:hover {
    color: #FFF !important;
}
.cartTotal{
    background-color: #FFF;
    text-align: right;
    padding: 10px;
    color: #106BB1;
    border-bottom: rgba(0,0,0,0.22) 1px solid;
    font-family: 'Open Sans', sans-serif;
}
.cartTotal span{
    font-weight: bold;
}




.cantidad .input-group{
    width: 150px;
}
.precio {
    color: #C00;
}
.importe {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;

}





/*Form Wizard*/
.bs-wizard {margin-top: 40px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #a2cef1; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #106BB1; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #a2cef1;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/




/*

    Checkout

*/

.step{
    display: none;
}
.step.active{
    display: block;
}
