@media (max-width: 900px) {
	
	.onlyMobile {
		display: initial;
	}
	.onlyDesktop {
		display: none;
	}
	
	body {
		display: block;
		padding-top: 60px;
	}
	h1, h2.likeH1 {
		font-size: 1.4em;
	}
	
	.narrowWidth, .semiNarrowWidth {
		padding: 25px;
	}
	
	.infoCard img {
		max-width: 50vw;
	}
	
	#mobileMenuIcon {
		position: fixed;
		top: 10px;
		height: 40px;
		right: 10px;
		z-index: 300;
		background: #fff;
		border-radius: 5px;
	}
	body.showSiteNotification #mobileMenuIcon {
		_top: 40px;
	}
	.siteNotification {
		font-size: 0.8em;
	}
	
	header {
		position: fixed;
		height: 60px;
		top: 0px;
	}
	#logged-in header {
		
	}

	#seasonsMenu a {
		display: block;
		margin: 5px 0;
	}

	header .fiolaLogo {
		width: auto;
	}
	header .customerLogo {
		height: 50px;
		top: 5px;
		left: 10px;
	}
	header .customerLogo div {
		font-size: 1.2em;
	}
	
	a[href^="tel:"] {
		color: blue !important;
		text-decoration: underline !important;
	}
	
	.headerWrapper_OLD {
		position: fixed;
		display: block;
		width: 100vw;
		min-height: 0px;
		height: 100vh;
		overflow-y: auto;
		top: 60px;
		padding-top: 0px !important;
		max-height: 0px;
		box-sizing: border-box;
		transition: all 0.5s;
		padding: 0px;
		background: var(--lightgray);
	}
	
	.headerWrapper {
		position: fixed;
		display: block;
		width: 100vw;
		min-height: 0px;
		height: 100vh;
		overflow-y: auto;
		top: 0px;
		padding-top: 60px !important;
		max-height: 60px;
		box-sizing: border-box;
		transition: all 0.5s;
		padding: 0px;
		background: var(--lightgray);
	}
	.headerWrapper .fiolaLogo {
		background: linear-gradient(90deg, rgba(239,197,85,1) 0%, rgba(219,141,50,1) 100%);
		justify-content: left;
		padding: 8px 0px 8px 20px;
		width: 100vw;
	}
	
	body#logged-in .headerWrapper {
		padding-top: 60px !important;
		top: 0px;
		background: transparent;
	}
	body#logged-in .headerWrapper.open {
		background: #fff;
	}
	
	.headerWrapper.open {
		max-height: 100vh;
		
	}
	header .menuBackgroundStripe {
		display: none;
	}
	
	.productMenu .mainLink {
		padding-left: 10px;
	}
	.productMenu .dropdown li {
		height: auto;
		min-height: 40px;
	}
	.dropdown, .sub-dropdown {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		background: transparent;
	}
	.sub-dropdown {
		display: none;
		padding-left: 25px !important;
	}
	.dropdown .twoColumns {
		columns: 1;
	}
	.siteMenu>ul {
		display: block;
	}
	.dropdown a:hover, .sub-dropdown a:hover {
		background: transparent;
	}

	
	.productMenu {
		background: transparent;
		height: auto;
		padding-left: 5px;
	}
	
	.productMenu a {
		padding: 0px;
		color: var(--black);
	}
	.productMenu a.search {
		height: 40px;
	}
	.productMenu > ul > li {
		float: none;
		height: auto;
		line-height: 40px;
		
	}
	.productMenu .dropdown {
		max-height: 0px;
		overflow: hidden;
		padding-left: 40px;
		width: 100%;
		box-sizing: border-box;
	}
	.productMenu .dropdown.open {
		max-height: 2000px;
	}
	.productMenu li {
		width: 100vw;
	}
	.siteMenu>ul a:hover, .productMenu a.search:hover {
		background: transparent;
	}
	header #searchBar {
		position: fixed;
		width: 100vw;
		margin-top: 60px;
	}
	header #searchBar input {
		margin: 15px 0px;
	}
	header #google_translate_element {
		padding-left: 15px;
	}
	.skiptranslate {
		position: relative;
		z-index: 1000;
	}
	.changeLanguageWrapper {
		width: 100%;
		height: 45px;
	}
	
	
	.headerWrapper li {
		display: block;
		width: 100%;
	}
	.menu {
		display: block;
		height: auto;
	}
	.menu a {
		padding: 0px 25px;
	}
	.menu li.withSubmenu {
		padding: 0px 25px;
	}
	.submenu {
		width: calc(100% - 50px);
		position: relative;
		display: none;
	}
	.submenu li a {
		padding: 10px 25px;
	}

	.siteMenu>ul a {
		height: 40px;
		line-height: 40px;
		padding-left: 15px;
	}

	h1.bigImage {
		font-size: 2em;
	}
	.sloganText {
		font-size: 1.4em;
	}
	.leadText {
		font-size: 1.2em;
	}

	.fiolaInfo, .needHelp, .trustMary {
		padding: 25px;
	}

	.needHelp h1 {
		margin-top: 0px;
	}


	.yellowWhiteWrapper {
		background: var(--white);
	}

	
	.swiper.presenting .columns h1 {
		font-size: 1.6em;
	}
	.swiper.presenting .columns p {
		font-size: 1em;
	}
	.swiper.presenting .columns {
		grid-template-columns: 1fr;
	}
	.swiper.presenting .columns>div>div {
		text-align: center;
		padding: 5vw;
	}
	.swiper.presenting .swiper-slide {
		background: none;
	}
	.swiper.presenting .columns img {
		max-width: 50vw;
	}
	
	.columns {
		grid-template-columns: 1fr;
	}
	.needHelpItems.columns {
		width: 100%;
		box-sizing: border-box;
	}
	.needHelpItems>div {
		width: 275px;
		grid-template-columns: 75px 200px;
	}

	.needHelpItems>div img {
		height: 50px;
	}
	.needHelpItems>div p {
		margin: 0px;
	}
	.productCardDisplay {
		grid-template-columns: 1fr 1fr;
	}
	
	.footerWrapper {
		grid-template-columns: 1fr 1fr;
	}
	
	footer .logo img {
		max-width: 50vw;
	}
	footer .logo {
		grid-column-start: 1;
		grid-column-end: 3;
	}

	.productListingGroup {
		grid-template-columns: repeat(2, 1fr);
	}
	
	aside#filters #filters-container {
		grid-template-columns: repeat(2, 250px);
		grid-gap: 5px;
	}
		aside#filters .filter-container {
		width: 250px;
		max-width: 250px;
	}
	
	#pageProduct {
		 padding: 75px 25px 25px 25px; 
	}	
	#pageProduct #imagesAndData {
		grid-template-columns: 1fr;
	}
	#pageProduct #imagesWrapper {
		max-width: calc(100vw - 100px);
	}
	
	#paymentMethods {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	#paymentMethods img {
		max-width: 50%;
		max-height: 75px;
	}

	#supplierCatalogues {
		grid-template-columns: repeat(2, 1fr);
	}

	.giftProductSelectionTable {
		grid-template-columns: 1fr 1fr;
	}

}

@media (max-width: 576px) {
	
	header .customerLogo div {
		font-size: 1em;
	}
	
	.productCardDisplay {
		grid-template-columns: 1fr;
	}
	
	.productListingGroup {
		grid-template-columns: 1fr;
	}
	
	aside#filters #filters-container {
		grid-template-columns: 1fr;
		grid-gap: 5px;
	}
	aside#filters .filter-container {
		max-width: calc(100vw - 50px);
		width: calc(100vw - 50px);
		
	}
	
	.footerWrapper {
		display: block;
	}
	
    .needHelp h1 {
		font-size: 1.5em;
	}
	
	#pageProduct .product-images-swiper img {
		max-width: 100%;
		max-height: 100%;
	}
	
	.contactCard {
		width: 60%;
		float: none;
		margin: 0px auto;
	}
	.contactCard img {
		width: 100%;
	}

	.needHelpItems>div {
		width: 100%;
		grid-template-columns: 75px auto;
	}
	
	#supplierCatalogues {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.giftProductSelectionTable {
		grid-template-columns: 1fr;
	}

	
}

@media (max-width: 300px) {
	
	.needHelpItems>div {
		width: 100%;
		grid-template-columns: 75px auto;
	}
	h1 {
		font-size: 1em;
	}
	
}