#modal button,
#mns #mns_content a.big-button,
#mns #mns_content button {
    background: #ffffff;
    border-color: #ff1592;
    border-radius: 4px;
    padding: 0.3em 1em;
    border: 2px solid;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    display: table-cell;
    color: #ff1592;

    text-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

#modal button:hover,
#mns #mns_content a.big-button:hover,
#mns #mns_content button:hover {
    background: rgba(198,198,198,0.2) !important;


}

#mns button img, #mns .big-button img, #modal button img, #modal .big-button img {
    margin-bottom: -3px;
    display: none;
}

#mns .order_button button {
    width: 100%;
}

#mns #ms-product-upload button#pickfiles{
    width: 48%;
}
 
#mns #ms-product-upload #addNewWizard{
    width: 48%;
}

/* guzik wizard i upload w jednej linii */

#mns #ms-product-upload {
    position: relative;
    padding-top: 0;
    margin-top: 10px;
}
#mns #ms-product-upload button#pickfiles {
    position: absolute !important;
    top: 0;
    right: 0;
    margin-top: 10px;
}