.single-product form.cart .input-file {
    position: relative;
    display: block;
    font-weight: 400;
    padding: 0px;
}

.single-product form.cart .input-file .button {
    position: absolute;
    top: 1px;
    right: 0px;
    height: 24px;
    margin: 0;
    padding: 2px 14px;
    font-size: 13px;
    line-height: 28px;
}

.single-product form.cart .input-file .button input {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 0px;
    cursor: pointer;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.single-product form.cart .input-file .button+input {
    margin: 0;
    padding-right: 97px;
    width: 100%;
}

.single-product form.cart #custom_photo_preview {
    max-height: 200px;
    display: block;
    margin: 0px auto 15px;
    border: 1px solid #DFDFDF;
    padding: 2px;
    border-radius: 4px;
}