@charset "utf-8";
/* CSS Document */
label {
	color:#000;
	font-family:"ProximaNova-Reg",Arial,STHeiti,"Noto Sans", "Noto Sans SC",sans-serif;
	line-height:17px;
}
.mr10 {
	margin-right:10px;
}
.mt15 {
	margin-top:15px!important;
}
.mt20 {
	margin-top:20px!important;
}
.mb25 {
	margin-bottom:25px;
}
.mt5 {
	margin-top:5px!important;
}
.color-purple {
	color:#f9634d
}
.bg-maingray {
	background:#f7f7f7;
}
.btn-orange,.btn-orange:hover{
	background:#f9634d!important;
	border-color:#f9634d!important;
	color:#fff!important;
}
.clear {
	clear:both;
}
.page-shopping-cart {
	background:#fff;
}
.shopping-cart-header .content, .page-shopping-cart h2 {
	font-family: "ProximaNova-SBold";
	font-size:2.8rem;
}
.shopping-cart-header .content {
	background: none repeat scroll 0 0 #f7f7f7;
	border: 1px solid #e1e2e3;
	color: #000;
	font-size:1.125em;
	line-height: 1em;
	text-align: left;
	text-transform: uppercase;
	margin-bottom:15px;
}
.shopping-cart-header span {
	background:#C7C8CA;
	color:#fff;
	text-align:center;
	display: inline-block;
	margin-left: -1px;
	vertical-align: middle;
	width: 45px;
	height:45px;
	line-height:45px;
	font-size:1.125em;
}
.shopping-cart-header span.curr {
	background: #f9634d;
}
.shopping-cart-header span.complete {
	background: #026C6C;
}
.shopping-cart-header .fa-caret-right {
	color: #C7C8CA;
	margin-left: -1px;
	margin-right: 10px;
	vertical-align: -20%;
}
.shopping-cart-header i.curr {
	color:#F9634D;
}
.shopping-cart-header i.complete {
	color: #026C6C;
}
.mt50 {
	margin-top:5px;
}
.mb50 {
	margin-bottom:50px;
}
.mb20 {
	margin-bottom:20px;
}
.shopcart1 .checkbox-wrapper {
	position:relative;
}
.shopcart1 .input-checkbox {
	margin-top:0;
}
.shopcart1 .art-item, .shopcart1 .input-checkbox {
	left:33%;
}
.shopcart1 .art-item {
	top:27px;
}
.shopcart-img {
	border:1px solid #c7c8ca;
	max-width:95px;
}
.product-details p,.product-details textarea {
	font-size:.875em;
	padding:0;

}
.shopcart1 .select-quantity {
	margin-top:0;
}
.product-details p a {
	color:#000;
}
.shopcart1 > tbody > tr > td {
	padding:25px 0;
}
.shopcart1 > thead > tr {
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#c7c8ca;
}
.shopcart1 > tbody > tr {
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#c7c8ca;
}
.shopcart1 > thead > tr > td {
	padding:15px 0;
	background:#F7F7F7;
	font-size:.75em;
}
.shopcart1.shopcart2 > thead > tr {
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#c7c8ca;
}
.shopcart1.shopcart2 > tbody > tr {
	border-width:0px 1px 0 1px;
	border-style:solid;
	border-color:#c7c8ca;
}
.shopcart1.shopcart2 .borderB{border-bottom:1px solid #c7c8ca;}
.shopcart1.shopcart2 > tbody > tr > td {
	border-top:none;
}
.shopcart1 input[type=number] {
	opacity: 0;
	position: relative;
	z-index: 0;
	border: medium none;
	height:2em;
}
.number-wrapper {
	position:relative;
}
.number-inner {
	border: 1px solid #c7c8ca;
	height: 2em;
	position: absolute;
	width: 100%;
}
.number-wrapper i {
	position:absolute;
	color:#939598;
	border-top: 7px solid;
	right:4px;
	top:17px;
	cursor:pointer;
}
.number-inner span {
	line-height:2em;
	padding-left:5px;
}
.dropup.caret {
	top:6px;
	border-bottom: 7px solid;
	border-top: 0 none;
}
.operation .fa-trash {
	color:#009490;
}
.operation .col-xs-6 {
	padding:0;
}
.operation span {
	font-size:.75em;
	text-decoration:underline;
	margin-left:5px;
}
.cart-summery {
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#e1e2e3;
}
.cart-summery dt, .cart-summery dd {
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#c7c8ca;
}
.cart-summery dt {
	font-weight:normal;
}
.cart-summery dt, .cart-summery dd {
	line-height:3.75em;
	height:3.75em;
}
.cart-summery dt span {
	font-size:.75em;
}
.cart-summery dd span {
	font-size:1.375em;
	font-weight:500;
}
.page-shopping-cart .btn-buynow:hover {
	color:#fff;
}
.btn-buynow {
	background: #ED0D28;
	padding:15px;
	display: inline-block;
	color:#fff;
}
.btn-continueshopping {
	background:#f7f7f7;
	border:1px solid #e1e2e3;
	padding-top:15px;
	padding-bottom:15px;
	color:#000;
}
.btn-continueshopping:hover {
	color:#000;
}
.mb35 {
	margin-bottom:35px;
}
.page-shopping-cart .checkbox-wrapper .art-item {
	background:url(../images/checkbox-b.png) scroll no-repeat 0 0;
	border:0 none;
	width:16px;
	height:16px
}
.page-shopping-cart .checkbox-wrapper.checked .art-item {
	background:url(../images/checkbox-b.png) scroll no-repeat -16px 0;
}
/*confirmorder-s*/
.detaileInformation {
	margin-top:25px;
	margin-bottom:25px;
}
.detaileInformation .radio-wrapper {
	margin-left:15px;
	margin-top:8px;
}
.detaileInformation .address-wrap .radio-wrapper {
	margin-top:10px;
}
.detaileInformation .radio, .detaileInformation .addresslist {
	display:inline-block;
	float:left;
	font-size:.875em;
	padding-top:5px;
	padding-bottom:5px;
}

.detaileInformation .radio {
	width:45px;
}

.addresslist hr {
	border-width:0 1px 0 0;
	border-style:solid;
	border-color:#000;
	width:1px;
	height:10px;
	display:inline-block;
	margin-top:0;
	margin-bottom:0;
	margin-left:20px;
	margin-right:20px;
}
.ml10 {
	margin-left:10px;
}
 @media (min-width:768px) {
 .col-sm-auto {
 width:auto;
 display:inline-block;
}
 .w130 {
 margin-left:15px;
}
}
 @media (max-width:768px) {
 .addeditAddress .form-group .text-right {
 text-align:left;
}
 .shopcart1 > tbody > tr {
 border-width:0px 0px 1px 0px;
}

.detaileInformation address /*,.checkbox-wrapper*/ {
 margin-left:-15px;
 margin-right:-15px;
}
.visible-xs-table-cell {
 display:table-cell;
}
 .shopping-cart-header .content {
 font-size:1em;
}
}
.mb10 {
	margin-bottom:10px;
}
.availablePrice {
	font-size:1.625em;
	color:#026c6c;
}
.detaileInformation>p {
	margin-bottom:20px;
}
.pl-0 {
	padding-left:0;
}
.mt11 {
	margin-top:11px!important;
}
.w130 {
	width:130px;
	margin-right:15px;
	display:inline-block;
}
/*新增-编辑地址-s*/
.btns-cart {
	margin-top:25px;
}
.address-wrap .btn-group {
	display:none;
}
.address-wrap.open .btn-group {
	display:block;
}
.btn-cancel, .btns-cart .btns-address-add, .btn-address-sure {
	display:inline-block;
	width:100px;
	padding:12px 0;
}
.order-details-page .btn-cancel{
	margin-top:40px;}
.btns-cart .btn-address-add:hover, .btns-cart .btns-address-add, .btn-address-sure, .btn-address-sure:hover {
	background-color: #f9624d;
	border-color: #f9624d;
	color: #fff;
}
.addeditAddress {
	display:none;
}
.open .addeditAddress {
	display:block;
}
.addeditAddress .form-group .text-right {
	padding-top:6px;
}
.addeditAddress .form-group div {
	padding:0 5px;
}
.addeditAddress .form-group div.bootstrap-select {
	padding:0;
}
 .addeditAddress .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
 width:100%;
}
.bootstrap-select .btn-default {
	background:#fff;
	padding-top:6px;
	padding-bottom:6px;
	width:100%;
}
.radio-wrapper div, .needinvoice {
	min-width: 200px;
	position: relative;
}
.radio-wrapper div {
	left:0;
	top:-5px;
}

/*新增-编辑地址-e*/
.needinvoice {
	left: 31px;
	top: -24px;
}
@media (min-width:768px) and (max-width:991px) {
 /* .select-quantity .ui-spinner-input {
 width:100px;
} */
}
 @media (min-width:767px) {
 .productIntro>.imgnormal {
 min-height:85px;
}
 .productIntro>.imgsmall {
 min-height:85px;
}
}
.radio-wrapper .input-radio {
	z-index:1;
}
.com-msg {
	margin-bottom:30px;
}
.order-finish .detaileInformation .radio-wrapper {
	margin-left:5px;
	
}
.order-finish {
	margin-bottom:30px;
	text-align:center;
}
.r-img {
	position:relative;
	left:5px;
}

.msg .fa{
color:#f64;
}
.msg span{
border-bottom:1px solid #000;
}
 @media (min-width:992px) {
.shopcart1  .selectpicker{
	width:140px!important;}
 }
	.unfinished > thead > tr > td{
		padding:6px 0;
		line-height:34px;
		}
		.unfinished > tbody > tr > td{
		padding:12px 0;
		}
.shopcart1 hr{
	border-top:1px solid #c7c8ca}
	a.text-underline{
		text-decoration:underline;
		cursor:pointer;
		display:inline-block;
		margin:6px;}
		#Credits>div{
			font-size:14px;}
			#InvoiceInformation {
				display:none;}
.availableBootom {
    padding-bottom: 15px;
}
.availableBt {
    border-top-style: none !important;
}.availableBb {
    border-bottom-style: none !important;
}
.page-shopping-cart table.shopcart1 .col-xs-3 ,page-shopping-cart table.shopcart1.col-sm-1{
  min-height: 1px;
  padding-left: 5px;
  padding-right: 0;
  position: relative;
}
.w170{width: 170px !important;font-size: 12px;}
.mt29{
  margin-top: 29px !important;
}
.mt20 {
	margin-top:20px!important;
}
.mt23 {
	margin-top:23px!important;
}
@media  screen and (min-width: 768px) {
.mR80 {
  margin-right: 80px;
}
.mR40 {
  margin-right: 40px;
}
}
.mR5 {
  margin-right: 5px;
}
.mt7 {
  margin-top: 7px;
}
/*HR-enrollment-document样式修改*/
.HR_downUp a ,.HR_downUp a:hover,.HR_downUp a:focus {
  color: #000;
  cursor: pointer;
}
.top4 {
    top: 4px !important;
}
.Hr_down{
	padding-left:15px;
	display:block;
	position:relative;
}
.Hr_down i {
  left: 0;
  position: absolute;
  top: 6px;
}
.HR_downUp .fa.fa-upload > span {
  position: absolute;
  top: 2px;
  width: 40px;
}

