/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

h1,
h2,
h3 {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  color: #80a387;
}

h1 {
  font-size: 50px;
}

h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

P,
span {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-weight: 300;
  font-size: 17px;
  color: #000;
}

li {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #000;
}

a {
  font-family: "Roboto", sans-serif;
  color: #80a387;
}

small {
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
}

small a {
  font-family: "Roboto", sans-serif;
}

input,
select,
textarea {
  border-radius: 0 !important;
}

.wrapper {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0px 10px;
}

.page-not-found {
  padding: 100px 0;
}

.page-not-found .wrapper h1 {
  font-size: 3rem;
}

.caret {
  position: absolute;
  background-color: #80a387;
  bottom: 0;
  right: 0;
  padding: 40px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  display: flex;
  transition: all 0.5s;
}

.caret svg {
  width: 20px;
  position: absolute;
  right: 13px;
  bottom: 6px;
  fill: #fff;
  transition: all 0.5s;
}

.page-title {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
}

.page-title h1 {
  font-weight: 500;
  margin-bottom: 0;
  color: #80a387;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.page-title p {
  width: 786px;
  font-size: 20px;
}

@media screen and (max-width: 37.5rem) {
  .page-title p {
    width: 100%;
  }
}

@media screen and (min-width: 81.25rem) {
  .wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 103.75rem) {
  .wrapper-wide {
    padding: 0;
  }
}

.wrapper-wide {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 10px;
}

::marker {
  color: #80a387;
  font-size: 1.2rem;
}

.alignfull {
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

*,
::after,
::before {
  box-sizing: inherit;
  box-sizing: border-box;
}

**,
*:before,
*:after {
  box-sizing: inherit;
  box-sizing: border-box;
  -webkit-box-sizing: content-box;
}

.content {
  position: relative;
  z-index: 50;
}

.gform_button {
  background-color: #80a387;
  color: #fff;
  border-radius: 3px;
  border: 0;
  padding: 10px;
  transition: all 0.5s;
}

.gform_button:hover {
  background-color: #ea5d5f;
}

#gform_wrapper_1 {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
}

#gform_wrapper_1 .gform_title::after {
  border: 0;
  margin-top: 0;
}

#gform_wrapper_1 .gfield_radio {
  display: flex;
  flex-direction: row;
}

#gform_wrapper_1 .ginput,
#gform_wrapper_1 .ginput_container {
  border: 0 !important;
}

#gform_wrapper_1 .gfield_label {
  font-size: 16px;
  font-weight: 400;
}

#gform_wrapper_1 .ginput_container input {
  border: 1px solid #e1e1e1 !important;
}

#gform_wrapper_1 .ginput_container textarea {
  border-color: #e1e1e1;
}

#gform_wrapper_1 .gform_button {
  padding: 10px 60px;
  background-color: #80a387;
  border-radius: 5px !important;
}

.wp-block-gallery {
  max-width: 75rem;
  margin: 0 auto;
}

.tribe-common-c-btn {
  background-color: #2c3e63 !important;
}

.tribe-common-c-btn-border {
  border-color: #2c3e63 !important;
  color: #2c3e63 !important;
}

.tribe-common-c-btn-border:hover {
  background-color: #222939 !important;
  color: #fff !important;
}

.tribe-common-l-container {
  padding-top: 0 !important;
}

.text-image-block {
  width: 100%;
  background: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-image-block.margin {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.text-image-block .text-image-image {
  right: 0;
  float: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  position: absolute;
  z-index: 5;
  height: 100%;
  order: 1;
  display: flex;
}

.text-image-block .text-image-image .chevron-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.text-image-block .text-image-image .chevron-container svg {
  width: 3.5rem;
  fill: #fff;
  color: #fff;
}

.text-image-block.image-margin .text-image-image {
  margin-top: 4rem;
  margin-left: 4rem;
}

.text-image-block .text-image-content {
  left: 0;
  float: left;
  width: 50%;
  position: absolute;
  z-index: 5;
  order: 2;
  display: flex;
}

.text-image-block .wrapper {
  z-index: 10;
  display: flex;
}

.text-image-block .text-image-image-overlay {
  order: 2;
  flex: 1;
}

.text-image-block .text-image-content-overlay {
  order: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 50%;
  padding-right: 3rem;
  border-left: none;
  font-weight: 400;
}

.text-image-block .text-image-content-overlay h2 {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}

.alignfull .text-image-block .text-image-content-overlay {
  padding-left: 0;
}

.text-image-block p {
  font-weight: 400;
  font-size: 1rem;
}

.text-image-block h2 {
  font-size: 2rem;
}

.text-image-block .button {
  padding: 10px 30px;
  padding-right: 15px;
  background-color: #80a387;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s;
  margin-top: 30px;
}

.text-image-block .button svg {
  width: 20px;
  margin-left: 15px;
  fill: #fff;
  transition: all 0.5s;
}

.text-image-block .button:hover {
  background-color: #0e74ff;
  color: #fff;
}

.text-image-block .button:hover svg {
  transform: translate(3px);
}

.text-image-block.reverse {
  flex-direction: row-reverse;
}

.text-image-block.reverse .text-image-image {
  float: left;
  right: unset;
  left: 0;
}

.text-image-block.reverse .text-image-content {
  float: right;
}

.text-image-block.reverse .wrapper {
  flex-direction: row-reverse;
}

.text-image-block.reverse .text-image-content-overlay {
  padding-left: 3rem;
  padding-right: 0px;
  border-right: none;
}

.alignfull .text-image-block.reverse .text-image-content-overlay {
  padding-right: 0;
}

@media screen and (max-width: 87.5rem) {
  .text-image-block .text-image-content-overlay {
    padding-right: 2.25rem;
  }

  .text-image-block.reverse .text-image-content-overlay {
    padding-left: 2.25rem;
  }
}

@media screen and (max-width: 768px) {
  .text-image-block .text-image-image {
    width: 100%;
    height: 350px;
    position: relative;
    margin-top: 0;
    margin-left: 0;
  }

  .text-image-block .text-image-content {
    width: 100%;
  }

  .text-image-block .wrapper {
    order: 2;
  }

  .text-image-block .text-image-image-overlay {
    width: 100%;
  }

  .text-image-block .text-image-content-overlay {
    width: 100%;
    flex: none;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    border-left: none !important;
  }

  .text-image-block .text-image-content-overlay h2 {
    font-size: 1.75rem;
  }

  .text-image-block .text-image-block.reverse .text-image-content-overlay {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .text-image-block .text-image-image {
    height: 250px;
  }

  .text-image-block .text-image-content-overlay {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-image-block .text-image-content-overlay h2 {
    font-size: 1.5rem;
  }

  .text-image-block .button {
    padding: 8px 20px;
    font-size: 14px;
  }

  .text-image-block .button svg {
    width: 16px;
    margin-left: 10px;
  }
}

.mobile-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 19em;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
  border-right: 3px solid #80a387;
  padding-top: 50px;
  z-index: 99999;
  box-sizing: border-box;
  transform: translate3d(-100%, 0px, 0px);
  visibility: hidden;
  transition: 0.3s;
  transition-property: transform, visibility;
}

.mobile-panel.active {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
}

.mobile-panel ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.mobile-panel ul li {
  list-style: none;
  margin-left: 0;
  border-top: 1px #80a387 solid;
  background-color: #80a387;
  margin-bottom: 0;
}

.mobile-panel ul li a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
  padding: 25px 0 25px 30px;
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #80a387;
  transition: all 0.5s;
}

.mobile-panel #menu-top-header-navigation li {
  background-color: #ffffff;
}

.mobile-panel ul li a:hover {
  color: #fff;
}

.mobile-panel ul li a:focus {
  color: #ffffff;
}

.mobile-panel .menu-back {
  display: block;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", Sans-Serif;
  text-decoration: none;
  padding: 12px 30px;
}

.mobile-panel .menu-item-has-children ul.sub-menu {
  position: absolute;
  display: block;
  top: 10rem;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s ease;
  background: #fff;
  transform: translateX(-100%);
  z-index: 999;
}

.mobile-panel .menu-item-has-children ul.sub-menu.open-sub {
  transform: translateX(0);
}

.mobile-panel .menu-item-has-children > a:after {
  content: " >";
}

.mobile-panel .mobile-navigation-logo {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background-color: #fff;
}

.mobile-panel .mobile-navigation-logo img {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}

.mobile-panel .mobile-navigation-social-icons {
  padding: 20px 0;
  background: #fff;
}

.mobile-panel .mobile-navigation-social-icons h4 {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  padding-left: 10px;
  padding-right: 25px;
  margin-bottom: 5px;
  color: #fff;
}

.mobile-panel .mobile-navigation-social-icons .list {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-left: 10px;
  padding-right: 10px;
  gap: 5px;
  justify-content: center;
}

.mobile-panel .mobile-navigation-social-icons svg {
  color: #fff;
  width: 3rem;
  margin-right: 5px;
  transition: all 0.5s;
  fill: #80a387;
}

.mobile-panel .mobile-navigation-social-icons svg:hover {
  color: #ea5d5f;
  fill: #ea5d5f;
}

.mobile-panel .mobile-navigation-social-icons svg:focus {
  color: #ea5d5f;
  fill: #ea5d5f;
}

.mobile-panel #menu-secondary-header-menu li a {
  font-weight: 100;
  text-transform: none;
}

.mobile-button-link {
  text-decoration: none;
}

.mobile-button-link .mobile-button {
  background-color: #ea5d5f;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.mobile-button-link .mobile-button h4 {
  text-align: center;
  color: #fff;
  margin: 0;
}

.mobile-button-link:hover > .mobile-button {
  background-color: #ea5d5f;
}

@media screen and (max-width: 800px) {
  .mobile-panel .menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 0rem;
    padding-top: 5rem;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s ease;
    background: #fff;
    transform: translateX(-100%);
  }

  body.open-menu #bcore-mobile-nav {
    transform: translateX(0);
  }
}

.mobile-panel .button {
  background-color: #80a387;
  color: #fff;
  padding: 1.125rem 1.25rem;
  line-height: 1rem;
  border-radius: 5px;
  margin-left: 5px;
  transition: all 0.5s;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 5px;
  margin-block: 1rem;
}

.mobile-panel .button svg {
  width: 1rem;
}

.mobile-panel .button:hover {
  background-color: #ea5d5f;
}

@media screen and (max-width: 400px) {
  .main-header .wrapper {
    justify-content: space-evenly !important;
  }

  .main-header .wrapper .logo {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .mobile-panel {
    width: 16em;
    padding-top: 40px;
  }

  .mobile-panel ul li a {
    font-size: 1.1rem;
    padding: 20px 0 20px 25px;
  }

  .mobile-panel .mobile-navigation-logo {
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .mobile-panel .mobile-navigation-logo img {
    max-width: 180px;
  }

  .mobile-panel .mobile-navigation-social-icons {
    padding: 15px 0;
  }

  .mobile-panel .mobile-navigation-social-icons h4 {
    font-size: 1.1rem;
    padding-left: 8px;
    padding-right: 20px;
  }

  .mobile-panel .mobile-navigation-social-icons svg {
    width: 2.5rem;
  }

  .mobile-panel .button {
    padding: 1rem 1.125rem;
    margin-left: 3px;
    margin-right: 3px;
  }
}

@media screen and (max-width: 480px) {
  .mobile-panel {
    width: 14em;
    padding-top: 30px;
  }

  .mobile-panel ul li a {
    font-size: 1rem;
    padding: 18px 0 18px 20px;
  }

  .mobile-panel .mobile-navigation-logo {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .mobile-panel .mobile-navigation-logo img {
    max-width: 150px;
  }

  .mobile-panel .mobile-navigation-social-icons {
    padding: 12px 0;
  }

  .mobile-panel .mobile-navigation-social-icons h4 {
    font-size: 1rem;
    padding-left: 6px;
    padding-right: 15px;
  }

  .mobile-panel .mobile-navigation-social-icons svg {
    width: 2rem;
  }

  .mobile-panel .button {
    padding: 0.875rem 1rem;
    margin-left: 2px;
    margin-right: 2px;
  }

  .mobile-panel .button svg {
    width: 0.875rem;
  }

  .mobile-panel .mobile-button-link .mobile-button {
    width: 70%;
    padding: 8px;
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .mobile-panel .mobile-button-link .mobile-button h4 {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 400px) {
  .mobile-panel {
    width: 12em;
    padding-top: 25px;
  }

  .mobile-panel ul li a {
    font-size: 0.9rem;
    padding: 15px 0 15px 15px;
  }

  .mobile-panel .mobile-navigation-logo {
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .mobile-panel .mobile-navigation-logo img {
    max-width: 120px;
  }

  .mobile-panel .mobile-navigation-social-icons {
    padding: 10px 0;
  }

  .mobile-panel .mobile-navigation-social-icons h4 {
    font-size: 0.9rem;
    padding-left: 5px;
    padding-right: 12px;
  }

  .mobile-panel .mobile-navigation-social-icons svg {
    width: 1.75rem;
  }

  .mobile-panel .button {
    padding: 0.75rem 0.875rem;
    margin-left: 1px;
    margin-right: 1px;
  }

  .mobile-panel .button svg {
    width: 0.75rem;
  }

  .mobile-panel .mobile-button-link .mobile-button {
    width: 80%;
    padding: 6px;
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .mobile-panel .mobile-button-link .mobile-button h4 {
    font-size: 0.8rem;
  }
}

.header-main {
  background-color: #80a387;
  position: relative;
  top: 0;
  z-index: 9999;
  padding: 40px 0;
}

.header-main .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-main .wrapper .header-col-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-main .wrapper .header-col-left img {
  width: 350px;
  position: relative;
  z-index: 0;
}

.header-main .wrapper .header-col-center {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  z-index: 1;
}

.header-main .wrapper .header-col-center::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -40px;
  width: 500px;
  height: 500px;
  background-color: #80a387;
  border-radius: 100%;
  z-index: -1;
}

.header-main .wrapper .header-col-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.header-main .wrapper .header-col-right .header-cart {
  position: relative;
}

.header-main .wrapper .header-col-right .header-cart .cart-link {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.header-main .wrapper .header-col-right .header-cart .cart-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.header-main .wrapper .header-col-right .header-cart .cart-link svg {
  width: 23px;
  height: 28px;
  fill: currentColor;
}

.header-main .wrapper .header-col-right .header-cart .cart-link .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #e74c3c;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.header-main.no-hero {
  padding: 60px 0;
}

.header-main.no-hero .header-col-center::before {
  display: none;
}

.header-main.no-hero .header-col-center img {
  width: 300px;
  height: auto;
  position: relative;
}

#header-navigation {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding-left: 0;
  gap: 40px;
}

#header-navigation a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 15px;
}

#header-navigation .menu-item-has-children {
  position: relative;
}

#header-navigation .menu-item-has-children:hover a {
  color: #fff;
  background-color: #222939;
}

#header-navigation .menu-item-has-children:hover .sub-menu {
  left: 0;
}

#header-navigation li .sub-menu {
  list-style: none;
  background-color: #222939;
  padding: 20px 50px 20px 15px;
  position: absolute;
  z-index: 999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 20px;
  width: 300px;
  left: -9999px;
}

#header-navigation li .sub-menu li {
  padding: 10px;
  padding-left: 0;
}

#header-navigation li .sub-menu a {
  color: #fff;
  padding: 0;
}

.menu-link {
  position: relative;
  transition: all 0.3s ease-in-out;
  display: none;
}

.menu-link:hover .line {
  background-color: #fff;
}

.menu-link .line {
  width: 35px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}

.menu-link.active {
  transform: rotate(45deg);
}

.menu-link.active:before {
  border: 5px solid #fff;
}

.menu-link.active .line {
  width: 25px;
}

.menu-link.active .line:nth-child(2) {
  opacity: 0;
}

.menu-link.active .line:nth-child(1) {
  transform: translateY(8px);
}

.menu-link.active .line:nth-child(3) {
  transform: translateY(-8px) rotate(90deg);
}

@media screen and (max-width: 67.5rem) {
  .header-menu {
    padding: 0 20px;
  }

  #header-navigation {
    display: none;
  }

  .menu-link {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .header-main {
    padding: 25px 0;
  }

  .header-main .wrapper .header-col-left img {
    width: 240px;
  }

  .header-main .wrapper .header-col-center::before {
    display: none !important;
  }

  .header-main .wrapper .header-col-center::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    background-color: #80a387;
    border-radius: 100%;
    z-index: -1;
  }

  .header-main .wrapper .header-col-center img {
    width: 200px;
  }

  .header-main .wrapper .header-col-right {
    gap: 15px;
  }

  .header-main .wrapper .header-col-right .header-cart .cart-link {
    padding: 8px;
  }

  .header-main .wrapper .header-col-right .header-cart .cart-link svg {
    width: 20px;
    height: 24px;
  }

  .header-main .wrapper .header-col-right .header-cart .cart-link .cart-count {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }

  .header-main.no-hero {
    padding: 35px 0;
  }

  .header-main.no-hero .header-col-center::before {
    display: none !important;
  }

  .header-main.no-hero .header-col-center::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background-color: #80a387;
    border-radius: 100%;
    z-index: -1;
  }

  .header-main.no-hero .header-col-center img {
    width: 180px;
  }
}

@media screen and (max-width: 480px) {
  .header-main {
    padding: 15px 0;
  }

  .header-main .wrapper {
    flex-direction: row;
    gap: 15px;
  }

  .header-main .wrapper .header-col-left img {
    width: 160px;
  }

  .header-main .wrapper .header-col-center {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
  }

  .header-main .wrapper .header-col-center::before {
    display: none !important;
  }

  .header-main .wrapper .header-col-center::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    background-color: #80a387;
    border-radius: 100%;
    z-index: -1;
    display: none;
  }

  .header-main .wrapper .header-col-center img {
    width: 200px;
    position: relative;
    z-index: 1;
  }

  .header-main .wrapper .header-col-right {
    gap: 10px;
  }

  .header-main .wrapper .header-col-right .header-cart .cart-link {
    padding: 5px;
  }

  .header-main .wrapper .header-col-right .header-cart .cart-link svg {
    width: 16px;
    height: 20px;
  }

  .header-main .wrapper .header-col-right .header-cart .cart-link .cart-count {
    width: 14px;
    height: 14px;
    font-size: 9px;
    top: -2px;
    right: -2px;
  }

  .header-main.no-hero {
    padding: 20px 0;
  }

  .header-main.no-hero .wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .header-main.no-hero .wrapper .header-col-center {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
  }

  .header-main.no-hero .wrapper .header-col-center::before {
    display: none !important;
  }

  .header-main.no-hero .wrapper .header-col-center::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background-color: #80a387;
    border-radius: 100%;
    z-index: -1;
  }

  .header-main.no-hero .wrapper .header-col-center img {
    width: 160px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 400px) {
  .header-main {
    padding: 12px 0;
  }

  .header-main .wrapper {
    gap: 12px;
  }

  .header-main .wrapper .header-col-left img {
    width: 130px;
  }

  .header-main .wrapper .header-col-center::before {
    display: none !important;
  }

  .header-main .wrapper .header-col-center::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    background-color: #80a387;
    border-radius: 100%;
    z-index: -1;
  }

  .header-main .wrapper .header-col-center img {
    width: 160px;
  }

  .header-main .wrapper .header-col-right {
    gap: 8px;
  }

  .header-main .wrapper .header-col-right .header-cart .cart-link {
    padding: 4px;
  }

  .header-main .wrapper .header-col-right .header-cart .cart-link svg {
    width: 14px;
    height: 18px;
  }

  .header-main .wrapper .header-col-right .header-cart .cart-link .cart-count {
    width: 12px;
    height: 12px;
    font-size: 8px;
    top: -1px;
    right: -1px;
  }

  .header-main.no-hero {
    padding: 15px 0;
  }

  .header-main.no-hero .wrapper .header-col-center::before {
    display: none !important;
  }

  .header-main.no-hero .wrapper .header-col-center::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background-color: #80a387;
    border-radius: 100%;
    z-index: -1;
  }

  .header-main.no-hero .wrapper .header-col-center img {
    width: 160px;
  }
}

footer {
  position: relative;
}

.footer-content-main {
  padding: 60px 0;
  position: relative;
  background-color: #fff;
}

.footer-content-main .wrapper {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.footer-content-main .wrapper .col-left {
  width: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.footer-content-main .wrapper .col-left img {
  width: 250px;
  margin-bottom: 20px;
}

.footer-content-main .wrapper .col-left .footer-contact-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-content-main .wrapper .col-left .footer-contact-main .contact-address p {
  margin: 0;
  color: #000;
}

.footer-content-main .wrapper .col-left .contact-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

.footer-content-main .wrapper .col-right {
  width: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000;
  align-items: flex-start;
}

.footer-content-main .wrapper .col-right a {
  color: #000;
  text-decoration: none;
}

.footer-content-main .wrapper .col-right svg {
  width: 25px;
  fill: #000;
}

.footer-credit-main {
  background-color: #fff;
  padding: 40px 0;
}

.footer-credit-main .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #000;
  font-size: 17px;
  font-weight: 200;
}

.footer-credit-main .wrapper a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer-credit-main .wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.hero-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0;
  padding-top: 150px;
  position: relative;
  background-color: #80a387;
}

.hero-main .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

.hero-main .wrapper .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  width: 40%;
}

.hero-main .wrapper .hero-content h1 {
  color: #f4f2ef;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.hero-main .wrapper .hero-content h1 strong {
  color: #47674d;
  font-size: 30px;
  font-weight: 400;
}

.hero-main .wrapper .hero-content p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
}

.hero-main .wrapper .hero-content .hero-button {
  font-size: 18px;
  font-weight: 400;
  padding: 15px 30px;
  background-color: #47674d;
  color: #f7f7f7;
  border-radius: 3px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s;
  margin-top: 20px;
  display: inline-block;
}

.hero-main .wrapper .hero-content .hero-button:hover {
  background-color: #47674d;
  color: #fff;
}

.hero-main .wrapper .hero-content .hero-button:hover svg {
  transform: translate(3px);
}

.hero-main .wrapper .hero-content img {
  width: 400px;
  margin-bottom: 20px;
}

.hero-main.front-page {
  padding: 250px 0;
  padding-top: 150px;
}

@media screen and (max-width: 768px) {
  .hero-main {
    padding: 180px 0;
  }

  .hero-main .hero-image {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 0.3;
  }

  .hero-main .wrapper .hero-content {
    width: 100%;
    text-align: center;
  }

  .hero-main .wrapper .hero-content h1 {
    font-size: 32px;
  }

  .hero-main .wrapper .hero-content h1 strong {
    font-size: 26px;
  }

  .hero-main .wrapper .hero-content p {
    font-size: 18px;
  }

  .hero-main .wrapper .hero-content img {
    width: 300px;
  }

  .hero-main.front-page {
    padding: 120px 0;
  }
}

@media screen and (max-width: 480px) {
  .hero-main {
    padding: 120px 0;
  }

  .hero-main .wrapper .hero-content h1 {
    font-size: 28px;
  }

  .hero-main .wrapper .hero-content h1 strong {
    font-size: 22px;
  }

  .hero-main .wrapper .hero-content p {
    font-size: 16px;
  }

  .hero-main .wrapper .hero-content .hero-button {
    font-size: 16px;
    padding: 12px 24px;
  }

  .hero-main .wrapper .hero-content img {
    width: 250px;
  }

  .hero-main.front-page {
    padding: 80px 0;
  }
}

.quick-link-main {
  padding: 80px 0;
}

.quick-link-main .wrapper .quick-link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-left: 0;
  list-style: none;
  gap: 30px;
}

.quick-link-main .wrapper .quick-link-grid a {
  text-decoration: none;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.quick-link-main .wrapper .quick-link-grid .single-quick-link {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.quick-link-main .wrapper .quick-link-grid .single-quick-link.orange .quick-link-content h2 {
  color: #f3b562;
}

.quick-link-main .wrapper .quick-link-grid .single-quick-link.orange .quick-link-image::after {
  border-color: #f3b562;
}

.quick-link-main .wrapper .quick-link-grid .single-quick-link.pink .quick-link-content h2 {
  color: #d69cb3;
}

.quick-link-main .wrapper .quick-link-grid .single-quick-link.pink .quick-link-image::after {
  border-color: #d69cb3;
}

.quick-link-main .wrapper .quick-link-grid .single-quick-link.green .quick-link-content h2 {
  color: #80a387;
}

.quick-link-main .wrapper .quick-link-grid .single-quick-link.green .quick-link-image::after {
  border-color: #80a387;
}

.quick-link-main .wrapper .quick-link-grid .single-quick-link.blue .quick-link-content h2 {
  color: #80a387;
}

.quick-link-main .wrapper .quick-link-grid .single-quick-link.blue .quick-link-image::after {
  border-color: #80a387;
}

.quick-link-main .wrapper .quick-link-grid .quick-link-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.quick-link-main .wrapper .quick-link-grid .quick-link-content h2 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.quick-link-main .wrapper .quick-link-grid .quick-link-content p {
  color: #2b282d;
  font-size: 17px;
  font-weight: 200;
  margin-top: 5px;
}

.quick-link-main .wrapper .quick-link-grid .quick-link-content {
  padding: 20px 0;
  position: relative;
}

.quick-link-main .wrapper .quick-link-grid .quick-link-image {
  padding: 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  position: relative;
}

.quick-link-main .wrapper .quick-link-grid .quick-link-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #000;
  border-radius: 7px;
  transform: rotate(3deg);
}

.quick-link-main .wrapper .quick-link-grid .quick-link-image .ql-button {
  padding: 15px 30px;
  background-color: #403d3a;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  z-index: 2;
  position: absolute;
  bottom: -20px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s;
}

.quick-link-main.front-page {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .quick-link-main {
    padding: 60px 0;
  }

  .quick-link-main .wrapper .quick-link-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .quick-link-main .wrapper .quick-link-grid .quick-link-content h2 {
    font-size: 24px;
  }

  .quick-link-main .wrapper .quick-link-grid .quick-link-content p {
    font-size: 15px;
  }

  .quick-link-main .wrapper .quick-link-grid .quick-link-image {
    padding: 120px 0;
  }

  .quick-link-main .wrapper .quick-link-grid .quick-link-image .ql-button {
    font-size: 16px;
    padding: 12px 24px;
    bottom: -15px;
    right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .quick-link-main {
    padding: 40px 0;
  }

  .quick-link-main .wrapper .quick-link-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .quick-link-main .wrapper .quick-link-grid .quick-link-content h2 {
    font-size: 22px;
  }

  .quick-link-main .wrapper .quick-link-grid .quick-link-content p {
    font-size: 14px;
  }

  .quick-link-main .wrapper .quick-link-grid .quick-link-image {
    padding: 100px 0;
  }

  .quick-link-main .wrapper .quick-link-grid .quick-link-image .ql-button {
    font-size: 14px;
    padding: 10px 20px;
    bottom: -12px;
    right: 12px;
  }
}

.guide-price-main {
  position: relative;
  margin: 100px 0;
}

.guide-price-main .wrapper {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1201' height='242' viewBox='0 0 1201 242'%3e%3crect id='Rectangle_49' data-name='Rectangle 49' width='1200' height='242' rx='3' fill='%23acce31'/%3e%3crect id='Rectangle_49-2' data-name='Rectangle 49' width='1200' height='242' rx='3' fill='%23acce31'/%3e%3cpath id='Path_38' data-name='Path 38' d='M3,0H248L188,242H3a3,3,0,0,1-3-3V3A3,3,0,0,1,3,0Z' fill='%23a2c22e'/%3e%3cpath id='Path_39' data-name='Path 39' d='M-16,0H-72l-60,242H-16a3,3,0,0,0,3-3V3A3,3,0,0,0-16,0Z' transform='translate(1214)' fill='%23222939'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  padding: 20px 80px;
}

.guide-price-main .wrapper .gform_wrapper {
  color: #fff !important;
  width: 60%;
  background-color: transparent;
  border: none;
  padding: none;
}

.guide-price-main .wrapper .gform_wrapper h2 {
  color: #fff;
  margin-bottom: 10px;
}

.guide-price-main .wrapper .gform_wrapper h2::after {
  margin: 0 !important;
  border: 0 !important;
}

.guide-price-main .wrapper .gform_wrapper .gform_button {
  display: none;
}

.guide-price-main .wrapper .gform_wrapper .gform_heading .gform_description {
  margin-top: 0 !important;
}

.cta-main {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #80a387;
}

.cta-main .wrapper .cta-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  position: relative;
}

.cta-main .wrapper .cta-content .content {
  width: 80% !important;
}

.cta-main .wrapper .cta-content h2 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.cta-main .wrapper .cta-content a {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 3px;
  color: #80a387;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.5s;
}

.cta-main .wrapper .cta-content a svg {
  width: 20px;
  margin-left: 15px;
  fill: #80a387;
  transition: all 0.5s;
}

.cta-main .wrapper .cta-content a:hover {
  background-color: #efefef;
}

.cta-main .wrapper .cta-content a:hover svg {
  transform: translate(3px);
}

.cta-main .wrapper .cta-content p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cta-main .wrapper .cta-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .cta-main .wrapper .cta-content .content {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .cta-main {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cta-main .wrapper .cta-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 30px 0;
  }

  .cta-main .wrapper .cta-content .content {
    width: 100% !important;
  }

  .cta-main .wrapper .cta-content h2 {
    font-size: 28px;
  }

  .cta-main .wrapper .cta-content a {
    padding: 16px 24px;
    font-size: 16px;
  }

  .cta-main .wrapper .cta-content a svg {
    width: 18px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 480px) {
  .cta-main {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .cta-main .wrapper .cta-content {
    padding: 25px 0;
    gap: 15px;
  }

  .cta-main .wrapper .cta-content h2 {
    font-size: 24px;
  }

  .cta-main .wrapper .cta-content a {
    padding: 14px 20px;
    font-size: 14px;
  }

  .cta-main .wrapper .cta-content a svg {
    width: 16px;
    margin-left: 10px;
  }
}

.testimonial-block {
  position: relative;
  padding: 60px 0;
}

.testimonial-block .wrapper .heading h2 {
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.testimonial-grid {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.testimonial-grid .testimonial-cta {
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-right: 60px;
}

.testimonial-grid .testimonial-cta .testimonial-cta-content {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  z-index: 5;
  position: relative;
}

.testimonial-grid .testimonial-cta .testimonial-cta-content h2 {
  color: #403d3a;
  font-size: 38px;
  font-weight: 600;
  margin-top: 0;
}

.testimonial-grid .testimonial-cta .testimonial-cta-content p {
  font-size: 28px;
  font-weight: 300;
  color: #403d3a;
}

.testimonial-grid .testimonial-cta .testimonial-cta-button {
  z-index: 5;
  position: relative;
}

.testimonial-grid .testimonial-cta .testimonial-cta-button a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f3b562;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
}

.testimonial-item {
  display: flex;
  flex-direction: column;
  padding-left: 80px;
  border-left: 1px solid #efefef;
}

.testimonial-item .testimonial-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-item .testimonial-content h3 {
  font-size: 38px;
  font-weight: 400;
  color: #575452;
  margin-top: 0;
  margin-bottom: 10px;
}

.testimonial-item .testimonial-content p {
  font-size: 19px;
  font-weight: 200;
  font-style: italic;
  color: #403d3a;
}

.testimonial-item .testimonial-content .testimonial-writer {
  font-size: 20px;
  font-weight: 500;
  color: #403d3a;
  margin-bottom: 20px;
}

svg {
  width: 64px;
  height: 64px;
  fill: #80a387;
}

.meta p {
  color: #80a387;
  font-weight: 600;
  font-style: normal !important;
}

@media screen and (max-width: 768px) {
  .testimonial-block {
    padding: 40px 0;
  }

  .testimonial-block .wrapper .heading h2 {
    font-size: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .testimonial-grid .testimonial-cta {
    padding-right: 40px;
  }

  .testimonial-grid .testimonial-cta .testimonial-cta-content {
    font-size: 20px;
  }

  .testimonial-grid .testimonial-cta .testimonial-cta-content h2 {
    font-size: 32px;
  }

  .testimonial-grid .testimonial-cta .testimonial-cta-content p {
    font-size: 24px;
  }

  .testimonial-grid .testimonial-cta .testimonial-cta-button a {
    font-size: 18px;
    padding: 12px 24px;
  }

  .testimonial-item {
    padding-left: 60px;
  }

  .testimonial-item .testimonial-content h3 {
    font-size: 32px;
  }

  .testimonial-item .testimonial-content p {
    font-size: 17px;
  }

  .testimonial-item .testimonial-content .testimonial-writer {
    font-size: 18px;
  }

  svg {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 480px) {
  .testimonial-block {
    padding: 30px 0;
  }

  .testimonial-block .wrapper .heading h2 {
    font-size: 22px;
  }

  .testimonial-grid {
    gap: 20px;
  }

  .testimonial-grid .testimonial-cta {
    padding-right: 20px;
  }

  .testimonial-grid .testimonial-cta .testimonial-cta-content {
    font-size: 18px;
  }

  .testimonial-grid .testimonial-cta .testimonial-cta-content h2 {
    font-size: 28px;
  }

  .testimonial-grid .testimonial-cta .testimonial-cta-content p {
    font-size: 20px;
  }

  .testimonial-grid .testimonial-cta .testimonial-cta-button a {
    font-size: 16px;
    padding: 10px 20px;
  }

  .testimonial-item {
    padding-left: 40px;
  }

  .testimonial-item .testimonial-content h3 {
    font-size: 28px;
  }

  .testimonial-item .testimonial-content p {
    font-size: 15px;
  }

  .testimonial-item .testimonial-content .testimonial-writer {
    font-size: 16px;
  }

  svg {
    width: 40px;
    height: 40px;
  }
}

.case-study-main {
  background-color: #80a387;
  position: relative;
}

.case-study-main .case-study-image {
  width: 50%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.case-study-page .case-study-single {
  margin: 60px 0;
}

.case-study-grid {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.case-study-single {
  display: flex;
  flex-direction: row;
}

.case-study-single .case-study-type {
  font-size: 20px;
  font-weight: 300;
  color: #f7f7f7;
  margin-bottom: 30px;
  display: inline-block;
}

.case-study-single .case-study-content {
  width: 40%;
  padding: 80px 0;
}

.case-study-single .case-study-content h2 {
  font-size: 38px;
  font-weight: 400;
  color: #f7f7f7;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0px;
}

.case-study-single .case-study-content P {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
}

.case-study-single .case-study-content .case-study-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}

.case-study-single .case-study-content .case-study-buttons a {
  text-decoration: none;
}

.case-study-single .case-study-content .case-study-buttons .more-button {
  padding: 15px 30px;
  background-color: #fff;
  color: #403d3a;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .case-study-main .case-study-image {
    width: 100%;
    height: 300px;
    position: relative;
    opacity: 0.3;
  }

  .case-study-single {
    flex-direction: column;
    margin: 40px 0;
  }

  .case-study-single .case-study-content {
    width: 100%;
    padding: 40px 0;
  }

  .case-study-single .case-study-content .case-study-type {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .case-study-single .case-study-content h2 {
    font-size: 32px;
  }

  .case-study-single .case-study-content P {
    font-size: 17px;
  }

  .case-study-single .case-study-content .case-study-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }

  .case-study-single .case-study-content .case-study-buttons .more-button {
    padding: 12px 24px;
    font-size: 16px;
    text-align: center;
  }

  .case-study-page .case-study-single {
    margin: 40px 0;
  }
}

@media screen and (max-width: 480px) {
  .case-study-main .case-study-image {
    height: 200px;
  }

  .case-study-single {
    margin: 30px 0;
  }

  .case-study-single .case-study-content {
    padding: 30px 0;
  }

  .case-study-single .case-study-content .case-study-type {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .case-study-single .case-study-content h2 {
    font-size: 28px;
  }

  .case-study-single .case-study-content P {
    font-size: 15px;
  }

  .case-study-single .case-study-content .case-study-buttons {
    gap: 12px;
    margin-top: 25px;
  }

  .case-study-single .case-study-content .case-study-buttons .more-button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .case-study-page .case-study-single {
    margin: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .case-study-main .case-study-grid {
    grid-template-columns: 1fr;
  }
}

.content-block-main .wrapper .content {
  width: 80%;
}

.content-block-main .wrapper .content h1 {
  margin-bottom: 10px;
}

.content-block-main .wrapper .content h2 {
  color: #403d3a;
  font-size: 38px;
  font-weight: 400;
  margin-top: 0;
}

.content-block-main .wrapper .content p {
  color: #2b282d;
  font-size: 17px;
  font-weight: 200;
}

.content-block-main .wrapper .content h4 {
  font-size: 24px;
  font-weight: 300;
  color: #2c3e63;
  font-family: "open sans", sans-serif;
  margin-top: 0;
}

.content-block-main .wrapper .content .button {
  padding: 15px 30px;
  background-color: #403d3a;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s;
}

.content-block-main.margin {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.content-block-main.padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.content-block-main.image .wrapper {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.content-block-main.image .wrapper .content {
  width: 50%;
}

.content-block-main.image .wrapper .image-container {
  width: 50%;
  position: relative;
}

.content-block-main.image .wrapper .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #80a387;
  border-radius: 7px;
  transform: rotate(2deg);
  pointer-events: none;
  z-index: 2;
}

.content-block-main.image .wrapper .image-container img {
  height: 100%;
  width: 100%;
  border-radius: 7px;
  position: relative;
  z-index: 2;
}

.content-block-main.image.reverse .wrapper {
  flex-direction: row-reverse;
}

.content-block-main.background-colour {
  background-color: #f4f2ef;
}

@media screen and (max-width: 768px) {
  .content-block-main .wrapper .content {
    width: 100%;
  }

  .content-block-main .wrapper .content h2 {
    font-size: 32px;
  }

  .content-block-main .wrapper .content h4 {
    font-size: 22px;
  }

  .content-block-main .wrapper .content p {
    font-size: 16px;
  }

  .content-block-main .wrapper .content .button {
    padding: 12px 24px;
    font-size: 16px;
  }

  .content-block-main.image .wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .content-block-main.image .wrapper .content {
    width: 100%;
  }

  .content-block-main.image .wrapper .image-container {
    width: 100%;
  }

  .content-block-main.image .wrapper .image-container::after {
    transform: rotate(1deg);
  }

  .content-block-main.image.reverse .wrapper {
    flex-direction: column;
  }

  .content-block-main.margin {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .content-block-main.padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .content-block-main .wrapper .content h2 {
    font-size: 28px;
  }

  .content-block-main .wrapper .content h4 {
    font-size: 20px;
  }

  .content-block-main .wrapper .content p {
    font-size: 15px;
  }

  .content-block-main .wrapper .content .button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .content-block-main.image .wrapper {
    gap: 30px;
  }

  .content-block-main.image .wrapper .image-container::after {
    transform: rotate(0.5deg);
  }

  .content-block-main.margin {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .content-block-main.padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .content-block-main .wrapper .content {
    width: 100%;
  }
}

.team-members-main .wrapper .team-members-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding-left: 0;
  gap: 40px;
}

.team-members-main .wrapper .team-members-grid .single-team-member {
  display: flex;
  flex-direction: column;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-image {
  padding: 225px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content {
  background-color: #222939;
  color: #fff;
  padding: 30px 80px 30px 40px;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h2 {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 0;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h2::after {
  display: none;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h3 {
  color: #80a387;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h3::after {
  content: "";
  border-top: 1px solid #80a387;
  width: 140%;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content P {
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .team-members-main .wrapper .team-members-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .team-members-main .wrapper .team-members-grid .single-team-member .team-member-image {
    padding: 180px 0;
  }

  .team-members-main .wrapper .team-members-grid .single-team-member .team-member-content {
    padding: 25px 40px 25px 30px;
  }

  .team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h2 {
    font-size: 26px;
  }

  .team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h3 {
    font-size: 16px;
  }

  .team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h3::after {
    width: 120%;
    margin-top: 15px;
  }

  .team-members-main .wrapper .team-members-grid .single-team-member .team-member-content P {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .team-members-main .wrapper .team-members-grid {
    gap: 20px;
  }

  .team-members-main .wrapper .team-members-grid .single-team-member .team-member-image {
    padding: 150px 0;
  }

  .team-members-main .wrapper .team-members-grid .single-team-member .team-member-content {
    padding: 20px 25px 20px 20px;
  }

  .team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h2 {
    font-size: 24px;
  }

  .team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h3 {
    font-size: 14px;
  }

  .team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h3::after {
    width: 110%;
    margin-top: 12px;
  }

  .team-members-main .wrapper .team-members-grid .single-team-member .team-member-content P {
    font-size: 14px;
  }
}

.contact-block {
  padding: 60px 0;
}

.contact-block .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
}

.contact-block .wrapper .contact-col-left {
  width: 50%;
}

.contact-block .wrapper .contact-col-left .contact {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.contact-block .wrapper .contact-col-left .contact p {
  margin: 0;
}

.contact-block .wrapper .contact-col-left .contact a {
  text-decoration: none;
}

.contact-block .wrapper .contact-col-left .contact .phone {
  color: #000;
}

.contact-block .wrapper .contact-col-left .address {
  margin-top: 20px;
}

.contact-block .wrapper .contact-col-left h3 {
  margin-bottom: 0;
  margin-top: 40px;
}

.contact-block .wrapper .contact-col-right {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .contact-block .wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .contact-block .wrapper .contact-col-left .contact {
    margin-top: 30px;
  }

  .contact-block .wrapper .contact-col-left .address {
    margin-top: 15px;
  }

  .contact-block .wrapper .contact-col-left h3 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .contact-block .wrapper {
    gap: 20px;
  }

  .contact-block .wrapper .contact-col-left .contact {
    margin-top: 20px;
  }

  .contact-block .wrapper .contact-col-left .address {
    margin-top: 12px;
  }

  .contact-block .wrapper .contact-col-left h3 {
    margin-top: 20px;
  }
}

.case-study-page .wrapper .case-study-grid.archive {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single {
  flex-direction: column;
  background-color: #222939;
  overflow: hidden;
  position: relative;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single .case-study-content {
  width: 100%;
  order: 2;
  position: relative;
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-direction: column;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single .case-study-content .case-study-buttons {
  margin-top: 50px;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single .case-study-image {
  width: 100%;
  order: 1;
  padding: 225px;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single svg {
  position: absolute;
  z-index: 2;
  right: 50px;
  bottom: -100px;
  fill: #707070;
  width: 133px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 4rem 0;
}

.pagination .page-numbers {
  background-color: #222939;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.188rem;
  font-weight: 500;
  min-width: 2rem;
  transition: all 0.5s;
}

.pagination .page-numbers.current {
  background-color: #222939;
}

.pagination .page-numbers:hover {
  background-color: #222939;
}

.pagination .page-numbers.next {
  background-color: #80a387;
}

.pagination .page-numbers.next svg {
  fill: #fff;
}

.pagination .page-numbers.prev {
  background-color: #80a387;
}

.pagination .page-numbers.prev svg {
  fill: #fff;
}

.pagination svg {
  width: 0.75rem;
}

.blog {
  background-color: #f2f5f8;
}

.news-page-title {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  color: #fff;
}

.news-page-title .wrapper {
  position: relative;
  z-index: 2;
}

.news-page-title h1 {
  font-size: 2.5rem;
  margin-bottom: 0;
  color: #fff;
  padding: 20px;
  background-color: #19489e;
  width: -moz-fit-content;
  width: fit-content;
}

.news-page-title p {
  width: 60%;
  font-size: 18px;
  color: #222939;
}

.news-index-title {
  font-size: 3.5rem;
  margin-bottom: 0;
  color: #80a387;
}

.news-grid {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.news-grid .single-news {
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
}

.news-grid .single-news a {
  color: inherit;
  text-decoration: none;
}

.news-grid .single-news a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-grid .news-image {
  padding: 200px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.news-grid .news-image .news-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 30px;
  background-color: #403d3a;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.5s;
  position: absolute;
  bottom: -20px;
  left: 30px;
}

.news-grid .news-content {
  padding: 10px 30px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.news-grid .news-content h2 {
  font-size: 22px;
  font-weight: 400;
  color: #403d3a;
  margin-top: 10px;
  margin-bottom: 0;
}

.news-grid .news-content p {
  font-size: 17px;
  font-weight: 200;
  color: #2b282d;
}

.news-grid .single-news:hover > .news-image .news-button {
  background-color: #0e74ff;
  color: #fff;
}

.news-grid .single-news:hover > .news-image .news-button svg {
  transform: translate(3px);
}

.pagination {
  margin: 0 auto;
  margin-block: 3rem;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.pagination .page-numbers {
  text-decoration: none;
  color: #fff;
  background-color: #4a4556;
  padding: 1.2rem 1.4rem;
  display: inline-block;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

.pagination .current {
  background-color: #222939;
  font-family: "open Sans", sans-serif;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}

.pagination svg {
  width: 11px;
}

.pagination .page-numbers.current:hover {
  background-color: #222939;
  color: #fff;
}

.pagination .page-numbers:hover {
  background-color: #e0e0e0;
  color: #000;
}

.pagination .page-numbers:hover svg {
  fill: #000;
}

.prev {
  padding: 0.5rem 0.8rem !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.prev svg {
  fill: #fff;
  width: 15px;
}

.next {
  padding: 0.5rem 0.8rem !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.next svg {
  width: 15px;
  fill: #fff;
}

@media screen and (max-width: 50rem) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-main .wrapper .news-grid .news-item:first-child {
    grid-column: span 1;
  }

  .news-main .wrapper .news-grid .news-item:first-child .news-svg {
    height: 60%;
    width: 265%;
    position: absolute;
    transform: rotateY(180deg);
    bottom: 0;
    top: auto;
  }

  .news-main .wrapper .news-grid .news-item:first-child a {
    flex-direction: column;
  }

  .news-main .wrapper .news-grid .news-item:first-child a .news-image {
    width: 100%;
    order: 1;
  }

  .news-main .wrapper .news-grid .news-item:first-child a .news-content {
    width: 100%;
    order: 2;
  }

  .news-item {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.latest-news-main {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  background-color: #f4f2ef;
}

.latest-news-main .wrapper .latest-news-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.latest-news-main .wrapper .latest-news-header .latest-news-title {
  font-size: 38px;
  font-weight: 400;
  color: #403d3a;
}

.latest-news-main .wrapper .latest-news-header .all-news-button {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  color: #80a387;
  display: flex;
  align-items: center;
  border: 1px solid #80a387;
  border-radius: 5px;
}

.latest-news-main .wrapper .latest-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  list-style: none;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .latest-news-main .wrapper .latest-news-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .latest-news-main {
    padding: 40px 0;
  }

  .latest-news-main .wrapper .latest-news-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .latest-news-main .wrapper .latest-news-header .latest-news-title {
    font-size: 32px;
  }

  .latest-news-main .wrapper .latest-news-header .all-news-button {
    font-size: 13px;
    padding: 8px 16px;
  }

  .latest-news-main .wrapper .latest-news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 480px) {
  .latest-news-main {
    padding: 30px 0;
  }

  .latest-news-main .wrapper .latest-news-header {
    gap: 15px;
  }

  .latest-news-main .wrapper .latest-news-header .latest-news-title {
    font-size: 28px;
  }

  .latest-news-main .wrapper .latest-news-header .all-news-button {
    font-size: 12px;
    padding: 6px 12px;
  }

  .latest-news-main .wrapper .latest-news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.gallery-block-main {
  margin: 100px 0;
}

.gallery-block-main .wrapper .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding-left: 0;
  gap: 20px;
}

.gallery-block-main .wrapper .gallery-grid .image {
  height: 100%;
  padding: 133px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-block-main .wrapper .gallery-grid .single-image {
  border-radius: 10px;
}

.gallery-block-main .wrapper .gallery-grid .single-image:nth-child(7n+4) {
  grid-column: span 2;
}

.gallery-block-main .wrapper .gallery-grid .single-image:nth-child(7n+5) {
  grid-row: span 2;
}

.gallery-block-main.small .gallery-grid {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-block-main.small .gallery-grid .single-image:nth-child(3n+1) {
  grid-column: span 2;
}

.gallery-block-main.small .gallery-grid .single-image:nth-child(3n+2) {
  grid-column: span 1;
}

.gallery-block-main.constrain {
  width: 80%;
}

.gallery-block-main.remove-margin {
  margin: 50px 0 !important;
}

@media screen and (max-width: 768px) {
  .gallery-block-main {
    margin: 60px 0;
  }

  .gallery-block-main .wrapper .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .gallery-block-main .wrapper .gallery-grid .image {
    padding: 100px 0;
  }

  .gallery-block-main .wrapper .gallery-grid .single-image:nth-child(7n+4) {
    grid-column: span 1;
  }

  .gallery-block-main .wrapper .gallery-grid .single-image:nth-child(7n+5) {
    grid-row: span 1;
  }

  .gallery-block-main.small .gallery-grid .single-image:nth-child(3n+1) {
    grid-column: span 2;
  }

  .gallery-block-main.constrain {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .gallery-block-main {
    margin: 40px 0;
  }

  .gallery-block-main .wrapper .gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gallery-block-main .wrapper .gallery-grid .image {
    padding: 80px 0;
  }

  .gallery-block-main .wrapper .gallery-grid .single-image:nth-child(7n+4),
  .gallery-block-main .wrapper .gallery-grid .single-image:nth-child(7n+5) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-block-main.small .gallery-grid .single-image:nth-child(3n+1) {
    grid-column: span 1;
  }
}

@media screen and (max-width: 750px) {
  .gallery-block-main.constrain {
    width: 100% !important;
  }
}

.local-links-main .wrapper .local-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  list-style: none;
  gap: 40px;
}

.local-links-main .wrapper .local-links-grid .single-local-link {
  background-color: #1E3055;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
  outline: 5px solid #fff;
  outline-offset: -10px;
}

.local-links-main .wrapper .local-links-grid .single-local-link h2 {
  color: #fff;
  margin-top: 0;
}

.local-links-main .wrapper .local-links-grid .single-local-link a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.local-links-main .wrapper .local-links-grid .single-local-link a svg {
  width: 22px;
  fill: #fff;
}

.accreditations-main {
  background-color: #F9F9F9;
  padding: 40px 0;
}

.accreditations-main .wrapper p {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}

.accreditations-main .wrapper .accreditations {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.accreditations-main .wrapper .accreditations img {
  width: 117px;
}

@media screen and (max-width: 915px) {
  .accreditations {
    flex-wrap: wrap !important;
  }
}

.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page h4,
.woocommerce-page h5,
.woocommerce-page h6 {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  color: #80a387;
}

.woocommerce-page p,
.woocommerce-page span,
.woocommerce-page li,
.woocommerce-page a,
.woocommerce-page div {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.woocommerce-page .product_title {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  color: #80a387;
}

.woocommerce-page .price {
  font-family: "Roboto", sans-serif;
  margin: 20px 0;
}

.woocommerce-page .price .amount {
  font-weight: 700;
}

.woocommerce-page .price .woocommerce-Price-currencySymbol {
  font-weight: 400;
  font-size: 24px;
  color: #000;
}

.woocommerce-page .price bdi {
  font-weight: 400;
  font-size: 24px;
  color: #000;
}

.woocommerce-page .price del {
  color: #666;
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}

.woocommerce-page .price ins {
  text-decoration: none;
}

.woocommerce-page .button,
.woocommerce-page .btn,
.woocommerce-page input[type=submit] {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.woocommerce-page input,
.woocommerce-page select,
.woocommerce-page textarea {
  font-family: "Roboto", sans-serif;
}

.woocommerce-page .single_add_to_cart_button,
.woocommerce-page .add_to_cart_button,
.woocommerce-page .button.product_type_simple,
.woocommerce-page .button.product_type_variable {
  background-color: #80a387 !important;
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 50px;
  line-height: 20px;
}

.woocommerce-page .single_add_to_cart_button:hover,
.woocommerce-page .add_to_cart_button:hover,
.woocommerce-page .button.product_type_simple:hover,
.woocommerce-page .button.product_type_variable:hover {
  background-color: #ea5d5f;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.woocommerce-page .single_add_to_cart_button:active,
.woocommerce-page .add_to_cart_button:active,
.woocommerce-page .button.product_type_simple:active,
.woocommerce-page .button.product_type_variable:active {
  transform: translateY(0);
}

.woocommerce-page .quantity {
  display: inline-block;
  margin-right: 20px;
}

.woocommerce-page .quantity input[type=number] {
  width: 80px;
  height: 50px;
  border: 2px solid #e1e1e1;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s ease;
}

.woocommerce-page .quantity input[type=number]:focus {
  outline: none;
  border-color: #80a387;
  box-shadow: 0 0 0 3px rgba(128, 163, 135, 0.1);
}

.woocommerce-page .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-page .quantity input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  height: 20px;
}

.woocommerce-page .quantity label {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  color: #222939;
}

.woocommerce-page .cart {
  display: flex;
  align-items: flex-start;
  margin: 30px 0;
}

.woocommerce-page .cart .quantity {
  flex-shrink: 0;
}

.woocommerce-page .cart .single_add_to_cart_button {
  flex-shrink: 0;
}

.woocommerce-page.product-page {
  padding: 60px 0;
}

.woocommerce-loop-product__title {
  font-size: 1.5em !important;
}

.woocommerce-products-header {
  display: none !important;
}

.post-type-archive-product .price {
  margin-top: 5px !important;
}

.archive .woocommerce-page {
  padding: 60px 0;
}

.woocommerce-ordering .orderby {
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  padding: 10px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

