/* 
 Theme Name:   아스트라 (Child Theme)
 Theme URI:    
 Description:  
 Author:       drromance
 Author URI:   https://drugonline.blog
 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-user .mb-login-template1 .mb-login-btn-box .btn-default {
    margin: 0 3px 5px;
    width: 230px;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff !important;
    height: 50px !important;
    display: none;
}

/* 위시리스트버튼 숨김 */
.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_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;}