@charset "UTF-8";
div#cart-col1 {
  padding: 0;
  background-color: transparent;
}
.cart_ h2{
  margin-top:60px;
  font-weight: normal;
  font-size: 25px;
}

div#cart-col1 #section-bread ul{
  overflow: hidden;
  margin:40px 0px;
  margin-bottom:60px;
  padding:0px;
  border:1px solid #969696;
}

#section-bread ul li{
  float:left;
  display:block;
  width:200px;
  height:40px;
  text-align: center;
  font-size:12px;
  line-height: 40px;
  color:#969696;
  background:url("../img/cart-bread-normal.png") no-repeat right center #ffffff;
}

#section-bread ul li:first-child{
  width:199px;
}

#section-bread ul li:last-child{
  background-image:none;
  width:199px;
}

#section-bread ul li span{
  font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
  font-size:15px;
  margin-right:10px;
  color:#969696;
}

#section-bread ul li.active{
  color:#ffffff;
  background-color:#5a8c87;
  background-image: url("../img/cart-bread-active.png");
}

#section-bread ul li.active span{
  color:#ffffff;
  font-size:20px;
}

.section-cart{
  margin-top:30px;
  background:#ffffff;
}
.section-cart_error_{
  margin-top:30px;
  padding:30px 20px;
}
.section-cart h3{
  color:#c1a769;
  margin:0px;
  font-size:26px;
  margin-bottom:10px;
}
.section-cart table{
  width:100%;
}

.section-cart table tr{
  background:#ffffff;
  transition: background-color 300ms 0ms ease;
}

.section-cart table tr.delete{
  background:rgba(255, 0, 0, 0.7);
}

.section-cart table tr th{
  background:#f0f0f0;
  font-size:15px;
  color:#c1a769;
  width:100px;
  padding:5px 20px;
  border-right:1px solid #ffffff;
}

.section-cart table tr td:nth-of-type(1){
  width:120px;
}

.section-cart table tr th:nth-of-type(1){
  width:355px;
}

.section-cart table tr th:nth-of-type(1), .section-cart table tr th:nth-of-type(2){
  text-align: left;
}

.section-cart table tr td{
  padding:20px 10px;
}

.section-cart table tr th:nth-of-type(2){
  width:140px;
}

.section-cart table tr td:first-child img{
  width:120px;
}

.section-cart table tr{
  border-bottom:1px solid #c8c8c8;
}

.section-cart table tr:first-child{
  border:none;

}

.section-cart table tr td:nth-last-child(1), .section-cart table tr td:nth-last-child(3){
  text-align: right;
}

.section-cart table tr td:nth-last-child(1){
  padding-left:0px;
  padding-right:0px;
}

.section-cart table tr td:nth-last-child(1) div{
  height:140px;
  line-height:140px;
  border-left:1px solid #969696;
  position: relative;
}

.section-cart table tr td:nth-last-child(1) div span{
  font-size:18px;
  font-weight: bold;
  line-height: 140px;
  display:block;
  text-align: right;
}

.section-cart table tr td:nth-last-child(1) div input{
  position:absolute;
  right:0px;
  top:0px;
}

.section-cart table tr td:nth-last-child(2){
  text-align: center;
}

.section-cart table tr td:nth-child(2) a{
  font-weight: bold;
}

.section-cart table .saz-select{
  position: relative;
  top:0px;
  left:0px;
}

.saz-select div{
  width:100px;
}

.saz-select div p{
  padding-left:10px;
}

.section-cart table select{
  width:80px;
  display:block;
  background: url("../img/item-select-arrow.png") no-repeat 60px center #ffffff;
  font-size:15px;
  border-radius: 3px;
  cursor: pointer;
  border:1px solid #969696;
  margin:auto;
  text-align: center;
  display: none;
  padding-left: 0;
}
.section-cart table select option{
	text-align: left;
}
.total-num table tr td:nth-last-child(1){
  border-left:1px solid #c8c8c8;
}

.total-num{
  border-bottom: 1px solid #c8c8c8;
  overflow: hidden;
}

.total-num dl{
  width:450px;
  float:right;
  display:block;
  overflow: hidden;
  margin:0px;
  padding:35px 0px;
}

.total-num dl dt, .total-num dl dd{
  font-size: 18px;
}

.total-num dl dt:nth-child(1), .total-num dl dd:nth-child(1){
  margin-bottom:20px;
}

.total-num dl dt{
  float:left;
  clear:both;
  padding:0px;
}

.total-num dl dd{
  float:right;
  padding:0px;
}

.total-price{
  overflow: hidden;
}

.total-price ul{
  margin:0px;
  padding:0px;
  width:300px;
  clear:both;
  float: right;
}

.total-price ul:first-child{
  margin-top:20px;
}

.total-price ul:first-child li:first-child{
  float:left;
  font-size:30px;
  font-weight: bold;
}
.total-price ul:first-child li:last-child{
  float:right;
}
.total-price ul:first-child li:last-child span{
  font-size:30px;
  font-weight: bold;
}

.total-price ul:last-child{
  margin-top:40px;
}

.total-price ul:last-child li{
  text-align: center;
}

.total-price ul:last-child li:first-child input{
  display:block;
  width:100%;
  height:70px;
  line-height: 70px;
  color:#ffffff;
  background: #c1a769;
  border-radius: 3px;
  font-size:20px;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  border:none;
  cursor: pointer;
}


.total-price ul:last-child li:last-child{
  margin-top:15px;
}

#cart-col1 .only-recommend{
  width:740px;
  margin-left:auto;
  margin-right:auto;
}

#cart-col1 .only-recommend li, #cart-col1 .only-recommend li a{
  width:100%;
  color:#3C3C3C;
  border-color:#3C3C3C;
}
#cart-col1_error{
	background: none;
}
#section-history{
  margin-top:70px;
}
.cart_.cartlist_.col1_{
	margin-top: 0;
}
#headercart.cart_.cartlist_ h1{
	position: relative;
	margin: 21px auto 60px auto;
}
.cart_.cartlist_.col1_ h2.contents{
	margin: 0 auto;
}
#headercart h1{
	position: relative;
	padding: 0;
	z-index: 9999;
}
#headercart h1 a:hover img{
	opacity: 0.8;
}