/*
Theme Name: zderzak

WooCommerce styles override
*/
/*$color__border-button: #ccc #ccc #bbb;*/
/*$color__border-button-hover: #ccc #bbb #aaa;*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 31 sie 2021, 01:45:05
    Author     : asus
*/
.zd-md-b-sh-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.zd-md-b-sh-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.zd-md-t-sh-1 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.zd-md-t-sh-2 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.zd-md-t-sh-anim {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.zd-md-t-sh-anim:hover {
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.zd-md-b-sh-anim {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.zd-md-b-sh-anim:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

/**
 * Shop tables
 */
table.shop_table td, table.shop_table th {
  padding: 0.2rem; }

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, table.shop_table_responsive tr td.product-thumbnail a {
    text-align: left; }
  table.shop_table_responsive tr td.product-remove::before, table.shop_table_responsive tr td.product-thumbnail::before {
    display: none; }
  table.shop_table_responsive tr td.actions, table.shop_table_responsive tr td.download-actions {
    text-align: right; }
    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; }

  .woocommerce-cart-form thead {
    height: 40px;
    background: #f7f5ee; }
    .woocommerce-cart-form thead tr th {
      border-top: 1px solid #999;
      border-bottom: 1px solid #999; }
  .woocommerce-cart-form th:first-of-type, .woocommerce-cart-form td:first-of-type {
    border-left: 1px solid #999; }
  .woocommerce-cart-form th:last-of-type, .woocommerce-cart-form td:last-of-type {
    border-right: 1px solid #999; }
  .woocommerce-cart-form tr:nth-last-child(2) td {
    border-bottom: 1px solid #999; }
  .woocommerce-cart-form tr:nth-last-child(1) td {
    border-bottom: 1px solid #999;
    background: #f7f5ee; }
  .woocommerce-cart-form tbody tr.cart_item {
    height: 100px; }

  .woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td, .woocommerce-table--order-details th, .woocommerce-table--order-details td {
    text-align: left; }
  .woocommerce-checkout-review-order-table .product-total, .woocommerce-checkout-review-order-table .cart-subtotal td:last-of-type, .woocommerce-checkout-review-order-table .order-total td:last-of-type, .woocommerce-checkout-review-order-table tfoot td, .woocommerce-table--order-details .product-total, .woocommerce-table--order-details .cart-subtotal td:last-of-type, .woocommerce-table--order-details .order-total td:last-of-type, .woocommerce-table--order-details tfoot td {
    text-align: right; }

  .shop_table_responsive .cart-subtotal td:last-of-type, .shop_table_responsive .order-total td:last-of-type {
    text-align: right; }

  .woocommerce-checkout-review-order-table, .woocommerce-table--order-details {
    border: 1px solid #999; }
    .woocommerce-checkout-review-order-table thead, .woocommerce-table--order-details thead {
      height: 40px;
      background: #f7f5ee; }
      .woocommerce-checkout-review-order-table thead tr th, .woocommerce-table--order-details thead tr th {
        border-bottom: 1px solid #999; }
    .woocommerce-checkout-review-order-table tbody, .woocommerce-checkout-review-order-table thead, .woocommerce-table--order-details tbody, .woocommerce-table--order-details thead {
      /*            th:first-of-type, td:first-of-type {
                      border-left: 1px solid $color__light-gray;
                  }
                  th:last-of-type, td:last-of-type {
                      border-right: 1px solid $color__light-gray;
                  }*/ }
    .woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-table--order-details .order-total th, .woocommerce-table--order-details .order-total td, .woocommerce-table--order-details .cart-subtotal th, .woocommerce-table--order-details .cart-subtotal td {
      border-top: 1px solid #999;
      background: #f7f5ee; } }
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0; }
  ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
    text-align: center;
    padding: 0.5rem 0.2rem;
    border: 1px solid rgba(255, 255, 255, 0); }
    ul.products li.product img {
      display: block; }
    ul.products li.product .button {
      /*display: block;*/
      font-size: 0.75rem; }
    ul.products li.product .button.product_type_simple {
      display: none; }
      ul.products li.product .button.product_type_simple.add_to_cart_button {
        display: inline-block; }
    ul.products li.product:hover {
      border: 1px solid #999;
      background: #f7f5ee; }

.woocommerce-shop .woocommerce-loop-product__link, .single-product .woocommerce-loop-product__link, .woocommerce-page .woocommerce-loop-product__link {
  display: block;
  min-height: 12rem;
  color: #1d1918; }
  .woocommerce-shop .woocommerce-loop-product__link:hover, .single-product .woocommerce-loop-product__link:hover, .woocommerce-page .woocommerce-loop-product__link:hover {
    color: #d2232a; }
.woocommerce-shop .woocommerce-loop-product__link, .woocommerce-shop .woocommerce-loop-product__title, .woocommerce-shop .product .author, .single-product .woocommerce-loop-product__link, .single-product .woocommerce-loop-product__title, .single-product .product .author, .woocommerce-page .woocommerce-loop-product__link, .woocommerce-page .woocommerce-loop-product__title, .woocommerce-page .product .author {
  text-align: center;
  font-size: 0.9rem;
  text-decoration: none; }
.woocommerce-shop .woocommerce-loop-product__title, .single-product .woocommerce-loop-product__title, .woocommerce-page .woocommerce-loop-product__title {
  margin: 0.2rem 0; }
.woocommerce-shop .product .woocommerce-loop-product__link img, .single-product .product .woocommerce-loop-product__link img, .woocommerce-page .product .woocommerce-loop-product__link img {
  margin: 0 auto 0.5rem;
  max-height: 150px;
  object-fit: contain;
  object-position: bottom;
  min-height: 150px; }
.woocommerce-shop .woocommerce-product-details__short-description, .single-product .woocommerce-product-details__short-description, .woocommerce-page .woocommerce-product-details__short-description {
  display: none; }
.woocommerce-shop .product .button, .single-product .product .button, .woocommerce-page .product .button {
  display: inline-block; }
.woocommerce-shop .product .woocommerce-Price-amount, .single-product .product .woocommerce-Price-amount, .woocommerce-page .product .woocommerce-Price-amount {
  display: block;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 0.2rem; }
.woocommerce-shop .product .out-of-print, .single-product .product .out-of-print, .woocommerce-page .product .out-of-print {
  font-size: 0.75rem;
  color: #d2232a; }

@media screen and (min-width: 480px) {
  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%; } }
/**
 * Single product
 */
.single-product div.product {
  position: relative; }
  .single-product div.product > .product-author {
    font-size: 2em;
    text-align: left; }
  .single-product div.product > div.author:last-of-type {
    margin: 20rem; }
  .single-product div.product > .before-gallery {
    background: none;
    margin-bottom: 4rem; }
  .single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left;
    max-width: 300px;
    margin-right: 50px; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
      margin: auto; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
      display: block;
      text-align: center; }
    .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 {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        text-align: center;
        list-style: none;
        cursor: pointer;
        float: left;
        margin: 2px; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          opacity: 0.5;
          width: 70px;
          border: 1px solid #999; }
          .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; }
  .single-product div.product .summary.entry-summary {
    margin-top: 0; }
    .single-product div.product .summary.entry-summary .product-title {
      font-style: italic; }
    .single-product div.product .summary.entry-summary .author, .single-product div.product .summary.entry-summary .price .woocommerce-Price-amount {
      text-align: left; }
    .single-product div.product .summary.entry-summary .price .woocommerce-Price-amount {
      font-size: 1.5rem; }
    .single-product div.product .summary.entry-summary .qty {
      height: 32px; }
  .single-product div.product .cart .quantity {
    display: inline-block; }
    .single-product div.product .cart .quantity .qty {
      width: 70px; }
  .single-product div.product .cart .single_add_to_cart_button {
    display: inline-block;
    vertical-align: bottom; }
  .single-product div.product .product-information {
    display: inline-block;
    width: calc(100% - 350px);
    min-width: 300px; }

.single.single-product .woocommerce-product-gallery__image.flex-active-slide {
  /*    min-height: 300px;
      max-height: 300px;*/ }

.single.single-product .woocommerce-product-gallery__image.flex-active-slide a img {
  /*    min-height: 300px;
      max-height: 300px;*/ }

.woocommerce-breadcrumb {
  font-size: 0.7rem;
  color: #999; }
  .woocommerce-breadcrumb a {
    color: #999; }

.product_meta {
  margin-top: 1rem; }

.stock {
  display: inline-block;
  background-color: #f7f5ee;
  clear: both;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .stock:empty::before {
    display: none; }
  .stock.in-stock {
    border-left: solid 5px #add763;
    /*color: $woocommerce__color-success;*/
    /*border: solid 1px #999;*/
    /* display: inline-block; */ }
  .stock.out-of-stock {
    border-left: solid 5px #d2232a; }

.product-information .stock {
  display: none; }

/**
 * 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%; } }
form.woocommerce-checkout {
  max-width: 600px;
  margin: auto; }

.woocommerce-billing-fields, .woocommerce-shipping-fields {
  /*float: right;*/ }
  .woocommerce-billing-fields label, .woocommerce-shipping-fields label {
    display: block;
    width: 48%;
    margin-bottom: 0.2rem;
    font-size: 0.9rem; }
  .woocommerce-billing-fields .woocommerce-input-wrapper, .woocommerce-shipping-fields .woocommerce-input-wrapper {
    width: 100%;
    display: block; }
    .woocommerce-billing-fields .woocommerce-input-wrapper input, .woocommerce-billing-fields .woocommerce-input-wrapper strong, .woocommerce-billing-fields .woocommerce-input-wrapper select, .woocommerce-shipping-fields .woocommerce-input-wrapper input, .woocommerce-shipping-fields .woocommerce-input-wrapper strong, .woocommerce-shipping-fields .woocommerce-input-wrapper select {
      width: 100%; }

.wc_payment_methods {
  margin: 0;
  padding: 0; }
  .wc_payment_methods li {
    display: block;
    margin-bottom: 20px; }

.form-row.place-order button {
  float: right; }

.woocommerce-cart-form .cart_item .product-thumbnail img {
  max-height: 100px;
  max-width: 100px;
  object-fit: contain;
  object-position: center; }

/**
 * Cart
 */
.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right; }
.woocommerce-cart .woocommerce-cart-form {
  /*        th, td {
              padding: 0.2rem;
          }*/ }
  .woocommerce-cart .woocommerce-cart-form .quantity .qty {
    width: 70px; }
  .woocommerce-cart .woocommerce-cart-form .product-remove {
    width: 26px; }
    .woocommerce-cart .woocommerce-cart-form .product-remove > a {
      white-space: nowrap; }
  .woocommerce-cart .woocommerce-cart-form .product-thumbnail {
    width: 100px;
    min-width: 80px; }
.woocommerce-cart a.remove {
  max-width: 20px;
  visibility: hidden;
  font-size: 0;
  text-decoration: none; }
  .woocommerce-cart a.remove:before {
    font-family: 'Material Icons Sharp';
    content: "\f230";
    /*display: block;*/
    visibility: visible;
    font-size: 20px; }

.woocommerce-shipping-methods {
  list-style: none;
  margin: 1rem 0;
  padding: 0; }
  .woocommerce-shipping-methods li label {
    padding-left: 0.5rem; }

.woocommerce-shipping-totals .woocommerce-shipping-methods {
  text-align: left; }

/**
 * 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; }

/**
 * Product archive
 */
.woocommerce-ordering {
  text-align: right;
  margin: 1rem 0; }
  .woocommerce-ordering .orderby {
    font-size: 0.75rem;
    line-height: 1.8; }

/**
 * 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: "\53\53\53\53\53";
    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: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #888; }

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: "\53";
    color: #404040;
    text-indent: 0;
    opacity: 0.25; }
  p.stars a:hover ~ a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25; }
p.stars:hover a::before {
  content: "\53";
  color: #888;
  opacity: 1; }
p.stars.selected a.active::before {
  content: "\53";
  color: #888;
  opacity: 1; }
p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25; }
p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #888;
  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 {
  display: block !important; }
  .woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em; }
  .woocommerce-tabs .panel > h2:first-of-type {
    display: none; }
.woocommerce-tabs .tabs.wc-tabs {
  display: none; }
.woocommerce-tabs .woocommerce-product-attributes .woocommerce-product-attributes-item__label {
  vertical-align: top;
  text-transform: lowercase;
  text-align: left;
  width: 150px;
  max-width: 150px; }
  .woocommerce-tabs .woocommerce-product-attributes .woocommerce-product-attributes-item__label:after {
    content: ':'; }
.woocommerce-tabs .woocommerce-product-attributes .woocommerce-product-attributes-item__value {
  vertical-align: top; }
.woocommerce-tabs .woocommerce-product-attributes p {
  margin: 0; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }
  .woocommerce-password-strength.strong {
    color: #add763; }
  .woocommerce-password-strength.short {
    color: #d2232a; }
  .woocommerce-password-strength.bad {
    color: #d2232a; }
  .woocommerce-password-strength.good {
    color: #3d9cd2; }

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #add763; }
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #d2232a; }

.required {
  color: #f00; }

/**
 * Notices
 */
/*.woocommerce-notices-wrapper::before {
    width: 10px;
    height: 10px;
    color: red;
    content: "<span>x</span>";
    background-color: red;
    display: inline-block;
}*/
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #f7f5ee;
  border: solid 1px #999;
  border-left: solid 5px #add763;
  clear: both;
  padding: 0.5rem 0.3rem 0.5rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  /*display: inline-block;*/ }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  border-left-color: #3d9cd2; }

.woocommerce-error {
  border-left-color: #d2232a; }

ul.woocommerce-error {
  list-style: none; }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999; }

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .cart-row:hover .widget_shopping_cart {
    left: -150px;
    display: block; }

  .site-header-cart .widget_shopping_cart {
    line-height: 1.5;
    padding: 0.3rem;
    margin-top: 0.3rem;
    position: absolute;
    top: 100%;
    width: calc(100% + 200px);
    z-index: 999999;
    left: -999em;
    display: block;
    /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
    border: 1px solid #999;
    background: #f7f5ee; }
    .site-header-cart .widget_shopping_cart img {
      width: 64px;
      float: right;
      padding-left: 5px; }
    .site-header-cart .widget_shopping_cart .total, .site-header-cart .widget_shopping_cart .buttons {
      display: block;
      margin-bottom: 5px; }
      .site-header-cart .widget_shopping_cart .total .checkout, .site-header-cart .widget_shopping_cart .buttons .checkout {
        float: right; }
  .site-header-cart .mini_cart_item {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    border-bottom: 1px solid #999;
    padding-top: 6px;
    padding-bottom: 6px; }
    .site-header-cart .mini_cart_item a.remove_from_cart_button {
      order: 1; }
    .site-header-cart .mini_cart_item .quantity {
      order: 2;
      font-size: 0.7rem;
      white-space: nowrap;
      margin-left: 0.7rem;
      margin-right: 0.7rem; }
    .site-header-cart .mini_cart_item a {
      order: 3;
      flex-grow: 3; }
    .site-header-cart .mini_cart_item > * {
      align-self: center; }
    .site-header-cart .mini_cart_item a.remove {
      max-width: 20px;
      visibility: hidden;
      font-size: 0;
      text-decoration: none; }
      .site-header-cart .mini_cart_item a.remove:before {
        font-family: 'Material Icons Sharp';
        content: "\f230";
        display: block;
        visibility: visible;
        font-size: 20px; }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: -150px;
    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: #888;
  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: #888; }
.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%; }

/*# sourceMappingURL=woocommerce.css.map */
