.btn {
display: inline-block;
text-align: center;
white-space: nowrap;
-webkit-user-select: none;
user-select: none;
padding: 0.4rem 1.2rem;
line-height: 1.5;
margin:1px;
transition: all .3s ease-out;
cursor: pointer;
background:#222;
color:#fff;
border:0;
font-size:.9rem;
font-weight: 400;
}

.btn:hover {background:#444; transition: all .3s ease-out;}

#product_info .btn {line-height: 29px; position: relative; text-align: right; width: 170px;border-top-right-radius: 20px; border-bottom-right-radius: 20px;}
#product_info .btn svg {top: 12px; position: absolute; left: 13px;}
#product_info2 .btn {background:#454545;}
#product_info2 .btn:hover {background:#454545;}

.canvas_kasse_button, .canvas_mz_button {width:100%; text-align: center; background:#222;border:0; color:#fff !important; padding:20px; display: block; margin-bottom: 5px;font-size: 17px; font-weight: 400;}
.canvas_kasse_button:hover, .canvas_mz_button:hover {background:#000;}
.canvas_wk_button {width:100%; text-align: center; background:#fff; color:#222; border:1px solid #222; padding:17px; display: block;font-size: 17px; font-weight: 400;}
.canvas_wk_button:hover {background-color: #f2f2f2; color:#000;}

.kostenpflichtigbbestellen .btn {width: 100%;line-height: 40px;font-size: 20px;}
.box_gutschein_einloesen button {border:0;text-decoration: underline; cursor: pointer;}

#categories_list .btn {width: 100%;padding: 15px;border-radius: 0;margin: 10px 0;}
#categories_list .btn:hover {background: #222;border-color: #222;}

#newsletter .btn {text-transform: uppercase; margin-top: 10px;}
.button_reviews {
    opacity: .4;
    background:transparent;
    border-radius: 17px;
    padding: 5px 7px 0px;
    display: block;
    transition: .3s ease-out;
    position: absolute;
    right: 10px;
    top: 10px;
}
.button_reviews:hover { opacity:1;transition: .3s ease-out;}

.button_benachrichtigung {
    border: 0;
    width: 99.4%;
    line-height: 29px;
    padding: 6px 0;
    margin-bottom: 4px;
    background: #222;
    color: #fff;
}

.input-element-big input.btn {padding:10px 0;}
