.Digimall-profile-completeness .Digimall-alert {
    margin-bottom: 0;
}

.Digimall-settings-content {

    .Digimall-settings-area {

        h1 {
            margin:0px;
            padding:0px;
        }

        .Digimall-banner {
            border: 4px dashed #D8D8D8;
            height: 270px;
            margin: 0 0 30px 0;
            max-width: 760px;
            text-align: center;
            overflow: hidden;
            position: relative;

            img {
                max-width: 100%;
            }

            .Digimall-remove-banner-image {
                position: absolute;
                width: 100%;
                height: 270px;
                background: #000;
                top: 0;
                left: 0;
                opacity: 0.7;
                font-size: 100px;
                color: red;
                padding-top: 70px;
                display: none;
            }

            &:hover {
                cursor: pointer;

                .Digimall-remove-banner-image {
                    display: block;
                }
            }
        }

        .Digimall-gravatar {
            position: relative;

            .Digimall-remove-gravatar-image {
                position:absolute;
                width:80px;
                height:80px;
                background:#000;
                top:0;
                left: 0;
                opacity:.7;
                font-size:70px;
                text-align: center;
                color:#f00;
                padding-top:5px;
                display:none;
                border-radius: 50%;
            }

            .gravatar-wrap {
                .Digimall-gravatar-img {
                    border-radius: 50%;
                    height: 80px !important;
                    width: 80px;
                }
            }

            &:hover {
                .Digimall-remove-gravatar-image {
                    display: block;
                }
            }

        }
        .Digimall-seo-image {
            position: relative;

            .Digimall-remove-gravatar-image {
                position:absolute;
                width:150px;
                height:150px;
                background:#000;
                top:0;
                left: 0;
                opacity:.7;
                font-size:70px;
                text-align: center;
                color:#f00;
                padding-top:35px;
                display:none;
                border-radius: 0%;
            }

            .gravatar-wrap {
                .Digimall-gravatar-img {
                    border-radius: 0%;
                    height: 150px !important;
                    width: 150px;
                }
            }

            &:hover {
                .Digimall-remove-gravatar-image {
                    display: block;
                }
            }

        }

        .button-area {
            margin-top: 35px;

            i.fa-cloud-upload {
                display: block;
                font-size: 80px;
                color: #DFDFDF;
            }

            .help-block {
                font-size: 12px;
                color: #B1B1B1;
            }
        }

        ul.Digimall-categories {
            list-style: none;
            padding: 0;
            margin: 0;

            label {
                font-weight: normal;
            }
        }
        .Digimall-address-fields {
            label{
                font-weight: normal;
                font-size: 12px;
            }
        }
        .Digimall-form-group{
            .checkbox{
                margin-top: 0px;
            }
        }
    }
}