@media all and (max-width:1100px) {
   
    .wrapper-menu-cart nav {
        display: none;
    }

    .wrapper-cart-account {
        margin-left: 10px;
    }

    #openmenu, #closemenu {
        display: inline-block;
    }

    #closemenu {
        float: right;
    }

    .mobile-menu {
        clear: both;
        padding-top: 30px;
    }

    .wrapepr-header-content.home-page {
        background-position: center center;
    }

    .offer-content {
        width: 60%;
    }

    .offer-img {
        width: 40%;
    }

    .columns-5 .product,
    .columns-4 .product {
        width: calc(33.333333% - 20px);
    }

}

@media all and (max-width:1000px) {

    .w-30 {
        width: 100%;
        padding-left: 0px;
    }

    .w-70 {
        width: 100%;
        margin-bottom: 50px;
    }

    .sidebar-shop {
        position: fixed;
        top: 0px;
        left: -320px;
        height: 100vh;
        width: 320px;
        padding: 20px;
        background-color: var(--color-light-gray);
        z-index: 1000;
        overflow: auto;
    }

    .wrapper-shop .products {
        width: 100%;
    }

    #openfilter {
        display: inline-block;
    }
    #closefilter {
        display: inline-block;
    }

    .cart_totals  {
        padding: 20px;
    }

    #account-navigation {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 50px;
    }

    #account-content {
        width: 100%;
    }

}

@media all and (max-width:900px) {

    .wrapper-edge {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
        margin-bottom: 100px;
    }

    .single-edge {
        width: 50%;
    }

    .aboutus-img {
        display: none;
    }

    .aboutus-content {
        width: 100%;
        padding-left: 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;
    }

    .offer-content {
        width: 100%;
        padding-right: 0px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        text-align: center;
    }

    .offer-img {
        width: 100%;
        margin-bottom: 50px;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }

    .wrapper-contact>div {
        width: 50%;
    }

    .single-product-img {
        width: 100%;
        margin-bottom: 50px;
    }

    .single-product-content {
        width: 100%;
        padding-left: 0px;
    }

}


@media all and (max-width:768px) {

    .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);
    }

    .wrapper-top-header {
        display: none;
    }

    .wrapper-contact-content {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 50px;
    }

    .wrapper-contact-form {
        width: 100%;
    }

    .wrapper-input p {
        width: 100%;
    }

    .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%;
    }

} 

@media all and (max-width:650px) {
 
    .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%;
    }

    #account-content  table  tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #account-content  table  thead {
        display: none;
    }

    #account-content .woocommerce-Address {
        float: none;
        width: 100%;
    }

}

@media all and (max-width:450px) {
     
    h1 {
        font-size: 70px;
    }

    h2, .offer-content h2 {
        font-size: 50px;
    }

    .single-edge {
        width: 100%;
    }

    .wrapper-contact>div {
        width: 100%;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-remove {
        width: 5%;
        text-align: center;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
        width: 95%;
        text-align: center;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-name {
        width: 100%;
        text-align: center;
    }

}

@media all and (max-width:380px) {

    .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);
    }
    
}