@charset "utf-8";
/* CSS Document */


#button1, #button2, #button4 {
    text-decoration: none;
	position:absolute;
	z-index:999;
	right:0px;
}
#effect, #moreinfo, #gift, #used {
    position: fixed;
	z-index:999;
    width: 100%;
    height: 100%;
	top:0px;
    padding: 0.4em 0.6em;
	color:#000;
	background: #f7f7f7;
	/*background: #ffffff;*/
}
#gift, #used {
	z-index:1000;
}

#effect .list {
	width: 100%;
    height: 75%;
	overflow-y:auto;
    margin-top: 45px;
    border-top: 1px solid #eeeeee;
	-webkit-overflow-scrolling: touch;
}

#moreinfo .list,
#gift .list,
#used .list {
	width: 100%;
    height: 100%;
	overflow-y:auto;
    margin-top: 45px;
    border-top: 1px solid #eeeeee;
	-webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) and (max-width: 1920px) {
#effect, #moreinfo, #gift, #used {
	margin: 0; padding: 0;
}

#effect .list {
	width: 600px;
    height: 79%;
	margin:0 auto;
	overflow-y:auto;
	margin-top:50px;
}

#moreinfo .list,
#gift .list,
#used .list {
	width: 600px;
    height: 100%;
	margin:0 auto;
	overflow-y:auto;
	margin-top:50px;
}}
.list::-webkit-scrollbar {
	width: 3px;
}
.list::-webkit-scrollbar-track {
	background-color:#transparent;
}
.list::-webkit-scrollbar-thumb {
	border-radius:10px;
	background-color:#transparent;
}
.list::-webkit-scrollbar-button {
	background-color:#transparent;
}
.list::-webkit-scrollbar-corner {
	background-color: black;
}


.toggle {
    position: fixed !important;
    float: right;
    margin-top: 7px;
    margin-right: 7px;
    color: #8a8a8a;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	font-weight: lighter;
    font-size: 20px;
	outline:none;
	top: 0;
}
.XXX {
    float: right;
    margin-top: 10px;
    color: #3889D1;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	font-weight: lighter;
    font-size: 20px;
	outline:none;
}
.angle_left{
    font-size: 30px;
    margin-top:-2px;
    margin-right:-5px;
	font-weight:bold;
}
@media (min-width: 1024px) and (max-width: 1920px) {
.toggle {
    position: fixed !important;
    float: right;
    margin-top: 3px;
    margin-right: 10px;
    color: #8a8a8a;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	font-weight: lighter;
    font-size:25px;
	outline:none;
}
.XXX {
    position: fixed !important;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    color: #3889D1;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	font-weight: lighter;
    font-size:30px;
	outline:none;
}
.angle_left{
    font-size: 40px;
    margin-top:-5px;
    margin-right:10px;
}}
.XXX button {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;  
    -webkit-border-radius:0; 
    border-radius:0;
}






.listBox {
    float: left;
    display: block;
    width: 100%;
    height:auto;
	border: 1px solid #eeeeee;
	background: #ffffff;
    margin: 2.5% auto;
	margin-top:0px;
    padding:2% 0;
	/*background: rgba(0,105,183,0.15);*/
	border-radius:3px;
	cursor:pointer;
    box-shadow: 0px 0px 2px rgba(38,50,56,.1);
}
/* 列表訂單核銷 181017新增 */
.listTop {
    /*border-bottom: 1px dotted #174a75;
	background: rgba(0,105,183,0.35);*/
    border-bottom: 1px solid #bbbbbb;
	/*background: rgba(0,0,0,0.15);*/
	background:-moz-linear-gradient( center top, #F7F7F7 30%, #D3D3D3 100% );
	background:-ms-linear-gradient( top, #F7F7F7 30%, #D3D3D3 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#D3D3D3');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(30%, #F7F7F7), color-stop(100%, #D3D3D3) );
}
.t_price2 {
    color:#ff6063 !important;
}
.t_sub2 {
    color:#0055a0 !important;
}
.t_date {
    color:#9c9c9c !important;
}
/* 列表訂單核銷 181017新增 end*/

.listBox .Info {
    width: 92%;
	margin:0 auto;
}

.listBox .t_sub {
    float: left;
    display: block;
	width:70%;
	letter-spacing:1px;
    font-size: 16px;
    color:#3889D1;
	line-height:1.5em;
	text-align:left;
}
.listBox .t_price {
    float: left;
    display: block;
	width:30%;
    color:#555555;
    /*color:#e46b6b;
    color:#3889D1;*/
	text-align: right;
}

.listBox .t_info {
    float: left;
    display: block;
	width:100%;
	/*letter-spacing:1px;*/
    font-size: 15px;
	font-weight: 200;
    color:#000000;
	line-height:1.5em;
	text-align:left;
	margin-bottom:0px;
}
.check {
    color:#aaaaaa !important;
}
.checkuse {
    font-size: 15px;
	font-weight: 200;
	border-radius:3px;
	padding:0px 3px;
	margin-left:5px;
	line-height: 1.5em;
	color:#ffffff;
	background:#E53535;
	opacity:0.5;
	-moz-opacity:0.5;　
	filter: alpha(opacity=50); // IE 5-7
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // IE8
}
.bottomBox {
    float: left;
    display: block;
    width: 100%;
    height:50px;
}


.middletop {
	position:fixed;
	width:100%;
	height:40px;
}
.middle {
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top:5px;
}
@media (min-width: 1024px) and (max-width: 1920px) {
.middle {
	width:600px;
	height:auto;
	margin:0 auto;
	margin-top:10px;
}
}
/* ...自訂單選radio樣式... */
.radio_style {
	display: inline;
}
.radio_style input[type="radio"] {
	display: none;
}
.radio_style input[type="radio"] + label {
	display: inline-block;
	background: #eff6fa;
	color:#3889D1;
	font-size:12px;
	border:1px solid #3889D1;
	cursor: pointer;
	padding: 5px 5px;
	border-radius:3px;
	margin-right:1px;
	font-weight: normal;
	-webkit-transition:all 0.18s ease-in;
    -moz-transition:all 0.18s ease-in;
    -ms-transition:all 0.18s ease-in;
    -o-transition:all 0.18s ease-in;
	   transition:all 0.18s ease-in;
}
.radio_style input[type="radio"]:checked + label {
	background-color: #00509d;
	border:1px solid #00509d;
	color: #ffffff;
}


.moreBox {
	background: rgba(255,255,255,0.99) !important;
	cursor: text;
}
.moreBox .txt ul {
    font-size: 17px;
}






/********* 180716轉贈 *********/
.gift {
    /*float: left;*/
	/*width:50px;
	height:35px;
    color: #3889D1;
	padding: 1px;
	margin-left:2%;
    background-color: transparent;
    border: 1px solid transparent;
	outline:none;
	cursor:pointer;*/

    /* width: 50px; 
    height: 25px;*/
    color: #8397a9;
    padding: 1px;
    background-color: transparent;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
}
.giftB {
    display: inline-block;
    /* float: left; */
    width: 50px;
    /* height: 35px; */
    color: #e46b6b;
    font-size: 12px;
    /*margin-left: 0.5%;*/
    padding: 3px;
    text-align: center;
    border-radius: 3px;
    background-color: rgba(253,255,255,.1);
    border: 1px solid #e46b6b;
    outline: none;
    cursor: pointer;
}
.gift img {
	/*margin-top:-5px;*/
}

.giftB i {
    font-size: 15px;
    padding: 0px 0px;
    line-height: 20px;
}
.giftB input {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;  
    -webkit-border-radius:0; 
    border-radius:0;
}

#btnclosegift, #btncloseused {
    text-decoration: none;
	position:absolute;
	z-index:1000;
	right:0px;
}
.giftBox {
    float: right;
    width: 92%;
}
.bg_op {
	background-color: transparent;
    box-shadow: 0px 0px 2px rgba(38,50,56,.0);
	border: 1px solid transparent;
}

.mgt0 { margin-top:0px !important;}
.mg1 { margin: 1% 0 !important;}
.top_title {
    color: #555555;
    font-size: 18px;
	font-weight:700;
}
.tac {text-align: center !important;}




.checkbox {
  display: block;
  float:left;
  width: 7%;
    margin-left: -7%;
  position: relative;
  line-height:18px;
  cursor: pointer;
  font-size: 14px;
  color:#ffffff;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
     border-radius: 3px;
  background-color: #ffffff;
  border:1px solid #999999;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}

.checkbox:hover input ~ .checkmark {
  background-color: transparent;
}

.checkbox input:checked ~ .checkmark {
  background-color: #999999;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  /*left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #84b94c;*/
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



