/* CSS Document */
.quick-shop-bound{
	height:590px;
	width: 880px;
	padding-left:30px;
	padding-bottom:30px;
	padding-right:30px;
}
.quick-shop-left{
	width:358px;
	float:left;
	overflow:hidden;
	min-height:486px;
}
.quick-shop-right{
	width:492px;
	margin-left:30px;
	min-height:486px;
	overflow:hidden;
	float:right;
}
.quick-shop-img-full{
	width:350px;
	height:350px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
	border: 4px solid #ccc;
	background: rgb(255, 255, 255);
}
.quick-shop-img-full img{
	max-width:350px;
	max-height:350px;
	cursor:move;
}
.zoomContainer{
	
}
.quick-shop-img-full{
	position:relative;
}
.name-zoom{
	opacity:0.5;
	z-index:10;
	display:block;
	position:absolute;
	top:0;
	left:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #fff;
	padding:3px;
	width: 344px;
	height:20px;
	line-height:20px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
.quick-shop-img span.onsale{
	background-color: #F00;
	display: inline-block;
	padding: 0;
	width: 48px;
	height: 48px;
	margin: 0;
	overflow: visible;
	position: absolute;
	right: 10px;
	left: auto;
	top: 10px;
	bottom: auto;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	z-index:1000;
	color: #ffffff;
	font-weight:bold;
	text-shadow: none;
}
.view-detail a{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding-right: 10px;
	color: #2e2e2e;
	text-decoration:none;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.view-detail a:hover{
	color: #49b050;
}
.view-detail .fa-caret-right{
	font-size: 14px;
	font-weight: bold;
	color: #49b050;
}
.quick-shop-right h1{
	text-transform: none;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -.4px;
	font-weight: bold;
	margin: 0 0 10px;
	padding-bottom: 0;
	color: #505050;
}
.quick-shop-right p{
	color: #2e2e2e;
	font-size: 14px;
	margin: 6px 0;
	font-weight: normal;
}
.quick-shop-right p.add-cart{
	color: #2e2e2e;
	font-size: 14px;
	margin: 6px 0;
	height: 30px;
	font-weight: normal;
}
.quick-shop-right p span{
	color: #63bf50;
	font-weight: bold;
	font-size: 14px;
}
.quick-shop-brief{
	margin-bottom:10px;
	padding-top: 10px;
	overflow: hidden;
	width: 100%;
	border-top:1px solid #f1f4f8;
}
.quick-shop-brief h3{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 14px;
	margin:0;
	padding:0;
}
.quick-shop-brief-content{
	text-align:justify;
}
.quantity-bound{
	position:relative;
	border-top:1px solid #f1f4f8;
	margin-top:10px;
	padding-top:10px;
}
.quantity-bound .edit-number input.input-small{
	width:31px;
	text-align:center;
	height:26px;
	padding:0;
	border:1px solid #d7d7d7;
	margin-left:21px;
}
.quantity-bound .edit-number input.input-small:focus{
	outline:none;
}
.quantity-bound .edit-number a{text-decoration:none;font-weight:bold;}
.quantity-bound .edit-number a#down{
	width:20px;
	height:26px;
	line-height:25px;
	display:inline-block;
	background:#FFF;
	border-color: #d7d7d7;
	border-style:solid;
	border-radius:5px 0 0 5px;
	border-width: 1px 0 1px 1px;
	text-align:center;
	font-weight:bold;
	position:absolute;
	bottom:0;
	left:0;
}
.quantity-bound .edit-number a#up{
	width:20px;
	height:26px;
	line-height:26px;
	display:inline-block;
	background:#FFF;
	border-color: #d7d7d7;
	border-style:solid;
	border-radius:0 5px 5px  0;
	border-width: 1px 1px 1px 0px;
	text-align:center;
	font-weight:bold;
	position:absolute;
	bottom:0;
	left:54px;
}
.quick-shop-brice{
	padding-top:10px;
}
.quick-shop-brice .amount{
	font-size: 25px;
	line-height: 32px;
	font-weight:bold;
}
.quick-shop-brice del{
	color: #505050;
	margin-right:15px;
}
.quick-shop-brice ins{
	color: #00a2ff;
	text-decoration:none;
}
.quick-shop-brief p.add-cart a{
	background-color: #49b050 !important;
	border:1px solid #49b050;
	color: #fff;
	margin-top: 0;
	text-decoration:none;
	border-radius: 20px;
	padding: 5px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}
.quick-shop-brief p.add-cart a:hover{
	background-color: #fff !important;
	color: #49b050 !important;
	border-color: #49b050;
}
.color{
  display: block;
  text-align: center;
  margin:3px 0;
	}
.color span.color-items{
	width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 4px;
  border: 1px solid #9E9E9E;
	}
