/* 
 Theme Name:   Astra Child
 Theme URI:    
 Description:  
 Author:       88gra
 Author URI:   https://88gra.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 ==
--------------------------------------------*/

/* 결제페이지 추가정보숨김 */
#customer_details > div.col-1 > div.woocommerce-additional-fields > h3
{display: none;}

/* 제품세일 로고숨김 */
.ast-on-card-button.ast-onsale-card {
    opacity: 1;
    visibility: visible;
    display: none;
}

/* 마이페이지 포인트내역 필요없는메뉴숨김 */
.woo-wallet-my-wallet-container .woo-wallet-sidebar {
    width: 30%;
    float: left;
    background: #f2f2f2;
    min-height: 100px;
    padding-top: 20px;
    display: none;
}