#feeding-plan-builder #mixed-box {
	padding: 0 1.2em;
}
.question #feeding-plan-builder #mixed-box {
	margin-top: -76px;
}
#raw-or-kibble > .feeding-type.mixed {
	background: #083051 url('../media/mixed-feeding-plans.png') no-repeat center top 120px;
	background-size: 100% auto;
	position: relative;
}
#raw-or-kibble > .feeding-type.mixed:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	content: ' ';
	background: #ffffff;
	opacity: .1;
}
#raw-or-kibble > .feeding-type.mixed .feeding-inner h3 {
	color: #84D8E9;
	font-size: 1.5em !important;
}
#raw-or-kibble > .feeding-type.mixed .feeding-inner {
	color: white;
}
#raw-or-kibble > .feeding-type.mixed .feeding-inner, #raw-or-kibble > .feeding-type.mixed .cta-inner {
	position: relative;
}

#raw-or-kibble {
	justify-content: center;
	gap: 36px;
}
#raw-or-kibble > .feeding-type { background-color: #fbf7f3; }
.row.question #raw-or-kibble > .feeding-type:not(.mixed) { background-color: white; }
#mixed-box h4 {
    text-align: center;
    color: #84D8E9;
}
#food-types div {
	display: inline-block;
	padding: 0 9px;
}
#food-types .inner {
	padding: 9px 15px;
	background: #fbf7f3;
	border-radius: 50px;
	margin-left: 0 !important;
}
a.compare-foods {
	color: #A5A9B2;
}
.row.question #food-types .inner {
	background-color: white;
}
#build-guidance {
	height: 40px;
	margin-bottom: 18px;
}
#build-guidance p {
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}
#mixed-box #checkout-options-food.condensed .box { text-align: center; }
#mixed-box #checkout-options-food.condensed img {
	max-height: 70px;
	margin-top: -25px;
	opacity: 1;
}
#mixed-box #checkout-options-food.condensed p { display: none; }
#checkout-options-food:not(.showRaw) .foodthree, #checkout-options-food > div.disabled {
    opacity: .2;
}
#checkout-options-food:not(.showRaw) > div:last-of-type:hover, #checkout-options-food:not(.showRaw) > div:last-of-type .catch-all:hover { cursor: not-allowed; }
#checkout-options-food.needthirdraw .foodcol:not(.hasRaw):not(.hasKibble) .option[data-productcat="kibble"] { opacity: .2; }
#checkout-options-food.mixedwithboth:not(.needthirdraw) .foodcol.hasRaw .option[data-productcat="kibble"] { opacity: .2; }
.kibble-options .raw .image {
	margin-top: -25px;
}
.kibble-options .raw .content, .kibble-options .raw .feeding-inner {
	position: relative;
	z-index: 5;
	overflow: visible;
}
#single-recipe h2 {
	color: #84D8E9;
	margin-bottom: 36px;
}
#compareKibbles > h3, #raw-or-kibble.mixed { display: none; }
#single-recipe h2.black { color: black; }
#compareRaw { display: none; }
.mfp-content {
	overflow: auto;
	display: block;
}
.mfp-ready #compareRaw, .mfp-ready #confirm-new-plan {
	display: block !important;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
#compareRaw  #raw-or-kibble .rounded {
	max-width: 355px;
	overflow: hidden;
}
	#bundle-result {
		text-align: center;
		margin-top: 36px;
	}
	#bundle-result .error {
		color: #F97276;
	}
@media screen and (min-width: 67em) {
		#mixed-box .flex {
			column-gap: 36px;
		}
		#mixed-box .flex > div {
			flex: 1 0 0;
		}
		.product-row.raw .flex.grid {
			justify-items: center;
		}
		.product-row.raw .flex.grid .raw.two {
			grid-column: 2;
		}
		#compareRaw.kibble-options .cta-inner, .kibble-options .raw .cta-inner {
			position: static;
		}
		#compareRaw.kibble-options #raw-or-kibble:not(.mixed) .feeding-inner {
			min-height: 0;
			position: relative;
	        z-index: 5;
	        overflow: visible;
		}
		#raw-or-kibble > .feeding-type.mixed .feeding-inner h3 {
			padding-top: 72px;
		}
		#raw-or-kibble > .feeding-type.mixed.flex {
			display: flex;
		    flex-direction: column;
		    justify-content: space-between;
		}
}
@media screen and (max-width: 67em) {
		#feeding-plan-builder #mixed-box > .inner-really-narrow {
			padding: 0;
		}
		#checkout-options-food:not(.showRaw) .foodthree, #checkout-options-food > div.disabled {
			display: none;
		}
		#mixed-box #checkout-options-food.condensed .option[data-productcat="raw"] img {
			margin-right: -20px;
		}
		.mfp-ready #compareFoods {
			padding: 108px 0;
		}
		.scratchmodal > .inner {
			padding: 0 1.2em;
		}
		#raw-or-kibble > .feeding-type.mixed {
			padding: 36px 0 25px;
			background-position: center center;
			display: block;
		}
		#raw-or-kibble > .feeding-type.raw {
			margin-bottom: 0;
		}
		#raw-or-kibble > .feeding-type.mixed .feeding-inner {
			padding-bottom: 220px !important;
		}
		#raw-or-kibble > .feeding-type.mixed .cta-inner {
			padding: 0 25px;
		}
}
#mixed-box .option {
	background-color: white;
	margin-bottom: 13px;
	min-height: 0;
    padding: 1.2em;
    clear: both;
}
#mixed-box .option.notrecommended:before {
	content: 'Not recommended for your dog';
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	color: white;
	align-content: center;
    border-radius: 8px;
	background: rgba(0,0,0,.3);
	-webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: all 0.3s;
}
#mixed-box .option.notrecommended:hover:before {
	opacity: 0;
}
#mixed-box .option a.compare-open, #mixed-box .option a.compare-mixed-open {
	margin-left: 2px;
	position: relative;
	z-index: 83;
}
#mixed-box .option {
	border: 1px solid #DEDEDE;
	border-radius: 8px;
	position: relative;
}
#mixed-box .option.active{
	background-color: #F6FBFC;
	border-color: #84D8E9;
}
#key.butnot .option.active {
	border-color: #073051;
}
#mixed-box .option .box {
	margin-top: -40px;
}
#mixed-box .option .box {
	width: 40%;
	margin-top: 0;
	margin-left: -36px;
	margin-right: 18px;
	margin-bottom: 5px !important;
	float: left;
}
.#mixed-box .option.turkey .box {
	margin-left: -30px;
    margin-right: 12px;
}
#mixed-box .option.salmon .box, #mixed-box .option[data-productcat="raw"] .box  {
	text-align: center;
}
#mixed-box .option.salmon .box img {
	padding-left: 23px;
}
#mixed-box .option .box img {
    max-height: 110px;
    width: auto;
}
#key.butnot .option .box img {
	max-height: 197px;
    width: auto;
}
#mixed-box .option.variety .box {
	text-align: right;
}
#mixed-box .option.variety .box img {
	max-height: 100px;
}
#mixed-box .option label {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	display: block;
	margin-right: -10px;
	margin-bottom: 0 !important;
    font-size: 15px;
}
#mixed-box .option input[type=radio], #mixed-box .option input[type=checkbox] {
	cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    outline: 0;
    z-index: 3;
    width: 24px;
    height: 24px;
    box-shadow: none;
}
#mixed-box .option span.catch-all, #key #checkout-options .option span.catch-all {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 82;
    top: 0;
    left: 0;
    cursor: pointer;
}
#mixed-box .option input:not(:disabled) + label:before {
	content: '';
    -webkit-transform: none;
    transform: none;
    width: 24px;
    height: 24px;
    border-radius: 500rem;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    background: white;
    border: 1px solid #84D8E9;
    position: absolute;
    -webkit-transition: border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
    z-index: 76;
}
#mixed-box .option input:not(:disabled) + label:after {
	position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 500rem;
    background-color: #84D8E9;
    border: 2px solid #ffffff;
    line-height: 26px;
    text-align: center;
    bottom: -14px;
    left: 50%;
    margin-left: -12px;
    -webkit-transition: border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;
    z-index: 75;
}
#mixed-box .option input:not(:disabled) + label:before, #mixed-box .option input:not(:disabled) + label:after {
	top: 50%;
	left: 0;
}
#mixed-box .option label:before {
	margin-left: -12px;
	margin-right: -12px;
	margin-top: -12px;
}
#mixed-box .option label:after {
	margin-left: -14px;
	margin-right: -14px;
	margin-top: -14px;
}
#mixed-box .option input[type=radio], #mixed-box .option input[type=checkbox] {
	cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    outline: 0;
    z-index: 3;
    width: 24px;
    height: 24px;
    box-shadow: none;
}
#mixed-box .option input:not(:disabled)~label:after {
    content: '';
    color: #84D8E9;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    opacity: 1;
}
#mixed-box .option input:not(:disabled):checked~label:after, #mixed-box .ui.radio.checkbox input:not(:disabled):checked~.box:after, #mixed-box .ui.radio.checkbox input:not(:disabled):checked~label:after, #mixed-box .option.simple input:not(:disabled):checked~label:after {
	background: #84D8E9 url('../media/global-sprite.webp') -267px -14px;
    background-size: 166px 117px;
    opacity: 1;
    z-index: 77 !important;
    content: ' ';
}
#mixed-box .ui.radio.checkbox input:not(:disabled):checked~.box:after, #mixed-box .ui.radio.checkbox input:not(:disabled):checked~label:after {
	background-position: -252px -13px;
    background-size: 157px 115px;
}