:root {
  --primary: #fff !important;
  --content: #333333 !important;
  --good: #15c65c !important;
  --warning: #edab01 !important;
  --bad: red !important;
  --default: #999999 !important;
  --asap: 'Asap Condensed', sans-serif;
  --averia: 'Averia Sans Libre', cursive;
  --open: 'Open Sans', sans-serif;
  --oswald: 'Oswald', sans-serif;
  --lucky: 'Luckiest Guy', cursive;
}

.jumbotron i {
  font-size: 100px;
}

.jumbotron {
  margin-top: 140px;
  height: 90vh;
}

body {
  overflow-x: hidden;
  overflow-y: visible;
}

.scroll:hover {
  overflow-y: scroll;
  height: 90vh;
}

.scroll::-webkit-scrollbar {
  background-color: #fff;
  width: 5px;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.asap {
  font-family: var(--asap) !important;
}

.averia {
  font-family: var(--averia) !important;
}

.open {
  font-family: var(--open) !important;
}

.lucky {
  font-family: var(--lucky) !important;
}

.btn-good.open,
.btn-warning.open {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.btn-table.open {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.oswald {
  font-family: var(--oswald) !important;
}

.font-gray {
  color: #757878 !important;
}

.text-white {
  color: #fff !important;
}

#footer {
  background: #111111;
  padding: 30px 0px;
  color: white;
  transition: all 200ms ease-in-out;
}

#footer a {
  color: white;
  transition: all 200ms ease-in-out;
}

#footer a:hover {
  color: var(--good);
}

.hidden {
  display: none;
}

#footer i {
  color: white;
  font-size: 35px;
  padding: 15px;
  transition: all 200ms ease-in-out;
}

#footer i:hover {
  color: var(--good);
}

#footer a {
  text-decoration: none;
  outline: none;
}

.breadcrumb {
  margin: 0 !important;
}

.breadcrumb a {
  font-family: var(--asap);
  text-decoration: none;
  outline: none;
  margin-right: 5px;
}

.backtopage {
  margin-right: 0 !important;
}

.imgZoom {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 200ms ease-in-out;
  overflow: hidden;
}

.imgZoom img {
  width: 100%;
  height: 100%;
  transition: all 200ms ease-in-out;
  overflow: hidden;
}

.imgZoom:hover img {
  transform: scale(1.05);
  transition: all 200ms ease-in-out;
  overflow: hidden;
}

@media (min-width: 576px) {
  h2 {
    font-size: 48px;
    font-weight: bold;
    color: var(--content);
    font-family: var(--asap);
    margin: 0;
  }
  
  h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--content);
    font-family: var(--oswald);
    margin: 0;
    line-height: 1.5;
  } 

  .title p {
  font-size: 24px;
  color: var(--content);
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--content);
    font-family: var(--asap);
    margin: 0;
  }
  
  h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--content);
    font-family: var(--oswald);
    margin: 0;
    line-height: 1.5;
  } 

  .title p {
  font-size: 17px;
  color: var(--content);
  }

  .title {
    margin: 25px 0px;
  }
}

h4 {
  font-weight: 700;
}

.modal-body {
  padding-top: 0;
}

@media (max-width:990px) {
  .btn-reso {
    width: 100% !important;
    margin: 1% 2%;
    max-height: 100%;
  }
}

.btn-close {
  font-size: 12px !important;
  padding: 10px !important;
}

.btn-kiemelt {
  position: relative;
  transform: scale(1.2);
  margin-left: 20px;
  display: inline-block;
}

.btn-more,
.btn-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  padding: 6px 11px;
  height: auto;
  text-align: center;
  color: white !important;
  margin: 6px 10px;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  font-family: var(--oswald);
  background-color: var(--default);
  font-size: 12px;
  transition: all 200ms ease-in-out;
} .btn-more:hover {
  background-color: #585858;
}

.btn-good,
.btn-red,
.btn-warning,
.btn-default,
.btn-pink,
.btn-price {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 5px;
  font-size: 19px;
  padding: 10px;
  height: initial;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  text-align: center;
  color: white !important;
  transition: all 500ms ease-in-out;
  font-family: var(--oswald);
}

@media (max-width: 575px) {
  .books .btn-warning {
    height:auto;
  }
}

@media (min-width: 576px) {
  .books .btn-warning  {
    height: 46px;
  }
}

.btn-bold {
  font-weight: bold;
}

.btn-pink {
  background-color: #ff00fe;
  display: inline-block;
  padding: 0px 40px;
  font-size: 17px;
}
.btn-pink:hover {
  background-color: #c900c9;
  display: inline-block;
  padding: 0px 40px;
  font-size: 17px;
}

.btn-pink span {
  font-size: 14px;
  font-weight: 100;
  margin: 0;
}

.btn-price {
  background: #333333;
  color: #ffc107 !important;
  font-weight: 600;
  font-size: 28px;
  padding: 0px 10px !important;
  border-radius: 15px;
  font-family: var(--asap);
  margin-left: 12px;
}

.btn-good {
  background-color: var(--good);
} 
.btn-good:hover {
  background-color: #0e9143;
}

.btn-blue {
  background-color: #4267B2;
} 
.btn-blue:hover {
  background-color: #5781d6;
}

.btn-red {
  background-color: var(--bad)
}
.btn-red:hover {
  background-color: rgb(168, 0, 0);
}

.btn-warning {
  background-color: var(--warning);
}
.btn-warning:hover {
  background-color: #b88400;
}

.btn-default {
  background-color: var(--default);
}
.btn-default:hover {
  background-color: #575757;
}

.green {
  color: var(--good);
}

.red {
  color: var(--bad);
}

.yellow {
  color: var(--warning);
}

.gray {
  color: var(--default);
}

@media (max-width:990px) {
  .profMenu {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    right: 0px;
    width: 100%;
    opacity: 0;
    transition: all 200ms ease-in-out;
    transform: translateX(110%);
    z-index: 10;
  }
}

@media (min-width:990px) {
  .profMenu {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    right: 30px;
    width: 330px;
    opacity: 0;
    transition: all 200ms ease-in-out;
    transform: translateX(110%);
  }
}
.profMenu .myform a {
  font-size: 14px !important;
  text-decoration: none;
  outline: none;
  transition: all 200ms ease-in-out;
}

.profMenu .myform a:hover {
  color: var(--good) !important;
  opacity: .8;
}

.nav-prof:hover .profMenu {
  opacity: 1 !important;
  transform: translateX(0%);
}

.profMenu form input {
  background: #eee !important;
}

.profMenu form .custom-checkbox .box {
  background: #eee !important;
}

.nav-prof:hover i {
  color:var(--good);
  cursor: pointer;
  transform: translatey(0px) !important;
}

.sub .box {
  background: #333333;
  border-radius: 10px;
  padding: 64px 25px;
  color: white !important;
}

.sub .box h4 {
  font-size: 36px;
  font-weight: bold;
  font-family: var(--oswald);
}

.sub .box p {
  font-size: 18px;
  font-family: var(--asap);
}

.sub .box span {
  font-weight: bold;
  font-family: var(--asap);
}

.sub .box input {
  margin-right: 15px;
}
.novella .title {
  position: absolute;
  bottom: 15px;
  display: block;
  left: 20px;
  font-size: 55px;
  color: white;
  text-transform: uppercase;
  z-index: 55;
}

@media (max-width: 575px) {
  .novella .category {
    position: absolute;
    bottom: 150px;
    display: block;
    left: 20px;
    font-size: 24px;
    color: white;
    font-family: var(--asap);
    z-index: 55;
  }
}

@media (min-width: 576px) {
  .novella .category {
    position: absolute;
    bottom: 130px;
    display: block;
    left: 20px;
    font-size: 24px;
    color: white;
    font-family: var(--asap);
    z-index: 55;
  }
}

.novella .box {
  width: 100%;
  transition: all 200ms ease-in-out;
  overflow: hidden;
  border-radius: 15px;
}

.novella .box img {
  width: 100%;
  transition: all 200ms ease-in-out;
  border-radius: 15px;
}

.novella .box:hover img {
  transform: scale(1.05);
}

.reviews i {
  color: var(--warning);
}

.reviews .des {
  font-style: italic;
  margin-top: 20px;
  height: 70px;
}

.reviews .name {
  font-weight: bold;
}

.reviews {
  transition: all 200ms ease-in-out;
}

.reviews:hover {
  transform: scale(1.02);
}

.grayNormal {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 15px;
}

@media (min-width: 576px) {
  .grayBg {
    background: #e9e9e9;
    padding: 120px 0px;
    margin: 40px 0px;
  }
}  

@media (max-width: 575px) {
  .grayBg {
    background: #e9e9e9;
    padding: 120px 0px;
    margin: 75px 0px;
  }
}

.grayBg .partner {
  width: 100%;
  height: 100px;
}

.grayBg .partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 200ms ease-in-out;
}

.grayBg .partner img:hover {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(0%);
}

.review {
  padding: 20px 0px;
  font-family: var(--oswald);
}

.review span,
.review i  {
  font-size: 18px;
}

.review span {
  font-family: var(--oswald);
  font-weight: bold;
}

#home .blogs .blogFirst {
  width: 100%;
  overflow: hidden;
  transition: all 200ms ease-in-out;
  border-radius: 20px;
}

#home .blogs .blogFirst img {
  width: 100%;
  object-fit: cover;
  transition: all 200ms ease-in-out;
  border-radius: 20px;
}

#home .blogs .blogFirst:hover img {
  transform: scale(1.05);
}

#home .blogs {
  font-family: var(--asap);
}

#home .blogs .info {
  padding-top: 10px;
}

#home .blogs a {
  text-decoration: none;
  outline: none;
  color: var(--content);
}

#home .blogs .infoList {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 10px;
  transition: all 200ms ease-in-out;
}

#home .blogs .infoList:hover {
  border: 1px solid var(--good);
}

#home .blogs h4 {
  font-weight: bold;
  font-size: 20px;
}

#home .blogs p{
  font-size: 14px;
}

#home .books {
  background: #fff;
  padding: 20px 0px;
}

#home .books .infoBox .info .author {
  font-family: var(--asap);
  font-style: italic;
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1;
}

#home .books .infoBox .info .name {
  font-family: var(--asap);
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  border-bottom: 1px solid #fff;
}

#home .books .infoBox .info .des {
  font-family: var(--asap);
  font-style: italic;
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 1400px) {
  #home .books .infoBox .product  {
    position: relative;
    float: right;
    text-align: right;
    display: flex;
  }
  
  
  #home .books .infoBox .product img {
    width: 100%;
    object-fit: contain;
  }

  #home .books .infoBox {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    border-radius: 10px;
  }

  #home .books .infoBox .info {
    padding: 20px;
    color: white;
    transition: all 200ms ease-in-out;
    overflow: hidden;
    border-radius: 15px;
    display: grid;
  }
}

@media (min-width: 1401px) {
  #home .books .infoBox .product  {
    position: relative;
    float: right;
    margin-top: -81px;
    text-align: right;
  }
  
  
  #home .books .infoBox .product img {
    height: 125%;
    width: 100%;
    object-fit: contain;
  }

  #home .books .infoBox {
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: flex;
  }

  #home .books .infoBox .info {
    padding: 20px;
    color: white;
    transition: all 200ms ease-in-out;
    overflow: hidden;
    border-radius: 15px;
  }
}

#home .books .review {
  padding: 20px 0px;
  font-family: var(--oswald);
}

#home .books .review span,
#home .books .review i  {
  margin-right: 10px;
  font-size: 20px;
}

#home .books .review span {
  font-family: var(--oswald);
  font-weight: bold;
}

.mobil-menu {
  padding: 15px 0px;
}

.mobil-menu .menu {
  border: none;
  position: relative;
  padding: 11px;
  float: right;
  background: none;
}

@media (max-width: 990px) {
  .mobil-none {
    display: none !important;
  }
  .mobil-visible {
    display: block !important;
  }
}

@media (min-width: 991px) {
  .desktop-none {
    display: none !important;
  }
  .desktop-visible {
    display: block !important;
  }
}

.mobil-menu .cart {
  border: none;
  position: relative;
  padding: 11px;
  float: right;
  background: none;
}

.mobil-menu .cart {
  margin-right: 10%;
} 

.mobil-menu .menu i,
.mobil-menu .cart i {
  font-size: 25px;
  color: var(--content);
} .mobil-menu .menu i:hover,
.mobil-menu .cart i:hover {
  color: var(--good);
}

#navbar_main .navbar-nav {
  align-items: center;
}

@media (max-width: 990px) {
  .navbar-nav {
    display: block !important;
  }
}

#navbar_main .navbar-nav a {
  color: var(--content-color) !important;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 0px;
  transition: all 300ms ease-in-out;
} 
/* #navbar_main .navbar-nav a:hover {
  color: #15c65c !important;
} */

#navbar_main .navbar-nav .nav-link span {
  color: var(--content-color);
  font-size: 16px !important;
  font-weight: bold;
  padding: 18px 0px;
  transition: all 300ms ease-in-out;
} #navbar_main .navbar-nav .nav-link:hover span ,
#navbar_main .navbar-nav .nav-link:hover i {
  color: #15c65c !important;
}

#navbar_main .navbar-nav .nav-link i {
  font-size: 30px;
}


#navbar_main .navbar-nav p {
  color: var(--content-color) !important;
  font-size: 12px !important;
  font-weight: normal;
  font-style: italic;
  margin: 0;
}

#navbar_main .navbar-brand {
  padding: 0 !important;
  margin-right: 30px;
}

@media (max-width: 1189px) {
  #navbar_main .nav-item {
    margin-right: 9px;
    padding-left: 0 !important;
  }
}

@media (min-width: 1190px) {
  #navbar_main .nav-item {
    margin-right: 20px;
    padding-left: 0 !important;
  }
}

#navbar_main .nav-wallet {
  display: flex;
  align-items: center;
  text-decoration: none;
}

#navbar_main .nav-wallet i {
  font-size: 18px;
  margin-right: 10px; 

  transition: all 500ms ease-in-out;
}

#navbar_main .nav-prof i {
  font-size: 30px;
  margin-left: 10px; 
  transition: all 500ms ease-in-out;
}

#navbar_main .nav-cart i {
  font-size: 30px;
  transition: all 500ms ease-in-out;
} #navbar_main .nav-cart i:hover,
#navbar_main .nav-prof i:hover {
  color: var(--good) !important;
  transform: translatey(-5px);
}

#navbar_main .nav-translate {
  margin-right: 50px;
}

#navbar_main .nav-translate .dropdown-item {
  padding: 16px !important;
}

#navbar_main .nav-translate a {
  color: var(--content-color) !important;
  font-size: 16px !important;
  font-weight: bold;
  outline: none;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

#navbar_main .nav-translate a:hover {
  color: #15c65c !important;
}

#navbar_main .nav-link {
  padding-left: 0 !important;
}

#navbar_main .bg-white {
  background: #fff !important;
}

.owl-main .disabled {
  display: block !important;
}

.owl-main .viewNo {
  display: none;
}

.owl-main .owl-animated-out .viewNo {
  display: block;
}

.owl-reviews .item {
  margin-left: 5px;
}

div.owl-nav {
  display: inline-block;
  font-size: 35px;
  transition: 0.3s;
  background: none !important;
  outline: none !important;
}

@media (min-width: 1138px) {
    .owl-prev, .owl-next {
      position: absolute !important;
  }

  .owl-prev {
    left: -70px;
    top: 220px;
    color: white;
    background: none !important;
    outline: none !important;
  } .owl-prev:hover i { 
    color: var(--good);
    background: none !important;
    outline: none !important;

  }

  .owl-next {
    right: -70px;
    top: 220px;
    color: white;  
    background: none !important;
    outline: none !important;
  } .owl-next:hover i { 
    color: var(--good);
    background: none !important;
    outline: none !important;
  }

  .owl-main .owl-prev {
    left: 40px;
    top: 220px;
    color: white !important;
    background: none !important;
    outline: none !important;
  } .owl-main .owl-prev:hover i { 
    color: var(--good);
    background: none !important;
    outline: none !important;

  }

  .owl-main .owl-next {
    right: 40px;
    top: 220px;
    color: white !important;
    background: none !important;
    outline: none !important;
  } .owl-main .owl-next:hover i { 
    color: var(--good);
    background: none !important;
    outline: none !important;
  }
}

@media (max-width: 1137px) {
    .owl-prev, .owl-next {
      display: none !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

/* end my */

* {
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 990px) {
  body {
    background-color: #fff ;
    margin-top: 78px;
  }
}

@media (min-width: 991px) {
  body {
    background-color: #fff ;
    margin-top: 94px;
  }
}

body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.nav-item.active a span {
  color: var(--good) !important;
}

@media (min-width: 990px) {
  .myheader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .my100 {
    width: 100%;
  }
}

.screen-darken{
	height: 100%; width:0%;
	z-index: 30;
	position: fixed; top: 0; right: 0; 
	opacity:0; visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
	opacity:1;
	width:100%;
	visibility:visible;
}

body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
	height: 100%;
	width:0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {
	.offcanvas-header { padding: 0 !important;}

	.offcanvas-header{ display:block; }

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; left:0;
	    height: 100%;
	    z-index: 1200;
	    width:80%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
	}
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}
}	

.hd-p5 {
  margin-top: 120px;
}

.myform.dark input,
.myform.dark textarea,
.myform.dark .custom-checkbox .box {
  background: #eee !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: white;
  box-shadow: 0 0 10px #00000029;
}

/* ============ mobile view .end// ============ */

/* Könyv animáció */

.book {
  position: relative;
  width: 160px;
  height: 220px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-top: 50px;
  cursor: pointer;
  z-index: 111;
  pointer-events: none;
}

.hero-section .book {
  transform: scale(2);
  pointer-events: auto;
}

.hardcover_front li:first-child {
  background-color: #eee;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hardcover_front li:last-child {
  background: #fffbec;
}

.hardcover_back li:first-child {
  background: #fffbec;
}

.hardcover_back li:last-child {
  background: #fffbec;
}

.book_spine li:first-child {
  background: #eee;
}

.book_spine li:last-child {
  background: rgba(51, 51, 51, 0);
}

.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  background: #999;
}
.page > li {
  background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
  border-radius: 0px 5px 5px 0px;
}

.hardcover_front {
  -webkit-transform: rotateY(-34deg) translateZ(8px);
  -moz-transform: rotateY(-34deg) translateZ(8px);
  transform: rotateY(-34deg) translateZ(8px);
  z-index: 100;
}

.hardcover_back {
  -webkit-transform: rotateY(-15deg) translateZ(-8px);
  -moz-transform: rotateY(-15deg) translateZ(-8px);
  transform: rotateY(-15deg) translateZ(-8px);
}

.page li:nth-child(1) {
  -webkit-transform: rotateY(-28deg);
  -moz-transform: rotateY(-28deg);
  transform: rotateY(-28deg);
}

.page li:nth-child(2) {
  -webkit-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
}

.page li:nth-child(3) {
  -webkit-transform: rotateY(-32deg);
  -moz-transform: rotateY(-32deg);
  transform: rotateY(-32deg);
}

.page li:nth-child(4) {
  -webkit-transform: rotateY(-34deg);
  -moz-transform: rotateY(-34deg);
  transform: rotateY(-34deg);
}

.page li:nth-child(5) {
  -webkit-transform: rotateY(-36deg);
  -moz-transform: rotateY(-36deg);
  transform: rotateY(-36deg);
}
.hardcover_front,
.hardcover_back,
.book_spine,
.hardcover_front li,
.hardcover_back li,
.book_spine li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hardcover_front,
.hardcover_back {
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  box-shadow: -1px 8px 20px 0px #00000082;
}

.hardcover_front {
  -webkit-transition: all 0.8s ease, z-index 0.6s;
  -moz-transition: all 0.8s ease, z-index 0.6s;
  transition: all 0.8s ease, z-index 0.6s;
}

.hardcover_front li:first-child {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}

.hardcover_front li:last-child {
  -webkit-transform: rotateY(180deg) translateZ(2px);
  -moz-transform: rotateY(180deg) translateZ(2px);
  transform: rotateY(180deg) translateZ(2px);
}

.hardcover_back li:first-child {
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}

.hardcover_back li:last-child {
  -webkit-transform: translateZ(-2px);
  -moz-transform: translateZ(-2px);
  transform: translateZ(-2px);
}

.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
  position: absolute;
  top: 0;
  left: 0;
}

.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before {
  width: 4px;
  height: 100%;
}

.hardcover_front li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_front li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
  width: 4px;
  height: 160px;
}

.hardcover_front li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
}

.hardcover_front li:last-child:before {
  box-shadow: 0px 0px 30px 5px #333;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
}

.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before {
  width: 4px;
  height: 100%;
}

.hardcover_back li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_back li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before {
  width: 4px;
  height: 160px;
}

.hardcover_back li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
}

.hardcover_back li:last-child:before {
  box-shadow: 10px -1px 80px 20px #666;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
}

.book_spine {
  -webkit-transform: rotateY(60deg) translateX(-2px) translateZ(-12px);
  -moz-transform: rotateY(60deg) translateX(-2px) translateZ(-12px);
  transform: rotateY(60deg) translateX(-2px) translateZ(-12px);
  width: 16px;
  z-index: 0;
}

.book_spine li:first-child {
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}

.book_spine li:last-child {
  -webkit-transform: translateZ(-2px);
  -moz-transform: translateZ(-2px);
  transform: translateZ(-2px);
}

.book_spine li:first-child:after,
.book_spine li:first-child:before {
  width: 4px;
  height: 100%;
}

.book_spine li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.book_spine li:first-child:before {
  -webkit-transform: rotateY(-90deg) translateZ(-12px);
  -moz-transform: rotateY(-90deg) translateZ(-12px);
  transform: rotateY(-90deg) translateZ(-12px);
}

.book_spine li:last-child:after,
.book_spine li:last-child:before {
  width: 4px;
  height: 16px;
}

.book_spine li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
}

.book_spine li:last-child:before {
  box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
}

.page,
.page > li {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.page {
  width: 100%;
  height: 98%;
  top: 1%;
  left: 3%;
  z-index: 10;
  list-style: none;
}

.page > li {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}

.page > li:nth-child(1) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.page > li:nth-child(2) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.page > li:nth-child(3) {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.page > li:nth-child(4) {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.page > li:nth-child(5) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.page > li > span {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 0;
  display: block;
}

.page > li span img {
  margin: 0 auto;
  display: block;
  max-width: 60px;
}

.page > li span span {
  margin: 10px 0 0;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}
.book:hover > .hardcover_front {
  -webkit-transform: rotateY(-145deg) translateZ(0);
  -moz-transform: rotateY(-145deg) translateZ(0);
  transform: rotateY(-145deg) translateZ(0);
  z-index: 0;
}

.book:hover > .page li:nth-child(1) {
  -webkit-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.book:hover > .page li:nth-child(2) {
  -webkit-transform: rotateY(-35deg);
  -moz-transform: rotateY(-35deg);
  transform: rotateY(-35deg);
  -webkit-transition-duration: 1.8s;
  -moz-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

.book:hover > .page li:nth-child(3) {
  -webkit-transform: rotateY(-118deg);
  -moz-transform: rotateY(-118deg);
  transform: rotateY(-118deg);
  -webkit-transition-duration: 1.6s;
  -moz-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

.book:hover > .page li:nth-child(4) {
  -webkit-transform: rotateY(-130deg);
  -moz-transform: rotateY(-130deg);
  transform: rotateY(-130deg);
  -webkit-transition-duration: 1.4s;
  -moz-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

.book:hover > .page li:nth-child(5) {
  -webkit-transform: rotateY(-140deg);
  -moz-transform: rotateY(-140deg);
  transform: rotateY(-140deg);
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.coverDesign {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Könyv animáció vége */

#price_table table {
  width: 100%;
  font-size: 14px;
}

#price_table table tr td {
  font-family: var(--asap);
}

#price_table table p {
  font-family: var(--asap);
}

#price_table table .main {
  background: none !important;
}

#price_table tr {
  background: #cccccc;
  border-radius: 10px;
  margin: 5px 0px;
  padding: 5px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 200ms ease-in-out;
} #price_table tr:hover {
  background: #32ff98;
  cursor: pointer;
}

#price_table tr p {
  margin: 0;
}

@media (min-width: 576px) {
  #price_table tr .trans {
    width: 10%;
    font-weight: bold;
  }
  
  #price_table tr .name {
    width: 40%;
    font-weight: bold;
  }
  
  #price_table tr .price {
    width: 15%;
    font-weight: bold;
  }
  
  #price_table tr .shipping {
    width: 15%;
    font-weight: bold;
    position: relative;
  }
  
  #price_table tr .button {
    width: 20%;
    font-weight: bold;
    text-align: right;
  }
  
  #price_table tr .akcio {
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 300;
  } 
}

@media (max-width: 575px) {
  #price_table tr .trans {
    width: 10%;
    font-weight: bold;
  }
  
  #price_table tr .name {
    width: 30%;
    font-weight: bold;
  }
  
  #price_table tr .price {
    width: 15%;
    font-weight: bold;
  }
  
  #price_table tr .shipping {
    width: 20%;
    font-weight: bold;
    position: relative;
  }
  
  #price_table tr .button {
    width: 25%;
    font-weight: bold;
    text-align: right;
  }
  
  #price_table tr .akcio {
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 300;
  } 
}

#price_table tr .shipping i {
  color: var(--good);
  font-size: 16px;
}

#price_table tr .shipping:hover .info {
  display: block !important;
}

#price_table .info {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  font-weight: normal;
  position: absolute;
  width: max-content;
  top: 0;
  width: 300%;
  display: none;
  left: 80px;
}

#price_table .info p {
  font-size: 16px !important;
}

#price_table tr .button .btn-warning {
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 5%;
  font-size: 14px;
}

.flag {
  width: 30px !important;
  height: 30px !important;
  object-fit: cover;
  border-radius: 50%;
}

#price_table table {
  width: 100%;
  font-size: 14px;
}

#price_table table tr td {
  font-family: var(--asap);
}

#price_table table p {
  font-family: var(--asap);
}

#price_table table .main {
  background: none !important;
}

#price_table tr {
  background: #cccccc;
  border-radius: 10px;
  margin: 5px 0px;
  padding: 5px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 200ms ease-in-out;
} #price_table tr:hover {
  background: #32ff98;
  cursor: pointer;
}

#price_table_mobil p {
  margin: 0;
}

#price_table_mobil .trans,
#price_table_mobil .name,
#price_table_mobil tr .price,
#price_table_mobil tr .shipping,
#price_table_mobil tr .button {
  font-weight: bold;
  font-family: var(--asap);
}

#price_table_mobil .item {
  background: #cccccc;
  padding: 10px;
  border-radius: 15px;
}

#price_table_mobil .akcio {
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 300;
}

#price_table_mobil .shipping i {
  color: var(--good);
  font-size: 16px;
}

#price_table_mobil .shipping:hover .info {
  display: block !important;
}

#price_table_mobil .info {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  font-weight: normal;
  position: absolute;
  width: max-content;
  top: 0;
  width: 300%;
  display: none;
  left: 80px;
}

#price_table_mobil .info p {
  font-size: 16px !important;
}

#price_table_mobil .button .btn-warning {
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 5%;
  font-size: 14px;
}

#termek form a {
  color: white;
  margin-left: 5px;
}

#termek form a:hover {
color: var(--good);
}

#termek .price_table h4 {
  font-size: 20px;
}

#termek .price_table p {
  font-size: 14px;
}

#csomagBox .vlad,
#termek .vlad,
#termekek .vlad {
  font-size: 24px !important;
}

#onlinereader .vlad {
  font-size: 16px !important;
  margin-top: -5px;
}

.modal .vlad {
  font-size: 16px !important;
}

.modal .name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--content);
  font-family: var(--asap);
}

.vlad-bold {
  font-size: 20px !important;
  font-weight: 700;
  font-family: var(--asap);
  margin-top: -7px;
  font-style: italic;
}

.vlad.bookType {
  font-size: 30px !important;
  font-style: normal !important;
}

#termek .flag,
#csomagBox .flag {
  margin-right: 5px;
}


#onlinereader #csomagBox .list img,
#hir #csomagBox .list img  {
  height: 150px !important;
}

#termek .list img,
#csomagBox .list img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 15px;
}

#csomagBox h2,
#termek h2,
#termekek h2 {
  font-size: 30px;
}

@media (max-width: 990px) {
  #termek .list img,
  #csomagBox .list img {
    max-height: 150px !important;
  }
  #csomagBox h2,
  #termek h2,
  #termekek h2 {
    font-size: 20px !important;
  }
}

.genre {
  padding: 3px 10px;
  margin-right: 5px !important;
  background: #cd66fe;
  border-radius: 10px;
  color: white;
  font-size: 12px;
  margin: 0;
  font-family: var(--asap);
}

.genres {
  font-family: var(--asap);
  font-style: italic;
  font-weight: 100;
}

.productBg {
  background: center center no-repeat;
  width: 100%;
  background-size: cover;
  height: max-content;
}

#termek .grayBg {
  margin-top: 0;
}

#termek .product {
  position: relative;
  top: 70px;
}

#termek .product img {
  width: 520px;
}

#termek h1 {
  font-weight: 400;
  font-size: 65px;
  text-transform: uppercase;
  margin: 0;
}

#termek h1 span {
  font-weight: 600;
  font-size: 65px;
  text-transform: uppercase;
  margin: 0;
}

#termek .info p {
  font-weight: 300;
  font-size: 30px;
  margin: 0;
}

@media (max-width: 576px) {
  #termek .info {
    margin-top: 20px;
  }
}

#termek h5 {
  font-weight: 700;
  font-size: 1.5rem;
}

#termek h4 {
  text-transform: uppercase;
  color: var(--content);
  font-family: var(--asap);
}

#termek .main h1 {
  font-family: var(--asap);
  font-size: 90px;
  font-weight: 700;
}

#termek .main .des h3 {
  font-family: var(--asap);
  font-size: 30px;
  font-weight: 700;
}

#termek .bookData {
  color: #757878;
}

#termek .bookData .title {
  font-weight: 700;
    font-family: var(--asap);
}

#termek .bookData p {
  margin: 0;
    font-family: var(--asap);
}

#termek .grayFull {
  background: #efefef;
}

#termek .grayProduct {
  background: #bababa;
  padding: 21px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0px -11px;
}



.yellowNormal {
  width: 100%;
  background: #fff000;
  padding: 10px 25px;
  border-radius: 15px;
}

.yellowNormal p {
  margin: 0;
}

.yellowNormal .info a {
  font-style: italic;
}

.yellowNormal .info p {
  font-weight: bold;
}

#csomagBox .title .btn-more {
  background: #01deb4 !important;
  font-weight: bold !important;
  border-radius: 25px !important;
  font-family: var(--asap);
  font-size: 14px;
  padding: 4px 11px;
}

#csomagBox .inform .btn-more {
  background: #cccccc !important;
  border-radius: 25px !important;
  font-family: var(--asap);
  font-size: 14px;
  padding: 4px 11px;
  font-weight: 500;
  color: var(--content) !important;
}

#csomagBox.grayNormal {
  padding-bottom: 0 !important;
}

#csomagBox .full {
  margin: 0; 
  padding: 0;
}

#csomagBox .price {
  font-size: 30px;
  font-weight: bold;
  margin: -10px 0px;
  font-family: var(--asap);
}

#csomagBox .price_title {
  font-size: 14px;
  margin: 0;
  font-family: var(--asap);
}

#csomagBox .price_title span {
  text-decoration: line-through;
}

#csomagBox .buyBox {
  background-color: #666666;
  color: white;
  width: 100%;
  padding: 15px;
  border-radius: 0 0 15px 15px;
  border: 2px solid #01deb4;
  border-top: none;
  border-bottom: none;
}

#csomagBox .buyBox .title {
  text-transform: uppercase;
  font-family: var(--asap);
  font-weight: 600;
  margin: 0;
}

#csomagBox .buyBox .per {
  font-family: var(--asap);
  font-weight: 100;
  margin: 0;
  font-size: 12px;
  width: 50px;
  padding-top: 5px;
  text-align: center;
}

#csomagBox .buyBox .akcio {
  font-family: var(--asap);
  margin: 0;
  font-size: 30px;
  text-decoration: line-through;
}

#csomagBox .buyBox .price {
  font-family: var(--asap);
  margin: 0;
  font-size: 30px;
}

#csomagBox .buyBox .price.yellow,
#csomagBox .buyBox .title.yellow {
  color: #edaa01;
}

p.des {
  font-size: 14px;
}

.sticky {
  position: sticky;
  top: 100px;
}

h1.readFree {
  font-size: 50px;
}

.contrac .first {
  z-index: 2;
  margin-right: -150px;
}

.contrac .secound {
  z-index: 1;
}

@media (max-width:575px) {
  #csomag .productBg .contrac img {
    width: 250px;
    overflow: hidden;
  }
  #csomag .productBg {
  height: 470px;
  min-height: max-content;
}
.productBg .arrow {
  display: none;
}
}

@media (min-width:576px)  {
  #csomag .productBg .contrac img {
    width: 300px;
    overflow: hidden;
  }
  #csomag .productBg {
    height: 520px;
    min-height: max-content;
  }
  .productBg .arrow {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 70px;
    width: 100px;
  }
}

@media (min-width:990px)  {
  #csomag .productBg .contrac img {
    width: 500px !important;
    overflow: hidden;
  }
  #csomag .productBg {
    height: 670px;
    min-height: max-content;
  }
  .productBg .arrow {
    position: absolute;
    z-index: 5;
    right: 90px;
    top: 70px;
    width: 140px;
    }
}



/* ================================================================= */
/* === BELEOLVASOK FORM START === */
/* ================================================================= */

#csomag .popupForm {
  width: 600px;
}

#csomag .popupForm .title {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
}

#csomag input,
#csomag textarea,
#csomag .custom-checkbox .box {
  background: #e9e9e9 !important;
}

#csomag .custom-checkbox a  {
  color: var(--content) !important;
}
 
::placeholder {
  color: #33333377;
  font-style: italic;
  font-size: 14px;
}

.custom-checkbox .box {
  border-radius: 50%;
  background: #fff;
  position: relative;
  min-width: 30px;
  min-height: 30px;
  height: 10%;
  margin-right: 10px;
  cursor: pointer;
}

#price_table .custom-checkbox .box {
  background: #ccc !important;
}

.custom-checkbox .box .check {
  position: absolute;
  border-radius: 50%;
  background: var(--good);
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  opacity: 0;
  transition: all 200ms ease-in-out;
}

.custom-checkbox .box:hover .check {
  opacity: 0.2;
}

.custom-checkbox .box.active .check {
  opacity: 1;
}

@media (max-width: 990px) {
  .custom-checkbox {
    margin: 20px 0px;
  }
}

.main .des .custom-checkbox a {
  color: var(--content) !important;
}

.main .des .custom-checkbox label {
  font-size: 14px;
}

form .star {
  font-style: italic;
  font-size: 14px;
}

.myform input[type='checkbox'] {
  width: auto !important;
  margin-right: 10px;
}

#home .myform button {
    border-radius: 10px;
    background: var(--bad) !important;
    color: white;
    padding: 0px;
    border: 1px solid var(--bad);    
    margin: 10px 0px;
    width: 100%;
    outline: none !important;
    transition: all 200ms ease-in-out;
} #home .myform button:hover {
    border: 1px solid var(--bad);
    background: none !important;
}

.myform input,
.myform textarea,
.myform select {
    border-radius: 10px;
    background-color: #fff !important;
    color: var(--content);
    padding: 10px 20px;
    border: 1px solid #fff;
    margin: 10px 0px;
    width: 100%;
    outline: none !important;
}


.myform input:focus,
.myform input:hover,
.myform input:active,
.myform textarea:focus,
.myform textarea:hover,
.myform textarea:active
.myform select:focus,
.myform select:hover,
.myform select:active  {
  background-color: none !important;
  color: var(--content);
  border: 1px solid #fff;
}

.myform label {
  font-weight: 600;
  font-family: var(--open);
  margin-bottom: 0;
}

#termek .myform input {
  margin-top: 0;
}

/* ================================================================= */
/* === BELEOLVASOK FORM END === */
/* ================================================================= */


/* ================================================================= */
/* === READER PROMO START === */
/* ================================================================= */

#home .readerPromo h4 {
  font-size: 24px;
}

#termek .readerPromo .main,
#csomag .readerPromo .main {
  padding: 0 10%;
}

.readerPromo h4 {
  font-size: 40px;
  font-weight: bold;
  font-family: var(--asap);
  margin: 0;
  color: var(--content) !important;
  text-transform: none !important;
}

.readerPromo .main h4,
.readerPromo .main span,
.readerPromo .main p, 
.readerPromo .main span {
  font-family: var(--asap) !important;
}

.readerPromo .main a {
  width: 140px;
}

.readerPromo .grayBg {
  padding: 40px 0px !important;
  margin: 0 !important;
}

#termekek .readerPromo .main {
  padding: 0 10%;
}

#termekek .readerPromo .main h4 {
  font-size: 30px !important;
}

#termekek .readerPromo .main a {
  width: 140px;
}

#termekek .readerPromo .grayNormal {
  padding: 40px 0px !important;
  margin: 0 !important;
}

.readerPromo .box {
  background: #f7f7f7;
  border-radius: 10px;
}

.readerPromo .box img {
  width: 100%;
}

@media (max-width: 990px) {
  .readerPromo .box .data {
    align-items: center;
    margin: 0;
    padding: 50px;
    font-family: var(--asap);
  }
}

@media (min-width: 990px) {
  .readerPromo .box .data {
    align-items: center;
    margin: 0;
    padding: 65px 0px;
    font-family: var(--asap);
  }
}

.readerPromo .box .data .subTitle {
  font-size: 20px;
  margin: 0;
}

.readerPromo .box h4 {
  font-size: 24px;
  font-weight: bold;
  font-family: var(--asap);
  margin: 0;
}

.readerPromo .box span {
  font-family: var(--asap);
  font-weight: bold;
}

.readerPromo .box p {
  font-family: var(--asap);
}

/* ================================================================= */
/* === READER PROMO END === */
/* ================================================================= */

/* ================================================================= */
/* === ONLINEREADE START === */
/* ================================================================= */

#onlinereader {
  background: #ececec !important;
}

@media (min-width: 1200px) {
  .rightSideOpen {
    display: none;
  }

  .leftSideOpen {
    overflow-y: hidden;
    height: 90vh;
    position: sticky;
    top: 100px;
  }  
  .leftSideOpen .szures {
    display: none !important;
  }
  .scroll {
    overflow-y: hidden;
    height: 90vh;
  }

  .rightSideOpen {
    overflow-y: hidden;
    height: 90vh;
    position: sticky;
    top: 100px;
  }  
  .rightSideOpen .szures {
    display: none !important;
  }
  .scroll {
    overflow-y: hidden;
    height: 90vh;
  }
}

@media (max-width: 1199px) {
  .leftSideOpen,
  .rightSideOpen {
    position: absolute;
  }

  .leftSideOpen .szures {
    height: 40px;
    background: #fff;
    border-radius: 0 20px 20px 0;
    width: 40px;
    top: 50%;
    position: fixed;
    z-index: 5;
    box-shadow: 0px 0px 5px #00000024;
  }

  .leftSideOpen .szures i {
    font-size: 20px;
  }

  .leftSideOpen .szures a {
    text-decoration: none;
    outline: none;
    color: var(--content);
    font-weight: 500;
  }

  .leftSideOpen .mobilLeft {
    transform: translateX(-100%);
    top: 0;
    transition: all 200ms ease-in-out;
    position: fixed;
    z-index: 12;
    background: #eee;
    width: 80%;
    overflow: auto;
  }

  .leftSideOpen .mobilLeft form {
    display: none;
    position: absolute;
  }

  .leftSideOpen.active .mobilLeft form {
    display: block !important;
  }

  .leftSideOpen.active .mobilLeft {
    position: fixed;
    z-index: 12;
    top: 0px;
    background: #eee;
    width: 80%;
    transform: translateX(0%);
    overflow: auto;
  }

  .leftSideOpen.active .mobilLeft .scrolling {
    overflow: auto;
    height: 100vh;
  }
  .leftSideOpen.active .dark-bg {
    background: #00000075;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
  }

  .rightSideOpen .szures {
    height: 40px;
    background: #fff;
    border-radius: 20px 0 0 20px;
    width: 40px;
    top: 50%;
    right: 0;
    position: fixed;
    z-index: 5;
    box-shadow: 0px 0px 5px #00000024;
  }

  .rightSideOpen .szures i {
    font-size: 20px;
  }

  .rightSideOpen .szures a {
    text-decoration: none;
    outline: none;
    color: var(--content);
    font-weight: 500;
  }

  .rightSideOpen .mobilRight {
    transition: all 200ms ease-in-out;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    background: #eee;
    width: 80%;
    transform: translateX(100%);
    overflow: auto;
  }

  .rightSideOpen .mobilRight form {
    display: none;
    position: absolute;
  }

  .rightSideOpen .mobilRight form.noabsult {
    display: none;
    position: relative;
  }

  .rightSideOpen.active .mobilRight form {
    display: block !important;
  }

  .rightSideOpen.active .mobilRight {
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    background: #eee;
    width: 80%;
    transform: translateX(0%);
    overflow: auto;
  }

  .rightSideOpen.active .mobilRight .scrolling {
    overflow: auto;
    height: 100vh;
  }
  
  .rightSideOpen.active .dark-bg {
    background: #00000075;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
  }
  .rightSideOpen.active .list img {
    max-height: 130px !important;
  }
}

.readerList {
  padding: 0 20px;
}

.readerList .box {
  border-radius: 10px;
  background: #fff;
  height: auto;
  width: 100%;
  margin: 25px 0;
}

.readerList .box .bg {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.readerList .box .data {
  padding: 15px;
}

.readerList .box .buttons {
  position: absolute;
  bottom: 0;
}

.readerList .box .cta i {
  color: var(--content);
  font-size: 25px;
}

.readerList .box .cta span {
  font-weight: normal;
  font-size: 16px;
  color: var(--content);
  font-family: var(--asap);
}

.readerList .box .cta .ss-b {
  padding: 10px 0;
  border-radius: 10px;
  transition: all 200ms ease-in-out;
}

.readerList .box .cta .ss-b:hover {
  background: #ececec;
}

.readerList .box .cta a{
  outline: none;
  text-decoration: none;
}

.readerList .btn-red {
  padding: 3px 3%;
  font-size: 18px;
  text-transform: uppercase;
  background: #ff0043;
  border-radius: 10px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .readerList .box .buttons2 {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .readerList .box .cta .ss-b span {
    display: none;
  }
  .readerList .box .buttons {
    display: none !important;
  }
  .readerList .box .buttons2 {
    display: block !important;
  }
}

.readerForm input {
  display: none;
}

.readerForm .title {
  border-bottom: 1px solid #b5b5b5;
  text-transform: uppercase;
  color: var(--content);
  font-family: var(--asap);
  font-size: 16px;
  font-weight: 700;
}

.readerForm .box {
  background: #fff;
  color: var(--content);
  padding: 5px;
  width: max-content;
  border-radius: 5px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.readerForm .box:hover {
  background: #333;
}

.readerForm .box:hover p {
  color: white;
}

.readerForm label p {
  color: var(--content);
  font-family: var(--asap);
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  margin: 0;

}

.readerForm .checkbox {
  background: #ececec;
  color: #ececec;
  width: 25px;
  display: flex;
  height: 25px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}

.readerForm .box.active .checkbox i {
  color: var(--good) !important;
}

.readerForm .box.active .checkbox {
  background: #fff !important;
}

.readerForm .box.active p {
  color: #fff !important;
}

.readerForm .box.active {
  background: var(--good) !important;
}

.packageMini p.akcio {
  font-size: 16px !important;
  margin-bottom: -9px !important;
}

.packageMini .btn-more {
  font-size: 12px !important
}

.packageMini .btn-good {
  font-size: 16px !important
}

/* ================================================================= */
/* === ONLINEREADER END === */
/* ================================================================= */

/* ================================================================= */
/* === ONLINEREAD END === */
/* ================================================================= */

.rightSideColor {
  background: #e6e6e6;
  box-shadow: 0px 0 10px 0px #0000004a;
}

.mainSideColor {
  background: #f4f4f4;
  box-shadow: 0px 0 10px 0px #0000004a;
}

.leftSideColor {
  background: #fff;
}

.bookContent .content {
  padding: 0 15%;
}

.bookContent img.banner {
  height: 350px;
  object-fit: cover;
}

.bookContent .content .main .type {
  font-weight: 700;
  color: var(--content);
  font-family: var(--asap);
  text-transform: uppercase;
  font-size: 25px;
}

.bookContent .content .main h1 {
  font-weight: 600;
  color: var(--content);
  font-size: 40px;
}

.bookContent .content .date .new {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  font-size: 25px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #33cd99;
  color: white;
}

.bookContent .content .date .time .title {
  font-size: 16px;
  margin: 0;
  color: #aaa;
}

.bookContent .content .date .time .date {
  font-size: 20px;
  margin: 0;
  color: var(--content);
  font-weight: 700;
}

.sideButton {
  background: #eee;
  padding: 15px 40px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.sideButton a {
  font-family: var(--asap);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  color: var(--content);
}

.sideButton:hover {
  background: #33cd99;
}

.sideButton:hover a {
  color: white;
}

.mobilRight .prof img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}

.mobilRight .prof p {
  margin: 0;
}

.mobilRight .prof .by {
  color: #aaa;
  font-family: var(--asap);
  font-size: 18px;
}

.mobilRight .prof .name {
  color: var(--content);
  font-family: var(--asap);
  font-weight: 700;
  font-size: 25px;
  margin-top: -5px;
}

.mobilRight .bookSee {
  position: relative;
  padding: 0 10%;
  width: 100%;
  overflow: hidden;
  transition: all 200ms ease-in-out;
}

.mobilRight .bookSee .image:hover img {
  transform: scale(1.02);
}

.mobilRight .bookSee .image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: all 200ms ease-in-out;
  object-fit: cover;
}

.mobilRight .bookSee .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 200ms ease-in-out;
}

@media (max-width:990px) {
  .mobilRight .kapcsolodo h2.title {
    color: #fff;
    position: absolute;
    font-size: 29px;
    bottom: 3%;
    left: 15%;
    width: 70%;
    text-align: left;
    z-index: 5;
  }
}

@media (min-width:991px) {
  .mobilRight .kapcsolodo h2.title {
    color: #fff;
    position: absolute;
    font-size: 34px;
    bottom: 28px;
    left: 13%;
    width: 70%;
    text-align: left;
    z-index: 5;
  }
}

.mobilRight .subRead h4 {
  font-size: 35px;
}

.mobilRight .subRead label {
  font-size: 14px;
}

.mobilRight .subRead button {
  padding: 5px;
}

.mobilRight .subRead button:hover {
  color: #ff0000 !important;
}

.mobilLeft .close,
.mobilLeft .open {
  padding: 20px 40px;
  transition: all 200ms ease-in-out;
}

.mobilLeft .close {
  opacity: 0.5;
}

.mobilLeft .open i {
  display: none;
}

.mobilLeft .open:hover {
  background: #33cd99;
}

.mobilLeft .close:hover {
  background: #ccc;
  opacity: 1;
}

.mobilLeft .group:hover p {
  color: #fff;
}

.mobilLeft .group p {
  margin: 0;
  transition: all 200ms ease-in-out;
}

.mobilLeft .group a {
  color: var(--content);
  text-decoration: none;
  outline: none;
}

.mobilLeft .group .number {
  font-weight: 200;
  font-size: 15px;
}

.mobilLeft .group .name {
  font-weight: 700;
  font-size: 16px;
}

.settings {
  position: absolute;
  background: #cccccc;
  border-radius: 10px;
  z-index: 6;
  padding: 5px;
  width: 120px;
  top: 300px;
  left: -20px;
}

@media (max-width: 1200px) {
  .settings {
    left: 0px !important;
    top: 50px !important;
  }
}

.settings .grayBox {
  background: #666666;
  width: 100%;
  height: 45px;
  color: white;
  border-radius: 10px;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.settings .grayBox:hover {
  background: #474747;
}

.settings input {
  background: #fff;
  border-radius: 10px;
  outline: none;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  width: 100%;
  border: none;
}

.settings .blue,
.settings .red,
.settings .pink {
  padding: 6px 15px;
  border-radius: 10px;
  width: 100%;
  height: 45px;
}

.settings .blue {
  background: #0099cb;
  transition: all 200ms ease-in-out;
}

.settings .pink {
  background: #cc33cc;
  transition: all 200ms ease-in-out;
}

.settings .red {
  background: #cc3467;
  transition: all 200ms ease-in-out;
}

.settings .blue:hover {
  background: #02aae2;
}

.settings .pink:hover {
  background: #e73be7;
}

.settings .red:hover {
  background: #eb3c76;
}

.settings a {
  text-decoration: none;
  outline: none;
}

.settings p {
  text-align: center;
  color: var(--content);
  text-transform: uppercase;
  font-family: var(--asap);
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}

.settings .blue p,
.settings .pink p,
.settings .red p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--asap);
}

.settings .name {
  font-size: 14px;
  font-weight: 700;
}

.settings .comment {
  font-size: 10px;
  font-weight: 200;
}

.settings .blue i,
.settings .red i,
.settings .pink i {
  font-size: 25px;
  color: white;
}

.mymark {
  position: relative;
  left: -50px;
  width: 230px;
  padding: 10px;
  background: none;
  border-radius: 10px 50px 50px 10px;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.auto.mymark p,
.auto.mymark i {
  color: #0099cb;
}

.your.mymark p,
.your.mymark i {
  color: #cc33cc;
}

.my.mymark:hover {
  background: var(--good);
  border-radius: 10px 50px 50px 10px;
}

.your.mymark:hover {
  background: #cc33cc;
  border-radius: 10px 50px 50px 10px;
}

.auto.mymark:hover {
  background: #0099cb;
  border-radius: 10px 50px 50px 10px;
}

.mymark:hover p,
.mymark:hover i {
  color: white;
}

.mymark i {
  font-size: 25px;
  color: #ccc;
  margin-right: 10px;
}

.mymark p {
  margin: 0;
  color: #ccc;
  font-size: 14px;
}

.progressBar {
  background: #ccc;
  width: 100%;
  height: 70px;
}

.progressBar .bar {
  position: relative;
  top: -7px;
  border-radius: 0 10px 10px 0;
  width: 32%;
  height: 120%;
  display: flex;
  background: #0099cb;
  align-items: flex-end;
  padding-right: 20px;
  justify-content: center;
}

.progressBar .bar p {
  margin: 0;
  font-size: 16px;
  color: white;
  font-family: var(--asap);
}

.progressBar .bar p.number {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  color: white;
  font-family: var(--asap);
  margin-top: -10px;
}

.comments .mymessege img,
.comments .moremessege img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.comments .mymessege .bg,
.comments .moremessege .bg {
  background: #e8e8e8;
  border-radius: 0 20px 20px 20px;
  margin-left: 10px;
}

.comments input {
  width: 90%;
  background: #e8e8e8;
  padding: 15px;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  outline: none;
}

.comments .mymessege i.emoji {
  position: absolute;
  right: 60px;
  top: 17px;
  font-size: 30px;
  color: #0099cb;
  transition: all 200ms ease-in-out;
}

.comments .mymessege i.send {
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 30px;
  color: #0099cb;
  transition: all 200ms ease-in-out;
}

.comments .mymessege i:hover {
  transform: scale(1.05);
  color: var(--good);
}

.comments .moremessege .bg {
  padding: 10px;
  flex-shrink: inherit;
}

.comments .moremessege .name {
  font-weight: bold;
}

.comments .moremessege a {
  text-decoration: none;
  outline: none;
  color: var(--content);
  transition: all 200ms ease-in-out;
}

.comments .moremessege a:hover {
  color: var(--good);
}

.comments .answer {
  padding-left: 90px;
}

/* ================================================================= */
/* === ONLINEREAD END === */
/* ================================================================= */

/* ================================================================= */
/* === Gift === */
/* ================================================================= */

.blur_half {
  opacity: .6;
}

.blur_full {
  opacity: .3;
}

.giftBg {
  background: url(../images/giftbg.png) center center no-repeat;
  width: 100%;
  top: 0;
  background-attachment: fixed;
  background-position: top;
  position: relative;
  background-size: cover;
}

.giftBg .blur {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #333333); 
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.giftBg .uptop {
  z-index: 2;
  position: relative;
}

#navbar_main .navbar-nav.giftLpHeader .nav-link span.title {
  font-size: 30px !important;
  padding: 0 !important;
  font-style: italic;
  font-family: 'Asap Condensed';
  font-weight: 300;
}

#navbar_main .navbar-nav.giftLpHeader .nav-link span.liner {
  font-size: 55px !important;
  padding: 0 !important;
  font-style: italic;
  font-family: 'Asap Condensed';
  font-weight: 100;
  margin: 0;
  position: absolute;
  top: -3px;
  left: -20px;
}

.darkBody {
  background: #333333;
  position: relative;
}

.darkversion {
  background: #333333;
  height: 100%;
  width: 100%;
  position: relative;
}

.giftBg .author i {
  font-size: 26px;
  background: -webkit-linear-gradient(45deg, #ffd879, #db4677, #7361d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.giftBg .author {
  position: relative;
  right: 0;
}

.giftBg .arrow {
  position: absolute;
  right: 260px;
  transform: rotate(
-10deg
);
  object-fit: contain;
  border-radius: 0% !important;
}


.giftBg .author img {
  transition: all 500ms ease-in-out;
  border-radius: 50%;
}

.giftBg .author img.prof:hover {
  transform: rotate(
    360deg
    ) scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.425);
}

.giftBg .author a {
  text-decoration: none;
  outline: none;
  color: var(--content);
  transition: all 200ms ease-in-out;
}

.giftBg .author a:hover {
  color: var(--good);
}

#giftlp h2 {
  font-family: var(--lucky);
  font-size: 80px;
  background: -webkit-linear-gradient(0deg, #ffd879, #db4677, #7361d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#giftlp h1 {
  font-size: 50px;
  font-weight: 600;
  color: var(--content);
}

#giftlp .greenbg {
  background: #00ffa8;
}

#giftlp .pinkbg {
  background: #ff0066;
}

#giftlp .pinkbg,
#giftlp .greenbg {
  padding: 7px 10px;
  border-radius: 10px;
  font-size: 26px;
  font-style: italic;
  display: inline-block;
}

.giftBg .pinkline {
  background: url(../images/pinkline.png) center center no-repeat;
  width: 100%;
  position: relative;
  background-size: contain;
  height: 100%;
  padding: 16px;
}

.jackpotline {
  background: url(../images/pinkline.png) center center no-repeat;
  width: 100%;
  margin-top: -30px;
  position: relative;
  background-size: contain;
  height: 100%;
  padding: 16px;
}

.peopleline {
  background: url(../images/peopleline.png) center center no-repeat;
  width: 100%;
  position: relative;
  background-size: contain;
  padding: 16px;
}

.yellowline {
  background: url(../images/yellowline.png) center center no-repeat;
  width: 100%;
  position: relative;
  background-size: contain;
  height: 100%;
  padding: 16px;
}

.yellowCube {
  background: url(../images/yellowcube.png) center center no-repeat;
  position: relative;
  background-size: contain;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
}

.pinkline h3,
.peopleline h3,
.yellowline h3 {
  font-size: 32px;
  color: #fff;
  font-family: var(--lucky);
}

.giftDes .products {
  position: relative;
}

.giftDes .products img {
  transition: all 200ms ease-in-out;
}

.giftDes .products img:hover {
  transform: translateY(-10px);
}

.giftDes .products .link {
  display: inline-block;
  background: #ff0066;
  padding: 2px 10px;
  border-radius: 10px;
  transition: all 200ms ease-in-out;
}

.giftDes .products .link:hover {
  opacity: .8;
}

.giftDes .products .link a {
  font-size: 14px !important;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  font-style: italic;
}

.giftDes .products p {
  font-size: 12px !important;
  color: var(--content);
}

.giftBg .title h3 .main {
  font-family: var(--lucky);
  color: #fff;
  font-size: 60px;
}

.giftBg .title h3 span {
  font-family: var(--lucky);
  color: #fff;
  font-size: 50px;
}

.giftBg .imageTop {
  border: 20px solid #fff;
  background: rgba(255, 255, 255, 0.295);
  padding: 20px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 10px #00000024;
}

.giftBg .imageBottom {
  background: #fff;
  height: max-content;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 6px 10px #00000024;
}

.giftBg .sorsolas {
  background: var(--good);
  border-radius: 10px;
  box-shadow: 0 0 10px #0000002e;
}

.giftBg .sorsolas .member {
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: left !important;
}

.giftBg .sorsolas .member.active {
  color: #000;
  padding: 6px;
  box-shadow: inset 0 0 10px #00000073;
  background: #ecff4d !important;
}

.giftBg .owl-item {
  padding: 0 20px;
}

.giftBg .forGreen {
  filter: hue-rotate(
    251deg
    ) brightness(1.3);
}

.giftBg .buttons a.btn-warning {
  font-size: 32px !important;
  font-weight: bold !important;
  border-radius: 12px;
}

.giftBg iframe {
  border-radius: 10px;
}

.joined {
  background: #666666;
  padding: 5px;
  border-radius: 10px;
  width: 500px;
  max-width: 100%;
}

.joined .status {
  position: relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: all 200ms ease-in-out;
}

.joined .status.yes {
  background: var(--good);
}

.joined .status.no {
  background: var(--bad);
}

.joined .quest {
  text-decoration: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: white;
  background:var(--good);
  position: relative;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition: all 200ms ease-in-out;
}

.joined .reg {
  text-decoration: none;
  outline: none;
  display: inline-block;
  color: white;
  background: var(--good);
  padding: 3px 21px;
  border-radius: 10px;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
}

.joined .reg:hover {
  background: #ff0066;
}

.joined.me {
  border-left: 15px solid #ff0066;
}

.custom-checkbox .quest {
  text-decoration: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: white;
  background:var(--good);
  position: relative;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.custom-checkbox .quest:hover .boxed {
  display: block;
}

.custom-checkbox .quest .boxed {
  background: #fff;
  border-radius: 10px 0px 0px 10px;
  display: none;
  position: absolute;
  width: 300px;
  top: 30px;
  right: 0px;
  z-index: 5;
  box-shadow: 0 0 10px #00000047;
  border-right: 2px solid var(--good);
}

@media (min-width:991px) {
    .giftBg .name,
    .giftBg .nickname {
      font-size: 26px;
  }
}

@media (max-width:990px) {
  .giftBg .name,
  .giftBg .nickname {
    font-size: 20px;
  }

  #giftlp h2 {
    font-size: 32px;
  }

  #giftlp .pinkbg,
  #giftlp .greenbg {
    font-size: 18px;
  }

  .giftBg .title h3 .main {
    font-size: 28px !important;
  }
  
  .giftBg .title h3 span {
    font-size: 22px !important;
  }
}

#giftlp .myform .custom-checkbox .box {
  background: #eee;
}

#giftlp .mylab {
  opacity: 0;
  height: 0;
  transition: all 200ms ease-in-out;
}

#giftlp .mylab.active {
  opacity: 1;
  height: auto;
}

#giftlp .joinBox {
  background: #fff;
  border-radius: 10px;
  padding: 5%;
  width: 800px;
  margin-top: -40px;
  z-index: 1;
}

#giftlp .adBox {
  background: var(--good);
  border-radius: 10px;
  padding: 5%;
  width: 100%;
  margin-top: -40px;
  z-index: 1;
}

#giftlp .ad img {
  width: 280px;
}

#giftlp input {
  background: none;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
}

#giftlp label {
  font-weight: 300;
  font-family: var(--asap);
  color: #666;
}

.soDark {
  background: #27262b;
}

/* ================================================================= */
/* === Gift end === */
/* ================================================================= */


/* ================================================================= */
/* === VASARLAS === */
/* ================================================================= */

#vasarlas {
  min-height: 90vh;
}

.packageCart.mini .list img {
  max-height: 100px !important;
  border-radius: 0 !important;
  transition: all 500ms ease-in-out;
}

.packageCart.big .list img {
  max-height: 200px !important;
  border-radius: 0 !important;
}

#vasarlas .readerPromo h4 {
  font-size: 26px;
}

#vasarlas .readerPromo .grayNormal {
  padding: 35px;
  height: 100%;
}

#vasarlas .readerPromo {
  height: 100%;
}

#vasarlas .buyBox {
  padding: 7px 15px !important;
}

#csomagBox.packageCart .vlad {
  font-size: 16px !important;
}

#csomagBox.packageCart .inform .btn-more {
  font-size: 12px;
  margin: 0;
}

.more {
  position: absolute;
  right: 20px;
  width: max-content;
  border-radius: 10px;
  font-weight: 700;
  background: #fff000;
  padding: 3px;
  text-transform: uppercase;
  font-family: var(--asap);
  cursor: pointer;
  transition: all 500ms ease-in-out;
}

.more:hover {
  opacity: .8;
}

.more p {
  font-family: var(--asap);
}

.packageCart.mini {
  overflow: hidden;
}

#csomagBox {
  border: 2px solid #01deb4;
  max-height: auto;
  transition: all 500ms ease-in-out;
}

#vasarlas .fa-plus {
  font-size: 80px;
  color: var(--good);
    transition: all 500ms ease-in-out;
}

body.opened #csomagBox {
  max-height: 2000px;
  min-height: 100%;
}

.bordered {
  padding: 12px;
  border-radius: 15px;
  border: 3px dotted #aaa;
  position: relative;
  max-height: auto;
  transition: all 500ms ease-in-out;
}

.more i {
  transition: all 500ms ease-in-out;
}

body.opened .more i {
  transform: rotateZ(
    180deg
    );
}

body.opened .packageCart.mini .list img {
  max-height: 200px !important;
}

body.opened .btn-price {
  transform: scale(0);
}

body.opened .packageCart.mini .type {
  transform: scale(1);
  height: 100%;
}

#vasarlas .readerPromo {
  overflow: hidden;
}

.readerPromo .w100 {
  transition: all 500ms ease-in-out;
}

body.opened .readerPromo .w100 {
  width: 80% !important;
}

.readerPromo .des {
  height: 0 !important;
  opacity: 0;  
  transition: all 500ms ease-in-out;
  margin: 0;
}

body.opened .readerPromo .des {
  height: auto !important;
  opacity: 1;
  margin: 10px 0px;
}

body.opened .readerPromo h4 {
  margin: 10px 0px;
}

.packageCart.mini .type {
  transform: scale(0);
  height: 0;
  transition: all 500ms ease-in-out;
}

.packageCart.mini .full {
  transform: translateY(100%);
  max-height: 0;
  transition: all 500ms ease-in-out;
}

body.opened .packageCart.mini .full {
  transform: translateY(0%);
  max-height: 500px;
}

#vasarlas h1 {
  text-transform: uppercase;
  font-family: var(--asap);
  font-size: 16px;
  font-style: italic;
  color: #aaa;
  background: #fff;
  position: absolute;
  top: -11px;
  left: 40px;
  width: max-content;
  padding: 0 10px;
}

#vasarlas.winner h1 {
  text-transform: uppercase;
  font-size: 50px;
  font-style: italic;
  color: var(--content);
  position: relative;
  background: none;
  font-family: var(--lucky);
  padding: 0;
  top: 0;
  left: 0;
  margin: 0;
}

#vasarlas.winner .imageTop{
  width: 100%;
  height: 300px;
}

#vasarlas.winner .imageTop img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#vasarlas.winner .place {
  font-size: 26px;
}

#vasarlas a.cube {
  text-decoration: none;
  outline: none;
}

#vasarlas a.cube:hover {
  background: var(--warning) !important;
}

#vasarlas .cube i {
  display: none;
}

#vasarlas .cube {
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 50%;
  font-size: 24px;
  color: white;
  border: 4px solid #fff;
}

#vasarlas .cube.done {
  background: var(--good) !important;
}

#vasarlas .cube.done i {
  display: block !important;
}

#vasarlas .cube.now {
  background: #03e1b9 !important;
}

#vasarlas .steps p {
  color: #333;   
  margin-bottom: 5px;
}

@media (max-width: 990px) {
  #vasarlas .line {
    background: #ccc;
    width: 80%;
    height: 5px;
    position: absolute;
  }
  #vasarlas .steps p {
    display: none;
  }
}

@media (min-width: 991px) {
  #vasarlas .line {
    background: #ccc;
    width: 80%;
    height: 3px;
    top: 54px;
    position: absolute;
  }
}

#vasarlas .desktop-none .custom-checkbox .box {
  background: #ccc !important;
}

#vasarlas form {
  width: 600px;
  margin: 0;
}

#vasarlas form input,
#vasarlas form textarea {
  background: #eee !important;
}

#vasarlas form h3 {
  text-transform: uppercase;
  font-size: 25px;
  margin: 0;
}

#vasarlas form p.asap {
  font-size: 18px;
    margin-top: -7px;
}

#vasarlas form label {
  color: #666;
  font-family: var(--asap);
}

#vasarlas form .custom-checkbox .box {
  background: #eee !important;
}

#vasarlas form a {
  font-family: var(--asap);
  color: var(--content);
}

@media (max-width: 990px) {
  .regPromo .icon {
    width: 100% !important;
    border-radius: 10px 10px 0 0 !important;
  }
  
  .regPromo .data {
    width: 100% !important;
    border-radius: 0 0 10px 10px !important;
  }
}

.regPromo .icon {
  background: #ebaf4c;
  height: 140px;
  border-radius: 10px 0 0 10px;
}

.regPromo .data {
  height: 150px;
  background: #ffcc00;
  border-radius: 0 10px 10px 0;
  padding: 10px;
}

.regPromo .icon i {
  font-size: 60px;
}

.regPromo .data h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: var(--asap);
  text-transform: uppercase;
}

.regPromo .data i {
  font-size: 20px;
}

.regPromo .data p {
  margin: 0;
  font-size: 18px;
  font-family: var(--asap);
}

.grayBlack {
  background: #e2e2e2;
  padding: 20px;
  border-radius: 10px;
  width: 370px;
  height: 400px;
  margin: 10px;
  margin-left: 19px;
}

.grayBlack h3 {
  font-size: 25px;
  font-weight: bold;
  text-transform: inherit !important;
  color: var(--content) !important;
  line-height: 1.2;
  margin-bottom: 10px !important;
}

.grayBlack .elony {
  background:#ffcc00;
  color: var(--content);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  font-family: var(--asap);
  margin-left: 10px;
}

.grayBlack p.asap {
  font-style: italic;
  color: gray;
  font-style: 14px;
}

#vasarlas .price .title {
  font-size: 26px;
  font-weight: 600;
  font-family: var(--asap);
}

#vasarlas .price .sum {
  font-size: 26px;
  font-weight: 600;
  font-family: var(--asap);
}

#vasarlas .myid {
  text-transform: uppercase;
  font-weight: 100;
  font-family: var(--asap);
  font-size: 20px;
}

/* ================================================================= */
/* === VASARLAS END === */
/* ================================================================= */

/* ================================================================= */
/* === INFLUENSZER === */
/* ================================================================= */

#influenszer {
  min-height: 90vh;
}

#influenszer .menu {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

#influenszer .menu a {
  border: 1px solid #ccc;
  background: #ccc;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  width: 20%;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  color: var(--content);
  font-weight: 600;
  font-size: 20px;
  font-family: var(--asap);
  transition: all 200ms ease-in-out;
  position: relative;
}

#influenszer .menu .desktop-none a {
  border-radius: 10px;
  border-bottom: inherit !important;
  margin-bottom: 5px;
}

#influenszer .menu .desktop-none .line {
  display: none;
}

#influenszer .menu a h2 {
  text-transform: uppercase;
  color: var(--content);
  font-weight: 600;
  font-size: 20px;
  font-family: var(--asap);
  transition: all 200ms ease-in-out;
}

#influenszer .menu a.active {
  background: #fff;
}

#influenszer .menu a:hover {
  background: var(--good);
}

#influenszer .menu a:hover h2 {
  color: white;
}

#influenszer .menu a.active:hover {
  background: #fff;
}

#influenszer .menu a.active:hover h2 {
  color: var(--content);
}

#influenszer .menu a .line {
  background: white;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  opacity: 0;
  transition: all 200ms ease-in-out;
}

#influenszer .menu a.active .line {
  opacity: 1;
}

#influenszer_table p {
  margin: 0;
}

#influenszer_table tr.main td {
  font-weight: 700;
  color: var(--content);
  padding: 10px;
  font-size: 18px;
  border-radius: 10px;
  background: #ccc;
  margin-right: 15px;
  font-family: var(--asap);
  border-right: 2px solid white
}

#influenszer_table table {
  border-radius: 10px;
}

#influenszer_table tr td {
  padding: 1px;
}

#influenszer_table tr td p {
  color: var(--content);
  font-size: 14px;
  margin: 0;
  margin-left: 10px;
}

#influenszer_table tr {
  border: 2px solid #fff;
}

#influenszer_table tr .data {
  background: rgb(241, 241, 241);
}

.btn-table {
  color: white;
  padding: 10px;
  font-size: 16px;
  border-radius: 10px;
  background: var(--good);
  text-decoration: none;
  outline: none;
  text-align: center;
  font-family: var(--asap);
  margin: 0;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.btn-table:hover {
  opacity: .8;
  color: white;
}


#influenszer h3 {
  color: var(--content);
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--asap);
}

#influenszer .des p {
  margin: 0;
}

#influenszer .des p.main {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}

#influenszer .action {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  cursor: pointer;
}

#influenszer a.btn-good {
  font-family: var(--open) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

#influenszer a.later {
  text-transform: uppercase;
  color: var(--good);
}

#invite .custom-checkbox .box, 
#invite_byemail .custom-checkbox .box,
#sorsolas .custom-checkbox .box,
#reszletek .custom-checkbox .box {
  background: #eee !important;
}

#invite .myform input, 
#invite .myform textarea,
#invite .myform select {
  background: #eee !important;
}

#invite .des,
#invite_byemail .des {
  font-style: italic;
}

#invite_byemail .price p {
  font-weight: 600;
  font-style: italic;
}

#invite h3,
#reszletek h3,
#sorsolas h3 {
  font-weight: 500;
}

.gift-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 14px;
}

.quest p {
  color: #aaa;
  font-family: var(--asap);
  font-size: 18px;
}

.quest .instuct {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  background: #ffdf00;
  color: var(--content) !important;
  font-style: italic !important;
  font-family: var(--asap);
  text-decoration: none !important;
  font-weight: 400 !important;
}

.quest span {
  color: #7476c7 !important;
  font-style: italic !important;
  text-decoration: underline !important;
  font-weight: 700 !important;
  font-family: var(--asap);
}

.users .custom-checkbox label span.des1 {
  color: #7cabe4;
}

.users .custom-checkbox label span.status {
  color: var(--good);
}

.users {
  font-size: 14px;
}

.links label {
  color: var(--content);
  font-weight: 700;
  font-family: var(--asap);
  font-size: 18px;
}

.links input {
  text-decoration: none;
  outline: none;
  border: none;
  background: #eee;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
  color: gray;
  font-style: italic;
}

.links button {
  text-decoration: none;
  outline: none;
  border: none;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--good);
  border-radius: 5px;
  padding: 15px;
  transition: all 200ms ease-in-out;
}

.links button:hover {
  opacity: .7;
}

.uj-jatek .myform input,
.uj-jatek .myform textarea {
  background: #eee !important;
  margin: 0 !important;
}

.uj-jatek .myform label {
  text-transform: uppercase;
  font-size: 18px;
}

.uj-jatek .custom-checkbox .box {
  background: #eee !important;
}

.custom-checkbox.checked .box {
  border-radius: 10px !important;
}

.custom-checkbox.checked .box.active .check {
  border-radius: 5px !important;
}

.dottedBox {
  border-radius: 10px;
  border: 2px dotted #aaa;
  padding: 10px;
  position: relative;
  padding-bottom: 30px;
}

.dottedBox .absult {
  position: absolute;
  right: 45px;
  bottom: -29px;
}

#score_table table p {
  margin: 0;
}

#score_table table tr.main {
  background: yellow;
  color: var(--content);
}

#score_table table tr.main td {
  padding: 6px;
}

#score_table table tr.main td p {
  font-size: 16px;
}

#score_table table tr td p {
  font-size: 12px;
  margin-right: 15px;
}

#score_table table tr td {
  padding: 6px;
}

#score_table table tr {
  background-color: #ccc;
}

#score_table table tr:nth-child(even) {
  background-color: #eee;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

#influenszer .myscore {
  font-size: 26px;
}




/* ================================================================= */
/* === INFLUENSZER END === */
/* ================================================================= */


/* ================================================================= */
/* === hirek === */
/* ================================================================= */

#hir .mobilRight .subRead button:hover {
  color: #fff !important;
}

#hir input {
  background: #ccc !important;
}

.blogBox {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
}

.blogBox .info {
  padding: 15px;
}

.blogs .blog {
  overflow: hidden;
  width: 100%;
  height: 250px;
  border-radius: 15px;
  transition: all 200ms ease-in-out;
}

.blogs .blog img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 200ms ease-in-out;
  object-fit: cover;
}

.blogs .blog:hover img {
  transform: scale(1.05);
}

#hirek h2,
#hir h2 {
  font-size: 24px;
  margin: 10px 0px;
  transition: all 200ms ease-in-out;
}

#bolt h2 {
  font-size: 26px;
  margin: 10px 0px;
}

#hir h1 {
  font-size: 60px;
  margin: 10px 0px;
  transition: all 200ms ease-in-out;
  font-weight: 700;
  font-family: var(--asap);
}

.blogs .blog.hir {
  height: auto !important;
  max-height: 600px;
}

#hirek h2:hover,
#hir h2:hover {
  color: var(--good);
}

#hirek a,
#hir a,
#bolt a {
  color: var(--content);
  text-decoration: none;
  outline: none;
}

.shopBox {
  border-radius: 10px;
  border: 1px solid #eee;
  height: 300px;
  min-height: max-content;
}

.shopBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 200ms ease-in-out;
}

.shopBox img:hover {
  transform: scale(1.05);
}

.shopBox .info i {
  width: 20px;
  text-align: center;
}

.shopBox .logo {
  font-size: 75px;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  text-shadow: 
  -1px 1px 0 var(--good), 
  1px 1px 0 var(--good), 
  1px -1px 0 var(--good), 
  -1px -1px 0 var(--good);
  height: 100%;
  transition: all 200ms ease-in-out;
}
.shopBox .logo:hover {
  transform: scale(1.05);
}

.pageIndex {
  border-bottom: 1px solid #ccc;
  padding: 15px 35px;
  font-family: 'Asap Condensed';
  margin-bottom: 20px;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.pageIndex:hover {
  border-bottom: 1px solid var(--good);
  color: var(--good);
}


.pageIndex.active {
  border-bottom: 1px solid var(--good);
  padding: 15px 35px;
  font-family: 'Asap Condensed';
  margin-bottom: 20px;
  color: var(--good);
  font-weight: bold;
}

/* ================================================================= */
/* === hirek END === */
/* ================================================================= */

/* ================================================================= */
/* === Regisztráció  === */
/* ================================================================= */

.in {
  height: 100vh;
}

.signBox {
  border-radius: 10px;
  border: 2px dotted #ccc;
  width: 500px;
}

.signBox label {
  font-size: 14px;
}

.signBox h1 {
  font-weight: 600;
  font-size: 26px;
}

/* ================================================================= */
/* === Regisztráció END === */
/* ================================================================= */


.readNow h3 {
  font-family: var(--asap);
  font-size: 30px;
  font-weight: 700;
}

#modalprice .name {
  font-size: 14px !important;
}

#invite_byemail .modal-dialog {
  box-shadow: 0 0 0 2000px #000000a8;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}


/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 10px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-color: #aaa transparent transparent transparent;
}

#hirdetes .select-items {
  position: inherit !important;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #aaa transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div {
  color: #000;
  padding: 8px 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
}

.select-selected {
  margin: 10px 0px;
  position: relative;
  background: #eee;
  color: #000 !important;
  padding: 11px 16px !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  font-size: 16px !important;
  font-family: var(--open);
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 10px;
  border: 1px solid #ccc;
  height: max-content;
  max-height: 250px;
  overflow: auto;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
} 

.same-as-selected {
  color: #000 !important;
}

@keyframes float {
	0% {
		transform: translatey(0px) rotate(0deg);
	}
	50% {
		transform: translatey(-30px) rotate(-10deg);
	}
	100% {
		transform: translatey(0px) rotate(0deg);
	}
}

.my_animation.air {
	animation: float 4s ease-in-out infinite;
}

.custom-checkbox .kiemeles {
  font-weight: bold;
  font-style: italic;
  color:  #6b65bf;
  text-decoration: underline;
}