/* 2510 studiodonggri cart style */
#sit_ov_wrap {
    padding: 200px 0 80px;
    width: 95%;
    max-width: 1200px;
    margin: auto;
}

header {
    --frost: 10px;
    --bg-alpha: 0.2;
    --border-alpha: 0.35;
    --depth: 30;
    --refraction: 80%;
    --dispersion: 40%;
    --light-angle: 135deg;
    --light-intensity: 0.8;
    background: linear-gradient(var(--light-angle), rgba(0, 0, 0, calc(0.1 * var(--light-intensity))) 0%, rgba(0, 0, 0, 0) 35%), rgba(0, 0, 0, var(--bg-alpha));
    backdrop-filter: blur(var(--frost)) saturate(1.1);
    -webkit-backdrop-filter: blur(var(--frost)) saturate(1.1);
}

#sit_rel,
#sit_info {
    display: none !important;
}

#sct_location.view_location,
.sit_admin {
    display: none;
}

#sit_ov_from,
#sit_ov_wrap {
    border: none;
}

#sit_btn_opt {
    display: none;
}

.sit_btn_cart {
    display: none;
}

.sit_btn_wish {
    display: none;
}

#sit_opt_added li {
    display: none;
}

.sit_info {
    display: none;
}

#sit_star_sns {
    display: none;
}

#sit_ov_btn button {
    width: 100%;
    border-radius: 99px;
    margin-top: 50px;
}

#sit_pvi_big #popup_item_image {
    display: none;
}

#sit_inf_explan {
    width: 100%;
    max-width: 860px;
    margin: auto;
}

@media (max-width:1120px) {
    #sit_ov_wrap {
        display: flex;
        flex-direction: column;
    }

    #sit_pvi_big {
        float: initial;
    }

    #sit_ov {
        float: initial;
        width: 95%;
        max-width: 600px;
        margin: 30px auto 0;
        min-height: initial;
    }

    #sit_pvi_thumb {
        float: initial;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    #sit_pvi_big img {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width:768px) {
    #sit_ov_wrap {
        padding: 80px 0;
    }

}

@media (max-width:499px) {
    #wrap #sit_ov_wrap {
        margin: auto;
    }

    #wrap #sit_ov {
        border: none;
    }

    #sit_ov_btn button {
        margin-top: 20px;
    }
}

.og_pric {
    color: brown;
    font-size: 1.3em;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.og_pric b {
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.pric_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.167em;
    margin-top: 5px;
}

.pric_ strong {

    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
}

#sit_tot_price {
    display: none;
}