@font-face {
  font-family: "Bw Modelica LGC";
  src: url("/wp-content/themes/artday/assets/fonts/bw-modelica/Bw%20Modelica%20LGC%20Regular.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Bw Modelica LGC";
  src: url("/wp-content/themes/artday/assets/fonts/bw-modelica/Bw%20Modelica%20LGC%20Bold.woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Bw Modelica LGC";
  src: url("/wp-content/themes/artday/assets/fonts/bw-modelica/Bw%20Modelica%20LGC%20Light.woff2");
  font-weight: 400;
}
::-webkit-scrollbar-thumb {
  background: #8F6D4F;
}

::-webkit-scrollbar-track {
  background: #f2f2f2;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #8F6D4F #f2f2f2;
}

body {
  min-height: 100vh;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around; */
  font-family: "Bw Modelica LGC", sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

#policy-modal .gold-button, #terms-modal .gold-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  background: #8F6D4F;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  border: none;
}

.landing-header {
  color: #FFF;
  position: relative;
  background-image: url("/wp-content/uploads/2024/01/anazo-background-jpg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.landing-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}
.landing-header .landing-header-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 120px 16px 120px;
}
.landing-header .landing-header-wrapper .logo {
  display: flex;
  justify-content: center;
}
.landing-header .landing-header-wrapper .logo img {
  width: 403px;
}
.landing-header .landing-header-wrapper .content {
  max-width: 1400px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
}
.landing-header .landing-header-wrapper .content .subtitle {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: 4px;
}
.landing-header .landing-header-wrapper .content .main-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.landing-header .landing-header-wrapper .content .main-content .title {
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 96px */
  max-width: 974px;
}
.landing-header .landing-header-wrapper .content .main-content .info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}
.landing-header .landing-header-wrapper .content .main-content .info .text {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
}
.landing-header .landing-header-wrapper .content .main-content .info .bold-text {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
}
.landing-header .landing-header-wrapper .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.landing-header .landing-header-wrapper .contact a {
  color: #8A7459;
}
@media only screen and (max-width: 1200px) {
  .landing-header .landing-header-wrapper .content .main-content {
    padding: 10px;
  }
  .landing-header .landing-header-wrapper .content .main-content .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .landing-header {
    background-image: url("/wp-content/uploads/2024/01/anazo-background-mobile-jpg.webp");
  }
  .landing-header .landing-header-wrapper {
    gap: 55px;
    padding-top: 100px;
  }
  .landing-header .landing-header-wrapper .logo img {
    width: 178px;
  }
  .landing-header .landing-header-wrapper .content .main-content {
    padding: 10px;
  }
  .landing-header .landing-header-wrapper .content .main-content .title {
    font-size: 30px;
    line-height: 120%; /* 36px */
  }
  .landing-header .landing-header-wrapper .content .main-content .info .text {
    max-width: 296px;
    line-height: 18px;
  }
  .landing-header .landing-header-wrapper .contact {
    flex-direction: column;
    padding: 16px 0px;
    gap: 0px;
  }
}

#newsletter {
  color: #D7D7D7;
}
#newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 39px;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  max-width: 472px;
  width: 100%;
}
#newsletter .newsletter-form p, #newsletter .newsletter-form label {
  margin: 0;
}
#newsletter .newsletter-form .header {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#newsletter .newsletter-form .header .title {
  color: #D7D7D7;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 4.8px;
}
#newsletter .newsletter-form .email-input {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
#newsletter .newsletter-form .email-input p, #newsletter .newsletter-form .email-input label {
  width: 100%;
}
#newsletter .newsletter-form .email-input input[type=email] {
  color: #D7D7D7;
  background-color: #000000;
  font-family: Bw Modelica LGC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  border: none;
  border-bottom: 1px solid #8D8D8D;
  max-width: 472px;
  width: 100%;
  padding: 16px;
}
#newsletter .newsletter-form .email-input input[type=email]:focus {
  outline: none;
}
#newsletter .newsletter-form .termsandsubmit {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#newsletter .newsletter-form .termsandsubmit .terms {
  display: flex;
  gap: 12px;
  color: #B4B4B4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
#newsletter .newsletter-form .termsandsubmit .terms a {
  color: #FFF;
  font-weight: 600;
  line-height: 150%;
  text-decoration-line: underline;
}
#newsletter .newsletter-form .termsandsubmit .submit {
  align-items: center;
  justify-content: center;
  display: flex;
}
#newsletter .newsletter-form .termsandsubmit .submit p {
  flex: 0 1 472px;
}
#newsletter .newsletter-form .termsandsubmit .submit input[type=submit] {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  background: #8F6D4F;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  border: none;
  max-width: 472px;
  width: 100%;
  box-shadow: none !important;
  text-shadow: none !important;
}
@media only screen and (max-width: 768px) {
  #newsletter {
    padding: 24px 0;
  }
  #newsletter .newsletter-form {
    gap: 24px;
  }
  #newsletter .newsletter-form .header .title {
    font-size: 16px;
  }
  #newsletter .newsletter-form .inputs {
    padding: 10px 0;
    flex-direction: column;
    gap: 12px;
  }
  #newsletter .newsletter-form .inputs p:first-child {
    flex: 0 1 0;
  }
  #newsletter .newsletter-form .inputs p {
    width: 100%;
  }
  #newsletter .newsletter-form .inputs input[type=email] {
    max-width: 100%;
  }
  #newsletter .newsletter-form .inputs input[type=submit] {
    width: 100%;
  }
}

#site-footer {
  background-color: #FFF;
  color: #000000;
  padding: 48px 0 0 0;
}
#site-footer .site-footer-wrapper {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
#site-footer .site-footer-wrapper a {
  color: #000000;
}
#site-footer .site-footer-wrapper .contact-info-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1073px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
#site-footer .site-footer-wrapper .contact-info-container .contact-info-header {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
}
#site-footer .site-footer-wrapper .contact-info-container .contact-info-blocks {
  display: flex;
  gap: 40px;
}
#site-footer .site-footer-wrapper .contact-info-container .contact-info-blocks .contact-info-block {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
#site-footer .site-footer-wrapper .contact-info-container .contact-info-blocks .contact-info-block .city {
  color: #606060;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: 4px;
  padding-bottom: 16px;
}
#site-footer .site-footer-wrapper .footer-links {
  padding: 42px 0px;
  max-width: 1599px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#site-footer .site-footer-wrapper .footer-links .social-links {
  display: flex;
  align-items: center;
  max-width: 402px;
  width: 100%;
  justify-content: space-between;
}
#site-footer .site-footer-wrapper .footer-links .social-links .header {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
}
#site-footer .site-footer-wrapper .footer-links .social-links .links {
  display: flex;
  gap: 24px;
}
#site-footer .site-footer-wrapper .footer-links .copyright {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media only screen and (max-width: 1000px) {
  #site-footer .site-footer-wrapper .footer-links {
    flex-direction: column;
    gap: 24px;
  }
  #site-footer .site-footer-wrapper .footer-links .social-links {
    max-width: 328px;
  }
}
@media only screen and (max-width: 768px) {
  #site-footer .site-footer-wrapper .contact-info-container .contact-info-blocks {
    flex-direction: column;
  }
  #site-footer .site-footer-wrapper .contact-info-container .contact-info-blocks .contact-info-block {
    font-size: 12px;
    gap: 8px;
  }
  #site-footer .site-footer-wrapper .contact-info-container .contact-info-blocks .contact-info-block .city {
    padding-bottom: 8px;
  }
}

.section-seperator {
  border-top: 1px solid #D2D2D2;
  max-width: 1828px;
  width: 100%;
  margin: 0 auto;
  padding: 0 auto;
}

#authentication .section_1 .general-container .header-of-anazw {
  padding-bottom: 40px;
}
#authentication .section_1 .general-container .header-of-anazw .title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3d3d3d;
  color: #fff;
  padding: 30px;
}
#authentication .section_1 .general-container .content {
  max-width: 600px;
  margin: 0 auto;
  font-weight: bold;
  padding-bottom: 100px;
}
#authentication .section_1 .form-serial {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#authentication .section_1 .form-serial .form-container {
  display: flex;
  flex-direction: column;
}
#authentication .section_1 .form-serial .form-container .input-group {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.page-template-page-checkout-php ul.wc-item-meta {
  display: none;
}

/*# sourceMappingURL=under-construction.min.css.map */
