/*********** 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 { 
}
/*-------------- */
.wan-spinner2 .minus,
.wan-spinner2 .plus,
.wan-spinner2 input {
	height: 50px;
    float: left;
    
    padding: 0 4px;
    text-align: center;
    line-height: 31px;
    margin: 0 0;
    font-size: 20px;
    /*background: #b26b53;*/
    font-weight: bold;
    color: #fff;
}
.wan-spinner2 input {
    margin: 0;
    width: 100px !important;
    border: 1px solid #ebebeb;
    background: none;
    color: #333;
    height: 60px;
}
.wan-spinner2 .minus,
.wan-spinner2 .plus {
	font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    width: 30%;
    color: #000;
    line-height: 32px;
    font-size: 24px;
    height: 30px;
    float: right;
    border-left: 1px solid #000;
}
.wan-spinner2 .plus{ border-bottom:1px solid #000; }
.wan-innr {
    float: right;
    width: 31%;
	border-left: 1px solid #000;
}
@media only screen and (max-width: 767px){
  .wan-spinner2 input { width: 58px !important;}
  .wan-innr { width: auto;}
}
@media only screen and (max-width: 479px){
.spintxt {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    margin: 5px 4px 0 0;
    font-weight: 500;
}

.wan-spinner2 {
	display: block;
    margin: 0 auto 0px;
}
.wan-spinner2 input{
	margin: 0;
	width: 58px !important;
	border: 0px solid #000;
	background: none;
	color: #333;
	height: 50px;
	line-height: 30px;
	font-size: 20px;
	}
.wan-spinner2 .minus, .wan-spinner2 .plus {     line-height: 28px;
    font-size: 18px;
    height: 25px;
}
.wan-spinner2 .plus {  }
.wan-spinner2 .plus{ border-bottom:1px solid #000; }
.wan-innr {}


}

