a:focus,
button:focus {
  outline: none !important;
}

.btn-facebook {
  background-color: #4267b2;
  border-color: #4267b2;
  color: #ffffff;
}

.btn-google {
  background-color: #db4437;
  border-color: #db4437;
  color: #ffffff;
}

#page {
  margin-bottom: 2rem;
  font-family: "Cabin", sans-serif;
}
#page hr {
  height: 1px;
  border: none;
  background-color: #275f82;
}
#page hr.menu {
  max-width: 270px;
  display: inline-block;
}
#page .page table {
  max-width: 100%;
  width: auto !important;
}
#page .page img {
  height: auto !important;
  max-width: 100% !important;
  margin: 0.25rem auto !important;
  display: block;
}
#page .page img.note-float-left {
  margin: 0.25rem 1rem 0.25rem 0 !important;
}
#page .page img.note-float-right {
  margin: 0.25rem 0 0.25rem 1rem !important;
}
#page .subcategories .list-group-item,
#page .suggestions .list-group-item,
#page .targets .list-group-item {
  padding: 0.3rem 0;
  line-height: 18px;
  font-size: 15px;
  border: none;
  color: #275f82;
}
#page .subcategories .list-group-item .fas,
#page .suggestions .list-group-item .fas,
#page .targets .list-group-item .fas {
  font-size: 12px;
}
#page .subcategories .list-group-item.active,
#page .suggestions .list-group-item.active,
#page .targets .list-group-item.active {
  background-color: transparent;
  border-color: transparent;
  font-weight: 600;
  color: #01bff1;
}
#page .suggestions .list-group-item,
#page .targets .list-group-item {
  padding: 0 0 0 30px;
  font-weight: 600;
  line-height: 30px;
  background: url(/images/shortcuts-small.png?ee63cd4e15c392a5134a716864d1b1f4) no-repeat 0 0;
  color: #01bff1;
}
#page .suggestions .list-group-item.top,
#page .targets .list-group-item.top {
  background-position: 0 0;
}
#page .suggestions .list-group-item.news,
#page .targets .list-group-item.news {
  background-position: 0 -28px;
}
#page .suggestions .list-group-item.tips,
#page .targets .list-group-item.tips {
  background-position: 0 -56px;
}
#page .suggestions .list-group-item.sale,
#page .targets .list-group-item.sale {
  background-position: 0 -84px;
}
#page .suggestions .list-group-item.pre-zenu,
#page .targets .list-group-item.pre-zenu {
  background-position: 0 -112px;
}
#page .suggestions .list-group-item.pre-muza,
#page .targets .list-group-item.pre-muza {
  background-position: 0 -140px;
}
#page .suggestions .list-group-item.pre-deti,
#page .targets .list-group-item.pre-deti {
  background-position: 0 -168px;
}
#page .suggestions .list-group-item.pre-mladez,
#page .targets .list-group-item.pre-mladez {
  background-position: 0 -196px;
}
#page .suggestions .list-group-item.po-cesky,
#page .targets .list-group-item.po-cesky {
  background-position: 0 -222px;
}
#page .billboards .list-group-item {
  padding: 0;
  margin-bottom: 1rem;
  max-width: 270px;
  border: none;
}
#page h1 {
  font-size: 36px;
  font-weight: 600;
}
#page h2 {
  margin: 0.25rem 0 0.5rem;
}
#page form[name=filter] {
  font-size: 16px;
  color: #919292;
}
#page form[name=filter] select,
#page form[name=filter] select option {
  text-transform: uppercase;
  font-size: 16px;
  color: #919292;
}
@media (max-width: 479.98px) {
  #page form[name=filter] .form-group {
    width: 100%;
  }
  #page form[name=filter] label,
  #page form[name=filter] select {
    width: 100%;
    display: block;
  }
}
#page form[name=filter] .price-from,
#page form[name=filter] .price-to {
  font-size: 16px;
  color: #01bff1;
}
#page form[name=filter] .price-from .fas,
#page form[name=filter] .price-to .fas {
  font-size: 12px;
}
#page form[name=filter] .slider.slider-horizontal {
  width: 175px;
  height: 15px;
}
@media (max-width: 991.98px) {
  #page form[name=filter] .slider.slider-horizontal {
    width: 135px;
  }
}
@media (max-width: 479.98px) {
  #page form[name=filter] .slider.slider-horizontal {
    width: 100%;
  }
}
#page form[name=filter] .slider.slider-horizontal .slider-track {
  height: 6px;
  margin-top: -2px;
  background-color: #eaeaea;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#eaeaea));
  background: linear-gradient(to bottom, #eaeaea, #eaeaea);
}
#page form[name=filter] .slider-handle {
  top: 0;
  width: 15px;
  height: 15px;
  background-color: #01bff1;
  background: -webkit-gradient(linear, left top, left bottom, from(#01bff1), to(#01bff1));
  background: linear-gradient(to bottom, #01bff1, #01bff1);
  position: absolute;
}
#page form[name=filter] .slider-handle.round {
  border-radius: 15px;
}
#page form[name=filter] .slider-selection {
  background-color: #01bff1;
  background: -webkit-gradient(linear, left top, left bottom, from(#01bff1), to(#01bff1));
  background: linear-gradient(to bottom, #01bff1, #01bff1);
}
#page .products {
  position: relative;
}
#page .products .loading {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: -1px;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  visibility: hidden;
}
#page .thanks {
  padding: 1rem 3rem 1.5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  #page .thanks {
    padding: 1rem 0rem 1.5rem;
  }
}
#page .thanks .slick {
  height: 0;
  overflow: hidden;
}
#page .thanks .slick.ready {
  height: auto;
  overflow: visible;
}
#page .thanks .slick-arrow {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
}
#page .thanks .slick-prev {
  left: -3rem;
}
#page .thanks .slick-next {
  right: -3rem;
}
#page .thanks .slick-slide {
  padding: 0 0.5rem;
}
#page .thanks .message {
  margin-top: 1rem;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  line-height: 26px;
  font-size: 22px;
  color: #01bff1;
}
#page .thanks .author {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #a7a9ac;
  display: block;
}
#page .product {
  border-radius: 0;
  margin-left: -1px;
  margin-bottom: -1px;
}
@media (max-width: 450px) {
  #page .product {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
#page .product .image {
  position: relative;
}
#page .product .image img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
#page .product .image .top {
  left: 0;
  top: 10%;
  width: 27px;
  height: 50px;
  font-style: normal;
  text-align: center;
  line-height: 56px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  background: url(/images/top.png?aa4a913a29359fb7af965bcccd8e6e61);
  position: absolute;
  display: block;
}
#page .product .image .news {
  left: 0;
  bottom: 0;
  padding: 0 4px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  color: #ffffff;
  background-color: #01bff1;
  position: absolute;
  display: block;
}
#page .product .image .sale {
  left: 0;
  bottom: 0;
  padding: 0 4px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  color: #ffffff;
  background-color: #b5197f;
  position: absolute;
  display: block;
}
#page .product .image .news + .sale {
  right: 0;
  left: auto;
}
#page .product .details {
  min-height: 60px;
}
@media (min-width: 768px) {
  #page .product .details {
    min-height: 40px;
  }
}
#page .product .card-title,
#page .product .card-text {
  max-height: 40px;
  margin-bottom: 0;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  color: #000000;
  display: block;
}
@media (min-width: 768px) {
  #page .product .card-title,
  #page .product .card-text {
    max-height: 20px;
    white-space: nowrap;
  }
}
#page .product .card-text {
  max-height: 15px;
  font-weight: 400;
  line-height: 15px;
  font-size: 12px;
  color: #808285;
}
#page .product .shopping {
  min-height: 35px;
}
#page .product .shopping .discount {
  margin-right: 0.25rem;
  white-space: nowrap;
  line-height: 17px;
  font-size: 14px;
  font-weight: 600;
  color: #b5197f;
  float: left;
}
#page .product .shopping .amount {
  margin-right: 0.15rem;
  white-space: nowrap;
  line-height: 17px;
  font-size: 14px;
  font-weight: 600;
  color: #275f82;
  float: left;
}
#page .product .shopping .info {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #275f82;
  display: block;
}
#page .product .shopping form button {
  padding: 6px 8px;
  border-radius: 0;
}
#page .product .shopping form button.out-of-stock,
#page .product .shopping form button.out-of-stock:focus {
  border-color: #999999;
  background-color: #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#page .products-pagination {
  position: relative;
}
#page .pagination {
  font-weight: 500;
  font-size: 16px;
  color: #275f82;
}
#page .pagination .page-item .page-link {
  padding: 0.5rem;
  color: #000;
  border: none;
}
#page .pagination .page-item .page-link .fas {
  font-size: 2rem;
}
#page .pagination .page-item .page-link:hover,
#page .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #000;
}
#page .pagination .page-item.active .page-link,
#page .pagination .page-item.active .page-link:hover,
#page .pagination .page-item.active .page-link:focus {
  background-color: transparent;
  color: #01bff1;
}
#page .more {
  top: 50%;
  left: 50%;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 500;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
#page .blog {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  #page .blog {
    font-size: 15px;
  }
}
#page .blog .details {
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}
@media (max-width: 991.98px) {
  #page .blog .details {
    font-size: 14px;
  }
}
#page .blog .details .author,
#page .blog .details .date {
  margin-right: 1rem;
}
#page .blog .details .date,
#page .blog .details .time {
  white-space: nowrap;
  color: #888888;
}
#page .blog .details a {
  color: #275f82;
}
#page .blog h1 {
  font-size: 36px;
  color: #01bff1;
}
@media (max-width: 991.98px) {
  #page .blog h1 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  #page .blog h1 {
    font-size: 26px;
  }
}
#page .blog table {
  max-width: 100%;
}
#page .blog blockquote {
  width: 85%;
  padding: 1rem;
  margin: 1.5rem auto !important;
  font-size: 22px;
  font-style: italic;
  text-align: center;
  border-top: 1px solid #01bff1;
  border-bottom: 1px solid #01bff1;
  color: #01bff1;
}
@media (max-width: 767.98px) {
  #page .blog blockquote {
    width: 95%;
  }
}
#page .blog img {
  height: auto !important;
  max-width: 100% !important;
  margin: 0.25rem auto !important;
  display: block;
}
#page .blog img.note-float-left {
  margin: 0.25rem 1rem 0.25rem 0 !important;
}
#page .blog img.note-float-right {
  margin: 0.25rem 0 0.25rem 1rem !important;
}
#page .blogs {
  padding-left: 0;
}
#page .blogs .border {
  padding: 0.15rem;
  border: 2px solid #01bff1 !important;
}
#page .blogs nav {
  font-family: "Cabin", sans-serif;
  font-size: 1.15rem;
}
#page .blogs nav .nav-tabs {
  border-bottom: none;
  margin-bottom: 0.5rem;
}
#page .blogs nav .nav-item {
  border: 0;
  padding: 0.15rem 0.5rem;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  color: #275f82;
  display: block;
}
@media (max-width: 1199.98px) {
  #page .blogs nav .nav-item {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  #page .blogs nav .nav-item {
    padding: 0.15rem 0.35rem;
    font-weight: 500;
    font-size: 14px;
  }
}
#page .blogs nav .nav-item.active {
  font-weight: 500;
  border-bottom: 4px solid #01bff1;
}
#page .blogs .tab-content > .tab-pane {
  height: 0px;
  overflow: hidden;
  display: block;
}
#page .blogs .tab-content > .tab-pane.active {
  height: auto;
}
#page .blogs .tab-content > .tab-pane > .card {
  border: none;
  border-radius: 0;
}
#page .blogs .tab-content > .tab-pane > .card > .card-body {
  padding: 0;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
#page .blogs .tab-content .blog {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  border-radius: 0;
  border: none;
}
#page .blogs .tab-content .blog .card-img-top {
  border-radius: 0;
}
#page .blogs .tab-content .blog .card-title {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  display: block;
}
@media (max-width: 1199.98px) {
  #page .blogs .tab-content .blog .card-title {
    font-size: 14px;
  }
}
#page .blogs .tab-content .blog .card-title a {
  color: #000;
}
#page .blogs .tab-content .blog .card-body {
  padding: 0;
}
