:root {
  --content-padding: 40px;
  --half-content-width: calc(var(--max-content-width) / 2);
  --gp-slideout-width: 547px !important;
  --full-section-pad: 80px;
  --block-section-pad: 80px;
  --footer-widgets-container-pad-top: 80px;
  --footer-widgets-container-pad-bot: 0;
  --footer-inside-site-info-pad-top: 48px;
  --footer-inside-site-info-pad-bot: 80px;
  --footer-logo-pad-top: 71px;
  --inside-header-padding: 28px 40px;
  --header-image-height: 40px;
  --page-header-padding: 80px;
  --button-border-raduis: 6px;
  --corner-border-radius: 4px;
  --notification-padding: 16px;
  --rgba-primary: 2, 119, 189;
  --rgba-secondary: 0, 58, 106;
  --rgba-neutral1: 255, 255, 255;
  --blue-gradient: linear-gradient(90deg, #bfeaff 0%, #daf3ff 100%);
  --dark-blue-gradient: linear-gradient(90deg, #2a4754 44.71%, #3c6071 100%);
}

@media (max-width: 767px) {
  :root {
    --content-padding: 24px;
    --gp-slideout-width: 100% !important;
    --full-section-pad: 54px;
    --block-section-pad: 54px;
    --inside-header-padding: 17px 24px;
    --header-image-height: 35px;
    --page-header-padding: 40px;
    --footer-widgets-container-pad-top: 48px;
    --footer-inside-site-info-pad-top: 33px;
    --footer-inside-site-info-pad-bot: 77px;
  }
}

/*Colors*/

.color-white {
  color: var(--white);
}

.color-black {
  color: var(--black);
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.color-neutral1 {
  color: var(--neutral1);
}

.color-neutral2 {
  color: var(--neutral2);
}

.color-neutral3 {
  color: var(--neutral3);
}

.color-neutral4 {
  color: var(--neutral4);
}

.color-neutral5 {
  color: var(--neutral5);
}

.color-neutral6 {
  color: var(--neutral6);
}

.color-neutral7 {
  color: var(--neutral7);
}

.color-neutral8 {
  color: var(--neutral8);
}

.color-neutral9 {
  color: var(--neutral9);
}

.color-neutral10 {
  color: var(--neutral10);
}

.color-neutral11 {
  color: var(--neutral11);
}

.color-neutral12 {
  color: var(--neutral12);
}

.color-neutral13 {
  color: var(--neutral13);
}

.color-neutral14 {
  color: var(--neutral14);
}

.color-neutral15 {
  color: var(--neutral15);
}

.color-neutral16 {
  color: var(--neutral16);
}

.color-neutral17 {
  color: var(--neutral17);
}

.color-neutral18 {
  color: var(--neutral18);
}

.color-neutral19 {
  color: var(--neutral19);
}

.bg-white {
  background: var(--white);
}

.bg-black {
  background: var(--black);
}

.bg-primary {
  background: var(--primary);
}

.bg-secondary {
  background: var(--secondary);
}

.bg-neutral1 {
  background: var(--neutral1);
}

.bg-neutral2 {
  background: var(--neutral2);
}

.bg-neutral3 {
  background: var(--neutral3);
}

.bg-neutral4 {
  background: var(--neutral4);
}

.bg-neutral5 {
  background: var(--neutral5);
}

.bg-neutral6 {
  background: var(--neutral6);
}

.bg-neutral7 {
  background: var(--neutral7);
}

.bg-neutral8 {
  background: var(--neutral8);
}

.bg-neutral9 {
  background: var(--neutral9);
}

.bg-neutral10 {
  background: var(--neutral10);
}

.bg-neutral11 {
  background: var(--neutral11);
}

.bg-neutral12 {
  background: var(--neutral12);
}

.bg-neutral13 {
  background: var(--neutral13);
}

.bg-neutral14 {
  background: var(--neutral14);
}

.bg-neutral15 {
  background: var(--neutral15);
}

.bg-neutral16 {
  background: var(--neutral16);
}

.bg-neutral17 {
  background: var(--neutral17);
}

.bg-neutral18 {
  background: var(--neutral18);
}

.bg-neutral19 {
  background: var(--neutral19);
}

.bg-blue-gradient {
  background: var(--blue-gradient);
}

.bg-dark-blue-gradient {
  background: var(--dark-blue-gradient);
}

/*Buttons*/

.btn-full {
  width: 100%;
}

/*

.btn > i {
  padding-left: 1.125rem;
}
*/

.btn,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-checkout-return-to-cart-button,
div[class*="is-style-btn-"] > .wp-block-button__link,
.masonry-load-more a {
  display: inline-block;
  border-radius: var(--button-border-raduis);
  font-family: var(--base-font-2);
  text-align: center;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
div[class*="is-style-btn-"] > .wp-block-button__link,
.masonry-load-more a,
.btn-lg {
  padding: 0.938rem 0.938rem !important;
  font-size: 0.875rem !important;
  font-weight: 400;
}

.btn-sm {
  padding: 0.625rem 1rem !important;
  font-family: var(--base-font-2);
  font-size: 0.875rem !important;
  font-weight: 400;
}

.is-style-btn-primary > .wp-block-button__link,
.btn.btn-primary {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}

.is-style-btn-primary > .wp-block-button__link:hover,
.btn.btn-primary:hover {
  border: 1px solid var(--secondary);
  background: var(--secondary);
}

.wc-block-components-totals-coupon__button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.is-style-btn-secondary > .wp-block-button__link,
.btn.btn-secondary {
  background: var(--secondary);
  border: 1px solid var(--secondary);
  color: var(--black) !important;
}

.wc-block-components-totals-coupon__button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.is-style-btn-secondary > .wp-block-button__link:hover,
.btn.btn-secondary:hover {
  background: var(--neutral12);
  border: 1px solid var(--neutral12);
}

.is-style-btn-neutral3 > .wp-block-button__link,
.btn.btn-neutral3 {
  background: var(--neutral3);
  border: 1px solid var(--neutral3);
  color: var(--neutral9);
}

.is-style-btn-neutral3 > .wp-block-button__link:hover,
.btn.btn-btn-neutral3:hover {
  background: var(--neutral9);
  border: 1px solid var(--neutral9);
  color: var(--neutral3);
}

.wc-block-components-checkout-return-to-cart-button,
.is-style-btn-outline-black > .wp-block-button__link,
.btn.btn-outline-black {
  border: 1px solid var(--black);
  background: transparent;
  color: var(--black);
}

.wc-block-components-checkout-return-to-cart-button:hover,
.is-style-btn-outline-black > .wp-block-button__link:hover,
.btn.btn-outline-black:hover {
  background: var(--black);
  color: var(--white);
}

.is-style-btn-outline-white > .wp-block-button__link,
.btn.btn-outline-white {
  border: 1px solid var(--white);
  background: transparent;
  color: var(--white);
}

.is-style-btn-outline-white > .wp-block-button__link:hover,
.btn.btn-outline-white:hover {
  background: var(--white);
  color: var(--black);
}

.is-style-btn-outline-neutral9 > .wp-block-button__link,
.btn.btn-outline-neutral9 {
  border: 1px solid var(--neutral9);
  background: transparent;
  color: var(--neutral9);
}

.is-style-btn-outline-neutral9 > .wp-block-button__link:hover,
.btn.btn-outline-neutral9:hover {
  background: var(--neutral9);
  color: var(--white);
}

/*Back to top*/

.generate-back-to-top {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
}

.generate-back-to-top .gp-icon svg {
  top: 0;
}

.mnr-content-full-section,
.mnr-full-section {
  width: 100%;
}

.mnr-content-section {
  max-width: var(--max-content-width);
}

.page:not(.full-width-content) .inside-article,
.mnr-content-full-section,
.mnr-content-section {
  padding-right: var(--content-padding);
  padding-left: var(--content-padding);
  margin: 0 auto;
}

.mnr-half-content-section__right,
.mnr-half-content-section__left {
  max-width: var(--half-content-width);
}

.mnr-half-content-section__left {
  margin-left: auto;
}

.mnr-half-content-section__right {
  margin-right: auto;
}

.mnr-no-list-style {
  margin: 0;
  list-style: none;
}

.page:not(.full-width-content) .inside-article,
.mnr-c-section {
  padding-top: var(--full-section-pad);
  padding-bottom: var(--full-section-pad);
}

.mnr-c-first-section {
  margin-top: var(--first-section-pad-top);
}

.mnr-c-middle-section {
  padding-top: var(--middle-section-pad);
  padding-bottom: var(--middle-section-pad);
}

.mnr-c-middle-section-sep {
  margin-bottom: var(--middle-section-pad);
}

.mnr-c-last-section {
  margin-bottom: var(--last-section-pad-bot);
}

.mnr-block-section {
  padding-top: var(--block-section-pad);
  padding-bottom: var(--block-section-pad);
}

.mnr-badge {
  padding: 0.375rem 0.625rem;
  border-radius: var(--corner-border-radius);
}

.main-font {
  font-family: var(--main-font);
}

.base-font {
  font-family: var(--base-font);
}

.base-font-2 {
  font-family: var(--base-font-2);
}

.single .wp-block-heading,
.mnr-legals .wp-block-heading {
  font-family: var(--main-font);
}

.single .site-content .wp-block-heading,
.single .site-content p,
.single .site-content ul,
.single .site-content ol,
.mnr-legals .content-area .wp-block-heading,
.mnr-legals .content-area p,
.mnr-legals .content-area ul,
.mnr-legals .content-area ol {
  color: var(--neutral9);
}

/* Default text alignements */

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-boxed {
  max-width: 810px;
  margin: auto;
}

.text-uppercase {
  text-transform: uppercase;
}

.mnr-full-link {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-margins {
  margin: 0 !important;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.mnr-d-flex-start {
  display: flex;
  align-items: flex-start;
}

.mnr-d-flex-center {
  display: flex;
  align-items: center;
}

.mnr-d-flex-sb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.mnr-d-flex-column {
  display: flex;
  flex-direction: column;
}

.mnr-d-flex-column-sb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Margin Bottom */

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

/* Margin Top */

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

/* Margin Left */

.ml-8 {
  margin-left: 8px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

/* Margin Right */

.mr-8 {
  margin-right: 8px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

/*Header menu*/

.nav-float-right #site-navigation {
  margin-right: auto;
  margin-left: 42px !important;
}

.mnr-header-menu {
  position: absolute;
  z-index: 10;
  right: 0px;
  left: 0px;
  background-color: var(--white) !important;
}

.mnr-header-menu.is-sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  box-shadow: 0px 1px 10px #999;
}

.mnr-header-menu .inside-header.grid-container {
  padding: var(--inside-header-padding);
  max-width: var(--max-content-width) !important;
}

.mnr-header-menu .header-image {
  width: auto;
  height: var(--header-image-height) !important;
}

.mnr-header-menu .main-navigation .main-nav ul li:first-child {
  padding-left: 0;
}

.mnr-header-menu .main-navigation .main-nav ul li {
  padding-left: 12px;
  padding-right: 12px;
}

.mnr-header-menu .main-navigation .main-nav ul li a {
  padding: 8px;
  color: var(--black);
  line-height: normal;
}

.mnr-header-menu .main-navigation ul.menu > li.current-menu-item > a,
.mnr-header-menu .main-navigation .main-nav ul li:hover a {
  background-color: var(--neutral3);
  border-radius: var(--corner-border-radius);
}

.mnr-header-menu .mnr-button-wrapper .btn-secondary {
  margin-left: 16px;
}

.mnr-header-menu .main-navigation ul.sub-menu {
  min-width: 100px;
  margin-top: 12px;
  background-color: var(--white);
  border: 1px solid var(--neutral15);
  border-radius: var(--corner-border-radius);
  padding: 0;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.mnr-header-menu .main-navigation ul.sub-menu::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

.mnr-header-menu .main-navigation ul.sub-menu li {
  padding: 16px 24px !important;
  background-color: transparent !important;
}

.mnr-header-menu .main-navigation ul.sub-menu li a {
  padding: 16px 24px !important;
  background-color: transparent !important;
}

.mnr-header-menu .main-navigation ul.sub-menu li:hover {
  background-color: var(--neutral2) !important;
}

.mobile-menu-control-wrapper .menu-toggle {
  background-color: transparent !important;
}

.mobile-menu-control-wrapper .menu-toggle:hover {
  color: var(--secondary);
}

.mnr-button-wrapper {
  display: flex;
  align-items: center;
}

/*Slideout menu*/

.slideout-overlay {
  background-color: transparent !important;
}

.slideout-navigation {
  background-color: var(--white) !important;
  color: var(--black);
  padding: 0;
}

.slideout-navigation .inside-navigation {
  display: grid !important;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-template-areas:
    "logo close"
    "menu menu"
    "buttons buttons";
}

.slideout-navigation .mnr-slideout-logo {
  grid-area: logo;
  padding: 15px 0 15px 15px;
}

.slideout-navigation .slideout-exit {
  grid-area: close;
}

.slideout-navigation .main-nav {
  grid-area: menu;
}

.slideout-navigation .mnr-button-wrapper {
  grid-area: buttons;
}

.slideout-navigation button.slideout-exit {
  background: transparent !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-right: auto;
  padding: 15px 15px 15px 0 !important;
  font-size: 20px !important;
  display: flex;
  align-items: center;
}

.off-canvas-close-label {
  padding-left: 10px;
}

.gp-icon.pro-close:hover {
  color: var(--secondary);
}

.gp-icon.pro-close svg {
  top: 0 !important;
}

.slideout-navigation .inside-navigation {
  position: relative;
  overflow: hidden;
}

.slideout-navigation .slideout-menu {
  padding: 48px 24px;
  text-align: left !important;
}

.slideout-navigation .main-nav {
  position: relative;
  margin-bottom: 40px;
}

.slideout-navigation ul li {
  border-radius: var(--corner-border-radius);
  background-color: transparent;
}

.slideout-navigation .slideout-menu li.current-menu-item {
  background-color: var(--neutral3);
}

.slideout-navigation .slideout-menu li:hover {
  background-color: var(--neutral2);
}

.slideout-navigation ul li a {
  padding: 8px 16px !important;
  line-height: auto !important;
}

.slideout-navigation.is-open .slideout-menu li:not(:last-child) {
  margin-bottom: 0;
}

.slideout-navigation .slideout-menu li a {
  font-family: var(--base-font-2);
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
}

.slideout-navigation .slideout-menu li.current-menu-item a,
.slideout-navigation .slideout-menu li:hover a {
  color: var(--black);
}

.slideout-widget {
  width: 100%;
  padding: 0;
  margin: 0 !important;
}

.offside-js--interact .offside {
  transition: transform 0.6s ease-in-out !important;
}

.gp-icon.icon-pro-menu-bars svg {
  width: 20px !important;
  height: 18px !important;
}

.off-canvas-close-label:hover {
  color: rgba(var(--rgba-neutral1), 0.7);
}

.slideout-navigation .mnr-button-wrapper {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
}

.slideout-navigation .mnr-button-wrapper ul {
  display: block !important;
}

.slideout-navigation .mnr-button-wrapper,
.slideout-navigation .mnr-button-wrapper .btn {
  width: 100%;
}

.slideout-navigation .mnr-my-account-menu__btn {
  display: flex;
}

/*Page Headers*/

.mnr-custom-header {
  position: relative;
  overflow: hidden;
}

.mnr-custom-header.thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mnr-custom-header.minimal {
  background-color: var(--neutral3);
  align-items: flex-start;
}

.mnr-custom-header.minimal.center {
  align-items: center;
}

.mnr-custom-header.big {
  height: 600px;
}

.mnr-custom-header.small {
  min-height: 150px;
}

.mnr-custom-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 42, 27, 0.8);
  transition: all 1s;
  z-index: 1;
}

.mnr-custom-header.minimal::before {
  display: none;
}

.mnr-custom-header .mnr-custom-header__content {
  position: relative;
  padding: var(--page-header-padding) 0;
}

.mnr-custom-header.thumb .mnr-custom-header__content {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  max-width: 1200px;
}

.mnr-custom-header.minimal .mnr-custom-header__content {
  text-align: left;
}

.mnr-custom-header.minimal.center .mnr-custom-header__content {
  text-align: center;
  max-width: 1200px;
}

.mnr-custom-header .mnr-custom-header__content-title {
  font-family: var(--main-font);
}

.mnr-custom-header .mnr-custom-header__content-title span {
  font-family: var(--base-font);
}

.mnr-custom-header__content-subtitle {
  font-family: var(--base-font-2);
}

.mnr-custom-header .mnr-badge:first-of-type {
  margin-left: 0;
}

.mnr-custom-header .mnr-badge {
  margin-left: 10px;
}

/* Grid Container Base */

.mnr-grid {
  display: grid;
  gap: 42px 16px;
}

@media (max-width: 767px) {
  .mnr-grid {
    gap: 16px 8px;
  }
}

.mnr-grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.mnr-grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.mnr-grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.mnr-grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1023px) {
  .mnr-grid-cols-2,
  .mnr-grid-cols-3,
  .mnr-grid-cols-4,
  .mnr-grid-cols-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .mnr-grid-cols-3.tablet-3,
  .mnr-grid-cols-4.tablet-3,
  .mnr-grid-cols-5.tablet-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .mnr-grid-cols-4.tablet-4,
  .mnr-grid-cols-5.tablet-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .mnr-grid-cols-2.mobile-1,
  .mnr-grid-cols-3,
  .mnr-grid-cols-4,
  .mnr-grid-cols-5 {
    grid-template-columns: repeat(1, 1fr);
  }

  .mnr-grid-cols-3.mobile-2,
  .mnr-grid-cols-4.mobile-2,
  .mnr-grid-cols-5.mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .mnr-grid-cols-3.mobile-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .mnr-grid.mobile-first-full > *:nth-child(1),
  .mnr-grid.mobile-first-full > *:nth-child(2) {
    grid-column: span 2;
  }
}

.mnr-grid.gap-sm {
  gap: 10px;
}

.mnr-grid.gap-md {
  gap: 20px;
}

.mnr-grid.gap-lg {
  gap: 30px;
}

/*Contact form*/

.gform_required_legend {
  display: none !important;
}

.mnr-contact-form_wrapper {
  font-family: inherit;
}

.mnr-contact-form .gform_heading {
  display: none;
}

/* Campos */

.mnr-contact-form .gfield {
  margin-bottom: 1.5rem;
}

/*
.mnr-contact-form .gfield_label,
.mnr-contact-form .gform-field-label:not(.gform-field-label--type-sub) {
  display: none;
}
*/

.gfield--input-type-consent .gfield_label {
  display: none !important;
}

/* Sub-labels (Nome / Apelido) */

.mnr-contact-form .gfield_label,
.mnr-contact-form .gform-field-label--type-sub {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0px;
  line-height: 100%;
  margin-bottom: 4px;
}

.mnr-contact-form .gfield_label {
  color: var(--neutral19);
}

.mnr-contact-form .gform-field-label--type-sub {
  margin-top: 4px;
}

/* Inputs, textarea */

.mnr-contact-form input[type="text"],
.mnr-contact-form input[type="email"],
.mnr-contact-form input[type="tel"],
.mnr-contact-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #c7c4c0;
  border-radius: 0;
  padding: 10px 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  color: #99948d !important;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.mnr-contact-form input[type="text"]:focus,
.mnr-contact-form input[type="email"]:focus,
.mnr-contact-form input[type="tel"]:focus,
.mnr-contact-form textarea:focus {
  border-bottom-color: var(--secondary);
}

.mnr-contact-form input::-moz-placeholder, .mnr-contact-form textarea::-moz-placeholder {
  color: #99948d;
  font-size: 15px;
}

.mnr-contact-form input::placeholder,
.mnr-contact-form textarea::placeholder {
  color: #99948d;
  font-size: 15px;
}

.mnr-contact-form textarea {
  resize: none;
  min-height: 50px !important;
  height: 50px;
}

/* Campo Nome — duas colunas */

.mnr-contact-form .ginput_container--name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

/* RGPD — esconder ou simplificar */

.mnr-rgpd {
  margin-bottom: 1.5rem;
}

.mnr-rgpd .gfield_consent_label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  color: var(--neutral19);
}

@media (max-width: 767px) {
  .mnr-rgpd .gfield_consent_label {
    font-size: 0.875rem;
  }
}

.mnr-rgpd .gfield_consent_label a {
  text-decoration: underline;
  text-underline-position: under;
}

.mnr-rgpd .gfield_consent_label a:hover {
  color: var(--secondary);
}

/* Botão Enviar */

.mnr-contact-form .gform_footer {
  margin-top: 0.5rem;
}

.mnr-contact-form .gform_button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: var(--button-border-raduis);
  background: var(--secondary);
  font-family: var(--base-font-2);
  padding: 0.938rem 0.938rem !important;
  font-size: 0.875rem !important;
  color: var(--black);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.mnr-contact-form .gform_button:hover {
  background: var(--neutral12);
}

.mnr-notification--wrapper {
  padding-top: var(--notification-padding);
  padding-bottom: var(--notification-padding);
}

.mnr-notification--wrapper p {
  margin-bottom: 0;
}

.mnr-notification--wrapper a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.mnr-notification--wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 27px;
}

@media (max-width: 767px) {
  .mnr-notification--wrapper ul {
    display: block;
    text-align: left;
  }
}

.mnr-notification--wrapper li {
  padding-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .mnr-notification--wrapper li {
    padding-left: 23px;
    margin-bottom: 8px;
  }

  .mnr-notification--wrapper li:last-child {
    margin-bottom: 0;
  }
}

.mnr-notification--wrapper li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: normal;
  position: absolute;
  left: 0;
  color: var(--secondary);
}

.woocommerce-account {
  background-color: var(--neutral3);
}

.mnr-user-welcome {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
}

.mnr-user-welcome::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 10px;
  left: 10px;
  height: 2px;
  background-color: var(--neutral14);
}

.mnr-user-welcome__avatar {
  flex: 0 0 70px;
}

.mnr-user-welcome__avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid var(--neutral7);
}

.mnr-user-welcome__info {
  flex: 1;
}

.mnr-user-welcome__greeting {
  margin: 0 0 1px 0;
  color: var(--neutral9);
}

.mnr-user-welcome__name {
  margin: 0;
  color: var(--neutral13);
  font-family: var(--main-font) !important;
}

@media (max-width: 768px) {
  .mnr-user-welcome__avatar {
    flex: 0 0 60px;
  }

  .mnr-user-welcome__avatar img {
    width: 60px;
    height: 60px;
  }
}

.mnr-menu-toggle {
  display: none;
}

@media (max-width: 767px) {
  .mnr-user-welcome {
    position: relative;
  }

  .mnr-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: var(--neutral7);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .mnr-menu-toggle i {
    color: var(--white);
    font-size: 16px;
    transition: transform 0.3s ease;
  }

  .mnr-menu-toggle.active i {
    transform: rotate(180deg);
  }

  .woocommerce-MyAccount-navigation {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .woocommerce-MyAccount-navigation.active {
    max-height: 500px;
  }
}

.mnr-my-account:not(.logged-in) .entry-header {
  display: none;
}

.mnr-my-account .u-column1 h2,
.mnr-my-account .u-column2 h2 {
  text-align: center;
  color: var(--neutral13);
  text-transform: uppercase;
  font-family: var(--main-font);
}

.woocommerce-form,
.woocommerce-ResetPassword {
  position: relative;
  margin: 0 auto;
  background-color: var(--white);
  border-radius: var(--corner-border-radius);
}

.woocommerce form.register {
  padding: 65px 65px !important;
}

.woocommerce form.register p:not(.form-row) {
  font-size: 14px;
}

.woocommerce form.register .form-row:last-of-type {
  display: flex;
  justify-content: center;
}

.woocommerce form.login {
  padding: 65px 65px 144px 65px !important;
}

.woocommerce .lost_reset_password,
.woocommerce .lost-password-confirmation {
  padding: 65px !important;
}

@media (max-width: 767px) {
  .woocommerce form.register,
  .woocommerce form.login,
  .woocommerce .lost_reset_password {
    padding: 40px !important;
  }

  .woocommerce form.login {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .woocommerce form.login .woocommerce-form-login__submit {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .woocommerce form.login .woocommerce-form-login__submit {
    position: relative;
  }
}

@media (min-width: 768px) {
  .woocommerce form.login .woocommerce-LostPassword.lost_password {
    position: absolute;
    right: 65px;
    bottom: 135px;
  }
}

@media (max-width: 767px) {
  .woocommerce form.login .woocommerce-LostPassword.lost_password {
    position: relative;
  }

  .woocommerce form.login .form-row:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.woocommerce form.register a.woocommerce-privacy-policy-link,
.mnr-my-account form.login .woocommerce-LostPassword.lost_password a {
  position: relative;
  color: var(--secondary);
}

.woocommerce form.register a.woocommerce-privacy-policy-link:hover,
.mnr-my-account form.login .woocommerce-LostPassword.lost_password a:hover {
  color: var(--neutral8);
}

.woocommerce form.register a.woocommerce-privacy-policy-link:after,
.mnr-my-account form.login .woocommerce-LostPassword.lost_password a:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s;
  background-color: var(--neutral8);
}

.woocommerce form.register a.woocommerce-privacy-policy-link:hover:after,
.mnr-my-account
  form.login
  .woocommerce-LostPassword.lost_password
  a:hover:after {
  transform: scaleX(1);
}

@media (max-width: 767px) {
  .woocommerce form.login .woocommerce-LostPassword.lost_password {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 0;
  }

  .woocommerce-form-login .woocommerce-form-login__rememberme {
    padding-bottom: 15px;
  }
}

.woocommerce .lost_reset_password--description {
  display: block;
  margin-bottom: 15px;
}

.woocommerce .lost-password-confirmation {
  text-align: center;
}

.woocommerce .lost-password-confirmation .mnr-button {
  display: inline-block;
  margin-top: 15px;
}

.woocommerce-lost-password .form-row.form-row-first {
  width: 100%;
  text-align: left !important;
}

.woocommerce-lost-password .woocommerce-form-row.form-row {
  text-align: center;
}

/*

.mnr-my-account .button.woocommerce-form-login__submit,
.woocommerce-lost-password .woocommerce button.button {
  background: var(--secondary) !important;
  color: var(--black) !important;
  margin-right: 0;
}

.mnr-my-account .button.woocommerce-form-login__submit:hover,
.woocommerce-lost-password .woocommerce button.button:hover {
  background: var(--neutral12) !important;
  color: var(--black) !important;
}
*/

.woocommerce-checkout .woocommerce label,
.woocommerce label {
  font-family: var(--base-font-2);
  font-size: 14px;
  color: var(--neutral19);
  font-weight: 400;
}

.woocommerce-checkout .woocommerce form legend,
.woocommerce-checkout .woocommerce form span em,
.woocommerce form legend,
.woocommerce form span em {
  margin-top: 6px;
  font-size: 14px;
  color: var(--neutral19);
  font-family: var(--base-font-2);
  font-style: normal;
}

.woocommerce-checkout .woocommerce form .form-row label .required,
.woocommerce form .form-row label .required {
  color: var(--neutral19);
}

.woocommerce form .form-row input,
.wc-stripe-elements-field {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--neutral5) !important;
  /*min-height: 48px;*/
  font-family: var(--base-font-2);
  font-size: 16px;
  color: var(--neutral16) !important;
}

.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row input:focus,
.woocommerce form .form-row input:hover {
  border-bottom: 1px solid var(--secondary) !important;
}

.woocommerce form .form-row input:focus,
.wc-stripe-elements-field:focus {
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce form .form-row .checkbox {
  color: var(--neutral16);
}

.woocommerce form .form-row input::-moz-placeholder {
  color: var(--neutral16);
}

.woocommerce form .form-row input::placeholder,
.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: var(--neutral16);
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 49%;
}

@media (max-width: 768px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100%;
  }
}

.woocommerce .wc-stripe-elements-field {
  padding: 15px 15px 0 15px;
}

.woocommerce input.InputElement.is-empty.Input.Input--empty {
  margin-top: 5px;
  font-size: 16px;
}

.woocommerce .select2 {
  min-height: 48px;
}

.woocommerce .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid var(--form-border-color);
  min-height: 48px;
}

.woocommerce
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 10px 15px;
  color: var(--neutral16);
}

.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
  right: 15px;
}

.woocommerce-button {
  background-color: var(--secondary) !important;
  color: var(--black) !important;
}

.woocommerce-button:hover {
  background-color: var(--neutral12) !important;
}

.mnr-my-account .site.grid-container {
  max-width: var(--max-content-width);
  padding: 40px var(--content-padding) var(--section-pad-bot)
    var(--content-padding);
}

.mnr-my-account .woocommerce-MyAccount-content {
  border-radius: var(--corner-border-radius);
  background-color: var(--white);
  padding: var(--content-padding);
}

.mnr-my-account .separate-containers .inside-article {
  padding: 0 !important;
}

.mnr-my-account.logged-in .woocommerce {
  display: flex;
  gap: 20px;
  margin: 0 auto;
}

.mnr-my-account.logged-in .woocommerce-MyAccount-navigation--wrapper {
  flex: 0 0 20%;
  max-width: 20%;
}

.mnr-my-account.logged-in .woocommerce-MyAccount-navigation {
  width: 100% !important;
}

.mnr-my-account.logged-in .woocommerce-MyAccount-content {
  flex: 0 0 calc(80% - 20px);
  max-width: calc(80% - 20px);
}

@media (max-width: 768px) {
  .mnr-my-account.logged-in .woocommerce {
    flex-direction: column;
    gap: 30px;
  }

  .mnr-my-account.logged-in .woocommerce-MyAccount-navigation--wrapper,
  .mnr-my-account.logged-in .woocommerce-MyAccount-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.mnr-my-account .entry-title {
  font-family: var(--main-font);
  color: var(--black);
  text-align: center;
  font-size: 2rem;
}

.logged-in.mnr-my-account .entry-title {
  display: block;
}

.logged-in.mnr-my-account .entry-title,
.mnr-my-account .woocommerce-customer-details h2,
.mnr-my-account .woocommerce-Address h3,
.mnr-my-account .woocommerce-edit-address h3,
.mnr-my-account .woocommerce-MyAccount-content form h3 {
  margin-bottom: 25px;
  padding: 0;
}

.mnr-my-account .woocommerce-Address-title.title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mnr-my-account .woocommerce-MyAccount-content h2,
.mnr-my-account .woocommerce-MyAccount-content h3 {
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--black);
}

.mnr-my-account .woocommerce-MyAccount-content p {
  background-color: transparent;
  font-style: normal;
  color: var(--neutral19);
}

.mnr-my-account .woocommerce-account table.shop_table {
  padding: 30px;
  border: none;
  background-color: var(--white);
}

/*Orders Section*/

.mnr-my-account .woocommerce table.shop_table,
.mnr-my-account .woocommerce table.shop_table th,
.mnr-my-account .woocommerce table.shop_table thead th,
.mnr-my-account .woocommerce table.shop_table td {
  border: none;
}

.mnr-my-account .woocommerce table.shop_table th {
  padding: 20px 3px;
  background-color: transparent;
  font-family: var(--base-font-2);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--neutral9);
}

.mnr-my-account .woocommerce table.shop_table thead th {
  font-family: var(--main-font);
  border-bottom: 1px solid var(--neutral15);
  font-weight: 600;
  text-transform: uppercase;
}

.mnr-my-account .woocommerce table.shop_table td {
  padding: 20px 3px;
  background-color: transparent;
  font-family: var(--base-font-2);
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: var(--neutral9) !important;
}

@media (max-width: 767px) {
  .mnr-my-account .woocommerce table.shop_table td {
    padding: 10px 3px;
  }
  .mnr-my-account table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-family: var(--base-font-2);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    float: left;
  }

  .mnr-my-account
    table.shop_table_responsive
    tr
    td.woocommerce-orders-table__cell-order-actions {
    border-bottom: 1px solid var(--neutral15);
  }
}

.mnr-my-account .woocommerce-orders-table__cell-order-number a {
  color: var(--color-primary);
}

.mnr-my-account .woocommerce-orders-table__cell-order-number a:hover {
  color: var(--neutral6);
}

.mnr-my-account mark {
  background-color: var(--neutral9);
  padding: 1px 12px 7px 12px;
}

.mnr-my-account .woocommerce-order-details__title {
  margin: 60px 0 30px 0 !important;
}

.mnr-my-account
  table.shop_table.order_details
  th.woocommerce-table__product-name.product-name,
.mnr-my-account
  table.shop_table.order_details
  th.woocommerce-table__product-table.product-total {
  border-bottom: 1px solid var(--neutral3);
}

.mnr-my-account
  table.shop_table.order_details
  th.woocommerce-table__product-table.product-total {
  text-align: right;
}

.mnr-my-account table.shop_table.order_details th,
.mnr-my-account .shop_table td.woocommerce-orders-table__cell {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--neutral9) !important;
  font-family: var(--base-font-2);
  padding: 10px 0;
}

@media (min-width: 768px) {
  .mnr-my-account .shop_table td.woocommerce-orders-table__cell::after {
    display: none;
  }
}

.mnr-my-account table.shop_table.order_details th::after {
  display: none;
}

.mnr-my-account
  table.shop_table.order_details
  td.woocommerce-table__product-name.product-name
  a {
  color: var(--neutral9);
}

.mnr-my-account
  table.woocommerce-table--order-details
  td.woocommerce-table__product-name.product-name
  a:hover {
  color: var(--secondary);
}

.mnr-my-account
  table.woocommerce-table--order-details
  td.woocommerce-table__product-name.product-name
  .product-quantity {
  font-weight: 400 !important;
  color: var(--neutral9);
}

.mnr-my-account table.woocommerce-table--order-details td.product-total,
.mnr-my-account table.woocommerce-table--order-details tfoot {
  text-align: right;
}

.mnr-my-account
  table.woocommerce-table--order-details
  tfoot
  tr:first-of-type
  th,
.mnr-my-account
  table.woocommerce-table--order-details
  tfoot
  tr:first-of-type
  td {
  border-top: 1px solid var(--neutral3);
}

.mnr-my-account table.woocommerce-table--order-details td {
  border: none;
  padding: 10px 0 !important;
}

@media (max-width: 767px) {
  .mnr-my-account .shop_table td.woocommerce-orders-table__cell {
    border: none;
  }
}

.mnr-my-account .woocommerce-customer-details {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--neutral3);
}

@media (max-width: 767px) {
  .mnr-my-account .woocommerce-customer-details {
    padding-top: 40px;
  }
}

.mnr-my-account .woocommerce-customer-details address {
  padding: 20px 0;
  border: none;
}

@media (max-width: 767px) {
  .mnr-my-account .woocommerce-column--2 {
    margin-top: 30px;
  }

  .mnr-my-account .addresses .title h3 {
    max-width: 100%;
  }
}

/*Address Section*/

.mnr-my-account .woocommerce-Address-title {
  margin: 30px 0;
}

.mnr-my-account .woocommerce-MyAccount-content .mnr-woocommerce-client-name {
  color: var(--neutral6);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.mnr-my-account .mnr-woocommerce-company-name {
  margin-bottom: 0;
}

.mnr-my-account .woocommerce-MyAccount-content address {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.mnr-my-account
  .woocommerce-EditAccountForm
  p:not(.woocommerce-form-row):last-of-type,
.mnr-my-account .woocommerce-address-fields p:not(.form-row):last-of-type {
  text-align: center;
  margin-top: 30px;
}

/*Buttons*/

.mnr-my-account a.button,
.mnr-my-account a.edit,
.mnr-my-account button.button {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  font-family: var(--base-font-2);
  font-size: 14px;
  color: var(--black);
  border-radius: var(--corner-border-radius) !important;
  text-align: center;
}

.mnr-my-account a.button,
.mnr-my-account a.edit {
  padding: 6px 15px;
}

.mnr-my-account button.button {
  font-weight: 600;
}

.mnr-my-account a.button:hover,
.mnr-my-account a.edit:hover,
.mnr-my-account button.button:hover {
  border: 1px solid var(--neutral12);
  color: var(--black);
  background-color: var(--neutral12);
}

.mnr-my-account .moloni_invoice {
  position: relative;
  padding-left: 25px !important;
  margin-left: 10px !important;
}

.mnr-my-account .moloni_invoice::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--black);
  content: "\f15c";
}

.woocommerce-MyAccount-navigation--wrapper {
  position: relative;
  padding: 10px;
  background: var(--white);
  border-radius: var(--corner-border-radius);
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation li a {
  border: none !important;
  list-style: none;
}

.woocommerce-MyAccount-navigation li {
  margin: 10px !important;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  position: relative;
  padding: 20px 20px 20px 50px !important;
  color: var(--black);
}

.woocommerce-MyAccount-navigation li:hover,
.woocommerce-MyAccount-navigation li.is-active {
  background-color: var(--neutral3);
  border-radius: var(--corner-border-radius);
}

.woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--customer-logout:hover {
  background-color: var(--neutral11);
}

.woocommerce-MyAccount-navigation li a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: var(--black);
}

.woocommerce-MyAccount-navigation li.is-active a::before,
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li:hover a::before,
.woocommerce-MyAccount-navigation li:hover a {
  color: var(--black) !important;
}

.woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--customer-logout:hover
  a::before,
.woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--customer-logout:hover
  a {
  color: var(--white) !important;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f0e8";
}

.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f5a0";
}

.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f2bb";
}

.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f08b";
}

.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f570";
}

.woocommerce-MyAccount-navigation-link--subscriptions a::before {
  content: "\f274";
}

.woocommerce-MyAccount-navigation-link--customer-logout {
  position: relative;
  max-width: 100%;
}

.mnr-card-box {
  position: relative;
  overflow: hidden;
  border-radius: var(--corner-border-radius);
  border: 1px solid var(--neutral14);
  padding: 2.125rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.mnr-card-box:hover {
  background-color: var(--neutral3);
}

.mnr-card-box--icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 16px;
  margin-bottom: 1.5rem;
  background-color: var(--neutral9);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mnr-card-box--icon i {
  font-size: 1.5rem;
}

.woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-order-summary-block,
.woocommerce-cart
  .wc-block-cart-items.wp-block-woocommerce-cart-line-items-block,
.woocommerce-checkout .wc-block-components-form {
  border: 1px solid var(--neutral14);
  border-radius: var(--corner-border-radius);
  padding: var(--content-padding);
}

.woocommerce-page
  .wc-block-components-sidebar-layout
  .wc-block-components-main {
  padding-right: 0 !important;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  font-family: var(--main-font);
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  padding: 0.938rem 0.938rem 0.938rem 2.5rem !important;
  font-size: 0.875rem !important;
  font-weight: 400;
  position: relative !important;
  display: inline-flex;
  align-items: center;
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg {
  fill: currentColor;
  left: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-page .entry-content .alignwide {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}

@media (max-width: 767px) {
  .woocommerce-checkout .wc-block-components-checkout-place-order-button {
    width: auto;
  }

  .woocommerce-cart .wc-block-components-main {
    margin-bottom: 20px !important;
  }
}

.wc-block-cart__totals-title,
.wc-block-cart-items__header-image span,
.wc-block-cart-items__header-total span {
  font-family: var(--main-font) !important;
}

.wc-block-components-checkbox__label a {
  text-decoration: underline !important;
  text-underline-position: under !important;
}

.wc-block-checkout__terms a:hover {
  color: var(--secondary) !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: var(--corner-border-radius);
  border: none;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0px;
  line-height: 125%;
}

@media (max-width: 767px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    font-size: 0.875rem;
    letter-spacing: 0px;
  }
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  position: relative;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-error {
  background-color: var(--neutral11);
}

.woocommerce-error,
.woocommerce-error::before {
  color: var(--white);
}

.woocommerce-info {
  background-color: var(--neutral12);
}

.woocommerce-info,
.woocommerce-info::before {
  color: var(--black);
}

.woocommerce-message {
  background-color: var(--primary);
}

.woocommerce-message,
.woocommerce-message::before {
  color: var(--white);
}

.woocommerce-info .woocommerce-Button {
  border: 1px solid var(--black) !important;
  background: transparent !important;
  color: var(--black) !important;
}

.woocommerce-info .woocommerce-Button:hover {
  background: var(--black) !important;
  color: var(--white) !important;
}

.woocommerce-error .woocommerce-Button,
.woocommerce-message .woocommerce-Button {
  border: 1px solid var(--white) !important;
  background: transparent !important;
  color: var(--white) !important;
}

.woocommerce-error .woocommerce-Button:hover,
.woocommerce-message .woocommerce-Button:hover {
  background: var(--white) !important;
  color: var(--black) !important;
}

/*Footer*/

.mnr-footer {
  position: relative;
  overflow: hidden;
  background: var(--neutral13);
}

.mnr-footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--footer-logo-pad-top);
}

.mnr-footer-logo__img {
  width: 100%;
  max-width: 145px;
}

.mnr-footer .footer-widgets-container {
  padding: var(--footer-widgets-container-pad-top) var(--content-padding)
    var(--footer-widgets-container-pad-bot) var(--content-padding);
}

.footer-widgets .widget {
  margin-bottom: 0 !important;
}

.mnr-footer .wp-block-heading {
  font-family: var(--main-font);
  margin-bottom: 16px !important;
}

.mnr-footer .mnr-contact-info--icon {
  font-size: 1.125rem;
}

.mnr-footer .mnr-contact-info--link:hover,
.mnr-footer .mnr-contact-info--label,
.mnr-footer-contacts-list,
.mnr-footer-contacts-list a,
.mnr-footer-widget-menu a {
  color: var(--neutral16);
}

.mnr-footer-widget-menu.mnr-social-menu a {
  color: var(--secondary);
}

.mnr-footer .mnr-contact-info--link,
.mnr-footer-contacts-list a:hover,
.mnr-footer-widget-menu a:hover,
.mnr-footer-widget-menu li.current-menu-item a {
  color: var(--white);
}

.mnr-footer-contacts-list p {
  margin-bottom: 0;
}

.mnr-footer .site-info {
  background-color: var(--neutral13);
  color: var(--neutral16);
}

.mnr-footer-bar-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .mnr-footer-bar-menu {
    justify-content: center;
  }
}

.mnr-footer-bar-menu li {
  display: inline-block;
}

.mnr-footer-bar-menu a {
  color: var(--neutral16);
}

.mnr-footer-copyright a:hover,
.mnr-footer-bar-menu a:hover,
.mnr-footer-bar-menu li.current-menu-item a {
  color: var(--white);
}

@media (max-width: 768px) {
  .footer-bar-active .inside-site-info {
    flex-direction: column-reverse !important;
  }

  .footer-bar-active .footer-bar {
    margin-bottom: 0 !important;
    padding-top: 8px;
  }
}

.mnr-footer .site-info .inside-site-info {
  align-items: center;
  padding: var(--footer-inside-site-info-pad-top) var(--content-padding)
    var(--footer-inside-site-info-pad-bot) var(--content-padding);
}

.mnr-footer .site-info p:empty {
  display: none;
}

.mnr-footer .site-info a:hover {
  color: var(--white) !important;
}

.mnr-social-menu {
  display: inline-flex !important;
}

.mnr-social-menu li:not(:last-child) {
  padding-right: 13px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .mnr-footer .inside-footer-widgets {
    flex-wrap: wrap;
  }

  .mnr-footer .inside-footer-widgets > div {
    flex: 50%;
  }

  .mnr-footer .footer-widget-3,
  .mnr-footer .footer-widget-4 {
    margin-top: 40px;
  }
}
