.elementor-kit-9{--e-global-color-primary:#5387C6;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C0C0C0;--e-global-color-ffd748d:#E1ECFB;--e-global-color-16f39ae:#34567E;--e-global-color-01e13e1:#0A0A0A;--e-global-color-27d91f8:#FFFFFF;--e-global-color-04ba104:#E3E3E3;--e-global-color-ebc34d4:#E3E3E3;--e-global-color-cd001f6:#AAAAAA;--e-global-color-dc26a85:#8A8A8A;--e-global-color-a3cf51b:#6A6A6A;--e-global-color-26ab82c:#1A1A1A;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--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:500;font-family:"Poppins", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h1{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 */:root {
    --min_Width: min(1280px, 94%);
    --min_Width2: min(992px, 94%);
}

.botao_personalizado_menu_mobile {
    height: 48px;
    border: solid 1px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
}

&:not(:has(.e-cart__container)) #cart_final_button {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed;
    filter: saturate(0);
}

#custom_cart {
  
  & input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none
  }
  
  & input[type=number] { 
     -moz-appearance: textfield;
     appearance: textfield;

  }
  
  & .e-cart__container {
    display: flex;
    flex-flow: column;
    gap: 40px;
  }
  
  & thead {
    display: none;
  }
  
  & tbody {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  
  & tr.woocommerce-cart-form__cart-item.cart_item {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    position: relative;
    gap: 10px 20px;
    padding: 0;
    padding-top: 30px;
    padding-right: 40px;
    border-top: solid 1px rgba(0, 0, 0, .05);
  
    &:first-of-type {
      border: none;
    }
      
    & .product-remove {
      position: absolute;
      right: 0px;
      top: 0px;
      padding: 10px;
    }
  
    & .product-thumbnail {
      display: flex;
      width: min(100px, 35%);
      
      & img {
        width: 100%
      }
      
      &::before {
          display: none;
      }
    }
  
    & .product-name {
      width: calc(100% - 120px);
      display: flex;
      
      &::before {
        display: none;
      }
      
      & a {
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        white-space: normal;
        line-height: 150%;
        text-align: left;
      }
      
        @media (max-width: 484px) {
            width: 100%;
        }
    }
    
    & .product-price {
      display: flex;
      flex-flow: column;
      width: calc(33% - calc(40px / 3));
      font-size: 16px;
      
      &::before {
        content: 'Preço:';
        margin-right: 5px;
        font-weight: 400;
      }
      
      & span {
        font-size: inherit;
        font-weight: 700;
      }
    }
    
    & .product-quantity {
      display: flex;
      flex-flow: column;
      width: calc(33% - calc(40px / 3));
      font-size: 16px;
      
      & .quantity {
          display: flex;
          width: 100%;
          align-items: flex-start;
      }
      
      & input {
        width: 50%;
        padding: 5px 10px;
      }
      
      &::before {
        content: 'Quantidade:';
        margin-right: 5px;
        font-weight: 400;
      }
      
      & span {
        font-size: inherit;
        font-weight: 700;
      }
    }
    
    & .product-subtotal {
      display: flex;
      flex-flow: column;
      width: calc(33% - calc(40px / 3));
      font-size: 16px;
      
      &::before {
        content: 'Preço total:';
        margin-right: 5px;
        font-weight: 400;
      }
      
      & span {
        font-size: inherit;
        font-weight: 700;
      }
    }
    
    @media (max-width: 484px) {
        & .product-price,
        & .product-quantity,
        & .product-subtotal {
            width: 47%;
        }
    }
  
    & td {
      padding: 0;
      border: none;
      align-items: flex-start;
    }
  }
  
  & .cart_totals {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-content: center;
    gap: 5px;
    
    & table {
      width: auto;
      margin: 0;
      width: auto;
    }
    
    & h2 {
      margin: 0;
      padding: 0;
      font-size: 16px; 
    }
    
    & tbody {
      gap: 10px;
      
      & td {
        padding: 0;
        display: flex;
        gap: 5px;
        font-size: 20px;
        
        &::before {
          display: none;
        }
        
        & span {
          font-size: inherit;
        }
      }
    }
    
    & .cart-subtotal {
      display: none;
    }
    
    & .wc-proceed-to-checkout {
      display: none;
    }
  }
}

.custom_modal_cadastro.elementor-popup-modal .dialog-message {
    width: 100%;
}
 
.custom_modal_cadastro.elementor-popup-modal .dialog-widget-content {
    width: min(600px, 90%);
}

.custom_modal_cadastro a.dialog-close-button.dialog-lightbox-close-button {
    width: 34px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    
    & svg {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 767px) {
	.item_categoria,
.conteudo_item_categoria {
	height: 100%;
}
}

@media (min-width: 1024px) {
    header li>a.elementor-item:hover {
        text-decoration: underline;
    }

    header #menuPrincipal ul li:last-of-type {
        background: #000;
        border-radius: 15px;
        margin-left: 10px;
        
        & a {
            color: #FFF;
            margin: 0;
            padding: 4px 12px;
            line-height: 1.5em;
        }
    }
}/* End custom CSS */