﻿@charset "utf-8";
/* CSS Document */
.shoppingcart{
	width:100%;
	}
.shoppingcart h2{
	font-size:36px;
	color:#00a58b;
	margin-bottom:20px;
	}
.table{
	display:table;
	width:100%;
	border-collapse:collapse;
	border:1px solid #ddd;
	margin-bottom:20px;
	border-spacing:0;
	color:#88898e;
	}
.table > thead > tr > td{
	padding:8px;
	line-height:1.42857;
	vertical-align:middle;
	border:1px solid #ccc;
	}
.table > thead:first-child > tr:first-child > td{
	border-top:0;
	}
.text-center{
	text-align:center;
	}
.text-left{
	text-align:left;
	}
.text-right{
	text-align:right;
	}
.table > tbody > tr > td{
	padding:8px;
	line-height:1.42857;
	vertical-align:middle;
	border:1px solid #ccc;
	}
input[type="checkbox"]{
	}
.table > tbody > tr > td > a{
	color:#88898e;
	}
.table > tbody > tr > td > a:hover{
	color:#00a58b;
	}
.img-thumbnail{
	display: inline-block;
	padding: 4px;
    line-height: 1.42857;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 90px;
    height: auto;
    margin-left: 10px;	
	}
.img-thumbnail img{
	width:100%;
	vertical-align: middle;
	}
.form-cart{
	width:100%;
	height:36px;
	position:relative;
	}
.form-cart .add{
	width:36px;
	height:36px;
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:36px;
	background-color:#007b69;
	border:none;
	outline:none;
	position:absolute;
	top:0;
	left:170px;
	}
.form-cart .minus{
	width:36px;
	height:36px;
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:36px;
	background-color:#00a58b;
	border:none;
	outline:none;
	position:absolute;
	bottom:0;
	left:134px;
	}
.form-cart input{
	width:134px;
	height:36px;
	border:1px solid #ccc;
	text-align:center;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	}
.transport-select{
	width:100%;
	height:23px;
	margin:20px 0;
	position:relative;
	}

.transport_modify{
	width:440px;
	padding:20px;
	background-color:#fff;
	border:1px solid rgb(170, 170, 170);
	box-shadow:0px 8px 8px rgba(0, 0, 0, 0.2);
	position:absolute;
	right:22%;
	z-index:9999;
	display:none;
	}
.ok_yellow_button{
	color:rgb(105, 58, 13);
	border-color:rgb(242, 204, 104) rgb(242, 204, 104) rgb(225, 168, 43);
	}
.ok_yellow_button:hover{
	color: rgb(105, 58, 13);
	box-shadow: 0px 0px 0px rgb(255, 255, 255);
	border: 1px solid rgb(234, 199, 117);
	background: transparent linear-gradient(to bottom, rgb(255, 239, 197) 0%, rgb(255, 222, 170) 100%) repeat scroll 0% 0%;
	}	
.cancel_grey_button{
	box-shadow: 0px 2px 1px rgba(6, 0, 1, 0.13);
	border: 1px solid rgb(170, 170, 170);
	background: transparent -moz-linear-gradient(center top, rgb(255, 255, 255), rgb(240, 240, 240)) repeat scroll 0% 0%;
	}
.cancel_grey_button:hover{
	color: rgb(51, 51, 51);
	box-shadow: 0px 0px 0px rgb(255, 255, 255);
	border: 1px solid rgb(153, 153, 153);
	background: transparent linear-gradient(to bottom, rgb(246, 246, 246) 0%, rgb(229, 229, 229) 100%) repeat scroll 0% 0%;
	}
.transport_modify_confirm{
	margin-top:15px;
	font-size:14px;
	font-weight:700;
	text-align:center;
	}	
.transport_modify_confirm a{
	display:inline-block;
	width:67px;
	height:33px;
	line-height:33px;
	color:#666;
	border-width:1px;
	border-style:solid;
	border-radius:3px;
	text-decoration: none;
	cursor:pointer;
	margin:0 10px;
	}

.transport_free{
	padding:6px 0;
	border-bottom:1px solid rgb(231, 231, 231);
	}
.transport_free input{
	display:inline-block;
	margin-right:5px;
	vertical-align:-2px;
	}	
.transport_free label{
	display:inline-block;
        font-weight: normal;
	}
.transport_free label > span{
	display:inline-block;
	}
.transport_free .ship_name{
	width:200px;
	margin-right:30px;
	font-size:14px;
	color:#666;
	text-overflow:ellipsis;
	white-space:normal;
	}	
.transport_free .ship_price{
	width:30px;
	font-size:14px;
	color:rgb(0, 153, 0);
	}
.transport_free .ship_time{
	width:80px;
	font-size:14px;
	color:#00a58b;
	}
		
.order-total1 {border-top: 1px solid #ccc;height:100px;padding-top:30px;}
.order-total1 .inner {float: right;text-align: right;}
.order-total1 .inner li { margin-bottom:10px;}
.cangku {clear: both;border-top: 1px solid #ddd;margin-bottom:1px;}
.ck-select {color: #00a58b;line-height: 30px;font-size: 20px;font-weight: bold;padding: 10px 0 0px 0;}
.j-kc-select {display: block;height: 35px;line-height: 35px;width: 43%;color: #333;font-size: 14px;font-weight: normal;  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ck-address {padding: 10px 0px;}
.ck-address p {line-height:20px;margin: 0!important;padding: 0;color: #333!important;}
.j-cartmain-tit {clear: both;background:#eee;padding:0px 10px;height: 35px;line-height: 35px;}
.total-price {width:100%;}
.total-price .text-back {color: #fff; font-size:14px; font-weight:100; background:#333; padding:10px 20px; border-radius:5px; float:left;}
.total-price .price-jg {color: #00a58b; font-size:20px; font-weight:bold; width:100%; text-align:right; margin-bottom:10px;}