@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Oswald);
/* CSS Document */
/*----------buttons------------*/
.btnSoldOut, .btnSoldOut:hover {
	background: #ddd;
	color: #666;
	cursor: default;
}
.btnSale, .btnSale:hover {
	border: 1px solid #4285F4;
	background: none;
	color: #4285F4;
	cursor: default;
}
/*---------------------album---------------------------*/
#albumLarge {
	text-align: center;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border: 1px solid #e0e0e0;
	position: relative;
	overflow: hidden;
}
#albumThumb {
	margin-top: 10px;
}
#albumThumb li {
	width: 18.4%;
	margin-right: 2%;
	float: left;
	cursor: pointer;
	display: block;
	border: 1px solid #e0e0e0;
	position: relative;
}
#albumThumb li:last-of-type {
	margin: 0;
}
#albumThumb li.target {
	border: 1px solid #09c;
}
.loading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-color: rgba(0,0,0,0.75);
	background-image: url(../images/loading.gif);
	background-size: 20% 20%;
	background-position: center center;
	background-repeat: no-repeat;
}
.cartLeft {
	float: left;
}
.cartRight {
	float: right;
}
.crossline {
	text-decoration: line-through;
}
.disable {
	background: #ccc;
	color: #666;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------shopList-----------------------*/
#shopList li {
	float: left;
	width: 18.4%;
	margin: 0 2% 2% 0;
	font-size: 14px;
    list-style: none
}
#shopList li:nth-child(5n) {
	margin: 0;
}
#shopList li a {
	position: relative;
	display: block;
	color: #333;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}
#shopList li .left {
	position: relative;
}
#shopList li .left .hoverDesc {
	color: rgba(255,255,255,0);
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../images/zoom.svg);
	background-repeat: no-repeat;
	background-size: 40% auto;
	background-position: center center;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease-out;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
#shopList li:hover .left .hoverDesc {
	transition: all 0.3s ease-out;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
#shopList li h4 {
	font-size: 15px;
	margin: 10px 0;
	height: 38px;
	overflow: hidden;
}
#shopList li:hover {
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.35);
	transition: all 0.3s ease-out;
}
#shopList li h5 {
	font-size: 14px;
	position: absolute;
	left: -5px;
	top: -5px;
	color: #FFF;
	background-color: #F60;
	background-image: url(../images/time.svg);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: left 5px center;
	padding: 0 10px 2px 25px;
	border-radius: 0 0 10px 0;
}
.priceFont {
	font-size: 25px;
}
#shopList li .priceFont {
	text-align: center;
}
/*--------detail left right ----------*/
#shopLeft {
	float: left;
	width: 40%;
}
#shopRight {
	float: right;
	width: 57%;
}
article h2 {
	background: #666;
	color: #fff;
	font-weight: normal;
	padding: 8px 15px;
	font-size: 21px;
	text-align: center;
}
.btnCart, .btnSoldOut, .btnSale {
	font-size: 23px;
	width: 100%;
	text-align: center;
}
/*-----------------------progress-----------------------*/
#progress li:last-of-type {
	margin: 0;
	background: none;
}
#progress li.active {
	color: #333
}
#progress b {
	font-weight: normal;
}
#progress li.active span {
	color: #fff;
	background: #4285F4;
}
#progress {
	background: #f5f5f5;
	padding: 10px;
}
#progress li {
	float: left;
	width: 32%;
	margin-right: 2%;
	height: 50px;
	line-height: 50px;
	font-size: 21px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right center;
	background-image: url(../images/nextstep.svg);
	color: #aaa;
}
#progress li span {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50px;
	color: #ccc;
	background: #ededed;
}
/*----------checkout page------------*/
.cartProduct {
	width: 100px;
}
#checkout dd {
	border-radius: 5px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	padding: 20px;
	margin-bottom: 20px;
}
dl.checkoutForm dd {
	width: 49%;
	float: left;
	margin-right: 2%
}
dl.checkoutForm dd h3 {
	text-align: center;
	background: #f1f1f1;
	padding: 10px 0;
}
dl.checkoutForm dd:nth-child(even), #checkout dd:last-of-type {
	margin: 0;
}
/*------------------invoice info--------------------------------*/
.hide {
	padding: 15px;
	border: 1px solid #e0e0e0;
	margin: 10px 0 10px 30px;
	width: 90%;
}
.address {
	width: 100%;
}
.address li {
	margin-bottom: 5px;
	float: left;
	width: 32.6%;
	margin-right: 1%;
}
.address li:last-child {
	margin-right: 0;
}
/*---------下方的購買按鈕----------*/
div.buyBottom {
	width: 30%;
	margin: 0 auto 20px auto;
}
div.buyBottom div.qty {
	display: none;
}
/*-------for首波會員活動------*/
.discount1 li {
	width: 32%;
	margin-right: 2%;
	float: left;
	min-height: 240px;
}
.discount1 li:last-child {
	margin: 0;
}
.discount1 li h3 {
	text-align: center;
	margin-bottom:15px;
}
.discount1 li.graybg{background: #eee;
	padding: 20px;}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*---------下方的購買按鈕----------*/
div.buyBottom {
	display: none;
}
/*-----------------------shopList-----------------------*/
#shopList li {
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	position: relative;
}
#shopList li:last-child {
	margin: 0;
}
#shopList li a {
	display: block;
	color: #333;
}
#shopList li div.left {
	width: 100px;
	float: left;
}
#shopList li div.right {
	width: auto;
	margin-left: 110px;
}
#shopList li h4 {
	margin-bottom: 8px;
}
#shopList li h5 {
	font-size: 13px;
	line-height: 100%;
	font-weight: normal;
	position: absolute;
	left: -3px;
	top: -3px;
	color: #FFF;
	background-color: #F60;
	padding: 4px 12px;
	border-radius: 0 0 10px 0;
}
.priceFont {
	font-size: 19px;
}
article h2 {
	background: #666;
	color: #fff;
	font-weight: normal;
	padding: 6px 15px;
	font-size: 17px;
	text-align: center;
}
/*--------detail left right ----------*/
#shopLeft {
	margin: 20px 0;
}
#shopRight {
}
.btnCart, .btnSoldOut, .btnSale {
	font-size: 19px;
	padding: 8px 0;
	width: 100%;
	text-align: center;
}
.floatBtn {
	width: 100%;
/*	position: fixed;
	left: 0;
	bottom: 0;*/
	background: rgba(255,255,255,0.85);
	padding: 15px;
	/*box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);*/
}
.floatBody {
	margin-bottom: 75px
}
/*-----------------------progress-----------------------*/
#progress {
	margin: -25px -15px 0 -15px;
	background: #f5f5f5;
	padding: 10px;
}
#progress li:last-of-type {
	margin: 0;
	background: none;
}
#progress li.active {
	color: #333
}
#progress li.active span {
	color: #fff;
	background: #4285F4;
}
#progress b {
	display: none
}
#progress li {
	float: left;
	margin-right: 15px;
	height: 30px;
	line-height: 30px;
	color: #aaa;
}
#progress li span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 30px;
	color: #ccc;
	background: #ededed;
}
/*----------checkout page------------*/
.cartProduct {
	width: 80px;
	float: left;
}
.cartInfo {
	width: auto;
	margin-left: 90px;
}
h3.checkoutForm {
	text-align: center;
	background: #f1f1f1;
	padding: 10px 0;
}
#checkout dd {
	border-radius: 5px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	padding: 15px 10px;
	margin-bottom: 10px;
}
.checkoutForm dd {
	margin-bottom: 20px;
}
#checkout dd:last-of-type, .checkoutForm dd:last-of-type {
	margin-bottom: 0;
}
/*------------------invoice info--------------------------------*/
.hide {
	padding: 10px;
	border: 1px solid #e0e0e0;
	margin: 10px 0 10px 30px;
	width: 90%;
}
.address {
	width: 100%;
}
.address li {
	margin-bottom: 5px;
	float: left;
	width: 32.6%;
	margin-right: 1%;
}
.address li:last-child {
	margin-right: 0;
}
/*--------------- shop table -----------------*/
.thead {
	display: none;
}
.shop-table .tr {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	display: block;
	overflow: auto;
}
.shop-table .tr:first-child {
	padding-top: 0;
}
.shop-table .ProName, .shop-table .Qty, .shop-table .SellPrice, .shop-table .remove {
	margin-left: 90px;
	margin-bottom: 5px;
}
.shop-table .getQty {
	padding: 3px 10px;
}
.shop-table .ProName {
	font-weight: bold;
}
.shop-table .Qty::before {
	content: "數量："
}
.shop-table .SellPrice::before {
	content: "單價："
}
.shop-table .td .cartProduct {
	float: left;
}
/*-------for首波會員活動------*/
.discount1 li {
	margin-bottom: 20px;
}
.discount1 li:last-child {
	margin: 0;
}
.discount1 li h3 {
	text-align: center;
	margin-bottom: 10px;
}
.discount1 li.graybg{background: #eee;
	padding:15px;}
}
