.hidden {
    display: none !important;
}
#preloader div{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background-size:cover;
    z-index: 10;
    font-family: 'arial';
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #3d7dd1;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 800ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: spin;
    -moz-animation-duration: 800ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
    -ms-animation-name: spin;
    -ms-animation-duration: 600ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease;
    animation-name: spin;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    padding: 11px;
}
#preloader div:before{
    content: "\25CF";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@-webkit-keyframes spin {to { -webkit-transform: rotate(360deg); }}
@-moz-keyframes spin {to { -moz-transform: rotate(360deg); }}
@-ms-keyframes spin {to { -ms-transform: rotate(360deg); }}
@-o-keyframes spin {to { -o-transform: rotate(360deg); }}
@keyframes spin {to { transform: rotate(360deg); }}


.basket-upload-form select {
    text-align: left;
    cursor: pointer;
    outline: none;
    padding: 2px 4px;
    width: 120px;
    border-radius: 0;

    background-color: #acd1e6;
    border: 3px solid #e6e6e6;

    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
}
.basket-upload-form tr td {
    vertical-align: middle !important;
}
.basket-upload-form tr td:first-child {
    text-align: right !important;
    width: 60% !important;
}
.basket-upload-form tr td:last-child {
    text-align: left !important;
    width: 40% !important;
}
.basket-upload-form .new-products {
    color: red;
}
