#adminmenu li[class*="pharmacy-management"] {
    margin-top: 15px !important;
}

#adminmenu li[class*="warehouse-management"] {
    margin-bottom: 15px !important;
}


.cart-badge {
    background-color: white;
    color: #005745;
    position: absolute;
    right: -8px;
    top: -2px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    font-size: 14px;
    border-radius: 50%;
}

.cart-btn-hidden {
    display: none;
}


.woocommerce-MyAccount-content .woocommerce-message  {
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items:center;
    padding:10px 20px !important
}

td.subscription-actions.order-actions.woocommerce-orders-table__cell.woocommerce-orders-table__cell-subscription-actions.woocommerce-orders-table__cell-order-actions a {
    padding:8px !important
}
th.subscription-total.order-total.woocommerce-orders-table__header.woocommerce-orders-table__header-order-total.woocommerce-orders-table__header-subscription-total {
    width: 15%;
}