@charset "UTF-8";
/*
Theme Name: BASE
Theme URI: https://wordpress.org/themes/
Author: pbuw | Philipp Brügger
Author URI: https://www.pbuw.ch
Description: A really simple Theme for small Websites
Version: 1.2.0.0
License: MIT License
Tags: small, minimalistic, simple, clean, basic
*/
@import "node_modules/bootstrap/dist/css/bootstrap-grid.css";
@import "node_modules/bootstrap/dist/css/bootstrap-reboot.css";
@import "node_modules/bootstrap/dist/css/bootstrap.css";
:root {
  --primary: green;
  --secondary: orange;
  --accent: red;
  --white: white;
  --gray: gray;
  --black: black;
}

.bg-primary {
  background-color: var(--primary);
}

.bg-secondary {
  background-color: var(--secondary);
}

.bg-white {
  background-color: var(--white);
}

.bg-gray {
  background-color: var(--gray);
}

.bg-black {
  background-color: var(--black);
}

.bg-accent {
  background-color: var(--accent);
}

.primary-text {
  color: var(--primary);
}

.secondary-text {
  color: var(--secondary);
}

.white-text {
  color: var(--white);
}

.gray-text {
  color: var(--gray);
}

.black-text {
  color: var(--black);
}

.accent-text {
  color: var(--accent);
}

.primary-fill {
  fill: var(--primary);
}

.secondary-fill {
  fill: var(--secondary);
}

.white-fill {
  fill: var(--white);
}

.gray-fill {
  fill: var(--gray);
}

.black-fill {
  fill: var(--black);
}

.accent-fill {
  fill: var(--accent);
}

h1, h2, h3, h4, h5, h6, a {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: var(--primary);
}

body {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body .container {
  width: 100%;
  display: flex;
  align-content: center;
  max-width: 1000px;
  padding-top: 10px;
}
body .flex-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
}

nav #logo {
  max-height: 40px;
  max-width: 80px;
}

footer .footer {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
footer .footer div {
  display: flex;
  justify-content: start;
}
footer .footer a {
  margin: 0 10px 5px 10px;
  color: var(--gray);
  transition: all 300ms ease;
}
footer .footer a:hover {
  color: var(--primary);
}

#woocommerce {
  display: block;
}
#woocommerce .products {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0 !important;
}
#woocommerce .products .product {
  max-width: 350px;
  margin: 20px 20px 0 0 !important;
  border-radius: 20px;
  padding: 20px;
  transition-duration: 0.3s;
}
#woocommerce .products .product:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  /* Firefox 3.5 - 3.6 */
}
#woocommerce .related {
  flex-direction: column;
}
#woocommerce .related .products {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
#woocommerce button, #woocommerce .button, #woocommerce .checkout-button {
  background-color: black;
  color: white;
  border-radius: 20px;
  padding: 3px 10px;
  transition-duration: 0.3s;
  border: white solid 2px;
  margin: 20px 0;
  font-size: 30px;
}
#woocommerce button:hover, #woocommerce .button:hover, #woocommerce .checkout-button:hover {
  background-color: white;
  color: black;
  border: black solid 2px;
}
#woocommerce .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
}
#woocommerce .onsale {
  position: sticky;
  font-size: 30px;
  border-radius: 100%;
  padding: 20px;
  width: min-content;
  color: white;
  background-color: #d74545;
  z-index: 10;
}
#woocommerce .product .summary {
  flex-wrap: wrap;
}
#woocommerce .product .price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#woocommerce .product .price del .amount {
  font-size: 15px !important;
  color: #838383 !important;
}
#woocommerce .product .price ins {
  text-decoration: none;
}
#woocommerce .product .product_meta, #woocommerce .product #tab-title-description, #woocommerce .product .quantity {
  display: none;
}
#woocommerce .product .cart {
  display: flex;
}
#woocommerce .product .amount {
  font-weight: bold;
  font-size: 2.5rem;
}
#woocommerce a {
  color: #34393e;
  text-decoration: none;
}
#woocommerce .woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
#woocommerce .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.5em;
}
#woocommerce .woocommerce nav.woocommerce-pagination ul {
  border: none;
}
#woocommerce .woocommerce .woocommerce-pagination ul.page-numbers li, #woocommerce .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  margin: 5px;
}
#woocommerce .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #337ab7;
  color: #fff;
  padding: 12px;
}
#woocommerce .woocommerce-pagination ul.page-numbers a.page-numbers {
  color: #444;
  padding: 12px;
  margin: 0px;
  background: #ddd;
}

.woocommerce .col-1, .woocommerce .col-2 {
  max-width: inherit !important;
}
.woocommerce .form-row {
  display: flex;
  flex-direction: column;
}
.woocommerce input, .woocommerce textarea {
  border-radius: 10px;
  border: solid #838383 0.3px;
  padding: 5px;
}

/*# sourceMappingURL=style.css.map */
