/*
Theme Name: Enverto

WooCommerce styles override
*/
.woocommerce-order .woocommerce-notice {
  font-size: 24px;
  color: #2F5426;
  font-family: "Barlow Condensed", sans-serif;
}
.woocommerce-order .woocommerce-order-overview {
  list-style: none;
  padding: 0;
}
.woocommerce-order .woocommerce-table--order-details {
  width: 100%;
}
.woocommerce-order .woocommerce-table--order-details th, .woocommerce-order .woocommerce-table--order-details td {
  text-align: left;
}
.woocommerce-order .woocommerce-order-details p {
  font-style: italic;
  font-size: 14px;
}
.woocommerce-order .woocommerce-attachment-details {
  display: none;
}

.woocommerce-orders-table {
  width: 100%;
}

.woocommerce-order-details {
  width: 100%;
}
.woocommerce-order-details th, .woocommerce-order-details td {
  text-align: left;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce-MyAccount-navigation ul li {
  margin-right: 10px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-form .woocommerce-Input,
.woocommerce-EditAccountForm .woocommerce-Input,
.woocommerce-MyAccount-content .woocommerce-Input {
  display: block;
  outline: none;
  padding: 10px 15px;
  width: 100%;
  max-width: 600px;
}
.woocommerce-form .woocommerce-address-fields .input-text,
.woocommerce-EditAccountForm .woocommerce-address-fields .input-text,
.woocommerce-MyAccount-content .woocommerce-address-fields .input-text {
  display: block;
  outline: none;
  padding: 10px 15px;
  width: 100%;
  max-width: 600px;
}

/**
 * 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: 768px) {
  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
 */
.product__archive-container {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .product__archive-container {
    flex-direction: row;
  }
}

ul.products {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  list-style: none;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  ul.products li.product {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  ul.products li.product {
    width: 33%;
  }
}
ul.products li.product a {
  position: relative;
  text-decoration: none;
}
ul.products li.product a:hover h2 {
  color: #FE9000;
}
ul.products li.product .onsale {
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #FE9000;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
}
ul.products li.product h2 {
  max-width: 250px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  transition: all 0.3s;
}
ul.products li.product h2 mark {
  background-color: transparent;
  font-size: 14px;
  color: #1da438;
}
ul.products li.product img {
  display: block;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}
ul.products li.product .price {
  display: block;
  text-align: center;
}
ul.products li.product .price .woocommerce-price-suffix {
  display: block;
  font-size: 10px;
  margin-top: 2px;
  color: #999;
}

ul.check {
  list-style: none;
  padding-left: 30px;
  margin-left: 0;
}
ul.check li {
  position: relative;
}
ul.check li:before {
  content: "";
  position: absolute;
  display: block;
  left: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url(./assets/vectors/check.svg);
  background-size: 20px 20px;
  background-position: center center;
}

.main__product-list {
  flex: 3;
}

.side__product-list {
  flex: 1;
}
@media screen and (min-width: 992px) {
  .side__product-list {
    margin-top: 90px;
  }
}
.side__product-list .side__filter {
  padding: 16px;
  border: 2px solid #F1F2EB;
  border-radius: 8px;
  margin-bottom: 24px;
}
.side__product-list .side__filter h3 {
  margin-top: 0;
}
.side__product-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.side__product-list ul li a {
  display: block;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  padding: 6px 8px;
}

.orderby {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 20px;
}

.woocommerce-products-header {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto;
}
@media screen and (min-width: 1200px) {
  .woocommerce-products-header {
    max-width: 600px;
    transform: translateX(-50%);
  }
}

.price del {
  font-size: 14px;
  color: grey;
}

.price ins {
  text-decoration: none;
}

.woocommerce-ordering {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
}

@media screen and (min-width: 768px) {
  ul.products {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    width: 100%;
  }
}
.wc-block-grid .wc-block-grid__products {
  margin-top: 60px;
}
.wc-block-grid .wc-block-grid__product {
  background-color: #fff;
  padding: 20px !important;
  border-left: 8px solid #f1f2eb;
  border-right: 8px solid #f1f2eb;
  border-bottom: 16px solid #f1f2eb;
  text-align: left;
}
.wc-block-grid .wc-block-grid__product-title {
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 18px !important;
  line-height: 22px !important;
  margin-bottom: 5px !important;
  color: #2F5426;
}
.wc-block-grid .wc-block-grid__product-title a {
  text-decoration: none;
  color: #2F5426;
}
.wc-block-grid .wc-block-grid__product-link {
  text-decoration: none;
}
.wc-block-grid .wc-block-grid__product-image {
  overflow: hidden;
  height: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.wc-block-grid .wc-block-grid__product-image img {
  width: 100%;
  height: auto;
}
.wc-block-grid .wc-block-grid__product-price {
  padding: 10px 0;
  margin-bottom: 0;
  color: #1da438;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.wc-block-grid .wc-block-grid__product-add-to-cart {
  display: none !important;
}

/**
 * Single product
 */
div.product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
div.product .onsale {
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #FE9000;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 99;
}
div.product .wpgs {
  width: 100%;
}
@media screen and (min-width: 992px) {
  div.product {
    flex-direction: row;
    justify-content: space-between;
  }
}
div.product .usp__bar {
  width: 100%;
  margin-top: 32px;
  padding: 24px;
  gap: 48px;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  div.product .usp__bar {
    gap: 64px;
  }
}
div.product .summary {
  background-color: #F1F2EB;
  padding: 30px;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  div.product .summary {
    width: calc(50% - 30px);
    margin-left: 30px;
  }
}
div.product .summary h1 {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  div.product .summary h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
div.product .summary .price {
  padding: 10px 0;
  color: #1da438;
  font-weight: 700;
  font-size: 18px;
}
div.product .summary .cart {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 12px 0;
}
@media screen and (min-width: 992px) {
  div.product .summary .cart {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 24px 0;
  }
}
div.product .summary .cart input {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px 15px;
  border: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  div.product .summary .cart input {
    margin-bottom: 0;
    width: 100px;
  }
}
div.product .summary .cart button {
  border: 0;
  padding: 15px;
  font-size: 14px;
  height: 48px;
  width: 100%;
  background-color: #FE9000;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  div.product .summary .cart button {
    width: auto;
  }
}

.wpgs {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .wpgs {
    max-width: 50%;
  }
}
.wpgs .vbox-item {
  outline: none;
}
.wpgs .slick-disabled {
  opacity: 0;
}
.wpgs .wpgs-for .slick-slide {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpgs .wpgs-for .slick-slide img {
  max-width: calc(100% - 20px);
  height: auto;
}
.wpgs .wpgs-nav {
  display: none;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: green;
}
.stock.out-of-stock {
  color: red;
}

.wc-tabs-wrapper {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}
.wc-tabs-wrapper .wc-tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 560px;
}
.wc-tabs-wrapper .wc-tabs li {
  flex: 1;
}
.wc-tabs-wrapper .wc-tabs li a {
  display: inline-block;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0D1821;
  border: 1px solid #F1F2EB;
}
.wc-tabs-wrapper .wc-tabs li.active a {
  background-color: #F1F2EB;
}

.quantity .screen-reader-text {
  display: none;
}

.posted_in {
  display: none;
}

.woocommerce-notices-wrapper .woocommerce-message {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 100%;
  background-color: #2F5426;
  z-index: 99999;
  color: white;
  font-size: 14px;
  padding: 15px;
}
.woocommerce-notices-wrapper .woocommerce-message .restore-item {
  color: #F1F2EB;
}
.woocommerce-notices-wrapper .wc-forward {
  display: none;
}

.woocommerce-Tabs-panel--wcpoa_product_tab {
  padding-top: 30px;
}
.woocommerce-Tabs-panel--wcpoa_product_tab h4 {
  font-size: 22px;
  line-height: 26px;
}
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachment {
  display: block;
  max-width: 560px;
}
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn {
  color: #ffffff;
  font-size: 14px;
  padding: 15px;
  border-radius: 23px;
  background-color: #2F5426;
  transition: 0.3s all;
}
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn:hover {
  background-color: #1da438;
  color: #ffffff;
}

.woocommerce-product-attributes-item {
  text-align: left;
}
.woocommerce-product-attributes-item th {
  min-width: 160px;
}

.woocommerce-Tabs-panel {
  max-width: 560px;
}
.woocommerce-Tabs-panel ul li {
  margin-bottom: 8px;
}
.woocommerce-Tabs-panel table td {
  padding: 5px;
  border-color: #6C809A;
}

.bulk_table {
  margin-top: 30px;
}
.bulk_table .wdp_pricing_table_footer,
.bulk_table .wdp_pricing_table_caption {
  display: none;
}
.bulk_table td {
  border: 0;
}
.bulk_table thead td {
  background-color: rgba(0, 0, 0, 0.1);
}

/**
 * Checkout
 */
.woocommerce-cart-form {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.woocommerce-cart-form .woocommerce-cart-form__contents {
  width: 100%;
}
.woocommerce-cart-form .woocommerce-cart-form__contents th {
  padding-bottom: 20px;
}
.woocommerce-cart-form .woocommerce-cart-form__contents .product-name {
  padding-left: 20px;
}
.woocommerce-cart-form .actions {
  padding-top: 30px;
  text-align: right;
}

.cart-collaterals {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.cart-collaterals .cart_totals {
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  background-color: #F1F2EB;
}
@media screen and (min-width: 992px) {
  .cart-collaterals .cart_totals {
    width: 300px;
  }
}
.cart-collaterals .cart_totals h2 {
  display: none;
}
.cart-collaterals .cart_totals table {
  width: 100%;
}
.cart-collaterals .cart_totals th {
  width: 100px;
}
.cart-collaterals .cart_totals th, .cart-collaterals .cart_totals td {
  padding-bottom: 10px;
}
.cart-collaterals .cart_totals .order-total .amount {
  color: #1da438;
}
.cart-collaterals .wc-proceed-to-checkout {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .cart_item td {
    margin-bottom: 10px;
  }
}
.cart_item .product-thumbnail {
  width: 50px;
}
.cart_item .product-thumbnail:before {
  content: "";
}
.cart_item .product-thumbnail .attachment-woocommerce_thumbnail {
  max-width: 50px;
  height: auto;
}
.cart_item .product-name {
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .cart_item .product-name {
    width: 50%;
  }
}
.cart_item .product-name a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #2F5426;
  transition: 0.3s all;
}
.cart_item .product-name a:hover {
  color: #1da438;
}
@media screen and (min-width: 992px) {
  .cart_item .product-subtotal {
    width: 280px;
  }
}
.cart_item .quantity {
  display: inline-block;
}
.cart_item .quantity input[type=number] {
  width: 80px;
  padding: 10px 15px;
  border-radius: 0;
  border: 1px solid #6C809A;
}
.cart_item .quantity + .remove {
  display: inline-block;
  text-decoration: none;
  color: #0D1821;
  background-color: #F1F2EB;
  width: 25px;
  height: 40px;
  line-height: 40px;
  margin-left: -3px;
  text-align: center;
  transition: 0.3s all;
}
.cart_item .quantity + .remove:hover {
  background-color: #2F5426;
  color: #ffffff;
}

.woocommerce-Price-currencySymbol {
  margin-right: 4px;
}

.woocommerce-form-login-toggle {
  margin-bottom: 30px;
}

.woocommerce-checkout .col2-set {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .woocommerce-checkout .col2-set {
    flex-direction: row;
  }
}
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
  flex: 1;
  padding-right: 60px;
}
.woocommerce-checkout label {
  display: block;
  font-size: 14px;
}
.woocommerce-checkout abbr {
  text-decoration: none;
}
.woocommerce-checkout #customer_details {
  margin-bottom: 30px;
}
.woocommerce-checkout #order_review th {
  text-align: left;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
  padding-bottom: 10px;
}
.woocommerce-checkout #order_review .wc_payment_method input[type=radio] {
  display: none;
}
.woocommerce-checkout #order_review .wc_payment_method label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 240px;
  padding: 10px;
  justify-content: flex-end;
  background-color: white;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
}
.woocommerce-checkout #order_review .wc_payment_method label img {
  margin-right: 10px;
}
.woocommerce-checkout #order_review .woocommerce-shipping-methods {
  list-style: none;
  padding: 30px;
  background-color: #F1F2EB;
}
.woocommerce-checkout #order_review .woocommerce-shipping-methods li {
  display: flex;
  margin: 5px 0;
}
.woocommerce-checkout #order_review .woocommerce-shipping-methods .shipping_method {
  margin-right: 10px;
}
.woocommerce-checkout #order_review .woocommerce-shipping-methods label {
  display: inline-block;
  margin-left: 10px;
}
.woocommerce-checkout #order_review .wc_payment_methods {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 60px 0 0;
  padding: 30px;
  background-color: #F1F2EB;
}
.woocommerce-checkout #order_review .wc_payment_methods li {
  margin-right: 10px;
}
.woocommerce-checkout #order_review .cart_item .product-name {
  width: auto;
}
.woocommerce-checkout .form-row input[type=text],
.woocommerce-checkout .form-row input[type=email],
.woocommerce-checkout .form-row input[type=tel],
.woocommerce-checkout .form-row textarea {
  box-shadow: none;
  border: 1px solid #F1F2EB;
  padding: 10px 15px;
  width: 100%;
}
.woocommerce-checkout .form-row select + span .select2-selection {
  border: 1px solid #F1F2EB;
}
.woocommerce-checkout .form-row.woocommerce-invalid input[type=text],
.woocommerce-checkout .form-row.woocommerce-invalid input[type=email],
.woocommerce-checkout .form-row.woocommerce-invalid input[type=tel] {
  border: 1px solid red;
}
.woocommerce-checkout .form-row.woocommerce-invalid select + span .select2-selection {
  border: 1px solid red;
}

.cart-collaterals .woocommerce-shipping-methods {
  list-style: none;
  padding: 0px;
  background-color: #F1F2EB;
}
.cart-collaterals .woocommerce-shipping-methods li {
  display: flex;
  margin: 5px 0;
}
.cart-collaterals .woocommerce-shipping-methods .shipping_method {
  margin-right: 10px;
}
.cart-collaterals .woocommerce-shipping-methods input[type=radio] {
  margin-right: 10px;
}
.cart-collaterals .woocommerce-shipping-methods label {
  display: inline-block;
}
.cart-collaterals .woocommerce-shipping-destination {
  font-size: 12px;
  line-height: 16px;
}

/**
 * General WooCommerce components
 */
main .woocommerce {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.cart-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 40px;
  height: 32px;
}
.cart-button svg {
  position: relative;
  width: 32px;
  height: 32px;
}
.cart-button span {
  position: absolute;
  top: -4px;
  right: 0px;
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  background-color: #FE9000;
  color: #F1F2EB;
  font-size: 12px;
  font-weight: 700;
  border-radius: 12px;
}

.woocommerce-breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
}
.woocommerce-breadcrumb svg {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.woocommerce-breadcrumb a {
  text-decoration: none;
}

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

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

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #2F5426;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #2F5426;
}

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

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-error {
  background-color: #e2401c;
  color: white;
  list-style: none;
  margin: 30px 0;
  padding: 15px;
}
.woocommerce-error li:last-of-type {
  margin-bottom: 0;
}

.wc-block-grid__product-title {
  font-size: 18px;
  line-height: 22px;
  color: #1da438;
  text-align: center;
}

.wc-block-grid__product-price {
  display: 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: red;
  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: red;
}
.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 */
