@charset "utf-8";
/*bootstrap4適用版本*/
/*活動圖大小*/
.mainadphoto { margin-left: auto; margin-right: auto; border: 0px solid #CCCCCC; }
/*活動圖置中*/
.mainadphoto img {
    margin: 0 auto;
    display: block;
}
@media (min-width: 992px){
	#main_status.stuck{
		position: relative;
}
}

/*--購買資格符不符合的區塊--*/

/*資格判定整塊*/
#main_status {
margin: 15px 0;
padding: 10px;
background: #eeeeee;
overflow: hidden;
}

/*購買資格符不符合的文字*/
.mainadstate_01 {
	font-size: 1rem;
	color: #666;
	letter-spacing: 0.3rem;
	float: left;
}
/*購買件數與總價*/
.mainadstate_01_nt {
    font-size: 1.6rem;
	font-weight: bold;
	color:#e91e63;
	margin-left: 5px;
	margin-right: 5px;
}

/*右邊觸發至購物車區塊(資格符合或不符合)*/
#not_add_cart,#add_cart{
float:right;
margin: 8px 20px 0px 0;
padding-right:40px;
/*min-height: 32px;
line-height: 2;*/
font-size: 1.125rem;
letter-spacing: 0.1rem;
	}
#not_add_cart{
	background: url(../images/shopping_cart_not.gif) no-repeat right center;
}
#add_cart{
	background: url(../images/shopping_cart.gif) no-repeat right center;
}
#add_cart:hover{
	text-shadow:0px 0px 3px #fff;
	font-weight:bold;
}



/*-----單項產品-----*/
.event_products {
	margin-bottom: 18px;
	color: #333333;
	line-height: 1.5;
}


/*被勾選的單項產品*/
.event_products_selected{
   background-color:#EEEEEE;
}
.event_products a {
	color: #333333;
	text-decoration: none;
}

.event_products a:hover {
	text-decoration: underline;
	color: #FF0066;
}

.event_products a:visited {
	text-decoration: none;
	color: #333333;
}
.event_products a:visited {
	text-decoration: none;
	color: #333333;
}

/* 圖片置中部份 - 定義框的大小、顏色及其他設定 */
.event_products .photo {
   text-align:center;
   height:auto;
   border: 0px solid #CCCCCC;
   overflow: hidden;
}

/* .event_products .photo:before{
   content : '';
   display: inline-block;
   height: 100%;
   margin-right: -0.25em;
}

.event_products .photo div{
   display: inline-block;
} */

.event_products .title {
	margin: 6px  auto 5px auto;
	text-align:center;
	font-weight: 600;
}

.event_products .price_title{
	color: #333333;
	text-align:center;
}
.event_products .price_number{
	font-size: 1rem;
	color: #ac1e57;
	font-weight: bold;
}

.event_products .spec_select{
	color: #444444;
	text-align:center;
	
}

#main_wide{
	margin-top:0px;
	}

.event_products {
text-align: center;
}

@media (max-width: 767px){ 
/*手機上的資格判定整塊*/	
#mobile_main_status{
margin: 15px 0;
background: #ffe7f1;
padding: 10px;
overflow: hidden;
font-size: 0.8rem;
	}
#mobile_main_status{
    margin-bottom: 5px;
    padding: 5px 5px 0px 5px;
    }
/*購買資格符不符合的文字*/
.mainadstate_01 {
    margin-top: 0px;
    margin-left:5px;
    font-size: 0.875rem;
    letter-spacing:0;
	 line-height: 2;}
.mainadstate_01_nt {
    font-size: 1.125rem;
    color: #ff6599;
    font-weight: bold;
    margin-left: 1px;
    margin-right: 1px;
}

#add_cart_2,#not_add_cart_2{
    font-size: 0.875rem;
    text-align: right;
    float: right;
    line-height:1.5;
	border:0px;
	display: block;
	color: #444444;
}
/*手機板右邊觸發至購物車區塊(資格不符合)*/
#not_add_cart_2{
	padding: 9px 6px 8px 0;
	}
/*手機板右邊觸發至購物車區塊(資格符合)*/
#add_cart_2 {
    margin: 0;
    padding: 10px 30px 8px 0;
    background: url(../images/shopping_cart.gif) no-repeat right bottom;
}
}
/*新版活動頁時使用*/
@media (max-width: 400px) {
.mainadstate_01{
/*float:none;*/
text-align: center;
}
#add_cart_2, #not_add_cart_2{
/*float:none;*/
text-align: center;
display:table;
margin:0 auto;
}
}
