/* Kategorie */
.subcategories.with-image li a .image {height: auto;}
.subcategories.with-image li a .image img {max-height: none;}
.subcategories.with-image li a {padding: 5px;}
.custom-footer > div:nth-child(n+5) {display: none;}

/* homepage */
.carousel {margin-bottom: 20px;}
.in-index main#content {text-align: center;}
.in-index .products-block {text-align: left;}
.homepage-group-title {display: inline-block;margin: 0 0 30px;background-color: #000;color:#fff;padding: 7px 30px;font: 700;text-transform: none;}

/* top banners */
.top-banners .container {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;padding-left: 15px;padding-right: 15px;}
.top-banners .container::after {content: '';height: 1px;background-color: #000;display: block;margin-left: 15px;margin-right: 15px;width: 100%;margin-top: 25px;}
.top-banners .box {width: 50%;padding: 5px;}
.top-banners .box .banner {margin-bottom: 0;min-height: auto;}
.top-banners .box .banner-wrapper {margin-top: 0;}
.top-banners .box .banner-wrapper > a {overflow: hidden;display: block;}

/* Produkty */
.products-block .product:not(.highlight-product):hover .tools-wrap {background-color: transparent;}
.products-block .product .img {overflow: hidden;}
.products-block .product .img a img, .products-block .product:not(.highlight-product) .tools-wrap {-webkit-transition: all 0.25s ease-out;-o-transition: all 0.25s ease-out;transition: all 0.25s ease-out;}
.products-block .product:hover .img a img {-webkit-transform: scale(1.03);-ms-transform: scale(1.03);transform: scale(1.03);}
.products-block .product .btn {background-color: #fff;color: #000;}
.products-block .product .btn:hover {background-color: #000;color: #fff;border-color: #000;}

/* Patička */
.contact-wrap a {font-size: 14px;}
.contact-wrap a::before {margin-right: 15px;}

/* Flags */
.flag.flag-action {font-size: 0;max-width: none;background-color:#14b1ef !important;display: inline-block;}
.flag.flag-action::before {content: 'Nové';font-size: 10px;}
.flag.flag-new {font-size: 0;max-width: none;background-color:#cb0000 !important;display: inline-block;}
.flag.flag-new::before {content: 'Prodáno';font-size: 10px;}
.flag.flag-tip {font-size: 0;max-width: none;background-color:#656565 !important;display: inline-block;}
.flag.flag-tip::before {content: 'Výběr z kategorií';font-size: 10px;}
.flag-wrap .flag, .flags-inline .flag, .flags-block .flag, .variant-image .flag {display: inline-block;}

@media screen and (min-width: 480px) {
  .subcategories li {width: 50%;}
  .subcategories.with-image li a, .top-banners .box {padding: 10px;}
  .top-banners .container {padding-left: 10px;padding-right: 10px;}
}
@media screen and (min-width: 768px) {
  .subcategories.with-image li a .text {font-size: 14px;}
}
@media screen and (min-width: 992px) {
  .subcategories li, .top-banners .box {width: 33.33%;}
  .subcategories.with-image li a, .top-banners .box {padding: 15px;}
  .subcategories.with-image li a .text {font-size: 16px;}
  .top-banners .container {padding-left: 5px;padding-right: 5px;}
  .homepage-group-title {font-size: 16px;}
}
@media screen and (min-width: 1200px) {
  #footer .box {width: 25%;}
  .top-banners .box {width: 25%;}
}
@media screen and (max-width: 767px) {
  .p-thumbnails {margin-bottom: 20px;}
  .p-thumbnails>div>div {display: block;}
}