/*
Theme Name:   	Storefront Toro
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/* ========================================
   NOTA: Estilos de fontes e customizações do tema
   foram movidos para /assets/css/toro-theme-customizations.css
   para melhor organização e performance.
   ======================================== */

#toro-cart-table .product-price, #toro-cart-table .product-quantity {
    display: none !important;
}
.woocommerce #toro-cart #toro-cart-table td.product-name,
.woocommerce #toro-cart #toro-cart-table td.product-thumbnail,
.woocommerce #toro-cart #toro-cart-table td.product-quantity,
.woocommerce #toro-cart #toro-cart-table td.product-price,
.woocommerce #toro-cart #toro-cart-table td.product-quantity,
.woocommerce #toro-cart #toro-cart-table td.product-subtotal,
.woocommerce #toro-cart #toro-cart-table td.product-remove {
    background-color: transparent;
}
/* =========================
   ESTILOS GERAIS - TEMA FILHO STOREFRONT-TORO
   ========================= */
.site-header .site-branding img {
    max-width: 180px;
    height: auto;
}

.site-header {
    padding: 27px 0px 2px;
    margin: 0px!important;
}

.storefront-breadcrumb {
    display: none;
}

.site-main {
    padding-top: 55px;
}

/* =========================
   ESTILOS PÁGINA DO CARRINHO - TEMA FILHO STOREFRONT-TORO
   ========================= */
/* Desabilita o clique na imagem do produto na página do carrinho */
.woocommerce-cart .cart_item .product-thumbnail a {
    pointer-events: none;
    cursor: default;
}

/* Esconde o cabeçalho da tabela do carrinho */
.woocommerce-cart table.shop_table thead {
    display: none;
}

table.cart .product-thumbnail img {
    margin: 0 auto;
    max-width: 120px;
    height: auto;
}

/* Esconde o campo de quantidade na página do carrinho */
.woocommerce-cart .quantity {
    display: none;
}

.storefront-full-width-content.woocommerce-cart .entry-header {
    display: none;
}

.shop_table.woocommerce-cart-form__contents .product-name h3 {
    font-size: 18px;
}