/*
 Theme Name:   Storefront Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Storefront Child
 Author:       John Doe
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront-child
*/
/*
.storefront-primary-navigation{
	display: none;
}
*/

#colophon {
    padding-top: 0;
    padding-bottom: 0;
}

.col-full .site-branding {
    width: 100%;
}

table.shop_table_responsive tr td {
    text-align: left !important;
}

/*
.woocommerce-cart-form__contents th.product-thumbnail{
	display: none !important;
}
.woocommerce-cart-form__cart-item .product-thumbnail{
	display: none !important;
}*/

.storefront-breadcrumb {
    display: none !important;
}

.woocommerce-checkout td.product-name a.tm-cart-edit-options {
    display: none;
}

@media (min-width: 768px) {
    #masthead {
        padding-top: 20px;
    }
}

header.entry-header {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

@media all and (max-width: 500px) {
    form.wpcf7-form table {
        width: 100%;
    }

    form.wpcf7-form td {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    form.wpcf7-form tr {
        display: block;
        margin-bottom: 10px;
    }

    form.wpcf7-form input {
        max-width: 300px;
    }

    form.wpcf7-form textarea {
        max-width: 300px;
    }
}