@media screen and (max-width: 600px) {

	.container-50 {
		min-width: 100%;
	  padding-top: 2px;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-bottom: 2px;
	  justify-self: center;
	}

	.popup-panel {
		display: none;	
		width: 90%;
		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: 4px;    
	}
	
	.grid-2 {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  padding-bottom: 4px;    
	}
	
	.grid-3 {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  padding-bottom: 4px;    
	}
	
	.grid-4 {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  padding-bottom: 4px;    
	}

	.padding-2 {
		padding: 1px !important;
	}
	
	.padding-4 {
		padding: 1px !important;
	}
	
	.padding-8 {
		padding: 2px !important;
	}
	
	.padding-16 {
		padding: 4px !important;
	}

	.text {	
		color: #0f61a9;		
	}

	.header {
	display: none;
}

.mobile {
	display: block;
	height: 48px;
	background: linear-gradient(rgba(0, 0, 0, .3), 50%, rgba(0, 0, 0, 0));	
	padding-left: 2px !important;
	padding-top: 0x !important;
	padding-right: 2px !important;	
}
	
	.logo {
		padding: 4px;
	}

	.logo-img {
		width: 53px;
		height: 30px;
	}
	.menu-item-image {
		width: 30px;
		height: 30px;		
	}

	.menu-item-button {
		text-align: right;
		width: 5%;
	}


  .menu-button {
    background: none;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    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;
  }
  
  .mobile-menu {
  	display: none;
  	height: 100%;
  	width: 75%;
  	position: fixed;
  	z-index: 1;
  	top: 49px; 
  	bottom: 0;
  	right: 0;
    background: #0071ba;
		color: #ffffff;	
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 2px;
  }

	.products-grid {
	  display: grid;
	  grid-template-columns: 100%;
	  padding-left: 32px;
	  padding-right: 32px;
	}
	
	
	.purchase-nav-tab {
		border: 1px solid;
		border-color: #0071ba;
		border-bottom: 3px solid transparent;
		font-size: 12px;
		height: 30px;
		background-color: #ffffff;
		color: #0071ba !important;
	}
	.active {
		background-color: #0071ba;	
		color: #ffffff !important;	
	}	

	.purchase-text {
		font-size: 12px;
		color: #0071ba !important;
		padding: 2px;
		text-align: left;
	}
	.purchase-text-price {
		font-size: 14px;
		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: 12px;
		height: 30px;
	}	

.basket-panel {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 49px; 
	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: 80%;
	}

	.checkout-panel {
		width: 100%;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 4px;
	}
	
	.checkout-grid {
	  display: grid;
	  grid-template-columns: 100%;
	  text-align: center;
	}
	
	.checkout-container {
		width: 100%;
	  padding-top: 4px;
	  padding-left: 4px;
	  padding-right: 4pxx;
	  padding-bottom: 4px;
	}

	.checkout-complete-container {
		width: 100%;
	  padding-top: 16px;
	  padding-left: 16px;
	  padding-right: 16px;
	  padding-bottom: 16px;
	}
	
	.checkout-fieldset {
		padding: 2px;
	}

.checkout-cc-image {
	width: 40px;
	height: 40px;
}

.secure-frame {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	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;
}

}

	