.subtitle {
  color: var(--color-primary);
  padding: 10px 20px;
  z-index: 10;
  position: relative;
  text-transform: uppercase;
  width: fit-content;
  font-size: 1rem !important;
}

.subtitle::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: skewX(-6deg);
  border-radius: 8px;
}

/* *,
.socialFooter, 
.contactButton{
    border-radius: 0!important;
} */

.mobile .current-menu-ancestor .current-menu-item > a {
  margin-bottom: 10px !important;
}

.mobile li:hover > a,
.mobile .current-menu-item > a,
.mobile .current-menu-ancestor > a {
  border-bottom: solid;
}

#footerMenu > li {
  position: relative;
}
#footerMenu .sub-menu li {
  margin-bottom: 10px;
  padding-left: 30px;
}
#footerMenu .sub-menu {
  z-index: 100;

  min-width: 300px;
  left: 0;
  top: 30px;
  background: #000000aa;
  position: absolute;
}

#commentform .submit,
.buttonWoo {
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  /* border-width: 1px; */
  --tw-border-opacity: 1;
  /* border-color: rgb(255 77 115 / var(--tw-border-opacity)); */
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: white;
  background-color: var(--color-tertiary);
}

#commentform .submit:hover,
.buttonWoo:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 77 115 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.buttonWoo.smaller {
  height: 35px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 8px;
  border: none;
  color: white;
  background: var(--color-tertiary);
}

.buttonWoo.smaller:hover {
  background: var(--color-primary);
}

.woocommerce div.images img {
  border-radius: 16px;
}

.filterItem {
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  border-radius: 8px;
}

.filterItem.radio {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.filterItem.radio:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 77 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.filterItem.color {
  height: 40px;
  width: 40px;
}

.filterItem.radio.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 77 115 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.filterItem.color.active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 77 115 / var(--tw-border-opacity));
}
