/* 
Theme Name: Storefront Child 
Version: 2.2.18
Description: Child theme for Storefront. 
Author: Gothenburg Application Studio AB
Author URI: http://www.gotapps.se
Template: storefront 
*/

:root {
    --primary: black;
    --on-primary: white;
    --background: white;
    --on-background: black;
    --secondary: #8a8a8a;
}

a,
button,
input {
    outline: 0 !important;
}

h1 {
    color: var(--primary);
}

#main-content {
    margin-top: 80px;
    padding-top: 20px;
    min-height: 60vh;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    background-color: var(--secondary);
}

.entry-title {
    font-weight: 600;
    text-transform: uppercase;
}

a {
    color: unset;
}

.page-title {
    display: none;
}

body {
    position: relative;
}

@media(min-width: 768px) {
	.col-full {
	max-width: 90em;
}
}

#cookie-law-info-again {
    position: absolute !important;
    bottom: 8px !important;
    background-color: transparent !important;
    border: 2px var(--on-primary) solid;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 12px 30px;
    color: var(--on-primary) !important;
    left: 8px !important;
}