
/** single product variation start */
.breakdance .product .bde-div-3489-395,
.product-type-simple .bde-div .price-div,
.product-type-variable .bde-div .price-div {
    padding: 0;
    border: unset;
    width: 100%;
}
.breakdance .product .product-price {
    width: 100%;
}
#form-rental-variations-wrap .variations_form {
    width: 100%;
    display: block;
}
#form-rental-variations-wrap .single_variation_wrap {
    margin-top: 13px;
    display: none;
}
#form-rental-variations-wrap .woocommerce-variation-price {
    display: none;
}
#form-rental-variations-wrap .woocommerce-variation-add-to-cart {
    width: auto;
    display: inline-flex;
}
#form-rental-variations-wrap .woocommerce-variation-price {
    width: 100%;
}
#price-simple-variations-wrap {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #d7d7d7;
}
#price-simple-variations-wrap .rental_variation.single_rental.active div.bde-heading,
#price-simple-variations-wrap .rental_variation.single_rental div.bde-heading,
#price-simple-variations-wrap div.bde-heading {
    display: flex;
    align-items: center;
    border-radius: 4px;
    float: left;
    position: absolute;
    color: #383838;
    font-size: 1em;
    width: 100%;
    height: 100%;
    line-height: 3em;
    padding: 16px 16px 16px 30px;
    background: #FAFAFA url("");
}
#price-simple-variations-wrap .rental_variation div.bde-heading {
    padding: 16px 16px 16px 50px;
    background: #FAFAFA url("../images/wocommerce/icon_circle_off.png") no-repeat 20px center;
}
#price-simple-variations-wrap .price {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: right;
}
#price-simple-variations-wrap .price bdi {
    margin-bottom: 5px;
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: left;
}
#price-simple-variations-wrap .price ins bdi {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
#price-simple-variations-wrap .rental_variation.active div.bde-heading {
    display: flex;
    background: #FAFAFA url("../images/wocommerce/icon_circle_on.png") no-repeat 21px center;
}
#price-simple-variations-wrap .wrap_signe_simple,
#price-simple-variations-wrap .wrap_variation_attribute {
    display: table-row;
    margin: 0;
    padding: 0;
}
#price-simple-variations-wrap .wrap_signe_simple td,
#price-simple-variations-wrap .wrap_variation_attribute td {
    border-top: 1px solid #d7d7d7;
}
#price-simple-variations-wrap .wrap_signe_simple td:first-child,
#price-simple-variations-wrap .wrap_variation_attribute td:first-child {
    width: 40%;
    position: relative;
}
#price-simple-variations-wrap .wrap_signe_simple td:last-child,
#price-simple-variations-wrap .wrap_variation_attribute td:last-child {
    width: 60%;
}
#price-simple-variations-wrap .signe_simple,
#price-simple-variations-wrap .rental_variation {
    /*border-top: 1px solid #d7d7d7;*/
    /*border-bottom: 1px solid #d7d7d7;*/
    /*border-left: 1px solid #d7d7d7;*/
    /*border-right: 1px solid #d7d7d7;*/
    /*border-radius: unset;*/
    /*margin-bottom: 16px;*/
    position: absolute;
    top: 0;
    height: 100%;
    cursor: pointer;
    display: inline-block;
}
#price-simple-variations-wrap .product-price {
    float: right;
    width: 100%;
    text-align: left;
    padding: 16px 16px 16px 16px;
}
#price-simple-variations-wrap .product-price .option_variation_attribute {
    position: absolute;
    left: 0;
    top: 0;
}
#price-simple-variations-wrap .wrap_signe_simple .rental_variation {}
#price-simple-variations-wrap .wrap_variation_attribute .rental_variation {
    margin-bottom: 0;
}
.single-product div.product form.cart button#ic-direct-checkout.product-purchase-complete.product-own:before {
    content: "소장중";
}
.single-product div.product form.cart button#ic-direct-checkout.product-purchase-complete.product-rental:before {
    content: "대여중";
}
.single-product div.product form.cart button#ic-direct-checkout.product-purchase-complete.payment-on-hold:before {
    content: "구매중";
}
h1.bde-heading-badge.bde-heading {
    max-width: 100%;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 9px;
    display: inline-block;
}
/** single product variation end */

/** my-library start */
.remaining-days.next-payment {display: block;}
.rental-expires, .today-expires {color: #FC3638}
.remaining-days, .remaining-period {color: #3F81FD}
/** my-library end */

/** Templates/Front/TemplateSimpleVariablePrice.php:START */
#price-simple-variations-wrap div.paper-boot-title .bde-heading {
    color: #9c9c9c;
    font-weight: 400;
}
#price-simple-variations-wrap div.paper-boot-price .amount bdi {
    font-size: 16px;
    color: #9c9c9c;
    font-weight: 400;
}
/** Templates/Front/TemplateSimpleVariablePrice.php:END */

/** subscription:START */
.breakdance .product-type-subscription .bde-div-3489-442,
.breakdance .product-type-variable-subscription .bde-div-3489-442 {
    width: 100%;
}
.product-type-variable-subscription p.signup-fee,
.product-type-variable-subscription p.signup-fee span bdi {
    color: #9c9c9c !important;
    font-size: 14px !important;
    font-weight: normal !important;
    white-space: nowrap;
    display: inline-block;
    margin-top: 5px;
}
/** subscription:END */

/** 결제 수단 선택 팝업:START */
.change-payment-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.change-payment-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    padding: 0;
    z-index: 9999;
    width: 357px;
    max-width: calc(100vw - 32px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border: 1px solid #9c9c9c;
}

.change-payment-modal-header {
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 44px 16px 20px;

    border-bottom: 1px dotted #9c9c9c;
}
.change-payment-modal-header .change-payment-modal-title {
    font-size: 14px;
    text-align: left;
    margin: 0;
    font-weight: 700;
    color: #000;
}

.change-payment-modal-close {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.change-payment-modal-close:hover {
    color: #000;
}

.change-payment-modal-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 20px 20px;
}
.change-payment-modal-body button .change-payment-btn-text {
    display: none;
}

.change-payment-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-height: 48px;
    height: 48px;
    padding: 12px 16px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    transition: opacity 0.2s, box-shadow 0.2s;
}
.change-payment-btn.change-payment-btn-kakao {
    padding: 6px 16px;
}

/*.change-payment-btn:hover {
    opacity: 0.9;
    border: 1px solid #9c9c9c;
}*/

.change-payment-btn:active {
    opacity: 0.95;
}

.change-payment-btn-icon {
    height: 24px;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    flex-shrink: 0;
}

.change-payment-btn-text {
    font-weight: 500;
}

.change-payment-btn-toss {
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01);
}

/*.change-payment-btn-toss:hover {
    border-color: #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}*/

.change-payment-btn-kakao {
    background: #ffeb00;
    color: #000;
}

.change-payment-btn-naver {
    background: #00DE5A;
    color: #000;
}

.change-payment-btn-naver .change-payment-btn-text {
    color: #000;
}
/** 결제 수단 선택 팝업:END */


