/* ============================================== */
/*                 aruhaz felso logo                  */
/* ============================================== */
.logo-center-design .header-middle .navbar-brand {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  position: relative;
  color: #fff; /* fehér szöveg */
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  animation: glitch 2s infinite, smoke 4s infinite ease-in-out;
  text-shadow:
    0 0 5px rgba(255, 255, 255, 0.2),
    0 0 10px rgba(255, 255, 255, 0.15),
    0 0 15px rgba(255, 255, 255, 0.1);
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Hover effekt: kék glow + scale + rotate, de szín fehér marad */
.logo-center-design .header-middle .navbar-brand:hover {
  animation: none; /* kikapcsoljuk a glitch és smoke animációkat */
  text-shadow:
    0 0 10px #34C9FC,
    0 0 20px #34C9FC,
    0 0 30px #34C9FC,
    0 0 40px #1a9edb,
    0 0 50px #1a9edb;
  color: #fff; /* fehér marad */
  transform: scale(1.08) rotate(-1deg);
}

/* Glow / smoke animáció */
@keyframes smoke {
  0%, 100% {
    text-shadow:
      0 0 5px rgba(255, 255, 255, 0.2),
      0 0 10px rgba(255, 255, 255, 0.15),
      0 0 15px rgba(255, 255, 255, 0.1);
  }
  50% {
    text-shadow:
      0 0 10px rgba(255, 255, 255, 0.3),
      0 0 15px rgba(255, 255, 255, 0.25),
      0 0 20px rgba(255, 255, 255, 0.2);
  }
}

/* Glitch rétegek */
.logo-center-design .header-middle .navbar-brand::before,
.logo-center-design .header-middle .navbar-brand::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  overflow: hidden;
  pointer-events: none;
}

.logo-center-design .header-middle .navbar-brand::before {
  color: #ff00c1;
  animation: glitchTop 2s infinite;
  z-index: -1;
}

.logo-center-design .header-middle .navbar-brand::after {
  color: #00fff9;
  animation: glitchBottom 2s infinite;
  z-index: -2;
}

/* Glitch fő animáció */
@keyframes glitch {
  0% { transform: none; }
  20% { transform: skew(-3deg); }
  40% { transform: skew(3deg); }
  60% { transform: skew(-2deg); }
  80% { transform: skew(1deg); }
  100% { transform: none; }
}

/* Felső glitch réteg */
@keyframes glitchTop {
  0%   { clip: rect(0, 9999px, 0, 0); }
  10%  { clip: rect(5px, 9999px, 25px, 0); transform: translate(-2px, -2px); }
  20%  { clip: rect(15px, 9999px, 35px, 0); transform: translate(2px, 2px); }
  100% { clip: rect(0, 9999px, 0, 0); transform: none; }
}

/* Alsó glitch réteg */
@keyframes glitchBottom {
  0%   { clip: rect(0, 9999px, 0, 0); }
  10%  { clip: rect(30px, 9999px, 50px, 0); transform: translate(2px, 1px); }
  20%  { clip: rect(45px, 9999px, 65px, 0); transform: translate(-1px, -1px); }
  100% { clip: rect(0, 9999px, 0, 0); transform: none; }
}


/* ============================================== */
/*                 ALAP STÍLUSOK                  */
/* ============================================== */
a[href="index.php?route=account/login"] {
    color: #ffffff !important;
}
.cart-quantity {
    color: #fff;
}
.side-position.module:not(.product-module):not(#category2) {
    border: 0px solid #0A131E;
}
@media (max-width: 991.98px) {
    .product-filter-module .module {
        background: #0A131E;
    }
}
@media (max-width: 991.98px) {
    .product-filter-module {
        width: 80%;
        color: #FFFFFF !important;
        background-color: #0A131E !important;
    }
}
.sortbar {
    border: 1px solid #0A131E;
}
.page-link {
    color: #34C9FC !important;
    background-color: #0A131E !important;
	border: 1px solid #34cafc !important;
}
.page-link:hover {
    background-color: rgba(52, 201, 252, 0.3) !important;
}
body {
  background-color: #0A131E !important; /* Oldal háttér */
  color: #FFFFFF !important;             /* Alap szöveg szín */
}
.navbar-brand {
    letter-spacing: 0.1em;
	color: #FFFFFF;
}
.header-middle-right-link {
    color: #FFFFFF; 
}
.search-module {
	color: #FFFFFF;
}
.search-module .form-control {
    font-size: .9375rem;
    padding-right: 50px;
    padding-left: 20px;
    height: 40px;
    border-color: rgba(52, 201, 252, 0.3); /* ← 30% átlátszóság */
    background-color: #0A131E;
    box-shadow: 0 5px 15px transparent;
    font-weight: 400;
	color: #34C9FC;
}
.search-module .form-control:active, .search-module .form-control:focus, .search-module .form-control:hover {
    border-color: #34C9FC;
}
.search-module .input-group {
  display: flex;
  align-items: center; /* függőleges középre igazítás */
}


.search-module .input-group-append {
  display: flex;
  align-items: center; /* gomb középre igazítása függőlegesen */
  padding-left: 10px;
}

.search-module .input-group-append button {
  color: #FFFFFF;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 6px 12px;         /* belső tér, hogy ne legyen túl szűk */
  align-items: center;
  justify-content: center;
  height: 100%; /* hogy kitöltse a konténer magasságát, ha kell */
}
input#filter_keyword::placeholder {
  color: rgba(52, 201, 252, 0.3);
  opacity: 1;
}
a.nav-link.mobile-wishlist-link {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
#js-hamburger-icon {
    width: 55px;
    height: 60px;
    border: 0;
    background-color: #0A131E;
    align-items: center;
    justify-content: center;
    outline: 0;
}
.headermenu-list>.nav-item>a {
    color: #ffffff;
}
#product-sticky-action-button a,
.category a,
.dropdown-item a,
.dropdown-menu-product-name,
.page-item-arrow a,
.product-card-wishlist .js-add-to-wishlist,
.product-collateral-list-name,
.product-infograph-item a,
.video-row-right a,
.wishlist-product-details a {
    color: #ffffff;
    background-color: #0A131E;
    transition: background-color 0.3s ease; /* ← csak EZ kell ide */
}
#product-sticky-action-button a:hover,
.category a:hover,
.dropdown-item a:hover,
.dropdown-menu-product-name:hover,
.page-item-arrow a:hover,
.product-card-wishlist .js-add-to-wishlist:hover,
.product-collateral-list-name:hover,
.product-infograph-item a:hover,
.video-row-right a:hover,
.wishlist-product-details a:hover {
    background:
        linear-gradient(rgba(52, 201, 252, 0.3), rgba(52, 201, 252, 0.3)),
        #0A131E;
}

.children {
    background-color: #0A131E;
}
.search-module .input-group-append button:active, .search-module .input-group-append button:hover {
    color: #34C9FC;
}
.header-top-line .dropdown-hover-menu .dropdown-item a {
    color: #FFFFFF;
}
.home-position .module-head-title {
    color: #FFFFFF;
    margin-bottom: 15px !important;
}
.product-card-body {
    background-color: #0A131E;
    color: #FFFFFF;
}
.product-card .product-card-title a {
    color: #FFFFFF;
}
.product-card .product-card-title a:hover {
    color: #34C9FC;
}

.product-card {
    position: relative;
    display: flex
;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #0A131E;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .3125rem;
}
table {
    border-collapse: collapse;
    color: #ffffff8a;
}
.product-snapshot-vertical .product-card-item:not(.product-card-price):not(.product-card-title) {
    font-size: .8125rem;
    line-height: 1.3;
    color: #ffffff8a;
}
.product-price-special {
  color: #34cafc;
  font-weight: 500;
}
.product-price {
    font-weight: 500;
}
@keyframes glow {
  0% {
    text-shadow: 0 0 5px #34C9FC, 0 0 10px #34C9FC;
  }
  50% {
    text-shadow: 0 0 15px #34C9FC, 0 0 25px #34C9FC;
  }
  100% {
    text-shadow: 0 0 5px #34C9FC, 0 0 10px #34C9FC;
  }
}

.decrease-amount {    
	color: #34C9FC;
    animation: glow 2s infinite;
    display: inline-block;
    border: 1px solid #34C9FC;
    border-radius: 6px;
    padding: 2px 6px;
    margin: 0;
    vertical-align: middle;
    background-color: #0A131E !important;
}
.news-card-title a {
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1;
}
.headroom--not-top.sticky-head .sticky-head-inner {
    background: #0A131E;
    pointer-events: auto;
}
.product-module .product-snapshot-vertical .product-module .product-snapshot-vertical .product-card-details .btn-secondary {
    padding-left: 16px;
    padding-right: 16px;
	color: #34cafc;
}
.product-module .product-snapshot-vertical .product-card-cart-button .btn-primary:hover,
.product-module .product-snapshot-vertical .product-card-details .btn-secondary:hover {
    background-color: rgba(52, 201, 252, 0.3);
	color: #34cafc;
}
.button-add-to-cart {
    border: 2px solid #34cafc !important;        /* <-- javítva */
    color: #34cafc !important;
    position: relative !important;
    background: #0A131E !important;
    transition: all .8s ease-out !important;
    font-size: .8125rem !important;
    overflow: hidden !important;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .2) !important;
}
.button-add-to-cart:hover {
    background-color: rgba(52, 201, 252, 0.3) !important; 
	color: #34cafc !important; 
}
.aurora-scroll-arrow-pos-1 .aurora-scroll-btn {
    background-color: #0A131E;
	color: #34cafc;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.aurora-scroll-forward {
	color: #34cafc;
    border: 1px solid rgba(52, 201, 252, 0.3);
}
.aurora-scroll-back {
	color: #34cafc;
    border: 1px solid rgba(52, 201, 252, 0.3);
}
.product-card-footer .quantity-input {
    display: none !important;
}
.quantity-name-text {
    display: none !important;
}
.product-card-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-card-footer .btn {
  width: 160px;
  margin-bottom: 0;
  margin-top: 0;
}

.btn-outline-primary, .btn-secondary, .free-gift-chooser button.btn, .gift-wrapping button.btn {
    color: #34cafc;
    background-color: transparent;
    border-color: #34cafc;
    box-shadow: none;
    font-size: .8125rem;
    border-width: 1px;
    padding: 11px 20px;
}
.cart-product-count, .header-quantity-box {
    color: #0A131E;
}
#product-sticky-action-button a, .category a, .dropdown-item a, .dropdown-menu-product-name, .page-item-arrow a, .product-card-wishlist .js-add-to-wishlist, .product-collateral-list-name, .product-infograph-item a, .video-row-right a, .wishlist-product-details a {
    color: #34cafc;
	align-items: center  !important; 
}
.btn-primary {
    background-color: transparent;
    color: #34cafc;
    border: 2px solid #34cafc;
}

.btn-primary:hover {
    background-color: rgba(52, 201, 252, 0.3);
    color: #34cafc;
}
.btn-quickview {
	background-color: #0A131E;
}
.fancybox-content {
    background: #0A131E;
}
.product-quickview .product-quickview-left {
    background: #0A131E;
}
.product-quickview-right {
    background: #0A131E;
}
.product-quickview-details {
    background: #0A131E;
}
.list-list .variable.selected a {
    border: 2px solid #34cafc;
	box-shadow: 0 0 10px rgba(52, 202, 252, 0.4);
}
.list-list .variable a {
    background: #0A131E;
    color: white;
    letter-spacing: 1px;
    border: 1px solid #34cafc;
}
.product-addtocart-wrapper .button-add-to-cart:hover {
    background-color: rgba(52, 201, 252, 0.3) !important;
    color: #34cafc !important;
    cursor: pointer !important;
}
.btn-secondary:hover {
    background-color: rgba(52, 201, 252, 0.3);
    color: #34cafc;
	border: 1px solid #34cafc;
}
input.quantity_to_cart.quantity-to-cart.form-control{
	background-color: #0A131E;
    color: #9f9f9f;
    border: 2px solid #9f9f9f;
    border-radius: 10px;
}
.product-parameters td {
    color: #9f9f9f;
}
.product-parameters td a:not(.js-add-to-wishlist) {
    text-decoration: underline;
    color: #34cafc;
}
.product-card-stock.stock-status-id-9 {
    color: #34cafc !important; /* pl. világoskék */
}
span[style*="color:#177537"] {
    color: #34cafc !important;
}
.product-sticky-inner {
	border: 1px solid #34cafc;
    background: #0A131E;
}
.product-packageoffer-package-price {
    color: #34cafc;
}
.loyalty-information-mark, .paf-attr-icon-information-mark, .paf-attr-icon-question-mark {
    background-color: #0A131E;
    color: #34C9FC;
    border: 1px solid #34C9FC;
}
.breadcrumb-item a {
    color: #ffffff;
}
#lastseen .list_with_divs:not(.aurora-scroll-list) .card {
  width: 100px;
  flex: 0 0 auto;
  margin: 0;         /* külső tér */
  padding: 0;        /* belső tér */
}
#lastseen .product-snapshot-vertical .product-snapshot:not(:empty) {
    flex: 0px;
    max-width: 200px;
    margin-top: 1rem;
}
.footer-contact-line a {
    color: #34C9FC;
}
.mm-listitem__text {
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
}

.mm-panel {
    background-color: #0A131E !important;
}
.login-and-exit-line {
    background: #0A131E;
}
.mm-menu--fullscreen {
  width: 80% !important;
  max-width: 80% !important;
}
.mm-panels {
    background: #0A131E !important;
	border-top: 0px solid #34C9FC !important;
}
.mobile-login-buttons .btn {
    color: #34C9FC !important;
    border: 1px solid #34C9FC !important;
	width: 60 !important;
}
.btn-block {
    display: block !important;
    width: 100px !important;
    color: #34C9FC !important;
    border: 0px solid #34C9FC !important;
}
a.mm-btn.mm-btn--next.mm-listitem__btn {
    border-left: 0px solid #E4E4EA !important;
}
.mm-btn:after, .mm-btn:before {
    border: 2px solid #00aaff;
}
.mm-counter {
    color: #ffffff !important;
}
.mm-btn--next:after {
    border-color: #ffffff !important;
}
.mm-navbar>* {
    background: #0A131E !important;
}
.mm-navbar__title>span {
    color: #ffffff !important;
}
.mm-btn:after, .mm-btn:before {
    border-color: #ffffff !important;
}
footer .list-group-flush {
    font-size: 0; /* eltünteti a sortörést az inline-block-ok között */
}

footer .list-group-flush .list-group-item {
    display: inline-block;
    margin-right: 10px; /* ha kell kis tér közéjük */
    font-size: 14px; /* visszaállítjuk a betűméretet */
    line-height: 1.5;
    border: 0;
    background: none;
    padding: 0;
    color: #34C9FC;
}
footer .module {
	padding-bottom: 0rem;
}
footer .contact-wrapper-box {
    display: inline-block !important;
    margin-right: 10px !important;
    font-size: 14px !important;
    line-height: 1 !important;           /* szoros sorok közti távolság */
    border: 0 !important;
    background: none !important;
    padding: 0 !important;
    color: #34C9FC !important;
}

footer .contact-wrapper-box * {
    margin: 0 !important;               /* belső elemek (pl. p, div) margin törlése */
    padding: 0 !important;            /* padding is legyen 0, ha kell */
    line-height: 1 !important;         /* ezekre is érdemes külön is ráküldeni */
}
footer {
    background: #0A131E !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
	border-top: 1px solid #FFFFFF;
}
.footer-copyright {
    color: #a7a7a9;
    text-align: center;
    padding: 0;
}
.dropdown-hover-menu .dropdown-item, .dropdown-menu .dropdown-item {
    background: #0A131E !important;
}
.dropdown-menu-footer {
    background-color: #0A131E !important;
}
.dropdown-hover-menu {
    background-color: #0A131E !important;
}
.cart-action-list {
    background-color: #0A131E !important;
    color: #FFFFFF !important;
}
.dropdown-hover-menu .dropdown-item, .dropdown-hover-menu .dropdown-item-text {
    color: #FFFFFF !important;
}
a.btn.btn-primary.w-100[href="checkout"] {
    background-color: transparent !important;
    color: #34cafc !important;
    border: 1px solid #34cafc !important;
}
a.btn.btn-primary.w-100[href="checkout"]:hover {
    background-color: rgba(52, 201, 252, 0.3) !important;
    color: #34cafc !important;
    cursor: pointer !important;
}
.sr-cart-page {
    background-color: #0A131E;
}
a.ac-prod-name {
    color: #FFFFFF;
}
.sr-cart-summary-box-table .gross-total {
    color: #FFFFFF;
}
.sr-cart-page {
    width: 100%;
    padding: 0;
    margin: 0;
}
tr.ac-total.loyalty-would-get-row {
    color: #34cafc;
}
.sr-cart-summary-box-table .total-save {
    color: #34cafc;
    font-weight: normal;
}
.redeem-help {
    margin-top: 1.5rem;
    text-align: center;
}
.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back {
    color: #34cafc;
    background-color: transparent;
    border: 1px solid #34cafc;
    text-align: center;        /* Szöveg vízszintesen középre */
    display: flex;             /* Flexbox segít a középre helyezésben */
    justify-content: center;   /* Vízszintesen középre */
    align-items: center;       /* Függőlegesen középre */
}

.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back:hover {
    background-color: rgba(52, 201, 252, 0.3) !important;
    color: #34cafc !important;
    cursor: pointer !important;
	border: 1px solid #34cafc;
}
div.ac-prod-current-price.current-price {
  color: white;
}
div.price {
  color: white;
}
div.ac-prod-current-price.current-price.special-price-sum {
    color: #34cafc;
}
a.ac-register-button {
    color: #34cafc; /* vagy amit szeretnél */
}
a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
.sr-custom-checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #34cafc;
    user-select: none;
}

.sr-custom-checkbox-control {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox-mark {
    height: 20px;
    width: 20px;
    background-color: rgba(52, 202, 252, 0.3);
    border: 2px solid #34cafc;
    border-radius: 6px;
    margin-right: 8px;
    box-sizing: border-box;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* Ha be van jelölve */
.sr-custom-checkbox-control:checked + .custom-checkbox-mark {
    background-color: #34cafc;
    border-color: #34cafc;
}

/* Pipaszimbólum */
.custom-checkbox-mark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Ha be van jelölve, mutasd a pipát */
.sr-custom-checkbox-control:checked + .custom-checkbox-mark::after {
    display: block;
}
a[href="index.php?route=account/login"] {
    color: #34cafc; /* világoskék */
    text-decoration: none; /* ha nem akarod aláhúzni */
}
/* Alap stílus – aktív (nem disabled) állapotban */
button.ac-register-btn:not(:disabled) {
    background-color: transparent;
    color: #34cafc;
    border: 2px solid #34cafc;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

/* Hover effekt csak ha nem disabled */
button.ac-register-btn:not(:disabled):hover {
    background-color: rgba(52, 202, 252, 0.3);
    color: #34cafc;
}

/* Disabled állapot – világoskék szín, de halványabban és nem kattintható */
button.ac-register-btn:disabled {
    background-color: transparent;
    color: rgba(52, 202, 252, 0.5); /* halványított világoskék */
    border: 2px solid rgba(52, 202, 252, 0.5);
    cursor: not-allowed;
}
tr.ac-total.loyalty-row {
    color: #34cafc; /* világoskék szöveg */
}
.page-head-title {
    text-align: center;
}
li.list-group-item {
    border: 1px solid #34cafc;       /* világoskék keret */
	text-align: center;
	width: 100%;
	position: relative;
    text-decoration: none !important;         /* eltávolítja az aláhúzást */
    background-color: transparent;   /* alap háttér átlátszó */
    transition: background-color 0.3s ease;
    cursor: pointer;                 /* hogy jelezze, hogy interaktív */
}

li.list-group-item:hover {
    background-color: rgba(52, 202, 252, 0.3); /* 30% átlátszó világoskék háttér */
}
a.personal-data-delete-button {
    color: white;
    text-decoration: none; /* ha nem akarod az aláhúzást */
}

a.personal-data-delete-button:hover {
    color: #34cafc; /* egy kicsit sötétebb kék hoverre, ha szeretnéd */
    text-decoration: underline; /* vagy hoverkor aláhúzás */
    cursor: pointer;
}
.account-account-menu a {
    text-decoration: none !important;
}
.account-account-menu a:hover {
    text-decoration: underline !important;
}
a.personal-data-del {
    color: white;
    text-decoration: none; /* alapból nincs aláhúzás */
}

a.personal-data-del:hover {
    color: #34cafc;       /* hoverkor egy kicsit sötétebb kék */
    text-decoration: underline; /* hoverkor aláhúzás */
    cursor: pointer;
}
.cart-popup-module {
    background-color: #0A131E;
}
.cart-popup-module .popup-item-wrapper {
    background-color: #0A131E;
	box-shadow: 0 4px 10px rgba(52, 202, 252, 0.5); /* világoskék árnyék */
}
.cart-popup-module .auroramessage-product-name {
    color: #34cafc;
}
.cart-popup-module .auroramessage-text {
    color: #34cafc;
}
.popup-product-module {
    display: none !important;
}
.cart-popup-module .popup-check-icon {
    display: none !important;
}
.product-card .product-card-title {
    text-align: center; /* vízszintesen középre az összes tartalom */
}

.product-card .product-card-title a:hover {
    color: #34C9FC;
    display: inline-block; /* hogy működjön a text-align */
}
.product-card-item.product-card-attributes {
  display: flex;              /* flexboxot használunk */
  justify-content: center;    /* vízszintesen középre */
  align-items: center;        /* függőlegesen középre (ha van magasság) */
  text-align: center;         /* szöveg középre */
}
.product-card-item.product-card-price {
  justify-content: center; /* vízszintesen középre */
  align-items: center;     /* függőlegesen középre */
  text-align: center;      /* ha szöveg is van */

  margin-top: 10px !important;
}

.product-price__decrease-wrapper {
  justify-content: center; /* függőleges tengelyen középre */
  align-items: center;     /* vízszintes tengelyen középre */
  text-align: center;      /* szövegek középre */
}
.footer-rows {
  display: flex;
  justify-content: center; /* vízszintesen középre */
  align-items: center;     /* függőlegesen középre */
  text-align: center;
}
.module.side-position .module-head .module-head-title, footer .module .module-head .module-head-title {
  text-align: center;
}
.product-snapshot-vertical .product-card-item:not(.product-card-price):not(.product-card-title) {
    text-align: center;
}
.subcategory-list .category-card.card {
    border: 1px solid #34cafc;
	color: #34cafc !important;
	background: #0A131E;
}
.subcategory-list .category-card.card:hover {
	background-color: rgba(52, 202, 252, 0.3); /* 30% átlátszó világoskék háttér */
}
.category-card.card .category-card-link, .category-card.card .category-snapshot-name-link {
	color: #34cafc !important;
}
.category-card.card .category-card-link, .category-card.card .category-snapshot-name-link:hover {
	color: #ffffff !important;
}
.sortbar-top .open-filter-btn {
    border: 2px solid #34cafc !important; 
	color: #ffffff !important;
	background: #0A131E;
	height: 40px; /* például 45px magas */
	width: 180px !important;
}
.sortbar-top .open-filter-btn:hover {
	box-shadow: 0 4px 10px rgba(52, 202, 252, 0.5); /* világoskék árnyék */
}
select.form-control {
    width: 180px;
    background: #0A131E url(../image/starter-select-arrow.svg?lastmod=1754641379) no-repeat;
    background-size: 10px 6px;
    background-position: right .5em center;
	height: 40px; /* például 45px magas */
	color: white;
	border: 2px solid #34cafc !important; 
}
select.form-control:focus {
    background: #0A131E url(../image/starter-select-arrow.svg?lastmod=1754641379) no-repeat;
    background-size: 10px 6px;
    background-position: right .5em center;
	color: white;
	border: 2px solid #34cafc !important; 
}
.page-item.active .page-link {
    z-index: 3;
    color: #34C9FC;
    background-color: #0A131E;
    border-color: #34C9FC;
	border: 2px solid #34cafc !important;
	box-shadow: 0 4px 10px rgba(52, 202, 252, 0.5); /* világoskék árnyék */
}
.paf-filter-search-btn {
    width: 200px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #34cafc !important;
    background-color: #0A131E !important;
    color: #34cafc !important;
    text-align: center !important;
}
.widget label {
    color: #34cafc;
}
.slice-more-after .slice-title a {
    color: #FFFFFF;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0A131E;  /* pipált háttérszín */
  box-shadow: 0 4px 10px rgba(52, 202, 252, 0.5); /* világoskék árnyék */
  border-color: #34cafc;      /* pipált szegélyszín */
}

.custom-control-label::before {
  background-color: #0A131E;  /* nem pipált háttér */
  border: 1px solid #34cafc;  /* nem pipált szegély */
}

.custom-control-label::after {
  color: white; /* pipajel színe (ha van saját ikonod pl. ::after-ben) */
}
.custom-control-input:checked~.custom-control-label {
    color: #34cafc;
}
.noUi-tooltip {
    border: 1px solid #34cafc;
    background: #0A131E;
    color: #34cafc;
}
input[name="custom_max[-1]"] {
    background-color: #0A131E;   /* sötét háttér */
    border: 1px solid #34cafc;   /* világoskék szegély */
    color: #34cafc;              /* világoskék szöveg */
}
input[name="custom_max[-1]"]:focus {
    background-color: #0A131E;   /* sötét háttér */
    border: 1px solid #34cafc;   /* világoskék szegély */
    color: #34cafc;              /* világoskék szöveg */
}
.btn-outline-primary, .btn-secondary, .free-gift-chooser button.btn, .gift-wrapping button.btn {
    border-width: 2px;
}
input[name="custom_min[-1]"] {
    background-color: #0A131E;   /* sötét háttér */
    border: 1px solid #34cafc;   /* világoskék szegély */
    color: #34cafc;              /* világoskék szöveg */
}
input[name="custom_min[-1]"]:focus {
    background-color: #0A131E;   /* sötét háttér */
    border: 1px solid #34cafc;   /* világoskék szegély */
    color: #34cafc;              /* világoskék szöveg */
}
input.form-control.form-control-sm::placeholder {
    color: #34cafc;  /* világoskék placeholder szöveg */
    opacity: 1;      /* teljesen látható legyen (opcionális) */
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #34cafc;
    background-color: #0A131E;
	box-shadow: 0 4px 10px rgba(52, 202, 252, 0.5); /* világoskék árnyék */
}
@media (max-width: 991.98px) {
    .tabs .tab-button {
        color: #34cafc;
        background-color: #0A131E;
    }
}
.product-page-nav-tabs .nav-link {
    color: #34cafc;
}
.product-page-nav-tabs .nav-link:hover {
    color: #34cafc;
	background-color: rgba(52, 202, 252, 0.3); /* 30% átlátszó világoskék háttér */
}
@media (max-width: 991.98px) {
    .tabs .tab-button {
        color: #34cafc;
    }
}
.product-infograph-row {
    border: 0 !important;
}
.bg-dark {
    background-color: #0A131E !important;
}
.nanobar {
    color: #34cafc;
}
.bg-dark .close {
    color: #34cafc;
}
div.card.h-100.p-3 {
    background-color: #000000;
}
.slider-container {
    margin-top: 0.1rem;       /* felső távolság (pl. 16px) */
}
.information-fulltext-box, .information-introtext-box
 {
    color: #ffffff;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #34C9FC;
}