/*
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.5.5.1584003787
Updated: 2020-03-12 12:03:07

*/

/* Устанавливаем размер поля header */
.site-header {
    padding-top: 1em;
    padding-bottom: 0;
}

/* Прячем значок корзины */

.site-header-cart .cart-contents {
    padding: 1.618em 0;
    display: none;
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0;
}


/* Убираем отступ у header */

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0em;
}

.col-full {
    max-width: 66.4989378333em;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 2.617924em;
    box-sizing: content-box;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* Цвет ссылок в футере */
  .site-footer a:not(.button):not(.components-button) {
    color: #f0f0f0;
    text-decoration: underline; }

.site-header {
    border-bottom: 0px;
    border-bottom-color: #f1a31c;
}

/* Класс для значка телефона */
.fa-phone {
font-size: 3rem;
vertical-align: middle;
padding-right: 5px;
	margin-right: 15px;
}

/* Добавляем расстояние от header-а до banner-а */
/*.widget {
    margin: 0 0 3.706325903em;
    padding-top: 1em;
}*/

/* Устанавливаем размер шрифта для меню навигации */
.secondary-navigation .menu {
    font-size: 1.100em;
	text-transform: uppercase;
    width: auto;
    float: right;
}

.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle {
    color: #f0f0f0;
    text-transform: uppercase;
}

.main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
	color: #f1a31c; }

/* Уменьшаем отсутп для желтого поля*/
.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignfull, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 0;
}

/*убираем лишние значки из футера*/
.widget_recent_entries ul li::before, .widget_pages ul li::before, .widget_categories ul li::before, .widget_archive ul li::before, .widget_recent_comments ul li::before, .widget_nav_menu ul li::before, .widget_links ul li::before, .widget_product_categories ul li::before, .widget_layered_nav ul li::before, .widget_layered_nav_filters ul li::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    margin-right: 0.5407911001em;
    display: block;
    float: left;
    opacity: 0.35;
    margin-left: -1.618em;
    width: 1em;
	display:none;
}

/* Прячем хлебные крошки */

/*.woocommerce-breadcrumb {
    font-size: 0.875em;
	display:none;
}*/
