.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:400;font-family:"Poppins", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h3{font-family:"Poppins", Sans-serif;font-size:1.2em;}.elementor-kit-7 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h6{font-family:"Poppins", Sans-serif;}.elementor-kit-7 label{font-family:"Poppins", Sans-serif;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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{padding-right:0px;padding-left:0px;}.site-header h1.site-title{font-family:"Poppins", Sans-serif;}.site-header .site-description{font-family:"Poppins", Sans-serif;}.site-header .site-navigation .menu li{font-family:"Poppins", Sans-serif;}.site-footer .site-description{font-family:"Poppins", Sans-serif;}footer .footer-inner .site-navigation a{font-family:"Poppins", Sans-serif;}.site-footer .copyright p{font-family:"Poppins", Sans-serif;}@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 */html, body{
    width: 100%;
    overflow-x: hidden;
}

/* Firefox */
* {
  scrollbar-width: 10px;
  scrollbar-color: /* Cor principal */ #00AB44 /* Cor fundo */ #202020;
}

/* Chrome, Edge e Safari */
body::-webkit-scrollbar {
width: 10px !important;
}

body::-webkit-scrollbar-track {
background: #202020 !important;
}

body::-webkit-scrollbar-thumb {
background-image: linear-gradient(45deg, #00AB44, #0F8133, #00AB44, #0F8133)!important;

border-radius: 10px !important;

border: 2px solid #202020 !important;

}

@media(min-width:1025px){
.elementor-menu-cart__main {
    width:650px !important;
     z-index: 99999 !important;
}

}
.elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    color: var(--empty-message-color,inherit);
    text-align: var(--empty-message-alignment,center) !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    display: var(--view-cart-button-display,inline-block);
    color: var(--view-cart-button-text-color,#fff) !important;
    padding: var(--view-cart-button-padding,15px);
    background: #000 !important;
    border-radius: 35px !important;
    width:260px !important;
    justify-self: center !important;
}

@media(min-width:1025px){
.wd-side-hidden.wd-opened{
    width:650px !important;
    padding: 20px !important;
     z-index: 99999 !important;
}
}
.elementor-menu-cart__footer-buttons{
    font-size: 20px;
    text-align: var(--cart-footer-buttons-alignment-text-align,center);
    display: var(--cart-footer-buttons-alignment-display,grid);
    grid-template-columns: none !important;
    margin-top: var(--cart-buttons-position-margin,0);
    grid-column-gap: var(--space-between-buttons,10px);
    grid-row-gap: var(--space-between-buttons,10px);
   
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    display: var(--checkout-button-display,inline-block);
    color: var(--checkout-button-text-color,#fff) !important;
    padding: var(--checkout-button-padding,15px);
    background-color: #00AB44 !important;
     border-radius: 35px !important;
     width:260px !important;
     justify-self: center !important;
}
    
.elementor-menu-cart__products {
    max-height: calc(100vh - 350px) !important;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.elementor-menu-cart__main{
    z-index: 999999!important;
}

@media(max-width:767px){
    .elementor-menu-cart__product-name{
        width:200px !important;
    }
}/* End custom CSS */