:root {
  --color-black: #202020;
  --color-black-1: #222529;
  --color-white: #ffffff;
  --color-orange: #ffaa68;
  --color-green: #323808;
  --font-family: "Helvetica", sans-serif;
  --font-regular: "Helvetica", sans-serif;
  --font-bold: "Helvetica", sans-serif;
}

.btn {
  border: 0 none;
  background-color: transparent;
}

.btn-option {
  height: 68px;
  color: var(--color-black);
  border: 1px solid var(--color-grey-1);
  background: rgba(255, 255, 255, 0.35);
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  line-height: 110%;
  font-family: var(--font-family);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 290px;
}
@media (max-width: 1920px) {
  .btn-option {
    height: 58px;
    font-size: 18px;
  }
}

.btn-none-red {
  height: 68px;
  color: var(--color-red);
  background-color: transparent;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  line-height: 110%;
  font-family: var(--font-family);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
}
@media (max-width: 1920px) {
  .btn-none-red {
    height: 58px;
    font-size: 18px;
    max-width: 290px;
  }
}
@media (max-width: 1440px) {
  .btn-none-red {
    height: 48px;
    font-size: 16px;
    padding: 12px 0;
  }
}
.btn-none-red span {
  margin-right: 5px;
}
.btn-none-red svg {
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
}
.btn-none-red path {
  stroke: var(--color-red);
}
.btn-none-red:hover {
  color: var(--color-red-6);
}
.btn-none-red:hover path {
  stroke: var(--color-red-6);
}

.btn-red {
  height: 68px;
  color: var(--color-white);
  background-color: var(--color-red);
  padding: 16px 40px 14px;
  cursor: pointer;
  font-size: 20px;
  line-height: 110%;
  font-family: var(--font-bold);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  border-radius: 33px;
}
@media (max-width: 1920px) {
  .btn-red {
    height: 58px;
    padding: 16px 40px 14px;
    font-size: 18px;
    max-width: 385px;
  }
}
@media (max-width: 1440px) {
  .btn-red {
    height: 48px;
    font-size: 16px;
    padding: 12px 40px;
    max-width: 300px;
  }
}
.btn-red.active {
  background-color: var(--color-red-2);
}
.btn-red.dissabled {
  background-color: rgba(212, 84, 76, 0.3);
}
.btn-red:hover {
  background-color: var(--color-red-2);
}

.btn-black {
  height: 68px;
  color: var(--color-white);
  background-color: var(--color-black);
  padding: 16px 40px 14px;
  cursor: pointer;
  font-size: 20px;
  line-height: 110%;
  font-family: var(--font-bold);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  border-radius: 33px;
}
@media (max-width: 1920px) {
  .btn-black {
    height: 58px;
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .btn-black {
    height: 48px;
    font-size: 16px;
    padding: 12px 40px;
  }
}
.btn-black:hover {
  background-color: var(--color-grey-2);
}
.btn-black.active {
  background-color: var(--color-black);
}
.btn-black.dissabled {
  background-color: rgba(32, 32, 32, 0.3);
}

.btn-black-arrow {
  height: 68px;
  color: var(--color-white);
  background-color: var(--color-black);
  padding: 17px 40px 17px;
  cursor: pointer;
  font-size: 20px;
  line-height: 110%;
  font-family: var(--font-bold);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  border-radius: 33px;
}
@media (max-width: 1920px) {
  .btn-black-arrow {
    height: 58px;
    font-size: 18px;
  }
}
.btn-black-arrow:hover {
  background-color: var(--color-grey-2);
}
.btn-black-arrow.active {
  background-color: var(--color-black);
}
.btn-black-arrow.dissabled {
  background-color: rgba(32, 32, 32, 0.3);
}

.btn-none {
  border: 0 none;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.btn-link {
  border: 0 none;
  border-radius: 0;
  margin: 0;
  padding: 0 0 3px;
  color: var(--color-black);
  font-family: var(--font-bold);
  font-size: 14px;
  position: relative;
}
.btn-link:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}

#main {
  min-height: 30vh;
}

.p-page.p-home .page-content .elementor-section-wrap > .elementor-section-boxed {
  margin-left: 0;
  margin-right: 0;
}
.p-page:not(.p-home) .container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .p-page:not(.p-home) .page-content .elementor-section-wrap > section {
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
  }
}
.p-page:not(.p-home) .elementor-toggle-item {
  padding-bottom: 10px;
}
.p-page:not(.p-home) .elementor-toggle .elementor-tab-title {
  transition: all 0.3s linear;
}
.p-page:not(.p-home) .elementor-toggle .elementor-tab-title a {
  letter-spacing: 0.05rem;
  font-weight: 500;
}
.p-page:not(.p-home) .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
  transition: color 0.3s linear;
}
.p-page:not(.p-home) .elementor-toggle .elementor-tab-title:hover {
  background-color: var(--color-green);
}
.p-page:not(.p-home) .elementor-toggle .elementor-tab-title:hover a {
  color: var(--color-orange);
}
.p-page:not(.p-home) .elementor-toggle .elementor-tab-title:hover .elementor-toggle-icon {
  color: var(--color-orange);
}
.p-page:not(.p-home) .elementor-toggle .elementor-tab-title.elementor-active {
  background-color: var(--color-green);
}
.p-page:not(.p-home) .elementor-toggle .elementor-tab-title.elementor-active a {
  color: var(--color-orange);
}
.p-page:not(.p-home) .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
  color: var(--color-orange);
}
.p-page:not(.p-home) .elementor-toggle .elementor-toggle-title:hover {
  text-decoration: none;
}
.button, a {
  transition: all 0.3s linear;
}

.porto-woo-category-sidebar .pin-wrapper {
  transition: height 0.3s linear;
}

.single-product .single_add_to_cart_button {
  background-color: var(--color-orange);
}
.single-product .single_add_to_cart_button:hover {
  background-color: var(--color-black-1);
}

#panel-cart-discount .coupon {
  display: none;
}

#header .mobile-toggle {
  color: var(--color-orange);
}
@media screen and (max-width: 640px) {
  #header .header-main .header-row {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header .header-main .header-row .header-center {
  flex: 0 0 60%;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  #header .header-main .header-row .header-center {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#header .header-main .header-row .header-center .custom-html:first-of-type {
  display: none;
}
@media (max-width: 1024px) {
  #header .header-main .header-row .header-center .custom-html:first-of-type {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    right: 15px;
    top: 8px;
  }
}
#header .header-main .header-row .header-center .custom-html:first-of-type .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
#header .header-main .header-row .header-center .custom-html:first-of-type .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
  color: var(--color-orange);
}
#header .header-main .header-row .header-center .custom-html:first-of-type .wpml-ls-legacy-list-horizontal .wpml-ls-item .wpml-ls-link {
  padding-left: 5px;
  padding-right: 5px;
}
#header .header-main .header-row .header-center .custom-html:first-of-type .wpml-ls-legacy-list-horizontal .wpml-ls-display {
  font-weight: 500;
}
#header .header-main .header-row .header-center .custom-html:last-of-type {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #header .header-main .header-row .header-center .custom-html:last-of-type {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  #header .header-main .header-row .header-center .custom-html:last-of-type > p {
    display: none;
  }
}
#header .header-bottom .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
  color: var(--color-orange);
}
#header .header-bottom .wpml-ls-legacy-list-horizontal .wpml-ls-display {
  font-weight: 500;
}

.shop-loop-before.sticky {
  transform: translateY(10px);
}

.footer-wrapper {
  padding-top: 80px;
}

#footer .porto-block > section {
  padding-left: 15px;
  padding-right: 15px;
}
#footer .elementor-icon-list-item > a {
  display: inline-flex;
  align-items: center;
}
#footer .elementor-icon-list-item > a > span {
  display: inline-flex;
  align-items: center;
}
