﻿@charset "utf-8";
/* CSS Document */
/*-----------------------for all -----------------------*/
.trash a {
        background-image: url(../images/trash.svg);
        background-repeat: no-repeat;
        background-size:20px 20px;
        background-position: left top;
        padding-left:20px;
}
.trash a:hover {
        background-image: url(../images/trashHover.svg);
}

/*----------------------- checkOut ----------------------*/
.checkOutLeft {
	float: left;
	line-height: 45px;
}
.checkOutRight {
	float: right;
}
.checkOut {
	overflow: auto;
}
/*-----------------------progress----------------------*/
#progress {
	overflow: auto;
}
#progress li {
	text-align: center;
	width: 20%;
	float: left;
	color: #999;
	background-image: url(../images/progressLine.gif);
	background-repeat: repeat-x;
	background-position: left 50px;
}
#progress li span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 3px solid #ccc;
	line-height: 40px;
	font-size: 25px;
	border-radius: 30px;
	color: #ccc;
	background: #fff;
}
#progress li.active {
	background-image: url(../images/progressLineAct.gif);
}
	#progress li.active span {
		border: 3px solid #e5004b;
		color: #e5004b;
	}
/*----------------------- pay ----------------------*/
#storeSelect, #shopSelect {
	margin-top: 20px;
}
/*------------------order list------------------------*/
#orderWrapper dl {
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
#orderWrapper dl dt {
	margin: 15px 25px;
	color:#e5004b;
	font-size:22px;
	background-image: url(../images/openItem.svg);
	background-repeat: no-repeat;
	background-size: 36px 36px;
	background-position: right center;
	cursor: pointer;
}
#orderWrapper dl dt.itemOpen {
	background-image: url(../images/closeItem.svg);
}
#orderWrapper dl dd {
	margin: 0 25px 25px 25px;
	border-top: 1px solid #e5004b;
	padding-top: 25px;
}
.btnShiyong {
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #e5004b;
	border-radius: 50rem;
	color: #e5004b;
	cursor: pointer;
}
	.btnShiyong:hover {
		color: #a12236;
		border: 2px solid #a12236;
	}
	/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
	/*-----------------------progress----------------------*/
	#progress li.active p {
		color: #e5004b;
	}

	#progress li p {
		margin-bottom: 5px;
	}
	/*-----------------------cart table----------------------*/
	.cart-table {
		display: table;
		border-top: 0px solid #e0e0e0;
		width: 100%;
	}

		.cart-table .thead {
			display: table-header-group;
		}

		.cart-table .tbody {
			display: table-row-group;
		}

		.cart-table .tr {
			display: table-row;
		}

		.cart-table .th, .cart-table .td {
			display: table-cell;
			padding: 10px 0;
			border-bottom: 1px solid #e0e0e0;
			vertical-align: middle;
		}

		.cart-table .th {
			background: #000;
			color: #fff;
			padding: 10px;
		}

		.cart-table .center {
			text-align: center;
		}

		.cart-table .cellNoWrap {
			width: auto;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}

		.cart-table h4 {
			font-weight: normal;
			font-size: 20px;
		}

		.cart-table h5 {
			font-weight: normal;
			font-size: 16px;
		}
	/*-----------------------cart content----------------------*/
	.cartLeft {
		width: 140px;
	}

		.cartLeft div {
			width: 120px;
			height: 120px;
			border: 1px solid #eee;
		}

	.cartLeft2 {
		width: 140px;
	}

		.cartLeft2 div {
			width: 120px;
			height: 120px;
			border: 1px solid #eee;
			margin-left: 20px;
		}

	td.cartLeft div:hover {
		border: 1px solid #e5004b;
	}
	/*-----------------------sum and checkOut ----------------------*/
	.sum {
		padding: 15px 20px;
		background: #f5f5f5;
		overflow: auto;
	}

	.sumLeft {
		float: left;
	}

	.sumRight {
		float: right;
	}

		.sumRight span {
			color: #e5004b;
			font-size: 22px;
		}

		.sumRight p {
			/*display:inline-block;*/
		}

		.sumRight span:nth-child(2) {
			margin-left: 50px;
			min-width: 100px;
			text-align: right;
		}



	.checkOut {
		margin-top: 25px;
	}

		.checkOut .btn {
			width: 300px;
			text-align: center;
		}

	.sumRightPcFlex {
		flex:1;
	}

	.checkOutRightprev {
		float: right!important
	}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*--------------- css table -----------------*/
.cart-table .thead {
	display: none;
}
.cart-table div.NoShowInMobile {
	display: none;
}
.cart-table {
	border-top: 1px solid #e0e0e0;
}
.cart-table .tr {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
	display: block;
}
.cart-table .td {
	margin-bottom: 5px;
}
.cart-table h4 {
	font-weight: normal;
	font-size: 16px;
}
.cart-table h5 {
	font-weight: normal;
	font-size: 12px;
  text-align: left;
}
.cart-table .textStyle {
	padding: 5px;
}
.cart-table .price:before {
	content: "價格：";
}
.cart-table .QTY:before {
	content: "數量：";
}
.cart-table .QTYNoTxt:before {
	content: "\a0\a0";
}
.cart-table .store:before {
	content: "超商取貨：";
}
.cart-table .stock:before {
	content: "庫存：";
}
/*-----------------------cart content----------------------*/
.cartLeft div {
	width: 90px;
	height: 90px;
	border: 1px solid #eee;
}
.cartLeft {
	float: left;
}
.cartRight {
	width: auto;
	margin-left: 100px;
}
.cart-table .inline {
	display: inline-block;
}
.cart-table .inlinePadding {
	padding-right: 5px;
}
/*-----------------------sum and checkOut ----------------------*/
.sum {
	padding: 10px 0;
	background: #f5f5f5;
	overflow: auto;
	text-align: center;
}
.sumLeft {
	margin-bottom: 10px;
}
.sumRight span {
	color: #e5004b;
}
/*-----------------------progress----------------------*/
#progress li {
	background-position: left 16px;
}
#progress li span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
#progress li p {
	display: none;
}
/*------------------order list------------------------*/
#orderWrapper dl dd {
	margin: 0 15px 15px 15px;
	border-top: 1px solid #e5004b;
	padding-top: 15px;
}
#orderWrapper dl dt {
	font-size:16px;
	margin: 10px 15px;
	background-size:25px 25px;
}
#orderWrapper dl {
	margin-bottom:10px;
}
/*-----------------*/
.checkOut {
	z-index: 299;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(255,255,255,0.9);
	padding: 15px 20PX;
	width: 100%;
	border-top: 1px solid #eee;
}
.checkOut .btn {
	width: 130px;
	text-align: center;
}
	.btnmobilWidth {
	width:100px!important;
	}
	.checkOutRightprev {
		display: flex!important;
		justify-content: space-between!important;
	}


	.wzqfontsize {
		font-size: 12px;
	}
}

/*退貨申請換購商品Start*/
#dvAutoShipReturnOrder .quickLeft, #dvAutoShipReturnOrder .quickRight {
    vertical-align: middle;
}
#dvAutoShipReturnOrder #returnSpName {
    min-width: 100px;
}

#dvAutoShipReturnOrder div .quickRight .btnSmall {
    height: 34px;
    line-height: 22px;
    vertical-align: middle;
}
/*#dvAutoShipReturnOrder .refresh {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(images/refresh2.svg);
    background-size: cover;
}*/

#dvAutoShipReturnOrder div .quickLeft p {
    display: inline-block;
}
#dvAutoShipReturnOrder div .quickRight {
    float: left;
}

#dvAutoShipReturnOrder .quickRight .btnSmall,
#dvAutoShipReturnOrder .quickRight .count,
#dvAutoShipReturnOrder .quickRight .refresh {
    float: left;
    margin-left: 10px;
}

/*#dvAutoShipReturnOrder .quickRight .refresh {
    margin-top: 8px;
}*/
#dvAutoShipReturnOrder div .quickLeft p {
    margin-top: 10px;
}

/*#dvAutoShipReturnOrder div .quickRight .btnSmall {
    margin-top: 10px;
}*/

/*#dvAutoShipReturnOrder div .refresh {
    position: absolute;
    right: 0;
    top: 15px;
}*/

#dvAutoShipReturnOrder .quickRight {
    width: 50%;
    margin-left: 5px;
}
.retdivdd {
    padding: 8px 0;
    position: relative;
    margin: 0;
    border-top: 0;
    /*padding-top: 0;*/
}

.retdivdl {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
}



/*退貨申請換購商品End*/