/* Enter Your Custom CSS Here */

/* To prevent optinmonster from overrunnig header */

header {
  margin-top: 50px;
}

.charlotte-element-close.charlotte-close {
    display: none !important;
}

/* Cart Customization */

.cart-subtotal,
.order-total {
	display: table-row !important;
}

.subscription-details,
.first-payment-date,
.cart-subtotal.recurring-total, 
.order-total.recurring-total {
	display: none !important;
}

.woocommerce .cart-collaterals .checkout-button {
	float: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 17px 54px 43px 58px;
}

/* Checklist Landing Page */

.page-id-126372 #newsletter {
  display:none;
}

/* Remove Coupon from Cart Page */
.page-template-page-cart .woocommerce .coupon_wrapper {display:none;} 