.woocommerce div.product form.cart .button {
    color: black !important;
    background-color: #ffffff !important;
    --borderColor: #eee;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    margin-bottom: 0 !important;
    height: 55px !important;
    width: 50% !important;
}

.single-product.woocommerce .summary button {
    color: black !important;
    float: unset !important;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
    margin-bottom: 0 !important;
    height: 55px !important;
    width: 50% !important;
}

.single-product.woocommerce div.images.woocommerce-product-gallery .flex-control-nav li img {
    opacity: 1;
    display: contents;
}

.woocommerce .product_meta {
    display: none !important;
    display: block;
    margin: 30px 0 0;
}

.price {display:none !important;}
 
.product-gallery  {display:none !important;}

.single-product.woocommerce div.product ul.tabs li.active {display:none !important;}		

.order_review {
    display: none;
}
