/*!
Theme Name:   Storefront Child
Theme URI:
Author:       roco
Author URI:   
Description:  storefront child by roco
Version:      3.5.0
Tested up to: 5.6.0
Requires PHP: 5.6.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Template:     storefront


All sizing (typography, layout, padding/margins, etc) are inspired by a modular scale that uses 1em as a base size with a 1.618 ratio.
You can read more about the calculator we use in our Sass here: https://github.com/modularscale/modularscale-sass


*/
/*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
 
 a:active, a:focus { 
 outline: 1px solid #666; 
 border: none;
 }
 ul.products li.product a:active, ul.products li.product a:focus{
 outline: none;
 border: 1px solid #666; 
 }

.site-header{
    padding-top: 1em;
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
    padding : .5407911001em 1em;
}

.custom-logo-link, .site-branding, .site-header-cart, .site-logo-anchor, .site-logo-link, .site-search{
    margin-bottom: 0;
}

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


.storefront-breadcrumb {
/*
    padding: 1.41575em 0;
    margin: 0 0 3.706325903em;
*/
    display: none;
}

.wc-block-grid__products .wc-block-grid__product img, .wc-block-grid__products li.product img, ul.products .wc-block-grid__product img, ul.products li.product img {
    display: block;
    margin: 0 1em 1.618em 0;
    float: left;
    width: 15%;
    border: 1px solid #999;
}

h1, h2, h3, h4, h5, h6 {
    clear: none;
    font-weight: 300;
    margin: 0 0 .5407911001em;
        margin-bottom: 0.540791em;
    color: #131315;
}


/*
a.woocommerce-loop-product__link{
    clear: none;
    font-weight: 300;
    margin: 0 0 .5407911001em;
    margin-bottom: 0.540791em;
    color: #131315;
    text-align: left;
}
*/

ul.products li.product{
    text-align: left;
    overflow: auto;
    margin-bottom: 1.618em;
    position: relative;
    height: 100%;
}
ul.products li.product a{
display: block;
overflow: auto;

    border: 1px solid rgba(0,0,0,0);
   
    
}

ul.products li.product img{
    margin-bottom: 0;
    width: 20%;
    border: none;
}

li.onbackorder{
/*
    opacity: 0.3;
*/
    
}
.hentry.type-page .entry-header{
    margin-bottom: 2.617924em;
}
.hentry .entry-header .entry-title{
    margin-bottom: 0;
    
}
.hentry.type-post .entry-header{
    position: relative;
/*
    border-bottom: 0;
*/
}
.hentry.type-post .entry-header .entry-title{
    margin-bottom: 0;
}
.posted-on{
    position: absolute;
/*
    left: 0;
    bottom: -2.1em;
*/
    right: 1.41575em;
    bottom: .5407911001em;
    bottom: .1618em;
    line-height: 1.618;
    
/*
    left: 0;
    bottom: -1.9em;
*/
    
    
}
.hentry .entry-header .posted-on a{
    color: #aaa;
    text-decoration: none;
}
.widget .widget-title{
    padding-top: 1em;
    padding-bottom: 0;
}


/***********/
.wp-block-cover .wp-block-cover__inner-container label{
    color: #333;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color) {
    color: #333;
}

.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container{
    padding-top: 0;
}


/********* add to cart archive button ***/
/*
.product .cart {
	display: flex;
	flex-flow: row nowrap;
	justify-content: left;
	margin-top: 10px;
    background-color: #eeeeee;
}
*/

/*
.product .cart button[type="submit"] {
    margin: 0 10px !important;
}
*/
ul.products li.product div.ordered{
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
}
ul.products li.product div.ordered p{
    margin-bottom: 0;
}

span.missing{
/*
    border: 1px solid #666;
*/
    padding: 2px 12px;
    display: inline-block;
    border-radius: 3px;
/*
    margin-left: 5px;
*/
    text-align: center;
    white-space: pre-line;
}

span.missing.ok{
    background-color: #ae9;
    color: #271;
}
span.missing.not-ok{
    background-color: #ea9;
    color: #721;
}

/*
span.missing:before { content: '\A'; white-space: pre; }
*/
/*
span.missing:before { content: ' '; display: block; }
*/

li.product{
    border: 1px solid #eee;
}

ul.products li.product .woocommerce-loop-product__title{
    margin-bottom: 0;
    margin-top: 10px;
}

ul.products li.product .button{
    margin-bottom: 0 !important;
}
ul.products li.product img{
    margin-right: 0;
}
ul.products li.product a>p, ul.products li.product h2, ul.products li.product span.price, ul.products li.product span.onsale{
    margin-left: 22%;
}


