/* *{
    margin: 0;
    padding: 0;
    border: 0;
} */

.btn-cart {
    position: fixed;
    width: 110px;
    height: 45px;
    line-height: 50px;
    /* bottom: 30px; */
    top: 15%;
    right: 18px;
    /* background: #0df053; */
    /* background: #0ca13b; */
    background: #7971ea;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.555);
    z-index: 100;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}


.btn-cart:hover {
    text-decoration: none;
    color: #7971ea;
    background: #c2bfec;
    box-shadow: 0px 1px 10px rgb(255, 255, 255);

}