.zestary-shoplist-btn-container {
    margin: 10px 0;
    display: inline-block;

}

.zestary-shoplist-btn {
    background: #febd2e;
    border-radius: 10px;
    text-decoration: none !important;
    border: none;
    color: #fff;
}

.zestary-shoplist-btn:hover {
    background: #fcd46c;
}

.zestary-shoplist-btn.zestary-disabled {
    cursor: not-allowed;
    background: #6c757d;
    border-color: #6c757d;
}

.zestary-shoplist-btn.zestary-disabled:hover {
    
}

.zestary-poweredby-container {
    text-align: right;
    margin: 5px 0;
}

.zestary-poweredby-container a.zestary-poweredby {
    font-size: 12px;
}

.zestary-poweredby-container .zestary-schema-disabled {
    font-size: 20px;
    color: #dc3232;
    text-align: left;
}