@media screen and (max-width: 1600px) {
	.products.columns-4,
	#shopped {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 1250px) {
	.products.columns-4,
	#shopped {
		grid-template-columns: 1fr 1fr 1fr;
	}
	#product-start {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
}
@media screen and (max-width: 767px) {
	#wpgs-gallery {
		max-width: 100% !important;
		margin-right: 0 !important;
	}
	h1.shop-title {
		display: none;
	}
	/*
	.m7-shop nav {
		background: white;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.m7-shop .trp-language-switcher > div > a {
		color: black;
	}
	.m7-shop #nav-icon span {
		background: black;
	}
	*/
	#croced {
		display: none;
	}
	#footer .grid {
		grid-template-columns: 1fr 1fr;
	}
	#shopped {
		padding: 5px;
		grid-gap: 5px;
	}
	#shopped section {
		padding-top: 40px;
		padding: 25px 5px;
		padding-bottom: 12.5px;
	}
	#shopped section h2 {
		padding: 0 10px;
		font-size: 1.5em;
		line-height: .85;
		text-align: left;
	}
	#shopped section .meta .price {
		top: 10px;
		right: 10px;
		font-size: 1.5em;
	}
	.m7-cart .woocommerce .woocommerce-notices-wrapper {
		position: relative;
	}
	.m7-cart .woocommerce {
		grid-template-columns: 1fr;
		display: block;
	}
	.m7-checkout .greenplace,
	.m7b-product .bread {
		padding: 25px;
	}
	svg#leer {
		position: relative;
		bottom: -6px;
	}
	svg#leer.alt {
		position: relative;
		bottom: unset;
		top: -10px;
	}
	svg#leer.alt2 {
		bottom: 8.5px;
	}
	.home-products .grid .price {
		font-size: 1.4em;
	}
	nav ul {
		display: none;
	}
	#product-start {
		grid-template-columns: 1fr;
	}
	.check-grid {
		grid-gap: 0;
		grid-template-columns: 1fr;
	}
	.total-order {
		border-left: 0px;
		padding-left: 0;
		margin-top: 15px;
	}
	#loc.page {
		background: black;
		height: unset;
	}
	#loc section {
		aspect-ratio: 1;
	}
	header h3 {
		font-size: 5em;
	}
	header {
		height: 67.5vh;
	}
	header h1 {
		font-size: 2.95em;
		margin: 10px 0;
	}
	.btns {
		max-width: 360px;
	}
	.title {
		font-size: 2.6em;
		margin-top: 0;
	}
	.first-intro .meta {
		padding-top: 150px;
	}
	.about-2 .grid,
	#loc.page,
	.locations .grid,
	.our-menu .grid,
	.home-products .grid {
		grid-template-columns: 1fr;
	}
	.home-products .grid a {
		display: none;
	}
	.home-products .grid a:first-child {
		display: block;
	}
	#croc.two {
		top: -10px;
	}
	.visit h2, .our-menu h2 {
		line-height: 1;
	}
	.our-menu .grid {
		padding: 0;	
	}
	.home-products .grid .meta h2 {
		font-size: 1.85em;
	}
	.visit h2 {
		font-size: 3em;
	}
	#logos section {
		padding: 0 25px;
	}
	#paged.about {
		padding-left: 50px;
		padding-right: 50px;
	}
	#croc.about-us {
		bottom: -10px;
	}
	.locations .google {
		bottom: -1px;
	}
	#croc.two {
		top: -15px;
	}
	#about .meta {
		font-size: 4em;
	}
	h1.rules {
		margin-top: 75px;
	}
	#logo {
		padding-left: 25px;
		padding-right: 25px;
	}
	.carted {
		padding-bottom: 25px;
	}
	.m7-cart .carted {
		background: #0d0d0d;
		color: white;
	}
	.woocommerce-cart-form {
		background: white;
		padding: 25px;
		color: black;
		border-radius: 10px;
		margin-bottom: 25px;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: none;
	}
	.m7-checkout .greenplace #paged {
		background: white;
	}
	.m7-checkout .greenplace {
		background: #0d0d0d;
	}
	.products.columns-4,
	#shopped {
		grid-template-columns: 1fr 1fr;
	}
	.products.columns-4 {
		padding-top: 100px;
	}
	
	
	/*
	.lang.scrolled {
		font-size: 1.75em;
	}
	.lang.scrolled .trp-language-switcher > div > a > img {
		height: 20px;
	}
	.m7-menu.scrolled #nav-icon span:nth-child(2), .m7-menu.scrolled #nav-icon span:nth-child(3) {
		top: 12px;
	}
	.m7-menu.scrolled #nav-icon span:nth-child(4) {
		top: 24px;
	}
	*/
	
	
	
	
	
	
	
}