* {
  margin: 0;
  box-sizing: border-box;
}

@font-face {
	font-family: mplusextrabold;
	src: url(/static/MPLUSRounded1c-ExtraBold.ttf);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #0071ba;
  color: #ffffff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	display: table;
	overflow-x: auto;
}

th {
	cursor: pointer;	
	color: white;
	position: relative;
}

th .sort-arrow {
	position: absolute;
	right: 8px;
	font-size: 0.75rem;
	user-select: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
	background-color: transparent;
	font-weight: bold;
}

h1 {
	font-size: 34px;
	font-family: mplusextrabold;
	font-weight: bold;		
}

h2 {
	font-size: 30px;
	font-family: mplusextrabold;
	font-weight: bold;			
}

h3 {
	font-size: 24px;
	font-family: mplusextrabold;
	font-weight: bold;			
}

h4 {
	font-size: 20px;
	font-family: mplusextrabold;
	font-weight: bold;			
}

h5 {
	font-size: 18px;
	font-family: mplusextrabold;
	font-weight: bold;			
}

h6 {
	font-size: 16px;
	font-family: mplusextrabold;
	font-weight: bold;			
}


a:active, a:hover {
	outline-width: 0;
}

a {
	color: inherit;
}

a {
	text-decoration: none;
}

.text {	
	color: #0f61a9;	
}

.text-bold {	
	color: #0f61a9;
	font-weight: bold;
}
.text-white {
	color: #ffffff !important;
}
.text-black {
	color: #000000 !important;
}
.text-red {
	font-weight: bold;
	color: #f44336 !important;
}
.text-hydration-blue, .hover-text-hydration-blue:hover {
	color: #0f61a9;
}


.input {
	font-size: 16px;
	color: #0f61a9;
	background-color: #ffffff;
	border-radius: 4px;
	border-color: #0f61a9 !important;
	border: 1px solid;
	height: 44px;
}

.input-text-area {
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0f61a9;
	background-color: #ffffff;
	border-radius: 4px;
	border-color: #0f61a9 !important;
	border: 1px solid;	
}

.mobile {
	display: none
}

.all {
	width: 100%;
}

.rest {
	overflow: hidden;
}

.width-75 {
	width: 75%;
	transform: translate(12.5%);
}

.container {
	margin: 0px;
	padding: 0px;
}

.container-100 {
	width: 100%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  justify-self: center;
}

.container-50 {
	min-width: 50%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  justify-self: center;
}

.button-container {
	padding: 4px;		
}

.panel {	
	min-height: 85%;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
}

.popup-panel {
	display: none;	
	width: 25%;
	position: fixed;
	z-index: 1;
	top: 25%;
	left: 50%;
	transform: translate(-50%);	
	background-color: #ffffff !important;
	color: #0071ba;	
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 2px;
	border: 1px solid;
	border-color: #0f61a9 !important;
}


.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 16px;    
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 16px;    
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 16px;    
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 16px;    
}

.grid-horizontal {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 5px;
}

.fixed-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 16px;    
}

.fixed-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 16px;    
}

.fixed-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fixed-grid-25-75 {
  display: grid;
  grid-template-columns: 25% 75%;   
}

.fixed-grid-60-40 {
  display: grid;
  grid-template-columns: 60% 40%;
}

.fixed-grid-90-10 {
  display: grid;
  grid-template-columns: 90% 10%;
}
.fixed-grid-25-75-10 {
  display: grid;
  grid-template-columns: 20% 70% 10%;
}

.span-6 {
	top: 50%;
	position: relative;
}


.button-150 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0f61a9;
	background-image: linear-gradient(#00b1eb, #0f61a9);	
	border-radius: 4px;
	border-color: #0f61a9 !important;
	border: 1px solid;
	text-align: center;
	height: 44px;
	min-width: 150px;
}

.button-150-disabled {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0f61a9;
	background-image: linear-gradient(#ffffff, #d1d1d1);	
	border-radius: 4px;
	border-color: #d1d1d1 !important;
	border: 1px solid;
	text-align: center;
	height: 44px;
	min-width: 150px;
}

.button-50 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0f61a9;
	background-image: linear-gradient(#00b1eb, #0f61a9);	
	border-radius: 4px;
	border-color: #0f61a9 !important;
	border: 1px solid;
	text-align: center;
	height: 44px;
	min-width: 50px;
}

/* Alignment */
.left-align {
	text-align: left !important;
}

.right-align {
	text-align: right !important;
}

.top-align {
	vertical-align: top !important;
}

.middle-align {
    vertical-align: middle  !important;
}

.bottom-align {
	vertical-align: bottom !important;
}

.justify {
	text-align: justify !important;
}

.center {
	text-align: center !important;
}

.padding-2 {
	padding: 2px !important;
}

.padding-4 {
	padding: 4px !important;
}

.padding-8 {
	padding: 8px !important;
}

.padding-16 {
	padding: 16px !important;
}

.padding-128 {
	padding: 128px !important;
}

.padding-left-128 {
	padding-left: 128px !important;
}
.padding-right-128 {
	padding-right: 128px !important;
}


.padding-bottom-4 {
	padding-bottom: 4px !important;
}

.padding-bottom-8 {
	padding-bottom: 8px !important;
}

.padding-bottom-16 {
	padding-bottom: 16px !important;
}



/* Borders */
.border {
	border: 1px solid #ccc !important;
}

.border-bottom {
	border-bottom: 1px solid #ccc !important;
}

.border-top {
	border-top: 1px solid #ccc !important;
}

.border-white, .hover-border-white-grey:hover {
	border-color: #ffffff !important;
}

.border-light-grey, .hover-border-light-grey:hover {
	border-color: #f1f1f1 !important;
}

.border-red, .hover-border-red:hover {
	border-color: #f44336 !important;
}

.border-hydration-blue, .over-border-hydration-blue:hover {
	border-color: #0f61a9 !important;
} 

/* Colours */
.white, .hover-white:hover {
	color: #000 !important;
	background-color: #ffffff !important;
}
.light-grey, .hover-light-grey:hover {
	color: #000 !important;
	background-color: #f1f1f1 !important;
}

.hydration-blue, .hover-hydration-blue:hover {
	color: #ffffff;
	background-color: #0f61a9 !important;
}

.hydration-blue-to-white {	
	background-image: linear-gradient(#0f61a9, #ffffff)
}

.luminous-vivid-orange-to-white {	
	background: linear-gradient(#ff6900, #ffffff)
}

.luminous-vivid-cyan-blue-to-white {	
	background: linear-gradient(#0693e3, #ffffff)
}

.luminous-vivid-purple-blue-to-white {	
	background: linear-gradient(#9b51e0, #ffffff)
}
.luminous-vivid-gereen-to-white {	
	background: linear-gradient(#66C240, #ffffff)
}



.pale-cyan-blue-to-white {	
	background: linear-gradient(#8ed1fc, #ffffff)
}




.opacity-50 {
	opacity: 0.5;
}


.header {
	height: 108px;
	background: linear-gradient(rgba(0, 0, 0, .3), 50%, rgba(0, 0, 0, 0));	
	padding-left: 8px !important;
	padding-top: 8px !important;
	padding-right: 8px !important;	
}

.content-panel {
  background-color: #ffffff;
  color: #0071ba;
  text-align: center;
}

.content-header {
	width: 100%;
	padding: 16px;	
}

.content-complex {
	width: 100%;
}

.content-complex-image {
	width: 100%;
}


.footer-panel {
  background-color: #0f61a9;  
  background: linear-gradient(rgba(0, 0, 0, .3), 50%, rgba(0, 0, 0, 0));
  color: #ffffff;    
  width:100%;
}

.footer {
}

.footer-logo {
	padding-left: 5%;
}
.footer-logo-img {
	width: 122px;
	height: 114px;
		
}

.footer-detail {
	padding-top: 16px;
}
.footer-banner {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}

.footer-text {
  background-color: #0071ba;
  color: #ffffff;
  font-weight: normal;  
}

.footer-text-bold {	
  color: #ffffff;
  font-weight: bold;  
}

.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
  background-color: #ffffff;
  color: #0071ba;
  padding: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 1500;
}

.cookie-banner.show {
	transform: translateY(0);
}


.logo {
	padding: 8px;
	width: 120px;
}

.logo-img {
	width: 120px;
	height: 68px;
}

.menu-item-image {
	width: 68px;
	height: 68px;
}
.menu-item {
	padding: 8px;
	text-align: center!important;
}

.menu-item-link {
	text-decoration: none;
}

.menu-item-text {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background: transparent;
	border: 0px none;
}

.menu-item-button {
	color: #ffffff;
	background: transparent;
	border: 0px none;
}

.category {
	position: fixed;
	top: 108px;
	left: 0px;
	background-color: #0071ba;
	color: #ffffff;
	height: 240px;
	width: 100%;
	display: none;		
}

.category-item {
	text-align: center;
	background-color: #0071ba;
	color: #ffffff;
}

.category-item-text {
	text-align: center;
	background-color: #0071ba;
	color: #ffffff;
}

.category-item-text{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	background-color: #0071ba;
	color: #ffffff;
}

.products {
	width: 100%;
	height: 100%;
	padding-top: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
	text-align: center;
}

.products-grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.product-container {
	width: 100%;	
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 10%;
  padding-right: 10%;
}

.product {
	height: 100%;
	width: 100%;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.category-product-image {
	 height: 100%; 
	 width: 100%;	
}

.products-text {
	font-size: 14px;
	font-weight: normal;
}

.product-image {
	width: 100%; 
}

.product-text {
	font-size: 16px;
	font-family: Nunito;	 
}
.product-text-bold {
	font-size: 16px;
	font-weight: bold;
}

.product-list {
	list-style-type: disc;
	text-align: left;
	margin: 0;
	padding: 0; 
}

.product-ingredients-image {
	width: 100%;
	aspect-ratio: auto 734 / 327; 	
}

.purchase-container {
	width: 80%;
	text-align: left;
	padding-left: 10%;
}

.purchase-nav {
	display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
}

.purchase-nav-tab {
	border: 1px solid;
	border-color: #0071ba;
	border-bottom: 3px solid transparent;
	font-size: 18px;
	height: 30px;
	background-color: #ffffff;
	color: #0071ba !important;
}

.active {
	background-color: #0071ba;	
	color: #ffffff !important;	
}

.purchase-tab {
	border: 1px solid;
	border-color: #0f61a9 !important;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
	text-align: center;
}

.purchase-text {
	font-size: 16px;
	color: #0071ba !important;
	padding: 2px;
	text-align: left;
}

.purchase-text-price {
	font-size: 20px;
	font-weight: bold;
	color: #0071ba !important;
	padding: 2px;
	text-align: left;	
}

.purchase-input {
	border-radius: 4px;
	border-color: #0f61a9 !important;
	border: 1px solid;
	background-color: #ffffff;
	color: #0071ba !important;
	font-size: 18px;
	height: 30px;
}

.purchase-button {
	text-align: center;
	min-width: 20%;
}

.purchase-button:focus {
	text-align: center;	
	border-radius: 4px;
	border-color: #0f61a9 !important;
	border: 2px solid;
	background-color: #0071ba;	
	color: #ffffff !important;	
}

.purchase-delivery_freq {
	text-align: left;
}

.purchase-quantity-input {
	text-align: center;
	height: 30px;
	width: 30%;
	background-color: #0f61a9;
	color: #ffffff !important;	
}

.purchase-submit {
	text-align: center;
	width: 40%;
}

.basket-panel {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 108px;
	right: 0;
	background-color: #ffffff !important;
	color: #0071ba;	
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 2px;
	border-left: 1px solid;
	border-color: #0f61a9 !important;
}

.basketOpen {
	width: 25%;
}

.basket-header {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;  
  padding-top: 16px;
  padding-bottom: 16px;
}

.basket {
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;  
  padding-top: 16px;
  padding-bottom: 16px;
}

.basket-image {
	width: 96px; 
	height: 89px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.basket-item-text {
  font-weight: normal;
  font-size: 14px;
  color: #0071ba;
  background-color: #ffffff !important;  
}

.basket-item-text-red {
  font-weight: normal;
  font-size: 14px;
  color: #ff0000;
  background-color: #ffffff !important;  
}

.basket-header-text-bold {
  font-weight: bold;
  font-size: 18px;
  color: #0071ba;
  background-color: #ffffff !important;
}

.basket-item-text-bold {
  font-weight: bold;
  font-size: 14px;
  color: #0071ba;
  background-color: #ffffff !important;
  
}

.basket-quantity-input {
	text-align: center;
	height: 30px;
	width: 30%;
	font-size: 14px;
	font-weight: bold;
	background-color: #0071ba;
	color: #ffffff !important;
	border-radius: 4px;
	border-color: #0f61a9 !important;
	border: 1px solid;	
}

.basket-input-button {
	color: #0071ba;
	background-color: #ffffff !important;
	border: 1px solid;
	border-color: #0f61a9 !important;
	font-size: 16px;
	font-weight: bold;
}


.checkout-container {
	width: 100%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}

.checkout-complete-container {
	width: 50%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  justify-self: center;
}


.checkout-fieldset {
	padding: 8px;
}
.checkout-text-bold {
	font-size: 16px;
	font-weight: bold;
  color: #0f61a9;		
}

.checkout-text {
	font-size: 16px;
	font-weight: normal;
  color: #0f61a9;			
}

.checkout-text-red {
	font-size: 24px;
	font-weight: bold;
  color: #f44336;			
}
.checkout-text-bold {
	font-size: 16px;
	font-weight: bold;
  color: #0f61a9;
  text-align: left;		
}

.checkout-total-text-bold {
	font-size: 22px;
	font-weight: bold;
  color: #0f61a9;		
}

.checkout-input {
	font-size: 16px;
	color: #0f61a9;
	background-color: #ffffff;
	border-radius: 4px;
	border-color: #0f61a9 !important;
	border: 1px solid;
	height: 44px;
}

.checkout-card-input {
	font-family: monospace, monospace;
	font-size: 16px;
	color: #0f61a9;
	background-color: #ffffff;
	border-radius: 4px;
	border-color: #0f61a9 !important;
	border: 1px solid;
	height: 44px;
	width: 280px;
}

.checkout-input-date {
	font-size: 16px;
	color: #0f61a9;
	background-color: #ffffff;
	border-radius: 4px;
	border-color: #0f61a9 !important;
	border: 1px solid;
	height: 44px;
	width: 75px;
	text-align: center;
}

.checkout-submit {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;	
	background-image: linear-gradient(#00b1eb, #0f61a9);
	border-radius: 4px;
	border-color: #0f61a9 !important;
	border: 1px solid;
	text-align: center;
	height: 44px;
}

.checkout-cc-image {
	width: 40px;
	height: 40px;
}

.secure-frame {
	height: 600px;
	width: 400px;
	position: fixed;
	z-index: 1;
	top: 25%;
	left: 50%;
	transform: translate(-50%);	
	background-color: #ffffff !important;
	color: #0071ba;	
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 2px;
	border-left: 1px solid;
	border-color: #0f61a9 !important;
}

.account-h2 {
	font-weight: bold;
	color: #0f61a9;
}

.account-text-red {
	font-weight: bold;
	color: #f44336 !important;
}

.subscription-button-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 16px;    
}

.subscription-submit {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0f61a9;
	background-image: linear-gradient(#00b1eb, #0f61a9);	
	border-radius: 4px;
	border-color: #0f61a9 !important;
	border: 1px solid;
	text-align: center;
	height: 44px;
	min-width: 150px;
}

.subscription-confirm-panel {
	display: none;	
	width: 25%;
	position: fixed;
	z-index: 1;
	top: 25%;
	left: 50%;
	transform: translate(-50%);	
	background-color: #ffffff !important;
	color: #0071ba;	
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 2px;
	border-left: 1px solid;
	border-color: #0f61a9 !important;
}

.subscription-confirm-button-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 16px;
  padding-bottom: 16px;    
}

.blog-header-bg-image {	
	width: 100%;
  min-height: 500px;
  top: 0;
  left: 0;
  z-index: -100;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.blog-img {
	width: 100%;
	height: 50%;
	background-position: 0% 100%; /* X then Y */
  background-repeat: no-repeat;  
  background-size: cover;
}

.blog-list {
  list-style-type: disc;
  margin: 0;
  padding: 16px;
}

