@charset "UTF-8";
/*
Theme Name: Forklift
Author: Deborah Lykins
Author URI: https://www.zocalodesign.com
Description: Custom Theme by Zócalo Design
Version: 1.0.0
Text Domain: forklift

WooCommerce styles override
*/
/* Gutenberg color options*/
.has-red-color {
  color: #9f1922;
}
.has-red-color a, .has-red-color a:visited {
  color: #9f1922;
}
.has-red-color a:hover {
  color: #731219;
}
.is-style-outline .has-red-color {
  color: #9f1922;
}
.is-style-outline .has-red-color:hover {
  color: #470b0f;
}
.has-red-color.button {
  border-color: #9f1922;
}

.has-red-background-color {
  background-color: #9f1922;
}

a:hover.has-red-background-color {
  background-color: #731219;
}

.has-darkred-color {
  color: #86151d;
}
.has-darkred-color a, .has-darkred-color a:visited {
  color: #86151d;
}
.has-darkred-color a:hover {
  color: #5a0e13;
}
.is-style-outline .has-darkred-color {
  color: #86151d;
}
.is-style-outline .has-darkred-color:hover {
  color: #2e070a;
}
.has-darkred-color.button {
  border-color: #86151d;
}

.has-darkred-background-color {
  background-color: #86151d;
}

a:hover.has-darkred-background-color {
  background-color: #5a0e13;
}

.has-gold-color {
  color: #9d6a01;
}
.has-gold-color a, .has-gold-color a:visited {
  color: #9d6a01;
}
.has-gold-color a:hover {
  color: #6a4801;
}
.is-style-outline .has-gold-color {
  color: #9d6a01;
}
.is-style-outline .has-gold-color:hover {
  color: #382600;
}
.has-gold-color.button {
  border-color: #9d6a01;
}

.has-gold-background-color {
  background-color: #9d6a01;
}

a:hover.has-gold-background-color {
  background-color: #6a4801;
}

.has-blue-color {
  color: #7dbbe7;
}
.has-blue-color a, .has-blue-color a:visited {
  color: #7dbbe7;
}
.has-blue-color a:hover {
  color: #52a4df;
}
.is-style-outline .has-blue-color {
  color: #7dbbe7;
}
.is-style-outline .has-blue-color:hover {
  color: #288ed6;
}
.has-blue-color.button {
  border-color: #7dbbe7;
}

.has-blue-background-color {
  background-color: #7dbbe7;
}

a:hover.has-blue-background-color {
  background-color: #52a4df;
}

.has-gray-color {
  color: #333333;
}
.has-gray-color a, .has-gray-color a:visited {
  color: #333333;
}
.has-gray-color a:hover {
  color: #1a1a1a;
}
.is-style-outline .has-gray-color {
  color: #333333;
}
.is-style-outline .has-gray-color:hover {
  color: black;
}
.has-gray-color.button {
  border-color: #333333;
}

.has-gray-background-color {
  background-color: #333333;
}

a:hover.has-gray-background-color {
  background-color: #1a1a1a;
}

.has-lightgray-color {
  color: #999999;
}
.has-lightgray-color a, .has-lightgray-color a:visited {
  color: #999999;
}
.has-lightgray-color a:hover {
  color: gray;
}
.is-style-outline .has-lightgray-color {
  color: #999999;
}
.is-style-outline .has-lightgray-color:hover {
  color: #666666;
}
.has-lightgray-color.button {
  border-color: #999999;
}

.has-lightgray-background-color {
  background-color: #999999;
}

a:hover.has-lightgray-background-color {
  background-color: gray;
}

.has-verylightgray-color {
  color: #e9e7e7;
}
.has-verylightgray-color a, .has-verylightgray-color a:visited {
  color: #e9e7e7;
}
.has-verylightgray-color a:hover {
  color: #d1cccc;
}
.is-style-outline .has-verylightgray-color {
  color: #e9e7e7;
}
.is-style-outline .has-verylightgray-color:hover {
  color: #b8b2b2;
}
.has-verylightgray-color.button {
  border-color: #e9e7e7;
}

.has-verylightgray-background-color {
  background-color: #e9e7e7;
}

a:hover.has-verylightgray-background-color {
  background-color: #d1cccc;
}

.has-white-color {
  color: #ffffff;
}
.has-white-color a, .has-white-color a:visited {
  color: #ffffff;
}
.has-white-color a:hover {
  color: #e6e6e6;
}
.is-style-outline .has-white-color {
  color: #ffffff;
}
.is-style-outline .has-white-color:hover {
  color: #cccccc;
}
.has-white-color.button {
  border-color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

a:hover.has-white-background-color {
  background-color: #e6e6e6;
}

.has-black-color {
  color: #030303;
}
.has-black-color a, .has-black-color a:visited {
  color: #030303;
}
.has-black-color a:hover {
  color: black;
}
.is-style-outline .has-black-color {
  color: #030303;
}
.is-style-outline .has-black-color:hover {
  color: black;
}
.has-black-color.button {
  border-color: #030303;
}

.has-black-background-color {
  background-color: #030303;
}

a:hover.has-black-background-color {
  background-color: black;
}

/*********************
BREAKPOINTS
*********************/
/**
 * Shop tables
 */
/**
 * 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 {
  text-align: left;
  position: absolute;
}
@media (min-width: 51em) {
  table.shop_table_responsive tr td.product-remove {
    position: relative;
  }
}
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;
}

.quantity h2 {
  display: none;
}

input.input-text.qty.text {
  width: 70px;
  padding: 0.25em 1em;
}

.product-thumbnail img {
  width: 80px;
  height: 80px;
}

.coupon {
  display: none;
}

button[name=update_cart] {
  width: 100%;
  margin-top: 0.5em;
}
@media (min-width: 51em) {
  button[name=update_cart] {
    float: right;
    width: auto;
    margin-top: 0;
  }
}

td.product-subtotal, td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
  padding-bottom: 1em;
}

@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;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1em 0 0.5em;
  }
  table.shop_table_responsive tr td:before {
    display: none;
  }
}
table.shop_table.woocommerce-checkout-review-order-table, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  text-align: left;
}
table.shop_table.woocommerce-checkout-review-order-table td, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
  border-bottom: 1px solid #c1c1c1bf;
  padding-left: 5px;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
  text-align: right;
  padding-right: 5px;
}

td.product-thumbnail:before {
  display: none;
}

a.remove {
  background-color: #9f1922;
  padding: 3px 10px 3px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  border-radius: 999px;
  top: -3px;
  color: #fff;
}

/**
 * Products
 */
/**
* Filter & Sort
**/
p.woocommerce-result-count {
  display: none;
}
@media (min-width: 51em) {
  p.woocommerce-result-count {
    display: inline-block;
    position: relative;
    top: -14px;
  }
}

form.woocommerce-ordering {
  display: none;
}
@media (min-width: 51em) {
  form.woocommerce-ordering {
    display: inline-block;
    margin: 0 0 0 auto;
    float: right;
  }
}

ul.products {
  width: 100%;
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  min-width: 100%;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
  text-align: center;
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 0.9rem;
  text-transform: capitalize;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  margin-top: 0.8em;
  line-height: 22px;
}
ul.products li.product img {
  display: block;
  margin: auto;
}
ul.products li.product .button {
  display: block;
}
ul.products li.product a {
  color: #333333;
}
ul.products li.product a:hover {
  color: #9f1922;
}
ul.products li.product:hover span.price del {
  color: #9f1922;
  transition: 0.5s;
}
ul.products li.product:hover h2 {
  color: #9f1922;
  transition: 0.5s;
}
ul.products li.product:hover a {
  color: #9f1922;
  transition: 0.5s;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }

  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }

  ul.products.columns-2 li.product {
    width: 48.1%;
  }

  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }

  ul.products.columns-4 li.product {
    width: 22.15%;
  }

  ul.products.columns-5 li.product {
    width: 16.96%;
  }

  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
body.archive, section.related.products {
  /*a.button.product_type_variable.add_to_cart_button, a.button.product_type_grouped {
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: .5px;
  } */
}
body.archive ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, body.archive ul.products li.product a.button.product_type_variable.add_to_cart_button, body.archive ul.products li.product a.button.product_type_grouped, section.related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, section.related.products ul.products li.product a.button.product_type_variable.add_to_cart_button, section.related.products ul.products li.product a.button.product_type_grouped {
  display: none;
}
body.archive span.onsale, section.related.products span.onsale {
  position: absolute;
  left: 5px;
}

del {
  color: #ababab;
}

ins {
  background: transparent;
}

/* Pagination */
nav.woocommerce-pagination {
  text-align: center;
}
nav.woocommerce-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.woocommerce-pagination ul li {
  display: inline-block;
}
nav.woocommerce-pagination ul li span.page-numbers.current {
  padding: 0.5em;
}
nav.woocommerce-pagination ul li a {
  padding: 0.5em;
}

/**
 * Single product
 */
.single-product .content-area {
  max-width: 1100px;
  margin-bottom: 2em;
}
.single-product div.product {
  content: "";
  display: table;
  table-layout: fixed;
  position: relative;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.45px;
}
@media (min-width: 51em) {
  .single-product div.product span.onsale {
    float: left;
  }
}
.single-product div.product h1.product_title.entry-title {
  text-align: left;
  color: inherit;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 51em) {
  .single-product div.product .summary.entry-summary {
    float: left;
    width: 45%;
    margin-left: 7%;
    margin-bottom: 2em;
  }
}
.single-product div.product .summary.entry-summary p.price {
  font-size: 16px;
  letter-spacing: 1.25px;
  margin: 0 0 0.5em;
}
.single-product div.product .summary.entry-summary input.input-text.qty.text {
  width: 60px;
  padding: 0.5em 0.25em 0.5em 1em;
  border: 1px solid #bbb;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.single-product div.product .summary.entry-summary .quantity {
  margin: 1em 0 1.5em;
}
.single-product div.product .summary.entry-summary .quantity:before {
  content: "QTY";
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: 0.7;
}
.single-product div.product .summary.entry-summary h2 {
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 0.35em;
  letter-spacing: 1.2px;
  display: block;
  color: #333333;
}
.single-product div.product .summary.entry-summary p {
  margin: 0 0 1em;
}
.single-product div.product button {
  background: #9d6a01;
  border-color: #9d6a01;
  color: #fff;
  width: 100%;
  padding: 1em;
  font-size: 1.2em;
}
.single-product div.product button:hover {
  background: #6a4801;
  border-color: #6a4801;
  transition: 0.5s;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
  clear: both;
}
@media (min-width: 51em) {
  .single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left;
    width: 48%;
    clear: 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 {
  content: "";
  display: table;
  table-layout: fixed;
  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.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.single-product div.product .product_meta {
  margin-bottom: 1.5em;
}
.single-product div.product .product_meta span.posted_in {
  display: none;
}
.single-product div.product .product_meta span.sku_wrapper {
  display: none;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #beddf3;
}
.stock.out-of-stock {
  color: #9f1922;
}

a.reset_variations {
  margin-left: 10px;
}

section.related.products {
  border-top: 1px solid #999999;
  clear: both;
}
section.related.products h2 {
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin: 1.5em 0;
}

.cart_totals h2 {
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin: 1.5em 0;
}

/**
 * Checkout
 */
/**
 * Checkout
 */
body.woocommerce-checkout h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
}
body.woocommerce-checkout #primary .colfull, body.woocommerce-checkout article.hentry {
  max-width: 1500px;
}
body.woocommerce-checkout .entry-content .woocommerce p {
  padding: 0;
  margin: 0.5em 0;
}
body.woocommerce-checkout .entry-content form.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.woocommerce-checkout .entry-content form.checkout.woocommerce-checkout .col2-set {
  flex: 0 1 50%;
}
@media (min-width: 51em) {
  body.woocommerce-checkout .entry-content form.checkout.woocommerce-checkout .col2-set {
    padding-left: 1em;
  }
}
body.woocommerce-checkout .entry-content form.checkout.woocommerce-checkout p {
  padding: 0;
}
body.woocommerce-checkout span.woocommerce-input-wrapper input {
  width: 100%;
  padding: 0.5em;
  border: 1px solid rgba(77, 77, 79, 0.38);
}

.woocommerce-billing-fields label, .woocommerce-shipping-fields label, .woocommerce-additional-fields label {
  display: block;
}

/**
* Cart 
*/
@media (min-width: 51em) {
  .cart-collaterals {
    width: 50%;
    margin: auto 0 auto auto;
  }
}

a.checkout-button.button.alt.wc-forward {
  border: 1px solid;
  border-color: #9d6a01;
  border-radius: 0px;
  background: #9d6a01;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  display: block;
  text-align: center;
}

.coupon label {
  display: none;
}

input#coupon_code {
  border-color: rgba(0, 0, 0, 0.15);
  padding: 0.32em;
  width: 48%;
}

button[name=apply_coupon] {
  background: #9d6a01;
  border-color: #9d6a01;
  color: #fff;
  padding: 0.75em 1em 0.7em;
  width: 50%;
}

@media (min-width: 51em) {
  form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first, form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
    display: inline;
  }
}
form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
  width: 100%;
}
@media (min-width: 51em) {
  form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
    width: 50%;
  }
}
@media (min-width: 65em) {
  form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
    padding: 0.6em 1em 0.7em;
  }
}
form.checkout_coupon.woocommerce-form-coupon button[name=apply_coupon] {
  width: 100%;
  padding: 1em;
}
@media (min-width: 51em) {
  form.checkout_coupon.woocommerce-form-coupon button[name=apply_coupon] {
    width: 49%;
  }
}

form .required {
  text-decoration: none;
}

/**
* Payments 
**/
ul.wc_payment_methods.payment_methods.methods {
  list-style: none;
  margin: 0;
  padding: 1em;
}

button#place_order {
  width: 100%;
  max-width: 502px;
  margin: auto;
  display: block;
  padding: 1em;
}

.payment_box.payment_method_square fieldset {
  border: 0px solid;
  border-color: lightgray;
  margin-top: 1em;
}

.woocommerce-terms-and-conditions-wrapper {
  padding: 1em 2em;
}

/** 
* Order Received
**/
.woocommerce-order {
  max-width: 840px;
  margin: auto;
}
.woocommerce-order h2 {
  text-align: left;
  margin: 0.5em 0;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  list-style: none;
  margin: 0;
  padding: 1em 0;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  margin-bottom: 0.5em;
}

section.woocommerce-columns.woocommerce-columns--2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.woocommerce-column.woocommerce-column--1, .woocommerce-column.woocommerce-column--2 {
  flex: 0 1 420px;
}

section.woocommerce-order-details {
  padding: 1em;
  background: #9d6a01;
  margin-bottom: 1em;
}

ul#shipping_method {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul#shipping_method input {
  margin-right: 1em;
  top: -2px;
  position: relative;
}

/* little hack for hiding large order shipping 
ul#shipping_method li:nth-of-type(2) {
    display: none;
}*/
.cart_totals table tbody tr th {
  padding: 0 1.5em 0 0;
}

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
.col2-set .form-row-last {
    width: 48.1%;
  }
}
form.checkout_coupon.woocommerce-form-coupon {
  /* margin-bottom: 2em; */
  max-width: 1000px;
  margin: 0 auto 2em;
}

form.checkout.woocommerce-checkout {
  margin-top: 2em;
}

body.woocommerce-checkout .entry-content .woocommerce form.woocommerce-form.woocommerce-form-login.login {
  max-width: 1000px;
  margin: auto;
}
body.woocommerce-checkout .entry-content .woocommerce form.woocommerce-form.woocommerce-form-login.login p.form-row {
  width: 47%;
  display: inline-block;
  margin: 0.5em 0.5em;
}

/**
 * Checkout
 */
@media (min-width: 41.625em) {
  .woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
  }
}
.woocommerce-account .woocommerce h2 {
  flex: 1 1 100%;
}

nav.woocommerce-MyAccount-navigation {
  max-width: 20rem;
  margin: auto;
}
@media (min-width: 41.625em) {
  nav.woocommerce-MyAccount-navigation {
    flex: 0 0 10rem;
    margin: 0;
    padding-top: 1rem;
  }
}
nav.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
nav.woocommerce-MyAccount-navigation ul li a {
  padding: 0.875em 0;
  display: block;
  color: #9d6a01;
}
nav.woocommerce-MyAccount-navigation ul li a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -0.125em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f15c";
  line-height: 1.618;
  margin-left: 0.5407911001em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: 0.25;
}

@media (min-width: 41.625em) {
  .woocommerce-MyAccount-content {
    flex: 1 1 70%;
  }
}
.woocommerce-MyAccount-content .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
  margin: 0 2em 0 0;
}

.woocommerce-MyAccount-navigation ul li.is-active a::before {
  opacity: 1;
}

.woocommerce-MyAccount-navigation ul li a:hover::before {
  opacity: 1;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f3fd";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f291";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f1c6";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f015";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
  content: "\f021";
}

/**
* Login 
**/
.u-columns.col2-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}

.u-column1.col-1, .u-column2.col-2 {
  flex: 0 1 48%;
}

input#rememberme {
  width: auto;
}

div#customer_login h2 {
  text-align: left;
}

form.woocommerce-form-login label, form.woocommerce-form-register label, form.woocommerce-EditAccountForm.edit-account label {
  display: block;
}
form.woocommerce-form-login input, form.woocommerce-form-register input, form.woocommerce-EditAccountForm.edit-account input {
  width: 100%;
}
form.woocommerce-form-login fieldset, form.woocommerce-form-register fieldset, form.woocommerce-EditAccountForm.edit-account fieldset {
  background: #ffffff;
  border: 0;
  padding-top: 2.5em;
}
form.woocommerce-form-login legend, form.woocommerce-form-register legend, form.woocommerce-EditAccountForm.edit-account legend {
  position: relative;
  top: 2.25em;
  text-transform: uppercase;
  font-weight: 500;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  margin: 2em 0 0;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline input {
  display: inline;
  width: auto;
}

a.woocommerce-Button.button {
  background: #9f1922;
  color: #fff;
}

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

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: #030303;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #030303;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #7dbbe7;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #7dbbe7;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #030303;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #7dbbe7;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #999999;
}
.woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0;
  position: relative;
  margin-right: 2em;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce-tabs ul.tabs li a:hover {
  color: #7dbbe7;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #7dbbe7;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  margin-top: 1rem;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}
.woocommerce-tabs .panel h2 {
  display: none;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #beddf3;
}
.woocommerce-password-strength.short {
  color: #9f1922;
}
.woocommerce-password-strength.bad {
  color: #9f1922;
}
.woocommerce-password-strength.good {
  color: #7dbbe7;
}

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

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  background-color: #beddf3;
  clear: both;
  width: 100%;
  padding: 1em;
  margin-top: 1em;
}
.woocommerce-message a.button.wc-forward,
.woocommerce-info a.button.wc-forward,
.woocommerce-error a.button.wc-forward,
.woocommerce-noreviews a.button.wc-forward,
p.no-comments a.button.wc-forward {
  color: #fff;
  float: right;
  background-color: #9f1922;
}

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

.woocommerce-error {
  background-color: #9f1922;
}

.woocommerce-noreviews {
  background-color: transparent;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #7dbbe7;
  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: #7dbbe7;
  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: #7dbbe7;
}
.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 */
