/*
Theme Name: fizjolady

WooCommerce styles override
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
/**
 * 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.79667%;
    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.79667%; }
  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.49333%; } }

#shop-sidebar .widget {
  box-shadow: none;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f8f8f8; }
  #shop-sidebar .widget .widget-title {
    color: #2a2a2a;
    display: inline-block;
    font-size: 0.9rem;
    margin: 0;
    position: relative;
    z-index: 1;
    border: none;
    font-weight: 700;
    text-align: left;
    width: 100%; }

#shop-sidebar ul.woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  #shop-sidebar ul.woocommerce-widget-layered-nav-list a {
    border-bottom: 1px #1b1d1e dotted;
    color: black;
    border-bottom-color: black;
    font-size: 13px; }
    #shop-sidebar ul.woocommerce-widget-layered-nav-list a:hover {
      text-decoration: none;
      border-bottom-color: #80b71b;
      color: #80b71b; }

#shop-sidebar ul.product-categories {
  margin: 0;
  padding: 0;
  list-style: none; }
  #shop-sidebar ul.product-categories a {
    border-bottom: 1px #1b1d1e dotted;
    color: black;
    border-bottom-color: black;
    font-size: 13px; }
    #shop-sidebar ul.product-categories a:hover {
      text-decoration: none;
      border-bottom-color: #80b71b;
      color: #80b71b; }
  #shop-sidebar ul.product-categories li {
    padding: 4px 0px 4px; }
    #shop-sidebar ul.product-categories li.cat-parent {
      padding-bottom: 0; }
    #shop-sidebar ul.product-categories li.current-cat a {
      border-bottom-color: #80b71b;
      color: #80b71b; }
    #shop-sidebar ul.product-categories li ul {
      padding-left: 10px;
      margin: 0;
      list-style: none; }

.woocommerce-ordering {
  margin-bottom: 30px; }

.woocommerce-products-header__title {
  margin-top: 0; }

.products-list .product,
.products .product {
  margin-bottom: 45px;
  position: relative; }
  .products-list .product span.onsale,
  .products .product span.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    background: white;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    z-index: 99; }
  .products-list .product img,
  .products .product img {
    border: 1px solid #f8f8f8; }
  .products-list .product a:hover,
  .products .product a:hover {
    text-decoration: none; }
    .products-list .product a:hover img.attachment-woocommerce_single,
    .products .product a:hover img.attachment-woocommerce_single {
      opacity: 0.7; }
  .products-list .product .woocommerce-loop-product__title,
  .products .product .woocommerce-loop-product__title {
    font-size: 18px;
    padding-top: 10px;
    color: black; }
  .products-list .product .button,
  .products .product .button {
    transition: all 0.3s ease-in-out;
    margin-top: 15px; }
    .products-list .product .button:hover,
    .products .product .button:hover {
      background-color: #9b9b9b;
      color: white; }
  .products-list .product .add_to_cart_button,
  .products .product .add_to_cart_button {
    background-color: #80b71b; }
  .products-list .product .product_type_grouped,
  .products-list .product .product_type_external,
  .products .product .product_type_grouped,
  .products .product .product_type_external {
    background-color: #00a8ff; }

.category-bar {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.woocommerce-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  .woocommerce-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: fit-content;
    margin: 0;
    padding: 5px;
    background: #f8f8f8;
    border-radius: 30px;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1); }
    .woocommerce-pagination ul.page-numbers li {
      margin: 0 4px;
      width: 20px;
      height: 20px; }
      .woocommerce-pagination ul.page-numbers li span,
      .woocommerce-pagination ul.page-numbers li a {
        font-size: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: white; }
        .woocommerce-pagination ul.page-numbers li span.current, .woocommerce-pagination ul.page-numbers li span:hover,
        .woocommerce-pagination ul.page-numbers li a.current,
        .woocommerce-pagination ul.page-numbers li a:hover {
          background-color: #80b71b;
          color: white;
          text-decoration: none; }

/**
 * Single product
 */
.single-product div.product {
  position: relative; }
  .single-product div.product .product_title {
    text-transform: none;
    font-weight: 700;
    position: relative;
    font-size: 22px;
    margin-bottom: 0px; }
  .single-product div.product .single_variation_wrap .woocommerce-variation-price .price {
    font-size: 24px; }
  .single-product div.product .product_meta > span {
    display: block;
    font-size: 10px; }
  .single-product div.product .woocommerce-variation-add-to-cart,
  .single-product div.product .cart {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .single-product div.product .woocommerce-variation-add-to-cart .quantity,
    .single-product div.product .cart .quantity {
      margin-right: 30px;
      max-width: 50px;
      width: 100%;
      display: block; }
      .single-product div.product .woocommerce-variation-add-to-cart .quantity input,
      .single-product div.product .cart .quantity input {
        width: 100%; }
    .single-product div.product .woocommerce-variation-add-to-cart .single_add_to_cart_button.button,
    .single-product div.product .cart .single_add_to_cart_button.button {
      background-color: #00a8ff;
      border: 0; }
      .single-product div.product .woocommerce-variation-add-to-cart .single_add_to_cart_button.button:hover:not(.disabled),
      .single-product div.product .cart .single_add_to_cart_button.button:hover:not(.disabled) {
        background-color: #80b71b; }
      .single-product div.product .woocommerce-variation-add-to-cart .single_add_to_cart_button.button.disabled,
      .single-product div.product .cart .single_add_to_cart_button.button.disabled {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .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.79667%; }
      .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: #0f834d; }

.stock.out-of-stock {
  color: #e2401c; }

/**
 * Checkout
 */
.woocommerce-cart-form,
.cart-collaterals {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  padding: 15px; }

.woocommerce-cart-form .shop_table {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px; }

.woocommerce-cart-form__cart-item {
  display: grid;
  grid-template-columns: 1fr 1.5fr 0.5fr 0.5fr 0.5fr;
  gap: 0px 15px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  align-items: center; }
  .woocommerce-cart-form__cart-item .product-remove {
    position: absolute;
    top: calc(50% - 30px);
    right: -30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: #e74c3c;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out; }
    .woocommerce-cart-form__cart-item .product-remove a.remove {
      width: 100%;
      color: white; }
    .woocommerce-cart-form__cart-item .product-remove:hover {
      background-color: #e67e22; }

.cart-collaterals h2 {
  font-size: 18px;
  font-weight: bold; }

.cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  background-color: #00a8ff;
  transition: all 0.3s ease-in-out; }
  .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    text-decoration: none;
    background-color: #80b71b;
    color: white; }

.cart-collaterals .woocommerce-shipping-totals.shipping {
  flex-direction: column;
  display: flex;
  margin-top: 15px; }
  .cart-collaterals .woocommerce-shipping-totals.shipping > th {
    display: table-row; }
  .cart-collaterals .woocommerce-shipping-totals.shipping > td {
    display: flex;
    width: 100%;
    flex-direction: column; }
  .cart-collaterals .woocommerce-shipping-totals.shipping ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .cart-collaterals .woocommerce-shipping-totals.shipping ul li {
      display: flex;
      align-items: center; }
      .cart-collaterals .woocommerce-shipping-totals.shipping ul li > input {
        margin-right: 15px; }

button[name="apply_coupon"] {
  padding: 7px;
  margin-left: 15px;
  border: 0;
  background-color: #80b71b;
  outline: 0; }
  button[name="apply_coupon"][disabled], button[name="apply_coupon"]:disabled {
    background-color: #eee; }

.woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 15px; }

.form-field {
  margin-bottom: 15px; }
  .form-field label, .form-field span:not(.optional), .form-field input, .form-field select {
    display: block;
    width: 100%; }
  .form-field input {
    background-color: #f8f8f8;
    padding: 10px 10px; }

.woocommerce-additional-fields {
  margin-top: 50px;
  width: 100%; }

#order_review .shop_table {
  background-color: #f6f6f6; }

.woocommerce-checkout-payment ul {
  margin-left: 0;
  margin-bottom: 15px;
  padding: 0; }
  .woocommerce-checkout-payment ul li.woocommerce-notice--info {
    background-color: grey;
    padding: 15px; }

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p {
  font-size: 10px; }

/**
 * 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: "\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: #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: "\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: #4169e1;
  opacity: 1; }

p.stars.selected a.active::before {
  content: "\53";
  color: #4169e1;
  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: #4169e1;
  opacity: 1; }

/**
 * Tabs
 */
.woocommerce-tabs {
  margin-top: 50px;
  margin-bottom: 50px; }
  .woocommerce-tabs .woocommerce-Tabs-panel.entry-content {
    margin: 0;
    padding: 30px;
    background: #f8f8f8;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    border-bottom: 1px solid #eee; }
    .woocommerce-tabs ul.tabs li {
      display: block;
      margin: 0;
      position: relative; }
      .woocommerce-tabs ul.tabs li a {
        padding: 10px 15px;
        display: block;
        background-color: #f8f8f8;
        margin-right: 1px; }
        .woocommerce-tabs ul.tabs li a:hover {
          background-color: #00a8ff;
          color: white;
          text-decoration: none; }
      .woocommerce-tabs ul.tabs li.active a {
        background-color: #80b71b;
        color: white; }
  .woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }
  .woocommerce-password-strength.strong {
    color: #0f834d; }
  .woocommerce-password-strength.short {
    color: #e2401c; }
  .woocommerce-password-strength.bad {
    color: #e2401c; }
  .woocommerce-password-strength.good {
    color: #3d9cd2; }

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

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c; }

.required {
  color: #f00; }

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both; }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #80b71b;
  color: white; }
  .woocommerce-info a,
  .woocommerce-noreviews a,
  p.no-comments a {
    color: white;
    text-decoration: underline; }

.woocommerce-error {
  background-color: #e2401c;
  margin: 0;
  padding: 15px;
  list-style-type: 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
	 */
  .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; } }

ul.wc_payment_methods {
  list-style-type: none; }

/**
 * 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-notices-wrapper {
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden; }
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-error {
    padding: 15px;
    color: white;
    margin: 0; }
  .woocommerce-notices-wrapper .woocommerce-error {
    padding: 15px 15px 15px 30px; }

button[name="update_cart"] {
  background-color: #00a8ff;
  border: 0;
  outline: 0; }
  button[name="update_cart"][disabled], button[name="update_cart"]:disabled {
    background-color: #eee; }
