.elementor-kit-5{--e-global-color-primary:#EF4444;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#111827;--e-global-color-accent:#22C55E;--e-global-color-c4e54a6:#FFFFFF;--e-global-color-22619aa:#F9FAFB;--e-global-color-e7807e0:#111827;--e-global-color-0391858:#374151;--e-global-color-940286e:#9CA3AF;--e-global-color-f5a234c:#EF4444;--e-global-color-f586452:#DC2626;--e-global-color-0f4b321:#059669;--e-global-color-941b3cd:#E5E7EB;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-weight:400;}.elementor-kit-5 h1{font-weight:600;}.elementor-kit-5 h2{font-weight:600;}.elementor-kit-5 h3{font-weight:500;}.elementor-kit-5 h4{font-weight:500;}.elementor-kit-5 h5{font-weight:500;}.elementor-kit-5 h6{font-weight:500;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* ================================
   SINGLE PRICE STYLE (ALL PRODUCTS)
================================ */

.price {
  font-family: 'Nunito Sans', sans-serif;
}

.price ins,
.price > span.woocommerce-Price-amount {
  color: #FF3838;
  font-weight: 600;
  text-decoration: none;
}

/* Hide original price completely */
.price del {
  display: none !important;
}


/* ================================
   RESPONSIVE PRICE SIZE
================================ */

/* Desktop */
@media (min-width: 1024px) {
  .price ins,
  .price > span.woocommerce-Price-amount {
    font-size: 22px;
  }
}

/* Laptop & Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .price ins,
  .price > span.woocommerce-Price-amount {
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .price ins,
  .price > span.woocommerce-Price-amount {
    font-size: 14px;
  }
}



/*Hide add to car text */

.woocommerce a.added_to_cart {
    padding-top: 0;
    display: none;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #720eec;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    display: none;
}/* End custom CSS */