.hidden {
    display: none !important;
}

.setup-single-product-grid-square{
    background-size: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
}

.tag-grid-list-item{
    background-size: auto !important;
}

div.andy-ui-modal>div.modal div.andy-ui-gridlist div.tile.tag {
    background-size: auto;
}

div.subtab-navigation{
    display: flex;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

div.subtab-navigation .andy-ui-label{
    color: white;
    border: 1px solid white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 130px;
    margin-left: 8px;
    padding: 8px;
    font-size: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}

div.subtab-navigation .andy-ui-label.selected{
    color: #00f0ff;
    background: #232425;
    border: 1px solid #232425;
}

div.andy-wrapper div.current-stock {
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    margin-bottom: 6px;
}

div.andy-wrapper div.auto-stock-holder{
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

div.andy-wrapper div.auto-stock-holder div.less-stock,
div.andy-wrapper div.auto-stock-holder div.more-stock {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50px;
    color: black;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

div.andy-wrapper div.auto-stock-holder div.less-stock div,
div.andy-wrapper div.auto-stock-holder div.more-stock div{
    color: black;
    text-align: center;
    font-weight: bold;
}

div.andy-wrapper .andy-ui-label:first-child {
    color: rgb(27, 175, 35);
    padding: 5px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

div.andy-wrapper.disabled .andy-ui-label:first-child {
    color: rgba(255, 0, 0, 1) !important;
}

div.andy-wrapper-m .andy-ui-label:first-child {
    padding: 5px;
    border-radius: 50px;
    text-align: center;
    vertical-align: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

div.andy-wrapper-m {
    position: relative;
}