﻿/*Cero*/
.shopping-heart {
    position: relative;
}
.icon-card {
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}
.nav_card {
    display: none;
}
.button_clean {
    display: none;
    font-size: 12px;
    font-weight: 600;
    transition: all ease-in-out 0.5s;
}
.button_pagar {
    display: none;
}
.nav_card > li {
    list-style: none;
    padding: 1rem;
    font-weight: bold;
    font-size: 10px;
}
.container_card > i:hover .buy_card {
    width: 400px;
    height: auto;
    position: absolute;
    right: 0;
    background-color: #fff;
    z-index: 1;
    border-top: 2px solid #c00000;
    box-shadow: 2px 0 3px rgba(0,0,0,0.15);
}
.container_card > i:hover .nav_card {
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    margin: 0 10px 0 10px;
    border-bottom: solid thin #e1e1e1;
    color: #000;
}
.container_card > i:hover .buy_card > .button_clean {
    display: block;
    width: 90%;
    padding: 1rem;
    margin: 10px auto;
    background-color: transparent;
    border: solid thin #e1e1e1;
    color: #494848;
    cursor: pointer;
    border-radius: 5px;
}
.container_card > i:hover .buy_card > .button_pagar {
    display: block;
    width: 90%;
    padding: 1rem;
    margin: 10px auto;
    background-color: transparent;
    border: solid thin #e1e1e1;
    color: #494848;
    cursor: pointer;
    border-radius: 5px;
}
.container_card > i:hover .buy_card > .button_clean:hover {
    border: solid thin #c00000;
    color: white;
    background: linear-gradient(to right,#c00000, #813e3e);
    transition: all ease-in-out 0.5s;
}
.container_card > i:hover .buy_card > .button_pagar:hover {
    border: solid thin green;
    color: white;
    background-image: linear-gradient(#349748,#195f14);
    transition: all ease-in-out 0.5s;
}
.count-products a {
    position: absolute;
    top: 55%;
    right: 0;
    background-color: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}
.count-products > a:hover {
    text-decoration: none;
    color: #c00000;
}
.button_pagar {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: all ease-in-out 0.5s;
}
.button_pagar:hover {
    text-decoration: none;
}
/*Cero*/
.shopping-heart {
    position: relative;
}
.icon-card {
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}
.nav_card {
    display: none;
}
.cart_clean {
    display: none;
}
.nav_card > li {
    list-style: none;
    padding: 1rem;
    font-weight: bold;
    font-size: 10px;
}
.container_card > i:hover .buy_card {
    width: 400px;
    height: auto;
    position: absolute;
    right: 0;
    background-color: #fff;
    z-index: 1;
    border-top: 2px solid #c00000;
    box-shadow: 2px 0 3px rgba(0,0,0,0.15);
}
.container_card > i:hover .nav_card {
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    margin: 0 10px 0 10px;
    border-bottom: solid thin #e1e1e1;
    color: #000;
}
.container_card > i:hover .buy_card > .cart_clean {
    display: block;
    width: 90%;
    font-size: 10px;
    padding: 1rem;
    margin: 10px auto;
    background-color: transparent;
    color: #494848;
    cursor: pointer;
}
.container_card > i:hover .buy_card > .cart_clean:hover {
    border: solid thin #c00000;
    transition: all .4s;
}
.count-products a {
    position: absolute;
    top: 0%;
    text-decoration: none;
    right: 0;
    background-color: #c00000;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}
.count-products > a:hover {
    text-decoration: none;
    color: #c00000;
}
/*Juan Cerrar Sesión*/
.link-cerrar-sesion {
    color: #8B0000;
    /* Otros estilos para el enlace */
}
.aqa:hover {
    color: aqua;
}
.cerrar-sesion:hover {
    color: red;
}
.modal-content {
    background-image: url("https://i.pinimg.com/originals/49/4c/6b/494c6b914a7842e7c0e18cb68d41255e.png");
}
.btn {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    padding: 10px 10px;
    font-size: 30px;
    line-height: 0;
    border-radius: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}