/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

hr.wp-block-separator {
    border-top: none;
	margin: 30px 0 25px;
}

ol, ul {
    margin: 0 0 0.3em 3em;
}

.site-header {
    border-bottom: 1px solid #dddddd;
}

.separate-containers .site-main {
    border: 1px solid #dddddd;
    border-radius: 7px;
    overflow: hidden;
}

.tiered-pricing-table td {
	padding: 0.5rem !important;
}

.tiered-pricing-table tr th:nth-child(2),
.tiered-pricing-table tr td:nth-child(2) {
	display: none !important;
}

body #main .tiered-pricing--active td {
    background-color: #6d9100 !important;
}

.woocommerce form .quantity.buttons-added input.qty {
	width: 170px;
}

.delivery-date-field {
    margin-bottom: 30px;
}

.delivery-date-field label,
.delivery-date-field input {
    width: 100%;
}

.delivery-date-field label {
    font-weight: bold;
}

.tiered-pricing-wrapper h3 {
	font-size: 20px;
	font-weight: bold;
}

.single-product .woocommerce-Price-amount:after {
	content: " per sq. ft.";
	font-size: 16px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #ddd;
    padding-bottom: 1.5rem;
}

.woocommerce ul.products li.product .button {
    border-radius: 50px;
}

.postid-63 .delivery-date-field,
.postid-40 .delivery-date-field {
	margin-top: 25px;
}

.tiered-pricing-table{ display:none !important; }

/* .woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
    display: none;
} */

.woocommerce div.product .product_title {
    margin-bottom: 15px;
}

.zip-wrapper {
    text-align: center;
    padding: 1rem;
    background: #eeeeee;
    border: 1px solid #dddddd;
    margin-bottom: 2rem;
}









