/*======== PC nézet ========*/
#hm-ad-popup .caption.wide-caption {
    display: inline-block;
    min-width: 220px; /* Igazítható a hossz alapján */
    white-space: nowrap;
    text-align: center;
}

#hm-ad-popup .coupon-box {
    margin: 16px 0;
    padding: 10px 16px;
    background-color: #fff3cd;
    border: 1px dashed #ffc107;
    border-radius: 6px;
    font-size: 16px;
    color: #856404;
    font-weight: bold;
}

/* Popup háttér */
#hm-ad-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* Popup doboz */
#hm-ad-popup {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to bottom right, #ffffff, #f0f0f0);
    padding: 24px;
    width: 90%;
    max-width: 480px;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    font-family: Arial, sans-serif;
    text-align: center;
    border: 1px solid #ccc;
}

/* Popup címsor */
#hm-ad-popup h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

/* Szövegtörzs */
#hm-ad-popup p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
}

/* Termékgaléria */
#hm-ad-popup .product-showcase {
    display: flex;
    justify-content: space-around;
    gap: 16px;
    margin-top: 16px;
    flex-wrap: wrap;
}

/* Linkek */
#hm-ad-popup .product-showcase a {
    text-decoration: none;
}

/* Termék kártya */
#hm-ad-popup .product-showcase .item {
    width: 45%;
}

/* Termékkép */
#hm-ad-popup .product-showcase img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background: white;
}

/* Terméknév */
#hm-ad-popup .product-showcase .caption {
    margin-top: 8px;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}

/* Megnézem gomb */
#hm-ad-popup .view-button {
    margin-top: 8px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 15px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#hm-ad-popup .view-button:hover {
    background-color: #0056b3;
}

/* Bezárás gomb (X a jobb felső sarokban) */
#closePopup {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 20px;
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    line-height: 1;
}

#closePopup:hover {
    color: #000;
}
/*Kategória sáv*/
.category-menu>.category-list>.nav-link {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
  }

  a.nav-link {
    font-weight: bold;
    color: black;
    text-transform: uppercase;
  }

  .header-bottom .container-wide {
    background: #e8dcca;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .container-wide .module-category-wrapper {
	background: #e8dcca;
  }

  div.container-wide.header-top-row {
    background: #e8dcca;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
/*Fiók adatok*/
.container .page-head-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #e8dcca;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  
  .account-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
  
  .account-menu .account-menu__box {
    flex: 1 1 280px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .account-menu .account-menu__box h3 {
    font-size: 18px;
  }
  
  .account-menu .account-menu__list {
    list-style: none;
    padding: 0;
  }
  
  .account-menu .account-menu__list-item a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 5px 10px;
    margin-top: 5px;
    border-radius: 5px;
    transition: background 0.3s, color 0.3s;
    background: rgba(232,220,202,0.6);
  }
  
  .content.ac-loyaltypoints .table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .content.ac-loyaltypoints .table thead {
    background: #e8dcca;
  }
  
  .content.ac-loyaltypoints .table thead td {
    font-weight: bold;
  }
  
  .content.ac-loyaltypoints .table tbody tr:nth-child(even) {
    background: #f8f9fa;
  }
  
  .account-menu ul.account-menu__list.list-unstyled {
    background: none;
  }
  
  .account-menu button.btn.btn-link.personal-data-delete-button {
    background: rgba(255, 0, 0, 0.4);
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid black;
    color: white;
  }
  
  .account-menu a.btn.btn-link.personal-data-del {
    background: rgba(0, 160, 0, 0.4);
    padding: 10px 20px;
    border: 1px solid black;
    border-radius: 10px;
    color: white;
    margin-top: 0px;
  }
/*Kereső*/
  input.search-module__input.form-control.form-control-lg.disableAutocomplete {
    border: 1px solid black;
    border-radius: 10px;
  }
/*Termék kártyák*/
  div.header-middle-right-wrapper.d-flex.align-items-center {
    border: 1px solid black;
    border-radius: 10px;
  }
/*Termék kártya kosár gomb*/
  a.btn.btn-primary.dropdown-toggle.cart-dropdown-toggle.header-middle-right-box-link, div.card.product-card.mobile-simple-view, a.btn.btn-secondary.product-card__details-button, a.button.btn.btn-primary.button-add-to-cart {
    border-radius: 10px;
  }
/*Nyitvatartás*/
  div.oppening-hours {
    font-weight: bold;
  }
/*Klíma és Fűtésreg szín*/
  .nav-link[title="Regisztráció klímaszerelőknek"] {
    color: #168BFF;
    text-shadow: 0px 0px 3px white;
    text-decoration: none;
  }

  .nav-link[title="Regisztráció fűtésszerelőknek"] {
    color: #e58727;
    text-shadow: 0px 0px 3px white;
    text-decoration: none;
  }
/*======== Telefon nézet ========*/
/*Árukereső vélemények fül kisebb és lejebb*/
@media (max-width: 768px) {
  div#ak-widget div.akw-container div.akw-tab div.akw-tab-content svg.akw-tab-text-mobile {
    display: none;
  }

  div#ak-widget.akw-mobile.akw-side-right div.akw-tab div.akw-tab-content {
    height: 41px;
  }

  div#ak-widget div.akw-container div.akw-tab {
    margin-top: 95%;
  }

  div#ak-widget div.akw-container {
    margin-top: 90%;
  }
}
/*======== PC nézet ========*/
/*Banner*/
@media (min-width: 768px) {
  div.slide--nav {
    width: 10px;
    background-color: black;
    border-radius: 50%;
    height: 10px;
  }
}

div.slide--nav {
  width: 10px;
  background-color: black;
  border-radius: 50%;
  height: 10px;
}

div.banner__arrow.banner__arrow--next, div.banner__arrow.banner__arrow--prev {
  border-radius: 50%;
}