@charset "UTF-8";
/*
Theme Name: AliPro

WooCommerce styles override
*/
/*horní pryč*/
/**
 * Shop tables
 */
table.woocommerce-table--order-details {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1.11111rem;
}
table.woocommerce-table--order-details th,
table.woocommerce-table--order-details td {
  border-bottom: 1px solid rgba(33, 27, 34, 0.1);
  font-weight: 300;
  padding: 0.56rem;
}
table.woocommerce-table--order-details th {
  font-weight: 500;
}
table.woocommerce-table--order-details tr:last-child td, table.woocommerce-table--order-details tr:last-child th {
  border-bottom: none;
}

table.shop_table_responsive {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1.11111rem;
}
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive thead th {
  border-bottom: 1px solid rgba(33, 27, 34, 0.1);
  font-weight: 300;
  padding: 0.56rem 0;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr:last-child td {
  border-bottom: none;
}
table.shop_table_responsive tr .product-quantity input {
  width: 5rem;
}
table.shop_table_responsive tr .product-name,
table.shop_table_responsive tr .product-price,
table.shop_table_responsive tr .product-quantity,
table.shop_table_responsive tr .product-subtotal {
  padding: 0 1rem;
}
@media screen and (max-width: 600px) {
  table.shop_table_responsive tr .product-name,
  table.shop_table_responsive tr .product-price,
  table.shop_table_responsive tr .product-quantity,
  table.shop_table_responsive tr .product-subtotal {
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  table.shop_table_responsive tr .product-name a,
  table.shop_table_responsive tr .product-price a,
  table.shop_table_responsive tr .product-quantity a,
  table.shop_table_responsive tr .product-subtotal a {
    margin-right: 0px;
  }
}
table.shop_table_responsive tr .product-name {
  padding: 0.5rem 1rem;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
  background-color: transparent;
  border-bottom: 1px solid rgba(33, 27, 34, 0.1);
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  table.shop_table_responsive tr td {
    padding-left: 24px;
    padding-right: 24px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 600px) {
  table.shop_table_responsive tr td .wp-element-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
table.shop_table_responsive tr td a {
  text-decoration: none;
  color: #227c9d;
  margin-right: 1.875rem;
}
table.shop_table_responsive tr td .amount {
  color: #17c3b2;
  font-size: 1.33rem;
}
table.shop_table_responsive tr td .input-text {
  height: 2.66667rem;
  border-radius: 0.55556rem;
  padding: 0 0.78rem;
}
table.shop_table_responsive tr td .attachment-woocommerce_thumbnail {
  height: 5.55556rem;
  width: auto;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove {
  width: 0.55556rem;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
  font-size: 1.33rem;
  font-weight: 300;
  padding: 0 1.11rem;
  text-align: center;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions, table.shop_table_responsive tr td.download-actions {
  text-align: right;
  padding: 0.83rem 2.78rem;
}
@media screen and (max-width: 600px) {
  table.shop_table_responsive tr td.actions, table.shop_table_responsive tr td.download-actions {
    padding-left: 24px;
    padding-right: 24px;
  }
}
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;
}
table.shop_table_responsive tr td .wp-element-button {
  border: none;
}

.cart-collaterals {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .cart-collaterals {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .cart-collaterals .cart_totals {
    width: 100%;
  }
}
.cart-collaterals h2 {
  text-align: right;
  font-weight: 500;
  font-size: 1.33rem;
}
@media screen and (max-width: 600px) {
  .cart-collaterals h2 {
    text-align: center;
  }
}
.cart-collaterals table.shop_table,
.cart-collaterals table.shop_table_responsive {
  background-color: transparent;
  /*.woocommerce-shipping-totals {
    th {
      vertical-align: top;
    }

  }*/
}
.cart-collaterals table.shop_table tr th,
.cart-collaterals table.shop_table_responsive tr th {
  font-weight: 300;
  text-align: left;
  padding-right: 5rem;
  border-bottom: 1px solid #dbc9bb;
}
.cart-collaterals table.shop_table tr .order-total th,
.cart-collaterals table.shop_table_responsive tr .order-total th {
  font-weight: 500;
}
.cart-collaterals table.shop_table tr td,
.cart-collaterals table.shop_table_responsive tr td {
  font-weight: 500;
  text-align: right;
  border-bottom: 1px solid #dbc9bb;
}
.cart-collaterals table.shop_table tr td .amount,
.cart-collaterals table.shop_table_responsive tr td .amount {
  color: #221b22;
  font-size: 1rem;
}
.cart-collaterals table.shop_table .woocommerce-shipping-destination,
.cart-collaterals table.shop_table_responsive .woocommerce-shipping-destination {
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.2;
}
.cart-collaterals .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

@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;
  }
  table.shop_table_responsive .actions {
    text-align: right;
  }
}
.woocommerce-table--order-details th {
  text-align: left;
}

.invoice {
  margin-top: 0.3rem;
}
@media screen and (max-width: 600px) {
  .invoice {
    margin-left: 0.3rem;
  }
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  ul.products li.product {
    width: 100%;
    margin-bottom: 0;
  }
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
  transition: all 150ms ease-in-out;
  line-height: 1;
  padding: 0.83rem 1.78rem;
  background-color: #eaf2f2;
  color: #227c9d;
  border-radius: 0.55556rem;
  text-align: center;
}
ul.products li.product .button:hover {
  background-color: #227c9d;
  color: #fff;
}
ul.products .onsale {
  position: absolute;
  top: 1.11rem;
  padding: 0.33rem 0.67rem;
  background-color: rgb(243, 145, 150);
  border-radius: 0.55556rem;
  color: #8f2d56;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 0;
}
ul.products .added_to_cart {
  padding: 0.33rem 0.67rem;
  background-color: #fbf2ee;
  border-radius: 0.55556rem;
  color: #8f2d56;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 0;
  position: relative;
  top: 0.56rem;
  display: block;
  text-align: center;
}

.button {
  display: block;
  transition: all 150ms ease-in-out;
  line-height: 1;
  padding: 0.83rem 1.78rem;
  background-color: #eaf2f2;
  color: #227c9d;
  border-radius: 0.55556rem;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}
.button:visited {
  color: #227c9d;
}
.button:hover {
  background-color: #227c9d;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.wc-backward {
  display: block;
  transition: all 150ms ease-in-out;
  line-height: 1;
  padding: 0.83rem 1.78rem;
  background-color: #eaf2f2;
  border-radius: 0.55556rem;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #227c9d;
  list-style: none;
}
.wc-backward:visited {
  color: #227c9d;
}
.wc-backward:hover {
  background-color: #227c9d;
  color: #fff;
}

/**
 * Single product
 */
.single-product div.product {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.single-product div.product .onsale {
  position: absolute;
  top: 1.11rem;
  left: 1.11111rem;
  padding: 0.33rem 0.67rem;
  background-color: rgb(243, 145, 150);
  border-radius: 0.55556rem;
  color: #8f2d56;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 0;
  z-index: 800;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  width: 27.55556rem;
  border-radius: 1.11111rem;
  margin-right: 5.56rem;
  margin-bottom: 5.56rem;
  background-color: rgb(253, 250, 249);
}
@media screen and (max-width: 600px) {
  .single-product div.product .woocommerce-product-gallery {
    width: 100%;
    margin-bottom: 50px;
  }
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
  display: none;
}
.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 .entry-summary {
  flex-shrink: 0;
  flex-grow: 0;
  width: 30rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 600px) {
  .single-product div.product .entry-summary {
    width: 100%;
  }
}
.single-product div.product .entry-summary h1 {
  font-size: 2.33rem;
  margin-top: 0;
  margin-bottom: 2.78rem;
  letter-spacing: -0.05833rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .single-product div.product .entry-summary h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.single-product div.product .entry-summary .price {
  font-weight: 500;
  margin-right: auto;
  height: 1.5rem;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 600px) {
  .single-product div.product .entry-summary .price {
    margin-bottom: 0;
  }
}
.single-product div.product .entry-summary .input-text {
  padding: 0 0.78rem;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .single-product div.product .entry-summary .input-text {
    width: 100%;
  }
}
.single-product div.product .entry-summary .product_meta {
  display: none;
}
.single-product div.product .entry-summary .cart {
  display: flex;
  gap: 1.39rem;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .single-product div.product .entry-summary .cart {
    flex-direction: column;
    align-items: start;
  }
}
.single-product div.product .entry-summary .cart button {
  width: 12.55556rem;
  transition: all 150ms ease-in-out;
  width: 18rem;
}
.single-product div.product .entry-summary .cart button:hover {
  background-color: #227c9d;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .single-product div.product .entry-summary .cart button {
    width: 100%;
  }
}
.single-product div.product .entry-summary .cart .input-text {
  height: 2.66667rem;
  border-radius: 0.55556rem;
}
.single-product div.product .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 2.78rem;
}
@media screen and (max-width: 600px) {
  .single-product div.product .entry-summary .woocommerce-product-details__short-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.single-product div.product .entry-summary .woocommerce-product-details__short-description .woocommerce-product-details__short-description-title {
  font-weight: 500;
}
.single-product div.product .related {
  width: 100%;
}
.single-product div.product .related h2:first-child {
  font-size: 2.33rem;
  text-align: center;
  letter-spacing: -0.05833rem;
  margin-bottom: 3.11rem;
}
@media screen and (max-width: 600px) {
  .single-product div.product .related h2:first-child {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
.single-product div.product .related ul {
  justify-content: center;
  gap: 2, 22rem;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #1E555C;
}
.stock.out-of-stock {
  color: #F15152;
}

@media screen and (max-width: 600px) {
  .quantity {
    width: 100%;
  }
}

/**
 * Checkout
 */
/*

@media screen and (min-width: 768px) {

	.col2-set {

		.form-row-first {
			float: left;
			margin-right: $columns__margin;
		}

		.form-row-last {
			float: right;
			margin-right: 0;
		}

		.form-row-first,
		.form-row-last {

			@include column-width(2);
		}
	}
}
*/
form.woocommerce-checkout {
  width: 33.77778rem;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  form.woocommerce-checkout {
    width: 100%;
  }
}
form.woocommerce-checkout h3 {
  font-weight: 500;
}
form.woocommerce-checkout .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.56rem;
  width: 46%;
}
@media screen and (max-width: 600px) {
  form.woocommerce-checkout .form-row {
    width: 100%;
  }
}
form.woocommerce-checkout .form-row.place-order {
  width: 100%;
}
form.woocommerce-checkout .form-row#billing_company_field, form.woocommerce-checkout .form-row#shipping_company_field, form.woocommerce-checkout .form-row#billing_country_field, form.woocommerce-checkout .form-row#shipping_country_field, form.woocommerce-checkout .form-row#billing_phone_field, form.woocommerce-checkout .form-row#billing_email_field, form.woocommerce-checkout .form-row#order_comments_field {
  width: 100%;
}
form.woocommerce-checkout .form-row#billing_address_1_field, form.woocommerce-checkout .form-row#shipping_address_1_field, form.woocommerce-checkout .form-row#billing_city_field, form.woocommerce-checkout .form-row#shipping_city_field {
  width: 60%;
}
@media screen and (max-width: 600px) {
  form.woocommerce-checkout .form-row#billing_address_1_field, form.woocommerce-checkout .form-row#shipping_address_1_field, form.woocommerce-checkout .form-row#billing_city_field, form.woocommerce-checkout .form-row#shipping_city_field {
    width: 100%;
  }
}
form.woocommerce-checkout .form-row#billing_address_2_field, form.woocommerce-checkout .form-row#shipping_address_2_field, form.woocommerce-checkout .form-row#billing_postcode_field, form.woocommerce-checkout .form-row#shipping_postcode_field {
  width: 32%;
}
@media screen and (max-width: 600px) {
  form.woocommerce-checkout .form-row#billing_address_2_field, form.woocommerce-checkout .form-row#shipping_address_2_field, form.woocommerce-checkout .form-row#billing_postcode_field, form.woocommerce-checkout .form-row#shipping_postcode_field {
    width: 100%;
  }
}
form.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-size: 1.33rem;
}
form.woocommerce-checkout #order_review_heading {
  font-size: 1.33rem;
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    flex-direction: column;
  }
}
form.woocommerce-checkout .input-text,
form.woocommerce-checkout .select2-selection {
  width: 100%;
  border-radius: 0.55556rem;
  padding: 0.61rem;
  border: 1px solid rgba(33, 27, 34, 0.0705882353);
}
form.woocommerce-checkout .select2-selection--single {
  height: 2.66667rem;
}
form.woocommerce-checkout label {
  font-size: 0.89rem;
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
  text-align: left;
}
form.woocommerce-checkout .woocommerce-checkout-review-order tr th:last-child,
form.woocommerce-checkout .woocommerce-checkout-review-order tr td:last-child {
  text-align: right;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals th {
  vertical-align: top;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th,
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td {
  border-bottom: 1px solid #dbc9bb;
  padding-right: 0;
  padding-left: 0;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .packetery-widget-button-wrapper {
  height: auto;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .packetery-widget-button-wrapper .packeta-widget {
  width: 100%;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .packetery-widget-button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .packetery-widget-button-row button {
  width: auto;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .packetery-widget-button-row img {
  margin-bottom: 0;
  margin-right: 10px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .wc_payment_methods {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

/**
 * 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: 0.06rem;
  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: #221B22;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #221B22;
  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: #221B22;
  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: #1E555C;
}
.woocommerce-password-strength.short {
  color: #F15152;
}
.woocommerce-password-strength.bad {
  color: #F15152;
}
.woocommerce-password-strength.good {
  color: #227C9D;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 0.11111rem 0 0 #1E555C;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 0.11111rem 0 0 #F15152;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #1E555C;
  clear: both;
  padding: 1.1rem 1.1rem;
  border-radius: 1.11111rem;
  margin-bottom: 2.78rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 1.33rem;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error,
  .woocommerce-noreviews,
  p.no-comments {
    flex-direction: column;
    font-size: 16px;
  }
}
.woocommerce-message .wc-forward,
.woocommerce-info .wc-forward,
.woocommerce-error .wc-forward,
.woocommerce-noreviews .wc-forward,
p.no-comments .wc-forward {
  background-color: #496b70;
  color: #fbf2ee;
  transition: all 150ms ease-in-out;
}
.woocommerce-message .wc-forward:hover,
.woocommerce-info .wc-forward:hover,
.woocommerce-error .wc-forward:hover,
.woocommerce-noreviews .wc-forward:hover,
p.no-comments .wc-forward:hover {
  background-color: #17c3b2;
  color: #fff;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 600px) {
  .woocommerce-message a,
  .woocommerce-info a,
  .woocommerce-error a,
  .woocommerce-noreviews a,
  p.no-comments a {
    margin-bottom: 30px;
    width: 100%;
  }
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #227C9D;
}

.woocommerce-error {
  background-color: #F15152;
}

ul.woocommerce-error {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #227C9D;
  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 0.16667rem 0.16667rem 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-MyAccount-navigation ul {
  display: flex;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
  }
}
.woocommerce-MyAccount-navigation li {
  margin-right: 10px;
  margin-left: 10px;
  list-style-type: none;
  font-weight: 500;
}
.woocommerce-MyAccount-navigation a {
  text-decoration: none;
  color: #221b22;
}

.woocommerce-edit-account .woocommerce-MyAccount-content {
  width: 33.77778rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .woocommerce-edit-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-MyAccount-content form h3 {
  font-weight: 500;
  font-size: 1.33rem;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    flex-direction: column;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_company_field {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_company_field .woocommerce-input-wrapper {
  text-align: left;
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_company_field .woocommerce-input-wrapper #billing_company {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_company_field {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_company_field .woocommerce-input-wrapper {
  text-align: left;
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_company_field .woocommerce-input-wrapper #shipping_company {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_country_field {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper .select2-selection {
  border-radius: 0.555rem;
  border: 1px solid rgba(33, 27, 34, 0.0705882353);
  text-align: left;
  height: 2.828rem;
  padding: 0.61rem;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_country_field {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper .select2-selection {
  border-radius: 0.555rem;
  border: 1px solid rgba(33, 27, 34, 0.0705882353);
  text-align: left;
  height: 2.828rem;
  padding: 0.61rem;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_address_1_field {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_address_1_field {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_address_1_field .woocommerce-input-wrapper {
  text-align: left;
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_address_1_field .woocommerce-input-wrapper #billing_address_1 {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_address_1_field {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_address_1_field {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_address_1_field .woocommerce-input-wrapper {
  text-align: left;
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_address_1_field .woocommerce-input-wrapper #shipping_address_1 {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_address_2_field {
  width: 32%;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_address_2_field {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_address_2_field .woocommerce-input-wrapper {
  text-align: left;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_address_2_field .woocommerce-input-wrapper #billing_address_2 {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_address_2_field {
  width: 32%;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_address_2_field {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_address_2_field .woocommerce-input-wrapper {
  text-align: left;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_address_2_field .woocommerce-input-wrapper #shipping_address_2 {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_city_field {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_city_field {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_city_field .woocommerce-input-wrapper {
  text-align: left;
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_city_field .woocommerce-input-wrapper #billing_city {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_city_field {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_city_field {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_city_field .woocommerce-input-wrapper {
  text-align: left;
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_city_field .woocommerce-input-wrapper #shipping_city {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_postcode_field {
  width: 32%;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_postcode_field {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_postcode_field .woocommerce-input-wrapper {
  text-align: left;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_postcode_field .woocommerce-input-wrapper #billing_postcode {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_postcode_field {
  width: 32%;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_postcode_field {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_postcode_field .woocommerce-input-wrapper {
  text-align: left;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_postcode_field .woocommerce-input-wrapper #shipping_postcode {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_phone_field {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_phone_field .woocommerce-input-wrapper {
  text-align: left;
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_phone_field .woocommerce-input-wrapper #billing_phone {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_email_field {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_email_field .woocommerce-input-wrapper {
  text-align: left;
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_email_field .woocommerce-input-wrapper #billing_email {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper input {
  padding: 0.61rem;
  border-radius: 0.555rem;
  border: 1px solid rgba(33, 27, 34, 0.0705882353);
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper input {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 0.56rem;
  width: 46%;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row label {
  font-size: 0.89rem;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    flex-direction: column;
  }
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .clear {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.56rem;
  width: 46%;
  text-align: left;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label {
  font-size: 0.89rem;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.woocommerce-form-row--wide, .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row#_wc_other\/wpify\/ic_dic_toggle_field {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.woocommerce-form-row--wide, .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row#_wc_other\/wpify\/ic_dic_toggle_field {
    margin-left: 0px;
  }
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row#_wc_other\/wpify\/ic_field, .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row#_wc_other\/wpify\/company_field, .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row#_wc_other\/wpify\/dic_field, .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row#_wc_other\/wpify\/dic-dph_field {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row#_wc_other\/wpify\/ic_field, .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row#_wc_other\/wpify\/company_field, .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row#_wc_other\/wpify\/dic_field, .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row#_wc_other\/wpify\/dic-dph_field {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--first,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--last {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--first,
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row--last {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--text,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--email,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--password,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .input-text {
  border-radius: 0.55556rem;
  padding: 0.61rem;
  border: 1px solid rgba(33, 27, 34, 0.0705882353);
  min-width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-wide span {
  font-size: 0.89rem;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  border: none;
  padding: 0;
  margin-top: 0.75rem;
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  font-weight: 500;
  font-size: 1.33rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm p {
    width: 100%;
  }
}

.woocommerce-Addresses,
.woocommerce-customer-details {
  display: flex;
  justify-content: space-between;
  width: 33.77778rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .woocommerce-Addresses,
  .woocommerce-customer-details {
    flex-direction: column;
    width: 100%;
  }
  .woocommerce-Addresses .u-column1,
  .woocommerce-customer-details .u-column1 {
    margin-bottom: 1.85rem;
  }
}
.woocommerce-Addresses .u-column1,
.woocommerce-Addresses .u-column2,
.woocommerce-Addresses .woocommerce-column--billing-address,
.woocommerce-Addresses .woocommerce-column--shipping-address,
.woocommerce-customer-details .u-column1,
.woocommerce-customer-details .u-column2,
.woocommerce-customer-details .woocommerce-column--billing-address,
.woocommerce-customer-details .woocommerce-column--shipping-address {
  width: 16rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1.11111rem;
}
@media screen and (max-width: 600px) {
  .woocommerce-Addresses .u-column1,
  .woocommerce-Addresses .u-column2,
  .woocommerce-Addresses .woocommerce-column--billing-address,
  .woocommerce-Addresses .woocommerce-column--shipping-address,
  .woocommerce-customer-details .u-column1,
  .woocommerce-customer-details .u-column2,
  .woocommerce-customer-details .woocommerce-column--billing-address,
  .woocommerce-customer-details .woocommerce-column--shipping-address {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.woocommerce-Addresses .u-column1 h3,
.woocommerce-Addresses .u-column2 h3,
.woocommerce-Addresses .woocommerce-column--billing-address h3,
.woocommerce-Addresses .woocommerce-column--shipping-address h3,
.woocommerce-customer-details .u-column1 h3,
.woocommerce-customer-details .u-column2 h3,
.woocommerce-customer-details .woocommerce-column--billing-address h3,
.woocommerce-customer-details .woocommerce-column--shipping-address h3 {
  font-weight: 500;
}
.woocommerce-Addresses .u-column1 h2,
.woocommerce-Addresses .u-column2 h2,
.woocommerce-Addresses .woocommerce-column--billing-address h2,
.woocommerce-Addresses .woocommerce-column--shipping-address h2,
.woocommerce-customer-details .u-column1 h2,
.woocommerce-customer-details .u-column2 h2,
.woocommerce-customer-details .woocommerce-column--billing-address h2,
.woocommerce-customer-details .woocommerce-column--shipping-address h2 {
  font-size: 1.17rem;
  font-weight: 500;
}
.woocommerce-Addresses .woocommerce-columns--addresses,
.woocommerce-customer-details .woocommerce-columns--addresses {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.woocommerce-Addresses .woocommerce-columns--addresses .woocommerce-customer-details--phone,
.woocommerce-Addresses .woocommerce-columns--addresses .woocommerce-customer-details--email,
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-customer-details--phone,
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-customer-details--email {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .woocommerce-Addresses .woocommerce-columns--addresses,
  .woocommerce-customer-details .woocommerce-columns--addresses {
    flex-direction: column;
  }
}

.woocommerce-MyAccount-content p {
  width: 33.77778rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content p {
    width: 100%;
  }
}
.woocommerce-MyAccount-content p button {
  margin-top: 1.3rem;
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses p {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses h2 {
  font-size: 1.17rem;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content .woocommerce-columns--addresses {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .woocommerce-orders-table a {
    display: inline;
    background-color: transparent !important;
    padding: 0;
    margin-right: 0 !important;
    margin-bottom: 0.5rem !important;
  }
}
.woocommerce-orders-table .woocommerce-orders-table__header-order-number,
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number {
  padding-left: 2rem;
}
.woocommerce-orders-table .woocommerce-orders-table__cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.woocommerce-MyAccount-content {
  width: 33.77778rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content {
  width: 100%;
}

.woocommerce-orders .woocommerce-MyAccount-content {
  width: 100%;
}

.woocommerce-customer-logout .entry-content {
  width: 33.77778rem;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-customer-logout h2 {
  font-weight: 500;
  font-size: 1.3333rem;
}
.woocommerce-customer-logout label {
  font-size: 0.89rem;
}
.woocommerce-customer-logout p {
  display: flex;
  flex-direction: column;
}
.woocommerce-customer-logout .woocommerce-Input--text {
  width: 100%;
  border-radius: 0.55556rem;
  padding: 0.61rem;
  border: 1px solid rgba(33, 27, 34, 0.0705882353);
}

.woocommerce-account h2 {
  font-weight: 500;
  font-size: 1.3333rem;
}
.woocommerce-account label {
  font-size: 0.89rem;
}
.woocommerce-account .woocommerce-Input--text {
  width: 100%;
  border-radius: 0.55556rem;
  padding: 0.61rem;
  border: 1px solid rgba(33, 27, 34, 0.0705882353);
}

.woocommerce-orders .status-publish {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  .u-columns {
    width: 100%;
  }
}

.woocommerce-order-details h2 {
  font-weight: 500;
}

/**
 * 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%;
}

/* 
ul.products do flexu
flex-wrap (podle šířky)
použít flex-shrink a grow
flex-shrink: 0;
flex-grow: 0;
*/
.woocommerce-products-header__title {
  font-size: 2.33rem;
  text-align: center;
  letter-spacing: -0.05833rem;
}

.woocommerce-ordering {
  display: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-result-count {
  display: none;
}

ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.22rem;
}

li.product {
  float: none;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1.11111rem;
  display: block;
  width: 15.55556rem;
  padding: 1.5rem;
  margin-right: 0;
}
li.product img {
  height: 12.22222rem;
  width: auto;
  margin-bottom: 0.94rem;
  margin-left: auto;
  margin-right: auto;
}
li.product a {
  text-decoration: none;
}

.woocommerce-loop-product__title {
  color: #221B22;
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 1.55556rem;
  letter-spacing: -0.03333rem;
  margin-bottom: 2rem;
  height: 5.27778rem;
}
@media screen and (max-width: 600px) {
  .woocommerce-loop-product__title {
    margin-bottom: 0;
  }
}

.price {
  color: #17C3B2;
  font-size: 1.33rem;
  display: block;
  margin-bottom: 1.89rem;
}
.price ins {
  background: 0;
}
.price del {
  color: #221B22;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 0.5rem;
}

.wp-element-button {
  color: #227C9D;
  transition: all 150ms ease-in-out;
  text-align: center;
  background-color: rgba(115, 210, 222, 0.15);
  border-radius: 0.55556rem;
  padding: 0.83rem 1.78rem;
  line-height: 1;
  font-size: 1rem;
  width: auto;
  font-weight: 500;
  letter-spacing: -0.025rem;
}
.wp-element-button:hover {
  background-color: #227C9D;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .wp-element-button {
    width: 100%;
  }
}

.wc-proceed-to-checkout a {
  text-decoration: none;
  color: #227C9D;
  float: right;
  font-weight: 500;
}

.woocommerce-info .wc-forward {
  background-color: #eaf2f2;
  font-weight: 500;
  color: #496b70;
}
.woocommerce-info .wc-forward:hover {
  background-color: #496b70;
  color: #fff;
}

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