

@font-face {
  font-family: menu;
  src: url(../fonts/gamecunami.ttf);
}

/*---------MENÜ------------*/

.header .container {
  max-width: 1400px;
}
/*------------KIEMELT INFO------------*/
.info_tarto {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      background: #009abc;
      color: white;
}

.info_tarto .kep {
  height: 100px;
  margin: 1rem;
  transition: all 0.5s;
}

.info_tarto .kep img:hover {
  /* scale: 120%; */
  height: 265px;
  transition: all 0.5s;
}

.info_tarto .kep img {
  height: 100%;
  width: auto;
}
.info_tarto .szoveg {
  padding: 1rem;
  line-height: 1.7rem;
}

.info_tarto .szoveg strong {
  font-weight: bold;
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

/*------------KArácsony-----------*/
.main-content {
  position: relative;
  /*background: url(../images/gold-christmas-background.jpg);
  background-attachment: fixed;
  background-size: cover;*/
  
}

.karacsony {
  position: relative;
  
  
}
.karacsony .lent {
  background: url(../images/christmass-bg.png);
  background-attachment: fixed;
  background-position-y: bottom;
  background-repeat: repeat-x;
  height: 200px;
  width: 100%;
  /* background: red; */
  bottom: 0;
  position: fixed;
  z-index: 1;
}

.col-md-12 {
  background: white;
}

.snowflake {
  position: absolute;
  width: 15px;
  height: 15px;
  background: linear-gradient(#fafafa, #dedede);
  border-radius: 50%;
  filter: drop-shadow(0 0 10px #b5b5b5);
}


/*----------FIGYELEM----------------*/
.fontos-wraper {
  display: flex;
  align-items: center;
  background: #ccc;
  /* height: 510px; */
  overflow: hidden;
  border-radius: 20px;
  flex-wrap: wrap;
}
.fontos-wraper .kep {
  
  width: auto;
  flex: 40%;
}
.fontos-wraper .szoveg {
  flex: 60%;
  font-size: 1.3rem;
  padding: 0 1rem;
  line-height: 1.8rem;
}
.fontos-wraper .kep img {
  height: auto;
}

/*----------Felső sáv---------------*/
div#block-danobius {
  margin: 0;
}


.social-media .ikon {
  margin: 0 6px;
}

.social-media .ikon-tarto {
  display: flex;
}

.social-media .ikon a {
  color: black;
  font-size: 1.5rem;
}

.felso-sav {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  background: lightgrey;
}
div#block-felsosavsocialmedia {
  margin: 10px;
}
.ikon.tiktoc {
  width: 1.2rem;
  height: auto;
}

div#block-bejelentkezes {
  margin: 0!important;
}

.bejelentkezes {
  display: flex;
  align-items: center;
}

/*---------Jelszó erősség-----------*/
.password-strength__indicator.is-weak {
    background-color: red; 
}

.password-strength__indicator.is-good {
    background-color: orange;
}

.password-strength__indicator.is-strong {
    background-color: green;
}

.password-strength__indicator.is-fair {
  background-color: orange;
}

/*------------Felhasználó------------*/
div#block-views-block-bejelentkezett-felhasznalo-block-1 {
    margin: 0;
}

.bejelentkezes .felhasznalo span.icon {
    margin: 0 10px;
}

/*---------Rendelés elemei amikor a vevő megnézi---------*/
.customer-information .field__label {
    border-bottom: 1px solid;
    font-weight: bold;
    
}

.order-information .field__label {
    border-bottom: 1px solid;
    font-weight: bold;
}

.order-information .field, .customer-information .field {
    padding: 20px 0;
}

/*----------BETA----------*/
.beta {
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
.beta .container {
  max-width: 100%;
  text-align: center;
   padding: 8px;
}

p.beta {
  margin: 0!important;
}

.beta p {
  margin: 0;
}

#block-betaverzio {
  margin: 0;
}

.beta .field__item {
  margin: 0;
}
/*----------Breadcrumb----------*/

span.breadcrumb-divider{
  display: none;
}
.breadcrumb {
    background: none;

    border-radius: unset;

}
/*------------KOSÁR Ürlap-----------*/

.folytatom {
    background: green;
}


/*------------SLIDER-------------*/

.flexslider {

    /*height: 600px;*/
}
.flex-viewport {

    height: 100%;
}
.flexslider .slides {
    height: 100%;
}
.flexslider .slides li {

    height: 100%;
}
.flexslider .slides img {
    height: 100%;
    -moz-user-select: none;
    width: 100%;
    object-fit: cover;
}
.diavetites .kep img {
  height: auto;
  width: 100%;
}

.more-link {
  display: none!important;
}
.szoveg .sor1 {
  font-size: 3rem;
  font-weight: bold;
  padding: 20px;
  color: white;
  line-height: normal;
}
.szoveg .sor2 {
  text-align: right;
  padding: 20px;
  font-size: 2rem;
  color: orange;
}
.szoveg a.tovabb-link {
  background: orange;
  padding: 10px 20px;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
}
.diavetites .szoveg .gomb {
  z-index: 1000;
  position: absolute;
}

.diavetites .kep {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.diavetites .szoveg {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 70%;
  padding: 50px;
}

.diavetites .container {
  max-width: 100%;
  padding: 0;
    margin: 0;
}




.villogas {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*-----------Kosár------------*/

.kosar .cart-block--contents {
  width: 400px;
  border: 1px solid lightgrey;
 
}
.cart-block--contents a {
  background: orange;
  padding: 5px;
  border-radius: 10px;
  color: white!important;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.kosar .cart-block--summary {
  background: orange;
  padding: 4px 10px;
  border-radius: 10px;
}
.kosar span.cart-block--summary__count {
  color: white;
}

.cart-block--contents__items {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
}

.kosartarto_kereses .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kosartarto_kereses .kosar {
  flex: 0 30%;
  display: flex;
  align-items: center;
}

.kosartarto_kereses .kereses {
  flex: 0 70%;
}
#views-exposed-form-termekek-indexelt-termekkereses {
  display: flex;
}

#views-exposed-form-termekek-indexelt-termekkereses .form-item {
  padding: 0 7px;
}

/*-----------SLIDER----------------*/

.slide-tarto .container {
  max-width: 100%;
  padding: 0;
}
.slide-tarto .flexslider {
  margin-top: 0;
}

/*-----------HEADER--------------------*/

.header {
  padding: 7px 0;
  text-align: left;
  background: #ffffff;
  border-bottom: 12px solid orange;
  border-top: 1px solid orange;
}
.kosartarto_kereses {
  background: #ffa50026;
  border-top: 1px solid orange;
}
.header .col-md-9 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/*----------------Termék lista------------*/

.termekek-lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.termekek-lista .views-row {
 width: 250px;
 margin: 20px 0;
  
}
.termekek-lista .box .views-field-field-termek-kepe  {
    position: relative;
    height: 220px;
    width: 160px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box .views-field-field-termek-kepe img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.termekek-lista .box .views-field-price, .eredeti-akcios-ar {
  font-size: 1.6rem;
  padding: 10px 0;
  border-top: 1px solid;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid;
  border-color: lightgray;
  background: #f3f3f3;
}

.termekek-lista .box .eredeti-ar {
    font-size: 1rem;
    text-decoration: line-through;
    padding: 0 10px;
    color: grey;
}
.termekek-lista .box .termek-kep-tarto {
    position: relative;
    display: flex;
    justify-content: center;
}
.termekek-lista .box .kep-akcio {
    position: relative;
    /* overflow: hidden; */
}


.termekek-lista .box .akcio-tarto{
    position: absolute;
    top: 5px;
    left: 0;
    width: 200px;
    transform: rotate(32deg);
}

.termekek-lista .box .views-field-field-kompatibilis {
    position: absolute;
    z-index: 100;
    width: 100px;
    left: 0;
    bottom: 50%;
    
}
.termekek-lista .box .views-field-field-kompatibilis img {
    
    box-shadow: 1px 3px 52px 10px rgba(255,255,255,1);
    -webkit-box-shadow: 1px 3px 52px 10px rgba(255,255,255,1);
    -moz-box-shadow: 1px 3px 52px 10px rgba(255,255,255,1);
    border-radius: 0 10px 10px 0;
    border-left: 4px solid orange;
}


.termekek-lista .box {
  border: 1px solid lightgrey;
  
  background: white;
    display: flex;
    flex-direction: column;
    -webkit-transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out, background-color 250ms ease-in-out;
    -moz-transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out, background-color 250ms ease-in-out;
    -ms-transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out, background-color 250ms ease-in-out;
    -o-transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out, background-color 250ms ease-in-out;
    transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out, background-color 250ms ease-in-out;
    position: relative;
        align-items: center;
}

.termekek-lista .box:hover {
  box-shadow: 0rem 0.625rem 1.25rem 0rem rgb(0 0 0 / 10%);
  transform: translateY(-0.313rem);
  background-color: var(--color1);
}
.termekek-lista .views-field-title {
  font-size: 1rem;
  padding: 10px;
  text-align: center;
  min-height: 80px;
}

.views-field.views-field-title-1.termek-cim {
  height: 60px;
  text-align: center;
  background: #f3f3f3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.raktar-hely .ikon {
    padding: 0px 10px;
}

.raktar-hely{
    padding: 10px 0;
}
.raktar-hely.elerheto {
    color: green;
}

.raktar-hely.kulsoraktar {
    color: #007bff;
}
.termekek-lista .reszletek {
    padding: 10px;
    border-bottom: 1px solid;
    transition: all 0.5s;
}
.termekek-lista .reszletek a {
  padding: 2px 20px;
  width: 100%;
  transition: all 0.5s;


}
.termekek-lista .reszletek a:hover {
  background: #3b88b5;
  padding: 2px 20px;
  width: 100%;
  transition: all 0.5s;
  color: white;
  border-radius: 5px;
}
/*--------------Jobb oldali sáv keresés----------------------*/

.facet-inactive.facet-block, .facet-active.facet-block {
    border: 1px solid lightgrey;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
    FONT-VARIANT: JIS04;
    background: white;
}

.facets-widget-searchbox_links .facets-widget-searchbox {
    margin-bottom: 1rem;
    width: 100%;
}

.region-sidebar-first .facets-widget-range_slider {
    width: 91%;
    /* list-style: none; */
}
.region-sidebar-first .facets-widget-range_slider ul li {
    list-style: none;
}
/*-----------------LAPOZÓ-----------------------*/


.termekek-lista .pager {
    flex: 100%;
}

.termekek-lista ul.pager__items {
    display: flex;
    justify-content: center;
}

.termekek-lista li.pager__item {
    margin: 0 21px;
    list-style: none;
    padding: 2px;
}
li.pager__item.is-active a {
  border-bottom: 3px solid orange;
  color: orange;
}

/*-------------------Termék nézete-------------------------*/
.termek_kep {
  display: flex;
  justify-content: center;
}
.termek_kep img {
 height: auto;
}

.parameterek-cim .box .cim {
    border-bottom: 1px solid lightgrey;
    padding: 10px 0;
    line-height: 2.3rem;
    font-size: 1.6rem;
}

.parameterek-cim .box .allapot {
    text-align: right;
    text-transform: lowercase;
    letter-spacing: 3px;
    background: orange;
    color: white;
    padding: 2px 5px;
    border-radius: 7px;
    margin: 0 5px;
}
.parameterek-tobbi .box .ar {
  font-size: 2rem;
  text-align: center;
  margin: 10px 0;
  color: green;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 10px;
}


.jatek_leiras .field__label {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 10px;
  border-bottom: 1px solid;
  /* margin-bottom: 10px; */
  background: lightgrey;
}

.jatek_leiras .field__item {
  padding: 10px;
  background: #f6f6f6;
}

.cimtarto .box {
    display: flex;
}

.cimtarto .cim-kieg {
    width: 85%;
    border-right: 1px solid lightgrey;
}

.cimtarto .kor {
    width: 15%;
    padding: 3px;
    display: flex;
    align-items: center;
}

.cimtarto .kor img {
    width: 100%;
    height: auto;
}
.cimtarto .kieg-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5px;
}

.cimtarto span.platform {
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.ar-tajekoztato-tarto .tajekoztato {
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    padding: 20px 20px;
    text-align: justify;
}
iframe#youtube-field-player {
  width: 100%;
  border-radius: 20px;
}

.kieg-info .kompatibilis-tarto .kompatibilis {
    background: green;
    color: white;
    padding: 2px 6px;
    border-radius: 7px;

    margin-right: 5px;
}
.kieg-info span.kompatibilis .ikon{
    padding-right: 5px;
}

/*----------------IKONOK--------------------*/
.flex-kategoria {
    display: flex;
    flex-wrap: wrap;
}
.parameterek-kategoria .contextual-region .contextual-region {
  display: flex;
}
.parameterek-kategoria .views-row {
  padding: 0 5px;
}
.parameterek-kategoria .kategoria-tarto .kartya .ikon {
    width: 50px;
    height: auto;
    margin: 10px 0;
}
.parameterek-kategoria .cimke {
  background: #6c757d;
  padding: 3px 10px;
  color: white;
  width: 100%;
  text-align: center;
  }

.parameterek-kategoria .kategoria-tarto .kartya {
    border: 1px solid lightgrey;
    /* padding: 5px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    margin: 5px;
    background: #f8f9fa;
}
/*----------SZÍNEK-----------*/
.parameterek-kategoria .kategoria-tarto .narancs{
    border-top: 5px solid orange;
}
.parameterek-kategoria .kategoria-tarto .brown{
    border-top: 5px solid Brown;
}
.parameterek-kategoria .kategoria-tarto .BurlyWood{
    border-top: 5px solid BurlyWood;
}
.parameterek-kategoria .kategoria-tarto .Chocolate{
    border-top: 5px solid Chocolate;
}
.parameterek-kategoria .kategoria-tarto .Coral{
    border-top: 5px solid Coral;
}
.parameterek-kategoria .kategoria-tarto .CornflowerBlue{
    border-top: 5px solid CornflowerBlue;
}
.parameterek-kategoria .kategoria-tarto .Crimson{
    border-top: 5px solid Crimson;
}
.parameterek-kategoria .kategoria-tarto .DarkCyan{
    border-top: 5px solid DarkCyan;
}
.parameterek-kategoria .kategoria-tarto .DarkMagenta{
    border-top: 5px solid DarkMagenta;
}
.parameterek-kategoria .kategoria-tarto .DarkSlateBlue{
    border-top: 5px solid DarkSlateBlue;
}
.parameterek-kategoria .kategoria-tarto .DeepPink{
    border-top: 5px solid DeepPink;
}
.parameterek-kategoria .kategoria-tarto .Fuchsia{
    border-top: 5px solid DeepPink;
}



/*--------------------Keresés - szűkítés - jobb oldali blokkok--------------------------*/
.facets-widget-searchbox_links li.facet-item, .facets-widget-checkbox li.facet-item {
  list-style: none;
  display: flex;
    align-items: center;
    transition: all 0.9s;

}
.facets-widget-checkbox li.facet-item:hover{
  background-color: #3b88b5;
  color: white;
   transition: background-color 0.5s, color 0.1s;
   border-radius: 5px;
}

.facets-widget-searchbox_links ul, .facets-widget-checkbox ul  {
  padding: 2px;
}

.facets-widget-checkbox input{
  margin-right: 10px;
  margin-left: 10px;
}

/*-------------------FOOTER-----------------*/
div#bottom-widget {
  background: grey;
}
#footer {
  background: grey;
}
.info-box-tarto {
  display: flex;
  flex-direction: column;
}

.info-box-tarto .info-box, #bottom-widget .webform-button--submit {
  background: grey;
  padding: 10px 20px;
  margin: 0 10px;
  letter-spacing: 1px;
  transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out, background-color 250ms ease-in-out;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.info-box-tarto .info-box:hover, #bottom-widget .webform-button--submit:hover{
  box-shadow: 0rem 0.625rem 1.25rem 0rem rgba(255, 255, 255, 0.63);
  transform: translateY(-0.313rem);
  background-color: grey;
  transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out, background-color 250ms ease-in-out;
}
.info-box-tarto .info-box a {
  color:white
}
.info-box .ikon {
  color: white;
  padding: 0 10px;
}
.bottom-widget .form-email, .bottom-widget .form-text, .bottom-widget .form-textarea {
  border: 1px solid white;
  background: transparent;
  width: 100%;
  color:white;
}
.form-item-e-mail-cim {
  position: relative;
}

.form-item-nev {
  position: relative;
}

.form-item-uzenet {
  position: relative;
}
label.helykitolto {
  color: white;
  position: absolute;
  top: -11px;
  left: 15px;
  background: grey;
  padding: 0 5px;
}
.info-box-tarto .info-box .tiktok img {
  filter: invert(1);
}

img {}

.info-box-tarto .info-box .tiktok {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/*---------------INFORMÁCIÓK----------------*/

div#informaciok {
    background: black;
    border-top: 2px solid white;
}

.informaciok .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

/*---------------FIZETÉSI FOLYAMAT--------------*/
.checkout-pane .form-text, .checkout-pane .form-email {
    width: 100%;
}

.commerce-checkout-flow .fieldset-legend{
  background: #3b88b5;
  padding: 10px 16px;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  margin-left: 20px;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  border-radius: 5px;
  color: white;
}
.commerce-checkout-flow .fieldset-legend a{
    color: yellow;
    letter-spacing: normal;
    text-transform: lowercase;
}
.commerce-checkout-flow .fieldset-wrapper {
  border: 1px solid lightgrey;
  padding: 20px;
}
.commerce-checkout-flow .fieldset-wrapper .fieldset-legend{
  background: white;
  color: #3b88b5;
  font-weight: normal;
}
.field--type-entity-reference .field__label {
    font-weight: bold;
    border-bottom: 1px solid;
}
.checkout-pane-custom-checkout-message label {
  display: contents;
}