* {
  padding: 0;
  margin: 0;
}

body{
  color: white;
  font-family: "Nunito Sans", sans-serif;
}

.bg {
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

.content-area{
  color: #777;
}

.bg-loaded {
  opacity: 1;
}

.full-width .ubermenu-nav,
.container,
.row {
  max-width: 1340px
}

.row.row-collapse {
  max-width: 1310px
}

.row.row-small {
  max-width: 1332.5px
}

.row.row-large {
  max-width: 1370px
}

.header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid gray;
}

.header-main {
  height: 83px
}

#logo img {
  max-height: 83px
}

#logo {
  width: 150px;
}

#logo a {
  max-width: 120px;
}

.header-bottom {
  min-height: 10px
}

.header-top {
  min-height: 30px
}

.transparent .header-main {
  height: 30px
}

.transparent #logo img {
  max-height: 30px
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
  padding-top: 30px;
}

.header.show-on-scroll,
.stuck .header-main {
  height: 70px !important
}

.stuck #logo img {
  max-height: 70px !important
}

.header-bg-color,
.header-wrapper {
  background-color: rgba(255, 255, 255, 0.9)
}

.header-bottom {
  background-color: #f1f1f1
}

.header-main .nav>li>a {
  line-height: 16px
}

.stuck .header-main .nav>li>a {
  line-height: 50px
}

@media (max-width: 549px) {
  .header-main {
    height: 70px
  }

  #logo img {
    max-height: 70px
  }
}

body {
  font-size: 100%;
}

@media screen and (max-width: 549px) {
  body {
    font-size: 100%;
  }
}

body {
  font-family: "Nunito Sans", sans-serif
}

body {
  font-weight: 0
}

.nav>li>a {
  font-family: "Nunito Sans", sans-serif;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
  font-family: "Nunito Sans", sans-serif;
}

.nav>li>a {
  font-weight: 700;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
  font-family: "Nunito Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
  font-weight: 700;
}

.alt-font {
  font-family: "Nunito Sans", sans-serif;
}

.alt-font {
  font-weight: 0 !important;
}

.footer-1 {
  background-color: #40aaa6
}

.footer-2 {
  background-color: #771a1a
}

.absolute-footer,
html {
  background-color: rgba(4, 124, 20, 0.03)
}

.absolute-footer {
  padding: 0;
}

/* Custom CSS */
.footer p {
  margin-bottom: 0.5rem !important;
}

.label-new.menu-item>a:after {
  content: "New";
}

.label-hot.menu-item>a:after {
  content: "Hot";
}

.label-sale.menu-item>a:after {
  content: "Sale";
}

.label-popular.menu-item>a:after {
  content: "Popular";
}