/*
Theme Name: Twenty Seventeen 2020
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen Child theme for custom font, woocommerce overrides etc
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen2020
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.
*/
/* Inter var font stolen from twentytweenty theme! */
@font-face {
	font-family: "Inter var";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: normal;
	font-display: swap;
	src: url(./assets/fonts/inter/Inter-upright-var.woff2) format("woff2");
}

@font-face {
	font-family: "Inter var";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: italic;
	font-display: swap;
	src: url(./assets/fonts/inter/Inter-italic-var.woff2) format("woff2");
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Inter var";!important;
	font-style: normal!important;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	font-family: "Inter var";!important;
	font-style: italic!important;
}

h1.product_title.entry-title {
	font-weight: bold!important;
}
p.price { font-weight: bold;}

.has-sidebar.woocommerce-page:not(.error404) #primary {
	width: 100% !important;
	float: none !important;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
	text-transform: none !important;
	font-size: 2rem!important;
	letter-spacing: -0.05rem!important;
}
.woocommerce-loop-product__title {
	text-transform: none!important;
	font-size: 1.1rem!important;
	letter-spacing: -0.01rem!important;
}

ul.products > li.product > a.button:link, ul.products > li.product > a.button:visited {
	text-decoration: none!important;
	box-shadow: none!important;
}

ul.products > li.product:hover > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link > h2 {
	color: rgba(0,0,0,1);!important;
	text-decoration: underline;
}

ul.products > li.product:hover > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link > img {
	box-shadow: 0 0 10px 0 #9c9c9c;
	transition: box-shadow ease-in-out 130ms;
}
.woocommerce-tabs > .wc-tabs { display: none;}

.woocommerce-message {
	background: rgba(239,76,35,1);!important;
}
.woocommerce-info {
	background: lightgrey;!important;
	color: black;!important;
}
#tab-description { padding-right: 6em;
}

@media only screen and (max-width:700px) {

	#tab-description {
		padding-right: 0!important;

	}
}

@media only screen and (max-width:567px){
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 96%;
		float: right;
		clear: both;
		margin: 0 0 2.992em;
	}

}