:root {
  --white: #fefefe;
  --black: #262728;
  --blue-1: #0069a0;
  --blue-2: #1e4b73;
}
.view_xs {
  display: none;
}
a {
  text-decoration: none;
  border: none;
  color: #4c71ad;
}
.error {
  color: #ff4100;
}
.gray_layer {
  background-color: rgba(100, 100, 100, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button {
  color: #fff;
  padding: 8px 20px;
  margin: 0px;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
.button_red {
  background: #ff0000;
}
.button_blue {
  background: #7aa3bc;
}
.button_green {
  background: #00b713;
  color: #fff;
  padding: 8px 20px;
  margin: 0px;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.link-btn {
  border: 1px solid #4c71ad;
  padding: 1rem;
  background: #4c71ad;
  color: #fff;
  display: inline-flex;
  border-radius: 1rem;
}
.button_clearfilter {
  background: #ff4100;
  padding: 5px;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.table {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.table_row {
  width: 100%;
  display: table-row;
}
.table_cell {
  display: table-cell;
}
.topline {
  padding: 0px;
  background: rgba(76, 113, 173, 0.4);
  color: #fff !important;
}
.topline_item {
  display: inline-block;
  margin: 0px 0px 0px 20px;
}
.topline_item a {
  color: #fff;
}
.topline_item a:hover {
  color: #fff;
}
.topbanner_box {
  padding: 0px;
  text-align: center;
  background: #00527a;
  height: 134px;
  overflow: hidden;
}
.topbanner {
  width: 1024px;
}
.topbanner_box-xs {
  padding: 0px;
  text-align: center;
  background: #00527a;
  height: auto;
  overflow: hidden;
}
.topbanner-xs {
  margin-top: 3.1rem;
  width: 100%;
}
.alertline {
  margin: 0px;
  background: #fffc00;
  padding: 10px;
  border: 1px dashed #000;
  color: #ee0000;
  text-align: center;
}
.ToolTip {
  background: #4f9fd1;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.topmenu {
  background: #4c71ad;
}
.topmenu span {
  display: inline-block;
}
.topmenu a {
  display: inline-block;

  color: #fff;
  padding: 15px 5px;
  text-decoration: none;
  cursor: pointer;
}
.topmenu a:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #396cc9;
}
.arrow-d:before {
  content: "\f078";
  float: right;
  font-family: FontAwesome;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.arrow-r:before {
  content: "\f105";

  font-family: FontAwesome;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.content_left {
  width: 100%;
  max-width: 300px;
  flex: 0 0 300px;
  margin-top: 20px;
  padding: 5px;
}
.searchbox h2 {
  color: #4c71ad;
  margin: 0px;
}
.searchbox h3 {
  margin: 10px 0px 0px;
  color: #4c71ad;
  border-bottom: 2px solid #7aa3bc;
  padding: 10px 5px;
}
.akciogomb {
  margin: 7px 0px 20px 0px;
  color: #fff;
  background: #d3001d;
  padding: 10px 5px 10px 40px;
  display: block;
  white-space: nowrap;
  position: relative;
  text-align: center;
  max-width: 155px;
}
.akciogomb em {
  position: absolute;
  margin: -9px -35px;
}
.searchitem {
  padding: 3px;
}
.content_right {
  flex: 1 1 0;
  min-width: 0;
  margin-left: 0;
  margin-top: 25px;
}

.main-content.container_box {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991.98px) {
  .main-content.container_box {
    display: block;
  }

  .content_left {
    display: none;
    max-width: none;
    flex: 0 0 auto;
    margin-top: 12px;
  }

  .content_right {
    margin-top: 16px;
  }
}
.content_right h2 {
  margin: 0px;
}
.content_right h2 em {
  white-space: nowrap;
}
.pagination {
  margin: 10px 0px;
  padding: 10px;
  border-top: 1px solid #d2dee6;
  border-bottom: 1px solid #d2dee6;
  text-align: center;
}
.pagination a,
.pagination span {
  padding: 4px 6px;
  border: 1px solid #7aa3bc;
  color: #7aa3bc;
  margin: 0px 5px;
  border-radius: 3px;
}
.pagination .current {
  background: #7aa3bc;
  color: #fff;
}
.order_button,
.filter_button {
  background: #1959a0;
  color: #fff;
  padding: 5pt 10pt;
  border-radius: 3pt;
  cursor: pointer;
  white-space: nowrap;
}
.filter_button {
  display: none;
}
.order_panel {
  display: none;
  position: absolute;
  left: auto;
  right: 0;
  border: 1px solid #4c71ad;
  list-style-type: none;
  padding: 0px;
  box-shadow: 5px 5px 3px #555;
  background: #4c71ad;
  margin-top: 6px;
  width: 160px;
}
.order_panel li {
  border-bottom: 1px solid #fff;
}
.order_panel li:last-child {
  border-bottom: 0px solid #fff;
}
.order_panel li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 5px 15px;
  text-align: left;
}
.order_panel li a:hover {
  background: #f2f5f8;
  color: #1959a0;
}
.filter_panel {
  display: none;
  position: absolute;
  left: auto;
  right: 0;
  border: 1px solid #4c71ad;
  box-shadow: 5px 5px 3px #555;
  background: #fff;
  margin-top: -16px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.filter_panel_close {
  padding: 5pt 10pt;
  cursor: pointer;
  border: 1px solid #666;
  margin: 3px;
  border-radius: 3pt;
}
.filter_panel_container {
  padding: 15pt;
}
.filter_panel .TopSearchBox {
  overflow: inherit !important;
  margin: 5pt 0pt;
}
.filter_panel .button {
  padding: 5pt 20pt;
  margin: 5pt 0px;
}
.filter_panel .akciogomb {
  display: inherit !important;
}
.filter_box {
  display: inline-block;
  vertical-align: top;
  margin: 5pt 20pt;
}
.filter-box .searchitem {
  border-bottom: 0px solid #fff;
}
.alcsoportlink {
  padding: 0px;
  margin: 10px 0px;
  float: none;
}
.alcsoportlink li {
  list-style: none;
  display: inline-block;
  min-width: 45%;

  margin: 5px 3px;
}
.alcsoportlink li:last {
  float: none;
}
.alcsoportlink li a {
  padding: 5px;
  display: block;
}
.termek_box {
  padding: 10px 0px;
  float: left;
  width: 100%;
  min-height: 300px;
  margin-bottom: 20px;
  border-bottom: 1px solid #8bb4cd;

  background: #fff;
  box-shadow: 2px 5px 10px -2px grey;
  color: #666;
}
.termek_box h3 {
  margin: 5px 5px 0px 10px;
  padding: 0px;
  color: #7aa3bc;
}
.termek_box_l {
  text-decoration: none;

  padding: 10px 20px;
  float: left;
  min-height: 270px;
}
.termek_box_l_cikkszam {
  color: #4c71ad;
  margin-bottom: 10px;
}
.termek_box_r {
  text-decoration: none;

  margin-left: auto;
  width: 150px;
  padding: 10px;
}
.termek_box_r .SubmitNext {
  width: 88px;
  display: inline-block;
}
.termek_box_r_price {
  color: #4c71ad;
}
.termek_box_r_redprice {
  color: #c50c10;
}
.termek_box_r_redprice_title {
  color: #c50c10;
}
.termek_box_r_greenprice_title {
  color: #00b713;
}
.termek_box_r .buttonbox_termekadatok,
.termek_box_r .buttonbox_cart {
  margin: 20px 0px;
}
.termek_box_b {
  clear: left;
  padding: 0px 20px 20px 20px;
}
.termek_box_l .box_cover {
  position: relative;
  bottom: 5px;
  background: #fff;
  height: 20px;
  text-align: right;
  box-shadow: 0px -5px 5px 0px #fff;
  margin: 0px;
}
.termek_box .termek_leiras {
  max-height: 120px;
  overflow: hidden;
}
.termek_box .termek_leiras p {
  margin: 5px 0px;
}
.kedvezmenyes_box {
  margin-top: 10px;
  display: block;
  width: 128px;
  box-sizing: border-box;

  border: 1px solid #00b713;
  text-align: center;
}
.kedvezmenyes_box_top {
  display: block;

  color: #00b713;
  padding: 5px;
}
.kedvezmenyes_box_bottom {
  background: #00b713;
  display: block;
  text-align: center;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.kuponkampany_banner {
  text-align: center;
  padding: 10px 0px 20px;
}
.kuponkampany_banner a {
  color: #aa1d1f;
}
.kuponkampany_box {
  margin-top: 10px;
  display: block;
  width: 125px;
  box-sizing: border-box;

  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.kuponkampany_box_top {
  display: block;

  color: #000;
}
.kuponkampany_box_bottom {
  background: #000;
  display: block;
  text-align: center;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
}
.termek_paramstop {
  margin-bottom: 10px;
}
.termek_paramstop_item {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  min-width: 90px;
  border-radius: 3px;
}
.freetransfer {
  margin: 20px 0px;
  text-align: center;
  width: 110px;
}
.szall_nap {
  margin: 20px 0px;
  text-align: center;
  width: 110px;
}
.blue {
  background: #1b3e75;
}
.red {
  background: #c50c10;
}
.yellow {
  background: #ffc100;
}
.green {
  background: #37b206;
}
.termek_params1_block .img_box {
  width: 300px;

  float: left;
}
.termek_params1_block .markakep_box {
  height: 50px;
  overflow: hidden;
}
.termek_params1_block .markakep_box img {
  height: 50px;
}
.termek_params1_block {
  display: inline-block;
  vertical-align: top;
}
.termek_params1_block h4 {
  margin: 20px 0px 10px;
}
.paramlist {
  list-style: none;
  margin-left: 300px;
  margin: 0px;
  width: 260px;
  padding: 0px 0px 0px 10px;
}
.paramlist li {
  padding: 3px;
}
.CartBox {
  margin-left: 30px;
  text-align: left;
  color: #fff;
  padding: 2px 10px;
  text-decoration: none;
  text-align: right;
  display: inline-block;
  cursor: pointer;
}
.CartBox:hover {
  background: #4c71ad;
}
.CartBox .cart {
  margin-right: 20px;
  text-align: right;
}
.Title,
.Title h1,
.Title a {
  text-decoration: none;
  color: #666;
}
.Title a:hover {
  color: #4c71ad;
}
.TitleMenu {
  margin: 20px 0px;
}
.TitleMenu a {
  display: inline-block;
  min-width: 150px;
}
.LinkText {
  color: #4c71ad;
}
.TopSearchBox {
  background: #fff;
  border: 1px #c0c0c0 solid;
  text-align: left;
  color: #a40909;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  height: 30px;
  padding: 0px 3px 0px 10px;
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
  width: 185px;
}
.SearchInputClear {
  width: 20px;
  margin-left: -10px;
  background: #f00;
  color: #fff;
  border: none;
  height: 110%;
  cursor: pointer;
}
.Submit {
  background: #969696;
  padding: 5px;
  border: none;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  width: 110px;
  cursor: pointer;
}
.SearchInput {
  background: none;
  border: none;
  height: 21px;
  color: #585858;
  width: 155px;
}
.SearchSubmit {
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  border: none;
  cursor: pointer;
}
.kosar_counter {
  background: #f00;
  color: #fff;
  padding: 2px 5px;
  border-radius: 10px;
  margin-left: 5px;
  margin-top: -5px;
}
.Bleft {
  text-align: left;
  padding-top: 15px;
}
.Bright {
  text-align: right;
}
.Bcenter {
  text-align: center;
}
.BasketAdd {
  border: 1px solid #00b713;
  border-radius: 3px;
  width: 128px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0px;
}
.BasketAddNumber {
  text-align: center;
  width: 30px;
  height: 30px;
  border: none;
  margin: 0px;
}
.BasketAddButton {
  background: #00b713;
  color: #fff;
  margin: 0px;
  border: none;
  cursor: pointer;
  width: 95px;
  height: 32px;
}
.BasketHeader {
  height: 35px;
  color: #e80000;
  padding: 0 5px;
}
.BasketColl {
  border-bottom: 1px #4c71ad dotted;
  padding: 3px 5px 10px 5px;
  color: #585858;
  vertical-align: middle;
}
.BasketColl img {
  vertical-align: middle;
}
.BasketColl a {
  color: #585858;
  text-decoration: none;
}
.BasketColl a:hover {
  color: #585858;
  text-decoration: underline;
}
.BasketCollSum {
  color: #315385;
  padding: 10px 5px;
}
.Oleft {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -khtml-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.Ocenter {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -khtml-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.Oright {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -khtml-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.OrderTbl {
  border: 1px #f57b00 solid;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.OrderHeader {
  background: #f57b00;
  padding: 8px 5px;
  border: none;
  color: #fff;
}
.OrderCell {
  padding: 8px 5px;
  border: none;
  color: #585858;
}
.OrderSemiHeader {
  background: #585858;
  padding: 5px 5px;
  border: none;
  color: #fff;
}
.OrderSemiCell {
  padding: 2px 5px;
  border: none;
  color: #585858;
  border-bottom: 1px #e0e0e0 dotted;
}
.StepActive {
  background: #4c71ad;
  padding: 10px 5px;
  border: none;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  text-align: center;
}
.StepInactive {
  background: #ffffff;
  padding: 10px 5px;
  border: 1px solid #4c71ad;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #4c71ad;
  text-align: center;
}
.ContentInput {
  margin: 8px;
  padding: 8px;
  background: #ffffff;
  width: 250px;
  border: 1px #c0c0c0 solid;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #585858;
}
.LabelForInput {
  color: #555;
}
.ItemTitle {
  color: #4c71ad;
}
.SubmitNext,
.SubmitBack {
  cursor: pointer;
  width: auto;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 3px;
  text-decoration: none;
}
.SubmitNext,
.SubmitBack {
  background: #4c71ad;
  border: 1px solid #315385;
  color: #fff;
}
.SubmitBack {
  background: #f0f0f0;
  color: #315385;
  border: 1px solid #315385;
}
ul.tab {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
  border-bottom: 2px solid #7aa3bc;
}
ul.tab li {
  float: left;
}
ul.tab li span {
  display: inline-block;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #ccc;
  border-bottom: 0px solid #fff;
  margin: 0px 2px;
}
ul.tab li span:hover {
  background-color: #ffc100;
  cursor: pointer;
  color: #fff !important;
  border-radius: 5px 5px 0px 0px;
}
ul.tab li span:focus,
.active {
  background-color: #7aa3bc;
  color: #fff !important;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #7aa3bc !important;
  border-bottom: none !important;
}
.tabcontent {
  display: none;
  padding: 20px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
.tabcontent {
  min-height: 200px;
}
.tabcontent p {
  margin: 5px;
}
.tabactive {
  display: block;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabcontent .paramlist {
  width: 50%;
}
.paramlist table {
  border-collapse: collapse;
  border: 0px solid #000;
  width: 100%;
}
.paramlist td {
  padding: 8px 30px;
  border: 0px solid #000;
}
.paramlist tr:nth-child(even) {
  background-color: #f2f2f2;
}
.cikktartalom {
  min-height: 300px;
  margin: 0px 20px;
}
.cikktartalom h1 {
  margin: 0px;
  color: var(--blue-2);
}
.cikktartalom h2 {
  margin: 1.8rem 0rem 1rem 0rem;
  color: var(--blue-2);
}
.cikktartalom .article-header {
  margin: -20px -30px 0px;
  padding: 2rem;
}
.gradientbg1 {
  background: rgb(183, 222, 237);
  background: -moz-linear-gradient(
    -45deg,
    rgba(183, 222, 237, 1) 0%,
    rgba(113, 206, 239, 1) 50%,
    rgba(33, 180, 226, 1) 51%,
    rgba(183, 222, 237, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(183, 222, 237, 1) 0%,
    rgba(113, 206, 239, 1) 50%,
    rgba(33, 180, 226, 1) 51%,
    rgba(183, 222, 237, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(183, 222, 237, 1) 0%,
    rgba(113, 206, 239, 1) 50%,
    rgba(33, 180, 226, 1) 51%,
    rgba(183, 222, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=1 );
}
.penztar0_boxleft {
  width: 45%;
  float: left;
  padding: 20px;
  border-right: 1px solid #aaa;
}
.penztar0_boxright {
  margin-left: 50%;
  padding: 20px;
}
.datapanel_rowheader {
  width: 150px;
  margin-right: 15px;
  float: left;
}
.datapanel_rowspacer {
  float: none;
  clear: left;
  height: 20px;
}
.kategoria_box {
  display: inline-block;
  width: 200px;
  margin: 0px 20px 20px 0px;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}
.kategoria_box:hover {
  border: 1px solid #4c71ad;
  box-shadow: 5px 5px 10px #4c71ad;
}
.kategoria_box_imagebox {
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.kategoria_box_image {
  max-width: 180px;
  max-height: 120px;
  margin: 0px 10px;
}
.kategoria_box_title {
  height: 50px;
  display: flex;
  justify-content: center;

  padding: 10px 0px;
  box-sizing: border-box;
}
.eu-logo {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: block;
}
.eu-logo img {
  max-width: 10rem;
}
