@media only screen and (min-width: 782px) {
  .woocommerce .content-area {
    margin-left: 230px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .woocommerce .content-area {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1120px) {
  .woocommerce .content-area {
    margin-left: 195px;
  }
}
@media only screen and (max-width: 781px) {
  .woocommerce .content-area {
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.woocommerce main {
  padding: 0;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  column-gap: 7.4em;
  row-gap: 0;
  padding-left: 0;
  padding-top: 2em;
}
@media only screen and (max-width: 1280px) {
  .woocommerce ul.products {
    column-gap: 5em;
  }
}
@media only screen and (max-width: 1120px) {
  .woocommerce ul.products {
    column-gap: 3em;
  }
}
@media only screen and (max-width: 781px) {
  .woocommerce ul.products {
    column-gap: 2em;
  }
}
@media only screen and (max-width: 640px) {
  .woocommerce ul.products {
    flex-direction: column;
    row-gap: 4em;
  }
}
.woocommerce ul.products:before {
  content: none;
}
.woocommerce ul.products li.product {
  width: calc(50% - 3.7em) !important;
  clear: none;
  float: none;
  margin: 0 !important;
}
@media only screen and (max-width: 1280px) {
  .woocommerce ul.products li.product {
    width: calc(50% - 2.5em) !important;
  }
}
@media only screen and (max-width: 1120px) {
  .woocommerce ul.products li.product {
    width: calc(50% - 1.5em) !important;
  }
}
@media only screen and (max-width: 781px) {
  .woocommerce ul.products li.product {
    width: calc(50% - 1em) !important;
  }
}
@media only screen and (max-width: 640px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
@media only screen and (min-width: 641px) {
  .woocommerce ul.products li.product:nth-child(even) {
    margin-top: 115px !important;
  }
  .woocommerce ul.products li.product:nth-child(2) {
    margin-top: 220px !important;
  }
  .woocommerce ul.products li.product:first-child {
    margin-top: 0 !important;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 34px;
  line-height: 34px;
  padding-top: 0;
  padding-bottom: 5px;
}
.woocommerce ul.products li.product .price {
  font-size: 18px;
  color: #444444;
}
.woocommerce ul.products li.product .button {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  border: none;
  width: 150px;
  text-align: right;
  text-transform: uppercase;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px !important;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}
.woocommerce ul.products li.product .button:hover {
  background: transparent;
  color: #000000;
  opacity: 1;
  text-decoration-color: inherit !important;
  text-underline-offset: 10px;
}
.woocommerce ul.products li.product .added_to_cart {
  text-align: right;
  margin: 0;
  padding: 0;
}
.woocommerce p.woocommerce-result-count {
  display: none;
}
.woocommerce nav.woocommerce-pagination {
  padding-top: 60px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a {
  color: var(--wp--preset--color--color-1);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
  background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
}
.woocommerce span.onsale {
  background: var(--wp--preset--color--color-1);
  color: #ffffff;
  min-height: 3.793em;
  min-width: 3.793em;
}
.woocommerce .woocommerce-message,
.woocommerce .cart-empty.woocommerce-info {
  border-top-color: #24BBB6;
}
.woocommerce .woocommerce-message:before,
.woocommerce .cart-empty.woocommerce-info:before {
  color: #24BBB6;
}

.folio-product-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  column-gap: 10px;
}
.folio-product-meta .folio-product-info {
  width: calc(100% - 160px);
}

/* Product Single
--------------------------------------------- */
.single-product.woocommerce .product .woocommerce-product-gallery .flex-control-thumbs.flex-control-nav {
  margin: 0.25em 0 0;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 8px);
  margin-left: -8px;
}
.single-product.woocommerce .product .woocommerce-product-gallery .flex-control-thumbs.flex-control-nav li {
  flex-basis: 25%;
  padding-left: 8px;
  padding-top: 8px;
}
.single-product.woocommerce .product .woocommerce-tabs ul.tabs li {
  background: #f5f5f5;
  border-radius: 0;
}
.single-product.woocommerce .product .woocommerce-tabs ul.tabs li:before {
  border-bottom-right-radius: 0;
}
.single-product.woocommerce .product .woocommerce-tabs ul.tabs li:after {
  border-bottom-left-radius: 0;
}
.single-product.woocommerce .product .woocommerce-Tabs-panel h2 {
  font-size: var(--wp--preset--font-size--x-large);
  padding-bottom: 24px;
}
.single-product.woocommerce .quantity .qty {
  width: 4.8rem;
  border: 1px solid #000000;
  padding: 0.25rem 0;
}
.single-product.woocommerce .product_meta {
  display: flex;
  flex-direction: column;
}
.single-product.woocommerce .summary.entry-summary p.price {
  color: #000000;
}
.single-product.woocommerce .summary form.cart {
  display: flex;
}
.single-product.woocommerce .summary form.cart.variations_form {
  flex-direction: column;
}
.single-product.woocommerce .summary form.cart.variations_form .single_variation_wrap .variations_button {
  display: flex;
}
.single-product.woocommerce .summary form.cart table.variations {
  width: 100%;
  border-collapse: collapse;
}
.single-product.woocommerce .summary form.cart table.variations tr {
  display: inherit;
}
.single-product.woocommerce .summary form.cart table.variations th {
  min-width: 90px;
  text-align: left;
  vertical-align: middle;
}
.single-product.woocommerce .summary form.cart .reset_variations {
  margin-left: 15px;
}
.single-product.woocommerce .summary form.cart.grouped_form {
  flex-direction: column;
}
.single-product.woocommerce .summary form.cart.grouped_form .group_table td {
  vertical-align: middle;
}
.single-product.woocommerce .summary form.cart.grouped_form .button {
  max-width: max-content;
  margin-top: 15px;
}
.single-product.woocommerce .summary .button {
  background: #404040;
  color: #ffffff;
  text-transform: uppercase;
}
.single-product.woocommerce .summary .button:hover {
  border: 1px solid #404040;
  background: transparent;
  color: #000000;
}
.single-product.woocommerce .summary select {
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  background-image: url("assets/img/arrow-down.png");
  background-repeat: no-repeat;
  background-position-x: 160px;
  background-position-y: 20px;
  width: 200px;
  background-size: 16px;
  margin: 12px 0 !important;
}
.single-product.woocommerce .woocommerce-Tabs-panel--additional_information table.shop_attributes {
  border: none;
  padding-top: 2em;
}
.single-product.woocommerce .woocommerce-Tabs-panel--additional_information table.shop_attributes tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #404040;
}
.single-product.woocommerce .woocommerce-Tabs-panel--additional_information table.shop_attributes tr:nth-child(even) td, .single-product.woocommerce .woocommerce-Tabs-panel--additional_information table.shop_attributes tr:nth-child(even) th {
  background: none;
}
.single-product.woocommerce .woocommerce-Tabs-panel--additional_information table.shop_attributes th {
  border: none;
  text-align: left;
  width: auto;
  padding-left: 0;
  padding-bottom: 15px;
}
.single-product.woocommerce .woocommerce-Tabs-panel--additional_information table.shop_attributes td {
  border: none;
  font-style: normal;
}
.single-product.woocommerce #reviews #comments .commentlist {
  padding-top: 2em;
  padding-left: 0;
}
.single-product.woocommerce #reviews p.stars a {
  color: #000000;
}
.single-product.woocommerce #reviews .form-submit.wp-block-button .submit {
  background: transparent;
  color: #000000;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
.single-product.woocommerce #reviews .form-submit.wp-block-button .submit:hover {
  background: #000000;
  color: #ffffff;
}

.related.products h2,
.up-sells.products h2 {
  font-size: var(--wp--preset--font-size--x-large);
}
.related.products ul.products,
.up-sells.products ul.products {
  column-gap: 2.4em;
  row-gap: 2.4em;
  margin-bottom: 0;
}
.related.products ul.products li.product,
.up-sells.products ul.products li.product {
  width: calc(50% - 1.2em) !important;
}
@media only screen and (max-width: 640px) {
  .related.products ul.products li.product,
  .up-sells.products ul.products li.product {
    width: 100% !important;
  }
}
.related.products ul.products li.product:nth-child(even), .related.products ul.products li.product:nth-child(2),
.up-sells.products ul.products li.product:nth-child(even),
.up-sells.products ul.products li.product:nth-child(2) {
  margin-top: 0 !important;
}

.up-sells.products {
  margin-top: 5rem;
}

/* Cart page
--------------------------------------------- */
.woocommerce-cart main .woocommerce {
  max-width: var(--wp--style--global--wide-size);
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
}
@media only screen and (max-width: 1280px) {
  .woocommerce-cart main .woocommerce {
    column-gap: 3%;
  }
}
.woocommerce-cart main .woocommerce .woocommerce-notices-wrapper {
  flex-basis: 100%;
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form {
  flex-basis: 60%;
  width: 100%;
  padding-top: 53px;
}
@media only screen and (max-width: 1280px) {
  .woocommerce-cart main .woocommerce .woocommerce-cart-form {
    flex-basis: 63%;
  }
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form .product-thumbnail {
  width: 150px;
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form .product-name a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}
@media only screen and (min-width: 1281px) {
  .woocommerce-cart main .woocommerce .woocommerce-cart-form .product-name a {
    font-size: var(--wp--preset--font-size--upper-medium);
  }
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form .product-name .amount {
  color: #444444;
  font-weight: 600;
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form .quantity .qty {
  border: 1px solid #000000;
  padding: 0 0 0 10px;
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form .product-subtotal .amount {
  font-size: var(--wp--preset--font-size--upper-medium);
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form .actions .input-text,
.woocommerce-cart main .woocommerce .woocommerce-cart-form .actions .button {
  min-height: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .woocommerce-cart main .woocommerce .woocommerce-cart-form .actions .input-text,
  .woocommerce-cart main .woocommerce .woocommerce-cart-form .actions .button {
    max-width: 190px;
  }
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form .actions .input-text {
  text-transform: capitalize;
}
@media only screen and (max-width: 1280px) {
  .woocommerce-cart main .woocommerce .woocommerce-cart-form .actions .input-text {
    max-width: 160px;
  }
}
.woocommerce-cart main .woocommerce .cart-collaterals {
  flex-basis: 35%;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .woocommerce-cart main .woocommerce .cart-collaterals {
    flex-basis: 34%;
  }
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 32px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table {
  background: #f0f0f0;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 30px;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table th {
  border-bottom: 1px solid #000000;
  padding-left: 0;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table td {
  border-bottom: 1px solid #000000;
  padding-right: 0;
  text-align: right;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table tr:last-child th, .woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table tr:last-child td {
  border-bottom: none;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table input[type=text],
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals table .select2-container--default .select2-selection--single {
  border: 1px solid #000000;
  text-align: left;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  background: #f0f0f0;
  padding: 30px 60px 45px;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  margin: 0;
  background: #000000;
  color: #ffffff;
  font-size: 0.9em;
  text-transform: uppercase;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background: transparent;
  color: #000000;
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form__contents thead tr {
  position: relative;
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form__contents thead th.product-name {
  position: absolute;
  left: 0;
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form__contents .product-remove,
.woocommerce-cart main .woocommerce .woocommerce-cart-form__contents .product-price {
  display: none !important;
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form__contents .cart_item .product-name {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form__contents .cart_item a.remove {
  width: auto;
  height: auto;
  text-align: left;
  text-transform: uppercase;
  color: #000000 !important;
  margin-top: 25px;
  font-size: var(--wp--preset--font-size--x-small);
  font-family: var(--wp--preset--font-family--roboto-mono);
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px !important;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form__contents .cart_item a.remove:hover {
  background: transparent;
  text-decoration-color: inherit !important;
  text-underline-offset: 10px;
}
.woocommerce-cart main .woocommerce .cart-empty.woocommerce-info {
  width: 100%;
}
.woocommerce-cart main .woocommerce .cross-sells {
  padding-top: 3em;
  width: 100%;
}
.woocommerce-cart main .woocommerce .cross-sells > h2 {
  font-size: var(--wp--preset--font-size--x-large);
}
.woocommerce-cart main .woocommerce .cross-sells ul.products {
  column-gap: 2.4em;
  row-gap: 2.4em;
  margin-bottom: 0;
}
.woocommerce-cart main .woocommerce .cross-sells ul.products li.product {
  width: calc(50% - 1.2em) !important;
}
@media only screen and (max-width: 640px) {
  .woocommerce-cart main .woocommerce .cross-sells ul.products li.product {
    width: 100% !important;
  }
}
.woocommerce-cart main .woocommerce .cross-sells ul.products li.product:nth-child(even), .woocommerce-cart main .woocommerce .cross-sells ul.products li.product:nth-child(2) {
  margin-top: 0 !important;
}

/* Checkout page
--------------------------------------------- */
.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=url],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout textarea {
  border: 1px solid #000000;
  border-radius: 0;
}
.woocommerce-checkout main .woocommerce {
  max-width: var(--wp--style--global--wide-size);
}
.woocommerce-checkout .woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
}
@media only screen and (max-width: 1280px) {
  .woocommerce-checkout .woocommerce-checkout {
    column-gap: 3%;
  }
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  flex-basis: 100%;
}
.woocommerce-checkout .woocommerce-checkout #customer_details {
  display: flex;
  flex-direction: column;
  flex-basis: 60%;
}
@media only screen and (max-width: 1280px) {
  .woocommerce-checkout .woocommerce-checkout #customer_details {
    flex-basis: 62%;
  }
}
.woocommerce-checkout .woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout .woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  float: none;
}
.woocommerce-checkout .woocommerce-checkout #customer_details .col-2 {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-checkout .woocommerce-checkout #customer_details #ship-to-different-address label.checkbox {
  display: flex;
  column-gap: 5px;
  align-items: center;
  margin-top: 0.7rem;
}
.woocommerce-checkout .woocommerce-checkout #customer_details #ship-to-different-address #ship-to-different-address-checkbox {
  width: 24px;
  height: 24px;
  margin-top: 0;
}
.woocommerce-checkout .woocommerce-checkout #customer_details #ship-to-different-address span {
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--nunito-sans);
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout #order_review {
  flex-basis: 35%;
}
.woocommerce-checkout .woocommerce-checkout #order_review table.shop_table {
  width: 100%;
  border-collapse: separate;
  border: none;
  background: #f0f0f0;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 30px;
}
.woocommerce-checkout .woocommerce-checkout #order_review table.shop_table th {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-checkout .woocommerce-checkout #order_review table.shop_table th.product-total {
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout #order_review table.shop_table td {
  border: none;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout #order_review table.shop_table td.product-name {
  text-align: left;
  padding-left: 0;
}
.woocommerce-checkout .woocommerce-checkout #order_review table.shop_table td.product-quantity {
  text-align: right;
  padding-right: 0;
}
.woocommerce-checkout .woocommerce-checkout #order_review table.shop_table tr {
  border: none;
  border-bottom: 1px solid #969696;
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce-checkout #order_review table.shop_table tr:last-child {
  border-bottom: none;
}
.woocommerce-checkout .woocommerce-checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-payment {
  flex-basis: 100%;
  margin-top: 30px;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-payment .button {
  margin: 0;
  background: #000000;
  color: #ffffff;
  font-size: 0.9em;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-payment .button:hover {
  background: transparent;
  color: #000000;
}