.elementor-kit-6{--e-global-color-primary:#8E323D;--e-global-color-secondary:#B23F4C;--e-global-color-text:#000000;--e-global-color-accent:#DEE5D9;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat Alternates";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:400;line-height:24px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );color:#FFFFFF;border-radius:5px 5px 5px 5px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:#000000;font-size:38px;font-weight:700;text-transform:uppercase;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:700;}.elementor-kit-6 h3{color:var( --e-global-color-text );}.elementor-kit-6 h4{color:var( --e-global-color-text );}.elementor-kit-6 h5{color:var( --e-global-color-text );}.elementor-kit-6 h6{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.noreaz-hero {
  position: relative;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.noreaz-background {
  background-color: #dbe4d4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 100%;
  z-index: 0;
}

.noreaz-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 85%;
  max-width: 1200px;
}

.noreaz-content img {
  max-width: 100%;
  height: auto;
}

.noreaz-image-left, .noreaz-image-right {
  width: 50%;
  text-align: center;
}

.noreaz-countdown {
  background-color: #b23f4c;
  color: white;
  text-align: center;
  padding: 2% 5%;
  margin-top: 30px;
  font-size: 1.5rem;
}

.noreaz-countdown .countdown-text {
  font-weight: bold;
  margin-bottom: 10px;
}

.noreaz-countdown .countdown-value strong {
  font-size: 2rem;
  margin: 0 5px;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart img {
    width: 30px !important;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 30px !important;
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
}/* End custom CSS */