/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 2.7.0.1601660568
Updated: 2020-10-02 17:42:48

*/

/* Logo size for mobile site */
@media screen and (max-width: 768px) {
.site-header .site-branding img {
max-width: 60%;
}
}

/* Logo size for desktop site */
@media screen and (min-width: 768px) {
.site-header .site-branding img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
max-width: 24%;
}
	
/* barra de filtros en catalogo */	
	.product-sort-bar {
    background-color: #c0c0c0;
    border-radius: 5px;
    padding: 7px 7px 0;
    margin: 5px auto;
    overflow: visible;
    font-size: 13px;
    clear: both;
    position: relative;
}
	
