@media only screen and (max-width: 1000px) {
.widget #searchform, .widget.woocommerce.widget_product_search {
display:none !important;
}
input.checkout-button.button.alt.wc-forward {
    margin-top: 10px;
}
}

@media only screen and (max-width: 830px) {
.woocommerce .content .container .container_inner, .woocommerce-page .content .container .container_inner {
        width: 90% !important;
}
  .widget.woocommerce.widget_products {
    display:none !important;
}
}

@media only screen and (max-width: 600px) {
.woocommerce .summary {
    width: 100%;
}
.woocommerce .product .images {
    width: 100%;
}
}

@media only screen and (max-width: 500px) {
a.shipping-calculator-button {
  display:none;
}
}

@media only screen and (max-width: 300px) {
.related.products h4 {
    font-size: 30px;
}
}

@media only screen and (max-width: 731px) {
input.checkout-button.button.alt.wc-forward {
    margin-top: 0px;
}
  tr.cart_item td.product-thumbnail {
    display: none;
}
  td.product-quantity, th.product-quantity {
    display: none;
}
  th.product-thumbnail {
    display: none;
}
}

@media only screen and (max-width: 360px) {
td.product-price, th.product-price {
    display: none;
}
}

.woocommerce table.cart div.coupon, .woocommerce-page table.cart div.coupon {
    float: left;
    margin-top: 2px;
}