@charset "utf-8";
/* CSS Document */


:root {
	
	--wcmp_option_space_v: 1rem;
	--wcmp_option_space_h: 1rem;
	
	--wcmp_option_space_v_half: calc( var(--wcmp_option_space_v) / 2 );
	--wcmp_option_space_h_half: calc( var(--wcmp_option_space_h) / 2 );
	
}



.hidden {
	display: none !important;	
}

/*
.wcmp-options-0,
.wcmp-options-1 {
	display: none;
}
*/

.wcmp-product-options {
	display: flex;
	flex-direction: column;
	margin: calc( -1 * var(--wcmp_option_space_v_half) ) calc( -1 * var(--wcmp_option_space_h_half) );
	padding-bottom: var(--wcmp_option_space_v);
}


.wcmp-option-container {
	padding:  var(--wcmp_option_space_v_half)  var(--wcmp_option_space_h_half);	
}

.wcmp-option {
	border: 2px solid transparent;
	border-radius: 2px;
	background-color: #f5f5f5; /* Matches wc notices */
	height: 100%;
}

.wcmp-option-container.selected .wcmp-option {
	border-color: #4db2ec;
}


/* Hiding the inputs? */
.wcmp-option-container input {
	position: absolute;
	left: -9999em;
}

.wcmp-option-container label {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wcmp-option-label-title {
	font-family: "Chivo", Sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	
	font-weight: 900;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	
}


.wcmp-option-label-image-price {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1rem 0;
}
.wcmp-option-label-image {
	
}

.wcmp-option-label-price-description {
	padding-left: 1rem;
	flex-basis: 50%;
	flex-grow: 1;
	flex-shrink: 0;
}
.wcmp-option-label-price {
	display: block;
	font-family: "Chivo", Sans-serif;
	font-weight: 900;
	font-size: 22px;
	line-height: 30px;
	color: #4db2ec;		
}


.wcmp-option-description {
	justify-self: left;
	font-size: 0.875rem;
}

/* Style these like h3s */
.ce-team-option-title {
	font-family: "Chivo", Sans-serif;
	font-weight: 900;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	/*
	margin-top: 27px;
	margin-bottom: 17px;	
	*/
}


.woocommerce button.button.alt,
.woocommerce button.button.alt:hover {
	background-color: var(--wc-blue);
}




/* 4-4-22 - play around with a checkbox somewhere? (either in front of title, or centered at bottom of box) */
/* in front of title */
.wcmp-option-label-title {
	position: relative;	
}
.wcmp-option-label-title::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid var(--field_border_color);
	border-radius: 2px;
	margin-right: 8px;	
}
.wcmp-option-label-title::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
input:checked + label .wcmp-option-label-title::after {
	content: '\2713';	
}
/* centered at bottom of box */
/*
.wcmp-option label {
	position: relative;
	padding-bottom: 60px;	
}
.wcmp-option label::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid var(--field_border_color);
	border-radius: 2px;
	margin-right: 8px;
	
	position: absolute;
	bottom: 10px;
	left: 50%;
	
	transform: translate(-50%);
}
.wcmp-option label::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	transform: translate(-50%);
}
.wcmp-option input:checked + label::after {
	content: '\2713';	
}
*/





/* 4-4-22 - for two options yes/no:  add a checkbox graphic in front of them */

/* Cancel above rules */
.ce-team-product-option label {
	position: static;
	padding-bottom: 1rem;	
}
.ce-team-product-option label::before,
.ce-team-product-option label::after {
	display: none;	
}

.ce-team-option-title {
	position: relative;
}

.ce-team-option-title::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid var(--field_border_color);
	border-radius: 2px;
	margin-right: 8px;	
}
.ce-team-option-title::after {
	content: '';
	position: absolute;
	left: 4px;
	bottom: 7px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
input:checked + label .ce-team-option-title::after {
	content: '\2713';	
}








@media(min-width: 45em){
	
	.wcmp-product-options {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.wcmp-option-container {
		flex-basis: 50%;	
	}
	
	
}


@media(min-width: 70.25em){
	
	/* 1124px */
	
	/* This seems the earliest we might be able to go to 3-across? */
	.wcmp-product-options-3 .wcmp-option-container,
	.wcmp-product-options-6 .wcmp-option-container,
	.wcmp-product-options-9 .wcmp-option-container {
		flex-basis: 33.3333%;	
	}
	
	
}



































/*
.hidden {
	display: none !important;
}



.recipient-heading {
	display: flex;	
}

.recipient-heading a.remove-recipient {
	font-size: 1rem;
	margin-left: auto;
}

.recipient-heading .remove-recipient:hover {
	
}

.remove-recipient .remove-recipient-symbol {
	
}

.remove-recipient .remove-recipient-text {

}



.recipient-product-quantities {
	border: 1px solid #e6e6e6;
	margin-top: -1em;	
}

.recipient-product-quantity input.qty {
	border: 1px solid var(--field_border_color);
}

.recipient-product {
	display: flex;
	align-items: center;
	border-top: 1px solid #e6e6e6;
	padding: 3px 9px 3px 9px;
	
	padding: 6px 9px;
	
	padding: 9px;
}

.recipient-product:first-child {
	border-top: none;
}


.recipient-product-quantity {
	margin-left: auto;	
}

*/





















