/*upload Product Image*/

.file-upload-content {
    display: none;
    text-align: center;
    width: 157px;
    height: 170px;
    position: relative;
    color: #404042;
    margin-top: 20px;
    overflow: hidden;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}


.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #f5941c;
    position: relative;
    color: #404042;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #f5941c;
    border: 4px dashed #ffffff;
    color: white;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: inherit;
    padding: 60px 0;
}

.file-upload-image {
    border: 2px dashed #105b56;
    width: 75%;
    height: 70%;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}
