/* NAVIGATION */
.mobile-bottom-nav{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:1000;
	
	display:flex;	
	
	height:66px;
	
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.09);
	border-top: 1px solid rgba(7,48,81,.2);
	background-color:#fff;
}
.mobile-bottom-nav__item {
	flex-grow:1;
	flex-basis: 0;
	text-align:center;
	font-size:10px;
	text-transform: uppercase;
	color: #073051;
	border-right: 1px solid rgba(7,48,81,.2);
		
	display:flex;
	flex-direction:column;
	justify-content:center;
	
	position: relative;
}
.mobile-bottom-nav__item span {
	cursor: pointer;
}
.mobile-bottom-nav__item span a {
	color: #073051;
	text-decoration: none;
}
.mobile-bottom-nav__item:last-of-type {
	border-right: none;
}
.mobile-bottom-nav__item i {
	font-size: 22px;
	margin-bottom: 2px;
}
.mobile-bottom-nav__item img {
	margin-right: 5px;
}
.mobile-bottom-nav__item.open:after {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: white;
	content: ' ';
}
.mobile-bottom-nav__item.open i {
	color: #84D8E9;
	font-weight: 900;
}
.mobile-bottom-nav__item-content {
	display:flex;
	flex-direction:column;
}
.referral .mobile-bottom-nav__item-content span {
	display: block;
}
.referral .mobile-bottom-nav__item-content span img {
	margin: -5px 5px -7px 0;
}
.dashboard .mobile-bottom-nav__item-content span img {
	width: 30px;
	margin: 0 5px -3px 0;
}
.account .mobile-bottom-nav__item-content span i {
	width: 20px;
    height: 26px;
    margin: -3px 5px 0 0;
    background: url('../media/global-sprite.webp') -148px -85px;
    background-size: 315px 210px;
    display: inline-block;
    vertical-align: middle;
}
.mobile-bottom-nav__item-submenu {
	display: none;
	position: fixed;
    bottom: 66px;
    width: 100%;
    left: 0;
    background: white;
    padding: 8px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 -20px 25px -10px rgba(7,48,81,0.2);
}
.mobile-bottom-nav__item.open .mobile-bottom-nav__item-submenu {
	display: block;
}
.mobile-bottom-nav__item-submenu a {
	display: block;
	position: relative;
	padding: 16px 18px;
	outline: none;
	border-bottom: 1px solid #C1CBD4;
	text-decoration: none;
	text-transform: none;
	font-size: 15px;
	line-height: 1em;
	color: #3F4145;
	text-align: left;
}
.mobile-bottom-nav__item-submenu a:after {
	position: absolute;
	right: 18px;
	top: 18px;
	content: ' ';
	width: 7px;
    height: 14px;
    background: url('../media/global-sprite.webp') -117px -57px;
    background-size: 146px 95px;
    display: inline-block;
	
}
.mobile-bottom-nav__item-submenu a:last-of-type {
	border-bottom: none;
}

@media screen and (min-width: 67em) {
	
	.logged-in #primary.account-layout {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.logged-in #primary.account-layout article {
		padding: 0;
		width: 100%;
		max-width: 72%;
		float: left;
	}
	.logged-in .mobile-bottom-nav {
		position: relative;
	    max-width: 24%;
	    width: 100%;
	    height: auto;
	    display: block;
	    margin-top: 36px;
	    padding: 18px 0;
	    margin-bottom: 72px;
	    
	    background: white;
	    border-radius: 8px;
	    box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
	    border: none;
	}
	.mobile-bottom-nav__item {
		text-align: left;
		font-size: 15px;
		padding: 18px 36px;
		margin-bottom: 18px;
		border-right: none;
		border-bottom: 1px solid rgba(7,48,81,.2);
	}
	.mobile-bottom-nav__item:last-of-type {
		border-bottom: none;
	}
	.mobile-bottom-nav__item i {
		margin-bottom: 0;
	    margin-right: 5px;
	}
	.mobile-bottom-nav__item.dog img, .mobile-bottom-nav__item.account img {
		margin-bottom: -10px;
	}
	.mobile-bottom-nav__item.extras img {
		margin-bottom: -8px;
		margin-right: 7px;
	}
	.mobile-bottom-nav__item span a:hover {
		text-decoration: underline;
	}
	.mobile-bottom-nav__item-content {
		display: block;
	}
	.mobile-bottom-nav__item-content span {
		font-weight: bold;
		padding-left: 6px;
		font-family: 'Averta Std', 'Ginger', sans-serif;
	}
	.mobile-bottom-nav__item-content span br {
		display: none;
	}
	.mobile-bottom-nav__item-description p {
		text-transform: none;
		padding: 3px 0 0 6px;
	}
	.mobile-bottom-nav__item-submenu {
		display: block;
		position: static;
		background: none;
		border-radius: 0;
		box-shadow: none;
	}
	.mobile-bottom-nav__item-submenu a {
		padding: 16px 9px;
	}
	.mobile-bottom-nav__item-submenu a:hover {
		text-decoration: underline;
	}
	.referral .mobile-bottom-nav__item-content span {
		margin-bottom: 6px;
	}
	.woocommerce-account .mobile-bottom-nav__item.dashboard i {
		color: #073051;
	}
	body.woocommerce-account:not(.woocommerce-edit-address) .mobile-bottom-nav__item.dashboard span *, body.page-template-template-account-dogs-php .mobile-bottom-nav__item.dog span *, body.woocommerce-order-pay .mobile-bottom-nav__item.account span *, body.page-template-template-refer-php .mobile-bottom-nav__item.referral span *, body.page-template-template-account-history-php .mobile-bottom-nav__item.account span *, body.woocommerce-edit-address .mobile-bottom-nav__item.account span *, body.page-template-template-account-upsells .mobile-bottom-nav__item.extras span * {
		color: #84D8E9;
	}
	
}
@media screen and (max-width: 67em) {
	
	body.woocommerce-account:not(.woocommerce-edit-address) .mobile-bottom-nav__item.dashboard i, body.page-template-template-refer .mobile-bottom-nav__item.referral i {
		color: #84D8E9;
	}
	.referral .mobile-bottom-nav__item-content span img {
		margin-bottom: 4px;
		margin-top: 5px;
	}
	.mobile-bottom-nav__item img {
		margin-right: 0;
	}
	.dashboard .mobile-bottom-nav__item-content span img {
		width: auto !important;
		height: 29px;
		margin-bottom: 1px;
		margin-right: 0;
	}
	
}


/* SUMMARY */
article.inner-narrow {
	padding: 0;
}
#processing-notice {
	background: white;
	padding: 25px;
	border-radius: 8px;
	font-size: 24px;
	line-height: 31px;
	max-width: 100%;
	border: 3px dashed #F97276;
}
p.packaging-update {
	color: #F97276;
    padding-top: 36px;
    border-top: 1px solid white;
}
#primary article .navybg.header {
	background-color: #012c4e;
}
#account-home-summary-table {
	margin-top: 18px;
}
#account-home-summary-table .row {
	border-bottom: 1px solid #073051;
}
#account-home-summary-table .row:last-of-type {
	border-bottom: none;
}
#account-home-summary-table .row > div {
	padding: 11px 0;
}
#account-home-summary-table .row:first-of-type > div {
	padding-top: 0;
}
#account-home-summary-table .label {
	text-align: left;
	width: 36%;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
#account-home-summary-table .option {
	text-align: right;
	width: 64%;
}
#account-home-summary-table .option a {
	color: #f97276;
	padding-left: 5px;
}
#account-home-summary i.fa-edit:after {
	content: ' Edit';
	font-family: 'Ginger';
    font-size: 12px;
    font-style: normal;
}
#account-home h3.section-header {
	font-size: 16px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	line-height: 40px;
	height: 40px;
	padding-left: 90px;
	position: relative;
	margin-right: 18px;
}
#account-home h3.section-header .img {
	width: 90px;
	display: inline-block;
	position: absolute;
	height: 100%;
	left: 0;
}
#account-home #account-home-summary h3.section-header .img img {
	top: -2px;
	position: absolute;
	width: 70px;
	left: 10px;
}
#account-home #account-home-upsells h3.section-header .img img {
	top: -4px;
	position: absolute;
	width: 80px;
	height: auto;
	left: 0;
	margin: 0;
}
#account-home #account-home-referrals h3.section-header .img img {
	max-width: 69%;
    margin-top: 3px;
}

@media screen and (min-width: 67em) {
	
	#account-home h3.section-header {
		height: 60px;
		line-height: 60px;
		padding-left: 144px;
		font-size: 1.375em;
		border-radius: 8px;
		margin-right: 0;
	}
	#account-home h3.section-header .img {
		width: 135px;
	}
	#account-home #account-home-summary h3.section-header .img img {
		width: 105px;
		top: -4px;
	}
	#account-home #account-home-upsells h3.section-header .img img {
		width: 120px;
		top: 5px;
	}
	#account-home #account-home-referrals h3.section-header .img img {
		margin-top: -6px;
		max-width: 98%;
	}
	
}

/* SCOOPER */
#myaccountScoop .check-control {
	padding: 9px 18px;
    text-align: center;
    background-color: white;
    cursor: default;
}
#myaccountScoop .check-control i {
	color: #073051;
}
#myaccountScoop .check-control_indicator {
	display: none;
}

/* TREATS UPSELL */
#account-home-upsells {
	width: 100%;
	color: white;
	text-align: left;
	padding-bottom: 36px;
}
#account-home-upsells .beef_jerky, #account-home-upsells .roo_jerky, #account-home-upsells .magazine {
	display: flex;
    flex-direction: row;
}
#account-home-upsells img {
	margin: -30px 0px -45px -16px;
    height: 183px;
}
#account-home-upsells .inner {
	flex-grow: 1;
}
#treatsinfo {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
	color: white;
}
.mfp-ready #explore-treets {
	display: flex !important;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 85px 0 rgba(0,0,0,0.11);
    padding: 50px;
}
.mfp-ready #confirm-removal, .mfp-ready #confirm-poo, .mfp-ready #confirm-container, .mfp-ready #confirm-tin, .mfp-ready #confirm-asap {
	display: block !important;
}
/* New general ones */
#confirm-upsell-general .product-img img {
	margin-top: -75px;
}
.mfp-ready #confirm-upsell-general {
	display: block !important;
}
.check-control {
	display: block;
	position: relative;
	padding-left: 30px;
	padding-top: 1px;
	cursor: pointer;
}
.check-control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.check-control_indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: white;
	border: 1px solid #84D8E9;
}
.buttons.radio .check-control_indicator {
	border-radius: 50%;
}
.check-control:hover input ~ .check-control_indicator,
.check-control input:focus ~ .check-control_indicator {
	background: #84D8E9;
}
        
.check-control input:checked ~ .check-control_indicator, .check-control.fake.active .check-control_indicator {
	background: #84D8E9;
}
.check-control:hover input:not([disabled]):checked ~ .check-control_indicator, .check-control input:checked:focus ~ .check-control_indicator {
	
}
.check-control input:disabled ~ .check-control_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.check-control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}
.check-control input:checked ~ .check-control_indicator:after, .check-control-checkbox:hover input ~ .check-control_indicator:after, .check-control.fake.active .check-control_indicator:after {
	display: block;
}
.check-control-checkbox .check-control_indicator:after {
	left: 8px;
	top: 4px;
	width: 3px;
	height: 8px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.check-control-checkbox input:disabled ~ .check-control_indicator:after {
	border-color: #7b7b7b;
}

@media screen and (max-width: 67em) {
	
	#account-home {
		margin-left: -17px;
		margin-right: -17px;
	}
	#myaccountCrosssell {
		display: block;
	}
	#account-home-upsells .beef_jerky, #account-home-upsells .roo_jerky {
		padding-right: 18px;
	}
	#account-home-upsells img {
		margin: 0px 0px 0 -16px;
		display: block;
		height: 84px;
	}
	.check-control {
		line-height: 1.2em;
	}
	#treatsinfo {
		bottom: 0;
		right: 18px;
		top: auto;
	}
	.mfp-ready #explore-treets {
		padding: 0;
	}
	.mfp-ready #explore-treets iframe {
		display: block;
		height: 204px;
		width: 363px;
	}
	
}
@media screen and (min-width: 67em) {
	
	#myaccountCrosssell { padding: 18px;}
	#treatsinfo {
		right: 18px;
		top: 18px;
	}
	#explore-treets iframe {
		width: 800px;
		height: 394px;
	}
	
}

/* NEW UPSELL AREA */
#account-home-upsells {
	background-color: white;
}
#upsell-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#upsell-buttons.flex {
	display: flex !important
}
#upsell-buttons.withcats > .category > h3 {
	text-align: center;
	margin-bottom: 36px;
	color: #F97276;
}
#upsell-buttons .upsell {
	border-radius: 8px;
	padding: 15px;
	background: #F9F1EA;
	margin-bottom: 18px;
	position: relative;
}
#upsell-buttons .upsell .thumb {
	text-align: center;
    height: 123px;
    display: table-cell;
    vertical-align: middle;
}
#upsell-buttons .upsell .thumb img {
	margin: 0;
	max-width: 78%;
	max-height: 120px;
	height: auto;
}
#account-home-upsells .upsell.xmas, #upsell-buttons.withcats > #xmas.category .upsell {
	padding: 0;
	background-color: #ebdac3;
}
#account-home-upsells .upsell.xmas .image img {
	margin: 0;
	width: 100%;
	height: auto;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
#account-home-upsells .upsell.xmas .info-holder {
	padding: 0 15px 15px;
}
#account-home-upsells .upsell.xmas a.moreinfo {
	color: #de5a5e !important;
}
#account-home-upsells .upsell.xmas span.xmas {
	color: green;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#upsell-buttons .upsell .info h5 {
	position: relative;
}
#upsell-buttons .upsell .info a.moreinfo {
	position: static;
	color: #073051;
    font-size: 13px;
    font-weight: normal;
}
#upsell-buttons .upsell .info .videoPlay {
	text-decoration: underline;
    cursor: pointer;
    background: transparent url('../media/play-sml.png') no-repeat center left;
    background-size: 8px 9px;
    padding-left: 12px;
    margin-left: 10px;
    color: #073051;
    font-size: 13px;
    font-weight: normal;
}
#upsell-buttons .upsell .info {
	color: #3F4145;
}
#upsell-buttons .upsell .info p:last-of-type {
	margin-bottom: 0;
}
#upsell-buttons .upsell .buttons {
	margin-top: 16px;
}
#upsell-buttons .upsell .buttons > *, #upsell-buttons .upsell .buttons .more-options-holder > *:not(.fake) {
	margin-bottom: 8px;
}
#upsell-buttons .upsell .buttons .check-control {
	padding: 0;
}
#upsell-buttons .upsell .buttons .check-control.spreadout .check-control_indicator {
	top: 20px;
}
#upsell-buttons .upsell .buttons .check-control.spreadout input ~ span {
	line-height: 14px;
}
#upsell-buttons .upsell .buttons .button {
	display: block;
	text-align: center;
}
#upsell-buttons .upsell .buttons .check-control.fake.active {
	font-weight: bold;
}
#upsell-buttons .upsell .buttons h5 {
	margin-right: 10px;
	margin-bottom: 0;
	font-size: 13.8667px;
}
#upsell-buttons .upsell .buttons .more-options-holder.withfake {
	position: relative;
	z-index: 5000;
	margin-bottom: 0;
}
.blockUI.blockMsg, .blockUI.blockOverlay {
	z-index: 5001 !important;
	display: none !important;
}
#upsell-buttons .upsell .buttons .more-options-holder.withfake > .fake:before {
	position: absolute;
	z-index: 65;
    right: 14px;
    top: 22px;
    content: ' ';
    zoom: 0.7;
    display: inline-block;
    width: 20px;
    height: 11px;
    background: url('../media/global-sprite.webp') -177px -44px;
    background-size: 210px 137px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.no-webp #upsell-buttons .upsell .buttons .more-options-holder.withfake > .fake:before {
	background-image: url('../media/global-sprite.png') !important;
}
#upsell-buttons .upsell .buttons .more-options-holder.withfake.open > .fake:before {
    transform: rotate(180deg);
}
#upsell-buttons .upsell .buttons .more-options-holder.withfake > *:not(.fake) {
	opacity: 0;
	max-height: 1px;
	min-height: 1px;
}
#upsell-buttons .upsell .buttons .more-options-holder.withfake > .fake .check-control_indicator {
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#upsell-buttons .upsell .buttons .more-options-holder.withfake.open > .fake .check-control_indicator {
	opacity: 0;
}
#upsell-buttons .upsell .buttons .more-options-holder.withfake.open > *:not(.fake) {
	opacity: 1;
	max-height: none;
}
#upsell-buttons .upsell .buttons .more-options-holder.withfake.open > .fake {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-color: #E9E9E9;
}
#upsell-buttons .upsell .buttons .more-options-holder.withfake.open > .fake.active {
	border-bottom-color: #EEFAFD;
}
#upsell-buttons .upsell .buttons .more-options-holder.withfake.open > .multi-bag-option:first-of-type {
	border-radius: 0;
	border-top: none;
	margin-bottom: 0;
}
#upsell-buttons .upsell .buttons .more-options-holder.withfake.open > .multi-bag-option.middle {
	margin-bottom: 0;
	border-radius: 0;
	border-top: none;
}
#upsell-buttons .upsell .buttons .more-options-holder.withfake.open > .multi-bag-option:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
}
#upsell-buttons .upsell .buttons input ~ span, #upsell-buttons .upsell .buttons .check-control.fake {
	line-height: 10px;
	color: #ACA6A7;
	font-size: 0.75em;
	display: block;
	background: white;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	padding: 14px 12px;
	transition: all 0.4s ease;
	padding-left: 36px;
}
#upsell-buttons .upsell .buttons:not(.radio) input ~ span {
	position: relative;
	margin-bottom: 8px;
}
#upsell-buttons .upsell .buttons:not(.radio) input ~ span:last-of-type {
	margin-bottom: 0;
}
/*#upsell-buttons .upsell .buttons input ~ span:hover {
	background-color: #EEFAFD;
	border-color: #E1F2F6;
}*/
#upsell-buttons .upsell .buttons.radio label:last-of-type input ~ span {
	margin-bottom: 0;
}
#upsell-buttons .upsell[data-type="beef_jerky"] .buttons input:checked ~ span, #upsell-buttons .upsell[data-type="lamb_crunch"] .buttons input:checked ~ span, #upsell-buttons .upsell[data-type="freeze_roo"] .buttons input:checked ~ span, #upsell-buttons .upsell[data-type="freeze_salmon"] .buttons input:checked ~ span, #upsell-buttons .upsell[data-type="freeze_turkey"] .buttons input:checked ~ span, #upsell-buttons .upsell[data-type="poo"] .buttons span.active, #upsell-buttons .upsell[data-type="container"] .buttons input:checked ~ span, #upsell-buttons .upsell[data-type="slow-feeder"] .buttons input:checked ~ span, #upsell-buttons .upsell[data-type="ceramic-bowl"] .buttons input:checked ~ span, #upsell-buttons .upsell[data-type="feeding-mat"] .buttons input:checked ~ span, #upsell-buttons .upsell.global .buttons input:checked ~ span, #upsell-buttons .upsell .buttons .multi-bag-option input:checked ~ span, #upsell-buttons .upsell[data-type="roo_jerky"] .buttons input:checked ~ span {
    background: #EEFAFD;
    border-color: #c0dae0;
    color: #073051;
    font-weight: bold;
}
#upsell-buttons .upsell .buttons.radio .check-control_indicator {
	top: 12px;
	left: 12px;
	width: 18px;
    height: 18px;
}
#upsell-buttons .upsell .buttons.radio .check-control-checkbox .check-control_indicator:after, #upsell-buttons .upsell .buttons.radio .check-control-checkbox:hover .check-control_indicator:after, .check-control.fake.active .check-control_indicator:after {
	border: none;
    background: white;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 4px;
    top: 4px;
}
#upsell-buttons .upsell .buttons:not(.radio) label input ~ span:before {
	position: absolute;
    background: white;
    border: 1px solid #84D8E9;
	border-radius: 50%;
	content: ' ';
	top: 10px;
	left: 10px;
	width: 18px;
    height: 18px;
}
#upsell-buttons .upsell .buttons:not(.radio) label input ~ span.active:before, #upsell-buttons .upsell .buttons:not(.radio) label input ~ span:not(.active):hover:before {
	background: #84D8E9;
}
#upsell-buttons .upsell .buttons:not(.radio) label input ~ span.active:after {
	content: ' ';
	border: none;
    background: white;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 15px;
    top: 15px;
    position: absolute;
}
#upsell-buttons .upsell .buttons .multi-bag-option, #upsell-buttons .upsell .buttons .check-control.fake {
	background: white;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}
#upsell-buttons .upsell .buttons .multi-bag-option.active, #upsell-buttons .upsell .buttons .check-control.fake.active {
	background: #EEFAFD;
    border-color: #c0dae0;
}
#upsell-buttons .upsell .buttons .multi-bag-option:not(.active) {
	background: #ffffff;
}
#upsell-buttons .upsell .buttons .multi-bag-option:last-of-type {
	margin-bottom: 0;
}
#upsell-buttons .upsell .buttons .multi-bag-option span {
	border-radius: 0;
	background: none !important;
	border: none;
}
#upsell-buttons .upsell .buttons.radio .multi-bag-option input:not(:checked) ~ span, #upsell-buttons .upsell .buttons .check-control.fake {
	font-weight: normal;
	color: #073051;
}
#upsell-buttons .upsell .buttons.radio .multi-bag-option label:nth-of-type(2n) span {
	padding-top: 6px;
}
#upsell-buttons .upsell .buttons.radio .multi-bag-option label:nth-of-type(2n) .check-control_indicator {
	top: 2px;
}
#upsell-buttons .upsell[data-type="poo"] .thumb img, #upsell-buttons .upsell[data-type="wipes"] .thumb img {
	max-width: 100%;
}
#upsell-buttons .upsell[data-type="poo"] .badges, #upsell-buttons .upsell[data-type="wipes"] .badges {
	position: absolute;
	top: -9px;
	right: 9px;
	margin: 0;
    height: auto;
}
#upsell-buttons .upsell[data-type="poo"] .badges.two, #upsell-buttons .upsell[data-type="wipes"] .badges.two {
	top: auto;
	bottom: 9px;
}
#upsell-buttons .upsell.smallbatch, #upsell-buttons .upsell.fleatickworm, #upsell-buttons .upsell.favourite, #upsell-buttons .upsell.new, #upsell-buttons .upsell.bundle[data-type="bundle_good_dog"] {
	padding-top: 37px;
}
#upsell-buttons .upsell.xmas {
	padding-top: 22px;
}
#upsell-buttons .upsell.smallbatch:before {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	content: 'Small Batch :: While Stock Lasts';
	color: #073050;
	background-color: #ece0ca;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
}
#upsell-buttons .upsell.fleatickworm:before {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	content: 'Flea, Tick & Worm Protection';
	color: white;
	background-color: #de5a5e;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
}
#upsell-buttons .upsell.morebaggies:before {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	content: 'Running low on poo bags?';
	color: white;
	background-color: #073051;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
}
#upsell-buttons .upsell.new:before {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	content: 'New for old mate';
	color: white;
	background-color: #84D8E9;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
}
#upsell-buttons .upsell.favourite:before {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	content: 'Scratch Favourites';
	color: white;
	background-color: #F97276;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
}
#upsell-buttons .upsell.xmas:before {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	content: 'Christmas Present Packs';
	color: white;
	background-color: green;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	text-align: center !important;
    padding-right: 0 !important;
}
#upsell-buttons .upsell.bundle:before {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	content: 'Save on packs';
	color: #073050;
	background-color: #b5eca3;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
}
#upsell-buttons .upsell span.save {
	position: absolute;
	top: 117px;
	left: -7px;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #F97276;
	border-radius: 11px;
	padding: 3px 8px;
}
#upsell-buttons .upsell .sold-out-banner {
	position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
}
#upsell-buttons .upsell .sold-out-banner img {
	margin: 0;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 67em) {
	#account-home-upsells {
		overflow: hidden;
	}
	#upsell-buttons {
		padding: 0 33.75px;
	}
	#upsell-buttons .upsell {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	#upsell-buttons .upsell.xmas {
		flex-direction: column;
	}
	#upsell-buttons .upsell .info-holder {
		width: 80%;
	}
	#upsell-buttons .upsell.xmas .info-holder {
		width: auto;
		padding: 0 15px 15px;
	}
	#upsell-buttons .upsell .thumb {
		margin-left: -35px;
		height: auto;
		align-self: center;
		position: relative;
	}
	#upsell-buttons .upsell[data-type="treattins"] .thumb {
		height: 100%;
		min-width: 80px;
	}
	#upsell-buttons .upsell[data-type="treattins"] .thumb img {
		position: absolute;
	    top: -60px;
	    left: -70px;
	    height: 133px;
	    width: auto;
	    max-width: 900%;
	    max-height: none;
	}
	#account-home-upsells .upsell.xmas {
		flex-direction: column;
	}
	#account-home-upsells .upsell.xmas .info-holder {
		width: auto;
	}
	#upsell-buttons .upsell span.save {
		top: -30px;
		bottom: auto;
		left: 14px;
	}
	/*#upsell-buttons .upsell[data-type="beef_jerky"] .thumb, #upsell-buttons .upsell[data-type="lamb_crunch"] .thumb {
		align-self: flex-start;
	}
	#upsell-buttons .upsell .thumb img {
		max-width: none !important;
	}*/
	
	#upsell-buttons .upsell[data-type="beef_jerky"] .thumb img, #upsell-buttons .upsell[data-type="roo_jerky"] .thumb img {
		width: auto;
	}
	#upsell-buttons .upsell .info h5 #treatsinfo {
		margin-bottom: 8px;
		display: block;
	}
	#upsell-buttons .upsell .buttons .button i.fas {
		display: block;
		padding-top: 9px;
	    margin-bottom: -5px;
	}
	#upsell-buttons .upsell .buttons h5 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	#upsell-buttons .upsell:before {
		text-align: left !important;
		text-indent: 8px;
	}
	#upsell-buttons .upsell.bundle[data-type="bundle_clean_dog"] {
		padding-top: 37px;
	}
	#upsell-buttons .upsell[data-type="poo"] .badges, #upsell-buttons .upsell[data-type="wipes"] .badges {
		height: auto;
		width: 60px;
		top: -18px;
	}
	#upsell-buttons .upsell[data-type="poo"] .badges.two, #upsell-buttons .upsell[data-type="wipes"] .badges.two {
		top: 26px;
		right: -43px;
	}
	#upsell-buttons .upsell[data-type="poo"] .thumb, #upsell-buttons .upsell[data-type="bundle_clean_dog"] .thumb, #upsell-buttons .upsell[data-type="wipes"] .thumb {
		margin-left: -53px;
	}
	#upsell-buttons .upsell[data-type="poo"] .thumb img, #upsell-buttons .upsell[data-type="bundle_clean_dog"] .thumb img, #upsell-buttons .upsell[data-type="wipes"] .thumb img {
		width: 100px;
	}
	
	#upsell-buttons .upsell[data-type="container"] .thumb img {
		width: 80px;
	}
	#upsell-buttons .upsell .sold-out-banner {
		bottom: 9px;
	}
	
	
}
@media screen and (min-width: 67em) {
	
	body:not(.page-template-template-account-upsells) #upsell-buttons, #upsell-buttons.withcats > .category {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	    grid-auto-rows: auto;
	    gap: 0px 18px;
	}
	#upsell-buttons.withcats > .category > h3 {
		grid-column: 1 / span 3;
	}
	#upsell-buttons.withcats > #xmas.category .upsell {
		padding: 15px 0;
	}
	#upsell-buttons.withcats > #xmas.category .upsell .info-holder {
		padding: 0 15px;
	}
	#upsell-buttons .upsell {
		max-width: 100%;
		margin-bottom: 0;
	}
	body:not(.page-template-template-account-upsells) #upsell-buttons:not(.withcats) .upsell:nth-of-type(1n+4), #upsell-buttons.withcats .upsell:nth-of-type(1n+5) {
		margin-top: 18px;
	}
	#upsell-buttons .upsell .thumb {
		height: 143px;
		width: 100%;
		display: flex;
		margin-top: -40px;
		z-index: 40;
		position: relative;
	}
	#upsell-buttons .upsell:before {
		text-align: right !important;
		padding-right: 18px;
	}
	#upsell-buttons .upsell.smallbatch .thumb, #upsell-buttons .upsell.fleatickworm .thumb, #upsell-buttons .upsell.favourite .thumb, #upsell-buttons .upsell.new .thumb, #upsell-buttons .upsell.bundle .thumb {
		margin-top: -62px;
	}
	#upsell-buttons .upsell .thumb img {
		max-height: 120px;
		width: auto;
		align-self: center;
	}
	#upsell-buttons .upsell[data-type="treattins"] .thumb img {
		max-height: 143px;
		margin-left: -26px;
	}
	#upsell-buttons .upsell[data-type="treattins"].new .thumb img {
		margin-top: -72px;
	}
	#upsell-buttons .upsell[data-type="treatpouch"].new .thumb img {
		margin-top: -30px;
	}
	#upsell-buttons .upsell[data-type="poo"] .badges.two, #upsell-buttons .upsell[data-type="wipes"] .badges.two {
		top: 60px;
		right: -12px;
	}
	#upsell-buttons .upsell[data-type="poo"] .thumb, #upsell-buttons .upsell[data-type="bundle_clean_dog"] .thumb, #upsell-buttons .upsell[data-type="wipes"] .thumb {
		margin-top: -50px;
	}
	#upsell-buttons .upsell .buttons .more-options-holder.withfake:hover > .fake {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		border-bottom-color: #E9E9E9;
	}
	#upsell-buttons .upsell .buttons .more-options-holder.withfake:hover > .fake.active {
		border-bottom-color: #EEFAFD;
	}
	#upsell-buttons .upsell .buttons .more-options-holder.withfake:hover > .multi-bag-option:first-of-type {
		border-radius: 0;
		border-top: none;
		margin-bottom: 0;
	}
	#upsell-buttons .upsell .buttons .more-options-holder.withfake:hover > .multi-bag-option.middle {
		margin-bottom: 0;
		border-radius: 0;
		border-top: none;
	}
	#upsell-buttons .upsell .buttons .more-options-holder.withfake:hover > .multi-bag-option:last-of-type {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-top: none;
	}
	#upsell-buttons .upsell .buttons .more-options-holder.withfake:hover > .fake .check-control_indicator {
		opacity: 0;
	}
	#upsell-buttons .upsell .buttons .more-options-holder.withfake:hover > *:not(.fake) {
	    opacity: 1;
	    max-height: none;
	    min-height: 70px;
	}
	#upsell-buttons .upsell .buttons .more-options-holder.withfake:hover:before {
	    transform: rotate(180deg);
	}
}
@media screen and (max-width: 50em) {
	
	#account-found {
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	#account-found img { display: none; }
	#account-found .inner {
		background-position: left top;
		background-size: 100% auto;
		padding: 200px 25px 25px;
		text-align: left;
	}
	#account-found h5 { font-size: 15px; }
	
}

@media screen and (min-width: 50em) and (max-width: 67em) {
	
	#account-found .inner {
		text-align: left;
	}
	#account-found p.small {
		font-size: 0.8666666667em;
	}
	
}

/* PETS TABLE */
.table_pets a {
	color: #073051;
	text-decoration: none;
}
.table_pets a:not(.remove-pet) i { margin-left: 8px; }
.table_pets a.edit-pet i {
	width: 22px; height: 19px;
    background: url('../media/global-sprite.webp') -133px -108px;
    background-size: 210px 140px;
    display: inline-block;
}
.table_pets a.remove-pet i {
	width: 22px; height: 19px;
    background: url('../media/global-sprite.webp') -133px -43px;
    background-size: 210px 140px;
    display: inline-block;
}

@media screen and (max-width: 67em) {
	.woocommerce-account .table_pets > thead {
		display: none;
	}
	.woocommerce-account .table_pets > tbody > tr > td:not(.actions) span:before {
		content: attr(data-title);
		color: #F97276;
		width: 35%;
		display: inline-block;
	}
	.woocommerce-account .table_pets > tbody > tr > td {
		display: block;
	}
	.woocommerce-account .table_pets a.edit-pet {
		display: inline-block;
	    padding: 7px 10px 7px 10px;
	    border-radius: 8px;
	    background-color: #F9F1EA;
	    font-weight: bold;
	}
	.woocommerce-account .table_pets a.edit-pet:after {
		content: ' Edit';
	}
	.woocommerce-account .table_pets a.remove-pet {
		display: inline-block;
	    padding: 7px 10px 7px 10px;
	    border-radius: 8px;
	    background-color: #E1F2F6;
	    font-weight: bold;
	}
	.woocommerce-account .table_pets a.remove-pet:after {
		content: ' Remove from plan';
	}
	.woocommerce-account .table_pets > tbody > tr > td:last-of-type {
		border-bottom: 1px solid #073051;
		padding-bottom: 28px;
		margin-bottom: 20px;
	}
}

/* ADD PET */
.pet-form {
	margin-bottom: 20px;
    background-color: #F9F1EA;
    padding: 18px;
    border-radius: 8px;
    min-width: 600px;
}
.pet-form input[type="radio"] { margin-right: 6px; }
.pet-form input[type="radio"]:first-of-type { margin-left: 0; }
.pet-form input[type="radio"] { margin-left: 12px; }
.pet-form input[type="number"] { max-width: 80px; }
.pet-form .row {
	padding: 10px 0;
	overflow: hidden;
}
.pet-form label {
	width: 30%;
	float: left;
	font-weight: bold;
	color: #073051;
}
.pet-form .row.field label {
	line-height: 44px;
}
.pet-form .row.field.plan input[type="radio"] {
	margin-left: 0;
}
.pet-form .row.field.plan label {
	margin-bottom: 18px;
}
.page-template-template-account-dogs .mfp-content, .page-template-template-onboarding .mfp-content {
	flex-direction: column;
}
.page-template-template-account-dogs .mfp-content #editPetScrollHolder, .page-template-template-onboarding .mfp-content #editPetScrollHolder {
	flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: auto;
    padding: 54px 0;
}
@media screen and (max-width: 67em) {
	
	.pet-form {
		min-width: auto;
	}
	.pet-form label, .woocommerce-form-row label {
		float: none;
		width: 100%;
		display: block;
	    font-weight: 600;
	    font-size: 0.928em;
	    margin-bottom: 4px;
	}
	.pet-form input[type="text"], .pet-form input[type="number"], .pet-form select, .woocommerce-form-row input {
		border-radius: 0;
		border: 1px solid #073051;
		padding: 10px;
		font-size: 1em;
	}
	.page-template-template-account-dogs .mfp-content #editPetScrollHolder, .page-template-template-onboarding .mfp-content #editPetScrollHolder {
		width: 100%;
	}
	
}

/* LOADING GRAPHICS */
@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.woocommerce .blockUI.blockOverlay::before, .woocommerce .loader::before, .processing .blockOverlay {
    height: 3em;
    width: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: rotating 2.5s linear infinite;
	-moz-animation: rotating 2.5s linear infinite;
	-ms-animation: rotating 2.5s linear infinite;
	-o-animation: rotating 2.5s linear infinite;
	animation: rotating 2.5s linear infinite;
    background: url('../media/loading-running.gif') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}
#spinner-update {
	margin: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7,48,81,.8);
    position: fixed;
    z-index: 9994;
    display: block;
    top: 0;
    left: 0;
    -webkit-animation: .4s ease 0s normal forwards 1 fadein;
    animation: .4s ease 0s normal forwards 1 fadein;
}
#spinner-update:before {
	position: absolute;
	content: ' ';
	width: 250px;
	height: 250px;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: -125px;
	background: url('../media/loading-running.gif') no-repeat center center;
	-webkit-animation: rotating 2.5s linear infinite;
	-moz-animation: rotating 2.5s linear infinite;
	-ms-animation: rotating 2.5s linear infinite;
	-o-animation: rotating 2.5s linear infinite;
	animation: rotating 2.5s linear infinite;
    background-size: cover;
}
#spinner-update:after {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
	top: 50%;
	left: 0;
	margin-bottom: 145px;
	color: white;
	position: absolute;
	content: 'Saving';
}
#spinner-update.small:before {
	width: 125px;
	height: 125px;
	margin-left: -62px;
	margin-top: -62px;
}

/* EDIT ADDRESSES */
#update_all_subscriptions_addresses_field { display: none; }

@media screen and (min-width: 50em) {
	
	.woocommerce-Addresses.col2-set {
		display: flex;
		width: 100%;
	}
	.woocommerce-Addresses.col2-set > * {
		flex: 1;
	}
	
}

/* LEGACY MY ACCOUNT FROM OLD SITE */
#primary {
	transition: filter 0.4s ease;
}
#primary.modalactive {
	filter: blur(20px);
}
.woocommerce-message {
	padding: 15px;
	text-align: center;
}
.woocommerce-message:not(.error) {
	max-width: 1200px;
    margin: 0 auto 25px auto;
    background-color: #84D8E9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #073051;
    border-top: none;
}
.woocommerce-message::before { color: #073051; }

@media screen and (min-width: 67em) {
	
	.woocommerce-message:not(.error) {
		max-width: 100%;
		width: 70%;
		left: 15%;
		position: absolute;
		z-index: 9910;
	}
	
}
.alert {padding:20px;background-color:#84d8e9;color:white;margin-bottom: 15px;border-radius:15px;}
.alert.danger{background-color:#f44336;}
.alert.success{background-color:#4CAF50;}
.alert .closebtn {margin-left: 15px;color: white;font-weight: bold;float: right;font-size: 22px;line-height: 20px;cursor: pointer;transition: 0.3s;}
.alert .closebtn:hover {color: black;}
.clearfix:after{display:block;content:"";clear:both;}
#onboarding-form button .fa-spinner{margin-left:8px;}

.editable-error{color:#fff}

table {
  max-width: 100%;
  background-color: transparent;
}
th { text-align: left; }
.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 0;
  line-height: 1.428571429;
  vertical-align: top;
}
.table > thead > tr > th {
	vertical-align: bottom;
	color: #F97276;
	font-size: 12px;
	padding: 0;
	font-weight: 700;
	font-family: 'Ginger',sans-serif;
}
.table > tbody > tr > td { font-size: 12px; }
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td { border-top: 0; }
.table > tbody + tbody { border-top: 2px solid #dddddd; }
.table .table { background-color: #ffffff; }
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; }
.table_pets a {
	color: #073051;
	text-decoration: none;
}

@media screen and (min-width: 67em) {
	
	#dogs-summary .table > tbody > tr > td { font-size: 1em; }
	
}

/* Login */
.woocommerce form.login, .woocommerce form.register {
	margin: 0;
	padding: 72px;
    border: none;
}
.woocommerce form.login p.form-row {
	overflow: hidden;
}
.woocommerce form.login input[type="text"], .woocommerce form.login input[type="password"] {
	background-color: white;
}
.woocommerce-info {
	border: none;
	background: #073051;
    color: #84D8E9;
    margin: 0;
}
.woocommerce-info::before { color: white; }
.woocommerce-order-pay .woocommerce-info {
	background: none;
	color: #073051;
	text-align: center;
	padding: 18px;
}
.woocommerce-order-pay .woocommerce-info::before { display: none; }
.deliveryiconholder svg { width: 72px; }
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input { display: none; }

@media screen and (min-width: 67em) {
	
	.woocommerce form.login label:not(.woocommerce-form__label-for-checkbox) {
		float: left;
		width: 27%;
		line-height: 37px;
		text-align: right;
		font-weight: bold;
	}
	.woocommerce form.login input[type="text"], .woocommerce form .password-input, .woocommerce-page form .password-input {
		float: right;
		width: 72%;
	}
	
}
#account-subscription h2 {
	color: #3F4145;
	max-width: 80%;
}
#account-subscription h2 span { color: #84D8E9; }
div[aria-describedby="quantitySubscription"] {
	background-color: #ede4cb !important;
}
div[aria-describedby="quantitySubscription"].ui-dialog .ui-dialog-buttonpane {
	background: none;
}
#quantitySubscription {
	padding: 0;
	margin-bottom: 0;
	box-shadow: none;
}
#quantitySubscription h3, #quantitySubscription p {
	position: relative;
}
#quantitySubscription table {
	margin: 0px 0 -50px;
	position: relative;
}
#quantitySubscription td {
	text-align: left;
}
#quantitySubscription td label {
	margin-right: 20px;
	display: inline-block;
}
.ui-dialog[aria-describedby="quantitySubscription"] {
	top: 180px !important;
}
.ui-dialog[aria-describedby="quantitySubscription"] .ui-dialog-titlebar {
	display: none;
}
#quantitySubscription + .ui-dialog-buttonpane {
	border: none;
    margin-top: 0;
    padding-top: 0;
}
#delaySubscription .inner {
	padding: 50px 30px 0;
}
#quantitySubscription .inner {
	padding: 0 30px 50px;
	margin-top: -80px;
}
#delaySubscription img, , #quantitySubscription img {
	display: block;
}
#next_date_form button {
	height: 44px;
    line-height: 44px;
    font-size: 13px;
    margin-left: 20px;
    padding: 0 20px;
}
.woocommerce table.my_account_orders.shop_table th, .woocommerce table.my_account_orders.shop_table td {
	padding: 15px;
}
table.my_account_orders thead {
	background: #e1f2f6;
}
table.my_account_orders thead th {
	padding: 6px 4px;
}
table.my_account_orders tbody td {
	border-bottom: 1px solid #e1f2f6;
	padding: 6px 4px;
}
table.my_account_orders tbody tr:last-of-type td {
	border-bottom: none;
}

#food-options .chosenfood {
	display: none;
}
#food-options .active .chosenfood {
	background: #073051;
	padding: 10px 20px;
	text-align: center;
	font-size: 13px;
	margin: 15px -20px -20px;
    color: white;
	font-weight: bold;
	display: block;
}
#food-options .switchoption {
	display: none;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
}
#food-options .switchoption a {
	color: #F97276;
}

@media screen and (min-width: 67em) {
	
	#food-options .option:not(.active) + .switchoption {
		display: block;
	}
	
}
@media screen and (max-width: 67em) {
	
	#login-holder > .inner-narrow {
		padding: 0;
	}
	.woocommerce form.login, .woocommerce form.register {
		padding: 36px;
	}
	#quantitySubscription .inner {
		margin-top: -43px;
	}
	#food-options .option.two {
		margin-top: 15px;
	}
	#food-options .option.two + .switchoption {
		display: block;
	}
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  {
	
	#account-subscription #product-image img {
		max-width: 50%;
	}
	#account-subscription #product-image .patch {
		width: 25%;
		left: 34%;
	}
	
}

#changePassword .ui-dialog-buttonpane {
	display: none;
}

.itsprocessing {
	width: 100%;
    position: absolute;
    background: #073051;
    z-index: 10;
    bottom: 0;
    padding: 25px;
    left: 0;
}

.mfp-content {
	position: fixed;
	z-index: 9993;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background: rgba(249, 241, 234, .9);*/
	background: rgba(7, 48, 81, .8);
	display: flex;
	align-items: center;
	justify-content: center;
}
.mfp-wrap button.mfp-close {
	top: 50px;
    right: 50px;
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-appearance: none;
    background: none;
    padding: 0;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-wrap button.mfp-close:hover {
	top: 47px;
}
.mfp-wrap button.mfp-close:before, .mfp-wrap button.mfp-close:after {
  position: absolute;
  content: ' ';
  height: 40px;
  width: 2px;
  left: 19px;
  top: -3px;
  /*background-color: #073051;*/
  background-color: white;
}
.mfp-wrap button.mfp-close:before { transform: rotate(45deg); }
.mfp-wrap button.mfp-close:after { transform: rotate(-45deg); }
.mfp-preloader { display: none!important; }
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition-delay: 0.8s;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@media screen and (max-width: 67em) {
	
	.mfp-wrap button.mfp-close {
		zoom: .7;
		top: 93px;
		right: 40px;
	}
	.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
		padding-left: 1.125em;
		padding-right: 1.125em;
	}
	
}

/* jQuery UI */
body .ui-widget { font-family: 'Ginger',sans-serif; }
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-widget-overlay.ui-front {
	background-color: rgba(7, 48, 81, .8);
	opacity: 1;
	filter: none;
}
body .ui-widget.ui-widget-content, .scratchmodal {
	background-color: #ffffff;
	color: #073051;
	border-radius: 8px;
	border: none;
	box-shadow: 0 0 85px 0 rgba(0,0,0,0.11);
	z-index: 9993;
}
.inner-narrow.scratchmodal {
	max-width: 600px;
	margin: 0 auto;
}
.scratchmodal {
	padding: 30px 0;
}
.scratchmodal > .inner {
	padding: 20px 50px;
}
.scratchmodal p {
	font-size: 13px;
}
.scratchmodal p.large {
	font-size: 15px;
}
.scratchmodal.confirm i.fa-check-circle, .scratchmodal.confirm i.fa-minus-circle {
	color: #84D8E9;
	font-size: 30px;
}
.feedbackoptions {
	text-align: left;
	display: block;
}
.feedbackoptions label {
	margin-bottom: 6px;
}
.feedbackoptions label input {
	margin-right: 6px;
}
#btnStopPause, #btnStopCancel {
	opacity: 0;
	transition: opacity .2s ease;
}
#delayOptions {
	display: none;
	margin-bottom: 18px;
}
#delayOptions.showDelay {
	display: block;
}
#delayOptions button {
	padding: 18px 25px;
	transition: all .2s ease;
}
#delayOptions button:hover, #flexOptions button:hover {
	background-color: #eb585c;
}
#delayOptions button:hover {
	background-color: #051e32;
}
#flexOptions {
	display: none;
	margin-bottom: 18px;
}
#flexOptions.showFlex {
	display: block;
}
#stopSubscription.comparisontable ul.row li.full {
	padding: 0 36px !important;
}
body .ui-dialog .ui-dialog-titlebar {
	padding: 20px 0;
    font-size: 18px;
    text-align: center;
    color: #F97276;
    font-weight: 700;
    font-family: 'Ginger',sans-serif;
    background: none;
    border: none;
}
body .ui-dialog .ui-dialog-title {
	width: 100%;
}
body .ui-dialog .ui-dialog-titlebar-close {
	cursor: pointer;
    position: absolute;
    right: -40px;
    top: -30px;
    width: 20px;
    margin: 0;
    padding: 0;
    height: 20px;
    background: none;
    border: none;
}
body .ui-dialog .ui-icon-closethick, span.close {
	padding: 0;
    line-height: 1em;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
}
body .ui-dialog .ui-dialog-titlebar-close .ui-button-text {
	color: black;
    padding-left: 22px;
    line-height: 1em;
    display: none;
    font-size: 13px;
    margin-top: -4px;
}
body .ui-dialog .ui-icon-closethick:before, body .ui-dialog .ui-icon-closethick:after, body span.close:before, body span.close:after {
  position: absolute;
  content: ' ';
  height: 25px;
  width: 2px;
  left: 9px;
  top: -3px;
  background-color: white;
}
.ui-dialog .ui-icon-closethick:before, span.close:before { transform: rotate(45deg); }
.ui-dialog .ui-icon-closethick:after, span.close:after { transform: rotate(-45deg); }
body .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0 18px;
    background: none;
    overflow: auto;
    text-align: center;
}
body .ui-dialog .ui-dialog-content #adjustSubscription {
	display: block !important;
}
body .ui-dialog .ui-dialog-buttonpane {
    padding: 20px 0;
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0 5px;
	outline: none;
}
.ui-dialog .ui-dialog-buttonpane button:nth-of-type(2) {
	background-color: white;
	color: #073051;
}
.tip-darkgray .tip-bg-image { background: #073051!important; }
.tip-darkgray {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.11);
}
.tip-darkgray table { margin-bottom: 0; }
body .tip-darkgray .tip-inner {
	font-family: 'Ginger', sans-serif;
	font-weight: 400;
}
.tip-darkgray .tip-inner > div > label {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
    line-height: 1.4em;
	margin-bottom: 6px;
}
.tip-darkgray .editable-buttons { margin-top: 10px; }
.tip-darkgray button[type="submit"] { background-color: #84D8E9; }
div.tip-darkgray div.tip-arrow { display: none; }
.editable-clear { margin-bottom: 5px; }
.editable-clear a { color: white; }
main a.button.small, body .ui-dialog button {
	font-size: 13px;
    font-family: 'Ginger',sans-serif;
    font-weight: 700 !important;
    line-height: 40px;
	padding: 0 20px;
	border: none!important;
	border-radius: 8px;
}
body .ui-dialog-buttonset button:first-of-type {
	background-color: #F97276;
	color: white;
}
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: none; }


@media screen and (max-width: 67em) {
	
	body .ui-widget.ui-widget-content:not(.ui-datepicker) {
		max-width: 90%;
		margin-left: 5%;
		top: 0 !important;
		margin-top: 90px;
	}
	.ui-dialog .ui-dialog-content { padding: 0 2.4em; }
	
	body .ui-dialog .ui-dialog-titlebar-close {
		right: 0;
	}
	#frmScratchAdjust { font-size: 13px; }
	body .tip-darkgray .tip-inner input[type="number"] {
		font-size: 1em;
		width: 100%;
		padding: 9px;
	}
	body .tip-darkgray .editable-buttons {
		display: flex;
		justify-content: space-between;
	}
	body .tip-darkgray .tip-inner button {
		padding: 0 27px; 
	}
	
}

/* INTERCOM */
@media screen and (max-width: 50em) {
	.intercom-lightweight-app-launcher {
		bottom: 80px !important;
	}
	#front-chat-iframe {
		bottom: 65px !important;
		right: 0 !important;
	}
}


/* STOP SUBSCRIPTION */
#stopSubscription.scratchmodal p:not(.feedbackoptions) {
	font-size: 1em;
}
#stopSubscription #stopSubPerm.row li.full.flex {
	overflow: hidden;
}
#stopSubPerm button {
	width: 100%;
}
#btnStopCancelAlt {
	background: #073051;
    border: 1px solid #073051;
    color: white;
    margin-top: 8px;
}
#stopSubscription .full.other textarea {
	height: 120px;
}
#stopSubscription .full.other .button {
	background-color: #94BE5B;
}
#stopSubscription .full.other h2.gform_submission_error {
	font-size: 1em;
	color: #F97276;
}
.gfield_validation_message {
	font-size: 13px;
	color: #F97276;
}
p.gform_required_legend, .gform_hidden {
	display: none;
}
#stopSubscription ul.row li.sampleform.hidden {
	display: none;
}
#stopSubscription ul.row li.sampleform.hidden h3  {
	display: none;
}
#stopSubscription ul.row li.sampleform .gform_button {
	visibility: hidden;
	height: 1px;
}
#stopSubscription #stopSubPerm.row li.full.flex .split img {
	margin-left: -70px;
}

@media screen and (max-width: 67em) {
	
	#stopSubscription.comparisontable ul.row li.split {
		flex: 0 100%;
		border: none;
		padding: 0 40px !important;
		margin-bottom: 0;
		border-right: none;
	}
	#stopSubscription.comparisontable ul.row li.split:last-of-type {
		border-top: 1px solid #073051;
		padding-top: 25px !important;
		margin-top: 25px;
	}
	#stopSubscription #stopSubPerm.row li.full.flex {
		display: block;
	}
	#btnStopCancelAlt {
		line-height: 1.2em;
		padding: 18px 36px;
	}
	#stopSubscription.comparisontable ul.row li.split.sampleform {
		border: none;
		padding-top: 0 !important;
		margin-top: 0;
	}
	#delayOptions {
		margin-top: 18px;
	}
	#delayOptions button {
		margin: 3px 0;
	}
	
}
@media screen and (min-width: 67em) {
	
	#stopSubscription #stopSubPerm.row li.full.flex {
		align-items: center;
	}
	#stopSubscription #stopSubPerm.row li.full.flex .split.box {
		flex: 0 0 30%;
	}
	#stopSubscription #stopSubPerm.row li.full.flex .split.options {
		flex: 0 0 70%;
	}
	#stopSubscription #stopSubPerm.row li.full.flex .split img {
		max-width: 140%;
	}
	
}

/* REFERRAL PROGRAM */
#referral-bar { background: white; }
.referral-code-holder-intro {
	font-size: 13px;
	text-transform: uppercase;
	color: #84D8E9;
}
#referral-code-holder {
	color: #073051;
	border: 4px dashed #073051;
	padding: 18px 36px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
#referral-code-holder:hover:after {
	width: 100%;
	content: 'Click to copy';
	font-size: 11px;
	opacity: 0.6;
	color: #073051;
	text-align: center;
	bottom: 6px;
	left: 0;
	position: absolute;
}
#referral-code-holder.copied:hover:after {
	content: 'Copied to clipboard';
}
#referral-bar-rewards {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
}
#referral-bar-rewards:before {
	position: absolute;
	top: 37px;
	left: 0;
	width: 100%;
	height: 12px;
	content: ' ';
	border-radius: 8px;
	/*background-color: #ff7171;*/
	background-color: #F9F1EA;
}
#referral-bar-rewards .position-bar {
	position: absolute;
	z-index: 19;
	top: 37px;
	left: 0;
	width: 0%;
	height: 12px;
	content: ' ';
	border-radius: 8px;
	background-color: #ff7171;
	transition: width .2s ease;
}
#referral-bar-rewards .position {
	width: 12px;
	height: 60px;
	position: absolute;
	z-index: 21;
	left: 0;
	top: 12px;
	transition: left .2s ease;
	border-radius: 8px;
	background-color: #ff7171;
}
#referral-bar-rewards .position:after {
	top: -30px;
	left: -65px;
	content: 'You\'re here';
	font-size: 13px;
	font-weight: bold;
	color: #ff7171;
	width: 130px;
	text-align: center;
	position: absolute;
}
#referral-bar-rewards .reward-level {
	position: relative;
	z-index: 20;
	flex-grow: 1;
    flex-basis: 0;
}
#referral-bar-rewards .reward-level img {
	width: 80%;
	height: 85px;
	object-fit: contain;
	margin: 0 auto 8px auto;
    display: block;
}
#referral-bar-rewards .reward-level h4 {
	text-align: center;
	font-size: 12px;
}
#referral-bar-rewards .reward-level h4 span.number {
	display: inline-block;
	text-align: center;
	width: 24px;
    height: 24px;
    line-height: 24px;
	background: #073051;
	color: white;
	border-radius: 50%;
	margin-bottom: 4px;
}
#dogs-summary .aw-referrals-share-buttons a.btn-whatsapp {
	background: #25D366;
}
#account-home-referrals #referral-bar-rewards {
	border-top: 1px solid #E9E9E9;
	padding-top: 18px;
	margin: 0 -18px;
}
#account-home-referrals .reward-level:not(.show) {
	display: none;
}
#account-home-referrals .position, #account-home-referrals .position-bar {
	display: none !important;
}
#referral-bar[data-referrals="3"] .reward-level[data-level="3"] h4 span.number {
	background-color: #F97276;
}
#referral-bar-rewards .reward-level.show.first h4 .item:before {
	content: 'You\'re on ' attr(data-referrals) ' referrals - ';
	color: #F97276;
}
#referral-bar-rewards .reward-level.show.first.rewardcoming h4:after {
	content: 'We\'ll include your freebie in your next order';
	display: block;
	color: #073051;
	font-weight: normal;
	font-size: 13px;
}
@media screen and (max-width: 67em) {
	
	#referral-bar-rewards {
		flex-direction: column;
	}
	#referral-bar-rewards:before {
		width: 12px;
		height: 96%;
		left: 28px;
	}
	#referral-bar-rewards .position {
		left: 22px !important;
		margin-left: -6px;
		width: 36px;
		height: 12px;
	}
	#referral-bar-rewards .position:after {
		left: 44px;
		top: -7px;
	    background: white;
	    padding: 4px;
	    border-radius: 8px;
	    box-shadow: 0 0 20px 0 rgb(7 48 81 / 20%);
	    text-align: center;
	}
	#referral-bar-rewards .position-bar {
		height: 0;
		width: 12px !important;
		left: 28px;
	}
	#referral-bar-rewards .reward-level {
		display: flex;
		align-items: center;
	}
	#referral-bar-rewards .reward-level h4 {
		text-align: left;
		font-size: 13px;
		margin-bottom: 0;
	}
	#referral-bar-rewards .reward-level h4 span.number {
		margin-bottom: 0;
		margin-right: 8px;
	}
	#referral-bar-rewards .reward-level h4 br {
		display: none;
	}
	#referral-bar-rewards .reward-level img {
		margin: 0 16px 0 0;
		width: 20%;
		height: 75px;
	    object-fit: contain;
	}
	
}
@media screen and (min-width: 67em) {
	
	#account-home-referrals .inner-narrow {
		text-align: center;
	}
	
}

/* FONT AWESOME */
i.fa-spinner {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url('../media/loading-running.gif') center center;
    background-size: cover;
}


/* SHIPPING UPDATE */
#covid-notice { display: none; }
#account-home #account-shipping-alerts h3.section-header .img {
	text-align: center;
}
#account-home #account-shipping-alerts h3.section-header .img img {
	margin-top: -15px;
}
#account-home #account-shipping-alerts p {
	text-align: center;
}	
/* Click & Collect */
.mfp-ready #explore-shipping {
	display: block !important;
}
#explore-shipping #checkout-options form {
	display: flex;
    justify-content: space-between;
    clear: both;
}
#explore-shipping .option {
	border: 1px solid #DEDEDE;
	border-radius: 8px;
	position: relative;
}
#explore-shipping .option.active{
	background-color: #F6FBFC;
	border-color: #84D8E9;
}
#explore-shipping .option .box {
	margin-top: -40px;
}
#explore-shipping .option .box img {
    max-height: 165px;
    width: auto;
}
#explore-shipping #checkout-options .option .fullimg {
	margin-bottom: 0;
}
#explore-shipping #checkout-options .option .fullimg img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#explore-shipping label {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
#explore-shipping .price span {
	text-transform: uppercase;
	display: block;
}
#explore-shipping 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;
}
#explore-shipping 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;
}
#explore-shipping input[type=radio] {
	cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    outline: 0;
    z-index: 3;
    width: 24px;
    height: 24px;
    box-shadow: none;
}
#explore-shipping input~label:after {
    content: '';
    color: #84D8E9;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    opacity: 1;
}
#explore-shipping input:checked~label:after {
    content: ' ';
    font-style: normal;
    color: white;
    background-color: #84D8E9;
    opacity: 1;
    z-index: 77;
    
    width: 19px; height: 16px;
    background: url('../media/global-sprite.webp') -120px -17px;
    background-size: 157px 105px;
    bottom: -8px;
    margin-left: -7px;
}
#explore-shipping .includes:not(.spacemedium) { margin-bottom: 0; }
#explore-shipping .includes li { margin-bottom: 9px; }
#explore-shipping a.button {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 90%;
    text-align: center;
    border-radius: 8px;
    line-height: 64px;
    padding: 0;
    color: white;
    font-size: 18px;
}
#explore-shipping #checkout-options .option span.catch-all {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 82;
	top: 0;
	left: 0;
	cursor: pointer;
}
.gummi-upsell-alert {
	padding: 20px;
    margin: 15px -20px -20px;
    background: red;
    color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #F97276;
}
@media screen and (max-width: 67em) {
	
	#explore-shipping.scratchmodal > .inner {
		padding: 20px;
	}
	#explore-shipping #checkout-options form {
		flex-direction: column;
	}
	#explore-shipping label.spacesmall {
		font-size: 13px;
		line-height: 1.2em;
		margin-bottom: 5px;
	}
	#explore-shipping .option {
		padding: 1.2em 1.2em 1.8em;
		margin-bottom: 1.8em;
	}
	#explore-shipping #checkout-options .option {
		width: 100%;
	    margin-bottom: 15px;
	    min-height: 230px;
	    padding: 0;
	}
	#explore-shipping #checkout-options .option:first-of-type {
		margin-bottom: 27px;
	}
	#explore-shipping #checkout-options .option:last-of-type {
		float: right;
	}
	#explore-shipping #checkout-options .option .inner {
		padding: 10px 20px 20px;
	}
	
}
@media screen and (min-width: 67em) {
	
	#checkout-options {
		/*display: flex;
	    justify-content: space-between;
	    column-gap: 18px;*/
	    
	    display: grid;
	    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
		grid-gap: 18px;
	}
	#explore-shipping .option .box img {
		max-height: 140px;
	}
	#explore-shipping #checkout-options .option {
		width: 48%;
		min-height: 177px;
		float: none;
		padding: 0;
	}
	#explore-shipping #checkout-options .option.shorter {
		min-height: 160px;
	}
	#explore-shipping #checkout-options .option .inner {
		padding: 10px 20px 20px;
	}
	
}

/* Upsell Popup */
.mfp-ready #upsellPromptTinpromo {
	display: block !important;
    text-align: center;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 85px 0 rgba(0,0,0,0.11);
    position: relative;
    padding: 0 0 36px;
}
#upsellPromptTinpromo h2 {
	font-size: 2.2em;
}
#upsellPromptTinpromo p.large {
	padding: 0 36px;
	font-size: 1.25em;
}
#upsellPromptTinpromo img {
	margin-bottom: 36px;
	max-width: 90%;
}
#upsellPromptTinpromo .button {
	display: inline-block;
}
.mfp-wrap #upsellPromptTinpromo button.mfp-close {
	top: 0;
	right: -70px;
	z-index: 9999;
}
#upsellPromptTinpromo .main {
	max-width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#upsellPromptTinpromo .badges {
    position: absolute;
    top: 18px;
    right: 18px;
    margin: 0;
    height: auto;
}
#upsellPromptTinpromo .badges.two {
	top: 130px;
}
@media screen and (max-width: 67em) {
	
	.mfp-wrap #upsellPromptTinpromo button.mfp-close {
	    top: -100px;
	    right: 0;
	}
	#upsellPromptTinpromo h2 {
		font-size: 1.8em;
	}
	#upsellPromptTinpromo .badges {
		right: 8px;
		top: -8px !important;
		width: 66px;
	}
	#upsellPromptTinpromo .badges.two {
		right: 82px;
	}
	
}
@media screen and (min-width: 67em) {
	
	#upsellPromptTinpromo .badges {
		width: 100px;
		height: auto;
	}
	
}

/* Send ASAP */
#confirm-asap.scratchmodal, #delaySubscription.scratchmodal {
	padding-top: 0;
	background-color: #ede4cb;
}
#delaySubscription.scratchmodal.hasraw {
	background-color: #e4dfd9;
	padding-bottom: 0;
}
#delaySubscription.scratchmodal.hasraw  > .inner {
	padding-bottom: 0;
	padding-top: 36px;
}
#delaySubscription.scratchmodal.hasraw img {
	display: block;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#confirm-asap.scratchmodal > img, #delaySubscription.scratchmodal > img {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
#delaySubscription.scratchmodal > img {
	margin-bottom: -70px;
}
#confirm-asap.scratchmodal > .inner {
	padding-top: 0;
	margin-top: -110px;
	position: relative;
	z-index: 45;
	padding: 20px 0 0;
}
#delaySubscription.scratchmodal > .inner {
	padding: 20px 0;
}
#confirm-asap.scratchmodal > .inner > p, #delaySubscription.scratchmodal > .inner > p {
	padding: 0 50px;
}
#confirm-asap .ctas {
	padding-top: 36px;
}
#confirm-asap .ctas button {
	margin: 0 4px;
}
#confirm-asap #asap-contents p img {
	position: absolute;
	max-height: 26px;
	width: auto;
	margin-top: -4px;
	margin-left: 8px;
}
#confirm-asap #asapusell {
	margin-top:36px;
	box-shadow: 0 0 85px 0 rgba(0,0,0,0.11);
	background: white;
	background-size: auto 100%;
	padding: 18px;
	position: relative;
	text-align: left;
	display: flex;
	align-items: center;
}
#confirm-asap #asapusell .image img {
	margin: -78px 0 -50px;
}
#confirm-asap #asapusell input[type="checkbox"] {
	cursor: pointer;
    position: absolute;
    top: 0;
    left: 190px;
    opacity: 0!important;
    outline: 0;
    z-index: 3;
    width: 24px;
    height: 24px;
    box-shadow: none;
}
#confirm-asap #asapusell input[type="checkbox"]~label:before, #confirm-asap #asapusell input[type="checkbox"]~label:after {
	left: 190px;
    margin-left: 0;
    text-indent: 0;
    cursor: pointer;
}
#confirm-asap #asapusell input[type="checkbox"]~label:before {
	background-color: #fff;
	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;
    border: 1px solid #84D8E9;
    content: ' ';
    transform: none;
    width: 24px;
    height: 24px;
    border-radius: 8px;
}
#confirm-asap #asapusell input[type="checkbox"]~label:after {
	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;
	width: 24px;
    height: 24px;
    border-radius: 8px;
    background-color: #84D8E9;
    border: none;
    line-height: 27px;
}
#confirm-asap #asapusell input[type="checkbox"]:checked~label:after {
	background: #84D8E9 url('../media/global-sprite.webp') -252px -13px;
    background-size: 157px 115px;
    opacity: 1;
    z-index: 77 !important;
    content: ' ';
}
#confirm-asap #asapusell label {
	text-indent: 32px;
}
#confirm-asap #asapusell label a {
	color: #073051;
}
#confirm-asap #asapusell i {
	font-style: normal;
	text-decoration: line-through;
}
#confirm-asap .inner .flex {
	display: block;
	text-align: left;
	font-size: 13px;
	padding: 0 50px;
}
#confirm-asap .inner .flex .row {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid #073051;
}
#confirm-asap .inner #asap-contents .flex .row {
	border-bottom: none;
}
#confirm-asap .inner .flex .row > .type {
	width: 30%;
	font-weight: bold;
}
#confirm-asap .inner .flex .row > .value {
	width: 65%;
}
#confirm-asap .inner .flex .row > .value p {
	margin-bottom: 0;
	padding: 5px 0;
}
#confirm-asap .inner .flex .row > .value p:last-of-type {
	padding-bottom: 0;
}
@media screen and (max-width: 67em) {
	
	#confirm-asap #asapusell {
		display: block;
		text-align: center;
	}
	#confirm-asap #asapusell input[type="checkbox"]~label:before, #confirm-asap #asapusell input[type="checkbox"]~label:after {
		left: 18px;
	}
	#confirm-asap #asapusell .image img {
		margin: -36px 0 -9px;
	}
	#confirm-asap #asapusell label {
		display: block;
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
	
}

/* Feeding pack */
#upsell-buttons .upsell[data-type="FeedingPack"] {
	padding: 0;
	background-color: #dcebf7;
}
#upsell-buttons .upsell[data-type="FeedingPack"] .image {
	overflow: hidden;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
#upsell-buttons .upsell[data-type="FeedingPack"] .image img {
	width: 130%;
	max-width: 130%;
	margin: -40% 0 0 0;
	height: auto;
}
#upsell-buttons .upsell[data-type="FeedingPack"] .info-holder {
	padding: 15px;
	margin-top: -18px;
}
#upsell-buttons .upsell[data-type="FeedingPack"] .free-frisbee {
	position: absolute;
	z-index: 16;
	width: 100%;
	top: -10px;
	padding: 0 18px;
	display: flex;
	align-items: center;
}
#upsell-buttons .upsell[data-type="FeedingPack"] .free-frisbee p {
	margin: 0;
	font-weight: bold;
	text-indent: 18px;
	color: white;
}
#upsell-buttons .upsell[data-type="FeedingPack"] .free-frisbee img {
	margin: 0;
	height: auto;
}
#upsell-buttons .upsell[data-type="FeedingPack"] .buttons input ~ span {
	background: white;
}
@media screen and (max-width: 67em) {
	
	#upsell-buttons .upsell[data-type="FeedingPack"] {
		flex-direction: column;
	}
	#upsell-buttons .upsell[data-type="FeedingPack"] .info-holder {
		width: auto;
	}
	#upsell-buttons .upsell[data-type="slow-feeder"] .thumb img, #upsell-buttons .upsell[data-type="feeding-mat"] .thumb img {
		max-width: 88px !important;
		margin-right: 10px;
	}
	
}
/* Scratch Patch */
.logged-in #primary.account-layout {
	display: flex;
	flex-direction: column;
}
.logged-in #primary.account-layout article {
	order: 2;
}
.logged-in #scratch-patch {
	order: 1;
	width: 100%;
	position: relative;
	padding: 18px;
	border-radius: 8px;
	background-color: #073051;
	display: flex;
	align-items: center;
}
.logged-in #scratch-patch img {
	margin-top: -38px;
	margin-bottom: -38px;
	margin-right: 18px;
}
.logged-in #scratch-patch p {
	margin-bottom: 0;
	color: white;
	line-height: 1.2em;
}
.logged-in #scratch-patch p a {
	color: #84D8E9;
	font-weight: bold;
}
.logged-in .mobile-bottom-nav {
	order: 3;
}
@media screen and (max-width: 67em) {
	
	
	
}
@media screen and (min-width: 67em) {
	
	.logged-in #primary.account-layout {
		flex-wrap: wrap;
		flex-direction: row;
	}
	.logged-in #scratch-patch p {
		line-height: 1em;
	}

	
}

/* Switch to Mixed Box */
#compareFoods .compare.mixed {
	padding: 36px 0;
}
#compareFoods .compare.mixed .titles .text p {
	font-size: 13px;
}
#compareFoods .compare.mixed button {
	font-size: 13px;
	padding: 0 20px;
	line-height: 44px;
}
@media screen and (min-width: 67em) {
	#compareFoods .compare.mixed .row {
		justify-content: space-between;
	}
	#compareFoods .compare.mixed .titles .food {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	#compareFoods .compare.mixed .titles .food img {
		margin-left: -25px;
		margin-right: 18px;
		float: none;
	}
	#compareFoods .compare.mixed .titles .text {
		clear: none;
	}
	
}
@media screen and (max-width: 67em) {
	
	#compareFoods .compare.mixed .row {
		flex-direction: column;
	}
	#compareFoods .peachbg .compare.mixed .food {
		margin-bottom: 36px;
	    padding-bottom: 36px;
	    border-bottom: 1px solid rgba(7, 48, 81, .8);
	    width: 100%;
	}
	#compareFoods .peachbg .compare.mixed .food.lotsoflamb {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#compareFoods .peachbg .compare.mixed .food img {
		margin: 0;
	}
	#compareFoods .mobile-only .row.mobile-collapse > div.kangaroo {
		margin-bottom: 0;
	}
	
}

/* Confirm next order contents */
.mfp-ready #confirm-order-contents {
	display: block !important;
	padding-top: 0;
}
.mfp-ready #confirm-order-contents h2 {
	margin-top: -36px;
	position: relative;
}
ul.next-order-contents {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.next-order-contents li {
	text-align: left;
	padding: 8px;
	margin-bottom: 0;
	border-bottom: 1px solid #E9E9E9;
}
.page-template-template-renewal-upsells ul.next-order-contents li {
	text-align: center;
}
ul.next-order-contents li:last-of-type {
	border-bottom: none;
}
/* Confirm skipping next order */
.mfp-ready #confirm-skip {
	display: block !important;
	padding-top: 0;
}
.mfp-ready #confirm-skip h2 {
	margin-top: -36px;
	position: relative;
}


/* Upsell slider */
#account-home-upsells #upsell-buttons {
	display: block;
}
#account-home-upsells #upsell-buttons .upsell {
	margin: 0 18px;
}
#account-home-upsells .slick-slider .slick-list {
	padding: 36px 0 !important;
}
#account-home-upsells .slick-dots li button:before {
	font-size: 25px;
}
#account-home-upsells .slick-dots li.slick-active button:before {
	color: #073051;
}
@media screen and (max-width: 67em) {
	
	#account-home-upsells .slick-slider .slick-list {
		overflow: visible;
	}
	#account-home-upsells .slick-dots {
		margin-left: -33.75px;
	}
	
}

/* Extras page headings */
.cat-heading {
	display: flex;
    justify-content: space-between;
    background-color: #073051;
    align-items: center;
}
.cat-heading img {
	display: block;
}
.cat-heading .inner h3 {
	margin: 0;
	color: white;
}
@media screen and (max-width: 67em) {
	
	.cat-heading {
		margin-bottom: -21px;
	    flex-direction: column;
	    width: 140%;
	    margin-left: -20%;
	}
	.cat-heading .inner {
		text-align: center;
	}
	.cat-heading .inner h3 {
		padding: 18px 0;
	}
	
}
@media screen and (min-width: 67em) {
	
	.cat-heading {
		grid-column: 1 / span 3;
		border-radius: 8px;
		overflow: hidden;
		margin-bottom: 36px;
		width: 104%;
		margin-left: -2%;
	}
	.cat-heading > * {
		width: 50%;
	}
	.cat-heading .inner h3 {
		padding: 0 72px;
	}
	
}

/* Pay */
@media screen and (min-width: 67em) {
	body.logged-in:not(.page-template-template-onboarding) .site-navigation {
		display: block;
	}
}

/* Update password */
.edit-account input[type="text"], .edit-account input[type="email"], .edit-account input[type="password"] {
	width: 100%;
}

/* WC Notices - 'notice' type */
#notice-overlay.closed { display: none !important; }
#notice-overlay .box { margin-top: -100px; }
#notice-overlay .scratchmodal p { font-size: 1em; }
.woocommerce-checkout.woocommerce-order-pay #notice-overlay { display: none !important; }

/* RAW */
.raw-available {
	margin-top: 18px;
}
.scratchmodal .join-group {
	border-radius: 8px;
	border: 1px solid grey;
	max-width: 400px;
	margin: 76px auto 0 auto;
	position: relative;
}
.scratchmodal .join-group .avatar {
	margin-top: -49px;
	position: absolute;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.scratchmodal .join-group .avatar a {
	outline: none;
}
.scratchmodal .join-group .avatar img {
	border-radius: 50%;
	border: 1px solid grey;
	margin: 0 auto;
	outline: none;
}
.scratchmodal .join-group .cover img {
	display: block;
	width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.scratchmodal .join-group .summary {
	padding: 18px;
}
.scratchmodal .join-group .summary h4 {
	
}
.scratchmodal .join-group .summary a {
	display: inline-block;
	color: white;
	line-height: 36px;
	font-size: 14px;
	text-decoration: none;
	padding: 0 12px;
	font-weight: bold;
	border-radius: 6px;
	background-color: rgb(8, 102, 255);
}
.scratchmodal .join-group .summary a:hover {
	background-color: rgb(6, 90, 227);
}

/* Raw Delivery Window */
.mfp-ready #explore-raw-window {
	display: block !important;
}
#explore-raw-window #checkout-options form {
	display: flex;
    justify-content: space-between;
    clear: both;
}
#explore-raw-window .option {
	border: 1px solid #DEDEDE;
	border-radius: 8px;
	position: relative;
}
#explore-raw-window .option.active{
	background-color: #F6FBFC;
	border-color: #84D8E9;
}
#explore-raw-window .option .box {
	margin-top: -40px;
}
#explore-raw-window .option .box img {
    max-height: 165px;
    width: auto;
}
#explore-raw-window #checkout-options .option img {
    height: 120px;
    margin-top: 15px;
    width: auto;
}

#explore-raw-window label {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
	color: #000000;
}
#explore-raw-window .price span {
	text-transform: uppercase;
	display: block;
}
#explore-raw-window 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;
}
#explore-raw-window 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;
}
#explore-raw-window input[type=radio] {
	cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    outline: 0;
    z-index: 3;
    width: 24px;
    height: 24px;
    box-shadow: none;
}
#explore-raw-window input~label:after {
    content: '';
    color: #84D8E9;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    opacity: 1;
}
#explore-raw-window input:checked~label:after {
    content: ' ';
    font-style: normal;
    color: white;
    background-color: #84D8E9;
    opacity: 1;
    z-index: 77;
    
    width: 19px; height: 16px;
    background: url('../media/global-sprite.webp') -120px -17px;
    background-size: 157px 105px;
    bottom: -8px;
    margin-left: -7px;
}
#explore-raw-window .includes:not(.spacemedium) { margin-bottom: 0; }
#explore-raw-window .includes li { margin-bottom: 9px; }
#explore-raw-window a.button {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 90%;
    text-align: center;
    border-radius: 8px;
    line-height: 64px;
    padding: 0;
    color: white;
    font-size: 18px;
}
#explore-raw-window #checkout-options .option span.catch-all {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 82;
	top: 0;
	left: 0;
	cursor: pointer;
}
.gummi-upsell-alert {
	padding: 20px;
    margin: 15px -20px -20px;
    background: red;
    color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #F97276;
}
@media screen and (max-width: 67em) {
	
	#explore-raw-window.scratchmodal > .inner {
		padding: 20px;
	}
	#explore-raw-window #checkout-options form {
		flex-direction: column;
	}
	#explore-raw-window label.spacesmall {
		font-size: 13px;
		line-height: 1.2em;
		margin-bottom: 5px;
	}
	#explore-raw-window .option {
		padding: 1.2em 1.2em 1.8em;
		margin-bottom: 1.8em;
	}
	#explore-raw-window #checkout-options .option {
		width: 100%;
	    margin-bottom: 15px;
	    min-height: 230px;
	    padding: 0;
	}
	#explore-raw-window #checkout-options .option:first-of-type {
		margin-bottom: 27px;
	}
	#explore-raw-window #checkout-options .option:last-of-type {
		float: right;
	}
	#explore-raw-window #checkout-options .option .inner {
		padding: 10px 20px 20px;
	}
	
}
@media screen and (min-width: 67em) {
	
	#checkout-options {
		/*display: flex;
	    justify-content: space-between;
	    column-gap: 18px;*/
	    
	    display: grid;
	    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
		grid-gap: 18px;
	}
	#explore-raw-window .option .box img {
		max-height: 140px;
	}
	#explore-raw-window #checkout-options .option {
		width: 48%;
		min-height: 177px;
		float: none;
		padding: 0;
	}
	#explore-raw-window #checkout-options .option.shorter {
		min-height: 160px;
	}
	#explore-raw-window #checkout-options .option .inner {
		padding: 10px 20px 20px;
	}
	
}

/* Raw Flex Order Popup */
#rawFlex img {
	margin-top: -90px;
	max-height: 215px;
	width: auto;
}
#rawFlex.inner-narrow.scratchmodal {
	padding: 18px 36px 36px;
}
#rawFlex ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#rawFlex ul li {
	width: 50%;
	display: inline;
}
#rawFlex ul li button {
	margin: 0 8px;
}
/* Seachange */
.mfp-ready #seachange {
	display: block !important;
    width: 100%;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 85px 0 rgba(0,0,0,0.11);
}
#seachange img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#seachange .inner {
	padding: 2.4em;
}

/* Address form */
.woocommerce-address-form .flex > div .woocommerce-address-fields__field-wrapper + p {
	display: none;
}
@media screen and (min-width: 67em) {
	
	.woocommerce-address-form .flex {
		justify-content: space-between;
	}
	.woocommerce-address-form .flex > div {
		width: 48%;
	}
	
}

/* Edit order */
.toggle-section {
	padding: 18px 0;
	border-bottom: 1px solid #000;
}
#view-food-change.toggle-section {
	border-bottom: none;
}
.toggle-section .inner {
	margin-top: 18px;
}
.toggle-section.closed .inner {
	display: none;
}
.toggle-section h3 {
	position: relative;
	cursor: pointer;
	transition: all 0.4s ease;
	margin: 0;
	line-height: 1.1em;
}
.toggle-section.closed h3:hover, .toggle-section:not(.closed) h3 {
	color: #84D8E9;
}
.toggle-section h3:after {
	width: 15px;
    height: 8px;
    background: url('../media/global-sprite.webp') -132px -34px;
    background-size: 157px 105px;
    content: ' ';
    display: inline-block;
    margin-left: 8px;
    position: absolute;
    right: 18px;
    top: 9px;
    transition: all 0.4s ease;
}
.toggle-section.closed h3:after {
	transform: rotate(180deg);
}
.toggle-section textarea {
	width: 100%;
	background-color: #EEFAFD;
	border-radius: 2px;
}
#tracking {
	border: 1px solid #000;
	border-radius: 8px;
	color: #073051;
	background-color: #fbf7f3;
}
#tracking td {
	padding: 9px 18px;
}
#tracking tbody td {
	border-top: 1px solid #000;
}