*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol {
  margin: 0 0 10px 20px;
  padding: 10px 0 0;
}

.pImgGallery {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 20px;
  gap: 5px;
}

.pImgGallery .gallery_A img {
  height: 60px;
  width: 90px;
  padding: 3px;
  box-shadow: 1px 1px 3px #828080;
}

input:disabled + label {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  color: #cacaca;
  cursor: auto;
}

#sessionMessBlock {
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
}
.sessionMessRow {
  background: #28fdc1;
  padding: 10px 30px 10px 15px;
  border: 1px solid #03aa7b;
  color: #000;
  position: relative;
  margin: 0 0 15px;
  z-index: 1;
}
.sessionMessRow::before {
  content: "";
  height: 300%;
  width: 30%;
  background: white;
  position: absolute;
  top: -100%;
  left: -35%;
  z-index: -1;
  transform: rotate(-20deg);
  box-shadow: 0 0 10px 0 #fff;
  opacity: 0.3;
  animation: xxxx 3000ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes xxxx {
  0% {
    left: -35%;
  }
  100% {
    left: 150%;
  }
}

#closeSessMess {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 25px;
  width: 25px;
  background: #20d9a5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
#closeSessMess:hover {
  background: #068d67;
  color: #fff;
}

.sessionMessRow.update {
  background: #bde5fd;
  border: 1px solid #58bffd;
}
.sessionMessRow.update #closeSessMess {
  background: #70c5f9;
}
.sessionMessRow.update #closeSessMess:hover {
  background: #1d78b1;
}
.sessionMessRow.delete {
  background: #fdd2d2;
  border: 1px solid #ff1a1a;
}
.sessionMessRow.delete #closeSessMess {
  background: #ff6f6f;
}
.sessionMessRow.delete #closeSessMess:hover {
  background: #b62626;
}

.searchInpBlck {
  /* background: azure; */
  margin: 0;
}
.leftSide .searchInpBlck {
  margin: 0 0 10px;
}

.searchInpBlck h3 {
  margin: 0 0 3px;
}

.searchInpBlck .itemsInBlck {
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
}

.searchItem input {
  display: none;
}
.searchItem label {
  cursor: pointer;
  display: flex;
  background: #f6f6f6;
  box-shadow: inset 0px -4px 2px #e1e1e1;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  color: #555555;
  height: 20px;
  line-height: 20px;
  padding: 0px 3px;
  justify-content: center;
  font-size: 15px;
  min-width: 40px;
}
.searchItem label.selectedCB {
  background: #f00;
  color: #fff;
  box-shadow: none;
  border: 1px solid #555;
}

.prodSearchPage .searchInpBlck {
  display: grid;
  grid-template-columns: 110px 1fr;
}

.topRow {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  text-align: center;
  padding: 15px;
  max-width: 990px;
  margin: 0 auto;
}

.mainFlex {
  padding: 0;
  margin: 0 0 40px;
  display: block;
  grid-gap: 15px;
  grid-template-columns: 255px auto;
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: "cart main" "left main" "left undermain" "left lastGrid";
}
@media only screen and (max-width: 768px) {
  .mainFlex {
    margin: 0 0 10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "cart"
      "main"
      "left"
      "undermain"
      "lastGrid";
  }
}

#miniCart {
  grid-area: cart;
}
.leftSide {
  grid-area: left;
}
.content-mid {
  grid-area: main;
}
.underMain {
  /* background-color: #003526; */
  grid-area: undermain;
}
.lastGrid {
  /*  background-color: #00da9c; */
  padding: 0px;
  grid-area: lastGrid;
}

.content-mid {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  margin: 0;
  /*  order: 2; */
}
.leftSide {
  opacity: 1;
  /*  order: 1; */
}

main {
  /*   background: #fff;
  border: 1px solid #ccc; */
  margin: 0 0 20px;
  margin: 0 0 0px;
  padding: 15px;
}

.hka-wrapper {
  padding: 0 10px;
  margin: 0 auto;
  min-height: 99vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hka-wrapper-inner {
  max-width: 700px;
  margin: 0 auto 0px;
  /* border: 2px solid aliceblue; */
  width: 100%;
}

.footer-inner {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 10px;
}

table {
  margin: 10px 0 20px;
}
table tr {
  opacity: 1;
}
table tr td {
  /* border: 1px solid #373737; */
  vertical-align: top;
  padding: 3px 15px 3px 0px;
}
textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50px;
  min-height: 30px;
  max-height: 100px;
}

/* @font-face {
  font-family: "Roboto";
  src: url("./fonts/subset-Roboto-Regular/subset-Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

body {
  padding: 50px 0 0;
  /*   font-family: Roboto, sans-serif; */
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgb(255, 255, 255) !important;
  height: 100%;
  background: #222428;
  background: #222428 url(./images/zaj-50.png);
  /* background: #ded8de url(./images/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed; */
}

#sizeHelper {
  background: #3366ff;
  border: 2px solid #3366ff;
  border-bottom: 2px solid #0031c4;
  border-right: 2px solid #0031c4;
  border-radius: 4px;
  display: flex;
  gap: 5px;
  color: #fff;
  position: relative;
  padding: 4px 6px 4px 18px;
  font-size: 15px;
}

#sizeHelper::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  clear: both;
  height: 0;
}

#sizeHelper:hover {
  background: #ff0000;
  border: 2px solid #ff0000;
  border-bottom: 2px solid #b90000;
  border-right: 2px solid #b90000;
}

button {
  cursor: pointer;
}

p {
  margin: 0 0 20px;
  text-align: justify;
}

.noWrap {
  white-space: nowrap;
}

button {
  cursor: pointer;
  font-family: Roboto, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  margin: 0 0 15px;
}
h1 {
  font-size: 18px;
}

h2 {
  font-size: 17px;
}
h3 {
  font-size: 16px;
}

.hidden {
  display: none !important;
}

.error {
  background: #ffe0e0;
  color: #b70101;
  border: 1px solid #f04949;
}
.error td {
  background: #ffe0e0 !important;
  color: #b70101 !important;
  border: 1px solid #f04949 !important;
}

.fullBGRow {
  width: 100%;
  height: 30vh;
  height: 30vh;
  background: #ceb0a5;
}

.fullBGRowContent {
  padding: 0 20px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .fullBGRowContent {
    font-size: 25px;
  }
}

.fullBGRowContent .mess {
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 0px 15px 0px 5px;
  border-radius: 3px;
}

.smallBGRow {
  width: 100%;
  height: 300px;
  background: #ceb0a5;
}

.mobMenu ul li.specLink {
  opacity: 1;
}
.mobMenu ul li.specLink a {
  opacity: 1;
}

/* .videoDiv {
  height: 256px;
  width: 1920px;
} */

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactPage {
  margin: 0 0 25px;
}

.errorBox {
  background: #ea4646;
  padding: 8px;
  border: 1px solid #f55;
  border-radius: 2px;
  margin: 0 0 15px;
  font-size: 14px;
}
.errorBox ul {
  margin-bottom: 0;
}
.errorBox p:last-of-type {
  margin-bottom: 0;
}

.hkaInput {
  height: 26px !important;
  padding: 3px !important;
}
.hkaSelect {
  height: 26px !important;
}

.contForm {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  margin: 0 0 20px;
  max-width: 300px;
  border-radius: 2px;
  /* background: none repeat scroll 0 0 #313131; */
  /* border: 1px solid #c9d4e6; */
}

.inputRow.aszf label {
  font-size: 14px;
}

/* .contForm a {
  color: #6c41be;
} */

#contSubmitBtn {
  background: #f0f0f0;
  border: 1px solid #282828;
  color: #202020;
  padding: 6px 10px;
  font-weight: bold;
  /* border-radius: 5px; */
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 15px;
}

#contSubmitBtn:hover {
  background: #2570cc;
  background: #252525;
  color: #fff;
  border: 1px solid #d3d3d3;
}

.contForm input[type="text"] {
  width: 100%;
}
.contForm textarea {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 25px;
  height: 80px;
  max-height: 250px;
}

/* .featCat {
  opacity: 0;
} */

.videoPageImgDiv {
  display: flex;
  /*  background: rebeccapurple; */
  justify-content: center;
}

.videoPageImgDiv .imgToIframe {
  width: 480px;
  max-width: 100%;
  height: 270px;
}

.videoPageImgDiv .imgToIframe iframe {
  width: 480px;
  max-width: 100%;
  height: 270px;
}

.videoItemList {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  /* justify-content: ; */
  padding: 10px 0;
}
.videoItemBox {
  width: 330px;
}

.imgToIframe {
  background: #000;
  width: 330px;
  height: 180px;
  position: relative;
}
.playBtnLbl {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("./images/play-btn-2.png") center center no-repeat;
  cursor: pointer;
}
.uniqueVidInfo {
  position: absolute;
  background: red;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 5px;
}

main ul {
  margin: 0 0 20px 20px;
}
.p-10 {
  padding: 10px;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.gally {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#catFlex {
  display: flex;
  gap: 20px;
  margin: 0 0 50px;
}
#catFlex .featCat {
  max-width: 330px;
}
#catFlex .featCat a {
  display: block;
  text-decoration: none;
  text-align: center;
}
#catFlex .featCat a img {
  width: 100%;
  margin: 0 0 10px;
  padding: 3px;
  border: 1px solid #ccc;
}
#catFlex .featCat a h3 {
  font-size: 23px;
  color: #c2272d;
}

#iconFlex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 50px;
}
#iconFlex .icon {
  text-align: center;
  transform: scale(0);
}
#iconFlex .icon.grooow {
  transform: scale(0);
  animation: togrow 400ms;
  animation-fill-mode: forwards;
}
@keyframes togrow {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#iconFlex h3 {
  font-weight: normal;
  padding: 20px 0 10px;
}
#iconFlex p {
  font-size: 15px;
}

#bemutatoT {
  margin: 0px 0 80px;
  text-align: center;
}
.arrowLink {
  /* display: inline-block; */
  border: 2px solid #c2272d;
  background: #c2272d;
  padding: 5px 15px;
  border-radius: 5px;
  border-right: 2px solid #840c11;
  border-bottom: 2px solid #840c11;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  letter-spacing: 1px;
}

.resetSrc {
  color: #fff;
  background: #d70000;
  background: #ff0000;
  border: 1px solid #555555;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 10px 2px 15px;
  text-decoration: none;
  font-size: 15px;
  position: relative;
}
.resetSrc::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  clear: both;
  height: 0;
}

/* jogi menu bmax*/
ul.nav.menu {
  list-style-type: none;
}

.fixTop {
  /* background: #fff none repeat scroll 0 0; */
  background: #222428 url(./images/zaj-50.png);
  /* border-bottom: 2px solid #84a7db; */
  border-top: 0 none;
  line-height: 19px;
  margin: 0;
  padding: 0px 0 0px;
  width: 100%;
  z-index: 777;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 4px 0 #555;
}

.siteTitle {
  text-align: center;
  background: #1c1e20;
  padding: 10px 0;
  background: #191c19 url(./images/zaj-50.png);
}

.fixTop p {
  margin: 0;
}

#contMap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 3fr 4fr;
  padding: 0 20px;
}
#contMap h3 {
  font-size: 24px;
  text-align: left;
  padding-left: 10px;
  margin: 0 0 0px;
}

#footCont tr td {
  padding: 10px 10px;
}
#footCont tr td:last-of-type {
  font-size: 20px;
}

#videoFlex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.video {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 768px) {
  .hPageBlock hr {
    width: 90%;
  }
  #catFlex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #iconFlex {
    flex-direction: column;
  }
  #contMap {
    grid-template-columns: 1fr;
  }
  #videoFlex {
    grid-template-columns: 1fr;
  }
}

.flexOnMain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 20px;
  gap: 20px;
}
.flexOnMain img {
  border: 1px solid #ccc;
}
.flexOnMain > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flexOnMain > div > a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
/* MENU ******************************** */
/* MENU ******************************** */
/* MENU ******************************** */
/* MENU ******************************** */

nav.slideIn {
  background: #343434;
  box-shadow: 0 0 10px 1px #ddd;
  position: fixed;
  animation-name: slide-in;
  animation-duration: 450ms;
  animation-timing-function: ease;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
nav.slideOut {
  background: #343434;
  box-shadow: 0 0 10px 1px #ddd;
  position: fixed;
  animation-name: slide-out;
  animation-duration: 450ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes slide-out {
  0% {
    opacity: 1;
    position: fixed;
    transform: translateY(0%);
  }
  99% {
    opacity: 1;
    position: fixed;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    position: absolute;
    transform: translateY(0%);
  }
}

.logoHref {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
header {
	position: sticky;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 199;
}
nav {
  padding: 0;
  margin: 0 0 0px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  min-height: 45px;
}

.langSelBlock {
  display: flex;
  gap: 5px;
}

.langSelBlock img {
  display: flex;
  gap: 5px;
}

.mobMenu {
  display: flex;
  max-width: 700px;
  padding: 0px 0px;
  margin: 0 auto;
  justify-content: center;
  gap: 5px 25px;
  align-items: center;
}

#menuTextOut {
  display: none;
  justify-content: center;
  align-items: center;
}

#menuUlBox {
  opacity: 1;
}

/* desktop */

.mobMenu ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
}

.mobMenu ul li ul {
  min-width: 200px;
  position: absolute;
  top: 44px;
  display: none;
  animation-name: ul-in;
  animation-duration: 450ms;
  animation-timing-function: ease;
  z-index: 12;
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 2px;
  /* border-top: 0; */
}
@keyframes ul-in {
  0% {
    opacity: 0;
    left: 40px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}

.mobMenu ul li.clicked > ul {
  display: block;
}

.mobMenu ul li ul li {
  display: block;
  white-space: nowrap;
  padding: 0px;
  position: relative;
}
/* .mobMenu ul li:hover {
  background: #000;
} */

.mobMenu ul li ul li ul {
  position: absolute;
  top: 0px;
  display: none;
  animation-name: ul-ul-in;
  animation-duration: 450ms;
  animation-timing-function: ease;
}
@keyframes ul-ul-in {
  0% {
    opacity: 0;
    top: 40px;
  }
  100% {
    opacity: 1;
    top: 5px;
  }
}

.mobMenu ul li ul li ul {
  position: absolute;
  top: 5px;
  left: 180px;
  border: 1px solid #888;
  padding: 5px;
  border-radius: 2px;
  min-width: 200px;
}
.mobMenu ul li ul li ul li ul {
  position: absolute;
  top: 5px;
  left: 180px;
  border: 1px solid #888;
  padding: 5px;
  border-radius: 2px;
  min-width: 200px;
}
.mobMenu ul li {
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  /*  border-right: 1px solid #eee; */
}

.mobMenu ul li ul li {
  display: flex;
  flex-direction: column;
  border: 0;
  border-bottom: 1px solid #eee;
}
.mobMenu ul li ul li:last-of-type {
  border: 0;
}

.mobMenu ul li ul li ul li {
  display: flex;
  flex-direction: column;
}
.mobMenu ul li ul li ul li ul li {
  display: flex;
  flex-direction: column;
}

.slimmed .mobMenu ul li a {
  height: 30px;
}

.mobMenu ul li a {
  height: 45px;
  padding: 0 5px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #202020;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  /* letter-spacing: 1px; */
  text-align: center;
  /* background: #ffffff; */
  /* border-bottom: 2px solid rgb(255, 255, 255); */
}

.mobMenu ul li.active > a {
  /* background: #202020; */
  /* text-decoration: underline; */
  color: #c29958;
}
/* Underline styles */

/* Fade in */
.mobMenu ul li a span.menuAni {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 3px;
}

.mobMenu ul li ul li a {
  height: 36px;
  /* background: #fff; */
  padding: 0 10px 0 10px;
  text-transform: unset;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 0;
  /* border-left: 2px solid #fff; */
}

.mobMenu ul li ul li.active > a {
  /*  border-left: 2px solid #bf9a7b; */
  border-bottom: 0;
}
.mobMenu ul li ul li > a:hover {
  background: #fff;
  color: #000;
}

.mobMenu ul li ul li ul li a {
  background: #fff;
  color: #111;
}
.mobMenu ul li ul li ul ul li a {
  background: #fff;
  color: #111;
}

#closeMobMenu {
  display: none;
}

.menuArrow {
  display: block;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-right: 2px solid #202020;
  border-bottom: 2px solid #202020;
  transform: rotate(45deg);
}
ul li ul li .menuArrow {
  transform: rotate(-45deg);

  border-right: 2px solid #202020;
  border-bottom: 2px solid #202020;
  margin: 0;
}

#mobMenuLayer {
  display: none;
}

/* innentől mobil */
/* innentől mobil */
/* innentől mobil */

@media only screen and (max-width: 768px) {
  header {
    padding: 0 0px;
  }
  body {
    padding: 0;
  }
  .fixTop {
    position: relative;
    /* margin: 0 0 20px; */
    padding: 10px;
  }
  #theCart {
    max-width: 100% !important;
  }

  .logoHref img {
    height: 50px;
  }

  /* override ID */
  .mobMenuLayer {
    position: fixed;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);

    -webkit-animation: layerFadeIn 0.5s ease-in-out;
    animation: layerFadeIn 0.5s ease-in-out;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes layerFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes layerFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .menuArrow {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
  }

  ul li ul li .menuArrow {
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  nav {
    height: 35px;
    min-height: initial;
  }
  .mobMenu {
    margin: 0 auto;
    display: flex;
    height: 35px;
    gap: 20px;
  }

  #menuText {
    opacity: 1;
    /*  height: 60px;
    line-height: 40px; */
  }
  #closeMobMenu {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 10px;
  }
  #closeMobMenu .x {
    cursor: pointer;
    width: 28px;
    height: 28px;
    /* background: #0d0d0d; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px solid #fafafa;
    color: #fafafa;
    font-weight: bold;
  }

  #menuUlBox {
    position: fixed;
    display: flex;
    /* background: rgba(0, 0, 0, 0.73); */
    padding-right: 0px;
    flex-direction: column;
    z-index: 888;
    height: 100%;
    width: 270px;
    overflow-x: hidden;
    top: 0;
    left: -290px;
  }

  .stickyClass {
    padding: 10px 10px 50px;
    min-height: 100vh;
    width: 270px;
    /* overflow-x: hidden; */
    position: relative;
    background: #2b2b2b;
    z-index: 30;
  }

  .menuToRight {
    -webkit-animation: menuToRight 0.5s ease-in-out;
    animation: menuToRight 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes menuToRight {
    0% {
      left: -290px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes menuToRight {
    0% {
      left: -290px;
    }
    100% {
      left: 0;
    }
  }

  .menuToLeft {
    -webkit-animation: menuToLeft 0.5s ease-in-out;
    animation: menuToLeft 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes menuToLeft {
    0% {
      left: 0;
    }
    100% {
      left: -290px;
    }
  }
  @keyframes menuToLeft {
    0% {
      left: 0;
    }
    100% {
      left: -290px;
    }
  }

  #menuTextOut {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* background: #222; */
    padding: 0 10px;
    border-radius: 5px;
  }

  .logoHref {
    color: #fff;
  }

  .burgerMenu {
    cursor: pointer;
    z-index: 99;
    position: relative;
    /* background: rgb(255, 255, 255); */
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menuDott {
    /* border: 1px dotted #c96; */
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    /* margin: 4px 0; */
    transition: 0.5s;
    /* box-shadow: 1.5px 1.5px #0e0d0d; */
  }
  .bar2 {
    margin: 4px 0;
  }
  .change .bar1 {
    /*  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px); */
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    /*    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); */
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }

  .mobMenu ul {
    margin: 0;
    /* background: #cfcfcf; */
    display: flex;
    flex-direction: column;
    position: initial;
    width: 250px;
    gap: 0;
    border: 1px solid #6b6b6b;
  }
  .mobMenu ul li ul {
    position: initial;
    width: initial;
    padding-left: 3px;
    /* background: #74707e; */
    border-left: 0;
    border-radius: 0;
  }
  .mobMenu ul li ul li ul {
    position: initial;
    width: initial;
    padding-left: 5px;
    /* background: #222; */
  }
  .mobMenu ul li ul li ul li ul {
    position: initial;
    width: initial;
    padding-left: 5px;
    /* background: #333; */
  }
  .mobMenu ul li {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li ul li {
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li ul li ul li {
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li ul li ul li ul li {
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li a {
    height: 40px;
    font-size: 15px;
    padding: 0 10px 0 10px;
    width: 100%;
    /* background: #fff; */
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: normal;
    border: none;
  }
  .mobMenu ul li a:hover {
    background: #d3d3d3;
    color: #111;
  }
  .mobMenu ul li.active a {
    /* border-bottom: 2px solid #bf9a7b; */
    color: #c29958;
  }

  .mobMenu ul li ul li a {
    padding: 0 10px 0 10px;
    /* background: #111; */
    /* color: #fff; */
  }
  .mobMenu ul li ul li ul li a {
    padding: 0 5px 0 10px;
    background: #222;
    color: #fff;
  }
  .mobMenu ul li ul li ul ul li a {
    padding: 0 5px 0 10px;
    background: #333;
    color: #fff;
  }
}

/* <===== MENU ******************************** */
/* <===== MENU ******************************** */
/* <===== MENU ******************************** */

/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
table {
  border-collapse: collapse;
}

.footer-mod {
  text-align: center;
  /* padding: 5px 0 10px; */
  margin: 0;
  padding: 0;
  /* background: #000; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.footerPositions {
  font-size: 14px;
  text-align: left;
  max-width: 1070px;
  margin: 0 auto;
}

.footer {
  color: #555;
  font-weight: 400;
}
.footer h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.footer-inner {
  opacity: 1;
}

.three3 {
  font-size: 16px;
  line-height: 25px;
  display: grid;
  grid-gap: 15px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.three3 ul {
  margin: 0 0 20px 20px;
}
.footerPositions h3 {
  margin: 0 0 15px;
  font-size: 23px;
}

@media only screen and (max-width: 768px) {
  .three3 {
    grid-template-columns: 1fr 1fr;
  }
  .footerPositions img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 468px) {
  .three3 {
    grid-template-columns: 1fr;
  }
}

.footerLogo {
  height: 35px;
}

.footerTable tr td:first-of-type {
  font-weight: bold;
}

.copyRight {
  padding: 5px 10px 15px;
  text-align: center;
  color: #b0b0b0;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
}

.copyRight a {
  color: #b0b0b0;
  letter-spacing: 0.5px;
  font-weight: normal;
}
.copyRight a:hover {
  font-weight: bold;
}

.underLine {
  text-decoration: underline;
}

.docRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}

.docRow h3 a {
  color: #c10e0e;
  font-size: 17px;
  text-decoration: none;
}
.docRow h3 a:hover {
  color: #860505;
  text-decoration: underline;
}

.docRow img {
  height: 25px;
}
.docRow span {
  color: #777;
  font-size: 15px;
}

.footerDocRow h4 {
  margin: 0 0 5px;
}
.footerDocRow h4 a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
}
.footerDocRow h4 a:hover {
  color: #fff;
  text-decoration: underline;
}

.blogItemList {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 0 25px;
}
@media only screen and (max-width: 960px) {
  .blogItemList {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .blogItemList {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .blogItemList {
    grid-template-columns: 1fr;
  }
}

.blogItemBox {
  background: white;
}

.blogItemImgDiv {
  position: relative;
  margin: 0 0 10px;
  background: #1a90df;
  overflow: hidden;
}
.blogItemImgDivInner {
  position: relative;
  display: block;
}

.blogItemImgDiv img {
  width: 100%;
  scale: 1.1;
  transform: translateX(-4%);
  transition: all 500ms;
}
.blogItemImgDiv:hover img {
  transform: translateX(4%);
}

.blogItemCat {
  position: absolute;
  bottom: -12px;
  height: 24px;
  left: 21px;
  border-radius: 3px;
  padding: 0 10px;
}

.blogInfoBox {
  padding: 5px 5px;
}

.blogInfoTitle h3 {
  font-size: 17px;
  color: #000;
}

.blogItemPageMainImg {
  padding: 3px;
  border: 1px solid #eee;
  margin: 0 0 20px;
  max-width: 600px;
}

.toProd {
  background: #ffcfd2;
  border: 1px solid #ff7f8a;
  padding: 3px 12px;
  border-radius: 3px;
  color: #240003;
  text-decoration: none;
  display: inline-block;
}
.toProd:hover {
  background: #ffb5ba;
  border: 1px solid #dd5561;
}

/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */

.prodInfoGrid {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 5px 10px;
  /* border: 1px solid #ddd; */
  width: 280px;
  /* padding: 10px; */
}

.infoBox {
  margin: 0 0 25px;
  background: #e5f0ff;
  border-left: 4px solid #0170ff;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  color: #222;
}
.infoBox p:last-of-type {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
  padding: 0px;
  /* background: #535353; */
  /* border-radius: 5px; */
}

.imgToCenter {
  /* text-align: center; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.imgToLeft {
  float: left;
  margin: 4px 15px 15px 0;
  max-width: 50%;
}
.imgToRight {
  float: right;
  margin: 4px 0 15px 15px;
  max-width: 50%;
}
.deskMobFix30 {
  width: 30%;
  max-width: 30% !important;
}
.deskMobFix40 {
  width: 40%;
  max-width: 40% !important;
}
.deskMobFix50 {
  width: 50%;
  max-width: 50% !important;
}
.desk30Mob50 {
  max-width: 30% !important;
}
@media only screen and (max-width: 768px) {
  .desk30Mob50 {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 568px) {
  .desk30Mob50 {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.center {
  text-align: center;
}

.dreamList {
  margin: 0 0 20px;
}

.categoryView {
  opacity: 1;
  margin: 0 0 20px;
}

.categoryView h1 {
  color: #fff;
  margin: 0px 0px 10px;
  text-align: left;
  font-size: 20px;
  text-align: center;
  margin: 0 0 30px;
  opacity: 0.7;
  letter-spacing: 1px;
}

.pagiTop {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  margin: 0 0 0px;
}

.pagination {
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}

.pagination a {
  padding: 3px;
  font-size: 15px;
  font-weight: normal;
}

.pagination span.selected {
  background: #e6e6e6;
  display: block;
  padding: 3px 5px;
  border-radius: 3px;
}

td.kep img {
  min-width: 100px;
  min-height: 100px;
}

a {
  font-weight: bold;
  color: #eee;
}

.posiSix {
  background: #fff;
  padding: 15px;
  border: 1px solid #ccc;
}

#tobbiwebamenu {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.twebaItem {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}

.twebaItem img {
  opacity: 1;
}

@media only screen and (max-width: 868px) {
  #tobbiwebamenu {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 568px) {
  #tobbiwebamenu {
    grid-template-columns: 1fr;
  }
}

#tobbiwebamenu img {
  border: 1px solid #ccc;
}
#custSrcBX {
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0;
}
main #custSrcBX {
  padding: 0;
  border: 0;
  background: #f8fcff;
  padding: 10px;
  border: 1px solid #e3effb;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#csomagkezbesites {
  background: #ffffff;
  border: 1px solid #a64646;
  line-height: 17px;
  padding: 15px;
}

.postapontModul {
  background: #ffffff;
  border: 1px solid #a64646;
  line-height: 17px;
  padding: 15px;
}

.adatkezelesModul {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 15px;
}

.focim {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px 20px;
  margin-bottom: 15px;
}

.fejlec-h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.fejlec-h2 a {
  text-transform: uppercase !important;
  font-size: 17px;
  color: #323232;
  text-decoration: none;
  letter-spacing: 1px;
}
.headImg {
  max-width: 20%;
}
.fejlec-mobilszam {
  padding: 15px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 2px;
}

.breadcrumbs {
  margin: 0 0 20px;
}

.breadcrumbs a {
  border: 1px solid #c6c6c6;
  display: inline-block;
  background: #f7f7f7;
  color: #424242;
  border-radius: 5px;
  padding: 3px 10px;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumbs a span {
  font-weight: bold;
  text-decoration: underline;
}

/*diavetito ---*/
#slider {
  width: 100%;
  background: #c7c7c7;
  position: relative;
  border: 1px solid #1f1f1f;
  overflow: hidden;
  box-shadow: 0 0 2px 0 #555;
  border-radius: 2px;
}
.diavetito {
  max-width: 940px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #999;
}
#slider > div {
  width: 100%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  left: 100%;
}
.diaLink {
  border: 0 !important;
  padding: 0 !important;
}
#diablokk {
  display: flex;
  margin: 0 0 20px;
}
#fiximg {
  max-width: 290px;
  position: relative;
  border: 2px solid #343434;
  border-radius: 5px;
}
#fiximg img {
  width: 100%;
  vertical-align: middle;
}
#fixspan {
  background: none repeat scroll 0 0 #df1b1b;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 48px;
  left: 50%;
  letter-spacing: 0.7px;
  line-height: 22px;
  opacity: 0.9;
  padding: 1px 0;
  position: absolute;
  text-align: center;
  bottom: 10px;
  transform: translate(-50%);
  width: 90%;
}
#slider picture {
  display: block;
}
#slider img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#slider > div#bg {
  position: static;
}

#eloreBtn,
#hatraBtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  padding: 3px 0;
  border: 0;
  display: block;
  height: 30px;
  width: 30px;
  left: 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
#eloreBtn {
  left: initial;
  right: 5px;
}
.hka-disabled {
  opacity: 0.3;
}
#eloreBtn:hover,
#hatraBtn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.pic-title {
  display: block;
  position: relative;
}
.pic-title > span {
  position: absolute;
  width: 100%;
  background: rgba(255, 0, 0, 0.85);
  color: #f7f7ff;
  bottom: 5px;
  left: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-weight: 700;
  letter-spacing: 1px;
}
.diaLink {
  border: 1px solid #b5b5b5;
  display: block;
  padding: 3px;
  border-radius: 3px;
}
/*--- diavetito*/
/* kiemelt leftbottom ---- */
/* --- kiemelt leftbottom */

.actSlide {
  /* position: relative; */
  text-align: center;
  /* height: 100%; */
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  /* background: aquamarine; */
  grid-template-rows: auto 1fr;
}

.actSlideInner {
  opacity: 1;
  /* border-left: 2px solid #fff; */
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}

.actSlideInnerInn {
  border: 3px solid #0f0f0f;
}

.infoBlock {
  background: #222428 url(./images/zaj-50.png);
  display: flex;
  /* flex-flow: row wrap; */
  max-width: 100%;
  /* position: absolute; */
  width: 100%;
  bottom: 0;
  left: 0;
  gap: 0px 20px;
  justify-content: center;
  padding: 10px;
  border-bottom: 3px solid #313131;
}

.ppTitle {
  font-size: 22px;
  font-weight: bold;
}

.ppDetails {
  display: flex;
  gap: 2px 20px;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0px 25px 5px;
  opacity: 0.6;
}

.ppDetails span {
  height: 25px;
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ppDetails .year {
  background: url(./images/year.png) left center no-repeat;
}
.ppDetails .size {
  background: url(./images/size.png) left center no-repeat;
}
.ppDetails .dye {
  background: url(./images/dye.png) left center no-repeat;
}
.ppDetails .base {
  background: url(./images/base.png) left center no-repeat;
}
.ppDetails .marking {
  background: url(./images/marking.png) left center no-repeat;
}

.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.focim h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  /* color: #3f0102; */
}

.zarva > div > div {
  display: none !important;
}
.zarva h3 {
  margin-bottom: 0px !important;
  background: url(./images/open-2.png) no-repeat right center !important;
}

hr {
  margin: 0 0 10px;
}

div.kutyanevlista {
  padding: 5px 0;
}
div.kutyanevlista.kan {
  background: #ceedff;
}
div.kutyanevlista.szuka {
  background: #fbdff8;
}
div.kutyanevlista.uniszex {
  padding: 5px 0;
}

.dogNameBlock {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

div.kutyanevlista h2 {
  padding: 0 5px;
  font-size: 15px;
}

div.kutyanevlista div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 5px;
  font-size: 14px;
  color: #333;
  margin: 0 0 2px;
  /* background: red; */
  padding: 2px 0 2px 5px;
}

div.kutyanevlista.kan div:hover {
  background: #b1e1fd;
}

/* div.kutyanevlista div h3 {
} */
div.kutyanevlista h3 a {
  font-size: 16px;
  color: #00f;
  text-decoration: none;
}

.loaderBox {
  width: 60px;
  margin: 30px auto;
}
.loader {
  border: 4px solid #fff;
  border-radius: 50%;
  border-top: 4px solid red;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#aform {
  max-width: 400px;
}
#aform h3 {
  padding: 5px 15px;
  margin: 0 0 20px;
  font-size: 18px;
}
#aform-inner p {
  margin: 0 0 20px;
}
#aform-inner ul {
  padding: 5px 0 5px 40px;
  margin: 0 0 15px;
}
#aform-inner ul li {
  margin: 0 0 5px;
}
.fr-blk {
  padding: 5px 10px;
  margin: 0 0 5px;
}
.fr-blk input,
.fr-blk textarea {
  width: 100%;
  max-width: 100%;
  min-width: 50%;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px 0px #d7d7d7;
}
.fr-blk textarea {
  min-height: 40px;
}
.fr-blk.b {
  display: none;
}
.fr-blk input[type="checkbox"] {
  width: initial;
  min-width: initial;
}
.fr-blk input[type="button"] {
  width: initial;
  min-width: initial;
  color: #fff;
  background: #04c;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 6px 12px;
  cursor: pointer;
}
.fr-blk input[type="button"]:hover {
  background: #0037a5;
  text-decoration: underline;
}
.lable {
  padding: 0 0 2px 3px;
}
.gdpr-A {
  color: #222 !important;
}
.form-error {
  background: #fdcdc9;
}
.form-error input {
  border: 1px solid red;
  box-shadow: 0 0 2px red;
  background: #ffeded;
}
.fr-error {
  color: #c60000 !important;
  font-weight: 700;
  font-size: 15px !important;
  padding: 5px 0 5px !important;
}
.msgback {
  padding: 20px;
  background: rgb(247, 247, 255);
  border: 1px solid rgb(158, 158, 255);
  margin: 0 0 25px;
}
.msgback p:last-of-type {
  margin: 0 !important;
}
.fr-error {
  display: none;
}
.form-error .fr-error {
  display: block;
}
.fs-14 {
  font-size: 14px;
}

.terkep {
  background: #ededee;
  border: 2px solid #222;
  border-radius: 2px;
  margin: 0;
  min-height: 100px;
  height: 308px;
}

.honlap-ajanlo {
  background: #fff;
  text-align: left;
  padding: 15px;
  border: 2px solid #333;
}

.honlap-ajanlo p {
  margin: 0;
}

.honlap-ajanlo a {
  white-space: nowrap;
}

.hka-kiemeles {
  margin: 0 0 20px;
  background: #f7f7f7;
  border-left: 5px solid #f86d18;
  border-radius: 3px;
  padding: 5px 0 5px 10px;
}

.goToList {
  display: inline-block;
  background: #abe63c;
  text-decoration: none;
  font-size: 15px;
  padding: 2px 10px;
  color: #000;
  border-radius: 5px;
  border-bottom: 2px solid #2f670b;
  letter-spacing: 1.5px;
  margin: 0 0 1px;
}

.goToList:hover {
  background: #99cc00;
  border-right: 1px solid #2f670b;
  border-bottom: 3px solid #2f670b;
  margin: 0;
}

.kereso {
  background: #ffffff;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 20px;
  box-shadow: 0 0 3px 1px #555;
}

.kereso form {
  display: flex;
  gap: 5px;
}

.kereso form input[type="text"] {
  border: 1px solid #ff3737;
  border-radius: 2px;
  padding: 3px;
}

.kereso form input[type="submit"] {
  background: #db0000;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #f00;
  font-weight: bold;
  padding: 1px 10px;
  cursor: pointer;
}

.mobilon-hivas {
  color: #222;
  margin: 0 0 5px;
  padding: 5px 0;
  text-decoration: none;
}

.mobphone .bev {
  margin: 0 0 15;
}
.mobphone .cont {
  margin: 0;
}
.hivaslbl {
  display: none;
}

.modalPopUpBlock {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.modalPopUpInner {
  display: flex;
  flex-direction: column;
  gap: 0px;
  border-radius: 5px;
  overflow: hidden;
}

.modalPopUpInnerHeader {
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 10px;
  padding: 5px 10px;
  background: #fff;
  height: 38px;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}

.destroyModalP {
  background: white;
  display: inline-flex;
  height: 28px;
  width: 28px;
  float: right;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid red;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .mobilon-hivas {
    background: #ff0000;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    /* margin: 0 0 5px; */
    padding: 5px 5px 5px 5px !important;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .hivaslbl {
    display: initial;
  }
}

.logo-mod {
  padding: 0;
}

.artabla {
  padding: 3px 20px 3px 10px;
}
.artabla tr td:last-of-type {
  text-align: right;
}

.slider {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.slider img {
  width: 100%;
}

#homeSVG {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	/* padding: 3px; */
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#homeSVG a {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}
#homeSVG svg {
  fill: #fff;
  height: 15px !important;
}

.ez-a-grides {
  display: flex;
  flex-direction: column;
}

.ez-a-grides {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 3px 1px #555;
  border-radius: 3px;
}
.dupla {
  display: flex;
}

.kiemeles {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 0;
  min-width: 250px;
}

.kiemeles table {
  flex-grow: 1;
}

.kiemeles div {
  flex-grow: 2;
  text-align: left;
  padding: 20px 0 0 00px;
}

.kereso p {
  margin: 0 0 5px;
}

table td {
  border: none;
  padding: 2px 5px;
  vertical-align: top;
}

.hka {
  color: #ccc;
  padding: 15px 0 10px;
  font-size: 15px;
}

.hka a:link,
.hka a:visited {
  color: #ccc;
}
.hka a:hover {
  font-weight: bold;
}

#flexDiv {
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.ajanlok-inner {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 #777;
}

iframe {
  max-width: 100%;
  width: 100%;
  height: 300px;
}

#gdprD {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9em;
  transition: 1s all;
  display: flex;
  flex-wrap: wrap;
  z-index: 8888;
}
.gdprVis {
  opacity: 1;
}
.gdprHid {
  opacity: 0 !important;
}
#gdprD p {
  margin: 5px;
  align-self: center;
}
#gdprD > div {
  display: flex;
}
#gdprD button {
  border-color: transparent;
  border-radius: 5px;
  display: block;
  padding: 0 0.5em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 10px;
  height: 26px;
}
#gdpr-ok {
  color: #000;
  min-width: 140px;
  background-color: #f1d600;
}
#gdpr-ok:hover {
  background-color: #fffc26;
}
#gdprD a:link,
#gdprD a:visited {
  color: #eee;
  text-decoration: none;
}
#gdprInfo {
  color: #eee;
  min-width: 80px;
  background-color: #444;
}

#toTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 10px;
  cursor: pointer;
  padding: 0;
  z-index: 105;
  opacity: 0.8;
  border-radius: 50%;
  border: 0;
  overflow: hidden;
  animation: all 2000ms;
}
#toTop:hover {
  opacity: 1;
}
.topC {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #959595;
}
.topArrow {
  border: 2px solid #000;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  border-right: 0;
  border-bottom: 0;
  margin: 9px 0 0;
}
html {
  scroll-behavior: smooth;
}

.jobbra {
  float: right;
  margin: 4px 0 12px 12px !important;
}
.balra {
  float: left;
  margin: 4px 12px 12px 0 !important;
}
.gallery_A {
  display: inline-block;
}

.gallery_A img {
  /* padding: 2px; */
  background: #fff;
  /* box-shadow: 1px 1px 3px #d2d2d2; */
  /* border: 1px solid #ddd; */
  height: 100%;
  width: auto;
}

.gallery_A:hover img {
  background: #c20b11;
}
.gall-img {
  max-width: 200px;
  max-height: 100px;
  vertical-align: middle;
}
.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
#felso-sav {
  height: 10vh;
  background: #3f3f3f;
}
.modal-content {
  height: 70vh;
}
#also-sav {
  height: 20vh;
  background: #413d3d;
}
.modal-content img {
  width: auto;
  height: auto;
  max-height: 70vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999901;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 30px;
}
.modal-content {
  background-color: #111111;
  margin: auto;
  padding: 0;
  border-radius: 5px;
  width: auto;
  max-width: 90vw;
  height: auto;
  max-height: 80vh;
  transition: 1s all;
  display: flex;
  justify-content: center;
}
.modal-content .inner {
  position: relative;
  height: auto;
  transition: 1s all;
  display: inline-flex;
  background: #292929;
  padding: 4px;
  flex-direction: column;
  border-radius: 5px;
  min-width: 150px;
  min-height: 150px;
}
.close {
  color: #fff;
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 25px;
  font-weight: 700;
  background: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close:focus,
.close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.cursor {
  cursor: pointer;
}
.next,
.prev {
  cursor: pointer;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgb(0, 0, 0, 0.3);
  transform: translate(0, -50%);
  width: 40px;
  position: fixed;
  top: 50%;
}
.next {
  right: 6px;
  border-radius: 3px 0 0 3px;
  right: 0;
}
.prev {
  left: 0;
}
.next:hover,
.prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px 16px;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 768px) {
  .hka-wrapper {
    padding: 0;
  }
  main {
    padding: 10px;
  }
  .content-mid {
    order: 1;
  }
  .leftSide {
    order: 2;
  }
}

.leftSide {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#sideProdSearch {
  margin: 0 0 15px;
}
#sideProdSearch .inputRow {
  display: block;
  border: 5px solid #e4eaee;
  background: #e4eaee;
  border-radius: 5px;
}
#sideProdSearch .submitRow {
  display: grid;
  grid-template-columns: 1fr 34px;
}
#sideProdSearch input {
  width: 100%;
  height: 28px;
  padding: 3px;
}
.searchProdBtn {
  width: 34px;
  height: 28px;
  border-radius: 0;
  border: 0;
  background: #41b8ec;
  border-radius: 0 3px 13px 0;
}

#hkaProdSearch .submitRow {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 5px;
}

#hkaProdSearch .submitRow button {
  height: 30px;
  padding: 0 10px;
  letter-spacing: 1px;
  background: #2397db;
  border: 1px solid #2a86cb;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.searchStockInfo {
  margin: 0 0 5px;
}

.greenOK,
.redError {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  background: #aadfb7;
  color: #1f642f;
}
.redError {
  background: #f8d7da;
  color: #721c24;
}
/* WEBSHOP ******************************** */
/* WEBSHOP ******************************** */

.delInCart {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}

.respoGridFrom5.zodMinList {
  gap: 5px 10px;
}
.prodTitle {
  opacity: 1;
}

.searchDet {
  margin: 0 0 10px;
}

.prodResults {
  display: grid;
  margin: 0 0 30px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.resBox {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.resInfo {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.resInfo a {
  text-decoration: none;
}

.resImg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.resImg a {
  background: #fff;
  padding: 3px;
  border: 1px solid #ddd;
}
.resImg a:hover {
  background: #c2272d;
}

.resImg img {
  max-height: 200px;
}

.subCatBlock {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  padding: 10px;
  /*   background: azure; */
}

.subCat {
  /* border: 1px solid #ccc; */
  /* background: #fff; */
  /* padding: 10px; */
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  /* justify-content: center; */
  /* align-items: center; */
  /* width: 200px; */
}

.subCat h3 {
  opacity: 1;
  margin: 0;
}

.subCat h3 a {
  border: 0px solid #313131;
}

.subCat a {
  opacity: 1;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  height: 100%;
  border: 2px solid #313131;
}

.subCatImgDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.subCatImgDiv img {
  opacity: 1;
  /*  border: 1px solid #ccc; */
}

/* .productsBlock {
  padding: 10px;
} */

.productsBlock .productList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
}

.prodInCat {
  /* padding-bottom: 15px; */
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #fff;
  /* border: 5px solid #f4f5f7; */
  position: relative;
}

h3.prodTitle {
  color: #0f0e0e;
  font-size: 17px;
  margin: 0;
  /* background: #fff; */
  padding: 4px;
  /* background: rgba(255,255,255,.5); */
  text-align: center;
}

.prodInCat a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

.prodInCatImgDiv {
  opacity: 1;
  height: 220px;
  /* width: 220px; */
  position: relative;
  z-index: 3;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* border: 2px solid #313131; */
}

.prodInCatImgDiv img {
  opacity: 1;
  /* border: 1px solid #ccc; */
}

.prodInCatImgDiv a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 85px; */
  background: #fff;
  /* padding: 3px; */
  /* border: 1px solid #c6c6c6; */
  /* border-radius: 1px; */
}

.prodInCat.normalProd {
  opacity: 1;
}
.prodInCat.normalProd .prodInfoCatList {
  flex-direction: column;
}
.prodInCat.normalProd .prodInCatImgDiv {
  height: 200px;
}
.prodInCat.normalProd .prodInfoCatList h3.prodTitle {
  color: #fff;
}
.prodInCat.normalProd .prodInfoCatList button {
  color: #fff;
  background: #b08643;
  padding: 5px 10px;
  border: 1px solid #a27c41;
  font-size: 15px;
  letter-spacing: 1px;
}
.prodInCat.normalProd .prodInfoCatList button:hover {
  background: #88652c;
  border: 1px solid #7a5926;
}

.prodInfoCatList {
  opacity: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  z-index: 3;
  transition: 400ms all;
  visibility: hidden;
  background: rgba(22, 32, 47, 0.75);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  pointer-events: none;
}
.prodInCat:hover .prodInfoCatList {
  opacity: 1;
  visibility: visible;
}

.prodInfoCatList h2 a {
  color: #222;
  font-weight: bold;
}
.prodInfoCatList h2 a span,
.prodPageDescS h1 span,
.resInfo h3 span {
  color: #cf630c;
}

.productPage {
  margin: 0 0 30px;
}

.prodFullDesc {
  margin: 0 0 15px;
  /* border: 4px solid antiquewhite; */
  padding: 10px;
}

.prodImgDetails {
  display: grid;
  margin: 0 0 30px;
  grid-template-columns: 180px 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .prodImgDetails {
    grid-template-columns: 1fr;
  }
}

.productDetails tr td {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.productDetails tr td:first-of-type {
  font-weight: bold;
}

.webshopImgGall {
  display: flex;
  flex-direction: column;
  /* padding: 5px; */
  /* background: aquamarine; */
  width: 180px;
}

.webshopImgGall .mainThumb {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: azure; */
  /*   margin: 0 0 10px; */
  width: 180px;
  /* height: 290px; */
  /* max-height: 290px; */
}

.webshopImgGall .mainThumb .gallery_A {
  max-height: 100%;
  display: flex;
  max-width: 100%;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.webshopImgGall .smallThumbs {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}

.smallThumbs .gallery_A {
  max-height: 110px;
  /*  width: 85px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.smallThumbs .mainThumb .gallery_A img {
  width: 100%;
  height: auto;
  max-width: initial;
}
.smallThumbs .gallery_A img {
  width: auto;
  height: auto;
  max-width: 85px;
}

@media only screen and (max-width: 768px) {
  .webshopImgGall .mainThumb .gallery_A {
    width: initial;
  }

  .smallThumbs .mainThumb .gallery_A img {
    width: initial;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .smallThumbs .gallery_A img {
    width: auto;
    height: auto;
    max-width: 85px;
  }

  .webshopImgGall {
    display: flex;
    width: initial;
    flex-flow: row wrap;
  }
  .webshopImgGall .mainThumb {
    display: flex;
    width: 85px;
    max-height: 100%;
    /* height: 100px; */
  }
}

.counted.center {
  text-align: center;
  display: block;
  text-decoration: none !important;
  font-size: 14px;
}

#backToCat a:link,
#backToCat a:visited {
  padding: 5px 8px 5px 16px;
  border-radius: 5px;
  font-size: 15px;
  color: #c8c8c8;
  background: #1a1a1a;
  border: 1px solid #555;
  text-decoration: none;
  position: relative;
  display: inline-flex;
}

#backToCat a:hover {
  text-decoration: underline;
  background: #1b1b1b;
}

#backToCat a::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid rgb(121, 121, 121);
  clear: both;
  height: 0;
}

.prodPriceWithDisc {
  margin: 0 0 5px;
}

.ppOrig.discounted {
  text-decoration: line-through;
}

#backToCat {
  margin: 0 0 20px;
  width: 100%;
  /* border-bottom: 1px solid #eee; */
  padding: 0 0 5px;
}

.prodCustomList {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 15px;
}

.prodCustomSelect {
  height: 26px;
}

.prodCustomList .prodCustRow {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.prodCustomList .prodCustRow > div {
  display: flex;
  align-items: center;
}

.priceAndCart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 30px;
}

.addToCartBtn {
  background: #01af00;
  border: 1px solid #01af00;
  border-radius: 5px;
  height: 30px;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.addToCartDiv {
  display: flex;
  height: 36px;
  gap: 10px;
}
.addToCartArrows {
  width: 66px;
  border: 1px solid #e8e5e5;
  display: flex;
  border-radius: 0px;
  overflow: hidden;
}
.addToCartArrows > span {
  width: 22px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #f3f9f1; */
  cursor: pointer;
}
#addtoCartInput {
  width: 28px;
  text-align: center;
  height: 36px;
  padding: 0;
  border: 0;
  margin: 0;
  /* background: beige; */
  /* border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; */
}

.prodPriceOrOnly {
  margin: 0 0 5px;
}

.addToCartBtn {
  display: flex;
  align-items: center;
  height: 36px;
  color: #fff;
  padding: 3px 10px 3px 35px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 1px;
  background: #c29958 url("./images/cart_n_bg.png") left center no-repeat;
  border: 1px solid #c29958;
}
.addToCartBtn:hover {
  background: #b38947 url("./images/cart_n_bg.png") left center no-repeat;
}

.categoryView .prodWaitList {
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.categoryView .prodWaitList a {
  padding: 5px 10px;
  background: #d8670b;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
}
.categoryView .prodWaitList a:hover {
  background: #bb5807;
}

.prodWaitList {
  background: #eefdff;
  padding: 10px;
  border: 1px solid #9dd7df;
  border-radius: 2px;
}

.prodWaitList input {
  width: 100% !important;
}

.waitingProdTitle {
  background: #fbfbfb;
  padding: 3px;
  border: 1px solid #888;
  border-radius: 2px;
  cursor: not-allowed;
}

#prodWaitSubBtn {
  display: flex;
  align-items: center;
  height: 28px;
  background: #2f7bd7 url("./images/cart_n_bg.png") right center no-repeat;
  color: #fff;
  padding: 3px 10px;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 1px;
}
#prodWaitSubBtn:hover {
  background: #2243f8 url("./images/cart_n_bg.png") right center no-repeat;
}

/** cart**/
/** cart**/
#miniCart {
  padding: 0;
}
#miniCart a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  background: #fff;
}
#miniCartIcon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}
svg {
  max-width: 100%;
  max-height: 100%;
  height: 100% !important;
  width: 100% !important;
}

#theCart {
  display: flex;
  flex-direction: column;
  gap: 2px;
  /*  width: 100%; */
  /*  max-width: 180px; */
}

.minCartZuss {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid #ddd; */
  /* padding: 0 3px 2px; */
}

#cartPage {
  padding: 10px;
  margin: 0 0 50px;
}

.inCartUniq {
  font-size: 14px;
}

.minCartAm {
  text-align: right;
  padding: 0 2px;
}

#hka-form-login {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cartTable {
  /* display: flex; */
  width: 100%;
}

.shippingReq,
.aszfReq {
  padding: 10px;
  background: #fdd;
  border: 1px solid #ff7171;
  color: #000;
  margin: 0 0 15px;
}
.shippingReq p,
.aszfReq p {
  margin: 0px;
}

.cartTable tr td:last-of-type {
  text-align: right;
  white-space: nowrap;
}
.rightAl {
  text-align: right;
}

.cartSP {
  background: #caf2f2;
}
.cartSP.shippingBlock {
  background: aliceblue;
  border: 1px solid #bdd6ec;
}

.cartHeader {
  font-size: 13px;
}
.cartProdRow {
  opacity: 1;
}

.cartProdsTotalNetto {
  opacity: 1;
}
.cartProdsTotalNetto td,
.cartProdsTotalTax td,
.cartProdsTotalBrutto td,
.cartProdRow td,
.cartShipping td,
.cartFullTotal td {
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
}

.cartThumb {
  max-width: 65px;
}
.cartQuantity {
  width: 40px;
}

.billingData,
.shippingData {
  padding: 10px;
  background: azure;
  border: 1px solid #c8e3e3;
}
.billingData h3,
.shippingData h3 {
  margin: 0 0 10px;
}

#selectShippingBtn {
  display: inline-flex;
  justify-content: center;
  min-height: 30px;
  color: #fff;
  padding: 3px 10px 3px 10px;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  background: #01af00;
  border: 1px solid #019500;
  align-items: center;
  margin: 0 0 30px;
}

.inputRow {
  display: flex;
  gap: 0 10px;
  flex-flow: row wrap;
  margin: 0 0 10px;
}

.onePerRow .inputRow {
  flex-direction: column;
}

.twoCol .inputRow {
  display: grid;
  grid-template-columns: 200px 300px;
}
@media only screen and (max-width: 768px) {
  .twoCol .inputRow {
    grid-template-columns: 1fr;
  }
}

.inputRow .lable {
  width: 120px;
}

textarea,
.inputRow select,
.inputRow input[type="text"] {
  background: #dfdfdf;
  border: 2px solid #515151;
  padding: 3px;
}
.inputRow select,
.inputRow input[type="text"] {
  width: 400px;
  max-width: 100%;
  height: 30px;
}

.inputError {
  background: #fde6e6;
  padding: 5px;
  border: 1px solid #ff2b2b;
}

#cart_form .inputRow {
  display: block;
}

.inputGrid {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 10px;
  gap: 10px;
  padding: 5px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .inputGrid {
    grid-template-columns: 1fr;
  }
}

.inputGrid:hover {
  background: #cef5f5;
}
.inputGrid label {
  display: flex;
  align-items: center;
}
.inputGrid input[type="text"] {
  width: 100% !important;
}
.inpAndErr {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.shippingRadioGroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /*  background: azure;
  padding: 10px;
  border: 1px solid #c8e3e3; */
}

.selectedMethods {
  background: #f0ffff;
  padding: 10px;
  border: 1px solid #c8e3e3;
}

.selectedMethods h3 {
  margin: 0 0 10px !important;
  background: #d5fbfb !important;
  /* font-weight: bold; */
}

.selectedMethodsList table {
  margin: 0 0 5px;
}
.selectedMethodsList table tr td {
  border: 0px;
}
.selectedMethodsList table tr td:last-of-type {
  padding-left: 30px;
  text-align: right;
}

.resShipBlck {
  padding: 10px 0 0;
}

.cartSP.paymentBlock {
  background: #d5ffff;
  border: 1px solid #9bdfdf;
}
.cartSP.paymentBlock h3 {
  background: #beeeee;
  border-bottom: 1px solid #9bdfdf;
}

.shippingRadioGroup h3 {
  display: block;
  background: #cce2f4;
  padding: 5px;
  margin: 0;
}

.shipMetBlock,
.payMetBlock {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 5px;
}

.shipMetRow,
.payMetRow {
  display: flex;
  gap: 10px;
  padding: 5px;
}

.shipMetBlock.selected,
.payMetBlock.selected {
  background: #cdf3ff;
  border: 1px solid #90d6ec;
  color: #000;
}

.shipMetLabel,
.paymentLabel {
  font-size: 17px;
  font-weight: bold;
}

.shipMetDesc p:last-of-type,
.payMetDesc p:last-of-type {
  margin: 0;
}

#ppInp {
  width: 100%;
  max-width: 400px;
  height: 30px;
  padding: 3px;
}

#foxPostDetails {
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: 750px;
}

#foxPostInput {
  width: 100%;
  padding: 3px;
  height: 50px;
}

.addFoxtPostAdd {
  height: 25px;
  padding: 0 10px;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background: #2397db;
  border: 1px solid #2a86cb;
}

#cartPPReset {
  height: 30px;
  display: none;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000;
  font-size: 18px;
  opacity: 0.5;
}

.cartPPResetActive {
  background: #ff3c3c !important;
  justify-content: center !important;
  opacity: 1 !important;
}

.cartProdModify {
  display: flex;
  gap: 10px;
}

.cartDelThisProd {
  display: flex;
  background: #f74c4c;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 11px;
  cursor: pointer;
}
.cartDelThisProd:hover {
  background: #cf0000;
}

#deliver_mess {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 30px;
  height: 50px;
  max-height: 120px;
  padding: 5px;
}

#cartSubmitBtn,
#resetShipping {
  background: #4080ff;
  height: 30px;
  padding: 3px 15px;
  border: 1px solid #304d81;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
}
#resetShipping {
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
#resetShipping > div {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}
#cartSubmitBtn:hover,
#resetShipping:hover {
  background: #0048e3;
  border: 1px solid #254581;
}

.selectedShipSub {
  background: #28fdc1;
  background: #93ffe0;
  padding: 10px 15px;
  margin: 0 0px;
  border: 1px solid #03aa7b;
  border: 1px solid #33d0a4;
  color: #004431;
  color: #003526;
}

.selectedShipSub p {
  margin: 0 0 10px;
}

.orderSuccess {
  margin: 0 0 100px;
}

#foxpostX {
  border: 2px solid rgb(0, 59, 148);
  background: #fff;
  height: 250px;
  overflow: auto;
  border-radius: 0 0 3px 3px;
}

#foxpostX .atmRow {
  padding: 5px 4px;
  border-bottom: 1px solid rgb(168, 168, 168);
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 10px;
}
#foxpostX .atmRow:nth-child(even) {
  background: #f9f9f9;
}

.foxAtmBtnCont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.foxAtmBtn {
  background: blue;
  color: #fff;
  font-size: 14px;
  padding: 3px 5px;
  border-radius: 3px;
  border: 0;
}

#foxPostError {
  padding: 10px;
  background: #fdd;
  border: 1px solid #ff7171;
  color: #000;
}
/** cart**/
/** cart**/

.respoGridFrom5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  gap: 30px 30px;
  padding: 0;
  margin: 0 0 20px;
  /* background: azure; */
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media only screen and (max-width: 968px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 568px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 348px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr;
  }
}

.respoGridFrom4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  padding: 0;
  margin: 0 0 20px;
  /* background: azure; */
}
@media only screen and (max-width: 968px) {
  .respoGridFrom4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 860px) {
  .respoGridFrom4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 640px) {
  .respoGridFrom4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 420px) {
  .respoGridFrom4 {
    grid-template-columns: 1fr;
  }
}

.footCatBlockList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  max-width: 990px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .footCatBlockList {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 420px) {
  .footCatBlockList {
    grid-template-columns: 1fr;
  }
}

.footCatBlock {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.footCatBlockImg {
  padding: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.footCatBlockTitle {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footCatBlockTitle > div {
  border: 1px solid #fff;
  padding: 5px;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  width: 100%;
}

.footCatBlockTitle > div > span {
  background: #fff;
  color: #000;
  width: 100%;
  min-height: 30px;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footCatBlockImg img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.footCatBlock a {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

.footCatBlockImg {
  height: 100% !important;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transform: scale(1.05);
}
.footCatBlock a:hover .footCatBlockImg {
  transform: scale(1.15);
}

.footCatBlock a:hover .footCatBlockTitle > div {
  transform: translate(0, +120%);
}

.footProdRow {
  text-align: center;
  padding: 40px 0;
}
.footProdLastBlockList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  max-width: 960px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .footProdLastBlockList {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 420px) {
  .footProdLastBlockList {
    grid-template-columns: 1fr;
  }
}

.footProdLastBlock {
  background: #f4f5f7;
  position: relative;
  border: 7px solid #f4f5f7;
}

.footProdLastBlock::before {
  position: absolute;
  content: "";
  background: rgba(194, 153, 88, 0.1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transform: rotateY(90deg);
  pointer-events: none;
  z-index: 8;
}
.footProdLastBlock:hover::before {
  transform: rotateY(0deg);
}

.footProdLastBlock a {
  opacity: 1;
}

.footProdLastBlockImg {
  opacity: 1;
}

/* WEBSHOP ******************************** */
/* WEBSHOP ******************************** */

.blackFooter {
  background: #000;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.footSoc {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footSoc img {
  width: 22px;
}
.blackFooter .footSoc .item a {
  border: 2px solid #ccc;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blackFooter .footSoc .item a:hover {
  background: #c29958;
  border: 2px solid #c29958;
}

.leftSideMenu {
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4),
    0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4),
    0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
}
.leftSideMenu .menuArrow {
  display: none;
}

.leftSideMenu ul {
  opacity: 1;
  /*   border-top: 1px solid #333; */
}

.leftSideMenu ul li {
  list-style-type: none;
  position: relative;
}

.leftSideMenu ul li a {
  font-size: 17px;
  text-decoration: none;
  min-height: 35px;
  padding: 5px 0;
  display: flex;
  gap: 40px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #5b5b5b;
  font-weight: normal;
}
.leftSideMenu ul li a:hover {
  background: #2699c8;
  color: #fff;
}

.menuAni {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  width: 100%;
}

.countVal {
  background: #787878;
  color: #fff;
  border-radius: 5px;
  padding: 1px 3px;
  font-size: 14px;
  letter-spacing: 1px;
}
.leftSideMenu ul li a:hover .countVal {
  background: #134c64;
}

.leftSideMenu ul li ul {
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(98%);
  background: #fff;
  border: 1px solid rgb(175, 175, 175);
  display: none;
  z-index: 5;
}
.leftSideMenu ul li:hover ul {
  display: block;
}

.leftSideMenu ul li ul li {
  padding: 0;
}
.leftSideMenu ul li ul li a {
  padding: 5px 12px 5px 12px;
}

#leftSideMenuH3 {
  background: #1e8db9;
  margin: 0;
  height: 35px;
  color: #fff;
  display: flex;
  padding: 5px 5px 5px 10px;
  align-items: center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.leftSideMenu {
  /* transition: all 1300ms; */
  transition: all 1000ms;
  /* background: #242424; */
  border-radius: 5px;
}
.leftSideBars {
  display: none;
}

@media only screen and (max-width: 768px) {
  .leftSideMenu {
    max-height: 35px;
    overflow: hidden;
  }
  #leftSideMenuH3 {
    padding: 5px 5px 5px 10px;
    align-items: center;
    justify-content: space-between;
    background: #000;
    border-radius: 5px 5px 0 0;
  }
  .leftSideMenu ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    height: initial;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .leftSideMenu ul li ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    height: initial;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .leftSideBars {
    cursor: pointer;
    z-index: 99;
    position: relative;
    /* background: rgb(255, 255, 255); */
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .leftSideDott {
    /* border: 1px dotted #c96; */
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .leftSB1,
  .leftSB2,
  .leftSB3 {
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    /* margin: 4px 0; */
    transition: 0.5s;
    /* box-shadow: 1.5px 1.5px #0e0d0d; */
  }
  .leftSB2 {
    margin: 4px 0;
  }
  .opened .leftSB1 {
    /*  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px); */
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
  }
  .opened .leftSB2 {
    opacity: 0;
  }
  .opened .leftSB3 {
    /*    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); */
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }
  .leftSideMenu ul {
    background: #111;
    border-top: 1px solid #555;
  }
  .leftSideMenu ul li ul {
    display: block;
    position: relative;
    background: #232323;
    border: 0;
    transform: initial;
  }
  .leftSideMenu ul li ul li {
    padding: 0 0 0 10px;
  }
  .countVal {
    background: none;
  }
}

.leftSideMenu.opened {
  /* atalkitani JS-re! W3 alapján */
  max-height: 500px;
}
.leftSideMenu.opened .leftSideUl {
  opacity: 1;
}

.phoneNumber {
  text-decoration: none;
  color: #222;
}

.imgToCenter {
  /* text-align: center; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.imgToLeft {
  float: left;
  margin: 4px 12px 12px 0;
  max-width: 50%;
}
.imgToRight {
  float: right;
  margin: 4px 0 12px 12px;
  max-width: 50%;
}
.deskMobFix30 {
  width: 30%;
  max-width: 30% !important;
}
.deskMobFix40 {
  width: 40%;
  max-width: 40% !important;
}
.deskMobFix50 {
  width: 50%;
  max-width: 50% !important;
}
.desk30Mob50 {
  max-width: 30% !important;
}
@media only screen and (max-width: 768px) {
  .desk30Mob50 {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 568px) {
  .desk30Mob50 {
    max-width: 50% !important;
  }
}
