@media screen and (max-width: 767px) {
	.header-logo {
		width: 50px;
	}
	
	.page-grid-cell {
		width: 100%;
	}
	
	#page {
		padding: 100px 10px;
	}
	.round-rectangle{
	    padding:20px 0;
	}
	.round-rectangle p {
    line-height: 21px;
	}
	.home-boxes .page-grid-cell:after {
		content: none;
	}
	
	.home-boxes .page-grid-cell-bounds {
		position: static;
	}
	
	#home-bg {
		position: static;
		height: auto;
	}
	
	#home-bg:after {
		content: '';
		display: block;
		padding-top: 100%;
	}
	
	#home-bg .home-arrow {
		display: none;
	}
	
	#home {
		height: auto;
	}
	
	#home .home-arrow {
		display: none;
	}
	
	.home-text {
		width: auto;
		font-size: 16px;
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.home-button {
		/*background: white !important;*/
		color: #fff !important;
	}
	
	.home-button:hover {
		color: #414241 !important;
	}

	.woocommerce table.shop_table .product-name {
		text-align: left !important;
	}
	
	.woocommerce table.shop_table dl.variation dt {
		text-align: left;
	}
	
	.woocommerce table.shop_table dl.variation dd {
		text-align: left;
	}
	
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		padding-right: 10px;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		display: block;
		width: auto;
	}
	
	
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
		min-width: 0;
	}
	
	.ginput_counter {
		position: static;
	}
}
