.q-box {
    margin-bottom: 14px;
    background: #f5f5f6;
    padding: 20px 65px;
}

.q-boxes {
    margin-bottom: 40px;
}

.q-box .number {
    width: 123px;
    height: 123px;
    padding-top: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fdc716;
    color: #fdc716;
    font-size: 21px;
}

.q-box .number span {
    font-size: 80px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 3px 0 0;
}

.q-box .description {
    display: inline-block;
    vertical-align: middle;
    padding-left: 34px;
    width: calc(100% - 140px);
}

.q-box label {
    font-size: 18px;
    display: block;
}

.q-box-3 .txt {
    font-size: 14px;
}

.q-box-3 .txt span {
    color: #fdc716;
    line-height: 1;
    font-size: 41px;
}


.quantity-box {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.quantity-box input {
    width: 115px;
    border: none;
    text-align: center;
    color: #8e8e8e;
    float: left;
    font-size: 16px;
    font-weight: 300;
    margin: 0 2px;
    height: 40px;
    border: 1px solid #cececf;
}

.plus, .minus {
    float: left;
    height: 40px;
    width: 40px;
    display: block;
    background: #cececf;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 41px;
}

.plus {
    left: auto;
    right: 0;
}

.minus {
    font-size: 30px;
    line-height: 40px;    
}

.plus:hover, .minus:hover {
    background: #000;
    color: #fff;
}

@media only screen and (max-width: 767px) {
   .q-box {
      padding: 20px;
      text-align: center;
   }
   .klz-box-1 figure {
width: 50px;
}
.q-box .description {
   width: 100%;
   padding: 30px 0 0 0;
}
}
