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


:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223
}

@media (min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px
  }
}

p0-element-button {
  cursor: pointer
}
.wp-block-table_p8_cDU {
    width: 100%;
    overflow-x: auto;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
  background-color: #eee
}

:root .has-very-dark-gray-background-color {
  background-color: #313131
}

:root .has-very-light-gray-color {
  color: #eee
}

:root .has-very-dark-gray-color {
  color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
  font-size: 1em
}

.has-larger-font-size {
  font-size: 2.625em
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
  text-align: center
}

.has-text-align-left {
  text-align: left
}

.has-text-align-right {
  text-align: right
}

#end-resizable-editor-section {
  display: none
}

.aligncenter {
  clear: both
}

.items-justified-left {
  justify-content: flex-start
}

.items-justified-center {
  justify-content: center
}

.items-justified-right {
  justify-content: flex-end
}

.items-justified-space-between {
  justify-content: space-between
}

.screen-reader-text_p8_cDU {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.screen-reader-text_p8_cDU:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

html :where(.has-border-color) {
  border-style: solid
}

html :where([style*=border-top-color]) {
  border-top-style: solid
}

html :where([style*=border-right-color]) {
  border-right-style: solid
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

html :where([style*=border-left-color]) {
  border-left-style: solid
}

html :where([style*=border-width]) {
  border-style: solid
}

html :where([style*=border-top-width]) {
  border-top-style: solid
}

html :where([style*=border-right-width]) {
  border-right-style: solid
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

html :where([style*=border-left-width]) {
  border-left-style: solid
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%
}

:where(figure) {
  margin: 0 0 1em
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px
  }
}


:root {
  --primary-color: #5dac24;
}

.header-main_p8_cDU {
  height: 90px
}

#logo img {
  max-height: 90px
}

#logo {
  width: 200px;
}

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

.transparent .header-main_p8_cDU {
  height: 90px
}

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

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

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

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

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

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

  #logo img {
    max-height: 70px
  }

  .flex-right {
  }

  #logo {
    width:100% !important;
  }

  .logo-left_p8_cDU .logo {
      margin-left: 0;
      margin-right: 0 !important;
  }


}

/* Color */
.accordion-title.active, .has-icon-bg .icon .icon-inner, .logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active > a, .nav-outline > li.active > a, .cart-icon strong, [data-color='primary'], .is-outline.primary {
  color: #5dac24;
}

/* Color !important */
[data-text-color="primary"] {
  color: #5dac24 !important;
}

/* Background Color */
[data-text-bg="primary"] {
  background-color: #5dac24;
}

/* Background */
.scroll-to-bullets a, .featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover, .has-hover:hover .badge-outline .badge-inner, button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline), .featured-table .title, .is-outline:hover, .has-icon:hover .icon-label, .nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener, .is-outline:hover, .tagcloud a:hover, .grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt, .nav-box > li > a:hover, .nav-box > li.active > a, .nav-pills > li.active > a, .current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before, .banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner {
  background-color: #5dac24;
}

/* Border */
.nav-vertical.nav-tabs > li.active > a, .scroll-to-bullets a.active, .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover, .has-hover:hover .badge-outline .badge-inner, .accordion-title.active, .featured-table, .is-outline:hover, .tagcloud a:hover, blockquote, .has-border, .cart-icon strong:after, .cart-icon strong, .blockUI:before, .processing:before, .loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover {
  border-color: #5dac24
}

.nav-tabs > li.active > a {
  border-top-color: #5dac24
}

.widget_shopping_cart_content .blockUI.blockOverlay:before {
  border-left-color: #5dac24
}

.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
  border-left-color: #5dac24
}

/* Fill */
.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
  fill: #5dac24;
}

/* Focus */
.primary:focus-visible, .submit-button:focus-visible, button[type="submit"]:focus-visible {
  outline-color: #5dac24 !important;
}

body {
  font-size: 100%;
}

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

body {
  font-family: Mulish, sans-serif;
}

body {
  font-weight: 400;
  font-style: normal;
}

.nav > li > a {
  font-family: Mulish, sans-serif;
}

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

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

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

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

.alt-font {
  font-family: "Dancing Script", sans-serif;
}

.alt-font {
  font-weight: 400 !important;
  font-style: normal !important;
}

.nav-vertical-fly-out > li + li {
  border-top-width: 1px;
  border-top-style: solid;
}

.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";
}

.p8-index-links-item-box-main {
    display: block;
    padding: 3rem 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 0 40px rgba(255, 255, 255, .3) inset;
    background: #162732;
    color: #fff;
    text-decoration: none;
    border-radius: 15px 15px 0 0;
}

.p8-index-links-item-box-footer {
    height: 40px;
    font-weight: 700;
    background: orange;
    border: none;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    display: block;
    border-radius: 0 0 15px 15px;
    text-align: center;
}

.p8-index-links-item-box-footer-text {
    font-weight: 700;
}

.p8-index-links-item-box {
    padding: 10px 20px;
}

.p8-index-links-item {
    width: 50%;
}

.p8-index-links {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p8-index-links-img-box {
    max-height: 100px;
}

.p8-index-links-img-box img {
    width: 80%;
    height: 100px;
    object-fit: contain;
}

.p8-index-links-item a:hover .p8-index-links-item-box {
    transform: translateY(-5px);
    transition: transform 0.5s;
}

.p8-index-links-img-text {
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
    color: orange;
}

@media only screen and (max-width: 640px) {
    .p8-index-links {
        flex-direction: column;
    }

    .p8-index-links-item {
        width: 100%;
    }

    .p8-index-links-item-box {
        padding-left: 0;
        padding-right: 0;
    }

    .p8-index-links-item-box-main {
        padding: 0;
    }

    .p8-index-links-img-text {
        font-size: 1rem;
        margin-bottom: 0;
    }
}
