@charset "UTF-8";
.c-woo-archive__header {
  padding: 3rem 0.625rem 4rem;
}
.c-woo-archive__header h2 {
  margin-bottom: 0;
  font-size: 4rem;
}
.c-woo-archive__wrapper {
  padding: 0 0.625rem;
}
.c-woo-archive__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
}
.c-woo-archive__meta > p {
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .c-woo-archive__meta {
    display: block;
  }
}

.c-products {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 47.9375em) {
  .c-products.has-1-columns\@small .c-product {
    width: calc(100%/1);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-products.has-1-columns\@medium .c-product {
    width: calc(100%/1);
  }
}
@media screen and (min-width: 64em) {
  .c-products.has-1-columns\@large .c-product {
    width: calc(100%/1);
  }
}
@media screen and (max-width: 47.9375em) {
  .c-products.has-2-columns\@small .c-product {
    width: calc(100%/2);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-products.has-2-columns\@medium .c-product {
    width: calc(100%/2);
  }
}
@media screen and (min-width: 64em) {
  .c-products.has-2-columns\@large .c-product {
    width: calc(100%/2);
  }
}
@media screen and (max-width: 47.9375em) {
  .c-products.has-3-columns\@small .c-product {
    width: calc(100%/3);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-products.has-3-columns\@medium .c-product {
    width: calc(100%/3);
  }
}
@media screen and (min-width: 64em) {
  .c-products.has-3-columns\@large .c-product {
    width: calc(100%/3);
  }
}
@media screen and (max-width: 47.9375em) {
  .c-products.has-4-columns\@small .c-product {
    width: calc(100%/4);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-products.has-4-columns\@medium .c-product {
    width: calc(100%/4);
  }
}
@media screen and (min-width: 64em) {
  .c-products.has-4-columns\@large .c-product {
    width: calc(100%/4);
  }
}
@media screen and (max-width: 47.9375em) {
  .c-products.has-5-columns\@small .c-product {
    width: calc(100%/5);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-products.has-5-columns\@medium .c-product {
    width: calc(100%/5);
  }
}
@media screen and (min-width: 64em) {
  .c-products.has-5-columns\@large .c-product {
    width: calc(100%/5);
  }
}
@media screen and (max-width: 47.9375em) {
  .c-products.has-6-columns\@small .c-product {
    width: calc(100%/6);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-products.has-6-columns\@medium .c-product {
    width: calc(100%/6);
  }
}
@media screen and (min-width: 64em) {
  .c-products.has-6-columns\@large .c-product {
    width: calc(100%/6);
  }
}
.c-products .c-product {
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
  position: relative;
}
.c-products .c-product__inner {
  position: relative;
}
.c-products .c-product__inner .woocommerce-LoopProduct-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-products .c-product__inner:hover .c-product__buttons {
  opacity: 1;
}
.c-products .c-product__thumbnail {
  position: relative;
}
.c-products .c-product__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.c-products .c-product__badges {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.c-products .c-product__badges span {
  padding: 0.25rem 0.875rem;
  color: #fff;
  position: relative;
  background: #1f1f1f;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.2;
}
.c-products .c-product__buttons {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .c-products .c-product__buttons {
    opacity: 1;
  }
}
.c-products .c-product__button a {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1rem 2.5rem;
  border: 1px solid #1f1f1f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.6875rem;
  z-index: 3;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}
.c-products .c-product__button a:hover {
  background: #fff;
  color: #1f1f1f;
}
.c-products .c-product__button a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  display: none;
}
.c-products .c-product__header {
  margin: 1.5rem 0 1.5rem;
  position: relative;
}
.c-products .c-product__header .price {
  position: absolute;
  right: 0;
  top: 0.25rem;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #1f1f1f;
}
.c-products .c-product__header .price del {
  margin-right: 0.25rem;
  color: #777;
}
.c-products .c-product__header .price ins {
  text-decoration: none;
}
.c-products .c-product__title {
  margin-bottom: 0.25rem;
  padding-right: 5.75rem;
}
.c-products .c-product__cats {
  display: block;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #1f1f1f;
}
.c-products .c-product__cats a {
  color: #777;
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 2;
}
.c-products .c-product__cats a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 1px;
  width: calc(100% - 1px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-products .c-product__cats a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

.woocommerce-pagination {
  margin-top: 2rem;
}
.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2.25rem;
  font-size: 1rem;
  font-weight: 500;
  list-style: none;
  margin: 0;
}
.woocommerce-pagination .page-numbers span:not(.dots):not(.current):not(.thefutur-icons), .woocommerce-pagination .page-numbers a:not(.prev):not(.next) {
  color: #1f1f1f;
  display: inline-block;
  position: relative;
  padding: 0 0.125rem;
  margin: 0 0.75rem;
}
.woocommerce-pagination .page-numbers span:not(.dots):not(.current):not(.thefutur-icons)::before, .woocommerce-pagination .page-numbers a:not(.prev):not(.next)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.woocommerce-pagination .page-numbers span:not(.dots):not(.current):not(.thefutur-icons):hover::before, .woocommerce-pagination .page-numbers a:not(.prev):not(.next):hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.woocommerce-pagination .page-numbers a.prev, .woocommerce-pagination .page-numbers a.next {
  color: #1f1f1f;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 0.25rem;
  font-size: 0.75rem;
}
.woocommerce-pagination .page-numbers a.prev {
  margin-right: 2rem;
}
.woocommerce-pagination .page-numbers a.next {
  margin-left: 2rem;
}
.woocommerce-pagination .page-numbers .dots, .woocommerce-pagination .page-numbers .current {
  padding: 0 0.125rem;
  margin: 0 0.75rem;
  color: #1f1f1f;
}
.woocommerce-pagination .page-numbers .current {
  position: relative;
}
.woocommerce-pagination .page-numbers .current::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform-origin: 100% 50%;
}

.c-woo-sidebar-widget {
  /*-------------------------------------------------------------------

  ==  Filter Price

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Active Filters

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Product cats

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Layered nav

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Rating filter

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Product

  -------------------------------------------------------------------*/
}
.c-woo-sidebar-widget.widget_product_categories > h5, .c-woo-sidebar-widget.widget_layered_nav > h5, .c-woo-sidebar-widget.widget_product_tag_cloud > h5 {
  margin-bottom: 0.75rem;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider {
  position: relative;
  height: 1px;
  background: #ccc;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider .ui-slider-range {
  background: #1f1f1f;
  display: inline-block;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider .ui-slider-handle {
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  border: none;
  border-radius: 50%;
  top: -0.3125rem;
  position: absolute;
  z-index: 2;
  background-color: #1f1f1f;
  cursor: ew-resize;
  outline: 0;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider .ui-slider-handle:last-of-type {
  transform: translateX(-10px);
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider_amount .price_label {
  text-align: left;
  width: 100%;
  font-size: 1rem;
  color: #1f1f1f;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider_amount button {
  margin-top: 1.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  padding: 0.75rem 1.875rem;
  font-size: 0.625rem;
  border: 1px solid #1f1f1f;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  text-align: center;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider_amount button:hover {
  background: transparent;
  color: #1f1f1f;
}
.c-woo-sidebar-widget.widget_layered_nav_filters ul li.chosen a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.c-woo-sidebar-widget.widget_layered_nav_filters ul li.chosen a span {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.c-woo-sidebar-widget.widget_product_categories ul li {
  position: relative;
}
.c-woo-sidebar-widget.widget_product_categories ul li a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
  color: #777;
}
.c-woo-sidebar-widget.widget_product_categories ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-woo-sidebar-widget.widget_product_categories ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-woo-sidebar-widget.widget_product_categories .count {
  position: absolute;
  right: 0;
}
.c-woo-sidebar-widget.widget_product_categories .children {
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
  list-style: none;
}
.c-woo-sidebar-widget.widget_product_categories > ul li > ul li a::before {
  content: "-";
  color: #777;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-woo-sidebar-widget.widget_product_categories > ul li > ul li a::after {
  width: calc(100% - 19px);
  left: 1.0625rem;
}
.c-woo-sidebar-widget.widget_product_categories > ul li > ul li > ul li a::before {
  content: "--";
}
.c-woo-sidebar-widget.widget_product_categories > ul li > ul li > ul li a::after {
  width: calc(100% - 30px);
  left: 1.75rem;
}
.c-woo-sidebar-widget.widget_layered_nav ul li {
  position: relative;
}
.c-woo-sidebar-widget.widget_layered_nav ul li a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
  color: #777;
}
.c-woo-sidebar-widget.widget_layered_nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-woo-sidebar-widget.widget_layered_nav ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-woo-sidebar-widget.widget_layered_nav .count {
  position: absolute;
  right: 0;
}
.c-woo-sidebar-widget.widget_layered_nav .children {
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
  list-style: none;
}
.c-woo-sidebar-widget.widget_layered_nav > ul li > ul li a::before {
  content: "-";
  color: #777;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-woo-sidebar-widget.widget_layered_nav > ul li > ul li a::after {
  width: calc(100% - 19px);
  left: 1.0625rem;
}
.c-woo-sidebar-widget.widget_layered_nav > ul li > ul li > ul li a::before {
  content: "--";
}
.c-woo-sidebar-widget.widget_layered_nav > ul li > ul li > ul li a::after {
  width: calc(100% - 30px);
  left: 1.75rem;
}
.c-woo-sidebar-widget.widget_rating_filter ul li a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.c-woo-sidebar-widget.widget_rating_filter ul li a .star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 0.8125rem;
  letter-spacing: 0.3125rem;
}
.c-woo-sidebar-widget.widget_rating_filter ul li a .star-rating::before {
  content: "";
  color: #777;
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-woo-sidebar-widget.widget_rating_filter ul li a .star-rating > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.c-woo-sidebar-widget.widget_rating_filter ul li a .star-rating > span::before {
  content: "";
  color: #1f1f1f;
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-woo-sidebar-widget.widget_products ul li, .c-woo-sidebar-widget.widget_recently_viewed_products ul li {
  padding-bottom: 18px;
  display: flex;
  margin-bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1161px) {
  .c-woo-sidebar-widget.widget_products ul li, .c-woo-sidebar-widget.widget_recently_viewed_products ul li {
    flex-direction: column;
  }
}
.c-woo-sidebar-widget.widget_products ul li:last-child, .c-woo-sidebar-widget.widget_recently_viewed_products ul li:last-child {
  padding-bottom: 0;
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-image, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-image {
  padding-right: 14px;
}
@media (min-width: 1024px) and (max-width: 1161px) {
  .c-woo-sidebar-widget.widget_products ul li .woo-widget-products-image, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-image {
    padding-right: 0;
    padding-bottom: 14px;
  }
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-image img, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-image img {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-content, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-content {
  align-self: center;
}
@media (min-width: 1024px) and (max-width: 1161px) {
  .c-woo-sidebar-widget.widget_products ul li .woo-widget-products-content, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-content {
    align-self: flex-start;
  }
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-content .woo-widget-products-title, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-content .woo-widget-products-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-content .woo-widget-products-price, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-content .woo-widget-products-price {
  font-size: 16px;
  display: block;
  color: #1f1f1f;
  font-weight: 500;
  margin-bottom: 2px;
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-content .woo-widget-products-price del, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-content .woo-widget-products-price del {
  margin-right: 0.125rem;
  color: #777;
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-content .woo-widget-products-price ins, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-content .woo-widget-products-price ins {
  text-decoration: none;
}

.woocommerce-ordering .select2 {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  font-weight: 600;
}
.woocommerce-ordering .select2 .select2-selection.select2-selection--single {
  padding: 0.375rem 0;
  background-color: transparent;
  border: none;
  display: block;
  height: 2.5rem;
  margin: 0;
  line-height: 2.5rem;
  font-weight: 600;
  background-color: transparent;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border-bottom: 1px solid #1f1f1f;
}
.woocommerce-ordering .select2 .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.woocommerce-ordering .select2 .select2-selection.select2-selection--single .select2-selection__arrow {
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  font-size: 0.625rem;
  color: #1f1f1f;
  right: -0.4375rem;
  top: 0;
}
.woocommerce-ordering .select2 .select2-selection.select2-selection--single .select2-selection__arrow::before {
  content: "";
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-ordering .select2 .select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container.woo_orderby {
  min-width: 17.5rem !important;
  max-height: 2.5rem;
}

body .select2-dropdown {
  background: #1f1f1f;
  border-color: #1f1f1f;
}

.select2-container--default .select2-results > .select2-results__options {
  position: relative;
  margin: 0;
  padding: 0.75rem 1rem;
  list-style: none;
  max-height: 16.25rem !important;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option {
  padding: 0.375rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: color 0.2s ease-out;
  cursor: pointer;
  margin-bottom: 0;
  color: #a3a4a4;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #fff;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option.select2-results__option--selected {
  background: transparent;
}
.select2-container--default.billing_country_dropdown .select2-dropdown, .select2-container--default.billing_state_dropdown .select2-dropdown {
  background: #dadadd;
  border-color: #1f1f1f;
}
.select2-container--default.billing_country_dropdown .select2-search, .select2-container--default.billing_state_dropdown .select2-search {
  display: block;
  padding: 14px 15px 2px;
}
.select2-container--default.billing_country_dropdown .select2-search .select2-search__field, .select2-container--default.billing_state_dropdown .select2-search .select2-search__field {
  width: 100%;
  padding: 4px 8px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  font-weight: inherit;
  color: #1f1f1f;
  background-color: #f7f8f9;
  border: 1px solid #1f1f1f;
  outline: 0;
  -webkit-appearance: none;
  height: 2rem;
}
.select2-container--default.billing_country_dropdown .select2-results > .select2-results__options .select2-results__option, .select2-container--default.billing_state_dropdown .select2-results > .select2-results__options .select2-results__option {
  color: #777;
}
.select2-container--default.billing_country_dropdown .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted, .select2-container--default.billing_state_dropdown .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #1f1f1f;
  background: transparent;
}
.select2-container--default.billing_country_dropdown .select2-results > .select2-results__options .select2-results__option[data-selected=true], .select2-container--default.billing_state_dropdown .select2-results > .select2-results__options .select2-results__option[data-selected=true] {
  background: transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1f1f1f;
}

.woocommerce-checkout .select2 .select2-selection.select2-selection--single, .variations_select.select2 .select2-selection.select2-selection--single {
  padding: 0.375rem 1.25rem;
  background-color: transparent;
  border: none;
  display: block;
  height: 2.5rem;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  outline: 0;
  border: 1px solid #a3a4a4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.woocommerce-checkout .select2 .select2-selection.select2-selection--single .select2-selection__rendered, .variations_select.select2 .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #1f1f1f;
}
.woocommerce-checkout .select2 .select2-selection.select2-selection--single .select2-selection__arrow, .variations_select.select2 .select2-selection.select2-selection--single .select2-selection__arrow {
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  font-size: 0.625rem;
  right: 0.625rem;
  color: #1f1f1f;
}
.woocommerce-checkout .select2 .select2-selection.select2-selection--single .select2-selection__arrow::before, .variations_select.select2 .select2-selection.select2-selection--single .select2-selection__arrow::before {
  content: "";
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-checkout .select2 .select2-selection.select2-selection--single .select2-selection__arrow b, .variations_select.select2 .select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}

.c-navigation-woocommerce {
  display: flex;
  height: 5.625rem;
  align-items: center;
  margin-left: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .c-navigation-woocommerce {
    display: none;
  }
}
.c-navigation-woocommerce.c-navigation-woocommerce--light .c-navigation-woocommerce__account a {
  color: #fff;
}
.c-navigation-woocommerce.c-navigation-woocommerce--light .c-navigation-woocommerce__cart-link {
  color: #fff;
}
.c-navigation-woocommerce.c-navigation-woocommerce--light .c-navigation-woocommerce__cart-count {
  background: #1f1f1f;
  color: #fff;
}
.c-navigation-woocommerce__account a {
  padding: 0.75rem 0.375rem;
  margin: 0 0.375rem;
}
.c-navigation-woocommerce__account .thefutur-icons {
  font-size: 1.125rem;
}
.c-navigation-woocommerce__cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin: 0 0.375rem;
}
.c-navigation-woocommerce__cart-link {
  padding: 2rem 0.375rem;
  position: relative;
}
.c-navigation-woocommerce__cart-count {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: -0.125rem;
  top: 1.75rem;
  height: 1rem;
  line-height: 1;
  min-width: 1rem;
  max-width: 1.875rem;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 0 0.25rem;
  font-weight: bold;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  background: #1f1f1f;
  color: #fff;
}
.c-navigation-woocommerce__cart-content {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  text-align: left;
  height: 0;
  overflow: hidden;
}
.c-navigation-woocommerce__cart-inner {
  position: relative;
  width: 100%;
  width: 18.75rem;
  padding: 1.625rem 1.5rem;
  background-color: #1f1f1f;
}
.c-navigation-woocommerce__cart .thefutur-icons {
  font-size: 1.125rem;
}

/*Mini-cart*/
.c-mini-cart__item {
  display: flex;
  margin-bottom: 1.5rem;
}
.c-mini-cart__item .blockUI {
  display: none !important;
}
.c-mini-cart__item:last-child {
  margin-bottom: 0;
}
.c-mini-cart__item-thumbnail {
  flex-shrink: 0;
  width: 5rem;
  margin-right: 1.25rem;
}
.c-mini-cart__item-thumbnail img {
  height: auto;
  width: 100%;
}
.c-mini-cart__item-content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 1.25rem;
}
.c-mini-cart__item-remove {
  display: inline-flex;
  position: absolute;
  right: 0;
  top: 0;
  color: #a3a4a4;
  transition: color 0.2s ease-out;
}
.c-mini-cart__item-remove .thefutur-icons {
  font-size: 0.5625rem;
}
.c-mini-cart__item-remove:hover {
  color: #fff;
}
.c-mini-cart__item-title {
  margin-bottom: 0.125rem;
}
.c-mini-cart__item-title a {
  color: #fff;
}
.c-mini-cart__item-quantity {
  font-size: 0.8125rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #a3a4a4;
  letter-spacing: 0.15em;
}
.c-mini-cart__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 1.25rem;
}
.c-mini-cart__subtotal-name {
  margin-bottom: 0;
  color: #a3a4a4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.c-mini-cart__subtotal-amount {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}
.c-mini-cart__buttons {
  display: block;
  margin-top: 1.25rem;
}
.c-mini-cart__buttons .c-mini-cart__button {
  display: block;
  padding: 0.875rem 2rem;
  font-size: 0.625rem;
  border: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  text-align: center;
}
.c-mini-cart__buttons .c-mini-cart__button:first-child {
  margin-bottom: 0.625rem;
}
.c-mini-cart__buttons .c-mini-cart__button--light {
  color: #fff;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}
.c-mini-cart__buttons .c-mini-cart__button--light:hover {
  background: #fff;
  color: #1f1f1f;
}
.c-mini-cart__buttons .c-mini-cart__button--white {
  background: #fff;
  color: #1f1f1f;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}
.c-mini-cart__buttons .c-mini-cart__button--white:hover {
  background: transparent;
  color: #fff;
}
.c-mini-cart__empty-message {
  color: #fff;
  margin-bottom: 0;
}

/*Cart*/
.woocommerce {
  position: relative;
}
.woocommerce .woocommerce-cart-form .blockUI.blockOverlay {
  background: #f7f8f9 !important;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents {
  font-size: 100%;
  width: 100%;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents thead th {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents thead {
    display: none;
  }
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents thead th {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  padding: 0.625rem 0.625rem;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody tr:last-child {
  border-bottom: none;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td {
  padding: 1rem 0.625rem;
  text-align: left;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td h6 {
  margin-bottom: 0;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-remove a.remove {
  transition: 0.2s ease-in color;
  color: #a3a4a4;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-remove a.remove:hover {
  background: transparent;
  color: inherit;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-thumbnail {
  width: 5rem;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-thumbnail img {
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-price, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-subtotal {
  font-weight: 500;
  font-size: 1rem;
  color: #1f1f1f;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-wrapper {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .quantity input[type=number] {
  font-size: 0.875rem;
  width: 3.125rem;
  padding: 0 0.625rem;
  height: 3.125rem;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  text-align: center;
  margin-bottom: 0;
  border-right: none;
  border-left: none;
  border-top: 1px solid #1f1f1f;
  border-color: #1f1f1f;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .quantity input[type=number]::-webkit-outer-spin-button, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-minus, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-plus {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #1f1f1f;
  cursor: pointer;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  color: #1f1f1f;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-minus:hover, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-plus:hover {
  background: #1f1f1f;
  color: #fff;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-minus::-moz-selection, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-plus::-moz-selection {
  background: transparent;
  color: inherit;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-minus::selection, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-plus::selection {
  background: transparent;
  color: inherit;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions {
  padding: 2.625rem 0 1.5rem;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper > button.button {
  margin-left: auto;
  opacity: 0.5;
  border: 1px solid #1f1f1f;
  padding: 1.0625rem 2.5625rem;
  cursor: default;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper > button.button[aria-disabled=false] {
  cursor: pointer;
  opacity: 1;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper > button.button[aria-disabled=false]:hover {
  background: transparent;
  color: #1f1f1f;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .coupon {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .coupon > label {
  display: none;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .coupon > input[type=text] {
  height: 3rem;
  width: 12.5rem;
  margin-bottom: 0;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .coupon > button.button {
  margin-left: 1.25rem;
  padding: 1.0625rem 2.5625rem;
  border: 1px solid #1f1f1f;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .coupon > button.button:hover {
  background: transparent;
  color: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody {
    display: block;
    border-top: 1px solid #dadadd;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody tr {
    display: block;
    text-align: center;
    padding: 1.25rem 0;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody tr:last-child {
    padding: 0.625rem 0;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td {
    display: block;
    text-align: center;
    padding: 0.5rem;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-remove, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-thumbnail {
    display: inline-block;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-remove {
    margin-left: -1.5625rem;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-wrapper {
    justify-content: center;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper > button.button {
    width: 100%;
    margin-left: 0;
    margin-top: 1.25rem;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper .coupon {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper .coupon > input[type=text] {
    width: 100%;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper .coupon > button.button {
    width: 100%;
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.woocommerce .cart-collaterals .blockUI.blockOverlay {
  background: #f7f8f9 !important;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table {
  font-size: 100%;
  width: 100%;
  margin-bottom: 2.375rem;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody td, .woocommerce .cart-collaterals .cart_totals table.shop_table thead th {
  border-top: none;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody th {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  padding: 0.625rem 0.625rem;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr {
  padding: 1rem 0.625rem;
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal td[data-title=Subtotal] {
  font-weight: 500;
  font-size: 1rem;
  color: #1f1f1f;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total td[data-title=Total] strong {
  font-weight: 500;
  font-size: 1rem;
  color: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals table.shop_table tbody {
    display: block;
    border-top: 1px solid #1f1f1f;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table tbody td {
    display: block;
    text-align: center;
    padding: 0.5rem;
  }
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1.0625rem 2.5625rem;
  border: 1px solid #1f1f1f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
  text-align: center;
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background: transparent;
  color: #1f1f1f;
}
.woocommerce .return-to-shop {
  margin-bottom: 0;
}
.woocommerce .return-to-shop a.button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1.0625rem 2.5625rem;
  border: 1px solid #1f1f1f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
  text-align: center;
  margin: 0;
}
.woocommerce .return-to-shop a.button:hover {
  background: transparent;
  color: #1f1f1f;
}

.woocommerce .woocommerce-notices-wrapper {
  color: #1f1f1f;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin: 0;
  margin-bottom: 1.875rem;
  list-style: none;
  background-color: transparent;
  border: 1px solid #1f1f1f;
  list-style: none;
  color: #1f1f1f;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error > li {
  margin-bottom: 0;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  display: block;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin-bottom: 1.875rem;
  list-style: none;
  background-color: transparent;
  border: 1px solid #1f1f1f;
}
.woocommerce .woocommerce-notices-wrapper .restore-item {
  display: inline-flex;
  color: #1f1f1f;
  position: relative;
}
.woocommerce .woocommerce-notices-wrapper .restore-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1875rem;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-notices-wrapper .restore-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1875rem;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce .woocommerce-notices-wrapper .restore-item:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce .woocommerce-notices-wrapper .restore-item:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce .cart-empty.woocommerce-info, .woocommerce .woocommerce-message, .woocommerce .woocommerce-Message {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin-bottom: 1.875rem;
  list-style: none;
  background-color: transparent;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 16.25rem;
  padding: 2.875rem 2.875rem;
  background-color: #1f1f1f;
  float: left;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0.375rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  position: relative;
  display: inline-block;
  line-height: 1.33;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  padding: 0.375rem 0;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 260px);
  padding: 0 4.0625rem;
  margin: 0 0 3.75rem;
  float: left;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    margin-top: 2.5rem;
    padding: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-content p {
  margin-top: 0.625rem;
}
.woocommerce-account .woocommerce-MyAccount-content p mark {
  background: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content p strong {
  font-weight: 400;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
  color: #1f1f1f;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-content p a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce-account .woocommerce-MyAccount-content p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce-account table.shop_table {
  font-size: 100%;
  width: 100%;
}
.woocommerce-account table.shop_table tbody td, .woocommerce-account table.shop_table thead th {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .woocommerce-account table.shop_table thead {
    display: none;
  }
}
.woocommerce-account table.shop_table thead th {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 0.8125rem;
  padding: 0.625rem 0.625rem;
}
.woocommerce-account table.shop_table tbody {
  color: #1f1f1f;
}
.woocommerce-account table.shop_table tbody td {
  padding: 1rem 0.625rem;
  text-align: left;
}
.woocommerce-account table.shop_table tbody td .woocommerce-button.button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1.0625rem 2.5625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  border: 1px solid #1f1f1f;
  text-align: center;
  margin: 0;
}
.woocommerce-account table.shop_table tbody td .woocommerce-button.button:hover {
  background: transparent;
  color: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .woocommerce-account table.shop_table tbody {
    display: block;
    border-top: 1px solid #dadadd;
  }
  .woocommerce-account table.shop_table tbody tr {
    display: block;
    text-align: center;
    padding: 1.25rem 0;
  }
  .woocommerce-account table.shop_table tbody tr:last-child {
    padding: 0.625rem 0;
  }
  .woocommerce-account table.shop_table tbody td {
    display: block;
    text-align: center;
    padding: 0.5rem;
  }
}
.woocommerce-account table.shop_table tfoot {
  color: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .woocommerce-account table.shop_table tfoot {
    display: block;
    border-top: 1px solid #dadadd;
  }
  .woocommerce-account table.shop_table tfoot tr {
    display: block;
    text-align: center;
    padding: 1.25rem 0;
  }
  .woocommerce-account table.shop_table tfoot tr th {
    display: block;
    text-align: center;
  }
  .woocommerce-account table.shop_table tfoot tr:last-child {
    padding: 0.625rem 0;
  }
  .woocommerce-account table.shop_table tfoot td {
    display: block;
    text-align: center;
    padding: 0.5rem;
  }
}
.woocommerce-account .woocommerce-order-details table.shop_table {
  font-size: 100%;
  width: 100%;
  margin-bottom: 2.375rem;
}
.woocommerce-account .woocommerce-order-details table.shop_table tbody td, .woocommerce-account .woocommerce-order-details table.shop_table thead th {
  border-top: none;
}
.woocommerce-account .woocommerce-order-details table.shop_table thead th {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 0.8125rem;
  padding: 0.625rem 0.625rem;
}
.woocommerce-account .woocommerce-Addresses.addresses {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address {
  width: 50%;
  min-width: 20rem;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title {
  margin: 0.25rem 0 1.5rem;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title a {
  display: inline-flex;
  color: #1f1f1f;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 0.75rem;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce-account .woocommerce-EditAccountForm p.woocommerce-form-row {
  margin-top: 0;
  margin-bottom: 1.125rem;
}
.woocommerce-account .woocommerce-EditAccountForm p.woocommerce-form-row input[type=text] {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-EditAccountForm p.woocommerce-form-row input[type=password] {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-EditAccountForm p.woocommerce-form-row > span {
  display: block;
  margin-top: 0.5rem;
  opacity: 0.7;
  font-size: 0.875rem;
}
.woocommerce-account .woocommerce-EditAccountForm p.woocommerce-form-row > span em {
  font-style: normal;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
  padding: 0;
  border: none;
  margin: 0;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  padding: 0;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: #1f1f1f;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button.button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button.button:hover {
  background: transparent;
  color: #1f1f1f;
}

@media screen and (max-width: 1024px) {
  .o-single-post .c-product {
    max-width: 48rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .o-single-post .c-product .c-products .c-product {
    margin-bottom: 1.875rem;
  }
}
.o-single-post .c-product__content-holder {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .o-single-post .c-product__content-holder {
    display: block;
  }
}
.o-single-post .c-product__gallery {
  width: 33.75rem;
  margin-right: 5rem;
  position: relative;
  flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .o-single-post .c-product__gallery {
    margin-right: 0;
    margin-bottom: 4rem;
    width: 100%;
  }
}
.o-single-post .c-product__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-single-post .c-product__badges {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.o-single-post .c-product__badges span {
  padding: 0.25rem 0.875rem;
  color: #fff;
  position: relative;
  background: #1f1f1f;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.2;
}
.o-single-post .c-product__slider {
  display: block;
  position: relative;
}
.o-single-post .c-product__slider:hover .c-product__slider-nav-btn {
  opacity: 1;
}
.o-single-post .c-product__slider-holder {
  display: block;
  position: relative;
}
.o-single-post .c-product__slider-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.o-single-post .c-product__slider .flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.o-single-post .c-product__slider .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.o-single-post .c-product__slider .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.o-single-post .c-product__slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  opacity: 0;
  transition: 0.3s opacity ease-out;
  padding: 0.875rem;
  cursor: pointer;
  color: #1f1f1f;
}
.o-single-post .c-product__slider-nav-btn--next {
  right: 0.375rem;
}
.o-single-post .c-product__slider-nav-btn--prev {
  left: 0.375rem;
}
.o-single-post .c-product__thumbs {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.o-single-post .c-product__thumbs-item {
  width: 33%;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 0.5rem;
  cursor: pointer;
}
.o-single-post .c-product__thumbs .flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.o-single-post .c-product__thumbs .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.o-single-post .c-product__inner {
  flex: 1 1 auto;
}
.o-single-post .c-product__inner .woocommerce-product-rating {
  margin-bottom: 0.625rem;
}
.o-single-post .c-product__inner .woocommerce-product-rating .star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 0.8125rem;
  letter-spacing: 0.3125rem;
}
.o-single-post .c-product__inner .woocommerce-product-rating .star-rating::before {
  content: "";
  color: #777;
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.o-single-post .c-product__inner .woocommerce-product-rating .star-rating > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.o-single-post .c-product__inner .woocommerce-product-rating .star-rating > span::before {
  content: "";
  color: #1f1f1f;
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.o-single-post .c-product__inner .stock.out-of-stock {
  margin-bottom: 0;
  margin-top: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #1f1f1f;
}
.o-single-post .c-product__single-title {
  font-size: 2.625rem;
  margin-bottom: 0.625rem;
}
.o-single-post .c-product__price {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #1f1f1f;
}
.o-single-post .c-product__price del {
  color: #777;
  margin-right: 0.25rem;
}
.o-single-post .c-product__price ins {
  text-decoration: none;
}
.o-single-post .c-product .woocommerce-product-details__short-description {
  margin-top: 1.5rem;
}
.o-single-post .c-product .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}
.o-single-post .c-product__cart {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.625rem;
}
.o-single-post .c-product__cart.grouped_form, .o-single-post .c-product__cart.variations_form {
  display: block;
}
.o-single-post .c-product__cart.variations_form .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  flex-wrap: wrap;
}
.o-single-post .c-product__cart .product-quantity-wrapper {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.o-single-post .c-product__cart .quantity input[type=number] {
  font-size: 0.875rem;
  width: 3.125rem;
  padding: 0 0.625rem;
  height: 3.125rem;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  text-align: center;
  margin-bottom: 0;
  border-right: none;
  border-left: none;
  border-top: 1px solid #1f1f1f;
  border-color: #1f1f1f;
}
.o-single-post .c-product__cart .quantity input[type=number]::-webkit-outer-spin-button, .o-single-post .c-product__cart .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.o-single-post .c-product__cart .product-quantity-minus, .o-single-post .c-product__cart .product-quantity-plus {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #1f1f1f;
  cursor: pointer;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  color: #1f1f1f;
}
.o-single-post .c-product__cart .product-quantity-minus:hover, .o-single-post .c-product__cart .product-quantity-plus:hover {
  background: #1f1f1f;
  color: #fff;
}
.o-single-post .c-product__cart .product-quantity-minus::-moz-selection, .o-single-post .c-product__cart .product-quantity-plus::-moz-selection {
  background: transparent;
  color: inherit;
}
.o-single-post .c-product__cart .product-quantity-minus::selection, .o-single-post .c-product__cart .product-quantity-plus::selection {
  background: transparent;
  color: inherit;
}
.o-single-post .c-product__cart .button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.o-single-post .c-product__cart .button:hover {
  background: transparent;
  color: #1f1f1f;
}
.o-single-post .c-product__cart table.group_table {
  margin-bottom: 0;
}
.o-single-post .c-product__cart table.group_table tbody tr {
  border-bottom: none;
}
.o-single-post .c-product__cart table.group_table tbody tr td {
  padding: 0;
  padding-bottom: 1.25rem;
}
.o-single-post .c-product__cart table.group_table tbody tr td.woocommerce-grouped-product-list-item__label {
  padding-right: 1rem;
}
.o-single-post .c-product__cart table.group_table tbody tr td.woocommerce-grouped-product-list-item__label label {
  margin-bottom: 0;
}
.o-single-post .c-product__cart table.group_table tbody tr td.woocommerce-grouped-product-list-item__price {
  color: #1f1f1f;
}
.o-single-post .c-product__cart table.group_table tbody tr td.woocommerce-grouped-product-list-item__price del {
  color: #777;
  margin-right: 0.25rem;
}
.o-single-post .c-product__cart table.group_table tbody tr td.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}
.o-single-post .c-product__cart table.group_table tbody tr td .product-quantity-wrapper {
  margin-right: 1.25rem;
}
.o-single-post .c-product__cart table.variations {
  margin-bottom: 0;
}
.o-single-post .c-product__cart table.variations tbody tr {
  border-bottom: none;
}
.o-single-post .c-product__cart table.variations tbody tr td {
  padding: 0;
  padding-bottom: 1.25rem;
}
.o-single-post .c-product__cart table.variations tbody tr td.label {
  padding-right: 1rem;
  color: #1f1f1f;
}
.o-single-post .c-product__cart table.variations tbody tr td.label label {
  margin-bottom: 0;
}
.o-single-post .c-product__cart table.variations tbody tr td.value a.reset_variations {
  position: relative;
  letter-spacing: 0.25em;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-left: 1rem;
}
.o-single-post .c-product__cart table.variations tbody tr td.value a.reset_variations::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.o-single-post .c-product__cart table.variations tbody tr td.value a.reset_variations::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.o-single-post .c-product__cart table.variations tbody tr td.value a.reset_variations:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.o-single-post .c-product__cart table.variations tbody tr td.value a.reset_variations:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.o-single-post .c-product__meta {
  margin-top: 2.625rem;
}
.o-single-post .c-product__meta-sku, .o-single-post .c-product__meta-cats, .o-single-post .c-product__meta-tags {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
}
.o-single-post .c-product__meta-cats a, .o-single-post .c-product__meta-tags a {
  position: relative;
}
.o-single-post .c-product__meta-cats a::before, .o-single-post .c-product__meta-tags a::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.o-single-post .c-product__meta-cats a:hover::before, .o-single-post .c-product__meta-tags a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.o-single-post .c-product__tabs {
  margin-top: 6rem;
}
.o-single-post .c-product__tabs-holder {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  margin: 0;
}
.o-single-post .c-product__tabs-holder li {
  display: inline-flex;
  margin-bottom: 0.375rem;
  margin-right: 0.375rem;
}
.o-single-post .c-product__tabs-holder li.active a {
  border-color: #1f1f1f;
}
.o-single-post .c-product__tabs-holder li a {
  border: 1px solid #dadadd;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 3.25rem;
}
.o-single-post .c-product__tabs-panel {
  margin: 1.5rem 0 0.75rem;
}
.o-single-post .c-product__tabs-panel.woocommerce-Tabs-panel--reviews {
  margin-top: 2rem;
}
.o-single-post .c-product__tabs-panel table.shop_attributes {
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel table.shop_attributes tbody tr {
  border-bottom: none;
}
.o-single-post .c-product__tabs-panel table.shop_attributes tbody tr th {
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-right: 1rem;
}
.o-single-post .c-product__tabs-panel table.shop_attributes tbody tr td {
  padding: 0.1875rem 0;
  color: #1f1f1f;
}
.o-single-post .c-product__tabs-panel table.shop_attributes tbody tr td p {
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .woocommerce-verification-required {
  color: #1f1f1f;
  margin-top: 1.5rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .woocommerce-Reviews-title {
  display: none;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol {
  list-style: none;
  margin: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li {
  margin: 0 0 0.9375rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li:last-child {
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container {
  display: flex;
}
@media screen and (max-width: 580px) {
  .o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container {
    display: block;
  }
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container img {
  flex: 0 0 auto;
  width: 5.625rem;
  height: 5.625rem;
  margin-right: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text {
  margin-left: 1.25rem;
}
@media screen and (max-width: 580px) {
  .o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 0.8125rem;
  letter-spacing: 0.3125rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .star-rating::before {
  content: "";
  color: #777;
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .star-rating > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .star-rating > span::before {
  content: "";
  color: #1f1f1f;
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .meta .woocommerce-review__author {
  font-size: 1.25rem;
  margin-right: 1.5rem;
  color: #1f1f1f;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .meta .woocommerce-review__dash {
  display: none;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .meta .woocommerce-review__published-date {
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-transform: uppercase;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .description {
  margin-top: 0.125rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .description p {
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond {
  margin-top: 1.375rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-reply-title {
  margin-bottom: 0.75rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form label {
  margin-bottom: 0;
  line-height: 1.2;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .comment-notes {
  margin-bottom: 0.25rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars {
  display: inline-block;
  margin: 0.625rem 0 0.875rem;
  line-height: 1.2;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars > span {
  display: flex;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars a::before {
  content: "";
  color: #777;
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.8125rem;
  letter-spacing: 0.3125rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars:hover a::before, .o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars.selected a.active::before, .o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars.selected a:not(.active)::before {
  content: "";
  color: #1f1f1f;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars:not(.selected) a:hover ~ a::before, .o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars.selected a.active ~ a::before {
  content: "";
  color: #777;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-author {
  display: inline-block;
  width: calc(50% - 2px);
  padding-right: 15px;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-email {
  display: inline-block;
  width: calc(50% - 2px);
  padding-left: 15px;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p {
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent {
  margin-bottom: 1.5rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent input[type=checkbox] {
  float: left;
  margin: 0.1875rem 0.625rem 0.1875rem 0.1875rem;
  opacity: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent label {
  position: relative;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent label::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border: 1px solid #777;
  left: 0;
  top: 1px;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent label::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 0.375rem;
  width: 0.5625rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  left: 0.1875rem;
  top: 0.25rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent input[type=checkbox] + label::after {
  content: none;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent input[type=checkbox]:checked + label::after {
  content: "";
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent input[type=checkbox]:checked + label::before {
  border-color: #1f1f1f;
  background: #1f1f1f;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent input[type=checkbox]:checked + label {
  color: #1f1f1f;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.form-submit {
  margin-top: 0;
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.form-submit input[type=submit] {
  padding: 1.0625rem 2.5625rem;
  border: 1px solid #1f1f1f;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.form-submit input[type=submit]:hover {
  background: transparent;
  color: #1f1f1f;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-notes {
  display: none;
  margin-bottom: 2rem;
}
.o-single-post .c-product .related.products {
  margin-top: 1.5rem;
}
.o-single-post .c-product .related.products > h3 {
  position: relative;
  margin: 5.75rem 0 2.25rem;
}
.o-single-post .woocommerce-Message {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 2.25rem;
}
.o-single-post .woocommerce-Message a.button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1.0625rem 2.5625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
  text-align: center;
  margin: 0;
  order: 1;
}
.o-single-post .woocommerce-Message a.button:hover {
  background: transparent;
  color: #1f1f1f;
}

.single-product .woocommerce-message .button.wc-forward {
  padding: 1.0625rem 2.5625rem;
  background: #1f1f1f;
  color: #fff;
  border: 1px solid #1f1f1f;
  transition: background 0.3s ease, color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 0.875rem;
}
.single-product .woocommerce-message .button.wc-forward:hover {
  background: transparent;
  color: #1f1f1f;
}

.woocommerce-checkout .blockUI.blockOverlay {
  background: #f7f8f9 !important;
}
.woocommerce-checkout .woocommerce-order {
  color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-order .woocommerce-notice {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin: 0;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: transparent;
  border: 1px solid #1f1f1f;
  list-style: none;
  color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {
  list-style: none;
  margin: 0;
  margin-bottom: 2.375rem;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin: 0;
  margin-bottom: 1.5rem;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
  position: relative;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin: 0;
  margin-bottom: 1.5rem;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon {
  position: relative;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce-checkout .woocommerce-error {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin: 0;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: transparent;
  border: 1px solid #1f1f1f;
  list-style: none;
  color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-error > li {
  margin-bottom: 0;
}
.woocommerce-checkout form.checkout_coupon {
  margin-bottom: 2rem;
}
.woocommerce-checkout form.checkout_coupon p {
  margin-bottom: 0;
}
.woocommerce-checkout form.checkout_coupon p:first-child {
  opacity: 0.7;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.woocommerce-checkout form.checkout_coupon .button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.woocommerce-checkout form.checkout_coupon .button:hover {
  background: transparent;
  color: #1f1f1f;
}
.woocommerce-checkout form.woocommerce-checkout .o-row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: 2.25rem;
}
.woocommerce-checkout form.woocommerce-checkout .o-row .o-row__column {
  margin-top: 1.75rem;
}
.woocommerce-checkout form.woocommerce-checkout h3 {
  margin-bottom: 0.875rem;
}
.woocommerce-checkout form.woocommerce-checkout label {
  margin-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout p {
  margin-bottom: 1.5rem;
}
.woocommerce-checkout form.woocommerce-checkout p input[type=text] {
  margin-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout p input[type=tel] {
  margin-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout p input[type=email] {
  margin-bottom: 0;
}
.woocommerce-checkout table.shop_table {
  font-size: 100%;
  width: 100%;
  margin-bottom: 2.375rem;
}
.woocommerce-checkout table.shop_table tbody td, .woocommerce-checkout table.shop_table thead th {
  border-top: none;
}
.woocommerce-checkout table.shop_table thead th {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  padding: 0.625rem 0;
}
.woocommerce-checkout table.shop_table tfoot tr th, .woocommerce-checkout table.shop_table tfoot tr td, .woocommerce-checkout table.shop_table tbody tr th, .woocommerce-checkout table.shop_table tbody tr td {
  padding: 0.625rem 0;
  color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 2.375rem;
  list-style: none;
  background-color: transparent;
  list-style: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li {
  margin-bottom: 0;
  position: relative;
  margin: 0;
  padding: 0.875rem 1.5rem;
  border-bottom: 1px solid #dadadd;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li label {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 0;
  cursor: pointer;
  color: #1f1f1f;
  position: relative;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li label::before {
  display: block;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #777;
  border-radius: 50%;
  position: absolute;
  left: -1.5rem;
  top: 0.1875rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li label::after {
  display: block;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #1f1f1f;
  border-radius: 50%;
  position: absolute;
  left: -1.3125rem;
  top: 0.375rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li input[type=radio] + label::after {
  content: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li input[type=radio]:checked + label::after {
  content: "";
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li input[type=radio]:checked + label::before {
  border-color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li p {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li .payment_box {
  margin-top: 0.5rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.woocommerce-checkout .woocommerce-checkout-payment .button:hover {
  background: transparent;
  color: #1f1f1f;
}

#customer_login.o-row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
#customer_login.o-row .o-row__column > h2 {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #customer_login.o-row .o-row__column:nth-child(2) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 47.9375em) {
  #customer_login.o-row .o-row__column:nth-child(2) {
    margin-top: 3rem;
  }
}

.woocommerce .woocommerce-form-login .woocommerce-form-row label {
  display: none;
}
.woocommerce .woocommerce-form-login .form-row {
  margin-bottom: 0;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.375rem;
  color: #1f1f1f;
  cursor: pointer;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox span {
  display: flex;
  align-items: center;
  color: #1f1f1f;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox span::before {
  display: inline-block;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.625rem;
  border: 1px solid #1f1f1f;
  cursor: pointer;
  color: #1f1f1f;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox span::after {
  position: absolute;
  left: 1px;
  content: "";
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox input[type=checkbox]:not(:checked) + span::after {
  content: none;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword, .woocommerce .woocommerce-form-login .lost_password {
  margin-top: 1.375rem;
  margin-bottom: 2.375rem;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword a, .woocommerce .woocommerce-form-login .lost_password a {
  position: relative;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword a::before, .woocommerce .woocommerce-form-login .lost_password a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword a::after, .woocommerce .woocommerce-form-login .lost_password a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword a:hover::before, .woocommerce .woocommerce-form-login .lost_password a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword a:hover::after, .woocommerce .woocommerce-form-login .lost_password a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text {
  margin-bottom: 1.375rem;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text p {
  margin-bottom: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text a {
  color: #1f1f1f;
  position: relative;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-form-login .woocommerce-button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.woocommerce .woocommerce-form-login .woocommerce-button:hover {
  background: transparent;
  color: #1f1f1f;
}
.woocommerce .woocommerce-ResetPassword .woocommerce-Button.button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.woocommerce .woocommerce-ResetPassword .woocommerce-Button.button:hover {
  background: transparent;
  color: #1f1f1f;
}

.woocommerce .woocommerce-form-register .woocommerce-form-row label {
  display: none;
}
.woocommerce .woocommerce-form-register .form-row {
  margin-bottom: 0;
}
.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text p {
  margin-bottom: 1.375rem;
}
.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a {
  position: relative;
}
.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-form-register .woocommerce-button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.woocommerce .woocommerce-form-register .woocommerce-button:hover {
  background: transparent;
  color: #1f1f1f;
}