.elementor-41743 .elementor-element.elementor-element-2211b43{--display:flex;}.elementor-41743 .elementor-element.elementor-element-60f6d77{--display:flex;--border-radius:30px 30px 30px 30px;--padding-top:8px;--padding-bottom:8px;--padding-left:8px;--padding-right:8px;}.elementor-41743 .elementor-element.elementor-element-60f6d77:not(.elementor-motion-effects-element-type-background), .elementor-41743 .elementor-element.elementor-element-60f6d77 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2D0A50;}.elementor-41743 .elementor-element.elementor-element-7026a99{padding:16px 16px 16px 16px;}.elementor-widget-wc-add-to-cart .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-41743 .elementor-element.elementor-element-036cf2c .elementor-button{background-color:#E8417A;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:700;text-shadow:0px 0px 5px rgba(0, 0, 0, 0.93);fill:#FFFFFF;color:#FFFFFF;border-style:solid;border-width:0px 0px 0px 0px;border-color:#FFFFFF;}.elementor-41743 .elementor-element.elementor-element-036cf2c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 45px) 0px;}#elementor-popup-modal-41743 .dialog-widget-content{background-color:#1A0533;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-41743{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-41743 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-41743 .dialog-close-button{display:flex;font-size:26px;}#elementor-popup-modal-41743 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-41743 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:767px){.elementor-41743 .elementor-element.elementor-element-036cf2c{width:100%;max-width:100%;margin:-14px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-41743 .elementor-element.elementor-element-036cf2c.elementor-element{--align-self:center;}.elementor-41743 .elementor-element.elementor-element-036cf2c .elementor-button{font-size:12px;line-height:1.5em;padding:5px 5px 5px 5px;}#elementor-popup-modal-41743 .dialog-widget-content{border-radius:30px 30px 30px 30px;}}/* Start custom CSS for wc-add-to-cart, class: .elementor-element-036cf2c *//* Transzparens fehér háttér az input mezőnek */                              
  .quantity input.qty {                                                         
      border: none !important;                                                  
      background: rgba(255, 255, 255, 0.15) !important;
      box-shadow: none !important;                                              
      -webkit-appearance: none !important;
      -moz-appearance: textfield !important;
      border-radius: 0px !important;
      font-size: 21px !important;
  }

  /* + és - gombok transzparens fehér háttérrel */
  .quantity a.minus,
  .quantity a.plus {
      border: none !important;
      background: rgba(255, 255, 255, 0.15) !important;
      border-radius: 0px !important;
      font-size: 23px !important;
  }

  /* Szám és gombok fehér és bold */
  .quantity input.qty,
  .quantity a.minus,
  .quantity a.plus {
      color: #ffffff !important;
      font-weight: 700 !important;
  }

  /* Spinner nyilak eltüntetése */
  .quantity input.qty::-webkit-inner-spin-button,
  .quantity input.qty::-webkit-outer-spin-button {
      -webkit-appearance: none !important;
      margin: 0 !important;
  }
  
  /* WooCommerce Mennyiségválasztó Fix a Popupban */

.elementor-popup-modal .quantity {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    background: rgba(0, 0, 0, 0.2) !important; /* Finom sötét háttér a mezőnek */
    padding: 5px !important;
}

/* Plusz és minúsz gombok kényszerített vizualizációja */
.elementor-popup-modal .quantity a.minus,
.elementor-popup-modal .quantity a.plus {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 26px !important;
    font-weight: bold !important;
    color: #ffffff !important; /* Hófehér jel */
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
}

/* Hover effekt (Terrakotta szín) */
.elementor-popup-modal .quantity a.plus:hover,
.elementor-popup-modal .quantity a.minus:hover {
    color: #E8417A !important; 
}

/* A számbeviteli mező stílusa (középső szám) */
.elementor-popup-modal .quantity input.qty {
    width: 50px !important;
    height: 40px !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #ffffff !important; /* Szám színe fehér */
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    -moz-appearance: textfield !important;
}

/* Böngésző gyári betuszkolt nyilainak teljes eltüntetése, 
   hogy csak az elegáns + és - gombok maradjanak */
.elementor-popup-modal .quantity input.qty::-webkit-outer-spin-button,
.elementor-popup-modal .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}/* End custom CSS */