@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYA.ttf) format('truetype');
}
HTML,
BODY {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  background-color: white;
  color: #58585a;
}
.Clear_Class {
  clear: both;
}
A {
  display: inline-block;
  text-decoration: none;
  color: #028454;
}
A:hover {
  color: #028454;
}
A.Selected_Class {
  color: #028454;
}
IMG {
  display: inline-block;
}
INPUT[TYPE="BUTTON"].ButtonStyle,
INPUT[TYPE="SUBMIT"].ButtonStyle,
A.ButtonStyle {
  position: relative;
  padding: 7px 8px;
  background-color: transparent;
  border: 1px solid #028454;
  color: #028454;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
INPUT[TYPE="BUTTON"].ButtonStyle.Selected,
INPUT[TYPE="SUBMIT"].ButtonStyle.Selected,
A.ButtonStyle.Selected {
  background-color: #028454;
  color: white;
}
INPUT[TYPE="TEXT"],
INPUT[TYPE="PASSWORD"] {
  font-family: 'Oswald', sans-serif;
  width: 170px;
  font-size: 15px;
  padding: 3px 8px;
  box-shadow: inset 2px 2px 5px -3px rgba(0, 0, 0, 0.75);
  border: 1px solid #676767;
  -webkit-appearance: none;
  border-radius: 0;
}
.flex {
  display: flex;
}
.flex .flex_half {
  flex-grow: 1;
}
.flex .flex_left {
  text-align: left;
}
.flex .flex_right {
  text-align: right;
}
.ButtonStyle_2 {
  text-align: center;
}
.ButtonStyle_2.Green a {
  color: #01794a;
}
.ButtonStyle_2 a {
  display: block;
  color: #58585a;
  text-transform: uppercase;
  font-weight: bold;
}
.ErrorTextBlokk {
  margin: 0px 10px;
  padding: 2px 5px;
  color: red;
  text-align: center;
  font-size: 15px;
}
.CorrectTextBlokk {
  color: #58585a;
  text-align: center;
  font-size: 15px;
}
.info {
  position: relative;
}
.info .info_text {
  position: absolute;
  padding: 2px 5px;
  background-color: black;
  color: white;
  top: 5px;
  left: -40px;
  width: 155px;
}
html {
  height: 100%;
}
body {
  background-image: url('../Images/full_page_background.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  min-height: 100%;
  position: relative;
}
.header_logo {
  position: absolute;
  left: -20px;
  width: 175px;
  height: 155px;
  background-image: url("../Images/center_page_middle.png");
  background-position: top -20px left 0px;
  background-repeat: no-repeat;
  background-size: 170px;
  opacity: 0.8;
}
.center_page {
  /*position: absolute;
  top: 45px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: scroll;*/
  padding-bottom: 90px;
}
.ErrorCorrectContainer {
  height: 50px;
  padding-top: 60px;
  position: relative;
}
.fixed_section {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
.fixed_section .center_fixed_section {
  position: relative;
  height: 45px;
  max-width: 630px;
  margin: 0px auto;
  border-radius: 0px 0px 10px 10px;
}
.fixed_section .center_fixed_section .cart_link {
  display: none;
  position: absolute;
  top: 2px;
  right: 60px;
  font-size: 25px;
}
.fixed_section .center_fixed_section .cart_link img {
  height: 35px;
}
.fixed_section .center_fixed_section .cart_link span {
  position: absolute;
  top: 3px;
  left: 5px;
  min-width: 25px;
  text-align: center;
  font-size: 12px;
  color: white;
  padding: 2px 6px;
  border-radius: 50px;
  font-weight: bold;
}
.fixed_section .center_fixed_section .cart_link.show {
  display: block;
}
.fixed_section .center_fixed_section .menu_link {
  position: absolute;
  right: 15px;
  width: 30px;
  height: 40px;
  background-image: url("../Images/menu_icon.png");
  background-position: left center;
  background-size: 30px;
  background-repeat: no-repeat;
}
.center_top {
  position: relative;
  padding-top: 50px;
}
.center_top img {
  display: block;
  width: 100%;
}
.center_middle {
  position: relative;
  max-width: 630px;
  margin: 0px auto;
  font-size: 20px;
  padding-top: 0px;
}
.center_footer {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
.center_footer img {
  display: inline-block;
  height: 52px;
}
.content {
  position: relative;
  padding: 0px 5%;
}
.ContentTitleContainer {
  font-size: 22px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #028454;
}
.Wrap {
  padding: 5px;
  border: 1px solid black;
  margin-bottom: 10px;
}
.Wrap .WrapTitleContainer {
  text-align: left;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}
.product_item {
  position: relative;
}
.product_item .title span {
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
}
.product_item .cart_icon {
  display: none;
  position: absolute;
  top: 1px;
  right: 2px;
  width: 28px;
  height: 26px;
  font-size: 18px;
  background-image: url("../Images/cart.png");
  background-repeat: no-repeat;
  background-size: 28px;
}
.product_item .cart_icon span {
  position: absolute;
  top: 3px;
  left: 6px;
  font-size: 9px;
  color: white;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  min-width: 20px;
}
.product_item .cart_icon.show {
  display: block;
}
.beer_geeks_item {
  position: relative;
}
.beer_geeks_item .title span {
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
}
.start_page_logout .logo {
  position: relative;
  padding-top: 20px;
  margin-bottom: -5%;
}
.start_page_logout .logo a {
  position: absolute;
  top: 0px;
  height: 70%;
  width: 35%;
  left: 50%;
  margin-left: -17%;
}
.start_page_logout .logo img {
  display: block;
  margin: 0px auto;
  width: 80%;
}
.start_page_logout .buttons {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  width: 90%;
}
.start_page_logout .buttons .ButtonStyle_2 {
  margin-bottom: 20px;
}
.regisztracio .row {
  margin-bottom: 10px;
}
.regisztracio form {
  display: inline-block;
  font-size: 16px;
}
.bejelentkezes .login_form {
  margin: 10px auto;
  text-align: center;
}
.bejelentkezes .login_form table {
  display: inline-block;
  font-size: 16px;
}
.bejelentkezes .login_form table td {
  padding-bottom: 12px;
}
.adataim .row {
  margin-bottom: 10px;
}
.adataim form {
  display: inline-block;
  font-size: 16px;
}
/* -> Barátok */
.baratok .baratok_menu {
  position: relative;
  padding: 0px 5px;
  text-align: center;
}
.baratok .baratok_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.baratok .baratok_menu ul li {
  display: inline-block;
  padding: 5px;
}
.baratok .barat_felvetele {
  margin: 15px 0px;
}
.baratok .baratok_content {
  margin-top: 20px;
}
.baratok_jegkertben ul,
.baratok_barataim ul,
.baratok_baratok ul,
.baratok_bejeloltem ul {
  list-style-type: none;
}
.baratok_jegkertben ul li,
.baratok_barataim ul li,
.baratok_baratok ul li,
.baratok_bejeloltem ul li {
  padding: 5px 15px;
}
.baratok_jegkertben ul li .entered,
.baratok_barataim ul li .entered,
.baratok_baratok ul li .entered,
.baratok_bejeloltem ul li .entered {
  font-size: 14px;
}
/* <- Barátok */
.pontlekerdezes {
  font-size: 16px;
}
.meccs_fogadas .client_gamble_bets {
  margin: 0px auto;
  margin-top: 5px;
  text-align: right;
}
.meccs_fogadas .client_gamble_bets tr th {
  text-align: center;
}
.meccs_fogadas .client_gamble_bets tr td {
  padding: 10px 5px;
  border-bottom: 1px solid black;
}
.meccs_fogadas .client_gamble_bets tr:last-child td {
  border-bottom: none;
}
.rendeleseim_fizetes .guestDatas {
  margin: 0px auto;
  margin-top: 22px;
  font-size: 15px;
  line-height: 20px;
}
.rendeleseim_fizetes .guestDatas span {
  font-weight: bold;
}
.rendeleseim_fizetes .Wrap {
  margin-top: 10px;
}
.rendeleseim_fizetes .ordered_product {
  margin-top: 35px;
  width: 100%;
  font-size: 0px;
  font-weight: bold;
}
.rendeleseim_fizetes .ordered_product tr {
  text-align: left;
}
.rendeleseim_fizetes .ordered_product tr td {
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid #58585a;
}
.rendeleseim_fizetes .ordered_product tr td .name {
  display: inline-block;
  font-size: 15px;
  width: 60%;
}
.rendeleseim_fizetes .ordered_product tr td .piece {
  display: inline-block;
  font-size: 15px;
  width: 15%;
  text-align: right;
}
.rendeleseim_fizetes .ordered_product tr td .price {
  display: inline-block;
  font-size: 15px;
  width: 25%;
  text-align: right;
}
.rendeleseim_fizetes .ordered_product tr td .subitems {
  margin-top: 7px;
}
.rendeleseim_fizetes .ordered_product tr td .subitems .subitem {
  font-weight: normal;
  font-size: 11px;
}
.rendeleseim_fizetes .ordered_product tr.sum td {
  border-bottom: none;
}
.rendeleseim_fizetes .ordered_product tr.sum td .price {
  color: #028454;
}
.rendeleseim_fizetes .ordered_product .phase_name {
  width: 20px;
  font-size: 4px;
  padding: 1px;
  text-align: center;
}
.rendeleseim_fizetes .onlinePayForm {
  display: inline-block;
  font-size: 16px;
}
.rendeleseim_fizetes .onlinePayForm .row {
  margin-bottom: 10px;
}
.rendeleseim_fizetes .onlinePayForm .tips input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.rendeleseim_fizetes .onlinePayForm .tips input[type="radio"]:checked + label .checkmark:after {
  content: "☑";
}
.rendeleseim_fizetes .onlinePayForm .tips input[type="radio"] + label {
  position: relative;
  display: block;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 5px;
}
.rendeleseim_fizetes .onlinePayForm .tips input[type="radio"] + label .checkmark:after {
  content: "☐";
  position: absolute;
  font-size: 20px;
  top: -2px;
  left: 0;
}
.rendeleseim_fizetes .total {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}
.rendeleseim_fizetes .empty {
  text-align: center;
  margin-top: 20px;
}
.rendeleseim_fizetes_online_fizetes table {
  margin: 0px auto;
}
.rendeleseim_fizetes_online_fizetes table tr td {
  padding: 2px 5px;
}
.rendeleseim_fizetes_online_fizetes table tr td:first-child {
  text-align: right;
}
.rendeleseim_fizetes_online_fizetes table tr td:last-child {
  font-weight: bold;
}
.rendeleseim_fizetes_online_fizetes .submit_container {
  margin-top: 10px;
  text-align: center;
}
.rendeles .products_categories {
  margin: 10px 0px;
}
.rendeles .products_categories .products_category {
  display: inline-block;
  padding: 2px 5px;
  cursor: pointer;
}
.rendeles .products_tree .product_item {
  width: 215px;
  display: inline-block;
  border: 1px solid black;
  margin: 5px;
  margin-bottom: 0px;
  padding: 2px 5px;
  padding-right: 35px;
  vertical-align: middle;
}
.rendeles .products_tree .product_item .img {
  width: 70px;
  margin-right: 10px;
  float: left;
}
.rendeles .products_tree .product_item .img a {
  display: block;
  height: 50px;
}
.rendeles .products_tree .product_item .click {
  cursor: pointer;
}
.rendeles .products_tree .product_item .txt {
  display: table-cell;
  /*width: 180px;*/
  height: 40px;
  text-align: left;
  vertical-align: middle;
}
.rendeles .products_tree .product_item .piece {
  margin: 0px;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
}
.rendeles .products_tree .product_item .piece img {
  height: 13px;
}
.rendeles .products_tree .product_item img {
  height: 50px;
}
.rendeles .products_tree .product_item .price {
  text-align: right;
  font-size: 12px;
}
.sor_rendeles {
  padding-bottom: 0px;
}
.sor_rendeles .fixed_kostolo_button {
  position: fixed;
  top: 5px;
  min-height: 30px;
  background-color: #028454;
  padding: 2px 20px;
  border-radius: 20px 20px 20px 20px;
  font-weight: bold;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sor_rendeles .fixed_kostolo_button a {
  font-size: 11px;
  line-height: 12px;
}
.sor_rendeles .fixed_kostolo_button .step {
  display: none;
  transition: font-size 1s;
  color: white;
  text-align: center;
}
.sor_rendeles .fixed_kostolo_button .step img {
  height: 14px;
  margin-top: 3px;
}
.sor_rendeles .fixed_kostolo_button .step.show {
  display: block;
  font-size: 11px;
  line-height: 12px;
}
.sor_rendeles .fixed_kostolo_button .step.show-size {
  font-size: 11px;
  line-height: 12px;
}
.sor_rendeles .fixed_kostolo_button .step.empty {
  font-size: 11px;
  line-height: 12px;
  color: white;
}
.sor_rendeles .beers {
  margin-top: 12px;
}
.sor_rendeles .beers .beer {
  margin-bottom: 7px;
  font-size: 13px;
}
.sor_rendeles .beers .beer table {
  width: 100%;
  border-collapse: collapse;
}
.sor_rendeles .beers .beer table tr td {
  padding: 5px;
  vertical-align: top;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #58585a;
}
.sor_rendeles .beers .beer table tr td.picture {
  padding-left: 0px;
  width: 45px;
  vertical-align: bottom;
}
.sor_rendeles .beers .beer table tr td.picture img {
  width: 100%;
}
.sor_rendeles .beers .beer table tr td .name_container {
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
}
.sor_rendeles .beers .beer table tr td .description {
  font-size: 11px;
  line-height: 12px;
}
.sor_rendeles .beers .beer table tr td .description .short.hide {
  display: none;
}
.sor_rendeles .beers .beer table tr td .description .long {
  display: none;
}
.sor_rendeles .beers .beer table tr td .description .long.show {
  display: block;
}
.sor_rendeles .beers .beer table tr td .buttons {
  margin-top: 10px;
  font-size: 0px;
}
.sor_rendeles .beers .beer table tr td .sorszam {
  display: inline-block;
  margin-right: 0px;
  color: #028454;
  vertical-align: top;
  line-height: 17px;
}
.sor_rendeles .beers .beer table tr td .name {
  position: relative;
  display: inline-block;
  width: 75%;
  vertical-align: top;
  line-height: 17px;
}
.sor_rendeles .beers .beer table tr td .name span {
  display: inline;
}
.sor_rendeles .beers .beer table tr td .name span.icon a img {
  height: 13px;
}
.sor_rendeles .beers .beer table tr td .name span.icon img {
  height: 12px;
}
.sor_rendeles .beers .beer table tr td .type {
  margin: 12px 0px;
  font-size: 11px;
  line-height: 12px;
}
.sor_rendeles .beers .beer table tr td .alc {
  display: inline-block;
  padding: 5px 10px;
  background-color: #3c311f;
}
.sor_rendeles .beers .beer table tr td .ButtonStyle {
  display: inline-block;
  padding: 6px 7px;
  text-transform: none;
  font-size: 14px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.kosar .cart_list .cart_products_table {
  margin: 10px auto;
  text-align: right;
  width: 100%;
}
.kosar .cart_list .cart_products_table tr td {
  padding: 10px 5px;
  border-bottom: 1px solid #58585a;
}
.kosar .cart_list .cart_products_table .name {
  text-align: left;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.kosar .cart_list .cart_products_table .remove {
  display: inline-block;
  width: 25px;
}
.kosar .cart_list .cart_products_table .piece {
  display: inline-block;
  margin: 0px 10px;
  color: #098454;
  margin-top: 3px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}
.kosar .cart_list .cart_products_table .price {
  display: inline-block;
  width: 40%;
  color: #098454;
  text-align: left;
  margin-top: 4px;
  font-size: 14px;
  font-weight: bold;
}
.kosar .cart_list .cart_products_table .buttons {
  display: inline-block;
  width: 60%;
}
.kosar .cart_list .cart_products_table .sub_name {
  text-align: left;
  padding-left: 0px;
  font-size: 11px;
}
.kosar .cart_list .cart_products_table .increase {
  padding: 0px 9px;
  font-size: 26px;
  line-height: 29px;
  vertical-align: top;
}
.kosar .cart_list .cart_products_table .decrease {
  padding: 0px 10px;
  font-size: 26px;
  line-height: 25px;
  padding-bottom: 4px;
  vertical-align: top;
}
.kosar .cart_list .cart_products_table .remove {
  padding: 2px 0px;
  font-size: 14px;
  color: red;
  vertical-align: top;
}
.kosar .cart_list .cart_send_block {
  display: none;
  text-align: center;
  padding: 0px 5px;
}
.kosar .cart_list .cart_send_block.show {
  display: block;
}
.kosar .cart_list .cart_send_block .cart_sum_container {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  text-align: left;
  margin-right: 15px;
}
.kosar .cart_list .cart_send_block .cart_sum_container .cart_sum_block {
  display: block;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  padding: 7px 8px;
  margin-top: 3px;
  border: 1px solid #58585a;
}
.kosar .cart_list .cart_send_block .cart_form {
  margin-top: 14px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.kosar .cart_list .cart_send_block .cart_form .table_select_container {
  margin-bottom: 5px;
}
.kosar .cart_list .obligation {
  margin-top: 20px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
}
