/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy-child
 */

/****************************************************/

/* Protect WooCommerce checkout layout */
.woocommerce form.checkout .form-row label {
	display: block;
	width: 100%;
	white-space: normal;
	word-break: normal;
	margin-bottom: 5px;
}

.woocommerce form.checkout .form-row-first,
.woocommerce form.checkout .form-row-last {
	float: left;
	width: 48%;
}

.woocommerce form.checkout .form-row-first {
	clear: both;
	margin-right: 4%;
}

.woocommerce form.checkout .form-row-last {
	margin-right: 0;
}

.woocommerce form.checkout .form-row-wide {
	clear: both;
	width: 100%;
}

.woocommerce form.checkout input,
.woocommerce form.checkout select,
.woocommerce form.checkout textarea {
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.woocommerce form.checkout .form-row-first,
	.woocommerce form.checkout .form-row-last,
	.woocommerce form.checkout .form-row-wide {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

/****************************************************/

/* Add space between the custom field and the add to cart button */
.kc-custom-field-wrapper {
	margin-bottom: 30px;
}

/****************************************************/

/* Change Filter Price Font Color */
.ct-price-filter {
    color: Black;
}

/****************************************************/
