.elementor-kit-12{--e-global-color-primary:#234D01;--e-global-color-secondary:#234D01;--e-global-color-text:#234D01;--e-global-color-accent:#FFFFFF;--e-global-color-854ab3c:#234D01;--e-global-color-a2d20b8:#66E536;--e-global-color-773c42c:#00B2E2;--e-global-color-3d933c5:#F8DE01;--e-global-color-8b44158:#FE771D;--e-global-color-4326e9f:#4B9A31;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:46px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:46px;--e-global-typography-accent-font-weight:700;--e-global-typography-a02cff2-font-family:"Montserrat";--e-global-typography-a02cff2-font-size:60px;--e-global-typography-a02cff2-font-weight:600;--e-global-typography-5d701ae-font-family:"Montserrat";--e-global-typography-5d701ae-font-size:52px;--e-global-typography-5d701ae-font-weight:700;--e-global-typography-8af8571-font-family:"Montserrat";--e-global-typography-8af8571-font-size:46px;--e-global-typography-8af8571-font-weight:700;--e-global-typography-2ebfa19-font-family:"Montserrat";--e-global-typography-2ebfa19-font-size:26px;--e-global-typography-2ebfa19-font-weight:700;--e-global-typography-17bc0b0-font-family:"Montserrat";--e-global-typography-17bc0b0-font-size:18px;--e-global-typography-17bc0b0-font-weight:700;--e-global-typography-1a2bc7d-font-family:"Bebas Neue";--e-global-typography-1a2bc7d-font-size:14px;--e-global-typography-1a2bc7d-font-weight:400;--e-global-typography-8cc4de4-font-family:"Montserrat";--e-global-typography-8cc4de4-font-size:22px;--e-global-typography-8cc4de4-font-weight:600;--e-global-typography-48722af-font-family:"Montserrat";--e-global-typography-48722af-font-size:14px;--e-global-typography-48722af-font-weight:500;--e-global-typography-5c65a78-font-family:"Montserrat";--e-global-typography-5c65a78-font-size:16px;--e-global-typography-5c65a78-font-weight:600;--e-global-typography-34ffb4a-font-family:"Montserrat";--e-global-typography-34ffb4a-font-size:16px;--e-global-typography-34ffb4a-font-weight:700;--e-global-typography-34ffb4a-line-height:40px;--e-preloader-animation-duration:2000ms;--e-preloader-delay:0s;--e-preloader-width:100%;--e-preloader-max-width:100%;--e-preloader-opacity:1;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:#FFFFFF;color:var( --e-global-color-854ab3c );}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-854ab3c );color:#FFFFFF;}.elementor-kit-12 e-page-transition{background-color:#4B9A3100;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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;}.elementor-kit-12{--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;}}/* Start custom CSS */body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: White;
	/* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #347F00;    /* color of the scroll thumb */
  border-radius: 20px;    
    /* creates padding around scroll thumb */
}

.imgupdown {
  position: relative; /* Needed for top movement to take effect */
  animation: moveUpDown 0.9s linear infinite alternate;
}

@keyframes moveUpDown {
  from {
    top: 0px;
  }
  
  to {
    top: 20px; /* Adjust the distance the button moves up and down */
  }
}

/* Custom CSS By SST  */
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart, :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form){
	align-items:center;
	justify-content:space-between;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
    background: none;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
    text-align: left;
    padding:0;
    
}

.woocommerce .elementor-1320 .elementor-element.elementor-element-46255e01 form.cart .variations tbody tr{
    display: flex;
    flex-direction: column;
    gap:0.5rem;
}

.woocommerce .elementor-widget-woocommerce-product-related.elementor-wc-products .products > h2 {
    color: #F1F2F3 important;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
}


/*Changing Menu Hover Colors*/
.elementor-nav-menu > li:nth-child(1) a:hover,.elementor-nav-menu > li:nth-child(3) a:hover,.elementor-nav-menu > li:nth-child(6) a:hover{
    color:#ed7b20!important;
}
.elementor-nav-menu > li:nth-child(2) a:hover,.elementor-nav-menu > li:nth-child(4) a:hover,.elementor-nav-menu > li:nth-child(7) a:hover{
    color:#07b0d1!important;
}
.elementor-nav-menu > li:nth-child(5) a:hover{
    color:#fe4bc0!important;
}

body #wptime-plugin-preloader{
background-size: cover !important;
}/* End custom CSS */