
.product-info-main .product-add-form {
    position: relative;
}

#upload {
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #373a3d;
    background-color: #f3f3f3;
    position: absolute;
    bottom: 76px;
    display: none;


    width: 250px;
    width: 100%;
    width: calc(100% - 45px);
    padding: 0px;
    border-radius: 0px;
    border: 1px solid #2E3134;


}

#drop {
    background-color: #2E3134;
    background-color: #fff;
    padding: 0px 10px;
    margin-bottom: 0px;
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;

    font-size: 16px;
    font-weight: bold;
    font-weight: 500;
    color: #7f858a;
    color: #dadada;
}

#drop a {
    background-color: #007a96;
    padding: 12px 26px;
    color: #fff;
    font-size: 14px;

    cursor: pointer;
    display: inline-block;
    margin-top: 0px;
    line-height: 1;
    background-color: #de0039;

    border: 1px solid #de0039;
}

#drop a:hover {
    background-color: #0986a3;
    background-color: #fff;
    color: #de0039;
    text-decoration: none;
}

#drop input {
    display: none;
}

#upload ul {
    list-style: none;
    margin: 0 10px;
    padding: 0px;
}

#upload ul li {

    border-top: 1px solid #3d4043;

    padding: 15px;
    height: 20px;

    position: relative;
}

#upload ul li input {
    display: none;
}

#upload ul li p {

    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    color: #3d4043;
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    top: 20px;
    left: 0px;
}

#upload ul li i {
    font-weight: normal;
    font-style: normal;
    color: #b3b3b3;
    display: block;
    font-size: 8px;
}

#upload ul li canvas {
    top: 15px;
    top: 8px;
    left: 32px;
    position: absolute;
    display: none;
}

#upload ul li span {
    width: 15px;
    height: 12px;

    position: absolute;
    top: 24px;
    right: 33px;
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}

#upload ul li span:before {
    content: "\f00d";
}

#upload ul li.working span {
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p {
    color: red;
}

.uploadnetfoto {
    margin-top: 2px;
    width: 35px;
    height: 33px;
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 33px/1 FontAwesome;
    float: right;
    opacity: .5;
}

.uploadnetfoto:hover {
    opacity: 1;
}

.uploadnetfoto:before {
    content: "\f03e";
}
