/*
Theme Name: nadireo

WooCommerce styles override
*/

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

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1rem 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order,
.woocommerce-checkout button#place_order,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.25rem;
  margin: 0;
  padding: 0.875rem 2rem;
  border: 2px solid var(--primary-color) !important;
  border-radius: 0.25rem;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  font-family: var(--avenir);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-visible,
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce
  .cart-collaterals
  .wc-proceed-to-checkout
  a.checkout-button:focus-visible,
.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:focus-visible,
.woocommerce-checkout button#place_order:hover,
.woocommerce-checkout button#place_order:focus-visible,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:focus-visible {
  border-color: #006e6d;
  background-color: #006e6d;
  color: #fff;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 138, 136, 0.2);
  transform: translateY(-1px);
}

@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%;
  }
}

/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  opacity: 0.5;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img.flex-active {
  opacity: 1;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li:hover
  img {
  opacity: 1;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li {
  width: 48.1%;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li:nth-child(2n) {
  margin-right: 0;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li:nth-child(2n + 1) {
  clear: both;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li {
  width: 30.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
 */
@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%;
  }
}

/**
 * Order received
 */
.woocommerce-order-received .site-main {
  min-height: 65vh;
}

.woocommerce-order-received .site-main > section {
  padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.woocommerce-order-received .woocommerce,
.woocommerce-order-received .site-main > section > .container {
  max-width: 68rem;
  margin: 0 auto;
  color: var(--body-color);
}

.woocommerce-order-received .woocommerce-order,
.woocommerce-order-received
  .site-main
  .wp-block-woocommerce-order-confirmation-status,
.woocommerce-order-received
  .site-main
  .wp-block-woocommerce-order-confirmation-summary,
.woocommerce-order-received
  .site-main
  .wp-block-woocommerce-order-confirmation-totals-wrapper,
.woocommerce-order-received
  .site-main
  .wp-block-woocommerce-order-confirmation-shipping-wrapper,
.woocommerce-order-received
  .site-main
  .wp-block-woocommerce-order-confirmation-billing-wrapper,
.woocommerce-order-received
  .site-main
  .wp-block-woocommerce-order-confirmation-downloads-wrapper {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.woocommerce-order-received .woocommerce-notice--success,
.woocommerce-order-received .wp-block-woocommerce-order-confirmation-status {
  position: relative;
  margin: 0;
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 3rem)
    clamp(1.75rem, 4vw, 2.75rem) clamp(5.25rem, 10vw, 7rem);
  border: 1px solid rgba(0, 138, 136, 0.18);
  border-radius: 0.75rem;
  color: var(--body-color);
  background:
    linear-gradient(135deg, rgba(0, 138, 136, 0.08), rgba(0, 138, 136, 0.02)),
    #fff;
  box-shadow: 0 1rem 3rem rgba(0, 51, 102, 0.06);
  font-family: var(--avenir);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.25;
}

.woocommerce-order-received .woocommerce-notice--success::before,
.woocommerce-order-received
  .wp-block-woocommerce-order-confirmation-status::before {
  position: absolute;
  top: 50%;
  left: clamp(1.5rem, 4vw, 3rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  content: "\2713";
  color: #fff;
  background: var(--primary-color);
  font-size: 1.35rem;
  font-weight: 700;
  transform: translateY(-50%);
}

.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .wc-block-order-confirmation-summary,
.woocommerce-order-received
  .wp-block-woocommerce-order-confirmation-summary
  ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 51, 102, 0.08);
  border-radius: 0.75rem;
  background: #f5f7f8;
  list-style: none;
}

.woocommerce-order-received .woocommerce-order-overview li,
.woocommerce-order-received .wc-block-order-confirmation-summary > div,
.woocommerce-order-received
  .wp-block-woocommerce-order-confirmation-summary
  li {
  min-width: 0;
  margin: 0;
  padding: 1.25rem;
  border-right: 1px solid rgba(0, 51, 102, 0.08);
  color: rgba(0, 51, 102, 0.7);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-order-overview li:last-child,
.woocommerce-order-received
  .wc-block-order-confirmation-summary
  > div:last-child,
.woocommerce-order-received
  .wp-block-woocommerce-order-confirmation-summary
  li:last-child {
  border-right: 0;
}

.woocommerce-order-received .woocommerce-order-overview strong,
.woocommerce-order-received .wc-block-order-confirmation-summary span,
.woocommerce-order-received
  .wp-block-woocommerce-order-confirmation-summary
  li
  > :last-child {
  display: block;
  margin-top: 0.35rem;
  overflow-wrap: anywhere;
  color: var(--body-color);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper,
.woocommerce-order-received .wc-block-order-confirmation-shipping-wrapper,
.woocommerce-order-received .wc-block-order-confirmation-billing-wrapper,
.woocommerce-order-received
  .wp-block-woocommerce-order-confirmation-totals-wrapper,
.woocommerce-order-received
  .wp-block-woocommerce-order-confirmation-shipping-wrapper,
.woocommerce-order-received
  .wp-block-woocommerce-order-confirmation-billing-wrapper,
.woocommerce-order-received .wp-block-woocommerce-order-confirmation-downloads,
.woocommerce-order-received
  .wp-block-woocommerce-order-confirmation-downloads-wrapper {
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(0, 51, 102, 0.08);
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 51, 102, 0.05);
}

.woocommerce-order-received .woocommerce h2,
.woocommerce-order-received .woocommerce h3,
.woocommerce-order-received .wp-block-woocommerce-order-confirmation h2,
.woocommerce-order-received .wp-block-woocommerce-order-confirmation h3 {
  margin: 0 0 1.25rem;
  color: var(--body-color);
  font-family: var(--avenir);
  font-weight: 500;
  line-height: 1.2;
}

.woocommerce-order-received .woocommerce h2,
.woocommerce-order-received .wp-block-woocommerce-order-confirmation h2 {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
}

.woocommerce-order-received table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

.woocommerce-order-received table.shop_table th,
.woocommerce-order-received table.shop_table td {
  padding: 1rem 0.75rem;
  border: 0;
  border-bottom: 1px solid rgba(0, 51, 102, 0.08);
  vertical-align: middle;
}

.woocommerce-order-received table.shop_table th:first-child,
.woocommerce-order-received table.shop_table td:first-child {
  padding-left: 0;
}

.woocommerce-order-received table.shop_table th:last-child,
.woocommerce-order-received table.shop_table td:last-child {
  padding-right: 0;
  text-align: right;
}

.woocommerce-order-received table.shop_table tfoot tr:last-child th,
.woocommerce-order-received table.shop_table tfoot tr:last-child td {
  border-bottom: 0;
  color: var(--primary-color);
  font-size: 1.1rem;
  font-weight: 700;
}

.woocommerce-order-received .woocommerce-customer-details address,
.woocommerce-order-received .wc-block-order-confirmation-shipping-address,
.woocommerce-order-received .wc-block-order-confirmation-billing-address {
  margin: 0;
  padding: 1.25rem;
  border: 0;
  border-radius: 0.625rem;
  background: #f5f7f8;
  font-style: normal;
  line-height: 1.75;
}

.woocommerce-order-received .woocommerce-column--billing-address,
.woocommerce-order-received .woocommerce-column--shipping-address {
  margin-bottom: 0;
}

.woocommerce-order-received .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.woocommerce-order-received .woocommerce-columns--addresses::before,
.woocommerce-order-received .woocommerce-columns--addresses::after {
  display: none;
}

.woocommerce-order-received
  .woocommerce-columns--addresses
  .woocommerce-column {
  float: none;
  width: 100%;
}

.woocommerce-order-received .woocommerce a.button,
.woocommerce-order-received .wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--primary-color);
  border-radius: 0.25rem;
  color: #fff !important;
  background: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.woocommerce-order-received .woocommerce a.button:hover,
.woocommerce-order-received .wp-element-button:hover {
  border-color: #006e6d;
  background: #006e6d;
}

@media screen and (max-width: 767px) {
  .woocommerce-order-received .woocommerce-notice--success,
  .woocommerce-order-received .wp-block-woocommerce-order-confirmation-status {
    padding: 5.25rem 1.25rem 1.5rem;
    font-size: 1.35rem;
  }

  .woocommerce-order-received .woocommerce-notice--success::before,
  .woocommerce-order-received
    .wp-block-woocommerce-order-confirmation-status::before {
    top: 1.5rem;
    left: 1.25rem;
    transform: none;
  }

  .woocommerce-order-received .woocommerce-order-overview,
  .woocommerce-order-received .wc-block-order-confirmation-summary,
  .woocommerce-order-received
    .wp-block-woocommerce-order-confirmation-summary
    ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-order-received .woocommerce-order-overview li,
  .woocommerce-order-received .wc-block-order-confirmation-summary > div,
  .woocommerce-order-received
    .wp-block-woocommerce-order-confirmation-summary
    li {
    border-bottom: 1px solid rgba(0, 51, 102, 0.08);
  }

  .woocommerce-order-received .woocommerce-order-overview li:nth-child(2n),
  .woocommerce-order-received
    .wc-block-order-confirmation-summary
    > div:nth-child(2n),
  .woocommerce-order-received
    .wp-block-woocommerce-order-confirmation-summary
    li:nth-child(2n) {
    border-right: 0;
  }

  .woocommerce-order-received
    .woocommerce-order-overview
    li:nth-last-child(-n + 2),
  .woocommerce-order-received
    .wc-block-order-confirmation-summary
    > div:nth-last-child(-n + 2),
  .woocommerce-order-received
    .wp-block-woocommerce-order-confirmation-summary
    li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .woocommerce-order-received .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 420px) {
  .woocommerce-order-received .woocommerce-order-overview,
  .woocommerce-order-received .wc-block-order-confirmation-summary,
  .woocommerce-order-received
    .wp-block-woocommerce-order-confirmation-summary
    ul {
    grid-template-columns: 1fr;
  }

  .woocommerce-order-received .woocommerce-order-overview li,
  .woocommerce-order-received .wc-block-order-confirmation-summary > div,
  .woocommerce-order-received
    .wp-block-woocommerce-order-confirmation-summary
    li {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 51, 102, 0.08);
  }

  .woocommerce-order-received .woocommerce-order-overview li:nth-last-child(2),
  .woocommerce-order-received
    .wc-block-order-confirmation-summary
    > div:nth-last-child(2),
  .woocommerce-order-received
    .wp-block-woocommerce-order-confirmation-summary
    li:nth-last-child(2) {
    border-bottom: 1px solid rgba(0, 51, 102, 0.08);
  }

  .woocommerce-order-received .woocommerce-order-overview li:last-child,
  .woocommerce-order-received
    .wc-block-order-confirmation-summary
    > div:last-child,
  .woocommerce-order-received
    .wp-block-woocommerce-order-confirmation-summary
    li:last-child {
    border-bottom: 0;
  }
}

/**
 * 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 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: #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: #3d9cd2;
}

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

.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;
  }
}

/**
 * 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-order-received .woocommerce-order p:empty {
  display: none;
}

.with-empty-cart-icon {
  padding: 9rem 0;
}
