/*  Item filters  */
.noUi-tooltip {
	display: none !important;
}
.noUi-connect {
	background-color: #73a61a !important;
}

/*  Donation boxes  */
.lsvfi-donate .sums {
	display: grid;
	grid-gap: 1em;
	margin-bottom: 1em;
	grid-template-columns: 1fr 1fr 1fr;
}
	.lsvfi-donate.show-sum-selection .sums {
		grid-template-columns: 1fr 1fr 1fr 2fr;
	}
.lsvfi-donate label:not(.plain) {
	display: block;
	margin-bottom: 0.5em;
	transition: 200ms all;
	background-color: #f4f4f4;
	padding: 1em;
	border-radius: 0.3em;
	text-align: center;
}
	.lsvfi-donate.full label {
		text-align: left;
	}
	.lsvfi-donate label.active {
		background-color: #008fc1;
		color: #fff;
	}

	.lsvfi-donate label span {
		font-family: "Rubik", sans-serif;
		padding-bottom: 0.2em;
		border-bottom: 3px solid transparent;
	}
	.lsvfi-donate label a.extend {
		float: right;
	}
	.lsvfi-donate label img {
		float: right;
		margin-left: 2em;
		border-radius: 50%;
		filter: grayscale(0.75);
		opacity: 0.5;
		transition: 200ms all;
	}
	.lsvfi-donate label .description {
		margin-top: 1.5em;
	}
		.lsvfi-donate #lsv_donation_sum {
			height: 2.5em !important;
			width: auto;
			margin: -0.5em 0 -0.5em 1em;
			padding: 0 0.75em;
			background-color: #fff;
			border-radius: 0.3em;
			border: none;

			font-family: "Rubik", sans-serif;
			font-size: 100%;
		}
.lsvfi-donate div {
	margin-bottom: 1em;
}

.lsvfi-donate input[type="email"],
.lsvfi-donate input[type="submit"],
.lsvfi-donate input[type="text"] {
	width: 100%;
}
	.lsvfi-donate input[type="radio"] {
		margin-right: 1em;
	}
	.lsvfi-donate input[type="submit"] {
		padding: 1em;
		margin: 0.3em 0;
		background-color: #73a61a;
		color: #fff;
		border: none;
		border-radius: 0.2em;
		font-family: "Rubik", sans-serif;
		font-weight: 500;
		font-size: 100%;
		letter-spacing: 0.04em;
		cursor: pointer;
	}
.lsvfi-donate a.more {
	font-weight: 400;
	font-size: 85%;
}

/*
 *  Tweaks to the core
 *
 */

.digidone-shop-form-row.type-bool + .digidone-shop-form-row {
 margin-top: 1.25em;
}

/*  Featured category listings  */

/*
@media screen and (min-width:800px) {
	.digidone-shop-category-items-wrapper {
		display: grid;
		grid-gap: 1.5em;
		grid-template-columns: repeat(2, 1fr);
	}
	.digidone-shop-category-items-wrapper .item-thumbnail {
		max-height: 175px;
		overflow: hidden;
	}
}
*/

/*  Hide "Filter items" header  */

.digidone-shop.filters header {
	display: none;
}

/*
 *  Purchase buttons
 *  TODO: Move to theme
 *
 */

.digidone-shop-purchase {
	padding: 1em;
	margin: 0.3em 0;
	background-color: #73a61a;
	color: #fff;
	border: none;
	border-radius: 0.2em;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 100%;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: 200ms background;
}
	.digidone-shop-purchase:hover {
		background-color: #008fc1;
	}
