.homepage_categories {
	display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}

.homepage_categories a {
	flex-basis: calc(50% - 6px);
  font-size: 15px;
  font-weight: 600;
  height: 44px;
  margin-bottom: 12px;
  padding: 6px 12px 6px 6px;
  /*-webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);*/
  border: 1px solid #dadada;
  display: flex;
  align-items: center;
  color: #666;
}

.homepage_categories a:nth-child(odd) {
	margin-right: 12px;
}

.homepage_categories h4 {
	width: 100%;
  font-size: 26px;
  text-align: center;
}

.homepage_categories img {
	max-height: 30px;
}

.homepage_categories .imgSpan {
	width: 25%;
  margin-right: 6px;
}

.kategorieBanner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.kategorieBanner > a {
  width: 25%;
  padding: 5px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .kategorieBanner > a {
    width: 50%;
  }
  .kategorieBanner > a:nth-child(n+5) {
    display: none;
  }
}
.type-index #content {
  display: flex;
  flex-direction: column;
}
.type-index #content > div.row.banners-row:first-of-type {
  order: -5;
}
.type-index #content > div.banners-content.body-banners {
  order: -4;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .type-index #content > div.banners-content.body-banners {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
	.top-navigation-bar > .container {
  	padding: 0;
  }
	.header-top {
    display: flex;
    flex-wrap: wrap;
    height: 108px;
    padding: 0!important;
	}
  #header .navigation-buttons a[data-target="cart"]::before,
  .navigation-buttons a[data-target="login"]::before {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    color: #A3A3AF;
	}
  .navigation-buttons a[data-target="cart"],
  #header .navigation-buttons a[data-target="login"]{
    font-size: 13px;
    font-weight: 700;
    height: 100%!important;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    min-width: 106px;
    padding-top: 23px!important;
    flex-direction: column;
    justify-content: center;
    line-height: unset!important;
    margin-left: 0!important;
  }
  .navigation-buttons a[data-target="cart"]:hover:before,
  #header .navigation-buttons a[data-target="login"]:hover:before {
  	color: #000!important;
  }
  .navigation-buttons a[data-target="cart"],
  #header .navigation-buttons a[data-target="login"] {
  	display: inline-block!important;
  }
  .navigation-buttons a[data-target="cart"] {
  	border-left: 0;
  }
  .top-navigation-bar .dropdown {
  	font-size: 13px;
  }
  .header-top>div {
    /*flex: 0 1 33.333333%;*/
    align-self: center;
    height: 100%;
	}
  #header .header-top .container {
    height: 108px;
	}
  #header .header-top .container > h1,
  #header .header-top .container > div {
  	height: 100%;
    display: flex;
    align-items: center;
  }
  .btn.cart-count .cart-price,
  #header .navigation-buttons a[data-target="login"] span{
  	display: block !important;
    margin-top: 20px;
  }
  .top-navigation-bar {
    background-color: #fff;
    border-bottom: 1px solid #E4E4E4;
    border-top: 0;
  }
  .top-navigation-bar .container>div {
    display: block;
    flex: unset;
    text-align: center;
    height: 48px;
    line-height: 48px;
    width: 33%;
	}
  .top-navigation-bar-menu li a,
  .top-menu-trigger-visible .top-navigation-menu-trigger{
    position: relative;
    display: block;
    padding: 0 34px 0 0;
    text-transform: none;
    font-size: 13px;
	}
  #header .header-bottom {
  	border-color: #E4E4E4;
  }
  .top-navigation-menu-trigger {
    z-index: 54;
    position: absolute!important;
    right: 0;
    bottom: 0;
    cursor: pointer;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    font-size: 0!important;
    padding: 0!important;
    margin-right: 0;
	}
  .top-navigation-menu-trigger::after {
    width: 36px;
    height: 48px;
    font-size: 9px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: #A3A3AF;
	}
  .top-navigation-menu-visible .top-navigation-bar-menu-helper {
    display: block;
    left: unset;
    bottom: auto;
    top: 49px;
    z-index: 1001;
    right: 0;
    position: absolute;
    border: none;
	}
  .top-navigation-menu {
    padding-right: 41px;
	}
  .top-navigation-bar a:hover, .top-navigation-bar .dropdown button:hover {
    text-decoration: underline;
	}
  .top-navigation-bar-menu-helper li a::before {
  	display: none;
  }
  .top-navigation-bar-menu-helper li a {
  	font-size: 13px;
    line-height: 1.3;
    padding: 11px 16px;
  }
  .top-navigation-bar-menu-helper li a:hover {
    background-color: #F6F6F6;
	}
  .top-navigation-bar .top-nav-button-login,
  .top-navigation-bar a[data-testid="headerSignup"],
  .top-navigation-bar a[data-testid="headerSignout"],
  .top-navigation-bar a.top-nav-button-account.secondary{
  	display: none!important;
  }
  .popup-widget.login-widget,
  .popup-widget.cart-widget{
  	padding-top: 0;
    margin-top: 0;
  }
  .popup-widget.login-widget::before,
  .popup-widget.cart-widget:before{
  	display: none;
  }
  #header .navigation-buttons a[data-target="cart"] i {
    position: absolute;
    left: 50%;
    right: auto;
    top: 11px;
    bottom: auto;
    display: block;
    min-width: 24px;
    height: 24px;
    font-style: normal;
    font-size: 13px;
    line-height: 22px;
    border-radius: 100%;
    font-weight: bold;
    border: 2px solid #fff;
    margin-left: 4px;
    color: #fff;
    padding: 0;
    width: auto;
  }
  .header-top-wrapper > div.search {
    padding-left: 0!important;
    padding-right: 0!important;
    display: block!important;
    padding: 26px 0;
  }
  .header-top-wrapper .search > form {
  	width: 100%;
    border: 1px solid #E4E4E4;
  }
  .header-top-wrapper .search .search-button {
    display: block;
    min-width: 124px;
	}
  .header-top-wrapper .search .search-button:hover {
    color: #a1a1a1;
  }
  #header .navigation-buttons a[data-target="cart"].full:after,
  #header .navigation-buttons a[data-target="login"].login:after{
    content: '\e90e';
    font-family: shoptet;
    font-size: 9px;
    color: #A3A3AF;
    position: absolute;
    width: 12px;
    bottom: 13px;
    line-height: 7px;
    left: 50%;
    margin-left: -6px;
    font-weight: 400;
  }
  .cart-window-visible #header .navigation-buttons a[data-target="cart"].full:after,
  .login-window-visible #header .navigation-buttons a[data-target="login"].login:after{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navigation-buttons {
    z-index: 700;
  }
  .top-navigation-bar-menu {
    font-size: 0;
    text-align: left;
  }
  .top-navigation-contacts .project-phone {
    font-size: 16px;
    font-weight: bold;
  }
  .top-navigation-contacts .project-phone:before {
    content: '\e92c';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    font-size: 18px;
    speak: none;
    font-family: shoptet;
    font-style: normal;
    font-weight: bold;
    line-height: 0;
    text-transform: none;
    text-decoration: none;
    margin-right: 10px;
  }
  .navigation-in>ul>li>a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #navigation {
    margin-bottom: 20px;
  }
  #navigation,
  .menu-helper {
    height: 50px;
  }
  .navigation-in {
    background-color: #cb0000;
  }
  .navigation-in>ul>li>a,
  .menu-helper>span {
    color: #fff!important;
  }
  .navigation-in>ul>li>a:hover,
  .menu-helper>span:hover {
    color: #fff;
  }
  .menu-helper>ul {
    top: calc(50% + 25px);
  }
  .categories .topic a {
    font-size: 100%;
  }
  .type-index .sidebar-inner {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px){
	.popup-widget.login-widget, .popup-widget.cart-widget {
    padding-top: 0;
    margin-top: 0;
    top: 158px!important;
	}
    .header-top-wrapper .search-form .btn {
        width: 90px;
        min-width: auto;
    }
}
@media (min-width: 992px) {
	.popup-widget.login-widget,
  .popup-widget.cart-widget{
    top: 157px!important;
	}
  .admin-logged .popup-widget.login-widget,
  .admin-logged .popup-widget.cart-widget{
    top: 182px!important;
	}
  .cart-window-visible .popup-widget.cart-widget::before {
  	display: block;
    content: '';
    z-index: 1;
    position: absolute;
    right: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    border: 0;
    width: 105px;
    top: -12px;
    background-color: #fff;
	}
  .loader {
    border-color: #239ceb;
    border-right-color: transparent;
    background-color: transparent;
	}
}
@media screen and (max-width: 1199px) {
	.header-top-wrapper .search .search-input-icon {
  	display: none;
  }
  .search-form.compact-form .form-control {
    padding-left: 16px;
	}
}
@media screen and (min-width: 1440px) {
	#header .header-top .container > h1, #header .header-top .container > div {
    flex: 0 1 30%;
	}
  .header-top-wrapper > div.search {
    flex: 0 1 40%!important;
	}
}

/*detail doprava*/
.detailDoprava {
  text-align: center;
  font-size: 14px;
  background-color: #f7f7f7;
  padding: 10px;
}
.detailDoprava > div:first-child {
  color: rgb(203, 0, 0);
  margin-bottom: 15px;
  line-height: 20px;
  position: relative;
}
.detailDoprava > div:first-child:after {
  bottom: -9px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #cfcfcf;
}
.detailDoprava > div:first-child b {
  display: block;
}
.detailDoprava > div:last-child a {
  text-decoration: underline;
}
.detailDoprava > div:last-child a:hover {
  text-decoration: none;
}
/*splátky-kalkulačka*/

.type-detail #HcCalculater > a {
  padding: 5px 10px;
  border: 1px solid #e8152f;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  display: block;
  color: #e8152f;
  font-weight: 700;
  font-size: 14px !important;
}
.type-detail #HcCalculater > a:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}
.type-detail #HcCalculater a:before {
  background-image: url(/user/documents/upload/ikony/Home_Credit_logo.svg.png);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 19px;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
}
