@charset "utf-8";
/* CSS Document */


/*CARRITO HEADER*/
.ver-carrito:hover .detalle-carrito {
    visibility: visible;
    display: block;
    box-shadow: 7px 7px 5px 3px #0000004d;
}
.barraCarrito:hover {
    visibility: visible;
    background-color: #238538;
}
.barraCarrito .btn {
    display: inline-block;
    color: black;
    text-decoration: none;
    background-color: white;
    border-radius: 4px;
    min-height: 10px;
}
.barraCarrito {
    background-color: #238538;
    display: block;
    float: left;
    width: 100%;
    font-weight: bold;
    z-index: 999;
}
span.btn.ver-carrito {
    height: 34px;
    background-color: white;
    border-radius: 4px;
    display: inline-block;
    margin: 4px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
}
span.ver-carrito-iconos {
    padding: 5px 10px 6px;
    display: inline-block;
}

span.btn.ver-carrito {
    font-size: 15px;
}
span.btn.ver-carrito img {
    margin-bottom: -4px;
    margin-top: 4px;
    width: 20px;
}
.barraCarrito .btn:hover {
    background-color: #55df51!important;
    cursor: pointer;
    border-radius: 4px 4px 0px 0px;
}

.btn.salir-carrito {
    font-size: 11px;
    text-decoration: none!important;
}
.btn.salir-carrito:hover {
    border-radius: 4px;
}

.productos-carrito table {
    background-color: white;
    color: black;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.detalle-carrito {
    width: 100%;
    min-width: 300px;
    max-width: 330px;
    position: absolute;
    background-color: #55df51!important;
    padding: 10px;
    color: black;
    z-index: 9999;
    font-weight: bold;
    border-radius: 10px 0px 10px 10px;
    visibility: hidden;
    right: 3%;
    margin-top: -1px;
    display:none;
    z-index: 999;
    border-top: 10px solid #ff000000;
}
.detalle-carrito * {
    color: #585858!important;
}
span.btn.ver-carrito table img {
    width: auto!important;
    height: 45px;
    margin-top: -6px;
    margin-bottom: -8px;
}
span.numero-productos-carrito {
    color: white;
    background-color: red;
    padding: 2px 7px 2px 6px;
    border-radius: 4px;
    font-size: 13px;
    display: inline-block;
    font-family: arial!important;
    margin-top: 1px;
    min-width: 8px;
}
.detalle-carrito td {
    padding: 7px;
}
.detalle-carrito table tr {
    border-bottom: 1px solid gray;
    margin-bottom: 32px;
    outline: 1px solid #ebebeb;
}

.detalle-carrito table tr a {
    text-decoration: none;
}

.barraCarrito .btn a {
    text-decoration: none;
    color: black;
}


/*VENTANA GRANDE CARRITO*/
span#ver-carrito {
    background-color: red !important;
    position: fixed;
    z-index: 9;
    right: 0%;
    top: -10px;
    height: 96%;
    padding: 0;
}

span#ver-carrito #detalle-carrito {
    background-color: snow !important;
    display: block !important;
    visibility: visible;
    height: 100%;
    margin-right: -2px;
    width: 40%!important;
    min-width: 340px !important;
    max-width: 500px!important;
    border-left: 1px solid #cccccc;
    border-radius: 0 !important;
    position: fixed;
    right: 0!important;
    margin-left: 0!important;
    margin: 0!important;
    padding-top: 60px;
}
span#ver-carrito .ver-carrito-iconos{
    display: none;
}
span#ver-carrito #cerrar-detalle-carrito{
    display: none;
}
span.cerrar-detalle-carrito-2 {
    display: none;
}
span#cerrar-detalle-carrito-2 {
    display: block;
    position: fixed;
    top: 19px;
    right: 1%;
    z-index: 9999999999;
    font-size: 16px !important;
    min-width: 70px;
}


/*CARRITO HEADER MOVIL*/
@media screen and (max-width: 980px) {

    .detalle-carrito {
        width: 90%;
        margin: 4px 3%!important;
        right: 0!important;
        min-width: auto!important;
        max-width: none!important;
    }
}






/*PAGO*/

h1 {
    font-size: 27px;
}
table.etapas-tabla {
    border-top: 10px solid #e5e5e5;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 70px;
}

.estapa {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #e5e5e5;
    /* border: 5px solid #e5e5e5; */
    border-radius: 100px;
    text-align: center;
    color: black;
    line-height: 49px;
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
    /* float: left; */
    /* position: absolute; */
    margin-top: -39px;
    /* margin-left: -20px; */
    text-decoration: none;
}
a.estapa.bg-color-green-dark.color-gray {
    border-color: #017500;
}
.estapa small {
    font-size: 14px;
    margin-left: -3px;
    color: black;
}
.estapa.e2 {
    /* margin-left: 30%; */
}

.estapa.e3 {
    /* margin-left: 58%; */
}

.estapa.e4 {
    /* margin-left: 88%; */
}

.carrito table {
    display: inline-table;
    width: 100%!important;
    outline: 1px solid gray;
    font-size: 14px;
}

.carrito .header-table {
    color: black;
    background-color: #55df51!important;
    border-left: 2px solid #5eb15e;
    border-bottom: 2px solid #215e21;
    border-right: 2px solid #0a6f0a;
}
.carrito tr:nth-child(even) {background: #f8f8f8;}
.carrito tr:nth-child(odd) {background: #FFF}
.carrito table td {
    padding: 10px;
    font-weight: 600;
    text-decoration: none;
}
.carrito table td a {
    color: black;
    text-decoration: none;
}


.carrito table {
  border-collapse: collapse;
  border:none!important;
}

.carrito table td {
  border: none;
}

.carrito tr{
  border: none!important;
}

.estapa.bg-color-green {
    border-color: #18bc17!important;
    background-color: #55df51!important;
    /* border-left: 2px solid #5eb15e; */
    /* border-bottom: 2px solid #215e21; */
    /* border-right: 2px solid #0a6f0a; */
    /* border-top: 2px solid green; */
}

.boton-siguiente {
    background-color: #31962e!important;
    border-left: 2px solid #5eb15e;
    border-bottom: 2px solid #215e21;
    border-right: 2px solid #0a6f0a;
}

p.subtitulo-carrito {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}