/*

Theme Name: Wogo Hello Elementor Child
Template: hello-elementor
*/

body {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.elementor-button-content-wrapper {
  align-items: center;
}
body {
  font-size: 16px !important;
}

@media (max-width: 990px) {
  body {
    font-size: 13px !important;
  }
}

@media (min-width: 991px) and (max-width: 1279px) {
  body {
    font-size: 12px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1500px) {
  body {
    font-size: 14px !important;
  }
}

@media (min-width: 1501px) and (max-width: 1599px) {
  body {
    font-size: 15px !important;
  }
}

.secprods {
  padding-left: calc((100vw - 1460px) / 2) !important;
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .secprods {
    padding-left: 60px !important;
  }
}

ul {
  padding: 0 !important;
  list-style: inside;
}

.elementor-widget-text-editor ul {
  margin-left: 25px;
}

#sb_instagram .sbi_photo img {
  border-radius: 10px;
}
