.elementor-kit-6{--e-global-color-primary:#1367C2;--e-global-color-secondary:#000000;--e-global-color-text:#303030;--e-global-color-accent:#1367C2;--e-global-color-db6a178:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );text-decoration:underline;}.elementor-kit-6 a:hover{color:var( --e-global-color-text );text-decoration:underline;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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 *//* Woocommerce Single Product*/

.single-product nav.woocommerce-breadcrumb {
    display: none;
}

.woocommerce div.product div.images img {
    width: 40%!important;
    margin: 0 auto!important;
}
.woocommerce .quantity .qty {
    display: none!important;
}
span.posted_in {
    display: none!important;
}

a.woocommerce-product-gallery__trigger {
    display: none!important;
}

button.single_add_to_cart_button.button.alt {
    margin: 0 !important;
}

/* End */

.post-tags {
    display: none;
}
section#comments {
    display: none;
}
li.menu-item a {
    text-decoration: none;
}
li.menu-item a:hover {
    text-decoration: none;
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #f5c849 #3d3d3d;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 5px;
  }

  *::-webkit-scrollbar-track {
    background: #f5c849;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }/* End custom CSS */