.qty-wrapper {
    /*width: 20%;*/
    float: left;
}
.qty-wrapper div {
    /*display: flow-root;*/
    max-width:200px;  
}
.qty-wrapper div p.up {background-color:#f5f5f5;border-bottom:1px solid #ccc;border-left:0px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;border-radius: 0 10px 0 0;}
.qty-wrapper div p.dn {background-color:#f5f5f5;border-bottom:1px solid #ccc;border-left:0px solid #ccc;border-right:1px solid #ccc;border-top:0px solid #ccc;border-radius: 0 0 10px 0;}
.qty-wrapper div p.up, .qty-wrapper div p.dn {
    line-height: 38.5px;
    /* margin-left: 10px; */
    color: #666;
    font-size: xx-large;
    width: 45px;
    /* height: 40px; */
    float: left;
    text-align: center;
    /* border-radius: 90px; */
    clear: both;
}
.minicart-wrapper .qty-wrapper div p.up, .minicart-wrapper .qty-wrapper div p.dn, #product-options-wrapper div p.up, #product-options-wrapper  div p.dn {
    position: relative;
    line-height: 40px; 
    width: 40px;
    text-align: center;
    font-size: 1.5em;
    border-radius: 90px;
    float: left;
    color:white;
}
#product-options-wrapper div p.up {top:-40px; left:100px; background-color:#07d307;}
#product-options-wrapper  div p.dn {top:-40px; left:35px; background-color:#ffa80a;}
.product-options dd .qty-holder .qty {margin-left: 41px;line-height:40px;width:60px;}
/*@media only screen and (max-width: 770px) {
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
width:100%;
}
.product-view .product-options-bottom .price-box {margin-bottom:20px!important;}
.qty-wrapper div {
    display: flex;
    max-width:100%;
    margin:auto;
}
}
}*/
.qty-wrapper .dn { background-color: gray;
    color: white;
    font-family: arial;
    font-size: 30px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 360px;
    margin-right: 10px;
    background-image: url("../images/-.png");
    background-position: center;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
.qty-wrapper .up {
    background-color: black;
    color: white;
    font-family: arial;
    font-size: 30px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 360px;
    margin-right: 10px;
    background-image: url("../images/+.png");
    background-position: center;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}