.fixed-middle{
    position: fixed;
    right: 10px;
    bottom: 50%;
    z-index: 1;
}

.cart-icon{
    margin-bottom: 2px;
}
.cart-icon,.order-icon{
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
    background-color: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 11px -2px rgb(37 44 97 / 15%), 0 1px 3px 0 rgb(93 100 148 / 20%);
}
.cart-icon img,.order-icon img{
    width: 70%;
    height: 70%;
}

.cart-icon:hover, .order-icon:hover{
    background-color: rgb(9, 248, 248);
}

.linkst{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}