/*********** spinner start *************/
.spintxt, .wan-spinner2 {
	display:inline-block;
}
.spintxt{
	font-size:18px;
	text-align:left;
	line-height:30px;
	margin:5px 4px 0 0;
	font-weight:500;
}
.wan-spinner2 { 
    margin:-4px 0 0 0px;
    border: 1px solid #ebebeb;
	background:#fafafa;
	width:134px;
	border-radius:0px;
}
/*-------------- */
.wan-spinner2 .minus,
.wan-spinner2 .plus,
.wan-spinner2 input {
	height: 48px;
	float: left;
	line-height: 1em;
	padding: 0 4px;
	text-align: center;
	line-height:48px;
	margin:0 0;
	font-size:16px;
	background:none;
	font-weight:bold;
	padding:3px 0 0 0;
	font-family: inherit;
}
.wan-spinner2 input {
  margin: 0;
  width:50px;
  border: none;
}
.wan-spinner2 .minus,
.wan-spinner2 .plus {
     font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    width: 40px;
    color: #2d2d2d;
    line-height: 41px;
    font-size: 20px;
    padding: 2px 0 0 0;
}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 479px){

}

