/*
 Theme Name:   Genomada Shop
 Theme URI:    https://shop.genomada.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne / Lifetime Media
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body.home .woocommerce-products-header__title.page-title {
	display: none;
}

.entry-title {
	text-align: center;
}

body {
	overflow-x: hidden;
}

.margin-bottom {
	margin-bottom: 1em;
}

.sign-up {
	background: #008800;
}

header.entry-header h1 {
	margin-top: 1em;
}

.the-header-content {
	display: flex;
	height: 100%;
	width: 100%;
  justify-content: center;
  align-items: center;
}

.the-header-content h1 {
	margin-left: 1em;
	margin-right: 1em;
	font-size: 2.2rem;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 2px #000000;
	font-weight: bold;
}

div.header-wrap {
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.7833727240896359) 11%, rgba(0,0,0,0.015865721288515378) 92%);
}

header.site-header {
	min-height: 300px;
}
nav.is_stuck {
	background: var(--global-color-9);
}

@media (min-width: 767px) {	
	.only-mobile {
		display: none;
	}
}

.post-image a, .entry-title a {
border-bottom: none !important;
}

@media (max-width: 768px) {
    .inside-header {
        padding-right: 5px;
        padding-left: 5px;
    }
	
	.site-logo {
		margin-right: 5px !important;
	}
}

.woo-product-ficha {
	text-align: left;
	font-weight: bold;
	margin-bottom: 1em;
}

.single_variation_wrap a {
	display: block;
	padding-bottom: 1em;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
}

.woocommerce-Price-amount.amount {
	font-weight: bold;
	color: #00aa00;
	margin-bottom: 1em;
}

#legal-eu-text {
    margin-top: 30px;
    padding: 12px 15px;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    border-top: 1px solid #eee;
}

.related.products {
	padding: 2em;
	border: 1px solid #ddd;
	border-radius: 1em;
}

.mini_cart_item, .woocommerce-mini-cart__total, .woocommerce-mini-cart__buttons a {
	font-family: "Montserrat" !important;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

.mini_cart_item a {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}
