.grammar {
    padding: .5rem 1rem;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    color: #484848;
    text-decoration: none;
    display: inherit;
}
.inp_quantity_disp {
    width: 100%;
    padding: .5rem 1rem;
    background-color: #fff;
    border: solid 1px #e1e1e1;
    margin-top: -1px;
    z-index: 7;
    position: relative;
}
.button-plm {
    cursor: pointer;
    margin: 0px -2px;
    background: transparent;
    width: calc(50% - 50px);
    display: inline-block;
}
.inp_quantity {
    width: 100px;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    outline: none;
}
.calc .button-small {
    background-color: #fff;
    padding: .5em;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
}
.grams_quantity {
    background-color: #fff;
    padding: .5em;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
}
.calc {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill,minmax(33%,1fr));
    grid-gap: 1px;
    background-color: #e1e1e1;
    border: solid 1px #e1e1e1;
}

.pr-text {
    border: solid 1px #e1e1e1;
    margin-bottom: 1rem;
    padding: .5em;
    height: 70px;
    width: 100%;
    resize: none;
    outline: 0;
    font-weight: 200;
    font-size: .8em;
    color: #242424;
    border-radius: 0;
}

.calc_info {
    font-size: .8em;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.buttons .single-product .cart .quantity {
    display: none;
}
.buttons span.woocommerce-Price-amount.amount {
    min-height: 45px;
    display: block;
}
.buttons .count-grams-field {
    display: none;
}
.buttons .changer .selected {
    background: #efecec !important;
}
.buttons .changer .button {
    width: 49%;
    border-radius: 0;
    background: none;
    border: solid 1px #e1e1e1;
    cursor: pointer;
    text-align: center;
    padding: 6px 0px;
}
.buttons .changer .button:hover {
    color: #000;
}