* {
    color: #212529 !important;
}

.header {
    display: flex;
    align-items: center;
}

.dj-app-store, .dj-google-play {
    display: inline;
    margin: 0px 5px;
}

.dj-mini-img {
    width: 100%;
    height: 200px;
    background-color: grey;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: block;
}

.dj-mini-content {
    width: 100%;
    padding: 20px 10px;
    display: block;
    margin-bottom: auto;
}

.dj-mini-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.dj-mini-des2 {
    font-weight: 600;
    margin-top: 20px;
}

.dj-view-btn {
    background: #FE9500;
    border-radius: 20px;
    width: 150px;
    height: 35px;
    text-align: center;
    color: white;
    font-weight: 700;
}

.dj-mini-container {
    margin-bottom: 30px;
    padding: 0px 20px !important;
}

.dj-mini-container > div {
    border: 1px solid #FE9500;
    border-radius: 20px;
    padding-bottom: 15px;
}

.dj-header-title span {
    text-align: center;
}

.dj-mini-des1 {
    font-size: 12px;
    overflow: hidden;
    max-height: 200px;
}

.dj-header {
    margin: auto;
    margin-bottom: 20px;
}

.dj-header-img-2 {
    width: 100%;
}

.dj-body {
    margin: auto;
    display: flex;
    position: relative;
}

.dj-body-left {
    width: 60%;
    margin-bottom: 20px;
}

.dj-body-title {
    font-size: 38px;
    font-weight: 700;
    margin: 20px 20px 20px 0px;
}

.dj-body-title-des {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.dj-body-font1 {
    margin: 40px 0px 20px 0px;
    font-size: 22px;
    font-weight: 700;
}

.dj-body-font2 {
    font-size: 18px;
    font-weight: 700;
}

.dj-body-font3, .dj-body-font4 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0px;
}

.dj-body-font3 {
    margin: 20px 0px;
}

.dj-mini-photo-container {
    display: flex;
}

.dj-mini-photo-box {
    margin: 0px 10px;
    display: inline-grid;
}

.dj-mini-photo {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.dj-app-store, .dj-google-play {
    margin: 10px;;
}

.dj-body-right {
    right: 0px;
    margin: 20px 0px;
    margin-left: 5%;
    padding: 20px;
    border: 1px solid #C5C6C9;
    width: 35%;
}

.dj-body-right-header {
    position: relative;
    display: grid;
}

.dj-body-right-price {
    position: absolute;
    right: 0px;
    font-size: 0px;
    text-align: right;
}

.dj-body-right-price span{
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    display: block;
}

.dj-body-right-content {
    margin-top: 60px;
}

.dj-input-label {
    margin: 10px 0px;
    font-size: 14px;
    font-weight: 700;
}

.dj-input-btn {
    background: #EDEDF2;
    height: 50px;
    padding-left: 10px;
}

.dj-password {
    position: relative;
}

.dj-icon{
    position: absolute;
    margin-left: -30px;
    cursor: pointer;
    right: 10px;
    top: 37px;
}

.dj-submit {
    width: 100%;
    border: none;
    background: #FF9600;
    height: 50px;
    border-radius: 25px;
    margin-top: 30px;
    color: white !important;
    font-size: 18px;
    font-weight: 500;
}

.dj-right-font {
    margin-top: 10px;
    color: #FDAB50;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.dj-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 60px;
    border-top: 1px solid #C5C6C9;
    background-color: white;
    display: none;
}

.dj-footer-btn {
    cursor: pointer;
    background: #098FFE;
    color: white !important;
    font-size: 18px;
    font-weight: 500;
    position: fixed;
    right: 30px;
    width: 200px;
    border-radius: 10px;
    height: 40px;
    bottom: 10px;
    text-align: center;
    align-items: center;
}

.dj-footer-price {
    font-size: 20px;
    font-weight: 800;
    position: fixed;
    left: 30px;
    height: 40px;
    bottom: 10px;
    text-align: left;
    align-items: center;
    line-height: 20px;
}

.dj-footer-font {
    font-size: 16px;
    font-weight: 600;
}

.dj-mini-content hr {
    margin: 5px 0px !important;
}

@media only screen and (max-width: 1000px) {
    .dj-body {
        margin: 0px;
        display: block;
        align-items: center;
    }

    .dj-body-left {
        display: block;
        width: 100%;
    }

    .dj-body-right {
        left: 0px;
        width: 60%;
        margin: auto;
    }
}

@media only screen and (max-width: 600px) {
    .dj-body-title {
        font-size: 32px;
    }

    .dj-body-title-des {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .dj-body-font1 {
        font-size: 18px;
        margin: 10px 0px;
    }

    .dj-body-font2, .dj-body-font3 {
        font-size: 14px;
    }

    .dj-footer {
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    .dj-header-title {
        padding: 0px 30px;
    }

    .dj-header {
        margin: 0px -10px !important;
    }

    .dj-body-right {
        width: 100%;
        position: inherit !important;
        margin-bottom: 90px;
    }
}

.dj-submit.purchased {
    background-color: #098FFE !important;
}