.woocommerce div.product div.summary {
    margin-bottom: 10px!important;
}
.single-product div#content {
    max-width: 480px;
    margin: 0 auto;
}
section#star-footer {
    display: none;
}
.product-type-donasi .images, .product-type-donasi .summary {
    flex: 0 0 100%;
}
.product-type-donasi {
    display: flex;
    flex-wrap: wrap;
}
.campaign-cerita h4, .campaign-doa h4{
    font-weight: 600;
}
.woocommerce div.product div.images{
    padding-bottom:10px;
    margin-bottom: 0!important;
    background-color: white;
}
.summary.entry-summary, .campaign-cerita{
    background-color: white;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}
.campaign-doa {
    background-color: white;
    padding: 10px;
    width: 100%;
    margin-bottom: 50px;
}
h1.product_title.entry-title {
    font-size: 18px;
    font-weight: 600;
    display: block!important;
}
/** Donate Popup **/
.donate-popup {
    position: fixed;
    background-color: #f7f7f7;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px calc(50vw - 480px / 2) 70px;
    z-index: 100;
}
.donate-popup-content {
    height: 100%;
    background: white;
    padding-top: 20px;
    overflow: auto;
}
div#show button{
    width: 100%;
    height: 50px;
    border-radius: 5px;
}
div#close-btn {
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 600;
}
.donate-popup form.cart {
    margin: 30px auto 0!important;
    align-self: center;
}
.donate-popup .progress-donasi, .donate-popup #bt_bagikan {
    display: none;
}
.donate-popup button.single_add_to_cart_button.button.alt {
    width: 390px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    margin: 0 auto;
    right: calc(50vw - 240px);
    border-radius: 5px;
}
.donate-popup button.single_add_to_cart_button.button.alt::after {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
}
a#hide {
    position: fixed;
    bottom: 10px;
    background-color: #eee;
    z-index: 999;
    height: 50px;
    vertical-align: middle;
    padding: 12px;
    margin: 10px 0 0 10px;
    width: 50px;
    text-align: center;
    border-radius: 5px;
}
@media (max-width:375px){
    .donate-popup button.single_add_to_cart_button.button.alt{
        width: 80%;
        margin: 10px;
        bottom: 0;
        right: 0;
    }
    .ast-container {
        padding: 0;
    }
    .donate-popup{
        padding: 0 0 70px;
    }
}
.donate-popup button.single_add_to_cart_button.button.alt::before {
    display: none;
}
.popup-title h2 {
    text-align: left;
    font-size: medium;
    font-weight: 600;
    padding: 10px;
}
.donate-popup .radio-toolbar label {
    width: 100%;
    min-height: 50px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-size: larger;
    font-weight: 600;
    font-family: 'Open Sans';
    text-align: left;
}
.radio-toolbar input[type="radio"]:checked + label{
    color: white!important;
}
.donate-popup .radio-toolbar label:nth-child(2)::after {
    content: 'Nominal minimal donasi';
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #333;
    background-color: #f7f7f7;
    border-radius: 3px;
    padding: 3px;
}
.donate-popup .radio-toolbar label i {
    float: right;
    margin-top: 6px;
}
.donate-popup input#landingstar_plugin_txt_other {
    width: 100%;
    min-height: 60px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 100px;
}
.radio-toolbar input[type="radio"]:checked + label#other_value::after {
    content: 'Rp ';
    color: #cfcfcf;
    display: block;
    position: absolute;
    margin-top: 21px;
    font-size: 24px;
}
.popup.the-title {
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 15px;
    max-width: ;width: 100%;
    margin-top: -50px;
    margin-bottom: 20px;
    font-weight: 600;
}

.the-title-content {
    max-width: 460px;
    margin: 0 auto;
}
/* Konten Cerita */
.campaign-cerita-content {
    height: 350px;
    overflow: hidden;
    /*transition: 1s;*/
}
.campaign-cerita-content.cerita-full {
    height: auto!important;
}
.more-btn {
    display: flex;
    justify-content: center;
}
.more-btn button {
    padding: 10px 25px;
    border-radius: 150px;
    margin-top: 15px;
}
div#gradient {
    position: absolute;
    left: 0;
    height: 350px;
    display: block;
    width: 100%;
    margin-top: -350px;
    box-shadow: 0 -300px 200px -200px #fff inset;
}
/* Float Button */
button#bt_bagikan {
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    height: 50px;
    margin-left: 0!important;
    flex: 0 0 23%;
    margin-right: 2%;
}

.scrollbtn {
    height: 70px;
    width: 480px;
    display: flex;
    position: fixed;
    bottom: 0;
    background-color: #f7f7f7;
    padding: 10px;
}

button#bt_jump {
    border-radius: 5px;
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 100px;
}

/* Float Topbar */
.campaign-topbar{
    width: 480px;
    display: flex;
    padding: 10px;
    height: 50px;
    background-color: white;
    position: fixed;
}
.campaign-fix-topbar {
    width: 480px;
    display: flex;
    padding: 10px;
    height: 50px;
    position: fixed;
    background-image: linear-gradient(180deg, #33333390, transparent);
}
.campaign-topbar-content, .campaign-topbar-fix-content {
    width: 100%;
    display: flex;
}

.campaign-topbar a, .campaign-fix-topbar a{
    flex: 0 0 10%;
    align-self: center;
    font-size: 16px;
    text-align: center;
}

.campaign-topbar p{
    flex: 0 0 90%;
    align-self: center;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.doa-doa .listing-doa a{
        display: none;
    }
@media (max-width: 375px){
    .scrollbtn{
        width: 100%;
    }
    button#bt_bagikan{
        flex: 0 0 33%;
    }
    button#bt_jump {
        border-radius: 5px;
        flex: 0 0 65%;
    }
    .campaign-topbar, .campaign-fix-topbar{
        width: 100%;
    }
}