span.strb-sticky-fly-cart-icon img {
    width: 20px;
    height: 20px;
}

.strb-sticky-fly-cart {
    position: fixed;
    z-index: 1030;
}

.strb-sticky-fly-cart-right-bottom {
    bottom: 20px;
    right: 20px;
}

.strb-sticky-fly-cart-right-middle {
    bottom: 42%;
    right: 20px;
}

.strb-sticky-fly-cart-left-bottom {
    bottom: 20px;
    left: 20px;
}

.strb-sticky-fly-cart-left-middle {
    bottom: 42%;
    left: 20px;
}
.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    flex-wrap: wrap;
}

/* Media Query For 768 Device */
@media (max-width: 768px) {
    .strb-sticky-fly-cart{
        display: none;
    }
}