/* 
 Theme Name:   아스트라 - Child
 Theme URI:    
 Description:  
 Author:       ninepharm
 Author URI:   https://ninepharm.co.kr
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* 위시리스트버튼 숨김 */
.mb-board .mc-product-btn-box .btn-order-wishlist {
    width: 32%;
    margin: 0;
    padding: 8px 0px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    display: none;
}

/* 제품페이지 제품명 가운데정렬 */
.mb-board .gallery-list-body .mc-gallery-title {
    text-align: center;
    padding-left: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-height: 20px;
    line-height: 1.4;
}

/* 회원 주문조회페이지 환불신청 버튼숨김 */
#mb_commerce_my_order_tr_1 > td:nth-child(4) > div > button
{display: none;}
#mb_commerce_my_order_tr_2 > td:nth-child(4) > div > button
{display: none;}
#mb_commerce_my_order_tr_3 > td:nth-child(4) > div > button
{display: none;}
#mb_commerce_my_order_tr_4 > td:nth-child(4) > div > button
{display: none;}
#mb_commerce_my_order_tr_5 > td:nth-child(4) > div > button
{display: none;}
#mb_commerce_my_order_tr_6 > td:nth-child(4) > div > button
{display: none;}
#mb_commerce_my_order_tr_7 > td:nth-child(4) > div > button
{display: none;}
#mb_commerce_my_order_tr_8 > td:nth-child(4) > div > button
{display: none;}
#mb_commerce_my_order_tr_9 > td:nth-child(4) > div > button
{display: none;}

/* 회원 주문조회상세페이지 환불신청 버튼숨김 */
#mb_commerce_my_order_tr_pay_method > td > div > button
{display: none;}

/* 비회원 주문조회페이지 환불신청 버튼숨김 */
#mb_commerce_order_search_tr_pay_method > td > div > button
{display: none;}

/* 결제페이지 주문자정보수정 체크란 숨김 */
#commerce_order_form > div.mb-style1.board-write > div:nth-child(1)
{display: none;}

/* 결제페이지 주문자정보 주소란 숨김 */
#mb_commerce_billing_tr_commerce_address_write_buyer > th
{display: none;}
#mb_commerce_billing_tr_commerce_address_write_buyer > td
{display: none;}

/* 결제페이지 배송지선택 체크란 숨김 */
#mb_commerce_billing_tr_cp_address > th
{display: none;}
#mb_commerce_billing_tr_cp_address > td
{display: none;}

/* 결제페이지 배송지저장 체크란 숨김 */
#mb_commerce_billing_tr_save_basic_address > th
{display: none;}
#mb_commerce_billing_tr_save_basic_address > td
{display: none;}

