@media all and (max-width:1100px) {

	.header-menu {
		display: none;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}
}

@media all and (max-width:900px) {

	.columns-5 .product,
	.columns-4 .product,
	.columns-3 .product,
	.columns-2 .product {
		width: calc(50% - 20px);
	}

	.single-service {
		width: 50%;
	}

	.aboutus-img {
		display: none;
	}

	.aboutus-content {
		width: 100%;
	}

	.wrapper-contact>div {
		width: 50%;
	}

	.wrapper-blog .w-30 {
		width: 100%;
		padding-right: 0px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.wrapper-blog .w-70 {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.wrapper-product-info {
		justify-content: space-between;
	}

	#openfilter, #closefilter {
		display: inline-block;
	}

	.wrapper-shop .products {
		width: 100%;
	}

	.sidebar-shop {
        position: fixed;
        top: 0px;
        left: -320px;
        height: 100vh;
        width: 320px;
        padding: 20px;
        z-index: 1000;
        overflow: auto;
		background-color: var(--color-white);
    }

	.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;
	}

	.checkout-content-form {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 50px;
    }
    
    .checkout-content-order {
        width: 100%;
    }

	#customer_login .u-column1.col-1 {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 50px;
    }
    #customer_login .u-column2.col-2 {
        width: 100%;
        padding-left: 0px;
    }

    .wrapper-lost-pass {
        width: 100%;
    }

	#account-navigation {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 50px;
    }

    #account-content {
        width: 100%;
    }
}

@media all and (max-width:600px) {

	.wrapper-header-content h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 35px;
	}

	.wrapper-banner h2 {
		font-size: 35px;
	}

	.wrapper-header-top {
		display: none;
	}

	.wrapper-header {
		padding-top: 20px;
	}

	.single-blog {
		width: calc(100% - 20px);
	}

	.wrapper-contact-content {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.wrapper-contact-form {
		width: 100%;
	}

	.wrapper-input p {
		width: 100%;
	}

	.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%;
    }

}

@media all and (max-width:450px) {

	.single-service {
		width: 100%;
	}

	.columns-5 .product,
	.columns-4 .product,
	.columns-3 .product,
	.columns-2 .product {
		width: calc(100% - 20px);
	}

	.wrapper-contact>div {
		width: 100%;
	}
}