/*********** 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: 10px 0 0 0px;
    border: 1px solid #ebebeb;
    background: #fafafa;
    vertical-align: middle;
}

/*-------------- */

.wan-spinner2 .minus,
.wan-spinner2 .plus,
.wan-spinner2 input {
    height: 50px;
    float: left;
    line-height: 1em;
    padding: 0 4px;
    text-align: center;
    line-height: 31px;
    margin: 0 0;
    font-size: 20px;
    background: #92c054;
    font-weight: bold;
    font-family: inherit;
}

.wan-spinner2 input {
    margin: 0;
    width: 50px;
    border: 1px solid #fff;
    background: #fff;
}

.wan-spinner2 .minus,
.wan-spinner2 .plus {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    width: 50px;
    color: #fff;
    line-height: 45px;
    font-size: 24px;
}

@media only screen and (max-width: 767px) {}

@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 {
        /*float:right; margin:0; vertical-align:top;*/
    }
    .wan-spinner2 .minus,
    .wan-spinner2 .plus {
        width: 70px;
    }
}