/* 主頁css */
#woocommerce_product_categories-1,#woocommerce_price_filter-1{
	display:none !important;
}
.astra-shop-summary-wrap{
	/* text-align:center !important; */
}
button.single_add_to_cart_button{
    display:none !important; 
}
nav.woocommerce-breadcrumb{ /* 去掉 商品頁 的顯示分類上方 */
    display:none !important;
}
div.coupon{visibility: hidden;}
div.product_meta{ /* 去掉 商品頁 的顯示分類下方 */
	display: none;
}
span.onsale{ /* 去掉 特價 */
	display:none;
}
.ast-single-post .entry-content a{
	text-decoration: none !important;
}
span.single-product-category{
	display: none !important;
}
header.woocommerce-products-header{ /* 去掉 商品列表頁 顯示分類 */
	display: none !important;
}
p.woocommerce-result-count{ /* 去掉 商品列表頁 顯示第 1 至 12 項結果，共 33 項 */
	display: none !important;
}
.tabs.wc-tabs{ /* 去掉描述/評價的Tab */
	display: none !important;
}
form.woocommerce-cart-form{ /*購物車*/
	 display: none !important; 
}
div.cart-collaterals{ /*購物車總價 */
	 display: none !important; 
}
.button{
	border-radius: 3px !important;
}
span.onsale{
	display: none !important; 
}
.page-numbers.current{
	color:white !important; 
}


a.ajax_add_to_cart,a.product_type_simple{
	display: none !important; 
}
span.variable-item-span{
	width:max-content;
}
.woocommerce div.product form.cart table{
	border:0px !important; 
}
/* 結帳頁 */
.woocommerce form .form-row-first{
	width:100% !important;
}
div#customer_details{
	margin-top: 2em;
    border: 2px solid #dddddd;
    padding: 2em;
}

.user_background{
	display:flex;
	align-items: center;
	justify-content: center;;
}

.swiper-pagination{
	bottom:25px !important;
}
body .woocommerce form.login, body .woocommerce form.checkout_coupon, body .woocommerce form.register {
	border:0px !important;
}

a.button.product_type_variable.add_to_cart_button{
	display: none;
}
#woocommerce_recently_viewed_products-1{
	padding:10px;
}
.wpsf-product-title a{
	line-height: 24px !important;
}
.woocommerce-form-coupon-toggle{
	display: none;
}
#customer_login{
	margin-top:-30px;
}
.woocommerce-form-login__submit{
	margin-top:20px;
}
.user_page_button{
	color:#FA2D64;
}
.user_tick{
	margin-left:1px;
	margin-bottom:3px;
}

/* 主頁css end */





.itake_2b_btn_more {
	border-radius:5px;
	display: flex;
	width: 30%;
	height: 40px;
	margin: 0;
	background: #cccccc;
	font: 15px/40px Helvetica, sans-serif;
	color: #000000;
	text-align:center;
	justify-content:center;
	align-items:center;
}
.itake_2b_spot {
	border-radius:5px;
	display: flex;
	width: 50%;
	height: 40px;
	margin: 0;
	background: #269b47;
	font: 15px/40px Helvetica, sans-serif;
	color: #fff;
	text-align:center;
	justify-content:center;
	align-items:center;
}
.bg-choice {
    background-color: #fb4b7a;
}

#take_it_now_button_dir,#pre_order_button_dir,#catgroup_button_dir {
	display: block;
}
@media (max-width: 544px){
	#take_it_now_button_dir,#pre_order_button_dir,#catgroup_button_dir {
		display: none;
	}
}







