html{
    height: 100%;
  }
  
  body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #F1F2F2;
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  
  /*----------------------*/
  
  
  .loader-wrapper {
    clear: both;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  
  .loader {
    display: inline-block;
    position: relative;
    animation: loader 2s infinite ease;
  }
  
  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    animation: loader-inner 2s infinite ease-in;
  }
  
  /* Mobile Styles */
  @media only screen and (max-width: 1024px) {
    .cty2{
      z-index: 4;
      height: 28vh;
      width: 28vh;
    }
  }
  
  /* Desktop Styles */
  @media only screen and (min-width: 1025px) {
    .cty2{
      z-index: 4;
      height: 200px;
      width: 200px;
    }	
  }
  
  /*----------------------*/
  
a {
    color: #4d4d4d;
  }
  
  .header {
    width:100%;
    text-align:center;
    background-color: #fff;
    box-shadow: 1px 1px 8px 0 rgba(68, 55, 55, 0.3);
    z-index: 3;
    position: fixed;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 17px;

  }
  
  .wrapper {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
  }
  
  .menu-btn-left {
    float:left;
    display: none;
  }
  
  .menu-btn-2 {
    float:left;
    margin-left: 0px;
  }
  
  .logo-center {
    display: none;
  }
  
  /* ket oszlop */
  @media only screen and (min-width: 350px) {
    .logo-center {
      display: inline-block;
      margin:0 auto;
      height: 36px;
      padding: 2px 0px 0px 0px;
    }
   }
  
  .menu-btn-right {
    float:right;
  }
  
  header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    /*border: solid #000 1px;*/
  }
    
   .header li a {
    display: block;
    padding: 10px 30px;
    border-top: 1px solid #f2f2f2;
    background-color: white;
    transition: background-color .6s ease-in-out .1s;
    text-decoration: none;
    text-align: center;
    color: #4d4d4d;
  }
  
  .header li a:hover{
    /*background-color: #E6F1D5;*/
    background-color: #f2f2f2;
    transition: background-color .4s ease-in-out .1s;
  }
  .header .menu-btn-left:hover {
    /*background-color: #E6F1D5;*/
    color: #f2f2f2;
    transition: background-color .4s ease-in-out .1s;
  }
  
  /*menu*/
   .header .menu-left {
    clear: both;
    max-height: 0;
    transition: max-height .4s ease-out;
  }
  
  /*menu icon*/
    .header .menu-icon-left {
    cursor: pointer;
    position: relative;
    user-select: none;
    float: left;
    padding: 28px 20px;
  }
  
  .header .menu-icon-left:hover {
    background-color: #F2F2F2;
    transition: background-color .4s ease-in-out .1s;
  }
  
  .header .menu-icon-left .nav-icon-left {
    background: #4d4d4d;
    display: block;
    height: 3px;
    position: relative;
    transition: background .2s ease-out;
    width: 22px;
   }
    
  .header .menu-icon-left .nav-icon-left:before,
  .header .menu-icon-left .nav-icon-left:after {
    background: #4d4d4d;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
    
   .header .menu-icon-left .nav-icon-left:before {
    top: 7px;
  }
    
  .header .menu-icon-left .nav-icon-left:after {
    top: -7px;
   }
    
  /* menu btn */
      
  .header .menu-btn-left:checked ~ .menu-left {
    max-height: 600px;
  }
    
  .header .menu-btn-left:checked ~ .menu-icon-left .nav-icon-left {
    background: transparent;
  }
    
  .header .menu-btn-left:checked ~ .menu-icon-left .nav-icon-left:before {
    transform: rotate(-45deg);
    top:0;
  }
    
  .header .menu-btn-left:checked ~ .menu-icon-left .nav-icon-left:after {
    transform: rotate(45deg);
    top:0;
  }
  
  
  .header .menu-btn-right:hover {
    background-color: #f2f2f2;
    transition: background-color .4s ease-in-out .1s;
  }
  
  .header .menu-btn-2:hover {
    background-color: #f2f2f2;
    transition: background-color .4s ease-in-out .1s;
  }
  
  .right-icon{
    height:27px; 
    padding:16px 20px 10px 20px;
    margin-bottom: 3px;
  }
  
  .right-icon-2{
    height:22px;
    padding:18px 21px 12px 20px;
    margin-bottom: 3px;
  }
  
  .lang-icon{
    height:27px; 
    padding:15px 16px 7px 16px;
    margin-bottom: 7px;
  }
  
  .drb{
    font-family: 'Ubuntu', sans-serif;
    font-size: 10px;
    margin: 9px 11px 11px 10px;
    position: absolute;
    float: right;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 2px;
    background: #4d4d4d;
    color:white;
    text-align: center;
  }
  
  /* ------ content------- */
  
  .content{
    padding: 60px 0px 0px 0px;
    min-height: calc(100vh-31px);
    /*text-align: justify;*/
    color: #404040;
  }
  
  .kep{
    float: right;
    margin: 10px 0px 10px 10px;
  }
  
  .kep img{
    width: 30vh;
    height: auto;
  }
  
  .logo-kep{
    text-align: center;
    margin: 10px auto;
  }
  
  .logo-kep img{
    width: 30vh;
    height: auto;
  }
  
  /*-------------lablec*---------*/
  
  footer{
    margin-top: auto;
    padding: 8px;
    /*width: 100%;*/
    background-color:white;
    color: #4d4d4d;
    border-top: solid #D7DBDD 2px;
    text-align: center;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 15px;
    font-weight: bold;
  }
  
  footer a {
    text-decoration: none;
  }
  
  footer a:hover{
    text-decoration: underline;
  }


  /*--------*/

  .wellcomelogo{
    display: block;
    width: 20vh;
    padding:10px;
}
  
  /*---------------listazo---------------*/
  
  .tg-pincer {
    max-width: 1024px;
    margin: 0px 10px 0px 10px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center; /*flex-start*/
    justify-content: center;
    height: 100%;
    min-height: calc(100vh - 150px);
  }
  
  .tg-pincer p {
    text-align: justify;
  }

  .food-ii
  {
    width: 100%;
    display: flex;
    align-items: stretch; /*flex-start*/
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 2px;
  }

  .food-i{
    width: 100%;
    display: flex;
    align-items: stretch; /*flex-start*/
    /*justify-content: space-evenly;*/
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
  
  .main-products-icon
  {
    text-decoration: none;
    background-color: white;
    margin: 10px;
    padding: 5px;
    box-shadow: 1px 1px 8px 0 rgba(68, 55, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 11vh;
  }
  
  .kat, .katx{
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .kat{
    margin: 10px;
  }

  .katx{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    align-content: center;
  }

  .main-products-icon:hover
  {
    box-shadow: 1px 1px 8px 0 rgba(68, 55, 55, 0);
  }


/*--------------alegenek -----------------*/


  .szamok{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
  }

  .aler-btn,
  .aler-list{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(12px + (26 - 14) * ((100vw - 300px) / (2000 - 300)));
  }

  .aler-btn{
    padding: 6px 10px;
  }

  .aler-list{
    padding: 3px 10px;
  }

  @media screen and (orientation: portrait) {
    .aler-list{
      justify-content: flex-start;
    }
  }

  .aler-btn{
    text-decoration: none;
    background-color: white;
    box-shadow: 1px 1px 8px 0 rgba(68, 55, 55, 0.3);
  }

  .aler-btn:hover
  {
    box-shadow: 1px 1px 8px 0 rgba(68, 55, 55, 0);
  }

  .icon-aler,
  .icon-aler-1,
  .icon-aler-2,
  .icon-aler-3,
  .icon-aler-4,
  .icon-aler-5,
  .icon-aler-6,
  .icon-aler-7,
  .icon-aler-8,
  .icon-aler-9,
  .icon-aler-10,
  .icon-aler-11,
  .icon-aler-12,
  .icon-aler-13,
  .icon-aler-14
  {
    height: 25px;
    width: 25px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-right: 4px;
    min-width: 25px;
  }

  .icon-aler{
    height: 35px;
    width: 35px;
    background-image: url('../img/gluten-free.svg');
  }
  .icon-aler-1{background-image: url('../img/a1.svg');}
  .icon-aler-2{background-image: url('../img/a2.svg');}
  .icon-aler-3{background-image: url('../img/a3.svg');}
  .icon-aler-4{background-image: url('../img/a4.svg');}
  .icon-aler-5{background-image: url('../img/a5.svg');}
  .icon-aler-6{background-image: url('../img/a6.svg');}
  .icon-aler-7{background-image: url('../img/a7.svg');}
  .icon-aler-8{background-image: url('../img/a8.svg');}
  .icon-aler-9{background-image: url('../img/a9.svg');}
  .icon-aler-10{background-image: url('../img/a10.svg');}
  .icon-aler-11{background-image: url('../img/a11.svg');}
  .icon-aler-12{background-image: url('../img/a12.svg');}
  .icon-aler-13{background-image: url('../img/a13.svg');}
  .icon-aler-14{background-image: url('../img/a14.svg');}

/*-------------------*/

  @media screen and (orientation: portrait) {
    .tg-pincer {
      /*flex-direction: row;*/
      font-size: calc(11px + (26 - 14) * ((100vw - 300px) / (2000 - 300)));
    }
    .doboz{
      margin: 5px;
      width: 100%;
    }
    .main-products-icon{
      width: 35%;
    }
    /*.main-products-icon-2{
      width: 20%;
    }*/
    .main-products-icon img, .main-products-icon-2 img{
      width: 35%;
    }
  }
  
  @media screen and (orientation: landscape) {
    .tg-pincer {
      /*flex-direction: column;*/
      font-size: calc(9px + (26 - 14) * ((100vw - 300px) / (2000 - 300)));
    }
    .doboz{
      margin: 0px 10px;
      /*width: calc(50vw - 20px);*/
      width: 100%;
    }
    .main-products-icon{
      /*width: 20%;*/
      width: 28%;
    }
    /*.main-products-icon-2{
      width: 16%;
    }
    .kat{
      width: 15%;
    }*/
    .main-products-icon img, .main-products-icon-2 img{
      width: 25%;
    }
  }
  
  @media screen and (min-width: 1100px){
    .doboz{
      padding: 0px 20px;
    }
  }
  
  
  .selectLang {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0px auto;
    width: 60%;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 1px 1px 8px 0 rgba(68, 55, 55, 0.3);
    font-weight: 700;
    font-size: 17px;
    border: none;
    color: #4d4d4d;
    font-size: calc(13px + (26 - 14) * ((100vw - 300px) / (2000 - 300)));
  }
  
  h2, h5{
    font-family: 'Dancing Script', cursive;
    font-size: calc(28px + (26 - 14) * ((100vw - 300px) / (2000 - 300)));
  }

  h2{
    padding: 6px 0px 3px 20px;
    margin: 10px 0px 0px 0px;
    border-bottom: solid #CACFD2 1px;
  }

  h5{
    text-align:center; 
    margin-bottom: 10px;
  }
  
  .tg-menu{
    
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
  }
  
  .tg-menu-2, .tg-menu-3{
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  /*  -------------------------- TERMEK KOZOS ELEMEK ---------------------  */
  
  
  
  .termek-cover {
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-size: cover;
    height: 100px;
    margin-top: 10px;
  }
  
  .main-cover {
    background-repeat: no-repeat; 
    background-position: 50% 0%; 
    background-size: cover;
    height: 30vh;
    margin-top: 40px;
  }
  
  .big-cover {
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-size: cover;
    height: 150px;
    margin-bottom: 10px;
  }
  
  .big-cover-2x {
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-size: cover;
    height: 300px;
    margin-bottom: 10px;
  }
  
  
  /* ket oszlop 560px*/
  @media only screen and (max-width: 700px) {
    .big-cover {
      display: none;
   }
  }
  
  /* --------------------------- TERMEKEK ------------------------- */
  
  .add-to-list {
    width: 52px;
    margin: 10px 0px 0px 10px;
    height: 52px;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 1px 1px 8px 0 rgba(68, 55, 55, 0.5);
    border-top: solid #CACFD2 1px;
    border-left: solid #CACFD2 1px;
    border-right: solid #CACFD2 1px;
    position: relative;
    right: 0;
    float: right;
  }
  
  
  .add-to-list :hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: .1s ease;
  }
  
  
  .btn-add {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  /*  -------------------------- TERMEK SMALL ---------------------  */
  
  .termek-medium {
    width:100%;
    height: 110px;
    min-width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 14px;
    border-bottom: solid #CACFD2 1px;
    box-shadow: inset 0px -11px 8px -10px #CCC; 
    overflow:hidden;
    min-width: 150;
    position: relative;
    z-index: 1;
  }


  .termek-small {
    width:100%;
    height: 83px;
    min-width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 14px;
    border-bottom: solid #CACFD2 1px;
    box-shadow: inset 0px -11px 8px -10px #CCC; 
    overflow:hidden;
    min-width: 150;
    position: relative;
    z-index: 1;
  }
  
  .termek-small-2, .termek-small-3, .termek-small-4 {
    width:100%;
    height: 53px;
    min-width: 135px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 14px;
    border-bottom: solid #CACFD2 1px;
    box-shadow: inset 0px -11px 8px -10px #CCC; 
    overflow: hidden;
    min-width: 150;
    position: relative;
    z-index: 1;
  }

  .termek-small-5 {
    width:100%;
    height: 43px;
    min-width: 135px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 14px;
    border-bottom: solid #CACFD2 1px;
    box-shadow: inset 0px -11px 8px -10px #CCC; 
    overflow: hidden;
    min-width: 150;
    position: relative;
    z-index: 1;
  }
  
  .termek-small-2x {
    width:100%;
    height: 53px;
    min-width: 135px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    min-width: 150;
    position: relative;
    z-index: 1;
  }
  
  .termek-small-3x {
    width:100%;
    height: 53px;
    min-width: 135px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    min-width: 150;
    position: relative;
    z-index: 1;
  }

  @media only screen and (max-width: 900px) {
    .termek-medium, .termek-small, .termek-small-3, .termek-small-4{
      font-size: 12px;
      line-height: 12px;
    }
    .termek-small-2{
      width: calc(50% - 15px);
      font-size: 11px;
    }
    .termek-small-2x{
      width: calc(50% - 15px);
    }
  }
  
  /* ket oszlop 560px*/
  @media only screen and (min-width: 650px) {
    .termek-medium, .termek-small, .termek-small-4 {
      width: calc(50% - 15px);
    }
    .termek-small-2, .termek-small-2x{
      width: calc(25% - 15px);
      font-size: 11px;
    }
    .termek-small-3, .termek-small-3x{
      width: calc(33% - 15px);
    }
  }
  
  .termek-medium .add-to-list {
    bottom: -57px;
  }

  .termek-small .add-to-list {
    bottom: -30px;
  }
  
  .termek-small-2 .add-to-list{
    bottom: 0px;
  }
  
  .termek-big-2 h3, .termek-medium h3, .termek-small h3, .termek-small-2 h3, .termek-small-3 h3, .termek-small-4 h3, .termek-5 h3{ 
    z-index: 2;
    font-size: 15px;
    margin: 0px;
    display: inline;
  }
  
  @media only screen and (max-width: 330px) {
    .termek-big-2 h3, .termek-medium h3, .termek-small h3, .termek-small-2 h3, .termek-small-3 h3, .termek-small-4 h3, .termek-5 h4{
      font-size: 11px;
    }
    .termek-small-2, .termek-small{
      line-height: 11px;
      font-size: 11px;
      height: 73px;
    }
    .termek-small-2x, .termek-small-3x {
      display: none;
    }
  }
  
  
  @media only screen and (min-width: 331px) and (max-width: 500px) {
    .termek-big-2 h3, .termek-medium h3, .termek-small h3, .termek-small-2 h3, .termek-small-3 h3, .termek-small-4 h3, .termek-5 h3{
      font-size: 14px;
    }
    .termek-small-2{
      line-height: 11px;
      font-size: 11px;
    }
    .termek-small-2x, .termek-small-3x {
      display: none;
    }
  }
  
  .qm{
    z-index: 2;
    font-size: 12px;
    margin: 2px 0px;
    display: inline-block;
    padding: 2px 4px;
    border: solid #CACFD2 1px;
    line-height: 14px;
    position: relative;
  }
  
  .termek-big-2 h4, .termek-medium h4, .termek-small h4, .termek-small-2 h4, .termek-small-3 h4, .termek-small-4 h4, .termek-5 h4{
    z-index: 2;
    font-size: 12px;
    margin: 2px 0px;
    display: inline-block;
    padding: 2px 4px;
    border: solid #a5aaad 1px;
    line-height: 14px;
    /*position: relative;
    top:-6px;*/
  }

  .ar{
    z-index: 2;
    font-size: 12px;
    margin: 3px 0px 3px 0px;
    display: inline-block;
    padding: 2px 4px 2px 4px;
    border: solid #a5aaad 1px;
    /*line-height: 15px;*/
    position: relative;
    top:-2px;
    font-weight: bold;
  }

  /*
  .kat2{
    margin: 0px;
    padding: 2px 0px 0px 3px;
    height: 20px;
    position: relative;
    top:5px;
  }
  */

  .kata{
    height: 20px;
    margin: 0px 3px 0px 0px;
    position: relative;
    top:5px;
  }
  
  
  .thumb-small { 
    z-index: 2;
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    float:left;
  }
  
  .big-cover-y {
    margin-top: 25px;
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-size: cover;
    height: 150px;
  }
  
  .big-cover-z {
    margin-top: 25px;
    background-repeat: no-repeat; 
    background-position: 50% 35%; 
    background-size: cover;
    height: 150px;
  }
  
  .big-cover-w {
    margin-top: 25px;
    background-repeat: no-repeat; 
    background-position: 50% 15%; 
    background-size: cover;
    height: 150px;
  }

  .alergen{
    font-weight: bold;
    text-align: center;
    color: white;
    background: #8fc640;
    border-radius: 50%;
    display:inline-block;
    
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin-right: 10px;
    /*
    font-size: calc(18px + (26 - 14) * ((100vw - 300px) / (2000 - 300)));
    width: calc(26px + (26 - 14) * ((100vw - 300px) / (2000 - 300)));
    height: calc(26px + (26 - 14) * ((100vw - 300px) / (2000 - 300)));
    margin-right: calc(8px + (26 - 14) * ((100vw - 300px) / (2000 - 300)));
    line-height: calc(28px + (26 - 14) * ((100vw - 300px) / (2000 - 300)));
    */
  }
  
  /* ----------------- CART PAGE --------------- */
  
  .thumb2 { 
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-size: cover;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float:left;
    flex: 0 0 60px;
  }
  
  .big-cover-x {
    margin-top: 60px;
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-size: cover;
    height: 150px;
  }
  
  .products-container {
    max-width: 1024px;
    justify-content: space-around;
    margin: 10px;
    font-size: 16px;
    
  }
  
  @media only screen and (max-width: 500px) {
    .products-container{
      font-size: 12px;
    }
    .thumb2 { 
      width: 40px;
      height: 40px;
      flex: 0 0 40px;
    }
    .products-container {
      font-size: 15px;  
    }
    .big-cover-x {
      display: none;
    }
  }
  
  .products-container ion-icon {
    font-size: 25px;
    color: blue;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
  }
  
  .product-header {
    width: 100%;
    max-width: 1024px;
    display: flex;
    justify-content: flex-start;
    margin: 80px auto 10px auto;
  }
  
  @media only screen and (max-width: 850px) {
    .product-header {
      margin: 0 auto;
    }
  }
  
  .product-title {
    width: 45%;
  }
  
  .price {
    width: 15%;
    border-bottom: 1px solid lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .quantity {
    width: 30%;
    border-bottom: 1px solid lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .total {
    width: 10%;
    border-bottom: 1px solid lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .product {
    width: 45%;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid lightgray;
    overflow: hidden;
  }
  
  .product ion-icon {
    cursor: pointer;   
  }
  
  .products, .products-hu, .products-en {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .products img, .products-hu img, .products-en img  {
    width: 75px;
  }
  
  .basketTotalContainer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 10px 0;
  }
  
  .basketTotalTitle {
    width: 30%;
    text-align: right;
    padding-right: 10px;
  }
  
  .basketTotal {
    width: 10%;
    text-align: right;
    padding-right: 10px;
  }
  
  .product-header .product-title, .product-header .price, .product-header .quantity, .product-header .total {
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 600;
  }
  
  .empty-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px auto 40px auto;
    height: 52px;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 1px 1px 8px 0 rgba(68, 55, 55, 0.3);
    font-weight: 700;
    font-size: 17px;
    border: none;
    color: #4d4d4d;
    cursor: pointer;
  }

  .empty-list:hover {
    box-shadow: 1px 1px 8px 0 rgba(68, 55, 55, 0);
  }
  
  .hozzaad, .elvesz {
    color: #4d4d4d;
    text-align: center;
    background: white;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    box-shadow: 1px 1px 8px 0 rgba(68, 55, 55, 0.3);
    cursor: pointer;
  }
  
  .hozzaad {
    margin-left:8px;
  }
  
  .elvesz {
    margin-right:8px;
    font-size: 26px;
  }

  /*-----------*/

  .thumb-medium { 
    z-index: 2;
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-size: cover;
    width: 95px;
    height: 95px;
    margin-right: 10px;
    float:left;
  }

  .thumb-medium-2 { 
    z-index: 2;
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-size: cover;
    width: 110px;
    height: 110px;
    margin-right: 10px;
    float:left;
  }

  .termek-big-2 {
    width: calc(50% - 12px);
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    font-size: 15px; /*calc(12px + .2vw)*/
    /*border-bottom: solid #CACFD2 1px;*/
    /*border-right: solid #CACFD2 1px;*/
    /*box-shadow: inset 0px 11px 8px -10px #CCC; */
    overflow: hidden;
    /*background-color:white;*/
    transition: .3s ease-in-out;
    float:left;
    flex-wrap: wrap;
  }
  
  .thumb-big-2 {
    /*border: solid red 1px; */
    z-index: 2;
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-size: cover;
    /*float:left;*/
    width: 100%;
    padding-top: 100%;
    display: block;
    align-self: flex-start;
  }
  
  /* ket oszlop 560px*/
  @media (min-width: 940px) {
    .termek-big-2 {
      width: calc(25% - 22px);
    }
    .termek-big{
      font-size: 14px;
    }
   }
  
  @media (min-width: 650px) and (max-width: 939px) {
    .termek-big-2 {
      width: calc(34% - 25px);  /*-ez a jo ha csak ez a tipus van*/
      /*width: calc(50% - 20px);*/
    }
   }
  
   .favago {
    display: inline-block;
    width: calc(100% - 65px);
    margin-top: 10px;
    /*width: 100%;*/
  }
  
  .termek-big-2 .add-to-list {
    position: relative;
    top: 0px;
    right:0px;
    /*box-shadow: none;
    margin-left: 0;*/
    align-self: flex-end;
  }

  @media only screen and (max-width: 330px) {
    .thumb-medium { 
      width: 85px;
      height: 85px;
    }
    .termek-small .add-to-list{
      bottom: -20px;
    }
    .kata{
      height: 11px;
      position: relative;
      top:0px;
    }
  }

