@media screen and (max-width: 800px) {
	
	.container-50 {
		min-width: 100%;
	  padding-top: 12px;
	  padding-left: 12px;
	  padding-right: 12px;
	  padding-bottom: 12px;
	  justify-self: center;
	}
	
	.popup-panel {
		display: none;	
		width: 75%;
		position: fixed;
		z-index: 1;
		top: 10%;
		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: 8px;    
	}
	
	.grid-2 {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  padding-bottom: 8px;    
	}
	
	.grid-3 {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  padding-bottom: 8px;    
	}
	
	.grid-4 {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  padding-bottom: 8px;    
	}

	.fixed-grid-2 {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  padding-bottom: 8px;    
	}
	
	.fixed-grid-3 {
	  display: grid;
	  grid-template-columns: repeat(3, 1fr);
	  padding-bottom: 8px;    
	}
	
	.fixed-grid-4 {
	  display: grid;
	  grid-template-columns: repeat(4, 1fr);
	  padding-bottom: 8px;    
	}

	.padding-2 {
		padding: 1px !important;
	}
	
	.padding-4 {
		padding: 2px !important;
	}
	
	.padding-8 {
		padding: 4px !important;
	}
	
	.padding-16 {
		padding: 8px !important;
	}

	.text {	
		color: #0f61a9;		
	}
	
	
.header {
	display: none;
}
.mobile {
	display: block;
	height: 72px;
	background: linear-gradient(rgba(0, 0, 0, .3), 50%, rgba(0, 0, 0, 0));	
	padding-left: 6px !important;
	padding-top: 6px !important;
	padding-right: 6px !important;	
}

.logo {
	padding: 6px;
}

.logo-img {
	width: 80px;
	height: 45px;
}

	.menu-item-image {
		width: 45px;
		height: 45px;		
	}

	.menu-item-button {
		text-align: right;
		width: 5%;		
	}


  /* Menu button */
  .menu-button {
    background: none;
    border: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0;
    user-select: none;
  }
  
  .menu-button span {
    display: block;
    height: 3px;
    background: white;
    border-radius: 2px;
    position: relative;
    transition: background 0.3s ease, transform 0.3s ease;
  }

  /* Slide out menu (offcanvas) */
  .mobile-menu {
  	display: none;
  	height: 100%;
  	width: 40%;
  	position: fixed;
  	z-index: 1;
  	top: 73px; 
  	bottom: 0;
  	right: 0;
    background: #0071ba;
		color: #ffffff;	
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 2px;
  }
  
  .mobile-menu-item {
  	padding-left: 8px;
  }
  
	.products-grid {
	  display: grid;
	  grid-template-columns: 50% 50%;
	  padding-top: 16px;
	  padding-bottom: 16px;
	}
	
	.purchase-nav-tab {
		border: 1px solid;
		border-color: #0071ba;
		border-bottom: 3px solid transparent;
		font-size: 14px;
		height: 30px;
		background-color: #ffffff;
		color: #0071ba !important;
	}
	.active {
		background-color: #0071ba;	
		color: #ffffff !important;	
	}	
	
	.purchase-text {
		font-size: 14px;
		color: #0071ba !important;
		padding: 2px;
		text-align: left;
	}
	.purchase-text-price {
		font-size: 16px;
		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: 14px;
		height: 30px;
	}	
  
	.basket-panel {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 73px;
		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: 75%;
	}

.checkout-panel {
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 100%;
  text-align: center;
}

.checkout-container {
	width: 100%;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8pxx;
  padding-bottom: 8px;
}

.checkout-fieldset {
	padding: 4px;
}

.checkout-cc-image {
	width: 40px;
	height: 40px;
}

.secure-frame {
	height: 75%;
	width: 75%;
	position: fixed;
	z-index: 1;
	top: 10;
	left: 10;
	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-panel {
	display: none;	
	width: 75%;
	position: fixed;
	z-index: 1;
	top: 10%;
	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;
}

}