/*
Theme Name: Distribuidora del campo
Theme URI: http://nucleomedia.com.ar
Author: Nucleo Media
Author URI: nucleomedia.com.ar
Description: Tema desarrollado para Distribuidora del campo
Template:       storefront
Version:        1.0.0
License: GNU    General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, grid-layout, flexible-header, accessibility-ready, buddypress, custom-background, custom-header, custom-logo, custom-menu, custom-colors, editor-style, featured-image-header, featured-images, full-width-template, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, education, entertainment, holiday
Text Domain: ddc
*/

/*Quitar outline de focus*/
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: rgba(255,255,255,0);
}
/*Ancho de producto individual*/
#main,.single-product div.product, .woocommerce-checkout .page, .woocommerce-cart .page {
    max-width: 1200px;
    margin: 0 auto;
}

.mandar-ws {
	position: fixed;
	display: block;
    bottom: 20px;
    color: #000;
    height: 40px;
    left: 20px;
    width: 40px;
    opacity:0.9;
	z-index: 10000000;
}
/* Esto lo resolví en el header con ocultación
    .price del {
        display: none;
    }