/*!
Theme Name:   Icelander Child
Template:     icelander
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.5
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

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

/* Put your custom CSS styles below... */

/* All pages */
.mb-0 {
	margin-bottom: 0; */
}
h1.site-title.site-title-text {
    display: none;
}

/* Product Grid */
.products li.entry.product {
    border: 1px solid darkgrey;
	padding: 1rem;
}
ul.products .product img {
    padding-top: 1rem;
}

.page-description {
	margin-bottom: .5rem !important;
}

.site-content-inner {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}


/* Product page */
.woocommerce-breadcrumb,
.related-container,
.nav-previous,
.nav-next,
.summary-container-inner .price,
a.button.product_type_grouped,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display: none !important;
}

.single-product .summary-container-inner {
    padding: 2rem 0 !important;
}




