/* 

   Ant's Wedding Theme

*/

body {
    font-family: 'quicksand', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    padding:50px;
    margin: 0;
    
}
h1 {
    font-family: 'great_vibes';
    margin:3rem 0 1rem;
    font-size: 3rem;
}
img {
    width: 500px;
    height: 700px;
    object-fit: cover;

}
.container {
    display: flex;
}
.image {
    padding-left: 50px;
}
.text {
}
p {
    margin: 15px 0;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
   display:none;
}
.woocommerce ul.products li.product .price {
   display:none;
}
.wc-block-components-totals-wrapper {
   display:none;
}
.wc-block-cart-item__image {
   display:none;
}
.cart-subtotal {
   display: none;
}
.order-total {
   display: none;
}
.woocommerce-Price-amount {
   display: none;
}
.product-total {
   display: none;
}
.form-row-first, .form-row-last {
   display: none;
}
