.woocommerce div.entry-summary form.cart button[type=submit] {
font-size: 18px;
background: #277a00;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.10);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border-radius: 50px;
}
.wc-sticky-product-bar-container {
background: #f4f4f4;
}
.wc-sticky-product-bar {
background: #f4f4f4;
opacity: 1;
font-family: helveregu;
padding-left: 5%;
padding-right: 5%;
}
.wc-sticky-product-bar-displayed .wc-sticky-product-bar section.name {
color: #277a00;
font-size: 14px;}
.wc-sticky-product-bar-displayed .wc-sticky-product-bar section.rating {
display: none;
}
.wc-sticky-product-bar-displayed .wc-sticky-product-bar section.button a.action-button, .wc-sticky-product-bar-displayed .wc-sticky-product-bar section.button button {
font-size: 14px;
border-radius: 35px;
background: #277a00;
color: #f4f4f4;
border: none;
}