@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

label{
	cursor: pointer;
}

#content1 .image_menu{
	display: none;
}

.space {
	width: 90%;
	clear:both;	
}

#side1 {
	display: none;
	float: left;
	width: 20%;
	min-height: 500px;
}

#side2 {
	float: right;
	width: 100%;
	min-height: 480px;
}


/*-------------------------------------------------
 breadcrumbs
--------------------------------------------------*/
.cd-multi-steps {
	width: 100%;
	max-width: 768px;
	margin: 1em auto;
	padding: 0;
	text-align: center;
	/*background-color: #edeff0;*/
	background-color: transparent;
	border-radius: .25em;
}
.cd-multi-steps li {
	display: inline-block;
	position: relative;
	/*float: left;*/
	float: none;
	margin: 0.4em 40px 0.4em 0;
	width: 160px;
	text-align: center;
	counter-increment: steps;
}
.cd-multi-steps li > * {
	position: relative;
	display: inline-block;
	padding-top: 34px;
}
.cd-multi-steps.text-bottom.count li:not(.current) a::before {
	color: #2c3f4c;
}
.cd-multi-steps.text-bottom.count li.visited a::before {
	color: #FFF;
}


.cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 50%;
	right: auto;
	content: counter(steps);
	height: 26px;
	width: 26px;
	line-height: 26px;
	font-size: 1.4rem;
	color: #FFF;
	transform: translateX(-50%);
	border-radius: 50%;
	background-color: #edeff0;
	z-index: 1;
}
.cd-multi-steps li::after {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;
	content: '';
	margin: 0;
	top: 11px;
	left: 50%;

	width: calc(100% + 40px);
	height: 4px;

	color: #959fa5;
	background: #edeff0;
}
.cd-multi-steps li.visited::after {
	/*background-color: #96c03d;*/
	background-color: #FF0031;
}
.cd-multi-steps li:last-of-type {
	margin: 0;
}
.cd-multi-steps li:last-of-type::after {
	/* hide separator after the last item */
	display: none;
}

.cd-multi-steps.text-top li.visited > *::before, .cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before, .cd-multi-steps.text-bottom li.current > *::before {
	background-color: #FF0031;
}



.cd-multi-steps.text-bottom a:hover {
	color: #FF0031;
}
.cd-multi-steps.text-bottom a:hover::before {
	box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
}

/*-------------------------------------------------
 cart
--------------------------------------------------*/
.payment_box, .confirm_box{
	display: none;
}
.cart_item_box .cart_item{
	/*margin: 0;
	padding:0;
	list-style:none;*/
	/*padding: 10px;*/
	margin: 0px 0px;
	/*text-align: center;*/
	max-width: 1100px;
	/*min-height: 226px;*/
	/*box-shadow: 0px 0px 5px 2px #DDD;*/
}
.post_form_01 {
	padding: 0 20px;
}
.post_form_01 h2{
	margin: 40px 0 0 0;
}
.post_form_01 table, .fancybox-inner table{
	border: 1px solid #DDD;
	/*box-shadow: 0px 0px 5px 2px #DDD;*/
}
.post_form_01 table th, .fancybox-inner table th{
	background-color: #e6e6e6;
	text-shadow: 0 1px 0 #fff;
	line-height: 20px;
	padding: 8px;
}
.post_form_01 table tbody tr, .fancybox-inner table tbody tr{
	border-bottom: 1px dashed #DDD;
}
.post_form_01 table tbody tr td:first-child, .fancybox-inner table tbody tr td:first-child{
	text-align: center;
}
.post_form_01 table td, .fancybox-inner table td{
	padding: 8px;
	vertical-align: middle;
}
.post_form_01 table td img, .fancybox-inner table td img{
	max-width: 120px;
}
.cart_item .shopping_nums_box{
	min-width: 88px;
}
.ship_category{
	width: 90px;
}
.it_limit{
	display: none;
}

dl{
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0;
	border: 1px solid #DDD;
}
.payment_box dt {
	float:left;
	width: calc( 24% - 20px );
	padding: 0 20px 0 0;
	/*width: 14%;*/
	margin: 0;
	/*font-size: 1.8rem;*/
	text-align: right;
	line-height: 60px;
}
.payment_box dd{
	/*float: left;*/
	/*width: 78%;*/
	/*line-height: 50px;*/
	margin: 0px 0;
	padding: 14px 0;
	border-top: 1px dashed #DDD;
}
.payment_box #or_recipient_city{
	width: 140px;
}
.payment_box #or_recipient_dist{
	width: 140px;
}
.payment_box #zipcode{
	width: 140px;
}
.payment_box #or_recipient_address{
	width: 430px;
}
.item_nums{
	display: none;
}

.confirm_box dt {
	float:left;
	width: calc( 24% - 20px );
	padding: 0 20px 0 0;
	/*width: 14%;*/
	margin: 0;
	text-align: right;
	line-height: 50px;
}
.confirm_box dd{
	/*float: left;*/
	/*width: 78%;*/
	min-height: 50px;
	/*line-height: 50px;*/
	margin: 0px 0;
	padding: 12px 0;
	border-top: 1px dashed #DDD;
}
.confirm_box .del_item_th{
	display: none;
}

.main_black_btn{
	float: right;
}
dd:nth-child(1){
	border-top: 0px dashed #DDD;
}
dd:nth-child(2){
	border-top: 0px dashed #DDD;
}
dd.verify_code {
	/*float: left;*/
	width: 100%;
	padding: 12px 30px;
	/*width: 78%;*/
}

.subtotal_box{
	padding: 10px 0;
	text-align: right;
}
.price_box{
	display: inline-block;
	min-width: 180px;
}
.btn_box{
	padding: 10px 0;
}

.invoice_box{
	display: none;
}


/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPhone*/
@media screen and (max-width: 767px) {

	.cd-multi-steps li {
		width: 66px;
	}

	.post_form_01 {
		padding: 0 10px;
	}

	.cart_item, .cart_item_confirm_box{
		font-size: 1.4rem;
	}

	.post_form_01 table th, .fancybox-inner table th{
		padding: 4px;
	}
	.post_form_01 table td, .fancybox-inner table td{
		padding: 4px;
	}

	.cart_item .pic img, .cart_item_confirm_box .pic img{
		width: 50px;
	}
	.cart_item .it_full, .cart_item_confirm_box .it_full{
		display: none;
	}
	.cart_item .it_limit, .cart_item_confirm_box .it_limit{
		display: block;
	}
	.cart_item .shopping_nums_box{
		min-width: 84px;
	}

	dl{
		/*overflow: hidden;*/
		/*width: 100%;*/
		/*margin: 0px auto;*/
		padding: 0px 10px;
		/*border: 1px solid #DDD;*/
	}
	.payment_box dt {
		/*width: calc( 24% - 20px );*/
		width: 100%;
		/*padding: 0 20px 0 0;*/
		margin: 0;
		text-align: left;
		line-height: 40px;
	}

	input[type="text"], input[type="search"], input[type="password"], textarea {
	     width: 100%; 
	    /*width: 328px;*/
	    /*height: 34px;*/
	    /*margin: 0;*/
	    /*padding: 0 8px;*/
	}
	.payment_box #or_recipient_address{
		/*width: 430px;*/
		width: 100%; 
	}

	.confirm_box dt {
		width: 36%;
		/*padding: 0 20px 0 0;*/
		/*margin: 0;*/
		/*text-align: left;*/
		/*line-height: 40px;*/
	}
}
