/*
Theme Name:   	Storefront Child Theme
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.3
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
*/
/*
 * Add your own custom css below this text.
 */


/* Блок с телефонами над хедером и под футером */
	.phones-box {
		display: flex;
	    justify-content: flex-end;
	    align-items: center;
	    background: #f0f0f0;
	}
	.phones-box a {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 155px;
	    padding: 5px 10px;
	    color: #333;
	    font-size: 18px;
	    text-decoration: none;
	}
	.phones-box a:hover, .phones-box a:active {
		color: #d7191f;
		text-decoration: underline;
	}
	.phones-box svg {
	    width: 20px;
	    margin-right: 7px;
	}
	@media (max-width: 600px) {
		.phones-box {
			flex-direction: column;
			justify-content: center;
	    	align-items: center;
		}
	}
	@media (max-width: 768px) {
		.phones-box:last-child {
			margin-bottom: 70px;
		}
	}
/* /Блок с телефонами над хедером и под футером */

/* Филтры товаров на мобилках */
	#main {
		position: relative;
	}
	h1.woocommerce-products-header__title {
	    width: calc(100% - 100px);
	}
	.filters_mobile_button button {
		position: absolute;
		top: 0;
		right: 0;
		display: none;
	}
	#secondary.widget-area .close_btn {
		display: none;
		position: absolute;
	    top: 15px;
	    right: 20px;
	    background: none;
	    color: black;
	    font-size: 50px;
	    line-height: 30px;
	    padding: 0;
	    width: 30px;
	    height: 30px;
	    font-family: monospace;
	    font-weight: 300;
	}
	@media (max-width: 768px) {
		.filters_mobile_button button {
			display: inline-block;
		}
		#secondary.widget-area {
			display: none;
		}
		#secondary.widget-area.open-in-popup {
			display: block;
			position: fixed;
			z-index: 999999999;
			top: 0;
			left: 0;
			width: 45vw;
			height: 100vh;
			overflow: hidden;
			overflow-y: scroll;
			background: rgba(255,255,255,0.95);
			padding: 10px;
			padding-top: 50px;
			box-shadow: 0 0 100px rgba(0,0,0,0.3);
		}
		#secondary.widget-area.open-in-popup .close_btn {
			display: block;
		}
	}
	@media (max-width: 500px) {
		#secondary.widget-area.open-in-popup {
			width: 75vw;
		}
	}
	.widget_layered_nav li::before { /* фикс прозрачных чекбоксов */
	    opacity: 1!important;
	}
/* /Филтры товаров на мобилках */







