/*
Theme Name:   	Paryskie Perfumy - storefront child theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Piotr Celej / Michał Celej / Tomasz Karwat //
Author URI:     
Template:     	storefront
Description:  	
Version:      	1.0.1
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags: 

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.
 */

.wc-block-grid__products .wc-block-grid__product .price, .wc-block-grid__products li.product .price, ul.products .wc-block-grid__product .price, ul.products li.product .price{
	color: #0F0A00;
	font-size: 18px;
	font-weight: 800;
	
}

header.site-header{
    position: -webkit-sticky-egeargae; /* Safari */
  position: sticky !important;
  top: 0;
}
 
.main-navigation ul.menu, .main-navigation ul.nav-menu{
    max-height: none;
    overflow: visible;
    margin-left: -1em;
    -webkit-transition: none;
    transition: none;
    content-align: center;
    display: block;
    width: 100%;
    float: left;
    margin: 0 auto;
    text-align: center;
}
.main-navigation ul.menu>li.menu-item-has-children>a:after, .main-navigation ul.menu>li.page_item_has_children>a:after, .main-navigation ul.nav-menu>li.menu-item-has-children>a:after, .main-navigation ul.nav-menu>li.page_item_has_children>a:after{
    display:none;
}
.site-header-cart .cart-contents{
    padding: 1em .875em;
}
.site-header-cart .cart-contents .count{
    display:none;
    padding-right:0; 
    margin-right:0; 
    float:right;
}
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a{
    padding: 1em 1em
}
.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner, .nx-bar .nx-bar-inner{
    padding:5px;
    text-transform:uppercase;
    font-weight:bold;
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header{
    margin-bottom: 0;
}
.site-header{
    padding-top: 1em;
}

.secondary-navigation .menu a{
    padding: .7em .875em 
}
.site-header-cart .cart-contents{
    padding:.2em;
}
.site-header{
    border-bottom:none;
}
.site-header-cart .cart-contents span{
    float:none;
}
body, button, input, select, textarea{
      font-family: 'Montserrat', sans-serif;
}
._1ui6rwl{
    bottom:auto !important;
    top:130px !important;
}


#page .main-navigation ul li a{
	text-align: left;
font: normal normal bold 12px/26px Montserrat !important;
letter-spacing: 1.2px;
color: #0F0A00!important;
text-transform: uppercase;
}




