.list-style-none {
  list-style: none;
}

body.woocommerce-page.woocommerce-cart div.woocommerce, body.woocommerce-page.woocommerce-cart div.product, body.woocommerce-page.woocommerce-checkout div.woocommerce, body.woocommerce-page.woocommerce-checkout div.product, body.woocommerce-page.woocommerce-account div.woocommerce, body.woocommerce-page.woocommerce-account div.product, body.woocommerce-page.single-product div.woocommerce, body.woocommerce-page.single-product div.product {
  display: block;
  width: 100%;
  max-width: 1320px;
  margin-top: 3rem !important;
  margin-right: auto;
  margin-bottom: 3rem !important;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table th, body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
  padding: 1rem;
  border: 1px solid #cccccc;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table th, body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    display: block;
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
  background-color: #f1f1f1;
  color: #222222;
  font-weight: bold;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
  transition: background-color 0.2s ease;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item:hover {
  background-color: #f1f1f1;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail img {
  max-width: 75px;
  height: auto;
  border-radius: 4px;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove a {
  color: #d9534f;
  font-weight: bold;
  font-size: 1.5rem;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove a:hover {
  color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table input.qty {
  width: 70px;
  padding: 0.5rem;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-align: center;
  color: #0a0c00;
  background-color: #ffffff;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table input.qty:focus {
  border-color: #009775;
  outline: none;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table .coupon input[type=text] {
  min-width: 200px;
  padding: 0.5rem;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-right: 0.5rem;
  color: #0a0c00;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table .coupon input[type=text]:focus {
  border-color: #009775;
  outline: none;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table .coupon button {
  background-color: #009775;
  color: #f1f1f1;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table .coupon button:hover {
  background-color: rgb(0, 110.2, 85.3867549669);
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table .actions button {
  background-color: #222222;
  color: #f1f1f1 !important;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  border-radius: 4px;
  margin-left: 1rem;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table .actions button:hover {
  background-color: rgb(8.5, 8.5, 8.5);
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table .actions button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #f1f1f1 !important;
}
body.woocommerce-cart .cart-collaterals {
  background-color: #f1f1f1;
  border: 1px solid #d5d5d5;
  padding: 2rem;
  border-radius: 6px;
}
body.woocommerce-cart .cart-collaterals h2 {
  font-size: 1.5rem;
  color: #009775;
  margin-bottom: 1.5rem;
}
body.woocommerce-cart .cart-collaterals table.shop_table {
  width: 100%;
  border-collapse: collapse;
}
body.woocommerce-cart .cart-collaterals table.shop_table th, body.woocommerce-cart .cart-collaterals table.shop_table td {
  padding: 0.75rem 1rem;
  border: none;
  color: #0a0c00;
}
body.woocommerce-cart .cart-collaterals table.shop_table tr {
  border-bottom: 1px solid #d5d5d5;
}
body.woocommerce-cart .cart-collaterals table.shop_table tr:last-child {
  border-bottom: none;
}
body.woocommerce-cart .cart-collaterals table.shop_table .order-total td {
  font-size: 1.2rem;
  color: #009775;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  margin-top: 1.5rem;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  background-color: #009775;
  color: #f1f1f1;
  padding: 1rem 2rem;
  display: inline-block;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: rgb(0, 110.2, 85.3867549669);
}

body.woocommerce-checkout .woocommerce-form.woocommerce-form-login {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login p {
  margin-bottom: 1.5rem;
  color: #222;
  font-size: 1rem;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row {
  margin-bottom: 0;
  position: relative;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row label {
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
  color: #222;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row input[type=text],
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row input[type=email],
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row input[type=password] {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 0;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row input[type=text]:focus,
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row input[type=email]:focus,
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row input[type=password]:focus {
  outline: none;
  border-color: #009775;
  box-shadow: 0 0 0 3px rgba(0, 151, 117, 0.2);
  background-color: #fff;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row .password-input {
  display: flex;
  align-items: center;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row .password-input input {
  flex-grow: 1;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row .password-input .show-password-input {
  background: none;
  border: none;
  margin-left: -2.5rem;
  padding: 0;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml;base64,...");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login button.woocommerce-button {
  background-color: #009775;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login button.woocommerce-button:hover {
  background-color: rgb(0, 125.5, 97.2417218543);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login button.woocommerce-button:focus {
  outline: 2px solid #009775;
  outline-offset: 2px;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .lost_password {
  margin-top: 1rem;
  margin-bottom: 0;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .lost_password a {
  color: #009775;
  font-weight: 500;
  text-decoration: underline;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .lost_password a:hover {
  text-decoration: none;
  color: rgb(0, 100, 77.4834437086);
}
body.woocommerce-checkout .woocommerce .col2-set::after,
body.woocommerce-checkout .woocommerce .col2-set::before,
body.woocommerce-checkout .woocommerce-page .col2-set::after,
body.woocommerce-checkout .woocommerce-page .col2-set::before {
  display: none !important;
}
body.woocommerce-checkout .woocommerce form.checkout_coupon {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
body.woocommerce-checkout .woocommerce form.login, body.woocommerce-checkout .woocommerce form.checkout_coupon {
  background-color: #f1f1f1;
  padding: 1.5rem;
  border: 1px solid #cccccc;
  border-radius: 6px;
  margin-bottom: 2rem;
}
body.woocommerce-checkout .woocommerce form.login .form-row, body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row {
  margin-bottom: 0;
}
body.woocommerce-checkout .woocommerce form.login label, body.woocommerce-checkout .woocommerce form.checkout_coupon label {
  font-weight: 600;
  color: #0a0c00;
}
body.woocommerce-checkout .woocommerce form.login input[type=text],
body.woocommerce-checkout .woocommerce form.login input[type=password], body.woocommerce-checkout .woocommerce form.checkout_coupon input[type=text],
body.woocommerce-checkout .woocommerce form.checkout_coupon input[type=password] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-bottom: 0;
  color: #0a0c00;
  background-color: #ffffff;
}
body.woocommerce-checkout .woocommerce form.login input[type=text]:focus,
body.woocommerce-checkout .woocommerce form.login input[type=password]:focus, body.woocommerce-checkout .woocommerce form.checkout_coupon input[type=text]:focus,
body.woocommerce-checkout .woocommerce form.checkout_coupon input[type=password]:focus {
  border-color: #009775;
  outline: none;
}
body.woocommerce-checkout .woocommerce form.login button, body.woocommerce-checkout .woocommerce form.checkout_coupon button {
  background-color: #009775;
  color: #f1f1f1;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
body.woocommerce-checkout .woocommerce form.login button:hover, body.woocommerce-checkout .woocommerce form.checkout_coupon button:hover {
  background-color: rgb(0, 110.2, 85.3867549669);
}
body.woocommerce-checkout .woocommerce .col2-set {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
body.woocommerce-checkout .woocommerce .col2-set .col-1,
body.woocommerce-checkout .woocommerce .col2-set .col-2 {
  flex: 1 1 48%;
}
body.woocommerce-checkout .woocommerce .col2-set h3 {
  font-size: 1.5rem;
  color: #009775;
  margin-bottom: 1.5rem;
}
body.woocommerce-checkout .woocommerce .col2-set .form-row {
  margin-bottom: 1rem;
}
body.woocommerce-checkout .woocommerce .col2-set .form-row label {
  display: block;
  font-weight: 600;
  color: #0a0c00;
  margin-bottom: 0.25rem;
}
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper input,
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper textarea,
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #0a0c00;
  background-color: #ffffff;
}
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper input:focus,
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper textarea:focus,
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper select:focus {
  border-color: #009775;
  outline: none;
}
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper textarea {
  resize: vertical;
  min-height: 80px;
}
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222;
  line-height: 1.5;
}
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #222 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single:hover {
  border-color: #009775;
}
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single:focus-within {
  border-color: #009775;
  box-shadow: 0 0 0 3px rgba(0, 151, 117, 0.2);
}
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper .select2-container--default .select2-dropdown {
  border-radius: 6px;
  border-color: #ccc;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper .select2-container--default .select2-results__option {
  padding: 10px;
  font-size: 1rem;
  cursor: pointer;
}
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #009775;
  color: #222222;
}
body.woocommerce-checkout .woocommerce .col2-set .form-row .woocommerce-input-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f0f0f0;
  color: #222222;
}
body.woocommerce-checkout .woocommerce .col2-set .checkbox label {
  font-weight: normal;
  display: inline-flex;
  align-items: center;
}
body.woocommerce-checkout .woocommerce .col2-set .checkbox label input {
  margin-right: 0.5rem;
}
body.woocommerce-checkout .woocommerce .col2-set .create-account {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #cccccc;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order {
  background-color: #f1f1f1;
  border: 1px solid #d5d5d5;
  padding: 2rem;
  border-radius: 6px;
  margin-top: 2rem;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order h3 {
  font-size: 1.5rem;
  color: #009775;
  margin-bottom: 1.5rem;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table th,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #d5d5d5;
  text-align: left;
  vertical-align: middle;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table th {
  font-weight: bold;
  color: #222222;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .order-total td {
  font-size: 1.2rem;
  font-weight: 400 !important;
  color: #009775;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #payment {
  margin-top: 2rem;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #payment .wc_payment_methods {
  list-style: none;
  padding: 1rem;
  margin: 0 0 1rem;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method {
  padding: 0.75rem 1rem;
  border: 1px solid #cccccc;
  border-radius: 6px;
  margin-bottom: 1rem;
  background-color: #ffffff;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method:last-child {
  margin-bottom: 0 !important;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .payment_box {
  margin-top: 1rem;
  font-size: 0.9rem;
  background-color: #f1f1f1;
  padding: 1rem;
  border: 1px dashed #d5d5d5;
  border-radius: 4px;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .payment_box:before {
  display: none;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #payment .place-order button {
  background-color: #009775;
  color: #f1f1f1;
  padding: 1rem 2rem;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #payment .place-order button:hover {
  background-color: rgb(0, 110.2, 85.3867549669);
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #payment .woocommerce-terms-and-conditions-wrapper {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #payment .woocommerce-terms-and-conditions-wrapper a {
  color: #009775;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order #payment .woocommerce-terms-and-conditions-wrapper a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .col2-set {
    flex-direction: column;
  }
  body.woocommerce-checkout .col2-set .col-1,
  body.woocommerce-checkout .col2-set .col-2 {
    flex: 1 1 100%;
  }
}

#shop-sidebar #search-filter-form-5617 {
  background-color: #ffffff;
  margin: 0;
  padding: 15px 12px;
  border: 1px solid #d1d1d1;
}
@media only screen and (max-width: 991px) {
  #shop-sidebar #search-filter-form-5617 {
    display: none;
  }
}

#shop-sidebar #search-filter-form-5617 h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
  letter-spacing: 0;
}

#shop-sidebar #search-filter-form-5617 ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#shop-sidebar #search-filter-form-5617 ul > li > ul > li {
  display: flex;
  align-items: center;
}

#shop-sidebar .sf-input-checkbox {
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  border: 1px solid #d1d1d1 !important;
  box-shadow: inset 0 0px 7px 0 #e6e6e6;
  width: 23px;
  height: 23px;
  border-radius: 0;
  margin-right: 14px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

#shop-sidebar .sf-input-checkbox:checked {
  background: #616161;
  border-color: #444444 !important;
  box-shadow: none;
}

#shop-sidebar .sf-input-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 11px;
  height: 6px;
  border: solid #ffffff;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}

#shop-sidebar .sf-label-checkbox {
  display: flex;
  align-items: center;
  width: calc(100% - 37px);
  font-size: 14px;
  color: #111111;
  cursor: pointer;
  line-height: 1.4;
}

#shop-sidebar .sf-label-checkbox .sf-count {
  margin-left: auto;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}

.sf-toggle {
  display: block;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}

body.woocommerce-account #customer_login {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2 {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 2rem;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
body.woocommerce-account #customer_login .u-column1 h2,
body.woocommerce-account #customer_login .u-column2 h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222222;
  margin-bottom: 1.5rem;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form {
  display: flex;
  flex-direction: column;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form .form-row,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form .form-row {
  margin-bottom: 1.25rem;
  position: relative;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form label,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form label {
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
  color: #222222;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form input[type=text],
body.woocommerce-account #customer_login .u-column1 .woocommerce-form input[type=email],
body.woocommerce-account #customer_login .u-column1 .woocommerce-form input[type=password],
body.woocommerce-account #customer_login .u-column2 .woocommerce-form input[type=text],
body.woocommerce-account #customer_login .u-column2 .woocommerce-form input[type=email],
body.woocommerce-account #customer_login .u-column2 .woocommerce-form input[type=password] {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form input[type=text]:focus,
body.woocommerce-account #customer_login .u-column1 .woocommerce-form input[type=email]:focus,
body.woocommerce-account #customer_login .u-column1 .woocommerce-form input[type=password]:focus,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form input[type=text]:focus,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form input[type=email]:focus,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form input[type=password]:focus {
  outline: none;
  border-color: #009775;
  box-shadow: 0 0 0 3px rgba(0, 151, 117, 0.2);
  background-color: #fff;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form .password-input,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form .password-input {
  display: flex;
  align-items: center;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form .password-input input,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form .password-input input {
  flex-grow: 1;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form .password-input .show-password-input,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form .password-input .show-password-input {
  background: none;
  border: none;
  margin-left: -2.5rem;
  padding: 0;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml;base64,...");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form .woocommerce-form__label-for-checkbox,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form button.woocommerce-button,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form button.woocommerce-button {
  background-color: #009775;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form button.woocommerce-button:hover,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form button.woocommerce-button:hover {
  background-color: rgb(0, 125.5, 97.2417218543);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form button.woocommerce-button:focus,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form button.woocommerce-button:focus {
  outline: 2px solid #009775;
  outline-offset: 2px;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form .woocommerce-LostPassword,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form .woocommerce-LostPassword {
  margin-top: 1rem;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form .woocommerce-LostPassword a,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form .woocommerce-LostPassword a {
  color: #009775;
  font-weight: 500;
  text-decoration: underline;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-form .woocommerce-LostPassword a:hover,
body.woocommerce-account #customer_login .u-column2 .woocommerce-form .woocommerce-LostPassword a:hover {
  text-decoration: none;
  color: rgb(0, 100, 77.4834437086);
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-privacy-policy-text,
body.woocommerce-account #customer_login .u-column2 .woocommerce-privacy-policy-text {
  font-size: 0.875rem;
  color: #555;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-privacy-policy-text a,
body.woocommerce-account #customer_login .u-column2 .woocommerce-privacy-policy-text a {
  color: #009775;
}
body.woocommerce-account #customer_login .u-column1 .woocommerce-privacy-policy-text a:hover,
body.woocommerce-account #customer_login .u-column2 .woocommerce-privacy-policy-text a:hover {
  color: rgb(0, 100, 77.4834437086);
}

body.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  flex: 0 0 250px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0.75rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.75rem 1rem;
  color: #222;
  background-color: #fff;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #ddd;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #009775;
  color: #fff;
  border-color: #009775;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #009775;
  color: #fff;
  font-weight: 600;
  border-color: #009775;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.6;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #009775;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-bottom: 1rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content a.button, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button {
  background-color: #009775;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  color: #fff;
  font-weight: 600;
  transition: background 0.2s ease;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content a.button:hover, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:hover {
  background-color: #00795e;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .col-1, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .col-2 {
  float: unset !important;
  width: unset !important;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .col1-set:before, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .col2-set:before {
  display: none !important;
}
body.woocommerce-account .woocommerce-Addresses {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  background-color: #f8f8f8;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
}
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address a.edit {
  font-size: 0.875rem;
  color: #009775;
  text-decoration: underline;
}
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address address {
  font-style: normal;
  line-height: 1.6;
}
body.woocommerce-account .woocommerce-MyAccount-content form .form-row {
  margin-bottom: 1rem;
}
body.woocommerce-account .woocommerce-MyAccount-content form .form-row label {
  font-weight: 600;
  margin-bottom: 0.25rem;
  display: block;
}
body.woocommerce-account .woocommerce-MyAccount-content form .form-row input,
body.woocommerce-account .woocommerce-MyAccount-content form .form-row select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  background-color: #fff;
  transition: border-color 0.2s;
}
body.woocommerce-account .woocommerce-MyAccount-content form .form-row input:focus,
body.woocommerce-account .woocommerce-MyAccount-content form .form-row select:focus {
  border-color: #009775;
  outline: none;
}
body.woocommerce-account .woocommerce-MyAccount-content form fieldset {
  border: none;
  padding: 0;
  margin-top: 2rem;
}
body.woocommerce-account .woocommerce-MyAccount-content form fieldset legend {
  font-weight: 600;
  color: #222;
  margin-bottom: 1rem;
}
body.woocommerce-account .woocommerce-MyAccount-content form button[type=submit] {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce {
    flex-direction: column;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 2rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address {
    flex: 1 1 100%;
  }
}
body.woocommerce-account .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
body.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222;
  line-height: 1.5;
}
body.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
body.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #222 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}
body.woocommerce-account .select2-container--default .select2-selection--single:hover {
  border-color: #009775;
}
body.woocommerce-account .select2-container--default .select2-selection--single:focus-within {
  border-color: #009775;
  box-shadow: 0 0 0 3px rgba(0, 151, 117, 0.2);
}
body.woocommerce-account .select2-container--default .select2-dropdown {
  border-radius: 6px;
  border-color: #ccc;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
body.woocommerce-account .select2-container--default .select2-results__option {
  padding: 10px;
  font-size: 1rem;
  cursor: pointer;
}
body.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #009775;
  color: #222222;
}
body.woocommerce-account .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f0f0f0;
  color: #222222;
}

body.woocommerce-order-received ul.order_details::before,
body.woocommerce-order-received ul.order_details::after {
  display: none !important;
}
body.woocommerce-order-received .woocommerce-order {
  background: #fff;
  padding: 2rem;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 3rem;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-notice--success {
  background-color: #e6f7f2;
  color: #009775;
  border: 1px solid #b8e6da;
  padding: 1rem 1.5rem;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
  flex: 1 1 200px;
  background-color: #fafafa;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid #ddd;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.1rem;
  color: #222;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  margin-bottom: 2.5rem;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details h2.woocommerce-order-details__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 1.25rem;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table thead {
  background-color: #f8f8f8;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table thead th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tbody tr,
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr {
  border-bottom: 1px solid #eee;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td, body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tbody tr th,
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr td,
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr th {
  padding: 1rem;
  vertical-align: top;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table .product-name a {
  color: #009775;
  font-weight: 600;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table .product-name a:hover {
  text-decoration: underline;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table .product-name .product-quantity {
  font-weight: 500;
  color: #666;
  margin-left: 0.5rem;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table .product-total {
  font-weight: 600;
  color: #222;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tfoot td, body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tfoot th {
  font-size: 0.95rem;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr:last-child td,
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr:last-child th {
  font-weight: 600;
  color: #222;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 1rem;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
  font-style: normal;
  line-height: 1.6;
  color: #333;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 1rem 1.5rem;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address p {
  margin: 0.25rem 0;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone,
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--email {
  font-size: 0.95rem;
  color: #666;
}
@media (max-width: 768px) {
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
    flex-direction: column;
  }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table,
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
    font-size: 0.95rem;
  }
}

#page .woocommerce-pagination {
  margin-top: 2rem;
  text-align: center;
}
#page .woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}
#page .woocommerce-pagination ul.page-numbers li {
  border: 0;
  margin: 0;
}
#page .woocommerce-pagination ul.page-numbers a,
#page .woocommerce-pagination ul.page-numbers span {
  display: inline-block;
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 0.75rem;
  color: #222222;
  background-color: #f2f2f2;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
#page .woocommerce-pagination ul.page-numbers a:hover,
#page .woocommerce-pagination ul.page-numbers span:hover {
  background-color: #009775;
  color: #ffffff;
  border-color: #009775;
}
#page .woocommerce-pagination ul.page-numbers a:focus,
#page .woocommerce-pagination ul.page-numbers span:focus {
  outline: 2px solid #009775;
  outline-offset: 2px;
}
#page .woocommerce-pagination ul.page-numbers .current {
  background-color: #009775;
  color: #ffffff;
  cursor: default;
  font-weight: 600;
}
#page .woocommerce-pagination ul.page-numbers .dots {
  background: transparent;
  color: #999;
  border: none;
  cursor: default;
}
#page .woocommerce-pagination ul.page-numbers .dots:hover {
  background: transparent;
  color: #999;
  border: none;
  cursor: default;
}
#page .woocommerce-pagination ul.page-numbers .next,
#page .woocommerce-pagination ul.page-numbers .prev {
  font-weight: bold;
  background-color: #e5e5e5;
}
#page .woocommerce-pagination ul.page-numbers .next:hover,
#page .woocommerce-pagination ul.page-numbers .prev:hover {
  background-color: #009775;
  color: #ffffff;
}

body .price-strike {
  text-decoration: line-through;
}
body .qty-sel--small {
  width: 80px;
}
body.woocommerce-page.archive ul.products, body.woocommerce-page.single-product ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  body.woocommerce-page.archive ul.products, body.woocommerce-page.single-product ul.products {
    display: flex;
    flex-direction: column;
  }
}
body.woocommerce-page.archive ul.products li.product, body.woocommerce-page.single-product ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2rem;
  padding: 12px;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #828282;
}
@media screen and (max-width: 991px) {
  body.woocommerce-page.archive ul.products li.product, body.woocommerce-page.single-product ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
  }
}
body.woocommerce-page.archive ul.products li.product .product-image, body.woocommerce-page.single-product ul.products li.product .product-image {
  display: block;
  width: 100px;
  height: 100px;
}
body.woocommerce-page.archive ul.products li.product .info h2.woocommerce-loop-product__title, body.woocommerce-page.single-product ul.products li.product .info h2.woocommerce-loop-product__title {
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #d5d5d5;
}
body.woocommerce-page.archive ul.products li.product .info h2.woocommerce-loop-product__title a, body.woocommerce-page.single-product ul.products li.product .info h2.woocommerce-loop-product__title a {
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  color: #222222;
}
body.woocommerce-page.archive ul.products li.product .info .product-sku, body.woocommerce-page.single-product ul.products li.product .info .product-sku {
  color: #222222;
}
body.woocommerce-page.archive ul.products li.product .info .short-description ul, body.woocommerce-page.single-product ul.products li.product .info .short-description ul {
  margin: 0;
}
body.woocommerce-page.archive ul.products li.product .info .short-description ul li, body.woocommerce-page.single-product ul.products li.product .info .short-description ul li {
  list-style: disc;
}
body.woocommerce-page.archive ul.products li.product #price-qty-wrapper, body.woocommerce-page.archive ul.products li.product .price-qty-wrapper, body.woocommerce-page.single-product ul.products li.product #price-qty-wrapper, body.woocommerce-page.single-product ul.products li.product .price-qty-wrapper {
  border-top: 1px solid #d5d5d5;
}
body.woocommerce-page.archive ul.products li.product #price-qty-wrapper .price, body.woocommerce-page.archive ul.products li.product .price-qty-wrapper .price, body.woocommerce-page.single-product ul.products li.product #price-qty-wrapper .price, body.woocommerce-page.single-product ul.products li.product .price-qty-wrapper .price {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
body.woocommerce-page.archive ul.products li.product #button-wrapper .view-product, body.woocommerce-page.archive ul.products li.product #button-wrapper .add-to-basket, body.woocommerce-page.single-product ul.products li.product #button-wrapper .view-product, body.woocommerce-page.single-product ul.products li.product #button-wrapper .add-to-basket {
  width: 100%;
}
body.woocommerce-page.archive ul.products li.product #button-wrapper .view-product .button, body.woocommerce-page.archive ul.products li.product #button-wrapper .add-to-basket .button, body.woocommerce-page.single-product ul.products li.product #button-wrapper .view-product .button, body.woocommerce-page.single-product ul.products li.product #button-wrapper .add-to-basket .button {
  margin-top: unset;
  vertical-align: unset;
  float: unset;
}
body.woocommerce-page.archive ul.products li.product #button-wrapper .button, body.woocommerce-page.single-product ul.products li.product #button-wrapper .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
body.woocommerce-page.archive ul.products li.product #button-wrapper .view-product .button, body.woocommerce-page.single-product ul.products li.product #button-wrapper .view-product .button {
  background-color: #222222;
  color: #f1f1f1;
}
body.woocommerce-page.archive ul.products li.product #button-wrapper .add-to-basket .button, body.woocommerce-page.single-product ul.products li.product #button-wrapper .add-to-basket .button {
  background-color: #009775;
  color: #f1f1f1;
}
@media screen and (min-width: 48em) {
  body.woocommerce-page.archive ul.products li.product, body.woocommerce-page.single-product ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  body.woocommerce-page.archive ul.products li.product.first, body.woocommerce-page.single-product ul.products li.product.first {
    clear: both;
  }
  body.woocommerce-page.archive ul.products li.product.last, body.woocommerce-page.single-product ul.products li.product.last {
    margin-right: 0;
  }
  body.woocommerce-page.archive ul.products.columns-1 li.product, body.woocommerce-page.single-product ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  body.woocommerce-page.archive ul.products.columns-2 li.product, body.woocommerce-page.single-product ul.products.columns-2 li.product {
    width: 48.1%;
  }
  body.woocommerce-page.archive ul.products.columns-3 li.product, body.woocommerce-page.single-product ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  body.woocommerce-page.archive ul.products.columns-4 li.product, body.woocommerce-page.single-product ul.products.columns-4 li.product {
    width: 22.15%;
  }
  body.woocommerce-page.archive ul.products.columns-5 li.product, body.woocommerce-page.single-product ul.products.columns-5 li.product {
    width: 16.96%;
  }
  body.woocommerce-page.archive ul.products.columns-6 li.product, body.woocommerce-page.single-product ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}

.hypertherm-search-box {
  background: linear-gradient(135deg, #18b394 0%, #1fa88b 100%);
  padding: 40px 20px;
}

.hypertherm-search-inner {
  margin: 0 auto;
  max-width: 760px;
}

.hypertherm-search-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.hypertherm-search-text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.hypertherm-search-fields {
  gap: 0;
  margin: 0 auto;
  max-width: 520px;
}

.hypertherm-search-input {
  border: 0;
  border-radius: 0;
  min-height: 48px;
}

.hypertherm-search-button {
  align-items: center;
  border-radius: 0;
  display: inline-flex;
  justify-content: center;
  min-height: 48px;
  min-width: 56px;
}

.hypertherm-search-box .clear-search-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 6px 16px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hypertherm-search-box .clear-search-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #1c1c1c;
  text-decoration: none;
}

.hypertherm-search-box .clear-search-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.35);
  outline: none;
}

body.single-product .site-main {
  padding: 2rem 1rem;
  background: #f1f1f1;
}
body.single-product .site-main .product {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background: #ffffff;
  border-radius: 6px;
  padding: 2rem;
}
body.single-product .site-main .product .woocommerce-product-gallery {
  flex: 1 1 400px;
}
@media (min-width: 768px) {
  body.single-product .site-main .product .woocommerce-product-gallery {
    max-width: 500px;
  }
}
body.single-product .site-main .product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child {
  margin-bottom: 2rem;
}
body.single-product .site-main .product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child img {
  opacity: 1;
  border: 0;
  border-radius: 6px;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
body.single-product .site-main .product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  opacity: 0.5;
  transition: 0.5s all;
  border: 2px solid #222222;
  border-radius: 6px;
}
body.single-product .site-main .product .woocommerce-product-gallery .woocommerce-product-gallery__image img:hover {
  opacity: 1;
  transition: 0.5s all;
}
body.single-product .site-main .product .summary {
  flex: 1 1 400px;
}
body.single-product .site-main .product .summary .product_title {
  color: #222222;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
body.single-product .site-main .product .summary .price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #009775;
  margin-bottom: 1rem;
}
body.single-product .site-main .product .summary .price small {
  color: #7a7a7a;
  font-size: 0.9rem;
}
body.single-product .site-main .product .summary .woocommerce-product-details__short-description {
  margin-bottom: 1.5rem;
}
body.single-product .site-main .product .summary .woocommerce-product-details__short-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.single-product .site-main .product .summary .woocommerce-product-details__short-description ul li {
  margin-bottom: 0.5rem;
  color: #0a0c00;
}
body.single-product .site-main .product .summary .variations {
  margin-bottom: 1rem;
}
body.single-product .site-main .product .summary .variations select {
  width: 100%;
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #cccccc;
  color: #0a0c00;
  background-color: #f1f1f1;
}
body.single-product .site-main .product .summary .quantity {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
body.single-product .site-main .product .summary .quantity input[type=number] {
  width: 80px;
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #cccccc;
}
body.single-product .site-main .product .summary .single_add_to_cart_button {
  background: #009775;
  border: none;
  color: #f1f1f1;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
body.single-product .site-main .product .summary .single_add_to_cart_button:hover {
  background: rgb(0, 100, 77.4834437086);
}
body.single-product .site-main .product .summary .single_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body.single-product .site-main .product .summary .reset_variations {
  font-size: 0.85rem;
  color: #21759b;
  margin-top: 0.5rem;
}
body.single-product .site-main .product .summary .product_meta {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  color: #828282;
}
body.single-product .site-main .product .summary .product_meta a {
  color: #009775;
}
body.single-product .site-main .product .summary .product_meta a:hover {
  color: rgb(0, 100, 77.4834437086);
}
body.single-product .site-main .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
body.single-product .site-main .woocommerce-tabs ul.tabs li {
  border: 1px solid #009775;
  background-color: #f1f1f1;
  color: #009775;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
  transition: all 0.3s ease;
}
body.single-product .site-main .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #009775;
  text-decoration: none;
}
body.single-product .site-main .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: rgb(0, 100, 77.4834437086);
}
body.single-product .site-main .woocommerce-tabs ul.tabs li.active {
  background: #009775;
  color: #f1f1f1;
  z-index: 2;
  border-bottom-color: #009775;
}
body.single-product .site-main .woocommerce-tabs ul.tabs li.active a {
  color: #f1f1f1;
  text-shadow: none;
}
body.single-product .site-main .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #009775;
}
body.single-product .site-main .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #009775;
}
body.single-product .site-main .woocommerce-tabs ul.tabs li::before, body.single-product .site-main .woocommerce-tabs ul.tabs li::after {
  border: 1px solid #009775;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box;
}
body.single-product .site-main .woocommerce-tabs ul.tabs li::before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #f1f1f1;
}
body.single-product .site-main .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #f1f1f1;
}
body.single-product .site-main .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #009775;
  z-index: 1;
}
body.single-product .site-main .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
  color: #0a0c00;
}
body.single-product .site-main .woocommerce-tabs .panel h2, body.single-product .site-main .woocommerce-tabs .panel h3, body.single-product .site-main .woocommerce-tabs .panel h4 {
  color: #009775;
}
body.single-product .site-main .woocommerce-tabs .panel p, body.single-product .site-main .woocommerce-tabs .panel ul, body.single-product .site-main .woocommerce-tabs .panel li {
  color: #0a0c00;
}
body.single-product .site-main .related.products {
  margin-top: 3rem;
}
body.single-product .site-main .related.products > h2 {
  margin-bottom: 3rem;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
body.single-product .site-main .related.products ul.products {
  display: flex;
}
body.single-product .site-main .related.products ul.products li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  body.single-product .site-main .related.products ul.products li:not(:last-child) {
    margin-bottom: 1rem !important;
  }
}
body.single-product .site-main .related.products form.cart {
  width: 100% !important;
  margin-bottom: unset !important;
}

/*# sourceMappingURL=woocommerce.css.map */
