.invalid-feedback {
	color: red;
	font-size: .7em;
	font-weight: 500;
	line-height: 22px;
	vertical-align: middle;
}

.header-lang {
	display: none;
}

#botmanWidgetRoot > div {
  z-index: 1000 !important;
}

.error-flash {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
}

.customer-form-agreement {
	font-size: .8em;
}

.external-iframe iframe {
	width: 95%;
	border: 0px;
	min-height: 200px;
}

.external-iframe {
	background-color:#fff;
	padding: 40px 15px 20px 25px !important;
	box-shadow: 0 0 27px rgba(152,152,152,.1)
}

.site-header-top {
  padding-bottom: 20px;
}

/* .site-header-logo:after {
  content: '';
  display: inline-block;
  width: 318px;
  height: 0px;
  padding-bottom: 10.2%;
  background: url(/images/viac-ako-len-knihy.png) 0px 0px no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  margin-left: 34px;
} */

.home-books .lSPager {
  top: 0px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .site-header-top {
    padding-bottom: 0px;
  }

  .site-header-logo:after {
    width: 258px;
  }
}

@media only screen and (max-width:767px) {
  .site-header-top {
    padding: 10px 0px;
  }

  .site-header-logo:after {
    width: 34%;
    position: absolute;
    margin: 6px 0px 0px 20px
  }

  .home-books .lSPager {
    top: 14px;
    left: auto;
    right: 20px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .site-header-logo:after {
    background-image: url(/images/viac-ako-len-knihy@2x.png);
  }
}
