.cart_totals {
    display: none;
}

.about_paypal  {
    display: none;
}

.image-box-shadow  {
box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 3px 10px rgba(0,0,0,0.15)
}

a img.image-box-shadow  {
box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 3px 10px rgba(0,0,0,0.15)
}

.box.orange h4 {
    padding: 13px 10px 13px 10px;
    margin: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #e26600;
}


/*  WOOCOMMERCE ZAHLUNGSOPTIONEN*/
input[type="radio"] { 
opacity: 0;
}


input[type="radio"] + label { 
background-image:url(//raupach.biz/wp-content/uploads/2020/05/checkbox_empty.png);
background-repeat: no-repeat;
 background-size: 18px 18px;
 background-position: left;
 border: none;
 outline: none;
 vertical-align: Middle;
padding-left: 25px;
margin-left:-25px;
}

input[type="radio"]:checked + label { 
background-image:url(//raupach.biz/wp-content/uploads/2020/05/checkbox_checked.png) 
}

/*  WOOCOMMERCE TERMS*/
.terms label.checkbox {
background:none;
margin-left:-15px;
opacity: 1;
}

.terms input[type="checkbox"] {
 -moz-appearance: None;
 -webkit-appearance: none;
 width: 18px;
 height: 18px;
background-image:url(//raupach.biz/wp-content/uploads/2020/05/checkbox_empty.png);
background-position:left
 background-size: 18px 18px;
 background-position: Center Center;
 border: none;
 outline: none;
 vertical-align: Middle;

}

.terms input[type="checkbox"]:checked {
background-image:url(//raupach.biz/wp-content/uploads/2020/05/checkbox_checked.png) 

}