/**
 * vendors.css
 *
 * @since 0.1.1
 * @package Ozarms
 *
 */



/** General Elementor form styling **/

.elementor-form-fields-wrapper h6 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

/**
.elementor-form-fields-wrapper button[type="submit"] {
	display: none;
}

.elementor-form-fields-wrapper:has(input:checked ) button[type="submit"] {
	display: block;
	margin-top: 2rem;
}
*/



/** Custom styled checkboxes **/

.elementor-field-type-checkbox .elementor-field-subgroup {
	margin-bottom: 2rem;
}

.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input[type="checkbox"] {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.elementor-field-type-checkbox .elementor-field-subgroup span.elementor-field-option label {
	position: relative;
	cursor: pointer;
	display: block;
}

.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option:has( input[type="checkbox"] ) > label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #c8c8c8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 1rem;
	margin-right: 0.5rem;
	border-radius: 3px;
}

.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: calc(1rem + 7px);
	width: 7px;
	height: 13px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(35deg);
}

@media only screen and (max-width: 600px) {
	.elementor-widget-wc-archive-products .products {
		grid-template-columns: auto !important;
	}
}
