.nav-container .logo img, footer .logo img {
  height: 70px;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
  display: flex;
  justify-content: flex-end;
}

.screen-reader-text {
  visibility: hidden;
  display: none;
}

.trp-language-switcher > div {
  background-color: #000000;
  color: #ffffff;
}
.trp-language-switcher > div a {
  color: inherit;
}
.trp-language-switcher > div a:hover {
  background: transparent;
}

footer .logo-socials-footer {
  text-align: right;
  margin-top: 2rem;
}
footer .logo-socials-footer .logo, footer .logo-socials-footer .socials {
  display: flex;
  justify-content: flex-end;
  margin: 0.5rem 0;
}
@media screen and (max-width: 992px) {
  footer .logo-socials-footer .logo, footer .logo-socials-footer .socials {
    justify-content: center;
  }
}
footer .logo-socials-footer .logo {
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  footer .logo-socials-footer {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  footer .footer-menu {
    text-align: center;
  }
}

form.cart {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-top: 0.5rem;
}
form.cart .quantity input {
  height: 100%;
  max-width: 100px;
}
form.cart .button {
  background-color: #00d084;
  color: #ffffff;
  transition: background-color 200ms ease-in-out;
}
form.cart .button:hover {
  background-color: #048958;
}

.entry-content,
.page-content {
  font-family: Arial, sans-serif;
  color: #333;
  padding: 20px;
}
.entry-content .container,
.page-content .container {
  max-width: 800px;
  margin: 0 auto;
}

.woocommerce-MyAccount-navigation {
  background-color: white;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation li.is-active a {
  font-weight: bold;
  color: #00D085;
}
.woocommerce-MyAccount-navigation li:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation a {
  color: #333;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  border-radius: 0;
  transition: color 0.3s, background-color 0.3s;
}
.woocommerce-MyAccount-navigation a:hover {
  background-color: rgb(0, 157, 100.3894230769);
  color: white;
}

.woocommerce-MyAccount-content,
.woocommerce-notices-wrapper {
  background-color: white;
  padding: 20px;
  border-radius: 0;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content p,
.woocommerce-notices-wrapper p {
  margin: 0 0 15px;
  line-height: 1.6;
}
.woocommerce-MyAccount-content p strong,
.woocommerce-notices-wrapper p strong {
  color: #00D085;
}
.woocommerce-MyAccount-content p a,
.woocommerce-notices-wrapper p a {
  color: #00D085;
  text-decoration: underline;
}
.woocommerce-MyAccount-content p a:hover,
.woocommerce-notices-wrapper p a:hover {
  color: rgb(0, 157, 100.3894230769);
}

#customer_login {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 20px;
}
#customer_login .u-column1,
#customer_login .u-column2 {
  width: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#customer_login .u-column1 h2,
#customer_login .u-column2 h2 {
  color: #000000;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
#customer_login .u-column1 .woocommerce-form-row,
#customer_login .u-column2 .woocommerce-form-row {
  margin-bottom: 15px;
}
#customer_login .u-column1 .woocommerce-form-row label,
#customer_login .u-column2 .woocommerce-form-row label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
#customer_login .u-column1 .woocommerce-form-row input[type=text],
#customer_login .u-column1 .woocommerce-form-row input[type=email],
#customer_login .u-column1 .woocommerce-form-row input[type=password],
#customer_login .u-column2 .woocommerce-form-row input[type=text],
#customer_login .u-column2 .woocommerce-form-row input[type=email],
#customer_login .u-column2 .woocommerce-form-row input[type=password] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-top: 5px;
}
#customer_login .u-column1 .form-row,
#customer_login .u-column2 .form-row {
  display: block;
  margin: 0.5rem 0;
}
#customer_login .u-column1 .form-row .woocommerce-form__label-for-checkbox,
#customer_login .u-column2 .form-row .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
#customer_login .u-column1 .form-row button.woocommerce-button,
#customer_login .u-column1 .form-row button.woocommerce-Button,
#customer_login .u-column2 .form-row button.woocommerce-button,
#customer_login .u-column2 .form-row button.woocommerce-Button {
  background-color: #000000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
#customer_login .u-column1 .form-row button.woocommerce-button:hover,
#customer_login .u-column1 .form-row button.woocommerce-Button:hover,
#customer_login .u-column2 .form-row button.woocommerce-button:hover,
#customer_login .u-column2 .form-row button.woocommerce-Button:hover {
  background-color: rgb(0, 157, 100.3894230769);
}
#customer_login .u-column1 .woocommerce-LostPassword,
#customer_login .u-column2 .woocommerce-LostPassword {
  margin-top: 15px;
}
#customer_login .u-column1 .woocommerce-LostPassword a,
#customer_login .u-column2 .woocommerce-LostPassword a {
  color: #00D085;
}
#customer_login .u-column1 .woocommerce-LostPassword a:hover,
#customer_login .u-column2 .woocommerce-LostPassword a:hover {
  color: rgb(0, 157, 100.3894230769);
}
#customer_login .u-column1 .woocommerce-privacy-policy-text,
#customer_login .u-column2 .woocommerce-privacy-policy-text {
  font-size: 0.85rem;
  margin-top: 10px;
  color: #666;
}
#customer_login .u-column1 .woocommerce-privacy-policy-text a,
#customer_login .u-column2 .woocommerce-privacy-policy-text a {
  color: #00D085;
  text-decoration: underline;
}
#customer_login .u-column1 .woocommerce-privacy-policy-text a:hover,
#customer_login .u-column2 .woocommerce-privacy-policy-text a:hover {
  color: rgb(0, 157, 100.3894230769);
}

.stock.available-on-backorder {
  font-style: italic;
  margin-top: 12px;
  font-weight: 600;
}

.blackfriday-banner {
  width: 100%;
  max-height: 75vh;
  object-fit: cover;
}

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