/*

Theme Name: Wogo Hello Elementor Child
Template: hello-elementor
*/

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
}
.elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 50px;
  border-radius: 10px;
}
.elementor-button-content-wrapper {
  align-items: center;
}
body {
  font-size: 15px !important;
}

@media (max-width: 1280px) {
  body {
    font-size: 12px !important;
  }
  .elementor-button {
    height: 40px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  body {
    font-size: 13px !important;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  body {
    font-size: 13px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  body {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .elementor-widget-icon-box.elementor-mobile-position-left
    .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-mobile-position-right
    .elementor-icon-box-wrapper {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .elementor-menu-cart__toggle_button .elementor-button-text {
    display: none !important;
  }
}
