/* */

  

#searchResults li {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer; /* Make the list item look clickable */
  text-decoration: none; /* Remove underline */
  color: #000000; /* Link color */
}
#searchResults li:hover {
  text-decoration: none; /* Underline on hover */
  background-color: #f0f0f0; /* Light background on hover */
}


.field.error .text{
  border-color: #b22222 !important;
}



@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


.has-error {
  border-color: #b22222 !important;
  

}



.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .radio label,
.has-error .checkbox label,
.has-error .radio-inline label,
.has-error input,
.has-error .txtinput,
.has-error .text,
.has-error .checkbox-inline label {
  border-color: #b22222 !important;
  color: #fd0808;
  border: 2px solid #b22222;
  background-color: #f8d7da !important; /* Pirosas háttér */

}


#loginimg {
  display: none; /* Kezdetben rejtett */
}

/* Raktáron stílus */
.in_stock {
  color: #067618; /* Zöld szín, jelzi, hogy van készleten */
  font-weight: bold; /* Félkövér szöveg a jobb láthatóságért */
  background-color: #eaffea; /* Világoszöld háttér */
  padding: 5px 10px; /* Padding a szöveg körül */
  border-radius: 5px; /* Kerekített sarkok */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Enyhe árnyék hatás */
}

/* Elfogyott stílus */
.out_stock {
  color: #fd0808; /* Piros szín, jelzi, hogy elfogyott */
  font-weight: bold; /* Félkövér szöveg a jobb láthatóságért */
  background-color: #ffecec; /* Világospiros háttér */
  padding: 5px 10px; /* Padding a szöveg körül */
  border-radius: 5px; /* Kerekített sarkok */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Enyhe árnyék hatás */
}



.div-parent {
  display: flex;
 
}

.image-center {
  display: block; /* Block szintű elemmé teszi, ami lehetővé teszi a margin auto használatát */
  padding: 0px 5px 1px 1px;
}

.hand {
  font-weight: 600;
  color: #003c9e;
  cursor: pointer; /* Mutató kurzor, mint a hivatkozásoknál */
}



.hand:hover {
  text-decoration: none;
  color: #444444;
  outline: none;
}


/* Az alábbi CSS rész hozzáadása szükséges */
#documents_panel li::after {
 
  display: inline-block;  /* Inline blokk elemként viselkedik */
}

#documents_panel li:hover::after {
  cursor: pointer;  /* Hover esemény esetén kéz ikon */
}


.sitemap_page {
 
  margin: auto;
  width: max-content;
  
}

.sitemap_page h1 {
  font-size: 24px;
  color: #333;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.sitemap_page ul {
  list-style-type: none;
  padding: 0;
}

.sitemap_page li {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 4px;
}

.sitemap_page a {
  color: #1a0dab;
  text-decoration: none;
}

.sitemap_page a:hover {
  text-decoration: underline;
}

.sitemap_page ul ul {
  margin-top: 10px;
  margin-left: 20px;
  border-left: 2px solid #ddd;
  padding-left: 10px;
}

.sitemap_page ul ul li {
  margin-bottom: 10px;
}

label
{
  display: block;
}

.white_nohand
{

  color: #ffffff !important;
  text-decoration: none !important;
}

.nohand
{


  text-decoration: none !important;
}

.flexcom_button .swal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexcom_button .swal-button.swal-button--confirm {
  background-color: #003c9e;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  height: 52px;
  padding: 0 20px; /* Növelt padding a szélesebb gombhoz */
  box-sizing: border-box;
  line-height: 1.3;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  transition: all .2s ease-in-out;
  border-radius: 4px;
  position: relative;
  border: 0;
  cursor: pointer;
  min-width: 200px; /* Minimális szélesség megadása a szélesebb gombhoz */
}

.flexcom_button .swal-button.swal-button--confirm.block {
  display: flex;
  width: 100%;
  max-width: 400px; /* Maximális szélesség beállítása */
}



.msgalert {
  color: #fd0808; 
  font-weight: bold; /* Félkövér szöveg a jobb láthatóságért */
  background-color: #ffecec; /* Világospiros háttér */
  padding: 5px 10px; /* Padding a szöveg körül */
  border-radius: 5px; /* Kerekített sarkok */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Enyhe árnyék hatás */
}

.msgok {
  color: #1a976a; 
  font-weight: bold; /* Félkövér szöveg a jobb láthatóságért */
  background-color: #ffecec; /* Világospiros háttér */
  padding: 5px 10px; /* Padding a szöveg körül */
  border-radius: 5px; /* Kerekített sarkok */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Enyhe árnyék hatás */
}



.box.belso
{
  padding: 4px 7px !important;
  margin-bottom: 1px !important;

}

.box .belso
{
  padding: 4px 7px !important;
  margin-bottom: 1px !important;

}

.box .belso > .box_content ul li {
  margin-bottom: 3px !important;
}



.far.fa-heart.active {
  color: #003c9e !important;
}
.fas.fa-heart.active {
  color: #003c9e !important;
}



.far.fa-retweet.active {
  color: #003c9e !important;
}
.fas.fa-retweet.active {
  color: #003c9e !important;
}



.p10
{
  padding-right: 5px;
}

.timer_size {
 padding: 0px;
 
  margin-bottom: 20px;
  height: 50px; /* fix magasság, amely biztosítja, hogy a hely megmaradjon */
  
}

.page_product_details .price .sale {
  
  top: -15px !important;
}

.pager.pagination span {
  user-select: none; /* Kijelölés letiltása */
  cursor: pointer; /* Mutató kurzor hozzáadása */
}

.link{

  text-decoration: underline;
  font-weight: 600;
  color: #003c9e;

}


.invalid {
  color: red;
}

.valid {
  color: green;
}

.valid::before {
  content: '✔ ';
}


.valid-phone {
  background-color: #d4edda !important; /* Zöldes háttér */
  border-color: #28a745 !important;    /* Zöld szegély */
}

/* Érvénytelen telefonszám */
.invalid-phone {
  background-color: #f8d7da !important; /* Pirosas háttér */
  border-color: #dc3545 !important;    /* Piros szegély */
}


.invalid-data {
  background-color: #f8d7da !important; /* Pirosas háttér */
  border-color: #dc3545 !important;    /* Piros szegély */
}



.padding_10
{
  padding-bottom: 15px;

}



.thin td {
  font-weight: normal !important;
}


div.option_btn.radio:has(input.invalid-data) {
  border: 2px solid #dc3545 !important;  /* Piros keret a hibás div kiemeléséhez */
  background-color: #ffe6e6; /* Halvány piros háttérszín */
  
  border-radius: 5px; /* Lekerekített sarkok */
 
}

.page_order_800
{
  width: 800px;
}

.signature-canvas {
  width:400px;
  height:200px;
  border: 1px solid black;
  box-sizing: border-box;
}

.signdelete
{
  background-color: #e7b828;
}

.signdelete:hover:not(.disabled):not(:disabled) {
	background-color: rgba(228, 135, 6, 0.91) !important;
}



/* Középre igazított footer  SWAL 2 */
.flexcom_button .swal2-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Gomb stílus módosítása */
.flexcom_button .swal2-actions .swal2-confirm {
  background-color: #003c9e;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  height: 52px;
  padding: 0 20px; /* Növelt padding a szélesebb gombhoz */
  box-sizing: border-box;
  line-height: 1.3;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  transition: all .2s ease-in-out;
  border-radius: 4px;
  position: relative;
  border: 0;
  cursor: pointer;
  min-width: 200px; /* Minimális szélesség megadása a szélesebb gombhoz */
}

/* Ha a gomb teljes szélességű kell legyen */
.flexcom_button .swal2-actions .swal2-confirm.block {
  display: flex;
  width: 100%;
  max-width: 400px; /* Maximális szélesség beállítása */
}

/* Ha szükséges, az egyéb gombok elrejtése */
.flexcom_button .swal2-actions .swal2-deny,
.flexcom_button .swal2-actions .swal2-cancel {
  display: none;
}


/* Nyilatkozat részhez */
.euvat_nyilatkozat  {
  font-family: "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 20px auto;

 
}

.euvat_nyilatkozat .header {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.euvat_nyilatkozat p {
  text-align: justify;
  margin-bottom: 15px;
}

.euvat_nyilatkozat strong {
  color: #000;
}


/* TABLE */

.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: #222222;
 
}

table td {
  border-bottom: 1px ;
}

.panel1 .panel_header.blue
{
  color: #ffffff;
  background-color: #003c9e;
  height: 40px;
  font-size: unset;
}


.button1.lightblue.left {
  margin-right: auto; /* Bal oldalra tolja */
}

.button1.lightblue.right {
  margin-left: auto; /* Jobb oldalra tolja */
}


.alert
{
  background-color: #ebebeb;
  
  border-radius: 3px;
  outline: none;
  font-size: 16px;
  padding: 17px 15px;
  margin: 0;
  color: #666666;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.payment-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.payment-option {
  width: 100%;
  min-width: 300px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  background-color: #fdfdfd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}


.button_base {
  background-color: #003c9e;
  color: white !important;
  font-size: 16px;
  font-weight: 600;
  height: 52px;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 1.3;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  position: relative;
  border: none;
  cursor: pointer;
}

.button_base:hover:not(.disabled):not(:disabled) {
  background-color: rgba(0, 60, 158, 0.91);
}

.button_base {
  width: 49%;
  height: 58px;
  max-width: 100%;
}

.revolut .card_types_panel
{
  text-align: center;
}

.revolut ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.user_data_page
{

  color: #444444;
}

.user_data_page .card_types_panel ul.logos {
   margin: 2px 0 !important;
}

.button-wrapper {
  display: flex;
  justify-content: center;  /* ez középre teszi */
  gap: 10px;                /* opcionális távolság a két gomb között */
  flex-wrap: wrap;          /* ha mobilon nem fér el, egymás alá törik */
  margin-top: 20px;
  margin-bottom: 20px;
}

/*
/* Ez szétesik a leírás ha benne van 

.panel_content p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
  

.panel_content .logos {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

.panel_content img {
  max-width: 100%;
  height: auto;
}

.panel_content a {
  color: #0066cc;
  text-decoration: underline;
}
*/
.visible {
  display: inline !important;
}

.warning_visible {
  display: inline !important;
}

.button_base.disabled, .button_base:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page_pay .panel2 {
  margin: 0;
}


#TRANSACTION_FINAL .list-group-item {
    line-height: 1.8em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#TRANSACTION_FINAL .card-body {
    padding: 1.5rem;
}

#TRANSACTION_FINAL .card-header {
    font-size: 1.1rem;
    padding: 0.75rem 1.25rem;
}


/*COM GOMB */

#comp_panel {
  position: fixed;
  z-index: 10500; /* Swal fölé */
 
}

#comp_panel .compare_panel {
  display: flex;
  justify-content: center;
  align-items: center;
 
}




ul.logo_nav li a.circle i {
	
	justify-content: center;
	align-items: center;
	text-align: center;
  line-height: 56px !important;
}


ul.logo_nav li a.circle.twitter {
	background-color: #1da1f2;
}

ul.logo_nav li a.circle.instagram {
	background-color: #FCaf45;
}

ul.logo_nav li a.circle.linkedin {
	background-color: #0077B5;
}

.header_22 {
        font-size: 22px;
    }
