/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/sass/woocommerce.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/*
Theme Name: _s
WooCommerce styles override
*/
/*
 * @author Kim-Christian Meyer <kim.meyer@palasthotel.de>
 */
/*
 * Example:
 *
 * .ratio-16-by-9 {
 *   @include aspect-ratio(1600, 900);
 * }
 *
 * // Don't forget a placeholder image
 * figure {
 *   background: #ddd url(camera-icon.svg) no-repeat center center;
 * }
 *
 * @see https://www.smashingmagazine.com/2016/08/ways-to-reduce-content-shifting-on-page-load/
 */
/**
 * Breaks too long words.
 * @see https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
 *
 * @author Kim-Christian Meyer <kim.meyer@palasthotel.de>
 */
/**
 * Breakpoint mixin. Example use:
 * @include bp($breakpoint-tablet) {
 *    // content;
 * };
 * @include breakpoint(320px, 680px) {
 *    // content;
 * }
 *
 * @author Kim-Christian Meyer <kim.meyer@palasthotel.de>
 * @author Arne Seemann <arne.seemann@palasthotel.de>
 */
/**
 * Best and simplest clearfix right now
 *
 * @author Kim-Christian Meyer <kim.meyer@palasthotel.de>
 */
/**
 * Hide an element in the most unobstrusive way,
 * while keeping it accessible and SEO-friendly
 *
 * Originally investigated by Jonathan Snook:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 * Now part of the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/fea7f22aef9146a1effc469c3371fbc2a75e0049/src/css/main.css#L119
 *
 * @author Arne Seemann <arne.seemann@palasthotel.de>
 */
.visually-hidden,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/*

Usage:
* .foo {
  @include placeholder {
    color: green;
  }
}

@include placeholder {
  color: red;
}

----

Output:

Output:

.foo::-webkit-input-placeholder {
  color: green;
}
.foo:-moz-placeholder {
  color: green;
}
.foo::-moz-placeholder {
  color: green;
}
.foo:-ms-input-placeholder {
  color: green;
}

::-webkit-input-placeholder {
  color: red;
}
:-moz-placeholder {
  color: red;
}
::-moz-placeholder {
  color: red;
}
:-ms-input-placeholder {
  color: red;
}

*/
/*
  ## Colors

  // Colors following the context principal
  //

  // @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>


*/
:root {
  --color-site-header-background: white;
  --color-site-header-foreground: black;
  --color-site-branding: black;
}

/*
  ## Breakpoints

   A list of the most important breakpoints. There may be other
   more specific breakpoints defined in the scss modules

   @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>

   Minimum size to fit a rectangle in a 1d3 slot:
  $breakpoint--tablet: $grid__width--desktop;
  $breakpoint--desktop: $grid__width--desktop;

  $breakpoint--grid-2: 500px;
  $breakpoint--grid-3: $breakpoint--tablet;

  // iPad breakpoints
  $breakpoint--ipad-portrait: 768px;
  $breakpoint--ipad-landscape: 1024px;

  // Breakpoint, where the mobile WordPress admin menu switches to the desktop view:
  $breakpoint--wordpress-tablet: 783px;
*/
/*
  ## Font Defition

// IE8 allows four(!) different weights + styles per font.
//
// @see http://blog.typekit.com/2011/06/27/new-from-typekit-variation-specific-font-family-names-in-ie-6-8/

  // @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>

*/
.woocommerce-result-count, .button--small {
  font-family: "caecilia", serif;
  font-weight: 400;
  font-style: normal;
}

.woocommerce .page-title, .font-definition__button, .cta-button__header {
  font-family: "caecilia", serif;
  font-weight: 700;
  font-style: normal;
}

.button-ghost, .cta-button__share, .button-ghost--inverted, .button-link, button, .wc-proceed-to-checkout .checkout-button, .woocommerce .button, .woocommerce .product_title {
  font-family: "caecilia", serif;
  font-weight: 800;
  font-style: normal;
}

.woocommerce .woocommerce-product-details__short-description p, .woocommerce .amount, .woocommerce-product-details__short-description .variations, .woocommerce-product-details__short-description p, .woocommerce-product-details__short-description ul, .woocommerce-product-details__short-description header.teaser__header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "karmina", serif;
  line-height: 1.6;
  font-size: 20px;
}
@media all and (min-width: 768px) {
  .woocommerce .woocommerce-product-details__short-description p, .woocommerce .amount, .woocommerce-product-details__short-description .variations, .woocommerce-product-details__short-description p, .woocommerce-product-details__short-description ul, .woocommerce-product-details__short-description header.teaser__header {
    font-size: 20px;
  }
}
@media all and (min-width: 1200px) {
  .woocommerce .woocommerce-product-details__short-description p, .woocommerce .amount, .woocommerce-product-details__short-description .variations, .woocommerce-product-details__short-description p, .woocommerce-product-details__short-description ul, .woocommerce-product-details__short-description header.teaser__header {
    font-size: 23px;
  }
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "karmina", serif;
  line-height: 1.5;
  font-size: 16px;
}
@media all and (min-width: 768px) {
  .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
    font-size: 16px;
  }
}
@media all and (min-width: 1200px) {
  .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
    font-size: 16px;
  }
}

.woocommerce .product_title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 29px;
}
@media all and (min-width: 768px) {
  .woocommerce .product_title {
    font-size: 32px;
  }
}
@media all and (min-width: 1200px) {
  .woocommerce .product_title {
    font-size: 41px;
  }
}

.font-definition__button, .cta-button__header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.button-ghost, .cta-button__share, .button-ghost--inverted, .button-link, button, .wc-proceed-to-checkout .checkout-button, .woocommerce .button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 1.76;
  font-size: 14px;
  color: white;
}
@media all and (min-width: 768px) {
  .button-ghost, .cta-button__share, .button-ghost--inverted, .button-link, button, .wc-proceed-to-checkout .checkout-button, .woocommerce .button {
    font-size: 14px;
  }
}
@media all and (min-width: 1200px) {
  .button-ghost, .cta-button__share, .button-ghost--inverted, .button-link, button, .wc-proceed-to-checkout .checkout-button, .woocommerce .button {
    font-size: 14px;
  }
}

.woocommerce .page-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  font-size: 26px;
}
@media all and (min-width: 768px) {
  .woocommerce .page-title {
    font-size: 32px;
  }
}
@media all and (min-width: 1200px) {
  .woocommerce .page-title {
    font-size: 41px;
  }
}

/*
 * ## Animations
 *
 * Constants related to animation.
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 *
 */
.animation-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.animation-ripple div {
  position: absolute;
  border: 4px solid rgb(33, 33, 33);
  opacity: 1;
  border-radius: 50%;
  animation: animation-ripple 1.3s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.animation-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes animation-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.blur-up {
  background-color: rgb(33, 33, 33);
  opacity: 0.5;
  filter: blur(3px);
  transition: all 333ms ease-in;
}
.blur-up.lazyloaded {
  filter: blur(0);
  opacity: 1;
  background-color: transparent;
}

/*
  ## Font-Sizes

  // Every website should be limited to a few font variants, which are defined
  // here as mixins. These classes should only contain font-size and line-height,
  // so that they can be used via @include() in CSS classes. Whenever possible,
  // please define responsive font styles and add a comment, where this size is
  // used mostly.
  //
  // @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>


*/
.button--small {
  border: 1px solid rgba(33, 33, 33, 0.65);
  box-shadow: 0 3px 6px -3px rgba(33, 33, 33, 0.3), 0 1px 4px -2px rgba(33, 33, 33, 0.8);
  border-radius: 2px;
  font-size: 13px;
  transition: all 333ms ease-in-out;
  text-align: center;
  padding: 3px 10px;
  display: inline-block;
}
.button--small:link, .button--small:visited {
  text-decoration: none;
  color: rgb(33, 33, 33);
}
.button--small:hover, .button--small:focus, .button--small:active {
  color: white;
  background-color: rgb(33, 33, 33);
  box-shadow: 0 5px 12px -3px rgba(33, 33, 33, 0.9);
  transform: translateY(-1px);
}

.button-link, button, .wc-proceed-to-checkout .checkout-button, .woocommerce .button {
  cursor: pointer;
  transition: background-color 333ms ease-in-out;
  border-radius: 2px;
  border: none;
  background-color: #cbcbcb;
  color: white;
  padding: 6px 24px;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .button-link:hover, button:hover, .wc-proceed-to-checkout .checkout-button:hover, .woocommerce .button:hover {
    background-color: #bebebe;
  }
}
.button-link:focus, button:focus, .wc-proceed-to-checkout .checkout-button:focus, .woocommerce .button:focus {
  outline: none;
  border: none;
}
.button--green.button-link, button.button--green, .wc-proceed-to-checkout .button--green.checkout-button, .woocommerce .button--green.button {
  background-color: #b6ba3f;
}
.button--green.button-link:hover, button.button--green:hover, .wc-proceed-to-checkout .button--green.checkout-button:hover, .woocommerce .button--green.button:hover {
  background-color: rgb(163, 167, 57);
}
.button--red.button-link, button.button--red, .wc-proceed-to-checkout .button--red.checkout-button, .woocommerce .button--red.button {
  background-color: #eb6748;
}
.button--red.button-link:hover, button.button--red:hover, .wc-proceed-to-checkout .button--red.checkout-button:hover, .woocommerce .button--red.button:hover {
  background-color: rgb(233, 84, 49);
}
.button--highlight.button-link, button.button--highlight, .wc-proceed-to-checkout .button--highlight.checkout-button, .woocommerce .button--highlight.button {
  background-color: #2e2e2e;
}
.button--highlight.button-link:hover, button.button--highlight:hover, .wc-proceed-to-checkout .button--highlight.checkout-button:hover, .woocommerce .button--highlight.button:hover {
  background-color: rgb(33, 33, 33);
}
.button--no-style.button-link, button.button--no-style, .wc-proceed-to-checkout .button--no-style.checkout-button, .woocommerce .button--no-style.button {
  background-color: transparent;
  padding: 6px 6px;
}
.button--primary.button-link, button.button--primary, .wc-proceed-to-checkout .button--primary.checkout-button, .woocommerce .button--primary.button {
  background-color: #2e2e2e;
}
.button--primary.button-link:hover, button.button--primary:hover, .wc-proceed-to-checkout .button--primary.checkout-button:hover, .woocommerce .button--primary.button:hover {
  background-color: rgb(33, 33, 33);
}

.button-ghost, .cta-button__share, .button-ghost--inverted {
  padding: 12px 72px;
  display: inline-block;
  margin-top: 24px;
  transition: all 333ms ease-in-out;
}
.button-ghost:link, .cta-button__share:link, .button-ghost--inverted:link, .button-ghost:visited, .cta-button__share:visited, .button-ghost--inverted:visited {
  background-color: rgba(255, 255, 255, 0);
  color: rgb(33, 33, 33);
  text-decoration: none;
  border: 2px solid rgb(33, 33, 33);
  box-shadow: 0 3px 6px -3px rgba(33, 33, 33, 0.2);
}
.button-ghost:hover, .cta-button__share:hover, .button-ghost--inverted:hover, .button-ghost:focus, .cta-button__share:focus, .button-ghost--inverted:focus, .button-ghost:active, .cta-button__share:active, .button-ghost--inverted:active {
  background-color: rgb(33, 33, 33);
  color: white;
  box-shadow: 0 6px 20px -6px rgba(33, 33, 33, 0.6);
}

.button-link:link, .button-link:visited {
  color: white;
  text-decoration: none;
}

.button-ghost--inverted {
  display: inline-block;
}
.button-ghost--inverted:link, .button-ghost--inverted:visited {
  border: 2px solid white;
  color: white;
}
.button-ghost--inverted:hover, .button-ghost--inverted:focus, .button-ghost--inverted:active {
  background-color: white;
  color: rgb(33, 33, 33);
}

.cta-button__header {
  transition: all 333ms ease-in-out;
  display: inline-block;
}
@media all and (min-width: 0) and (max-width: 767.97px) {
  .cta-button__header {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) {
  .cta-button__header {
    margin-left: 10px;
  }
}
.cta-button__header:link, .cta-button__header:visited {
  text-decoration: none;
}

.cta-button__share {
  border: 2px solid white;
  color: white;
  background-color: rgb(80, 139, 163);
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
.woocommerce ul.products li.product.product_cat-einzelheft a img {
  box-shadow: 2px 2px 10px 0 rgba(33, 33, 33, 0.3);
  max-height: 240px;
  width: auto;
}

.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: rgb(33, 33, 33);
  font-weight: bold;
}
.woocommerce ul.products li.product .price .amount {
  font-size: 16px;
}

.woocommerce #content div.product .entry-summary {
  z-index: 1;
}

.woocommerce button.button.alt.disabled, .woocommerce .button.alt.disabled {
  background-color: darkgray;
}

/**
 * Single product
 */
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #007f46;
}
.stock.out-of-stock {
  color: #b32e0e;
}

.single_add_to_cart_button {
  background-color: rgb(163, 167, 57);
}
.single_add_to_cart_button:hover {
  background-color: #909433;
}

.product_meta {
  display: none;
}

.quantity {
  width: 20%;
}
.cart .nyp {
  width: 80%;
}

.product_cat-einzelheft .woocommerce-product-gallery__image {
  box-shadow: 2px 2px 10px 0 rgba(33, 33, 33, 0.3);
  line-height: 0;
  padding: 0;
  margin: 30px;
}
.product_cat-einzelheft .related {
  width: 100%;
}

.woocommerce .button {
  font-size: 15px;
}
.woocommerce .product {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce #content div.product div.images {
  width: 40%;
}
.woocommerce #content div.product div.summary {
  margin: auto 0 0 0;
  float: none;
  width: 50%;
}
.woocommerce .entry-summary {
  background-color: transparent;
}
.woocommerce .product_title {
  color: rgb(70, 70, 70);
  position: relative;
  margin-bottom: 18px;
  margin-top: 12px;
}
.woocommerce button.button, .woocommerce .button {
  font-size: 16px;
}
.woocommerce .button.button.alt {
  background-color: black;
  font-size: 16px;
}
.woocommerce .button.button.alt:hover {
  background-color: black;
}
.woocommerce-notices-wrapper {
  margin-top: 20px;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
  border-radius: 2px;
  padding-left: 60px;
  line-height: 34px;
}
.woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-notices-wrapper .woocommerce-info:before {
  top: 10px;
}

.woocommerce-cart-form__cart-item a:link, .woocommerce-cart-form__cart-item a:visited {
  text-decoration: none;
}
.woocommerce-cart-form__cart-item .amount {
  font-size: 18px;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
.col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #007f46;
}
.woocommerce-password-strength.short {
  color: #b32e0e;
}
.woocommerce-password-strength.bad {
  color: #b32e0e;
}
.woocommerce-password-strength.good {
  color: #35647d;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #007f46;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #b32e0e;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  border: 1px solid #007f46;
  clear: both;
  padding: 10px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  border: 1px solid #35647d;
  color: #35647d;
}

.woocommerce-error {
  border: 1px solid #b32e0e;
  color: #b32e0e;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #35647d;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce .content-area {
  max-width: 95vw;
  margin: 0 auto;
}
@media all and (min-width: 1200px) {
  .woocommerce .content-area {
    max-width: 1200px;
  }
}
.woocommerce .page-title {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
.woocommerce .product-quantity .quantity input {
  width: 60px;
}
.woocommerce .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 100px;
  height: auto;
}
.woocommerce .product-thumbnail {
  padding: 5px 10px;
}
.woocommerce .product-name {
  padding: 5px 10px;
}
.woocommerce .product-price {
  padding: 5px 10px;
}
.woocommerce .product-quantity {
  padding: 5px 10px;
}
.woocommerce .product-subtotal {
  text-align: right;
}

.wc-proceed-to-checkout {
  text-align: right;
  margin-bottom: 40px;
}
.wc-proceed-to-checkout .checkout-button {
  background-color: rgb(163, 167, 57);
  color: white;
}
.wc-proceed-to-checkout .checkout-button:link, .wc-proceed-to-checkout .checkout-button:visited {
  color: white;
  text-decoration: none;
}

.woocommerce .product-remove .remove {
  line-height: 32px;
}
.woocommerce .product-remove .remove:link, .woocommerce .product-remove .remove:visited {
  transition: all 333ms ease-in-out;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  color: rgb(33, 33, 33) !important;
}
.woocommerce .product-remove .remove:hover, .woocommerce .product-remove .remove:focus, .woocommerce .product-remove .remove:active {
  background-color: transparent;
  color: rgb(233, 84, 49) !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  font-size: 18px;
}

.cart-collaterals .ph-subscription-disclaimer--container .ph-subscription-disclaimer--content-wrapper {
  background: #9a8151;
  padding: 25px;
  margin: 0 auto;
  color: white;
  border-radius: 5px;
}
.cart-collaterals .ph-subscription-disclaimer--container .ph-subscription-disclaimer--content-wrapper h3 {
  padding: 0;
  padding-bottom: 15px;
  text-align: center;
}
.cart-collaterals .ph-subscription-disclaimer--container .ph-subscription-disclaimer--content-wrapper p {
  font-size: 18px;
  margin-bottom: 0;
}
.cart-collaterals .ph-subscription-disclaimer--container .ph-subscription-disclaimer--content-wrapper a {
  color: white;
}
@media all and (min-width: 960px) {
  .cart-collaterals .ph-subscription-disclaimer--container {
    margin: 50px 0;
    max-width: 50%;
    float: left;
  }
}

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