/*
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.9.0.1605045680
Updated: 2020-11-10 22:01:20

*/

/* Начало: Удаляем нижний блок в мобильной версии. Личный кабинет, поиск, корзина.*/

@media (max-width:766px){
.storefront-handheld-footer-bar{
    display: none;
}	
}

/* Конец: Удаляем нижний блок в мобильной версии. Личный кабинет, поиск, корзина.*/

/* Начало: Удаляем иконку в боковом меню*/

.widget_nav_menu ul li:before{
    content: none;
}

/* Конец: Удаляем иконку в боковом меню*/

/* Начало: Удаляем отступ в боковом меню*/

.widget_archive ul li, .widget_categories ul li, .widget_layered_nav_filters ul li, .widget_layered_nav ul li, .widget_links ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_product_categories ul li, .widget_recent_comments ul li, .widget_recent_entries ul li {
    padding-left: 0;
}

/* Конец: Удаляем отступ в боковом меню*/
