@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 .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;
    }

    .wrapper-shop .products {
        width: 100%;
    }

    #openfilter,
    #closefilter {
        display: inline-block;
    }

}

@media all and (max-width:900px) {

   .aboutus-img {
        width: calc(70% - 50px);
        margin: 0 auto 100px auto;
    }

   .aboutus-content {
    width: 100%;
    padding-left: 0px;
    }

     .columns-5 .product,
	.columns-4 .product,
	.columns-3 .product,
	.columns-2 .product {
		width: calc(33.333333% - 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);
    }

    .columns-5 .product-category,
    .columns-4 .product-category,
    .columns-3 .product-category,
    .columns-2 .product-category {
        width: calc(33.333333% - 20px);
    }

    .wrapper-categpry {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    
       
  .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:650px) {

   .aboutus-img {
    width: calc(90% - 50px);
    margin: 0 auto 100px auto;
   }

    .columns-5 .product-category,
    .columns-4 .product-category,
    .columns-3 .product-category,
    .columns-2 .product-category {
        width: calc(50% - 20px);
    }

    .columns-5 .product,
	.columns-4 .product,
	.columns-3 .product,
	.columns-2 .product {
		width: calc(50% - 20px);
	}

      h1 {
        font-size: 70px;
     }

     h2 {
        font-size: 35px;
     }

     .wrapper-title h1 {
        font-size: 35px;
    }



}


@media all and (max-width:450px) {


  .aboutus-img {
    width: calc(100% - 50px);
    margin: 0 auto 100px auto;
   }

    .columns-5 .product-category,
    .columns-4 .product-category,
    .columns-3 .product-category,
    .columns-2 .product-category {
        width: calc(100% - 20px);
    }

    .columns-5 .product,
	.columns-4 .product,
	.columns-3 .product,
	.columns-2 .product {
		width: calc(100% - 20px);
	}

    .wrapper-cart-account {
        margin-left: 0px;
    }

    .wrapper-contact>div {
    width: 100%;
    text-align: center;
   }
  
}