@charset "UTF-8"; 
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url(/webeip/HT00100/becky/fonticons/css/style.css);
/* 以下是 animate 的 CSS */
@import url(/webeip/HT00100/becky/css/animate.css);
/* 以下是 reset 的 CSS */
@import url(/webeip/HT00100/becky/css/reset.css);


/* 以下是  RWD CSS */
@media screen and (max-width: 980px)
{
	.prodetail_wrap{
		width: 100%;
		display: block;
		margin: 1em auto 2em;
	}
	/* 商品內容主區塊 */
	.prodetail_pd_wrap{
		width: 90%;
		margin: 1em auto;
		display: block;
	}
	.prodetail_pdimg{
		width: 100%;
		border-right: none;
	}
	.prodetail_pdimg_mainimg{
		height: 50vw;
	}
	.prodetail_pdinfo{
		width: 100%;
		padding: 1em 0;
		justify-content: center;
	}

	.prodetail_pdinfo_box{
		padding: 0;
		margin: 0;
	}
	.prodetail_pdinfo_specification{
		max-width: 100%;
		white-space: pre-wrap;
	}
	.prodetail_pdinfo_box1{
		flex-wrap: wrap;
		justify-content: center;
	}
	.prodetail_pdinfo_box2{
		flex-wrap: wrap;
		justify-content: center;
	}
	.prodetail_pdinfo_quantityopt_input_txt{
		border-radius: 0;
	}
	.prodetail_pdinfo_quantityopt_input_txt, .prodetail_pdinfo_quantityopt_button_subtract, .prodetail_pdinfo_quantityopt_button_add{
		font-size: 1.2em;
	}
	.prodetail_pdinfo_addcart, .prodetail_pdinfo_buynow{
		max-width: 250px;
		min-width: 130px;
		padding: 0.5em 0.25em;
		margin: 0.5em;
		width: 40%;
	}

	.prodetail_from{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.prodetail_input_btn_gobackpage, .prodetail_btn_buynow{
		max-width: 250px;
		min-width: 130px;
		padding: 0.5em 0.25em;
		margin: 0.5em;
		width: 40%;
	}
}