@media all and (max-width:1100px) {

	#navigation {
		display: none;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	#closemenu {
		float: right;
	}

	.wrapper-blog .w-30 {
		width: calc(100% - 0px);
		margin-left: 0px;
	}

	.wrapper-blog .w-70 {
		width: 100%;
	}

	.wrapper-shop .products {
		width: 100%;
	}

	#openfilter,
	#closefilter {
		display: inline-block;
	}

	.wrapper-shop .w-30 {
		margin-top: 0px;
		position: fixed;
		top: 0px;
		left: -320px;
		height: 100vh;
		width: 320px;
		padding: 20px;
		z-index: 1000;
		overflow: auto;
		background-color: var(--color-white);
		margin-left: 0px;
	}

}

@media all and (max-width:900px) {

	.wrapper-header-content h1 {
		font-size: 50px;
	}

	.wrapper-discount h2 {
		font-size: 40px;
	}

	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 35px;
	}

	.aboutus-img {
		display: none;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

	.wrapper-category a {
		width: calc(50% - 20px);
	}

	.wrapper-services {
		justify-content: center;
	}

	.wrapper-services article {
		width: calc(50% - 20px);
	}

	.columns-5 .product,
	.columns-4 .product,
	.columns-3 .product,
	.columns-2 .product {
		width: calc(50% - 20px);
	}

	.wrapper-contact>div {
		width: 50%;
		text-align: center;
	}

	.social-link {
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}

	#contacts .social-link li {
		margin-right: 10px;
		margin-left: 10px;
	}

	.wrapper-input p {
		width: calc(100% - 0px);
	}

	.single-product-img {
		width: 100%;
		margin-bottom: 50px;
	}

	.single-product-content {
		width: 100%;
		padding-left: 0px;
	}

	.wrapper-cart-form.w-70 {
		width: 100%;
		margin-bottom: 50px;
	}

	.wrapper-cart-total-info.w-30 {
		width: 100%;
		margin-left: 0px;
	}

	.title-table {
		display: none;
	}

	.woocommerce-cart-form__cart-item.cart_item {
		padding-bottom: 20px;
	}

	.woocommerce-cart-form__cart-item.cart_item .product-remove {
		width: 5%;
	}

	.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
		width: 30%;
	}

	.woocommerce-cart-form__cart-item.cart_item .product-name {
		width: 65%;
	}

	.woocommerce-cart-form__cart-item.cart_item .product-price {
		width: 33.333333%;
		text-align: center;
	}

	.woocommerce-cart-form__cart-item.cart_item .product-quantity {
		width: 33.333333%;
	}

	.woocommerce-cart-form__cart-item.cart_item .product-quantity input {
		width: 100%;
	}

	.woocommerce-cart-form__cart-item.cart_item .product-subtotal {
		width: 33.333333%;
		text-align: center;
	}

	.wrapper-coupons,
	.wrapper-update-btn {
		width: 100%;
	}

	.wrapper-coupons,
	.wrapper-update-btn {
		width: 100%;
	}

	.checkout-content-form {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.checkout-content-order {
		width: 100%;
	}

	#account-navigation {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	#account-content {
		width: 100%;
	}

	#customer_login .u-column2.col-2 {
		width: 100%;
		padding-left: 0px;
	}

	#customer_login .u-column1.col-1 {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}


}

@media all and (max-width:600px) {


	.wrapper-title h1,
	.wrapper-header-content.pages h1 {
		font-size: 35px;
	}

	.single-blog {
		width: calc(100% - 20px);
	}

	.wrapper-header-content {
		height: 700px;
	}

	.header-top {
		display: none;
	}
}


@media all and (max-width:460px) {

	.wrapper-category a {
		width: calc(100% - 20px);
	}

	.wrapper-services article {
		width: calc(100% - 20px);
	}

	.columns-5 .product,
	.columns-4 .product,
	.columns-3 .product,
	.columns-2 .product {
		width: calc(100% - 20px);
	}

	.wrapper-contact>div {
		width: 100%;
	}

	.wrapper-cart-account {
		margin-left: 0px;
	}

}