/*estilos del carrito, al pasar por encime se muestra una ventana modal*/

.cartScroll {
    overflow: scroll;
    overflow-x: hidden;
    height: auto;
    max-width: 90vh;
    max-height: 50vh;
}

.cartTextHeadNombre {
    color: black;
    font-size: 12px;
    color: #707070;
    line-height: 15px;
    margin-bottom: 0px;
}

.cartTextHeadNombre:hover {
    text-decoration: underline;
    font-weight: bold;
}

.cartTextHeadPrecio {
    color: black;
    font-size: 12px;
    color: #707070;
    line-height: 15px;
    margin-bottom: 0px;
    font-weight: bold;
}

.cartTextHeadCantidad {
    color: black;
    font-size: 12px;
    color: #707070;
    line-height: 15px;
}

span.header_cart_span {
    background-color: black;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: 1px;
    -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out, color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, color .15s ease-in-out;
    -ms-transition: background-color .15s ease-in-out, color .15s ease-in-out;
}



.contenedor {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.texto-encima {
    color: rgb(174, 188, 32);
    ;
    display: inline-block;
    font-size: 20px;
    height: 18px;
    line-height: 18px;
    width: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out, color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, color .15s ease-in-out;
    -ms-transition: background-color .15s ease-in-out, color .15s ease-in-out;
}

.shopping_cart_dropdown {
    top: 75%;
    left: 83%;
    /* padding-right: 10%; */
    color: white;
    background-color: white;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
    position: absolute;
    top: 100%;
    /* z-index: 1000; */
    width: 300px;
    padding: 0px 15px 15px;
    font-size: 12px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
}

.tot {
    font-size: 20px;
    color: white;
    text-align: center;
    width: 100%;
    margin: 0px;
    font-weight: bold;
    align: center;
    font-family: 'Exo', sans-serif;

}

.spoiler span {
    width: 100%;
    visibility: hidden;
}

.spoiler:hover span {
    visibility: visible;
}
@media screen and (max-width: 1800px) {
    .shopping_cart_dropdown {
        left: 79%;
        top: 75%;
    }
}
@media screen and (max-width: 1630px) {
    .shopping_cart_dropdown {
        left: 77%;
        top: 75%;
    }
}
@media screen and (max-width: 1600px) {
    .shopping_cart_dropdown {
        left: 77%;
        top: 75%;
    }
}
@media screen and (max-width: 1538px) {
    .shopping_cart_dropdown {
        left: 60%;
        top: 75%;
    }
}
@media screen and (max-width: 1500px) {
    .shopping_cart_dropdown {
        left: 63%;
        top: 75%;
    }
}
@media screen and (max-width: 1420px) {
    .shopping_cart_dropdown {
        left: 66%;
        top: 75%;
    }
}

@media screen and (max-width: 1366px) {
    .shopping_cart_dropdown {
        left: 69%;
        top: 73%!important;
    }
}
@media screen and (max-width: 1305px) {
    .shopping_cart_dropdown {
        left: 74%;
        top: 73%!important;
    }
}

@media screen and (max-width: 1280px) {
    .shopping_cart_dropdown {
        left: 72%;
    }
}

@media screen and (max-width: 1024px) {
    .shopping_cart_dropdown {
        top: 75%;
        left: 70%;
    }

}

@media screen and (max-width: 991px) {
    .shopping_cart_dropdown {
        top: 75%;
        left: 67%;
    }
}

@media screen and (max-width: 767px) {
    .shopping_cart_dropdown {
        left: 20%;
        top: 15em!important;
    }
}