@import url('https://fonts.googleapis.com/css?family=Cabin:400,700&display=swap&subset=latin-ext');
* {
  box-sizing: border-box;
}
body, html {
  font-family: 'Cabin', sans-serif;
  font-size: 1rem;
}
#layout-content .btn-primary {
  background-color: #2484C6 !important;
  color: white;
}
#layout-content .btn-danger {
  background-color: #ed145b !important;
  color: white;
}
#layout-content .btn-light {
  line-height: 1.5;
  text-transform: uppercase;
  padding: 10px 54px;
  border-radius: 50px;
  background-color: white !important;
  color: #2484C6;
  font-size: 4.5vw;
}
#layout-content .bg-danger {
  background-color: #ed145b !important;
  color: white;
}
#layout-content .bg-primary {
  background-color: #2484C6 !important;
  color: white;
}

/* header */
header {
  background-color: #2484C6;
  height: auto;
}
header .container-fluid {
  padding-right: 5vw;
}
header #logo {
  position: absolute;
  top: 0px;
  left: 2.5vw;
  z-index: 10;
  min-width: 250px;
  width: 32vw;
}
header .navigation-top .navbar {
  padding: 40px 0 0;
}
header .navigation-top .navbar ul {
  background-color: #2484C6;
  border-radius: 50px;
}
header .navigation-top .navbar li a {
  font-size: 16px;
  padding: .5rem 1.5rem !important;
}
header .navigation-top .navbar li a.active {
  background-color: white;
  border-radius: 50px;
  color: #ed145b !important;
}
header .navigation-top .navbar li a:hover {
  background-color: white;
  border-radius: 50px;
  color: #ed145b !important;
}
#header-content .first-line {
  font-size: 6vw;
  font-weight: bold;
}
#header-content .second-line {
  font-size: 5.7vw;
  font-weight: bold;
}
#header-content p {
  font-size: 4.5vw !important;
}
/* felhasznalas */
#layout-content .btn-primary {
  line-height: 1.5;
  text-transform: uppercase;
  padding: 10px 54px;
  border-radius: 50px;
  background-color: #2484C6;
  font-size: 4.5vw;
}
#layout-content h2 {
  font-size: 30px;
  margin-bottom: 1.5rem;
}
#layout-content p {
  font-size: 20px;
  line-height: 42px;
}
/* Előnyök */
#layout-content .btn-danger {
  line-height: 1.5;
  text-transform: uppercase;
  padding: 10px 54px;
  border-radius: 50px;
  background-color: #ed145b;
  font-size: 4.5vw;
}
#layout-content #elonyok {
  padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/benefits_bg.png');
}
#layout-content #elonyok img {
  max-height: 256px;
}
#layout-content #elonyok .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
}

/* Termék adatok*/
#layout-content #termekadatok .bg-primary {
  color: white;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #2484C6 !important;
}
#layout-content #termekadatok .bg-primary .title {
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-size: 7vw;
}
#layout-content #termekadatok .bg-primary.small .title {
  font-size: 6vw;
  margin-bottom: 1rem;
}
#layout-content #termekadatok #bg-with-cream .bg-primary.small {
  padding: 10px 10px;
}
#layout-content #termekadatok #bg-with-cream p {
  font-size: 20px;
  margin-bottom: 0;
}

/* Használati útmutató */
#layout-content #users-guide {
  padding: 75px 15px;
  margin-bottom: 75px;
  color: white;
  border-radius: 10px;
}
#layout-content #users-guide .title {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 7vw;
  text-transform: none;
}
#layout-content #users-guide img {
  margin: 0 auto;
}

/* block */
#layout-content #block-3 {
  margin-bottom: 75px;
  color: #696969;
}
#layout-content #block-3 .title {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 6vw;
}
#layout-content #block-3 img {
  margin-bottom: 50px;
}

/* Figyelmeztetés */
#layout-content #figyelmeztetes {
  background-color: rgba(36,132,198,0.3);
}
#layout-content #figyelmeztetes .bg-primary {
  padding: 40px 0;
}
#layout-content #figyelmeztetes .row {
  margin-bottom: 5px;
}
#layout-content #figyelmeztetes .bg-primary .label {
  padding-left: 35px;
  font-size: 20px;
  color: #fff;
}
/* Kapcsolat */
#layout-content #kapcsolat {
  background-color: #e5e2dd;
  padding: 120px 0;
}
#layout-content #kapcsolat .card {
  padding: 40px 30px;
}
#layout-content #kapcsolat .card .card-title {
  padding: 0 30px 40px;
  border-bottom: 1px solid #ADADAD;
  margin: 0 -30px;
}
#layout-content #kapcsolat .card .card-title>span:first-child {
  padding-left: 30px;
  padding-right: 60px;
  color: #2484C6;
  font-size: 40px;
  line-height: 42px;
  position: relative;
  text-transform: uppercase;
}
#layout-content #kapcsolat .card .card-title>span:last-child {
  padding-left: 60px;
  font-size: 40px;
  line-height: 42px;
  color: #ADADAD;
  text-transform: uppercase;
}
#layout-content #kapcsolat .card .card-body {
  padding: 40px 0 0;
}
#layout-content #kapcsolat form span {
  position: relative;
}
#layout-content #kapcsolat form input[type="text"] {
  border: 1px solid #ADADAD;
  background-color: white;
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  padding: 18px 40px;
}
#layout-content #kapcsolat form input[type="email"] {
  border: 1px solid #ADADAD;
  background-color: white;
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  padding: 18px 40px;
}
#layout-content #kapcsolat form textarea {
  resize: none;
  border: 1px solid #ADADAD;
  background-color: white;
  margin-bottom: 20px;
  width: 100%;
  padding: 18px 40px;
}
#layout-content #kapcsolat form button {
  background-color: #ed145b !important;
  color: white;
  width: 278px;
  height: 60px;
  border: none;
  font-size: 24px;
  font-weight: bold;
}

/* footer */
footer {
  padding-top: 10px;
}
footer h1 {
  color: #fff;
}
footer .disclaimer {
  position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 10vh;
}

/* responsive css */
@media all and (max-width: 767px) {
  #layout-content .container {
    width: 100%;
    max-width: none;
  }
  footer .disclaimer h2, footer .disclaimer h3 {
    font-size: 20px;
  }
}
@media all and (min-width: 768px) {
  #header-content {
    color: white;
    position: absolute;
    width: 100%;
    top: 12.667vw;
  }
  #layout-content .btn-primary {
    font-size: 38px !important;
  }
  #layout-content .btn-danger {
    font-size: 38px;
  }
  #layout-content .btn-light {
    font-size: 38px;
  }
  #layout-content #figyelmeztetes .bg-primary .label {
    font-size: 24px;
  }
}
@media all and (min-width: 992px) {
  #layout-content #elonyok {
    padding-top: 140px;
    padding-bottom: 260px;
    background-size: auto 100%;
  }
  #layout-content #termekadatok #bg-with-cream {
    background-image: url(../images/cream.png);
    background-repeat: no-repeat;
    min-height: 700px;
  }
  #layout-content #kapcsolat .card .card-title>span:first-child::after {
    position: absolute;
    right: 0;
    content: "";
    height: 50px;
    width: 1px;
    background-color: #adadad;
    bottom: 0;
  }
}
@media all and (min-width: 991px) {
  header {
    background-color: transparent;
    background-image: url(../images/header-bg.jpg);
    min-height: 44vw;
    max-height: 956px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
@media all and (min-width: 1200px) {
  body .container {
    max-width: 1170px !important;
  }
  #header-content .first-line {
    font-size: 4.271vw;
    line-height: 4.688vw;
  }
  #header-content .second-line {
    font-size: 3.542vw;
    line-height: 4.688vw;
  }
  #header-content p {
    margin-top: 24px;
    font-size: 1.458vw !important;
  }
  header .navigation-top .navbar li a {
    font-size: 1.1vw;
  }
  #layout-content #termekadatok .bg-primary .title {
    font-size: 2.083vw;
  }
  #layout-content #termekadatok .bg-primary.small .title {
    font-size: 1.25vw;
  }
  #layout-content #users-guide .title {
    font-size: 2.083vw;
  }
  #layout-content #block-3 .title {
    font-size: 1.563vw;
  }
}
@media all and (max-width: 1200px) {
  header .container-fluid {
    padding-right: 15px;
  }
  .navbar .navbar-collapse {
    z-index: 999;
    background-color: #2484C6;
  }
}

/* ===================== */
/* HOL KAPHATO */
/* ===================== */

@media (min-width: 1200px) {
  #holkaphato  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
}

.hk-header a {
color: black !important;
}

.hk-header .whitecube {
background: none;
padding: 0;
margin-top: 0;
border-radius: 0;
}

.hk-header .drop .drop-el {
top: 58px !important;
}

.hk-header .drop .drop-el .level .drop-el {
top: -3px !important;
}

#holkaphato input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
font-size: 14px;
color: #aaa !important;
opacity: 1; /* Firefox */
}

#holkaphato input:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-size: 14px;
color: #aaa !important;
}

#holkaphato input::-ms-input-placeholder { /* Microsoft Edge */
font-size: 14px;
color: #aaa !important;
}

#holkaphato h1 {
text-align: center;
padding: 30px 0;
color: #004687;
font-weight: bold;
font-size: 36px;
}

#holkaphato h2 {
text-align: center;
padding: 30px 0;
color: #004687;
font-weight: bold;
font-size: 24px;
}

#holkaphato .filter {
margin: 15px 0;
}

#holkaphato .filter form label {
margin: 0;
}

#holkaphato .filter form .taxnumber input {
border: 1px solid #ccc;
border-radius: 10px;
background: none;
outline: none;
padding: 5px;
text-decoration: none;
background: #fff;
width: 100%;
}

#holkaphato .filter form .taxnumber input:focus {
border: 1px solid #008BD6;
}

#holkaphato .filter form select {
border: 1px solid #ccc;
border-radius: 10px;
background: none;
outline: none;
padding: 5px;
text-decoration: none;
background: #fff;
width: 100%;
}

#holkaphato .filter form .taxnumber label {
padding: 5px;
}

#holkaphato .filter form button {
border-radius: 10px;
height: max-content;
width: 100%;
padding: 5px;
text-decoration: none;
outline: none;
border: 1px solid #008BD6;
color: white;
background: #008BD6;
transition: all 200ms ease-in-out;
}

#holkaphato .filter form button:hover {
color: rgb(71, 71, 71);
background: none;
}

#holkaphato .filter .check label {
margin-right: 30px;
}

#holkaphato .custom-checkbox {
cursor: pointer;
}

#holkaphato .custom-checkbox .box .checkbox {
margin: 0;
width: 17px;
height: 17px;
margin-right: 5px;
border: 1px solid #ccc;
background: #fff;
border-radius: 10px;
}

#holkaphato .custom-checkbox .box.active .checkbox {
background: #008BD6 !important;
border: 1px solid #008BD6;
display: flex;
align-items: center;
justify-content: center;
align-content: center;
}

#holkaphato .custom-checkbox .box.active.deactive .checkbox {
border: 1px solid #ccc !important;
background: #fff !important;
}

#holkaphato .custom-checkbox .box.active .checkbox i {
position: absolute;
display: block;
font-size: 10px;
color: white;
margin-top: 1px;
padding: 0;
}

#holkaphato .custom-checkbox .box .checkbox i {
display: none;
}

#holkaphato .custom-checkbox .box.active p {
color: #008BD6;
}

#holkaphato .custom-checkbox input {
display: none;
}

#holkaphato .custom-checkbox p {
margin: 0;
}

#holkaphato .grayBg {
background: #F5F5FA;
min-height: 100vh;
}

#holkaphato .shopBox {
border-radius: 15px;
background: #fff;
box-shadow: 0 0 10px #00000033;
padding: 20px;
transition: all 200ms ease-in-out;
height: 420px;
min-height: 100%;
cursor: pointer;
}

#holkaphato .shopBox:hover {
transform: translateY(-10px);
}

#holkaphato .shopBox .img {
width: 100%;
height: 100px;
text-align: center;
align-items: center;
display: flex;
justify-content: center;
margin-bottom: 30px;
}

#holkaphato .shopBox .img img {
object-fit: contain;
width: 100%;
height: 100%;
}

#holkaphato .shopBox .address {
color: #656565;
font-size: 16px;
margin: 0;
}

#holkaphato .shopBox .name {
color: #004687;
font-weight: 600;
font-size: 17px;
height: 65px;
}

#holkaphato .shopBox .time-title {
color: #656565;
font-size: 14px;
margin: 0;
font-weight: bold;
}

#holkaphato .shopBox .time-data {
color: #656565;
font-size: 12px;
margin: 0;
}


#holkaphato .shopBox .btn-online {
border-radius: 10px;
height: max-content;
width: 100%;
text-align: center;
display: inline-block;
padding: 5px 5%;
text-decoration: none;
outline: none;
font-weight: 600;
border: 1px solid #008BD6;
color: white;
background: #008BD6;
transition: all 200ms ease-in-out;
}

#holkaphato .shopBox .btn-online:hover {
border: 1px solid #008BD6;
color: #008BD6;
background: none;
}

#holkaphato .pagination {
margin-bottom: 15px;
}

#holkaphato .pagination li {
border-bottom: 1px solid #aaa;
padding: 0 30px;
padding-bottom: 10px;
color: #aaa;
font-size: 18px;
cursor: pointer;
}

@media (max-width:990px) {
#holkaphato .pagination li {
  padding: 0 7px !important;

}
}

#holkaphato .pagination li a {
color: #aaa;
text-decoration: none;
outline: none;
}

#holkaphato .pagination li:hover {
border-bottom: 1px solid #008BD6;
color: #008BD6;
}

#holkaphato .pagination li:hover a {
color: #008BD6;
}

#holkaphato .pagination li.active {
border-bottom: 1px solid #008BD6;
color: #008BD6;
}

#holkaphato .custom-img {
font-size: 82px;
overflow: hidden;
color: white;
margin-top: -20px;
padding: 0;
border-radius: 10px;
width: 100%;
text-shadow: -1px 1px 0 #008bd6, 1px 1px 0 #008bd6, 1px -1px 0 #008bd6, -1px -1px 0 #008bd6;
height: 100%;
}


#holkaphato .custom-img div {
  color: #fff;
}

#holkaphato .discount {
position: absolute;
right: -20px;
top: -20px;
background: #008BD6;
border-radius: 50px;
width: 60px;
color: #fff;
height: 60px;
font-weight: bold;
}

/* The container must be positioned relative: */
#holkaphato .custom-select {
position: relative;
font-family: Arial;
}

#holkaphato .custom-select select {
display: none; /*hide original SELECT element: */
}

#holkaphato .select-selected {
background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
#holkaphato .select-selected:after {
position: absolute;
content: "";
top: 14px;
right: 10px;
width: 0;
height: 0;
border: 6px solid transparent;
border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
#holkaphato .select-selected.select-arrow-active:after {
border-color: transparent transparent #fff transparent;
top: 7px;
}

/* style the items (options), including the selected item: */
#holkaphato .select-items div,.select-selected {
color: #ffffff;
padding: 8px 16px;
border: 1px solid transparent;
border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
cursor: pointer;
}

/* Style items (options): */
#holkaphato .select-items {
position: absolute;
background-color: DodgerBlue;
top: 100%;
left: 0;
right: 0;
z-index: 99;
}

/* Hide the items when the select box is closed: */
#holkaphato .select-hide {
display: none;
}

#holkaphato .select-items div:hover, .same-as-selected {
background-color: rgba(0, 0, 0, 0.1);
}

#holkaphato .des {
font-size: 14px;
}

.hk-Header {
  min-height: 24vw !important;
}

.hk-Header nav {
  background: var(--text-primary) !important;
}

/* ===================== */
/* HOL KAPHATO END */
/* ===================== */

.accept {
  background-color: #008BD6;
}

@media (min-width: 577px) {
  .hk-move {
    position: fixed;
    z-index: 5;
    bottom: 12%;
    right: 2%;
    text-align: right;
  }
  
  .hk-move .element {
      display: inline-block;
      width: 100%;
      max-width: 100%;
      margin-top: 0rem;
      margin-bottom: 0rem;
  }
  
  .hk {
    color: white;
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    width: 167px;
    height: 133px;
    background: #D50B48;
    box-shadow: 0px 5px 30px rgb(213 11 72 / 42%), 0px 2px 4px -3px rgb(213 11 72 / 20%);
    border-radius: 20px;
  }
  
  .hk a {
    color: white;
    text-decoration: none;
  }
  
  .hk:hover {
    background-color: #008bd6;
  }
  
  .hk .redbox {
    font-size: 18px;
  }
  
  .hk .redbox i {
    font-size: 48px;
  }
  .hk p {
    display: block;
  }
}
@media (max-width: 576px) {
  .hk-move {
    position: fixed;
    z-index: 5;
    bottom: 15%;
    right: 2%;
    text-align: right;
  }
  
  .hk-move .element {
      display: inline-block;
      width: 100%;
      max-width: 100%;
      margin-top: 0rem;
      margin-bottom: 0rem;
  }
  
  .hk {
    color: white;
    font-weight: bold;
    padding: 24px;
    width: 100px;
    height: 100px;
    background: #D50B48;
    box-shadow: 0px 5px 30px rgb(213 11 72 / 42%), 0px 2px 4px -3px rgb(213 11 72 / 20%);
    border-radius: 50%;
  }
  
  .hk a {
    color: white;
    text-decoration: none;
  }

  .hk p {
    display: none;
  }
  
  .hk:hover {
    background-color: #008bd6;
  }
  
  .hk .redbox {
    font-size: 18px;
  }
  
  .hk .redbox i {
    font-size: 48px;
  }
}


#promo .promo-card img{
  border-radius: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  transform: scale(1.0);
  transition-duration: .3s;
  transition-property: transform;
}

#promo .promo-card img:hover{
  transform: scale(1.1);
  transition-duration: .3s;
  transition-property: transform;
}

#promo h1 {
  color: #0494eb;
  font-family: Sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}

/* Ezt a CSS-t add hozzá a stíluslapodhoz */

.product-card {
    border: none; /* Eltávolítja az alapértelmezett keretet */
    border-radius: 12px; /* Lekerekített sarkok */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); /* Finom árnyék a mélységért */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Finom animáció */
    overflow: hidden; /* Biztosítja, hogy a belső elemek ne lógjanak ki */
}

.product-card:hover {
    transform: translateY(-5px); /* Enyhén megemeli a kártyát hoverre */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); /* Erősebb árnyék hoverre */
}

.product-card .card-header {
    background-color: #f8f9fa; /* Világosszürke, letisztult háttér a címnek */
    border-bottom: 1px solid #dee2e6; /* Finom elválasztó vonal */
    font-weight: 600;
}

.product-card .card-title {
    font-size: 1.1rem;
    color: #343a40;
}

.ingredient-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1; /* Elválasztó vonalak a lista elemei között */
    color: #555;
}

.ingredient-list li:last-child {
    border-bottom: none; /* Az utolsó elemnek nincs alsó vonala */
}

/* Egy kis extra: egyedi "pipa" a lista elemei elé */
.ingredient-list li::before {
    content: '✓'; /* Vagy használhatsz egy ikont is, pl. FontAwesome */
    color: #0d6efd; /* A Bootstrap alapértelmezett kék színe */
    margin-right: 12px;
    font-weight: bold;
}