/*CARRITO*/

.material-symbols-outlined {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    width: 30%;
    user-select: none;
}
/*PROMOS*/

#promos-show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 70%;
    top: 203px;
    width: 65px;
    height: 65px;
}

#promos-show-button {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 0, 0, 0);
    background-repeat: repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 300ms ease; 
}

#promos-show-image {
    width: 100px;
    position: absolute;
    z-index: -1;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.713));
}

#promos-show-text {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}

@media (hover: hover) {

    #promos-show-button:hover {
        transform: scale(1.1);
        filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.35));
    }

}

#promosFrame {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.934);
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0%;
    z-index: -1;
}

#promosView {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 100vh;
}

#promosHide {
    width: 100px;
    height: 50px;
    cursor: pointer;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
}

#promosImg {
    width: 430px;
    image-rendering: optimizeQuality;
    user-select: none;
}

#promosImg2 {
    width: 900px;
    image-rendering: optimizeQuality;
    user-select: none;
}

/*PROMOS*/

#carritoMostrar {
    width: 65px;
    height: 65px;
    position: absolute;
    right: 25%;
    top: 450px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    transition: all 400ms;
    z-index: 2;
    cursor: pointer;
    user-select: none;
}

#contador_carrito {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: red;
    color: white;
    opacity: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

#carritoOcultar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: all 400ms;
    cursor: pointer;
    font-size: 50px;
    font-weight: bold;
    border-radius: 10px;
    user-select: none;
    background-color: rgba(249, 0, 0, 0.359);
}

#carritoMostrar:hover {
    transition: all 400ms;
    box-shadow: 0 0 15px rgba(255, 208, 0, 0.959);
    background-color: rgb(255, 230, 0);
}

#carritoOcultar:hover {
    background-color: rgba(211, 37, 37, 0.664);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
}

#vacio {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

#shop_image {
    width: 30px;
    height: 30px;
}

#shop_area {
    min-width: 320px;
    width: 25%;
    height: 100%;
    position: fixed;
    right: 0%;
    top: 0px;
    background-color: rgba(32, 32, 32, 0.915);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 400ms;
    color: aliceblue;
    border-left: 1px solid rgb(255, 255, 255);
    opacity: 0%;
    z-index: -1;
}

#carrito_shop_area {
    width: 100%;
    padding-top: 20px;
    height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carrito_shop_area img {
    width: 30px;
    height: 30px;
    filter: invert(100%);
}

#todo_shop {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid white;
    overflow-y: scroll;
}

.img-item {
    width: 20%;
    margin-left: 5px;
}

.btnElim {
    border: none;
    background-color: rgb(255, 0, 0);
    color: white;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    margin: 0 15px 0 10px;
    height: 30px;
    user-select: none;
}

.btnElim:hover {
    background-color: rgb(255, 132, 132);
}

.item-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: rgb(0, 0, 0);
    margin: 5px 0 5px 0;
}

.detalles-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 100px;
}

.detalles-item .modelo-item {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: left;
}

.detalles-item .title-item {
    display: flex;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.eliminarYcantidad{
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 100%;
    justify-content: space-around;
}

.quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    background-color: black;
    width: 90%;
}

#promo_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}

.promo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 17px;
    background-color: rgb(255, 230, 0);
    width: 100%;
    height: 24px;
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
}

.discount {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 17px;
    background-color: rgb(255, 81, 0);
    width: 100%;
    height: 24px;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

#cuatrok {
    background-color: rgb(123, 255, 0);
    color: black;
}

#Smash {
    background-color: rgb(138, 255, 206);
    color: black;
}

#SGL {
    background-color: rgb(162, 0, 255);
    color: rgb(255, 255, 255);
}

#VE {
    background-color: rgb(255, 102, 0);
    color: rgb(255, 255, 255);
}

#VP {
    background-color: rgb(4, 0, 255);
    color: rgb(255, 255, 255);
}


#total-price-box {
    width: 100%;
    display: flex;
    margin-top: 20px;
    font-family: "jost";
    font-size: 18px;
    justify-content: space-around;
    min-height: 80px;
}

#link-pedido {
    text-decoration: none;
    width: 40%;
    height: 40px;
}

#boton-pedido {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgb(57, 143, 0);
    border: 1px green solid;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 5px;
    user-select: none;
}

#total-price-title {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

#total-price {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
}

/*CARRITO*/

::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 1300px) {

    #promos-show-image {
        width: 70px;
    }

    #carritoMostrar {
        width: 60px;
        height: 60px;
        position: fixed;
        right: 8%;
        top: 68%;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 238, 0, 0.712);
        transition: all 400ms;
        z-index: 2;
        cursor: pointer;
        user-select: none;
    }

    #promos-show {
        position: fixed;
        right: 8%;
        top: 57%;
        width: 60px;
        height: 60px;
    }

    #promos-show-text {
        font-size: 14px;
    }

}

@media screen and (max-width: 566px) {

    #promos-show-image {
        width: 70px;
    }
    
    #carritoMostrar {
        width: 50px;
        height: 50px;
        position: fixed;
        right: 9%;
        top: 80%;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 238, 0, 0.712);
        transition: all 400ms;
        z-index: 2;
        cursor: pointer;
        user-select: none;
    }

    #promos-show {
        position: fixed;
        right: 9%;
        top: 70%;
        width: 50px;
        height: 50px;
    }

    #promosImg {
        width: 330px;
        image-rendering: optimizeQuality;
        user-select: none;
    }

}

