/*
Theme Name:   AstraChild
Description:  For functions
Author:       luminate
Author URL:   Write here the author's blog or website url
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  AstraChild
*/

/* Write here your own personal stylesheet */
.quantity .plus, .quantity .minus {
    display: inline-block;
    background: #f0f0f0;
    border: none;
    color: #333;
    text-align: center;
    width: 25px;
    border-radius: 3px;
    padding: 0;
}

.quantity .plus {
    margin-left: 10px;
}

.quantity .qty {
   height: 60px;
}