#input-payment-city[disabled] {
    background-color: #ddd !important;
}

#input-payment-address-1[disabled] {
    background-color: #ddd !important;
}

#im_checkout_block_shipping , #im_checkout_block_payment {
    display: inline-block;
    width: 50%;
}

#div_physical_checkout_data {
    font-size: 20px;
}

.price-normal { /* 一般價格 */
    color: #D62A67 !important;
    font-weight: 800;
}

.price-new { /* 特價 */
    color: #D62A67 !important;
    font-weight: 800;
}

.product-price { /* 一般價格 */
    color: #D62A67 !important;
}

.product-price-new { /* 特價 */
    color: #D62A67 !important;
}

/* 會員中心-我的課程 */
.account-list .my-courses {
    display: block;
}

/* 會員中心-我的課程 */
.account-list > .edit-course > a::before
{
    content:'\eb5d' !important;
    font-family:icomoon !important;
}

/* 結帳頁-我的折價券coupon_code */
.checkout_my_coupon_code
{
    text-decoration: underline #bbb dashed;
    text-underline-offset: 4px;
    color: #f95e7c;
    cursor:pointer;
}

/* 結帳頁-我的折價券coupon_code */
.checkout_my_coupon_code:hover
{
    text-decoration: underline #f95e7c dashed;
    text-underline-offset: 4px;
}

/* 課程 */
.watch-course > a {
    color: rgba(46, 175, 35, 1) !important;
    font-size: 14px !important;
    margin: 0 auto;
}

.watch-course > a:hover {
    color: rgba(46, 175, 35, 1) !important;
}

.watch-course > a::before {
    content:'\f01d' !important;
    font-family:icomoon !important;
}

.course-chapter {
    border-bottom: 1px solid rgba(221,221,221,1) !important; 
    cursor: pointer;
    padding: 30px 0 10px 10px;
}

.phone_only {
    display: none;
}


/* Mobile */
@media screen and (max-width: 767px) {
    #im_checkout_block_shipping , #im_checkout_block_payment {
        display: block;
        width: 100%;
    }

    .phone_only {
        display: inherit;
    }
}
