/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/** Checkout page **/
.post-10 {
	padding:0 15px;
}

.cart .quantity {
	display: none !important;
}

.woocommerce form.cart button {
	display: none;
}

#calendar-display {
	margin-top: 12px;
	border: 1px solid black;
    /* font-weight: bold; */
    border-radius: 15px;
    padding: 10px;
    background-color: #efefef;
}

#calendar-display .display-total {
	font-weight: bold;
}

.flatpickr-day.flatpickr-disabled:after {
    display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    content: "\00d7";
    font-size: 32px;
}