
/* This file is a common area of the web bus. Please do not edit.
============================================ */
/*--- 이파일은 웹버스의 공통 영역입니다. 수정하지 말아주세요. ---*/

/*쇼핑리스트에서장바구니레가시버튼감추기*/
.woocommerce ul.products li.product .button {
    display: none;
}


/*상점상품디테일페이지부분*/
#page-container .et_pb_section .et_pb_wc_add_to_cart_0_tb_body .button {
    margin-top: 0.2em;
}