.btn, .button {
  padding: 0.625em 1.25em;
  border: none;
  border-radius: 0;
  font-weight: 400;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}
.btn-search, .button-search {
  outline: 0;
  border: 0;
  background: transparent;
}
.btn:focus, .button:focus {
  box-shadow: none;
}
.btn.btn-primary, .btn.button-primary, .button.btn-primary, .button.button-primary {
  background: #231F20;
  color: #FFFFFF;
  font-weight: 400;
  transition: all 0.3s ease-out;
  position: relative;
  letter-spacing: 1.6px;
}
.btn.btn-primary::before, .btn.button-primary::before, .button.btn-primary::before, .button.button-primary::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #606060 0%, #0F0F0F 100%);
  z-index: -1;
  transition: opacity 0.3s linear;
  opacity: 0;
}
.btn.btn-primary:hover, .btn.button-primary:hover, .button.btn-primary:hover, .button.button-primary:hover {
  transform: scale(1.01);
  color: #FFFFFF;
  cursor: pointer;
}
.btn.btn-primary:hover::before, .btn.button-primary:hover::before, .button.btn-primary:hover::before, .button.button-primary:hover::before {
  opacity: 1;
}
.btn.btn-primary:active, .btn.button-primary:active, .button.btn-primary:active, .button.button-primary:active {
  background: #231F20;
}
.btn.btn-primary:disabled, .btn.btn-primary.disabled, .btn.button-primary:disabled, .btn.button-primary.disabled, .button.btn-primary:disabled, .button.btn-primary.disabled, .button.button-primary:disabled, .button.button-primary.disabled {
  background: #CCCCCC;
  color: #E5E5E5;
}
.btn.btn-product-primary, .button.btn-product-primary {
  background: #231F20;
  color: #FFFFFF;
  font-weight: 400 !important;
  transition: all 0.3s ease-out;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.btn.btn-product-primary.small, .button.btn-product-primary.small {
  font-size: 14px;
}
.btn.btn-product-primary > img, .button.btn-product-primary > img {
  max-width: 20px;
}
.btn.btn-product-primary::before, .button.btn-product-primary::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #606060 0%, #0F0F0F 100%);
  z-index: -1;
  transition: opacity 0.3s linear;
  opacity: 0;
}
.btn.btn-product-primary:hover, .button.btn-product-primary:hover {
  transform: scale(1.01);
  color: #FFFFFF;
  cursor: pointer;
}
.btn.btn-product-primary:hover::before, .button.btn-product-primary:hover::before {
  opacity: 1;
}
.btn.btn-product-primary:active, .button.btn-product-primary:active {
  background: #231F20;
}
.btn.btn-product-primary:disabled, .btn.btn-product-primary.disabled, .button.btn-product-primary:disabled, .button.btn-product-primary.disabled {
  background: #CCCCCC;
  color: #E5E5E5;
}
.btn.btn-secondary, .button.btn-secondary {
  background: #FFFFFF;
  color: #231F20;
  border: 1px solid #231F20;
  transition: all 0.3s ease-out;
  position: relative;
  letter-spacing: 1.6px;
}
.btn.btn-secondary::before, .button.btn-secondary::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%);
  z-index: -1;
  transition: opacity 0.3s linear;
  opacity: 0;
}
.btn.btn-secondary:hover, .button.btn-secondary:hover {
  transform: scale(1.01);
  cursor: pointer;
  border: 1px solid #231F20;
}
.btn.btn-secondary:hover::before, .button.btn-secondary:hover::before {
  opacity: 1;
}
.btn.btn-secondary:disabled, .btn.btn-secondary.disabled, .button.btn-secondary:disabled, .button.btn-secondary.disabled {
  background: #FAFAFA;
  color: #D6D6D6;
}
.btn.btn-category, .button.btn-category {
  position: relative;
  white-space: nowrap;
}
.btn.btn-category::before, .button.btn-category::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  width: 0px;
  opacity: 0.2;
}
.btn.btn-category.active::before, .button.btn-category.active::before {
  width: 6px;
}
.btn.btn-category:hover::before, .button.btn-category:hover::before {
  width: 100%;
}
.btn.btn-category-neutral, .button.btn-category-neutral {
  position: relative;
}
.btn.btn-category-neutral::before, .button.btn-category-neutral::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  width: 6px;
  border-radius: 10px;
  background-color: #898989;
  opacity: 1;
}
.btn.btn-category-neutral.active, .btn.btn-category-neutral:hover, .button.btn-category-neutral.active, .button.btn-category-neutral:hover {
  color: #FFFFFF;
}
.btn.btn-category-neutral.active::before, .btn.btn-category-neutral:hover::before, .button.btn-category-neutral.active::before, .button.btn-category-neutral:hover::before {
  width: 100%;
}
.btn.btn-category-dark, .button.btn-category-dark {
  position: relative;
}
.btn.btn-category-dark::before, .button.btn-category-dark::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  width: 0px;
  opacity: 0.2;
}
.btn.btn-category-dark:hover::before, .button.btn-category-dark:hover::before {
  background: #000000;
  width: 100%;
  opacity: 0.2;
}
.btn.btn-category-dark.active, .button.btn-category-dark.active {
  color: #000000;
  font-weight: 700;
}
.btn.btn-category-dark.active::before, .button.btn-category-dark.active::before {
  width: 6px;
  opacity: 1;
  background: #000000;
}
.btn.btn-category-dark.active:hover::before, .button.btn-category-dark.active:hover::before {
  background: #000000;
  width: 100%;
  opacity: 0.2;
}
.btn.btn-category-underline, .button.btn-category-underline {
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
  border-radius: 2px;
  padding: 3px 8px;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn.btn-category-underline:hover, .btn.btn-category-underline.active, .button.btn-category-underline:hover, .button.btn-category-underline.active {
  background-color: #231F2015;
  border-bottom: 2px solid #231F20;
}
.btn.btn-category-underline-neutral, .button.btn-category-underline-neutral {
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
  border-radius: 2px;
  padding: 3px 8px;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn.btn-category-underline-neutral:hover, .btn.btn-category-underline-neutral.active, .button.btn-category-underline-neutral:hover, .button.btn-category-underline-neutral.active {
  background-color: #89898915;
  border-bottom: 2px solid #898989;
}
.btn.btn-category-underline-dark, .button.btn-category-underline-dark {
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
  border-radius: 2px;
  padding: 3px 8px;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn.btn-category-underline-dark:hover, .btn.btn-category-underline-dark.active, .button.btn-category-underline-dark:hover, .button.btn-category-underline-dark.active {
  background-color: #89898935;
  border-bottom: 2px solid #898989;
}

/*
 * Specific for filters buttons
 * Later move inside .btn main class and specify what are btn-filters to make it reachable from php
 */
.filters a[aria-expanded=false] {
  position: relative;
}
.filters a[aria-expanded=false] button.btn-primary-light {
  background: #FFFFFF;
  color: #231F20;
  border-color: #231F20;
}
.filters a[aria-expanded=false] button.btn-primary-light i {
  color: #FFFFFF;
}
.filters a[aria-expanded=false]::after {
  position: absolute;
  left: unset;
  right: 5%;
  top: 50%;
  color: #231F20;
  transform: translateY(-50%) rotate(0) !important;
}
.filters a[aria-expanded=true] button.btn-primary-light {
  background: #231F20;
  color: #FFFFFF;
  border-color: #231F20;
}
.filters a[aria-expanded=true] button.btn-primary-light i {
  color: #FFFFFF;
}
.filters a[aria-expanded=true]::after {
  position: absolute;
  left: unset;
  right: 5%;
  top: 50%;
  color: #FFFFFF;
  transform: translateY(-50%) rotate(180deg) !important;
}

#wp-submit {
  height: 44px;
  min-width: 10vh;
  width: 100%;
  background: #231F20;
  color: #FFFFFF;
  border-radius: 0;
  border: none;
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease-out;
  position: relative;
  text-transform: uppercase;
}
#wp-submit::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #606060 0%, #0F0F0F 100%);
  z-index: -1;
  transition: opacity 0.3s linear;
  opacity: 0;
}
#wp-submit:hover {
  transform: scale(1.01);
  color: #FFFFFF;
  cursor: pointer;
}
#wp-submit:hover::before {
  opacity: 1;
}