.elementor-kit-16{--e-global-color-primary:#006633;--e-global-color-secondary:#95C11F;--e-global-color-text:#555555;--e-global-color-accent:#95C11F;--e-global-typography-primary-font-family:"Sorts Mill Goudy";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-16 button,.elementor-kit-16 input[type="button"],.elementor-kit-16 input[type="submit"],.elementor-kit-16 .elementor-button{background-color:#FFFFFF00;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-primary );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;padding:10px 20px 10px 20px;}.elementor-kit-16 button:hover,.elementor-kit-16 button:focus,.elementor-kit-16 input[type="button"]:hover,.elementor-kit-16 input[type="button"]:focus,.elementor-kit-16 input[type="submit"]:hover,.elementor-kit-16 input[type="submit"]:focus,.elementor-kit-16 .elementor-button:hover,.elementor-kit-16 .elementor-button:focus{background-color:#FFFFFF00;color:var( --e-global-color-primary );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}.elementor-kit-16 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-16 h1{color:var( --e-global-color-primary );font-family:"Sorts Mill Goudy", Sans-serif;font-size:55px;font-weight:400;}.elementor-kit-16 h2{color:var( --e-global-color-primary );font-family:"Sorts Mill Goudy", Sans-serif;font-size:35px;font-weight:400;}.elementor-kit-16 h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-16 h4{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-16 h5{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-16 h6{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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:480px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button-link {
    position: relative;
    margin-right: 25px;
    z-index:0;
}
.elementor-button-link::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #006633;
    right: -30px;
    top: 50%;
    transition: all 0.2s ease;
    z-index: -1;
}

.elementor-button-link:hover::after {
    width: calc(100% + 60px);
    background: #95C11F;
    opacity: 0.5;
}

/*.elementor-button-link:hover 
.elementor-button-text{
     background: rgba(255, 255, 255, 1);
}*/

.woocommerce-cart .button, .woocommerce-checkout .button, .woocommerce-account .button {
  background-color:#95c11f !important;
  border-radius : 0 !important;
  border: 0 !important;
  color: #fff !important;
}
.woocommerce-cart .button:hover, .woocommerce-checkout .button:hover, .woocommerce-account .button:hover {
  background-color:#006633 !important;
}

.widget_shopping_cart_content .elementor-menu-cart__footer-buttons {
    display: block;
}
.widget_shopping_cart_content .elementor-button--view-cart {
    width: 100%;
    margin-bottom: 20px;
    background-color: #95c11f !important;
    border-color:#95c11f;
}
.widget_shopping_cart_content .elementor-button--view-cart:hover {
    background-color: #006633 !important;
    border-color:#006633;
}
.widget_shopping_cart_content .elementor-button--checkout {
    width: 100%;
    background-color: #fff  !important;
    border-color:#95c11f;
    color: #95c11f !important;
}
.widget_shopping_cart_content .elementor-button--checkout:hover {
    background-color: #fff;
    border-color:#006633;
     color: #006633 !important;
}/* End custom CSS */