/*
 Theme Name:   Storefront Child
 Theme URI:    
 Description:  Storefront Child Theme
 Author:       Andy
 Author URI:  
 Template:     storefront
 Version:      1.0
 Tags:         
 Text Domain:  
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

.single-product div.product p.price {
    font-size: 1.715em;
    float: right;
	margin: 0px 35px;
}
.woocommerce-tabs {
    padding-top: 1em;
    padding-bottom: 1em;
}
.storefront-full-width-content .woocommerce-products-header {
	padding-bottom: 2em;
}
.woocommerce-breadcrumb {
	margin-bottom: 2em;
}
ul.products li.product .woocommerce-loop-category__title {
    font-size: 1.3rem
}
/* 
SMARTPHONE STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the smartphone layout of your site */

/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

/* Make logo larger */
@media (min-width: 768px) {
    .site-header .site-branding img {
        max-width: 410px;
    }
}
