@media (min-width: 992px) {
  .col-lg-5-12 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

.btn {
  margin: 0 5px;
  border: 1px solid #666666;
}
.btn:hover {
  background-color: #B8B8B8;
}

.btn-blue {
  font-size: 16px;
  font-size: 1rem;
  color: white;
  font-family: Roboto Slab, sans-serif;
  background-color: #0C64A6;
  border: none;
}
.btn-blue:hover {
  background-color: #002e62;
  color: white;
}

.btn-grey {
  font-size: 16px;
  font-size: 1rem;
  color: black;
  font-family: Roboto Slab, sans-serif;
  background-color: #666666;
}
.btn-grey:hover {
  background-color: #666666;
  color: black;
}

.disabled-btn {
  cursor: auto;
}

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

.login-row {
  background-color: #f5f5f5;
}
.login-row a {
  display: inline;
  color: inherit;
  padding: 0;
  font-weight: 400;
}

.cart-row {
  background-color: white;
}
.cart-row .navbar-toggler {
  border: none;
}

.cart-menu {
  padding: 20px 0px;
}

.cart {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #8F8F8F;
  border-radius: 40px;
  padding: 3px;
  width: 80px;
  height: 35px;
  margin-right: 5px;
}

.cart-circle {
  background-color: #ED6663;
  border: 1px solid #ED6663;
  display: inline-block;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}

.item-num {
  line-height: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
}

.logo {
  object-fit: contain;
  display: inline-block;
  height: 3rem;
  max-width: 100%;
}

.mainmenu-row {
  background-color: #0C64A6;
  position: relative;
}
.mainmenu-row .container {
  padding-right: 0;
}
@media (min-width: 576px) {
  .mainmenu-row .container {
    padding-right: 15px;
  }
}

.mainmenu {
  padding: 0;
  background-color: #0C64A6;
}
.mainmenu .mainmenu-col {
  padding: 0;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 100;
  background-color: white;
}
@media (min-width: 992px) {
  .mainmenu .mainmenu-col {
    background-color: #0C64A6;
    position: static;
    padding: 0;
    border: none;
  }
}
.mainmenu ul {
  margin: 0;
}
.mainmenu ul > li {
  width: auto;
  display: block;
  margin-left: 0;
  margin-right: 0.65rem;
  padding: 0 2em;
  font-size: 16px;
  font-size: 1rem;
  color: #002e62;
  font-family: Roboto Slab, sans-serif;
  font-weight: 700;
}
@media (min-width: 992px) {
  .mainmenu ul > li {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: white;
    border-bottom: none !important;
    padding: 0;
    min-height: 58px;
    display: flex;
    align-items: center;
  }
}
.mainmenu ul > li:not(:last-child) > a {
  border-bottom: 1px solid #E9E9E9;
}
@media (min-width: 992px) {
  .mainmenu ul > li:not(:last-child) > a {
    border: none;
  }
}
.mainmenu ul > li a {
  line-height: 2rem;
}
@media (min-width: 992px) {
  .mainmenu ul > li:hover {
    background-color: #002e62;
  }
  .mainmenu ul > li:hover a {
    color: white;
  }
}
.mainmenu ul .active {
  background-color: #002e62;
}

.login-navbar {
  background-color: #f5f5f5;
  justify-content: flex-end;
  padding: 10px 0px;
  position: relative;
}
.login-navbar ul {
  padding: 0;
  margin: 0;
}
.login-navbar ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #8F8F8F;
}
.login-navbar ul li:first-child {
  border-right: 1px solid #0C64A6;
}

.usermenu .circle {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #666666;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.usermenu .fa-user {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
}
.usermenu a, .usermenu button {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
  font-family: Roboto Slab, sans-serif;
}

.usermenu-dropdown {
  position: absolute;
  right: 0;
  left: unset;
}
.usermenu-dropdown ul {
  margin: 0;
}
.usermenu-dropdown li {
  display: block;
  text-align: center;
}
.usermenu-dropdown button {
  border: none;
  background-color: white;
  padding: 0;
}

.login-box {
  padding: 14px;
  text-align: center;
}
.login-box input, .login-box button, .login-box a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}
.login-box input, .login-box button {
  border: 1px solid #B8B8B8;
  height: 2rem;
}
.login-box input {
  width: 200px;
}
.login-box button {
  border-radius: 5px;
}
.login-box ::placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
  font-family: Roboto Slab, sans-serif;
}
.menulist {
  list-style: none;
  padding: 0;
}

.menu-text {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: Roboto Slab, sans-serif;
  font-weight: bold;
}

.menuitem {
  display: inline;
}

.static-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8F8F8F;
  font-family: Roboto Slab, sans-serif;
  text-align: justify;
}

.small-darkgray-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Roboto Slab, sans-serif;
  font-weight: 400;
  text-align: justify;
}

.newsletter-row {
  background-color: #002e62;
  color: white;
  padding: 2.5rem 0;
}
.newsletter-row .row {
  padding: 0;
}
.newsletter-row .left {
  padding: 0;
  display: inline-block;
}
.newsletter-row .left .title-box {
  text-transform: uppercase;
  font-weight: bold;
}
.newsletter-row .right {
  padding: 0;
  display: inline;
  margin: auto;
}

.search-img {
  display: inline;
}

.searchbox {
  height: 100%;
  width: 100%;
  align-items: center;
  padding: 0;
}

.searchform {
  align-items: stretch;
  height: 58px;
  justify-content: space-between;
  margin: 0;
}
.searchform:hover input, .searchform input:hover, .searchform input:focus, .searchform input:active {
  background-color: white;
  outline: none;
  box-shadow: none;
  border-color: #0C64A6;
}
.searchform input, .searchform button {
  padding: 0;
}
.searchform input {
  display: block;
  border-radius: 0;
  width: auto;
  height: 100%;
  background-color: white;
  padding: 10px;
  border: 0;
  border-top: 1px solid #0C64A6;
  border-bottom: 1px solid #0C64A6;
  outline: none;
}
.searchform button {
  background-color: #002e62;
  display: block;
  border: none;
  max-width: 50px;
}
.searchform button img {
  display: block;
  margin: auto;
  max-width: 20px;
}

.graysearch {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
  margin: 10px 0px;
}
.graysearch p {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
.graysearch input {
  border: 1px solid #E9E9E9;
  padding-left: 10px;
  border-radius: 0;
  width: 100%;
  color: #666666;
  outline: none;
}

.smalltitle-col {
  padding-left: 0;
  margin-left: 0.3125rem;
}
.smalltitle-col:hover input, .smalltitle-col input:hover, .smalltitle-col input:focus {
  background-color: white;
}
.smalltitle-col input, .smalltitle-col button {
  padding: 0;
}
.smalltitle-col input {
  display: inline-block;
  border-radius: 0;
  width: auto;
  height: 100%;
  padding: 10px;
  border: 1px solid #B8B8B8;
  outline: none;
}
.smalltitle-col button {
  background-color: #0C64A6;
  display: inline-block;
  border: none;
  max-width: 40px;
}
.smalltitle-col button img {
  display: inline-block;
  margin: auto;
  max-width: 20px;
}

.newsletter-desc h4 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: Roboto Slab, sans-serif;
}
.newsletter-desc div {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Open Sans, sans-serif;
}

.newsletter-formbox {
  display: flex;
  align-items: center;
}

.newsletter-form {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: Roboto Slab, sans-serif;
  background-color: #002e62;
  width: 100%;
}
.newsletter-form .newsletter-input {
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  font-family: Open Sans, sans-serif;
  background-color: #002e62;
  border: 2px solid white;
  padding: 8px;
  width: 90%;
  background-image: url(../images/Email_feher.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-origin: content-box;
}
.newsletter-form button {
  font-size: 14px;
  font-size: 0.875rem;
  color: #002e62;
  font-family: Open Sans, sans-serif;
  background-color: white;
  border: 2px solid white;
  padding: 8px;
  width: 10%;
}

input:focus {
  outline: none;
}

.footer-menu-row {
  background-color: white;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #002e62;
  font-family: Roboto Slab, sans-serif;
  padding: 1rem 0px;
}

.bottom-menu {
  padding-left: 20px;
}

.footer-li {
  list-style-type: disc;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Open Sans, sans-serif;
  line-height: 2rem;
}
.footer-li a {
  color: #002e62;
}

.bottom-contact {
  margin: 28px -15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Open Sans, sans-serif;
}
.bottom-contact .col-3 {
  display: flex;
}
.bottom-contact .col-9 {
  padding: 0;
}
.bottom-contact p {
  margin-bottom: 0;
}

.bottom-title {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.375rem;
  margin-bottom: 20px;
}
.bottom-title img {
  height: 2.375rem;
}

.social-logo {
  height: 2.375rem;
  margin-right: 19px;
}
.copyright-row {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 0.875rem;
  color: #8F8F8F;
  font-family: Roboto Slab, sans-serif;
  padding: 1rem 0;
}

.bottom-static-img {
  float: left;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin: auto;
  padding-right: 10px;
}

.carousel {
  background-image: linear-gradient(#61adc7, #8fc7e0);
}

.static {
  background-color: #002e62;
}

.newsletter-input::placeholder {
  color: white;
  opacity: 1;
}

.about-us-row {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Roboto Slab, sans-serif;
  padding: 2rem 0;
  text-align: justify;
}
.about-us-row .row {
  padding: 15px 0px;
}
.about-us-row img {
  float: left;
  padding-right: 10px;
}

.about-us-img {
  max-width: 250px;
  margin: auto;
}

.about-us-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-items: stretch;
  height: 100%;
  background-color: white;
}
.about-us-card .card-body {
  width: 100%;
}
.about-us-card .card-text {
  text-align: center;
}

.graybox {
  background-color: #f5f5f5;
  padding: 10px;
}

.static-smalltitle {
  color: #8fc7e0;
  font-family: Roboto Slab, sans-serif;
}
@media (min-width: 768px) {
  .static-smalltitle {
    overflow: hidden;
  }
  .static-smalltitle::after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    border-top: 1px solid #8fc7e0;
    margin-right: -100%;
    margin-left: 28px;
  }
}

.static-smalltitle-lblue {
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  font-family: Roboto Slab, sans-serif;
}

.coworkers-wrapper {
  align-content: center;
}

.authors-wrapper {
  padding: 0;
}

.padding-height {
  padding: 15px 0px;
}

.item-card {
  font-size: 14px;
  font-size: 0.875rem;
  color: #0e0c0c;
  font-family: Roboto Slab, sans-serif;
  background-color: white;
  text-align: center;
  display: inline-block;
  word-break: break-word;
  flex: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #f5f5f5;
}
.item-card .title {
  color: #8fc7e0;
  text-transform: uppercase;
}

.offer-row {
  background-color: #8fc7e0;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  font-family: Roboto Slab, sans-serif;
  padding: 2rem 0;
  text-align: center;
}
.offer-row button {
  background-color: #8fc7e0;
  color: white;
  width: 20%;
  border: 2px solid white;
  border-radius: 5px;
  padding: 5px;
  margin: 10px;
  white-space: nowrap;
  width: auto;
}

.content-border {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.coworkers-row {
  background-color: #f5f5f5;
  padding: 2rem 0;
}

.left-wrapper {
  padding: 0 0 15px 15px;
}
@media (min-width: 768px) {
  .left-wrapper {
    display: block !important;
    padding: 30px 0 15px 0;
  }
}
.left-wrapper .darkblue-title {
  font-size: 18px;
  font-size: 1.125rem;
}
.left-wrapper .row + .row {
  margin-top: 30px;
}
.left-wrapper .category-children {
  padding-left: 20px;
}
.left-wrapper .category-children li {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #002e62;
  font-family: Open Sans, sans-serif;
  padding: 5px 0;
  border-bottom: 1px solid #E9E9E9;
  line-height: 2rem;
}
.left-wrapper .category-children a:hover {
  color: #61adc7;
}

.category-banner {
  height: 170px;
  max-height: 15%;
}
.category-banner div {
  height: 100%;
}
.category-banner h1 {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  color: #002e62;
  font-family: "Lato";
}

.darkblue-smalltitle {
  font-size: 14px;
  font-size: 0.875rem;
  color: #002e62;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  margin: 0.625rem;
}

.darkblue-title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #002e62;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  margin: 0.625rem;
  text-transform: uppercase;
}

.darkblue-list-nowrap {
  font-size: 14px;
  font-size: 0.875rem;
  color: #002e62;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 0;
}

.darkblue-list {
  font-size: 14px;
  font-size: 0.875rem;
  color: #002e62;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.graybottom-row {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px;
  cursor: pointer;
}
.graybottom-row p {
  margin-bottom: 0;
}
.graybottom-row:hover .darkblue-list, .graybottom-row:hover .darkblue-list-nowrap {
  color: #61adc7;
}

.card-margins {
  margin-top: 15px;
  margin-bottom: 15px;
}

.main-banner {
  width: 100%;
}
.main-banner .bx-wrapper {
  border: none;
  background: none;
  box-shadow: none;
}

.bx-marg-0 .bx-wrapper {
  margin-bottom: 0;
}

.banner-info {
  padding: 28px 0;
  background-color: #0C64A6;
  color: white;
}
.banner-info img {
  float: left;
  margin-right: 10px;
}
.banner-info h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Roboto Slab, sans-serif;
}
.banner-info p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Open Sans, sans-serif;
  margin-bottom: 0;
}

.promotion .promotion-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.promotion .promotion-data .date {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}
@media (min-width: 576px) {
  .promotion .promotion-data .date {
    font-size: 18px;
    font-size: 1.125rem;
    color: white;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }
}
.promotion .promotion-data h1 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #002e62;
  font-family: '"Lato", sans-serif';
}
@media (min-width: 576px) {
  .promotion .promotion-data h1 {
    margin: 20px 0;
    font-size: 50px;
    font-size: 3.125rem;
    color: #002e62;
    font-family: '"Lato", sans-serif';
  }
}
.promotion .promotion-data a {
  font-size: 16px;
  font-size: 1rem;
  color: white;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
  width: 50%;
  border-bottom: 1px solid white;
  line-height: 2rem;
  margin-bottom: 20px;
}
.promotion .discount-tag-box {
  padding: 10px;
  text-align: right;
}
.promotion .discount-tag {
  position: relative;
  display: inline-block;
}
.promotion .discount-tag img {
  width: 9.375rem;
  height: 9.375rem;
}
.promotion .discount-tag .discount {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-size: 3.125rem;
  color: white;
  font-weight: 700;
}
.promotion .promotion-image img {
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
  margin: auto;
}

.heading {
  font-size: 28px;
  font-size: 1.75rem;
  color: #8fc7e0;
  font-family: Roboto Slab, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 2rem auto 1rem;
}
@media (min-width: 768px) {
  .heading {
    overflow: hidden;
  }
  .heading::after, .heading::before {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    border-top: 1px solid #8fc7e0;
  }
  .heading::after {
    margin-right: -100%;
    margin-left: 28px;
  }
  .heading::before {
    margin-left: -100%;
    margin-right: 28px;
  }
}

.heading, .subheading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.subheading {
  font-size: 16px;
  font-size: 1rem;
  color: #8F8F8F;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.prodcard-wrapper {
  height: 100%;
  padding-bottom: 20px;
}

.prodcard-unavailable {
  opacity: 0.65;
}
.prodcard-unavailable .prodcard {
  background-color: #E9E9E9;
}

#webshop_main .prodcard {
  background: linear-gradient(15deg, #f5f5f5 50%, white 50%);
}
#webshop_main .prodcard-author {
  order: 1;
}
#webshop_main .prodcard-title {
  order: 2;
}

.prodcard {
  padding: 15px 5px;
  max-width: 200px;
  margin: 0 auto;
  border: 1px solid #f5f5f5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.prodcard .prodcard-image {
  position: relative;
}
.prodcard .prodcard-image .discount-tag-box {
  position: absolute;
  right: 0;
  top: -10px;
}
.prodcard .prodcard-image .discount-tag {
  position: relative;
  display: inline-block;
}
.prodcard .prodcard-image .discount-tag img {
  width: 3.75rem;
  height: 3.75rem;
}
.prodcard .prodcard-image .discount-tag .discount {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 1.25rem;
  color: white;
  font-weight: 700;
}
.prodcard .prodcard-image .prod-cover {
  text-align: center;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodcard .prodcard-image .prod-cover img {
  max-height: 200px;
  max-width: 100%;
}
.prodcard a:hover {
  color: #0e0c0c;
}
.prodcard .title-row {
  height: 4.5em;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.prodcard .prodcard-title, .prodcard .prodcard-author {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
  text-align: center;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.prodcard .prodcard-title {
  margin-top: 0.5em;
}
.prodcard .prodcard-author {
  font-size: 0.875rem;
  margin-bottom: 4px;
}
.prodcard .prodcard-price {
  text-align: center;
  position: relative;
}
.prodcard .prodcard-price .fa-info-circle {
  position: absolute;
  right: 5px;
  top: 14px;
}
.prodcard .prodcard-price > div {
  display: inline-block;
  margin: auto 0.5rem;
}
.prodcard .prodcard-price .listprice {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
  text-decoration: line-through;
  margin: 12px 22px 8px 8px;
}
.prodcard .prodcard-price .saleprice {
  font-size: 14px;
  font-size: 0.875rem;
  color: #0C64A6;
  font-family: Open Sans, sans-serif;
}
.prodcard .prodcard-price .saleprice .price {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}

.unavailable-label {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
  text-align: center;
}

.fa-shopping-basket {
  cursor: pointer;
}

.prodcard-intocart {
  padding-top: 5px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

section {
  margin-bottom: 2rem;
}

.bg-gray {
  background-color: #f5f5f5;
}

.article-card {
  background-color: white;
  margin: 30px 0;
}

.article-container {
  padding: 1.5rem;
}
.article-container img {
  max-width: 100%;
}

.article-image {
  position: relative;
  height: 120px;
}
.article-image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.article-image label {
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  font-family: Roboto Slab, sans-serif;
  background-color: #0C64A6;
  padding: 0.5em 1em;
  position: absolute;
  bottom: -1.5em;
  left: 1.5em;
}

.article-desc {
  padding: 30px 16px;
}
.article-desc h2 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  height: 2.5em;
  overflow: hidden;
}
.article-desc .listdesc {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  height: 5em;
  overflow: hidden;
  position: relative;
}
.article-desc .listdesc * {
  line-height: 1.5em;
}
.article-desc .listdesc::after {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
}
.article-desc a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #61adc7;
  font-family: Open Sans, sans-serif;
}
.book-data {
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 30px 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}
.book-data li {
  line-height: 1.7em;
}

.product-main {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.product-main .title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #666666;
  font-family: Roboto Slab, sans-serif;
  padding-right: 80px;
}
.product-main .prod-author {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #61adc7;
  font-family: Roboto Slab, sans-serif;
  margin-top: 16px;
}
.product-main .prodcard-price {
  margin-top: 16px;
  margin-bottom: 16px;
}
.product-main .prodcard-price * label {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}
.product-main .prodcard-price > div {
  display: inline-block;
}
.product-main .prodcard-price label {
  margin-right: 4px;
}
.product-main .prodcard-price .listprice {
  margin-right: 30px;
  text-decoration: line-through;
}
.product-main .prodcard-price .saleprice {
  font-size: 24px;
  font-size: 1.5rem;
  color: #0C64A6;
  font-family: Open Sans, sans-serif;
}
.product-main .prodcard-price .fa-info-circle {
  margin-right: 20px;
}

.fa-info-circle {
  color: #0e0c0c;
  cursor: pointer;
}

.cover, .author-img {
  margin: 20px 0;
}
.cover img, .author-img img {
  object-fit: contain;
  max-width: 100%;
  max-height: 400px;
  box-shadow: 6px 6px 8px 0 #B8B8B8B8;
}

.author-img {
  text-align: center;
}

.author-main {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.author-main .author-name {
  font-size: 30px;
  font-size: 1.875rem;
  color: #666666;
  font-family: Roboto Slab, sans-serif;
  margin-bottom: 20px;
}
.author-main .author-desc {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}

.author-card .author-name {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
  padding: 20px 0;
}
.author-card .img-container {
  height: 180px;
  margin-top: 10px;
}
.author-card .img-container img {
  max-width: 100%;
  max-height: 100%;
}

.grayborder {
  border: 2px solid #f5f5f5;
}

.blueast {
  color: #0C64A6;
}

.grayform {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}
.grayform input:not([type=checkbox]) {
  border: 2px solid #E9E9E9;
  padding-left: 10px;
  border-radius: 0;
  width: 100%;
  line-height: 1.875rem;
  color: #666666;
}
.bluebut {
  background-color: #0C64A6;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  font-family: Roboto Slab, sans-serif;
  border: 1px solid #0C64A6;
  border-radius: 0;
  padding: 0;
}

.pl-15 {
  padding-left: 0.9375rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.ml-5-px {
  margin-left: 0.3125rem;
}

.justify {
  display: flex;
  justify-content: center;
}

.profile-tabs {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}
.profile-tabs ul {
  display: inline-block;
  justify-content: space-around;
  margin: auto;
}
.profile-tabs li {
  white-space: nowrap;
  background-color: #f5f5f5;
  justify-content: space-around;
  margin: 10px 15px;
}
.profile-tabs li a.active {
  background-color: #61adc733;
  color: #61A7C7;
}
.profile-tabs li a {
  padding: 18px 26px;
}

.tc {
  text-align: center;
}

.discount-tag-box {
  position: absolute;
  top: 0;
  right: 0;
}
.discount-tag-box .discount-tag {
  position: relative;
  display: inline-block;
}
.discount-tag-box .discount-tag img {
  width: 5rem;
  height: 5rem;
}
.discount-tag-box .discount-tag .discount {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26.6666666667px;
  font-size: 1.6666666667rem;
  color: white;
  font-weight: 700;
}

.desc {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}

.intocart-form {
  display: flex;
  justify-content: stretch;
  margin-top: 30px;
}
.intocart-form input {
  width: 2.5rem;
  height: 3.25rem;
  text-align: center;
  border: 1px solid #B8B8B8;
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  font-family: Roboto Slab, sans-serif;
}

.modal-header {
  padding: 10px;
  background-color: #0C64A6;
}

.messagemodal .modal-header {
  background-color: #0C64A6;
}

.alertmodal .modal-header {
  background-color: #ED6663;
}

.modal-body {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  color: #002e62;
  font-family: Roboto Slab, sans-serif;
}

.cart-table {
  margin: 20px 0 0 0;
  border: 1px solid #E9E9E9;
  border-color: #E9E9E9;
}
@media (min-width: 992px) {
  .cart-table {
    margin: 60px 0 20px 0;
  }
}
.cart-table .table {
  margin-bottom: 0;
}
.cart-table td {
  vertical-align: middle;
}
.cart-table td:first-child {
  width: 38%;
}
.cart-table td:nth-child(2) {
  width: 18%;
}
.cart-table td:nth-child(3) {
  width: 18%;
}
.cart-table td:nth-child(4) {
  width: 18%;
}
.cart-table td:nth-child(5) {
  width: 10%;
}
.cart-table thead {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}
.cart-table tbody, .cart-table input {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}
.cart-table .cart-item button {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}
.cart-table img {
  object-fit: contain;
}
.cart-table .listprice {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: line-through;
}
.cart-table .delete button {
  background-color: white;
  color: #666666;
}
.cart-table .item-qty {
  width: 3rem;
  text-align: center;
}

.cart-wrapper .price-row {
  margin-top: 20px;
}
.cart-wrapper .price-row table {
  border: 1px solid #E9E9E9;
}
.cart-wrapper .price-row td {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}
.cart-wrapper .price-row h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}
.cart-wrapper .price-row .table-active {
  background-color: #f5f5f5;
}

.blacktitle {
  font-size: 26px;
  font-size: 1.625rem;
  color: black;
  font-family: Roboto Slab, sans-serif;
  font-weight: 400;
}

.small-gray-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8F8F8F;
  font-family: Roboto Slab, sans-serif;
}

.small-blue-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #0C64A6;
  font-family: Roboto Slab, sans-serif;
}

.small-lightblue-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #61adc7;
  font-family: Open Sans, sans-serif;
}

.mt-45px {
  margin-top: 45px;
}

.lightblue-active-filter {
  color: #61adc7;
}

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

.price-sum td:last-child {
  text-align: right;
}

.productcategories .dropdown-menu {
  padding: 0.5rem 2rem;
  margin: 0;
}
@media (max-width: 992px) {
  .productcategories .dropdown-menu {
    position: static;
    width: 100%;
    border: none;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .productcategories .dropdown-menu .dropdown-item {
    border: none;
  }
}
.productcategories .dropdown-item {
  font-size: 14px;
  font-size: 0.875rem;
  color: #002e62;
  font-family: Open Sans, sans-serif;
  padding: 5px 0;
  text-transform: none;
}
@media (min-width: 992px) {
  .productcategories .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #E9E9E9;
  }
}
.productcategories .dropdown-item:hover {
  color: #0C64A6 !important;
}
.productcategories:hover .dropdown-item {
  color: #002e62;
  background-color: white;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-bar {
  background-color: #0C64A6;
}
.irs--round .irs-handle {
  border: 1px solid #0C64A6;
  border-radius: 0;
  width: 16px;
  height: 16px;
}
.irs--round .irs-line, .irs--round .irs-bar {
  top: 32px;
}

.pricefilter-label {
  word-break: keep-all;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}
.pricefilter-label span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}

.pricefilter-btn {
  font-size: 14px;
  font-size: 0.875rem;
}

.unavailable {
  background-color: #f5f5f5;
}

.content {
  padding-top: 30px;
  padding-bottom: 15px;
}

.itemsperpage-info {
  margin-bottom: 1rem;
  margin-left: auto;
}

.listnavigation {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}
.listnavigation select, .listnavigation option {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
  border-color: #E9E9E9;
}

.page-item.active .page-link {
  background-color: #0C64A6;
  border-color: #0C64A6;
}

.page-link {
  color: #0C64A6;
  border-color: #E9E9E9;
}

.search-header {
  height: 120px;
  max-height: 20%;
  background-color: #f5f5f5;
}
.search-header .search-keyword {
  font-size: 42px;
  font-size: 2.625rem;
  color: #002e62;
  font-family: "Lato";
}

.text-banner {
  height: 120px;
  max-height: 20%;
  background-image: linear-gradient(#61adc7, #8fc7e0);
}
.text-banner .text-label {
  font-size: 42px;
  font-size: 2.625rem;
  color: #002e62;
  font-family: "Lato";
  text-align: center;
}

.pagination {
  justify-content: center;
}

.pagesep {
  width: 4px;
}

.no-prod {
  font-size: 18px;
  font-size: 1.125rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
  text-align: center;
}

#couponnr::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8F8F8F;
  font-family: Open Sans, sans-serif;
}

.slick-col {
  padding: 0 15px;
  max-width: initial;
}

.slick-dots li button:before {
  font-size: 14px;
}
.slick-dots li.slick-active button:before {
  color: #0C64A6;
  opacity: 1;
}

.panel-opener {
  font-size: 18px;
  font-size: 1.125rem;
  color: #002e62;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  color: #002e62 !important;
  white-space: nowrap;
  margin: 0.625rem;
  text-transform: uppercase;
  display: block;
  margin: 10px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .panel-opener {
    display: none;
  }
}
.panel-opener:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 0.3em solid;
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.panel-opener.collapsed:after {
  border-top: 0.3em solid;
  border-bottom: 0;
}

.checkout-container h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #666666;
  font-family: Roboto Slab, sans-serif;
  margin: 10px 0;
}
.checkout-container label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
}
.checkout-container input {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}

@media (min-width: 992px) {
  #orderpage .heading {
    margin-bottom: 40px;
  }
}
#orderpage .cart-table {
  margin-top: 6px;
}
#orderpage td, #orderpage th {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}
#orderpage .price-sum td:first-child, #orderpage .price-sum #fullprice {
  font-weight: bold;
}

.checkout-container .nav-tabs {
  border-bottom: 1px solid #c6c4b9;
  margin-top: 1rem;
}
.checkout-container .nav-tabs > li {
  float: left;
  background: none;
  margin-bottom: -1px;
}
.checkout-container .nav-tabs > li > .tab {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  color: #666666;
  display: block;
  padding: 12px 30px;
  font-size: 1em;
  text-shadow: none;
  margin-bottom: 0px;
  cursor: pointer;
}
.checkout-container .nav-tabs > li > label.tab input[type=radio] {
  position: absolute;
  left: -9999px;
}
.checkout-container .nav-tabs > li .active {
  border: 1px solid #B8B8B8;
  border-bottom-color: #666666;
  border-bottom-color: transparent;
  cursor: default;
  background-color: #f3f3f3;
}
.checkout-container .tab-pane {
  background-color: #f3f3f3;
  border: 1px solid #c6c4b9;
  border-top: none;
  padding: 5px;
}

.static-wrapper {
  background-color: #f5f5f5;
}

.static-container {
  padding: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  font-family: Roboto Slab, sans-serif;
}

#lookinsidemodal img {
  width: 100%;
  object-fit: cover;
}
#lookinsidemodal .modal-body {
  padding: 0;
}
#lookinsidemodal .flipbook-cover, #lookinsidemodal .single {
  background-size: 100% 100% !important;
  background-position: 0% 0% !important;
}
#lookinsidemodal .double {
  background-size: 200% 100% !important;
}
#lookinsidemodal .double.even {
  background-position: 0% 0% !important;
}
#lookinsidemodal .double.odd {
  background-position: 100% 0% !important;
}

.shipping-days {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  font-style: italic;
}

#ws_article figure.post_side, #ws_article .figure.post_side {
  width: 30%;
}
#ws_article figure.post_side img, #ws_article .figure.post_side img {
  max-width: 100%;
}
#ws_article figure.post_full, #ws_article .figure.post_full {
  width: 100%;
}
#ws_article figure.post_full img, #ws_article .figure.post_full img {
  width: 100%;
}
#ws_article figure.align-left, #ws_article .figure.align-left {
  float: left;
  margin: 3px 10px 3px 0;
}
#ws_article figure.align-left img, #ws_article .figure.align-left img {
  max-width: 100%;
}
#ws_article figure.align-right, #ws_article .figure.align-right {
  float: right;
  margin: 3px 0 3px 10px;
}
#ws_article figure.align-right img, #ws_article .figure.align-right img {
  max-width: 100%;
}
#ws_article figure.align-center, #ws_article .figure.align-center {
  display: block;
  margin: 3px auto;
}
#ws_article figure.align-center img, #ws_article .figure.align-center img {
  max-width: 100%;
}
#ws_article figure figcaption, #ws_article figure .figcaption, #ws_article .figure figcaption, #ws_article .figure .figcaption {
  display: inline-block;
  font-weight: bolder;
  width: 100%;
  text-align: center;
}
#ws_article p {
  overflow: auto;
}
#ws_article .publishdata p {
  margin-bottom: 5px;
}
#ws_article .lead p {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  font-family: Roboto Slab, sans-serif;
  font-weight: bold;
  text-align: justify;
}

.purchase-data .data-list {
  padding: 0;
}
.purchase-data .data-list li {
  list-style: none;
  margin-bottom: 10px;
}
.purchase-data .data-list .data-list-left {
  margin-right: 10px;
  font-weight: bold;
}
.purchase-data .data-list .data-list-right {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
}

.promotion-row {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.release-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
}

.promotion-banner {
  width: 100%;
}
.promotion-banner img {
  margin: auto;
}

.desktop-promotion-banner {
  display: none;
}
@media (min-width: 768px) {
  .desktop-promotion-banner {
    display: block;
  }
}

@media (min-width: 768px) {
  .mobile-promotion-banner {
    display: none;
  }
}

.main-banner .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #61adc7;
}
.main-banner .bx-wrapper .bx-pager.bx-default-pager a.active, .main-banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #002e62;
}

.coupon {
  margin-left: 5px;
  border: 1px solid black;
  padding: 10px 20px 10px 15px;
  position: relative;
  display: inline-block;
}
.coupon button {
  border: none;
  color: red;
  background-color: inherit;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
}

#pricemodal h5 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
#pricemodal p {
  text-align: left;
  margin-bottom: 5px;
}
#pricemodal .saleprice {
  font-weight: bold;
}

.hidden {
  display: none;
}

#e-konyveim table td {
  vertical-align: middle;
}
#e-konyveim .cover-holder {
  width: 10%;
}
#e-konyveim .ebook-formats-holder {
  width: 20%;
}

/*# sourceMappingURL=webshop.css.map */
