*{
margin:0;
padding:0;
}
.item{
display: inline-block;
width: 160px;
padding: 5px;
border: 1px solid #fff;
height: 290px;
vertical-align: top;
position: relative;
border-radius: 4px;
margin-bottom: 5px;
}
.item:hover{
border: 1px solid #f3f3f3;
box-shadow: 3px 3px 5px #ccc;
}
.itemList{
margin: 0 auto;
width: 90%;
height: 160px;
position: relative;
padding: 5px;
border: 1px solid #fff;
border-radius: 4px;
margin-bottom:10px;
}
.itemList:hover{
border: 1px solid #eaeaea;
box-shadow: 3px 3px 5px #ccc;
}
a{
text-decoration:none;
}
.itemTopList{
width: 35%;
height: 160px;
border: 1px solid #eaeaea;
display: inline-block;
}
.itemTopList img{
max-width:100%;
max-height: 100%;
}
.newDisList{
position: absolute;
width: 70px;
height: 65px;
background: url('back.png') no-repeat;
background-position: 0px -685px;
top: 0px;
left: 0px;
}
.newDisList2{
position: absolute;
width: 70px;
height: 65px;
background: url('back.png') no-repeat;
background-position: 0px -368px;
top: 0px;
left: 0px;
}
.infoList{
display: inline-block;
width: 310px;
height: 100%;
vertical-align: top;
/*position: relative;*/
}
.getor:hover .btn{
    opacity:1;
}
.item img{
max-width:100%;
max-height: 100%;
}
.itemTop{
width: 95%;
margin: 0 auto;
height: 160px;
border: 1px solid #eaeaea;
}
.newDis{
position: absolute;
width: 70px;
height: 65px;
background: url('back.png') no-repeat;
background-position: -1px -367px;
top: 0px;
}
.newDis2{
position: absolute;
width: 70px;
height: 65px;
background: url('back.png') no-repeat;
background-position: -1px -684px;
top: 0px;
}

.newDiscount{
transform: rotate(-42deg);
-ms-transform: rotate(-42deg);
-webkit-transform: rotate(-42deg);
display: block;
position: absolute;
top: 13px;
left: 5px;
font-weight: bold;
color: #fff;
font-family: Corbel;
}
.info{
width:95%;
overflow:hidden;
max-height: 130px;
text-align:center;
}
.info p{
width:100%;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
color:#BF7D33;
padding: 4px 2px 4px 2px;
font-family: Courier New;
font-weight: bold;
letter-spacing: -1px;
word-spacing: -2px;
}
.span1{
color: #FE9800;
font-weight: bold;
padding-right: 20px;
}
.span2{
text-decoration:line-through;
color: #C0BEBE;
/*color: #BB262C;*/
font-size: 12px;
}
.rating{
width: 100%;
}
.rate1{
font-size: 25px;
color: #C0BEBE ;
display:inline-block;
 position: relative;
}
.halfstar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;    
    color: #C0BEBE;
    overflow: hidden;
}
.halfstarhalf {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;    
    color:gold;
    overflow: hidden;
}
.halfstarfull {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;    
    color: gold;
    overflow: hidden;
}
.btn {
  background: #FFD700;
  background-image: -webkit-linear-gradient(top, #FFD700, #fcd203);
  background-image: -moz-linear-gradient(top, #FFD700, #fcd203);
  background-image: -ms-linear-gradient(top, #FFD700, #fcd203);
  background-image: -o-linear-gradient(top, #FFD700, #fcd203);
  background-image: linear-gradient(to bottom, #FFD700, #fcd203);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Georgia;
  color: #ffffff;
	font-size: 15px;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
	border: 0;
	position: absolute;
	bottom: 10px;
	left: 25px;
	opacity:0;
	transition:opacity 1s linear;
}

.btn:hover {
  background: #e3b600;
  background-image: -webkit-linear-gradient(top, #e3b600, #ffd500);
  background-image: -moz-linear-gradient(top, #e3b600, #ffd500);
  background-image: -ms-linear-gradient(top, #e3b600, #ffd500);
  background-image: -o-linear-gradient(top, #e3b600, #ffd500);
  background-image: linear-gradient(to bottom, #e3b600, #ffd500);
  text-decoration: none;
  color:#000;
}
.total{
display: block;
font-size: 12px;
color: #666;
}
.btnList {
  
background: #FFD700;
background-image: -webkit-linear-gradient(top, #FFD700, #fcd203);
background-image: -moz-linear-gradient(top, #FFD700, #fcd203);
background-image: -ms-linear-gradient(top, #FFD700, #fcd203);
background-image: -o-linear-gradient(top, #FFD700, #fcd203);
background-image: linear-gradient(to bottom, #FFD700, #fcd203);
-webkit-border-radius: 4;
-moz-border-radius: 4;
border-radius: 4px;
font-family: Georgia;
color: #ffffff;
font-size: 15px;
padding: 3px 20px 3px 20px;
text-decoration: none;
border: 0;
position: absolute;
bottom: 20px;
left: 55%;
opacity: 1;
}
.btnList:hover {
  background: #e3b600;
  background-image: -webkit-linear-gradient(top, #e3b600, #ffd500);
  background-image: -moz-linear-gradient(top, #e3b600, #ffd500);
  background-image: -ms-linear-gradient(top, #e3b600, #ffd500);
  background-image: -o-linear-gradient(top, #e3b600, #ffd500);
  background-image: linear-gradient(to bottom, #e3b600, #ffd500);
  text-decoration: none;
  color:#000;
}
.paging{
padding: 6px 0px 6px 0px;
}

.Vgroup{
display: inline-block;
vertical-align: top;
width: 91px;
background: #00E4FF;
border-radius: 10px;
font-family: sarif;
font-size: 12px;
font-weight: bold;
color: #25254A;
text-align: center;
}

.paging .page1{
width: 36px;
display: inline-block;
vertical-align: top;
margin: 0px;
}
.paging a img{
width: 30px;
height: 30px;
margin-right:5px;
}
hr {
    height: 1px;
    background: #FFD700;
    font-size: 0;
    border: 0;
}
.page{
padding:2px;
}
.page a{
display: inline-block;
border: 1px solid #ddd;
width: 25px;
height: 23px;
color: #333;
font-size: 12px;
line-height: 23px;
margin: 4px 2px 4px 2px;
white-space: nowrap;
}
.page2{
width: 410px;
display: inline-block;
vertical-align: top;
}
.page2 a{
display: inline-block;
border: 1px solid #ddd;
width: 25px;
height: 23px;
color: #333;
font-size: 12px;
margin: 4px 2px 4px 2px;
white-space: nowrap;
line-height: 23px;
text-align: center;
}
.shopping-cart {
    display: inline-block;
}
/**************/
.hide{
display:none;
}
.block{
display:block;
}
.thecart{
	border:1px solid #ccc;
    width: 215px;
    min-height: 55px;
	border-radius:5px;
	color:#fff;
	font-size:14px;
text-align:center;
margin: 2px 0px;
}
.thecart p {
text-align: center;
background: url('images/cartbg.jpg'), url(images/_cart.png);
padding: 5px 0px;
background-repeat: no-repeat;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
color: #8D8D8D;
border-bottom: 1px solid #CACACA;
background-position: left,right;
background-size: 85%,14%;
}
.thecart a{
width: 25%;
display: inline-block;
text-overflow: ellipsis;
text-align: left;
color: #888;
font-size: 11px;
overflow: hidden;
font-family: Arial;
font-weight: bold;
height: 12px;
}
.qtynum{
width: 25px;
outline: none;
border: 1px solid #eaeaea;
}
.thecart .delete{
background: url("icon/Delete_Icon.png");
background-size: 17px 17px;
width: 7%;
height: 16px;
border: 0;
outline: none;
}
.thecart span{
color: #888;
display: inline-block;
width: 50%;
text-overflow: ellipsis;
text-align: left;
font-family: Arial;
font-size: 11px;
font-weight: bold;
}
.orderul {
width: 100%;
font-size: 12px;
background: #fff;
}
i{
color: red;
font-style: normal;
}
.orderul li {
width: 100%;
text-align: left;
padding: 3px 0px;
}
/**************/
.getor{
display: inline-block;
position: relative;
}
.getorList{
position:relative;
}