@charset "UTF-8";
body {
  font-weight: 300;
  letter-spacing: 0.005em;
  color: #444;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}
body.overflow-hidden {
  overflow: hidden !important;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
header {
  background-color: #DDEEF9;
  padding: 12px 0;
}
#wrapper {
  margin-bottom: 3rem;
  padding-top: 100px;
}
:first-child {
  margin-top: 0;
}
img:not([src]) {
  visibility: hidden;
  max-height: 100%;
}
/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
/* Font */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  margin: 1.5em 0 0.5em;
}
h1 {
  font-size: 18px;
  line-height: 25px;
  color: #444;
  font-weight: 400;
}
h2,
.h2,
h3,
.h3 {
  font-size: 16px;
  line-height: 22px;
  color: #444;
  font-weight: 400;
}
h2,
.h2 {
  color: #116fb7;
}
b,
strong {
  font-weight: 600;
}
a {
  color: #116fb7;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.no-touch a:hover {
  color: #444;
}
img.icon {
  width: auto !important;
  height: auto !important;
}
ul {
  margin: 0 0 1.25em;
  list-style: none;
  padding: 0;
}
ol {
  margin: 0 0 1.25em 1rem;
  padding: 0;
}
ul li {
  position: relative;
}
li {
  padding: 0 0 0 20px;
  margin: 0 0 6px;
  font-size: 14px;
}
ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #434343;
}
.green {
  color: #387D00;
}
/* Form */
.form-control {
  border-radius: 0;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
.lb-container {
  padding: 0 !important;
}
/* Header */
#top-menu {
  background-color: #0969A3;
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
}
#top-menu .container {
  text-align: center;
  padding: 0;
}
#top-menu .nav {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
#top-menu .nav-item {
  padding: 0;
  margin: 0;
  font-size: 0;
  display: none;
}
#top-menu .navbar-nav .nav-item:last-child,
#top-menu .navbar-nav .nav-item:nth-last-child(2) {
  display: inline-block;
}
#top-menu .nav-item:before {
  display: none;
}
#top-menu .nav-item a {
  color: #fff;
  text-decoration: none;
  padding: 2px 15px;
  font-size: 12px;
  line-height: 18px;
}
header {
  margin: 0 -15px;
  border-bottom: 1px solid #0969A3;
  position: fixed;
  top: 18px;
  left: 15px;
  right: 15px;
  z-index: 300;
}
#menu .navbar-toggler {
  padding: 8px 10px;
  background-color: #fff;
}
#searchbarToggle {
  padding: 10px 10px 6px;
  border-color: rgba(0, 0, 0, 0.1);
}
#searchbarCollapse {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #menu .navbar-toggler {
    padding: 8px 15px;
  }
  #searchbarToggle {
    padding: 10px 15px;
  }
}
#menu .navbar-toggler > span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#menu #categoriesToggleDiv {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  max-height: calc(100vh - 75px);
  max-height: -ms-calc(25vh);
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-overflow-scrolling: touch;
}
#menu #searchbarCollapse .input-group {
  width: 100%;
}
#menu .menu {
  display: inline-block;
}
#menu .menu ul {
  list-style: none;
  display: block;
  text-align: center;
}
#menu .menu ul li:before {
  display: none;
}
#menu .menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#menu .menu ul li a {
  padding: 0 0.5rem;
  font-size: 13px;
  color: #444;
  text-decoration: none;
}
#menu .menu ul li.active a,
#menu .menu ul li a:hover {
  border-bottom: 1px solid #434343;
}
#menu-cart {
  float: right;
  height: 40px;
  display: inline-block;
}
#menu-cart a {
  text-decoration: none;
}
#menu-cart > div > a {
  display: block;
  text-align: right;
}
.under-menu-sale {
  display: inline-block;
}
.under-menu {
  margin-left: 15px;
  margin-top: 10px;
  display: inline-block;
  margin-right: 1rem;
  position: relative;
}
.under-menu a {
  color: #444;
  text-decoration: none;
  display: block;
}
.under-menu a:hover {
  text-decoration: underline;
}
.under-menu ul {
  display: none;
  position: absolute;
  background: #fff;
  padding: 0 15px;
  border: 1px solid #999;
  width: 200px;
  z-index: 150;
  margin: 0;
}
.under-menu .main-a:hover + ul,
.under-menu ul:hover {
  display: block;
}
.under-menu ul li {
  text-align: left;
}
#menu-cart .icon {
  display: inline-block;
  vertical-align: middle;
  background: #FC7F07;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding: 3px 1px 0 0;
}
#menu-cart > div > a > .quantity {
  position: absolute;
  background-color: #0969A3;
  color: #fff;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 1rem;
  text-align: center;
  font-size: 0.7rem;
  top: 1.5rem;
  right: 0.8rem;
}
#menu-cart .price-total {
  font-size: 1rem;
  color: #444;
  margin-left: 3.5rem;
  width: 100px;
  display: inline-block;
}
#menu-cart .items-block {
  display: none;
  position: absolute;
  background-color: #fff;
  border-top: 2px solid #0969A3;
  width: 350px;
  right: 0;
  top: 46px;
  z-index: 9999;
  text-align: left;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
#menu-cart .items-block .arrow {
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
#menu-cart .items-block .arrow-up {
  display: none;
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid #0969a2;
}
#menu-cart:hover .items-block,
#menu-cart .items-block:hover {
  display: block;
}
#menu-cart .items-block .title {
  text-align: center;
  font-size: 18px;
  color: #0969A3;
  font-weight: 600;
  border-bottom: 1px solid #d6d4d4;
  margin: 0 0;
  padding: 10px 1rem;
}
#menu-cart .items-block .cart-items {
  max-height: 400px;
  margin-bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
}
#menu-cart .items-block .cart-item {
  height: 65px;
  padding: 5px 1rem 0;
  border-bottom: 1px solid #d6d4d4;
  overflow: hidden;
}
#menu-cart .items-block .cart-item:last-child {
  border-bottom: none;
}
#menu-cart .items-block .cart-item .cart-images {
  float: left;
  padding-right: 1rem;
}
#menu-cart .items-block .cart-item .cart-images img {
  max-height: 65px;
}
#menu-cart .items-block .cart-item .item-name {
  line-height: 16px;
}
#menu-cart .items-block .cart-item .item-name a {
  color: #444;
  font-size: 0.8rem;
}
#menu-cart .items-block .cart-item .item-price {
  font-weight: 600;
}
#menu-cart .items-block .cart-prices {
  border-top: 1px solid #d6d4d4;
  font-weight: 600;
  padding: 10px 1rem;
}
#menu-cart .items-block .cart-buttons {
  padding: 0 1rem;
}
/* Categories */
#categories .navbar-nav {
  display: -ms-flexbox !important;
  display: flex !important;
}
#categories .navbar-nav > .nav-item {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
#categories {
  transform: translate3d(0, 0, 0);
  border-bottom: 1px solid #ccc;
  position: fixed;
  z-index: 999;
  width: 100%;
  left: -100%;
  top: 83px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
#categories .categories-title {
  font-weight: bold;
  font-size: 16px;
}
#categories .categories-title a {
  float: right;
  margin-right: 5px;
  font-size: 24px;
  margin-top: -6px;
  color: #444;
  text-decoration: none;
  opacity: 0.5;
}
#categories.toggled nav {
  background-color: #fff;
  width: 250px;
  margin-left: -15px;
  padding-left: 15px;
}
#categories.toggled {
  left: 0;
  max-height: 90%;
  overflow: hidden;
  bottom: 0;
}
#categories .back-drop {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
#categories .back-drop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#categories > .container {
  height: calc(100vh - 84px);
  background-color: #FFFFFF;
  z-index: 110;
}
#categories > .container > nav {
  height: 100%;
  display: inline-block;
  z-index: 110;
}
#categories ul {
  margin-bottom: 0;
}
#categories ul li:before {
  display: none;
}
#categories .navbar {
  padding: 0;
}
#categories .navbar > ul {
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
#categories .categories-main {
  text-align: center;
  position: static;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 40px;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
#categories .categories-main .close {
  display: none;
}
#categories .categories-main > a {
  color: #444;
  line-height: 18px;
  min-height: 40px;
  width: 100%;
  text-align: left;
}
#categories .categories-main > a .img {
  width: 40px;
  display: inline-block;
  margin-right: 15px;
}
#categories .categories-main > a .img img {
  width: 100%;
  height: auto;
}
#categories .categories-main a {
  text-decoration: none;
}
#categories .categories-main .item {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
#categories .categories-submenu .categories-subcategories > li a {
  display: block;
  padding: 2px 6px;
}
#categories .categories-submenu .categories-subcategories > li.active a,
#categories .categories-submenu .categories-subcategories > li:hover a {
  background: #0969A3;
  color: #fff;
}
#categories .categories-main .item > p {
  margin-bottom: 0;
}
#categories .categories-main .categories-submenu {
  text-align: left;
}
#categories .categories-main .categories-subcategories {
  display: none;
}
#categories .categories-sub-name > a {
  display: inline-block;
  color: #444;
}
#categories .categories-sub-name > a img {
  max-width: 40px;
  margin-right: 1rem;
}
.category-text {
  margin-bottom: 2rem;
}
.category-text p {
  color: #444;
  font-size: 15px;
  margin-bottom: 0;
}
.category-text li {
  color: #444;
  font-size: 15px;
}
.category-text.hide {
  margin-bottom: 2rem;
  max-height: 70px;
  overflow: hidden;
}
.category-text + a.more {
  float: right;
  text-decoration: underline !important;
  display: none;
  margin-top: -30px;
}
.category-text.hide + a.more {
  display: block;
}
.category-text img {
  max-width: 100%;
  height: auto;
}
.category-parametric {
  margin-bottom: 1.5rem;
}
.category-parametric h2 {
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}
.category-parametric .item {
  border: 1px solid #434343;
  padding: 0 0.8rem;
  text-decoration: none;
  display: inline-block;
  margin: 5px;
  font-size: 13px;
}
.category-parametric .item.active,
.category-parametric .item:hover {
  background-color: #9fd49f;
  font-weight: 400;
  color: #444;
}
.category-subcategories.top .last-level {
  display: none;
}
.category-subcategories .home-cat-grid {
  margin-bottom: 0 !important;
}
.category-subcategories h2 {
  margin-bottom: 2rem;
}
.category-subcategories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category-subcategories__item {
  margin: 0 0 15px !important;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 0;
}
.category-subcategories__item img {
  width: 80px;
  padding: 10px;
}
.category-subcategories__item > a {
  display: block;
  border: 1px solid transparent;
  border-bottom: 0;
}
.category-subcategories__item .name {
  font-size: 13px;
}
.category-subcategories__toggle {
  background-color: #0969A3;
  color: #fff;
  padding: 10px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.category-subcategories__toggle:after {
  content: '';
  background: url('../images/icon/down-arrow-chevron.png');
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 13px;
  -webkit-filter: invert(1);
}
.category-subcategories__toggle.toggled:after {
  transform: rotate(180deg);
}
@media screen and (min-width: 400px) {
  .category-subcategories__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .category-subcategories__item {
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }
  .col-md-8 .category-subcategories__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 1100px) {
  .category-subcategories__item {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-md-8 .category-subcategories__item {
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }
}
.category-subcategories__item.active .name,
.category-subcategories__item:hover .name {
  background-color: #0969A3;
  color: #fff;
}
.category-subcategories__item.active {
  color: #fff;
}
.category-subcategories__item.active > a {
  border-color: #0969A3;
}
.category-subcategories__item a {
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  color: #46494d;
}
.category-subcategories__item .name {
  margin: 0;
}
#categories-catalog {
  height: 38px;
  background-color: #ccc;
  color: #444;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 5px 15px;
}
#categories-catalog.toggable {
  background-color: #0969A3;
  color: #fff;
  margin-bottom: 0;
  cursor: pointer;
}
#categories-catalog.toggable .arrow {
  float: right;
}
#categories-catalog.toggable + #categories-menu {
  display: none;
  position: absolute;
  z-index: 120;
  width: 210px;
}
#categories-menu .close-button {
  display: none;
  background-color: #0969A3;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  font-size: 13px;
}
#categories-menu .close-button.fixed {
  position: fixed;
  bottom: 0;
  width: 209px;
}
#categories-menu.d-block .close-button {
  display: block;
}
#categories-menu {
  border-right: 1px solid #ccc;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.5);
}
#categories-menu ul {
  list-style: none;
  padding-left: 0;
  background-color: #fff;
  margin-bottom: 0;
}
#categories-menu .categories-item {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
#categories-menu .categories-item > .category-arrow {
  padding: 8px 8px 0 20px;
  position: absolute;
  right: 0;
}
#categories-menu .categories-item > .category-child-toggler {
  float: left;
  padding: 6px 3px;
  cursor: pointer;
  width: 15px;
  text-align: center;
}
@media (max-width: 990px) {
  #categories-menu .categories-item > .category-child-toggler {
    width: 30px;
    padding-top: 10px;
    padding-bottom: 0;
  }
  #categories > .container {
    display: inline-block;
    width: auto;
  }
  #categories .categories-main .categories-submenu {
    display: none !important;
  }
}
#categories-menu .categories-item .category-child-toggler.toggled ~ .ba {
  background-color: #ddd;
}
#categories-menu > ul > .categories-item .ba > a {
  border: 1px solid transparent;
  border-bottom: none;
  color: #444;
  text-decoration: none;
  padding: 6px 6px 6px 0;
  display: block;
  font-weight: 400;
}
#categories-menu > ul > .categories-item .ba > a > .img {
  width: 30px;
  display: inline-block;
  margin-right: 8px;
  height: 25px;
}
#categories-menu > ul > .categories-item.bactive > .ba {
  background-color: #3287c7 !important;
}
#categories-menu > ul > .categories-item.bactive > .ba > a,
#categories-menu > ul > .categories-item.bactive > .category-arrow,
#categories-menu > ul > .categories-item.bactive > .category-child-toggler {
  color: #fff;
}
#categories-menu > ul > .categories-item > .ba:hover {
  background-color: #e4edff !important;
}
#categories-menu > ul > .categories-item > .ba:hover > a {
  border: 1px solid #3287c7;
  border-right: 0;
  margin-bottom: -1px;
  color: #444;
}
#categories-menu > ul > .categories-item > .ba:hover > a:after {
  content: '';
  width: 1px;
  height: 37px;
  display: block;
  background-color: #e4edff;
  position: absolute;
  right: 14px;
  top: 1px;
  z-index: 120;
}
#categories-menu .categories-item:before {
  display: none;
}
#categories-menu .categories-item .float-block {
  display: none;
  position: absolute;
  width: 400px;
  left: 100%;
  margin-left: -15px;
  top: 0;
  z-index: 100;
  background-color: #e4edff;
  border: 1px solid #3287c7;
  padding: 15px;
  -webkit-box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.5);
}
#categories-menu .categories-item .float-block .float-block-item {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
  min-height: 50px;
}
#categories-menu .categories-item .float-block .float-block-item .img {
  display: inline-block;
}
@media (min-width: 1000px) {
  #categories-menu .categories-item .float-block {
    width: 760px;
  }
  #categories-menu .categories-item .float-block .float-block-item {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  #categories-menu .categories-item .float-block {
    width: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  #categories-menu .categories-item .float-block {
    width: 1100px;
  }
  #categories-menu .categories-item .float-block .float-block-item {
    width: 24%;
  }
}
#categories-menu .categories-item .float-block .float-block-item a {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
}
#categories-menu .categories-item .float-block .float-block-item a .box {
  border-bottom: 1px solid #3287c7;
}
#categories-menu .categories-item .float-block .float-block-item .img {
  border-bottom: 1px solid #e4edff;
  vertical-align: bottom;
  width: 50px;
  margin-bottom: -20px;
  margin-left: -20px;
  margin-right: 10px;
  float: left;
}
#categories-menu .categories-item .float-block .float-block-item span {
  font-size: 15px;
  font-weight: 400;
  color: #444;
}
#categories-menu .ba .float-block:hover,
#categories-menu .ba:hover > .float-block {
  /*display: block;*/
}
#categories-menu .category-child-div {
  background-color: #bdddf5;
}
#categories-menu .category-child-div > ul {
  border-top: 1px solid #e4edff;
  margin-bottom: 5px;
}
#categories-menu .bactive > .category-child-div > ul {
  border-top: 1px solid #3287c7;
}
#categories-menu .category-child-div .categories-item a {
  padding: 0;
}
#categories-menu .categories-item > .category-child-div .categories-item {
  padding-left: 15px;
  border-bottom: 0;
}
#categories-menu .categories-item > .category-child-div .categories-item a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 13px;
  padding: 2px 0;
  display: inline-block;
}
#categories-menu .categories-item > .category-child-div .categories-item a:hover {
  border-bottom-color: #444;
}
#categories-menu .category-child-div .categories-item .category-child-toggler {
  width: 10px;
  padding: 0;
  height: 17px;
}
#categories-menu .category-child-div .categories-item.active > .ba > a {
  font-weight: 600;
  border-bottom-color: #3287c7;
}
/* Breadcrumb */
.breadcrumb {
  padding: 0;
  margin-left: 0;
  border-radius: 0;
  background-color: transparent;
  margin-top: 10px;
}
.breadcrumb > .breadcrumb-item {
  font-size: 10px;
  color: #888;
  margin: 0;
  padding-left: 0;
  font-size: 15px;
}
.breadcrumb > .breadcrumb-item img {
  height: 12px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #888;
  padding: 0;
  margin: 0 0.5rem 2px;
}
.breadcrumb > .breadcrumb-item a {
  color: #444;
}
.breadcrumb > .breadcrumb-item:last-child {
  color: #737373;
  font-weight: 400;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: '»';
  background-color: transparent;
  color: #444;
}
.with-sub {
  position: relative;
}
.with-sub > a {
  border: 1px solid #888;
  padding: 0px 8px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  z-index: 120;
  text-decoration: none;
}
.with-sub:hover > a {
  border-bottom-color: #fff;
}
.sub-categories {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #888;
  margin-left: 23px;
  margin-top: -1px;
  width: 200px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
.sub-categories a {
  text-decoration: none;
}
.sub-categories a:hover {
  font-weight: 400;
  text-decoration: underline;
}
.breadcrumb-item:nth-child(3) .sub-categories,
.breadcrumb-item:nth-child(4) .sub-categories {
  margin-left: 24px;
}
.with-sub:hover > .sub-categories {
  display: block;
}
.sub-categories ul li:before {
  display: none;
}
.sub-categories ul li {
  padding-left: 0;
}
/* Product */
.card.product {
  border-radius: 0;
  border: 0;
  margin-bottom: 0.5rem;
}
.card.product .card-block {
  padding: 1rem 0 0;
}
.card.product > a > .card-block {
  padding: 0;
}
.card.product .card-block .card-title {
  padding: 15px 0;
  margin: 0;
  text-align: center;
  font-size: 12px;
  height: 94px;
  overflow: hidden;
  font-weight: 700;
}
.card.product a {
  color: #444;
  text-decoration: none;
}
.card.product .card-title {
  background: #b9dbef;
  background: #ddeef9;
  background: -moz-linear-gradient(top, #ddeef9 0, #ffffff 80%, #ffffff 80%);
  background: -webkit-linear-gradient(top, #ddeef9 0, #ffffff 80%, #ffffff 80%);
  background: linear-gradient(to bottom, #ddeef9 0, #ffffff 80%, #ffffff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddeef9', endColorstr='#ffffff', GradientType=0);
  font-weight: 400;
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.card.product:hover .card-title {
  background: #b9dbef;
  background: -moz-linear-gradient(top, #b9dbef 0, #ffffff 80%, #ffffff 80%);
  background: -webkit-linear-gradient(top, #b9dbef 0, #ffffff 80%, #ffffff 80%);
  background: linear-gradient(to bottom, #b9dbef 0, #ffffff 80%, #ffffff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9dbef', endColorstr='#ffffff', GradientType=0);
}
.card.product .card-block .image {
  position: relative;
}
.card.product .card-block .image .image-block {
  max-width: 80%;
  height: auto;
  margin: 0 auto 1rem;
  display: block;
  min-height: 1px;
}
.card.product .card-block .price-old {
  text-decoration: line-through;
  color: #595b5d;
  font-size: 11px;
  display: block;
  line-height: 13px;
}
.card.product .card-block .price-non {
  display: block;
  line-height: 13px;
}
.card.product .card-block .price {
  font-size: 14px;
  font-weight: 600;
}
.askForPriceButton:hover {
  cursor: pointer;
  text-decoration: underline;
}
.card.product .card-block .tags {
  position: absolute;
  left: 0;
  bottom: 0;
}
.card.product .card-block .tags .tag {
  font-size: 9px;
  padding: 0 0.3rem;
  line-height: 1.5;
  margin: 2px 0;
  display: table;
}
.card.product .card-block .tags .tag.free-delivery {
  background-color: #68c4f9;
  color: #000;
}
.card.product .card-block .tags .tag.has-video {
  background-color: #bbb;
  color: #000;
}
.card.product .card-block .tags .tag.has-gift {
  background-color: #5BB85C;
  color: #fff;
}
.card.product .card-block .card-text {
  min-height: 40px;
  font-size: 12px;
  padding: 0 15px;
  text-align: center;
  color: #666;
}
.product-sale-discount {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  position: absolute;
  z-index: 99;
  top: 125px;
  left: 0px;
}
.products-grid .product .btn .fa,
.products-list .product .btn .fa {
  display: block;
}
.products-grid .product .btn span,
.products-list .product .btn span {
  display: none;
}
.product-sale {
  position: absolute;
  z-index: 99;
  top: 70px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: #c23939;
  background: -moz-linear-gradient(top, #fff 0, #c23939 54%, #c23939 100%);
  background: -webkit-linear-gradient(top, #fff 0, #c23939 54%, #c23939 100%);
  background: linear-gradient(to bottom, #fff 0, #c23939 54%, #c23939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c23939', GradientType=0);
  border: 1px solid #c23939;
  color: #fff;
  border-radius: 30px;
  padding: 3px 0 10px;
  font-size: 13px;
  text-align: center;
}
.card.product .delivery {
  font-size: 12px;
  text-align: center;
  min-height: 44px;
}
.delivery.b {
  font-weight: 400;
}
.delivery1 {
  color: #387D00;
}
.delivery2 {
  color: #A96500;
}
.delivery3 {
  color: #444;
}
.delivery4 {
  color: #0066ff;
}
.delivery0 {
  color: #E00000;
}
.card.product .btn-sm {
  padding: 0.4rem 0.5rem;
}
.card.product .btn-sm img,
.products-list .product .btn-sm img {
  height: 16px !important;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  max-width: none;
}
.quantity-block {
  display: inline-block;
  width: 60px;
  margin-left: 27.5px;
}
.quantity-block input {
  height: 35px;
  text-align: center;
}
.quantity-block input {
  padding: 0.5rem 0.4rem;
  border-left-width: 0;
}
.quantity-block a {
  cursor: pointer;
  height: 20px;
  padding: 3px 8px;
  font-size: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.quantity-block a {
  padding: 10px 8px;
}
.quantity-block a .fa {
  display: block !important;
}
.quantity-block .input-group-btn {
  position: initial;
}
.quantity-block a.minus {
  position: absolute;
  left: -25px;
  height: 100%;
  top: 0;
}
#product #bimages {
  margin-bottom: 1rem;
}
#product .prices {
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
}
#product .prices .product-sale {
  display: inline-block;
  top: -4px;
  left: 100%;
  margin-left: -20px;
}
#product .prices .price-tit {
  color: #FC7F07;
  font-size: 18px;
  font-weight: 600;
}
#product .prices .price-old {
  color: #6b6b6b;
  display: block;
  font-size: 15px;
}
#product .prices .price-old span {
  font-size: 13px;
  text-decoration: line-through;
}
#product .prices .price {
  font-size: 20px;
  font-weight: 600;
}
#product .prices .price a {
  color: #444;
  margin-left: 15px;
  font-size: 16px;
}
#product .prices .price a[role="button"] {
  text-decoration: none;
  margin: 0;
}
#product .delivery-block {
  margin-bottom: 0.6rem;
}
#product .delivery-block span {
  font-weight: 400;
}
#product .delivery-block .delivery {
  display: block;
  font-size: 13px;
}
#product .info-block {
  border-top: 1px solid #bfbfbf;
  margin: 0 -1rem -1rem;
  padding: 5px 1rem;
}
#product .info-block p {
  text-align: center;
  margin: 0;
  font-size: 13px;
  color: #444;
}
#product .info-block .small {
  font-size: 13px;
  color: #696969;
  display: block;
}
#product .info-block .right {
  font-weight: 400;
}
#product .info-block .fa-phone {
  font-size: 14px;
}
#product .info-block a {
  color: #434343;
}
#product .thumbnail {
  border: 1px solid #ddd;
  display: block;
  max-width: 90px;
}
#product .thumbnail + .thumbnail {
  margin-top: 14px;
}
#product .btn-lg {
  padding: 6px 10px;
  font-size: 15px;
  float: right;
}
#product #bimages .product-sale {
  top: 0;
  left: 15px;
  width: 60px;
  height: 60px;
  font-size: 20px;
  padding-top: 12px;
}
#product .text_small {
  margin-bottom: 1rem;
  font-size: 15px;
  color: #444;
}
#product .text_small,
#product .text_small a {
  color: #434343;
  font-weight: 300;
}
#product .text_small a {
  font-weight: 400;
}
#product hr.sail-hr {
  border-color: #ccc;
  margin: 0;
}
#product .sail {
  margin-bottom: 1rem;
}
.product-sail-wrapper {
  padding: 20px 10px 1px;
  background-color: #176299;
  color: #fff;
  font-size: 14px;
}
#product .sail > div + div {
  margin-top: 10px;
}
#product .sail > div > span {
  font-weight: 600;
  display: inline-block;
  width: 150px;
}
@media screen and (min-width: 991px) {
  #product .sail > div + div {
    margin-top: 0px;
  }
  #product .sail > div > span {
    width: auto;
  }
}
#product .sail .input-group {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
#product .sail .form-control {
  height: 28px;
  max-width: 100px;
  text-align: center;
  font-size: 14px;
  padding: 0.2rem 0.75rem;
}
#product .sail .input-group .input-group-addon {
  height: 28px;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  color: #ffffff;
}
#product .sail-formula {
  display: inline-block;
  width: 100px;
  margin-left: 15px;
}
#product .cart-block {
  background-color: #f1f1f1;
  border: 1px solid #bfbfbf;
  padding: 1rem;
  margin-bottom: 0.8rem;
}
.links {
  display: block;
}
.links a {
  color: #747474;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
}
.links.cart a,
.links a:last-child {
  color: #444;
}
.links a:hover {
  color: #444;
  text-decoration: underline;
}
.links a + a {
  margin-left: 1rem;
}
.links.cart a + a {
  margin-left: 2rem;
}
.links.cart a {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.links a img {
  vertical-align: sub;
}
.product-description {
  position: relative;
  color: #444;
}
.product-description nav {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin: 0 0 3rem;
}
.product-description nav a:first-child {
  padding-left: 0;
}
.product-description nav a {
  text-decoration: none;
  color: #666;
  padding-bottom: 0;
}
.product-description nav a:hover,
.product-description nav a.active {
  background-color: #fff !important;
  color: #000 !important;
}
.product-description nav a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  margin-bottom: -1px;
}
.product-description nav a:hover:after,
.product-description nav a.active:after {
  background-color: #444;
}
#addBasketModal .big-price {
  font-weight: 400;
}
#addBasketModal .btn-lg {
  padding: 6px 12px;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-ms-input-placeholder {
  color: #999;
}
.pagination {
  margin: 3rem 0 1rem;
  display: block;
  text-align: center;
}
/* Cart */
#cart-products .table-header {
  border-bottom: 1px solid #ddd;
}
#cart-products .table-header span {
  font-size: 14px;
}
.products-list {
  width: 100%;
}
.productsTable .products-list .product:first-child {
  border-top: 1px solid #ddd;
}
.products-list .product {
  border-bottom: 1px solid #ddd;
  padding: 5px 15px;
  position: relative;
}
#cart-products .products-list .product:nth-child(2n+2) {
  background-color: #f1f1f1;
}
#accept .help-block {
  font-size: 15px;
}
#accept .has-error {
  position: relative;
}
#accept .has-error:before {
  content: '';
  position: absolute;
  border: 1px solid red;
  left: -10px;
  right: 0;
  top: -10px;
  bottom: -10px;
}
.products-list .product .remove {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 100;
  color: #ccc;
}
.products-list .product img {
  width: 55px;
}
.products-list .product .remove img {
  height: 12px !important;
}
.products-list .product .name,
.products-list .product .name a {
  color: #444;
  text-decoration: none;
  font-size: 13px;
}
.products-list .product .name:hover a {
  text-decoration: underline;
}
.products-list .product .delivery {
  font-weight: 400;
}
.products-list .product .price-mj {
  font-size: 12px;
}
.products-list .product .price-total {
  font-size: 13px;
  font-weight: 600;
}
.price.big {
  font-size: 18px;
  font-weight: 600;
}
.pricesInfo span {
  font-size: 14px;
}
.pricesInfo span.your-sale {
  color: #444;
  font-weight: 400;
}
.pricesInfo {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.pricesInfo .prices > div {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.pricesInfo .prices > div:last-child span {
  font-size: 15px;
  font-weight: 600;
}
.checkimg {
  display: inline-block;
  min-height: auto !important;
  vertical-align: baseline;
  margin-right: 4px;
  height: 12px;
}
#searchbar .help-block,
.checkimg input[type=checkbox],
.checkimg input[type=radio] {
  display: none;
}
.checkimg input[type=checkbox] + label,
.checkimg input[type=radio] + label {
  background: url('../images/checkbox.png') no-repeat;
  height: 12px !important;
  width: 12px !important;
  cursor: pointer;
  padding: 0;
}
.checkimg input[type=checkbox]:checked + label,
.checkimg input[type=radio]:checked + label {
  background: url('../images/c-checkbox.png') no-repeat;
}
.checkimg input.b[type=checkbox] + label,
.checkimg input.b[type=radio] + label {
  background: url('../images/checkbox-b.png') no-repeat;
}
.checkimg input.b[type=checkbox]:checked + label,
.checkimg input.b[type=radio]:checked + label {
  background: url('../images/c-checkbox-b.png') no-repeat;
}
.checkimg.big-label {
  height: auto;
  padding-left: 20px;
  position: relative;
}
.checkimg.big-label input + label {
  position: absolute;
  left: 0;
  top: 5px;
}
.checkimg.big-label .help-block {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  padding-left: 0;
  margin-left: -7px;
}
#frm-orderForm .card {
  border: 0;
}
#frm-orderForm .card-header {
  border-radius: 0;
  background-color: #0969A3;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 0.5rem 1.25rem;
}
#frm-orderForm .card-header span {
  font-weight: 600;
  font-size: 20px;
}
#frm-orderForm #delivery-check.card-header > span {
  display: none;
}
#frm-orderForm .card-header label {
  margin: 0;
}
#frm-orderForm .card-header small {
  margin-left: 10px;
  font-size: 12px;
  display: block;
}
#frm-orderForm .form-control {
  border-color: rgba(0, 0, 0, 0.4);
  padding: 0.4rem 0.75rem;
}
#frm-orderForm .card-block label {
  margin-bottom: 0;
}
.has-error .form-control {
  border-color: #d9534f;
}
.has-success .form-control {
  border-color: #5cb85c;
}
#frm-orderForm .postage-row .price .radio-ok {
  visibility: hidden;
  margin-left: 10px;
  margin-top: -4px;
}
#frm-orderForm .postage-row.has-success .radio-ok {
  visibility: visible;
  color: #3c763d;
}
#frm-orderForm .postage-row.error .radio-ok {
  visibility: visible;
  color: #d9534f;
}
.required {
  color: #d9534f;
}
.text-danger,
.form-control-feedback {
  display: none;
}
.text-danger,
.form-control-feedback {
  display: block;
  position: absolute;
  right: 25px;
  top: 10px;
  font-size: 12px;
}
.form-group > .help-block,
.form-group > .form-control-feedback {
  top: 40px;
  right: 15px;
}
.form-control-feedback.fa-check:before {
  content: '';
  display: block;
  width: 13px;
  height: 10px;
  background: url('../images/icon/check-green.png') no-repeat;
}
.form-group.has-error,
.form-group.has-success {
  position: relative;
}
.shipping label {
  color: #444;
  margin-bottom: 0;
  font-size: 13px;
  width: 60%;
  vertical-align: middle;
}
.shipping .q {
  display: none;
}
.shipping .q a {
  color: #444;
}
.shipping .price {
  text-align: right;
  font-size: 13px;
}
.shipping .postage-row {
  padding: 5px 0;
  border: 1px solid transparent;
}
.shipping .has-success {
  border-color: #3c763d;
  margin: 0 -15px;
  padding: 5px 15px;
}
.shipping .has-error {
  border-color: #d9534f;
  margin: 0 -15px;
  padding: 5px 15px;
}
.shipping .postage-free label,
.shipping .postage-free .price {
  color: #0088fc;
}
.suggester {
  padding: 0 15px;
}
.suggester > div {
  position: relative;
}
.suggester input {
  border-width: 2px;
}
.shipping-suggester-results {
  display: none;
  max-height: 300px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  background: #fff;
  left: 15px;
  right: 15px;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top: 0;
}
.shipping-suggester-results .item:hover {
  cursor: pointer;
  background-color: #cacaca;
}
.tooltip {
  width: auto;
  opacity: 1 !important;
}
.tooltip-inner {
  max-width: 300px;
  border: 1px solid #444;
  background-color: #fff !important;
  color: #444;
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.3);
  opacity: 1 !important;
  border-color: #eceeef;
  text-align: left;
}
.tooltip-inner .header {
  display: block;
  border-bottom: 1px solid #eceeef;
  background-color: #eceeef;
  margin: -3px -8px 0;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
  text-align: center;
}
/* Modal */
.modal {
  top: 4em;
}
.modal-title {
  margin-top: 0;
}
/* Buttons */
.btn {
  border-radius: 0;
  text-decoration: none;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
}
.btn-success:focus {
  color: #ffffff !important;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
}
.btn-primary {
  background-color: #FC7F07;
  border-color: #FC7F07;
  color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #c76b12;
  border-color: #c76b12;
  color: #fff;
}
.btn.disabled,
.btn:disabled {
  cursor: default;
}
.btn-grey {
  background-color: #ccc;
  color: #444;
  border-color: #ccc;
}
.btn-grey:hover {
  background-color: #999;
  color: #444;
}
/* Carousel */
.base-carousel .carousel-indicators {
  bottom: -15px;
  margin-top: 1rem;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  margin-right: 1rem;
}
#lastVisitedCarousel .carousel-indicators {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0rem 15% -1rem;
}
.base-carousel .carousel-indicators li {
  height: 10px;
  background-color: #fff;
  color: #444;
  padding: 0;
  text-indent: 0;
  font-size: 10px;
  width: 12px;
  height: 12px;
  text-align: center;
  border: 1px solid #444;
  border-radius: 20px;
  flex: none;
}
.base-carousel .carousel-indicators li.active,
.base-carousel .carousel-indicators li:hover {
  background-color: #444;
  color: #fff;
}
/**/
#cookies {
  width: 100%;
  left: 0;
  background: #fff;
  border-top: 1px solid #999;
  z-index: 999;
  text-align: center;
  position: fixed;
  bottom: 0;
}
#cookies p {
  margin-bottom: 0;
  font-size: 12px;
}
#cookies p a {
  text-decoration: none;
}
#cookies p .accept {
  cursor: pointer;
  text-decoration: underline;
  margin-left: 1rem;
}
@media (max-width: 991px) {
  #cookies {
    position: fixed;
    bottom: 0;
  }
  #cookies + #top-menu + header #menu #categoriesToggleDiv {
    top: 115px;
    max-height: calc(100vh - 115px);
    max-height: -ms-calc(-15vh);
  }
  #cookies + #top-menu + header + #wrapper {
    padding-top: 130px;
  }
  #top-menu .nav-item a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .under-menu-sale {
    text-align: center;
    display: block;
  }
  #categories .eshop {
    display: none;
  }
  #categories .categories-submenu > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
/* CE */
.contentEditor-block {
  position: relative;
}
.contentEditor-block.flex-bottom {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contentEditor-block + .contentEditor-block:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin: 3rem auto;
  border-bottom: 1px dotted #c7c7c8;
}
.contentEditor-block > div + div {
  margin-top: 3rem;
}
.product-description p {
  font-size: 14px;
}
.product-description .tiny-inline p:last-child {
  margin-bottom: 0;
}
.product-description .downloads > a,
#product .downloads > a {
  display: block;
}
.product-description img,
.shopping-list-content img,
article img {
  max-width: 100%;
  height: auto;
}
.product-description > p + div {
  margin-top: 3rem;
}
#addBasketModal h5,
#loggedModal h5 {
  font-size: 20px;
  color: #004169;
  font-weight: 600;
}
#loggedModal p {
  font-size: 18px;
  margin: 5px;
}
@media screen and (min-width: 768px) {
  #loggedModal .modal-dialog {
    max-width: 600px;
  }
}
#addBasketModal .name {
  font-size: 14px;
  margin-bottom: 0;
}
#addBasketModal .big-price {
  font-size: 20px;
}
#showHeurekaBadgeHere-3 img {
  width: 100px;
  height: 100px;
}
/**/
.order-title {
  margin: 0 10px 0 30px;
  font-size: 14px;
}
#products-order {
  width: auto;
  display: inline-block;
}
.parameter.order {
  color: #444;
  text-decoration: none;
  margin-right: 15px;
  font-size: 14px;
}
.parameter.order:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border: 1px solid #303030;
  border-radius: 2px;
}
.parameter.order.active {
  font-weight: 400;
}
.parameter.order.active:before {
  background-image: url('../images/c-checkbox.png');
  border: 0;
}
/**/
footer {
  background-color: #0b7cca;
  color: #fff;
}
footer h3 {
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .t_block {
  background-color: #f5f5f5;
  color: #000;
  padding: 1rem 0;
}
footer .t_block h3 {
  color: #000;
}
footer .t_block a {
  color: #000;
}
footer p,
footer td {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
footer li {
  margin: 0;
  padding: 0;
}
footer li:before {
  display: none;
}
footer li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
footer > .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
footer .copy {
  padding: 1rem 0;
  border-top: 1px solid #999;
  background-color: #fff;
  text-align: center;
}
footer .copy p {
  margin-bottom: 0;
  color: #999;
}
footer .footer {
  text-align: center;
}
footer .footer__header {
  background-color: #f5f5f5;
  color: #000;
  padding: 1rem 0;
  text-align: center;
}
footer .footer__header h3 {
  margin-bottom: 25px;
}
footer .footer__header h3 span {
  display: flex;
  align-items: center;
  color: #000;
  justify-content: center;
}
footer .footer__header h3 span img {
  margin-right: 15px;
}
footer .footer__header__image img {
  margin-left: auto;
  margin-right: auto;
}
footer .footer__openings {
  margin: 10px auto 0;
}
footer .footer__openings tbody tr td:nth-child(1) {
  width: 90px;
}
footer .footer__contacts {
  margin-top: 15px;
}
footer .footer__contacts p img {
  margin-right: 10px;
}
footer .footer__contacts p + p {
  margin-top: 10px;
}
footer .footer__contacts a {
  color: #000000;
}
footer .footer__contacts a:hover {
  text-decoration: none;
}
footer .footer__banners {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer__banners-right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
footer .footer__banners-right > .banner {
  margin-bottom: 30px;
}
footer .footer__banners .banner {
  display: inline-block;
}
footer .footer__banners .banner + .banner {
  margin-left: 15px;
}
footer .footer__menu {
  margin-bottom: 30px;
  text-align: center;
}
footer .footer__menu__title {
  font-size: 20px;
  color: #fff;
  padding: 0 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .footer__menu ul {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
footer .footer__menu ul li + li {
  margin-top: 5px;
}
@media (min-width: 768px) {
  footer .footer {
    text-align: left;
  }
  footer .footer__header {
    text-align: left;
  }
  footer .footer__header h3 span {
    justify-content: left;
  }
  footer .footer__header__image img {
    margin-left: 0;
  }
  footer .footer__openings {
    margin-left: 0;
  }
  footer .footer__menu {
    margin-bottom: 0;
    text-align: left;
  }
  footer .footer__banners-right > .banner {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  footer .footer__banners {
    justify-content: left;
  }
}
/**/
.home-cat-grid {
  margin-bottom: 1rem;
}
.home-cat-grid > div {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.home-cat-grid > div > a {
  display: block;
  text-align: center;
  color: #444;
  text-decoration: none;
  font-weight: 400;
  height: 100%;
  font-size: 12px;
}
.home-cat-grid > div:hover a {
  font-weight: 600;
  text-decoration: underline;
}
.home-cat-grid img {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px;
}
.home-cat-grid > div:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  top: 0%;
  background-color: #ccc;
}
.home-cat-grid > div:nth-child(3n):after {
  display: none;
}
#category.homepage {
  margin-top: 3rem;
}
#category .hidden-md-down.col-xl-2 {
  padding-left: 10px;
}
#category .faq-category-title {
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
}
#category .home-cat-grid a {
  height: 140px;
}
#category .home-cat-grid.last-level a {
  height: 110px;
}
#category .home-cat-grid .name {
  border-bottom: 2px solid transparent;
  padding: 4px 10px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  min-height: 56px;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
#category .home-cat-grid.last-level .name {
  min-height: 46px;
}
#category .home-cat-grid.last-level .active .name,
#category .home-cat-grid > div:hover .name {
  background-color: #0969A3;
  border-bottom-color: #0969A3;
  font-weight: 400;
  color: #fff;
}
#category .home-cat-grid.last-level .active .name:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #0969A3;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}
#category > .col-12 > div > h1 {
  display: inline-block;
}
#home-text p:before,
#home-text p:after {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: -50px;
  display: block;
  width: 250px;
  height: 1px;
  background-color: #0969A3;
}
#home-text p:after {
  right: -50px;
  left: auto;
  top: auto;
  bottom: 0.5rem;
}
#home-text {
  margin: 3rem 0;
}
#home-text p {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
  font-style: italic;
  padding: 2rem 0;
  overflow: hidden;
}
.sticky {
  position: sticky;
  top: 0;
  z-index: 120;
}
.sticky-info {
  display: none;
}
.sticky-info .container {
  padding-right: 0;
  padding-left: 0;
}
.sticky-product {
  display: none;
  border-bottom: 1px solid #cacaca;
  padding: 5px 0;
}
.sticky-product img {
  width: 40px;
}
.sticky-product .name {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 15px;
}
.sticky-product .price-old {
  text-decoration: line-through;
  font-size: 12px;
}
.sticky-product .price {
  font-weight: 600;
  margin-left: 1rem;
  font-size: 14px;
}
.sticky-product > div:first-child {
  margin-bottom: -1px;
  background-color: #fff;
}
.sticky-info .hidden-fixed {
  display: none;
  border-bottom: none !important;
  font-weight: 300;
  cursor: pointer !important;
}
.sticky-info.fixed,
.sticky-t.fixed {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0 !important;
  background-color: #fff;
  z-index: 999;
}
.sticky-info.fixed .sticky-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sticky-info.fixed nav {
  margin: 0;
}
.sticky-info.fixed .container {
  padding-right: 15px;
  padding-left: 15px;
}
.sticky-info.fixed .hidden-fixed {
  display: block;
}
.products-grid .product-card {
  border-bottom: 1px solid #ccc;
}
.products-grid .product-card {
  border-right: 1px solid #ccc;
}
.products-grid .product-card:nth-child(2n) {
  border-right: none;
}
.products-grid .product-card:nth-child(-n+2) {
  border-top: 1px solid #ccc;
}
.products-grid .product-card:nth-child(40n):after {
  content: '';
  display: none;
  margin-bottom: 50px;
}
.products-grid .product-card:nth-child(40n) + .product-card:before {
  content: 'Další načtené produkty ↓';
  display: none;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  padding: 4px 0;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
}
#searchbarCollapse form {
  position: relative;
  z-index: 130;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
#searchbarCollapse form input,
#searchbarCollapse form .btn {
  border-color: #999;
}
#searchbar-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 120;
}
#searchbar-results {
  position: absolute;
  top: 38px;
  background-color: #fff;
  left: 0;
  right: -1px;
  z-index: 120;
}
#searchbar-results .title {
  margin: 0;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 10px 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
#searchbar-results .title span {
  border-bottom: 1px solid #0969a2;
}
#searchbar-results .title span a {
  font-size: 11px;
  margin-left: 1rem;
  text-decoration: none;
}
#searchbar-results .item {
  overflow: hidden;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: none;
}
#searchbar-results .item:hover {
  background-color: #eceeef;
}
#searchbar-results .item > a {
  display: block;
  color: #444;
}
#searchbar-results .item > a > div {
  display: inline-block;
}
#searchbar-results .item .img {
  width: 60px;
}
#searchbar-results .item .img {
  max-height: 40px;
  max-width: 40px;
}
#searchbar-results .item .img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#searchbar-results .item .name {
  width: -webkit-calc(-60%);
  width: calc(100% - 160px);
  padding-left: 10px;
  vertical-align: middle;
}
#searchbar-results .item .price {
  width: 100px;
  text-align: right;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  #searchbar-results .item.category,
  #searchbar-results .item.faq {
    display: none;
  }
}
#banner-middle {
  margin-top: -20px;
  margin-bottom: 30px;
}
#banner-left,
#banner-right {
  position: absolute;
  top: 54px;
  display: none;
}
#category.homepage + #banner-left,
#category.homepage + #banner-left + #banner-right {
  top: 0;
}
#banner-left {
  left: 0;
  margin-left: -200px;
}
#banner-right {
  right: 0;
  margin-right: -200px;
}
#actionModal .modal-body {
  text-align: center;
}
#actionModal p {
  margin-bottom: 0;
  font-weight: 600;
}
#actionModal a {
  color: #444;
}
.art-row {
  padding: 25px 15px;
}
.art-row h2 a {
  border-bottom: 1px solid #444;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 700;
  color: #46494d;
}
.art-row h2:hover a {
  color: #337ab7;
}
.art-row .img {
  width: 100%;
  border: 1px solid #eee;
}
.art-row .more {
  font-size: 13px;
  color: #92969c;
  text-decoration: none;
}
.sidebar-products-widget {
  border: none;
  margin-top: 3rem;
  padding-right: 10px;
  margin-bottom: 2rem;
}
.sidebar-products-widget:first-child {
  margin-top: 1rem;
}
.sidebar-products-widget .card-header {
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}
.sidebar-products-widget .panel-title {
  font-size: 17px;
  font-weight: 600;
  color: #444;
}
.sidebar-products-widget .card-block {
  line-height: 13px;
  padding: 5px 0;
}
.sidebar-products-widget .card-block a.link {
  font-size: 12px;
  color: #444;
  text-decoration: none;
  font-weight: 600;
  display: block;
  margin-top: 1rem;
}
.sidebar-products-widget .card-block a.link:hover {
  text-decoration: underline;
}
.sidebar-products-widget .card-block .item {
  padding: 5px 0 5px 5px;
  background-color: #fff;
}
.sidebar-products-widget .card-block .item + .item,
.sidebar-products-widget .card-block .item + .collapsing,
.sidebar-products-widget .card-block .item + .collapse.show {
  border-top: 1px solid #ddd;
}
.sidebar-products-widget .card-block .item a {
  font-size: 12px;
  text-decoration: none;
  color: #444;
}
.sidebar-products-widget .card-block .item:hover .name {
  text-decoration: underline;
}
.sidebar-products-widget .card-block .item .date {
  color: #0b7cc9;
}
.sidebar-products-widget .card-block .item .name {
  margin: 5px 0 0;
}
#vse-o-nakupu > div {
  margin-bottom: 1rem;
}
.alert p:last-child {
  margin-bottom: 0;
}
.hidden {
  display: none;
}
#page-content p,
#page-content li {
  font-size: 15px;
}
#page-content iframe {
  width: 100%;
  max-width: 100%;
}
#customModal {
  background: rgba(0, 0, 0, 0.6);
  margin-top: -32px;
  padding-top: 50px;
}
.div-sale_stop .sale_stop {
  color: #ff4400;
  font-weight: 600;
  margin-bottom: 5px;
}
.div-sale_stop .products-grid {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.div-sale_stop .product-card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.div-sale_stop .product-card .card-block {
  padding: 0;
}
.last-visited-carousel {
  padding: 0 25px;
}
.last-visited-carousel .product {
  border-right: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .last-visited-carousel .product {
    max-width: 250px;
  }
}
.last-visited-carousel .product a {
  text-decoration: none;
  text-align: center;
  display: block;
}
.last-visited-carousel .product img {
  max-width: 120px;
  margin-bottom: 15px;
  display: inline-block !important;
}
.last-visited-carousel .product .name {
  font-size: 14px;
  color: #444;
  margin: 0;
  min-height: 69px;
}
.last-visited-carousel .product .price {
  font-size: 14px;
  color: #444;
  font-weight: 600;
}
.last-visited-carousel .product:hover .name {
  text-decoration: underline;
}
.last-visited-carousel .carousel-control-next,
.last-visited-carousel .carousel-control-prev {
  width: 25px;
  color: #444;
  text-decoration: none;
}
#parametersCollapseToggler {
  margin-bottom: 15px;
  background-color: #0275d8;
  color: #fff;
}
#parametersCollapseToggler:hover {
  background-color: #044d8c;
}
#parametersCollapse {
  border: 1px solid #0275d8;
  border-top: 0;
  margin: -15px 0 15px;
  padding: 15px;
  padding-bottom: 0;
}
#parametersCollapse .close-collapse {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #444;
  font-size: 13px;
}
#parametersCollapse .end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  margin: 7px -15px;
}
#parameters-filter .name {
  margin: 15px 0 0;
  font-size: 13px;
  font-weight: 600;
  display: block;
  min-width: 140px;
  color: #444;
}
#parameters-filter .values {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 150px);
  width: -ms-calc(-50%);
  margin-bottom: 0px;
}
#parameters-filter .value {
  font-size: 14px;
  color: #444;
}
#parameters-filter .value.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#parameters-filter .value.disabled .custom-control-indicator {
  opacity: 0.5;
  cursor: not-allowed;
}
#parameters-filter .value.disabled .custom-control {
  cursor: not-allowed;
}
#parameters-filter .value label {
  margin: 0;
}
#parameters-filter .value:last-child .name {
  margin-bottom: 0;
}
#parameters-filter .value .custom-control-indicator {
  background-image: none;
  background-color: #fff;
  width: 12px;
  height: 12px;
  border: 1px solid #444;
  border-radius: 0;
}
#parameters-filter .value .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #5cb85c;
}
#parameters-filter .value .custom-control-description img {
  margin: -2px 0 0 5px;
}
#parametersInnerCollapseToggler {
  font-size: 13px;
}
#parameters-badges .title {
  margin: 15px 10px 0 0;
  display: inline-block;
}
#parameters-badges .badge {
  font-size: 85%;
  color: #fff !important;
  border-radius: 0;
  font-weight: 600;
  padding: 0 0 0 10px;
  border: 1px solid #444;
  position: relative;
  margin-bottom: 5px;
}
#parameters-badges .badge .close {
  font-size: 18px;
  color: #444;
  opacity: 1;
  font-weight: 300;
  line-height: normal;
  float: none;
  margin-left: 10px;
  background: #fff;
  width: 26px;
  display: inline-block;
  border-left: 1px solid #444;
  padding-bottom: 2px;
}
#parameters-badges .badge + .badge {
  margin-left: 10px;
}
.related-faqs {
  overflow-y: auto;
  max-height: 400px;
}
.related-faqs a {
  display: block;
  margin-bottom: 10px;
}
.faq-article h1 + h2 {
  margin: -15px 0 15px;
  color: #444;
  font-size: 20px;
}
.faq-article a.backlink {
  margin-bottom: 15px;
  display: block;
}
.faq-article p {
  font-size: 16px;
  color: #444;
}
.faq-article li {
  font-size: 16px;
  color: #444;
}
.faq-category a {
  font-size: 20px;
}
.faq-category p {
  font-size: 16px;
}
.faq-category h1 + a {
  font-size: 13px;
  margin-left: 15px;
}
#category .faq-article .home-cat-grid.last-level > div:before {
  content: '';
  display: none;
}
@media screen and (min-width: 576px) {
  .products-grid .product-card:nth-child(40n) + .product-card:before {
    width: 540px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .product-description p,
  .product-description li,
  article .article-content p,
  article .article-content li,
  .shopping-list-content p,
  .shopping-list-content li,
  .section-content p {
    font-size: 15px;
  }
  .product-description .contentEditor-block.doprava p {
    font-size: 14px;
  }
  .breadcrumb > .breadcrumb-item {
    font-size: 13px;
  }
  .home-cat-grid > div:nth-child(3n):after {
    display: block;
  }
  .home-cat-grid > div:nth-child(4n):after {
    display: none;
  }
  .home-cat-grid img {
    width: 80px;
    margin-bottom: 1rem;
  }
  .products-grid .product-card:nth-child(-n+3) {
    border-top: 1px solid #ccc;
  }
  .products-grid .product-card:nth-child(2n) {
    border-right: 1px solid #ccc;
  }
  .products-grid .product-card:nth-child(3n) {
    border-right: none;
  }
  .products-grid .product-card:nth-child(40n) {
    display: block;
  }
  .card.product {
    margin-bottom: 1rem;
  }
  .card.product .card-block .card-title {
    font-size: 14px;
  }
  .card.product .card-block .image .image-block {
    max-width: 160px;
    width: 160px;
    height: 160px;
  }
  .card.product .delivery {
    text-align: left;
  }
  .card.product .card-block .tags .tag {
    font-size: 11px;
    padding: 0.1rem 0.3rem;
    line-height: 1.5;
  }
  .card.product .card-block .card-title {
    max-height: initial;
    overflow: hidden;
  }
  .products-grid .product .btn .fa,
  .products-list .product .btn .fa {
    display: none;
  }
  .products-grid .product .btn span,
  .products-list .product .btn span {
    display: block;
  }
  .div-sale_stop .products-grid .product .btn .fa,
  .div-sale_stop .products-list .product .btn .fa {
    display: block;
  }
  .div-sale_stop .products-grid .product .btn span,
  .div-sale_stop .products-list .product .btn span {
    display: none;
  }
  .card.product .btn-sm {
    padding: 0.3rem 0.5rem;
  }
  #product .info-block .small {
    display: inline-block;
  }
  #product .prices .price-old span {
    font-size: 14px;
  }
  #product .prices .price {
    font-size: 21px;
  }
  #product .btn-lg {
    padding: 10px 16px;
    float: right;
    margin-top: 2px;
  }
  #product .delivery-block .delivery {
    font-size: 16px;
  }
  #product .quantity-block input {
    height: 44px;
  }
  .quantity-block a {
    padding: 11px 8px;
  }
  .home-cat-grid > div {
    padding: 0 15px;
    margin-bottom: 3rem;
    border-bottom: none;
  }
  .home-cat-grid > div > a {
    font-size: 14px;
  }
  .contentEditor-block > div:nth-child(1) {
    margin-bottom: 0rem;
  }
  .products-list.shoppinglist form .btn-primary {
    width: 90px;
  }
  .products-list .product .name,
  .products-list .product .name a {
    font-size: 14px;
  }
  .products-list .product .price-total {
    font-size: 15px;
  }
  .pricesInfo span {
    font-size: 15px;
  }
  .pricesInfo .prices > div:last-child span {
    font-size: 18px;
  }
  #home-text p {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }
  #addBasketModal img {
    height: 68px;
  }
  #menu-cart > div > a {
    text-align: left;
    position: relative;
  }
  #menu-cart > div > a > .quantity {
    left: 1.8rem;
    right: auto;
  }
  #menu-cart .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  #menu-cart .price-total {
    margin-top: 7px;
  }
  #addBasketModal .btn-lg {
    padding: 10px 16px;
  }
  #parameters-filter .name {
    display: inline-block;
    margin: 0 0 15px;
  }
  #parameters-filter .value {
    display: inline-block;
    font-size: 12px;
  }
  #parameters-filter .value {
    border-right: 1px solid #444;
    padding-right: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  #parameters-filter .value:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  #parameters-badges .title {
    width: 140px;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  #categories > .container > nav {
    z-index: auto;
  }
  .sticky-info.fixed,
  .sticky-t.fixed {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.8);
  }
  #categories .categories-title {
    display: none;
  }
  #categories > .container {
    height: auto;
    background-color: transparent;
    z-index: auto;
  }
  #categories .navbar > ul {
    height: auto;
    overflow: auto;
  }
  h1 {
    font-size: 29px;
    line-height: 32px;
  }
  h2,
  .h2 {
    font-size: 22px;
    line-height: 30px;
  }
  h1.home {
    margin: 2rem 0;
  }
  h2.home {
    margin: 3rem 0 1rem;
  }
  .category-subcategories.top .last-level {
    display: flex;
  }
  #top-menu .nav-item {
    display: inline-block;
  }
  #wrapper {
    padding-top: 0;
  }
  #categories.fixed + #wrapper {
    padding-top: 57px;
  }
  .container {
    width: 100%;
  }
  #top-menu {
    position: relative;
  }
  header {
    margin: 0;
    border-bottom: 0;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
  }
  #menu .menu {
    margin-top: -10px;
  }
  #menu .menu .nav-item a {
    font-size: 12px;
    padding: 0 0.3rem;
  }
  #searchbarCollapse {
    display: block;
  }
  #menu-cart > a:hover + .items-block {
    display: block;
  }
  #searchbarCollapse {
    margin-top: 0;
  }
  #categories {
    background-color: #b9dcf1;
    z-index: 150;
    border-top: 2px solid #0969A3;
    position: relative;
    left: auto;
    top: auto;
  }
  #categories:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 10px;
    width: 100%;
    z-index: 100;
  }
  #categories:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 10px;
    width: 100%;
    z-index: 100;
  }
  #categories .categories-main .close {
    display: block;
  }
  #categories .back-drop {
    display: none;
  }
  #categories > .container > nav {
    display: flex;
  }
  #categories .categories-main > a {
    font-size: 13px;
    line-height: 25px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
    color: #222;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  #categories .categories-main > a .img {
    display: none;
  }
  #categories .categories-main.active {
    background-color: #0969A3;
    z-index: 999;
  }
  #categories .categories-main.active + .categories-main {
    border-left-color: transparent;
  }
  #categories .categories-main .categories-submenu {
    text-align: left;
  }
  #categories .categories-main:hover {
    background-color: #fff;
    z-index: 999;
  }
  #categories .categories-main.active + .categories-main:before,
  #categories .categories-main.active:before,
  #categories .categories-main:hover + .categories-main:before {
    display: none;
  }
  #categories .categories-main.active > a {
    color: #fff;
  }
  #categories .categories-main:hover > a {
    color: #434343;
  }
  #categories .categories-main {
    border-left: 1px solid #0969A3;
  }
  #categories:before,
  #categories:after {
    content: '';
    display: block;
    width: 100%;
    background-color: #b9dcf1;
    height: 3px;
    position: absolute;
    left: 0;
    z-index: 118;
  }
  #categories:before {
    top: 0;
  }
  #categories:after {
    bottom: 0;
  }
  #categories .categories-main:nth-child(1) {
    border-left: none;
  }
  #categories .categories-main:hover:before {
    display: none;
  }
  #categories .categories-main .border-hack {
    position: relative;
    display: none;
  }
  #categories .categories-main:hover .border-hack {
    display: block;
    display: none;
  }
  #categories .categories-main .border-hack:before,
  #categories .categories-main .border-hack:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 60px;
    height: 25px;
  }
  #categories .categories-main .border-hack:before {
    left: -65px;
    transform: rotate(-30deg);
  }
  #categories .categories-main .border-hack:after {
    right: -65px;
    transform: rotate(30deg);
  }
  #categories .categories-main .item {
    border-bottom: none;
    padding: 0 15px;
  }
  #categories .categories-main .item > p {
    margin-bottom: 0.5rem;
  }
  #categories .categories-main .categories-subcategories {
    display: block;
  }
  #categories .categories-submenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 55px;
    z-index: 999;
    background: #fff;
    display: none;
    opacity: 0;
    border-top: none;
    padding: 1rem;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  #categories .categories-main.visib .categories-submenu {
    opacity: 1 !important;
  }
  #categories .categories-main.visib:hover .categories-submenu {
    display: block !important;
  }
  #categories .categories-submenu:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
  }
  #categories .categories-submenu > .row > .item {
    margin-bottom: 1rem;
  }
  #categories .categories-submenu .categories-sub-name {
    text-align: left;
    border-bottom: 1px solid #1377DB;
    padding: 1rem 0 0 1.5rem;
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
    width: 85%;
  }
  #categories .categories-submenu .categories-sub-name img {
    position: absolute;
    left: 5px;
    top: 15px;
    width: 50px;
    max-width: 50px;
  }
  #categories .categories-submenu .categories-sub-name > a {
    text-transform: uppercase;
    color: #0969A3;
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
  }
  #categories .categories-submenu .categories-sub-name > a.active,
  #categories .categories-submenu .categories-sub-name > a:hover {
    background-color: #0969A3;
    color: #fff;
  }
  #categories .categories-submenu .categories-subcategories {
    list-style: none;
    text-align: left;
    margin-left: 4rem;
    margin-bottom: 1px;
    padding-left: 0;
  }
  #categories .categories-submenu .categories-subcategories > li {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #categories .categories-submenu .categories-subcategories > li:before {
    display: none;
  }
  #categories .categories-submenu .categories-subcategories > li a {
    color: #444;
    font-size: 13px;
    font-weight: 400;
  }
  #categories .categories-submenu .categories-subcategories > li:after {
    content: ', ';
  }
  #categories .categories-submenu .categories-subcategories > li:last-child:after {
    content: '';
  }
  #categories .categories-submenu .categories-subcategories > li:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #444;
    display: block;
    position: absolute;
    top: 12px;
    margin-top: -1.5px;
    left: -10px;
    border-radius: 2px;
  }
  #categories .categories-submenu .categories-subcategories > li:after {
    content: '';
  }
  #categories-menu .sub-category.level2 > li > a {
    font-size: 14px;
  }
  #categories-menu li {
    margin-bottom: 10px;
  }
  #categories-menu > ul > .categories-item .ba > a > .img {
    width: 25px;
  }
  .card.product .card-block .card-title {
    line-height: 18px;
    height: 85px;
  }
  .alternatives .card.product .card-block .card-title {
    font-size: 14px;
  }
  .home-cat-grid > div:nth-child(4n):after {
    display: block;
  }
  .home-cat-grid > div:nth-child(6n):after {
    display: none;
  }
  .category-title {
    font-size: 23px;
  }
  #category .home-cat-grid > div {
    margin-bottom: 2rem;
  }
  #category .banner img {
    margin-left: 0 !important;
  }
  .category-text.hide a {
    display: none;
  }
  .category-text.hide p {
    max-height: initial;
  }
  .sticky-info {
    display: block;
  }
  .productsTable {
    padding: 0 2rem;
  }
  .productsTable .product .remove {
    top: 50%;
    margin-top: -14px;
  }
  #product .btn-lg {
    float: none;
    margin-left: 1rem;
  }
  #product .prices .product-sale {
    top: 0;
    right: -16px;
    left: auto;
    margin-left: 0;
  }
  .shipping label {
    font-size: 14px;
    width: auto;
  }
  .shipping .q {
    display: block;
  }
  .shipping .price {
    font-size: 14px;
    float: right;
    width: 100px;
    margin-top: 3px;
  }
  #frm-orderForm .card-header small {
    display: inline-block;
  }
  #frm-orderForm #delivery-check.card-header > span {
    display: inline-block;
  }
  footer .t_block .text {
    text-align: left;
  }
  footer .t_block .text p:first-child {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  #product h1 {
    font-size: 26px;
  }
  .product-description h2,
  article .article-content h2 {
    font-size: 22px;
  }
  .product-description h3,
  article .article-content h3 {
    font-size: 20px;
  }
  #product #bimages {
    margin-top: -35px;
  }
  .modal-lg {
    max-width: 900px;
  }
  .products-list.shoppinglist .product .remove {
    right: -5px;
  }
  .contentEditor-block > div + div {
    margin-top: 0rem;
  }
  #frm-orderForm .card-header {
    height: 51px;
  }
  #addBasketModal img {
    height: 59px;
  }
  .products-grid .product-card:nth-child(40n):after {
    display: block;
  }
  .products-grid .product-card:nth-child(40n) + .product-card:before {
    display: block;
  }
  .div-sale_stop .products-grid .product .btn .fa,
  .div-sale_stop .products-list .product .btn .fa {
    display: none;
  }
  .div-sale_stop .products-grid .product .btn span,
  .div-sale_stop .products-list .product .btn span {
    display: block;
  }
  #category .category-subcategories .home-cat-grid > div {
    -webkit-flex: 0 0 14%;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    min-width: 14%;
  }
  #category .category-subcategories .home-cat-grid.last-level > div > a {
    font-size: 11px;
  }
  .category-text p {
    font-size: 15px;
  }
  #category .home-cat-grid > div:nth-child(6n):after {
    display: block;
  }
  #category .home-cat-grid > div:nth-child(7n):after {
    display: none;
  }
  #category .home-cat-grid > div.col-xl-7:nth-child(6n):after {
    display: none;
  }
  #category .home-cat-grid > div.col-xl-7:nth-child(7n):after {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #product .prices .product-sale {
    right: 0;
  }
  .product-sale {
    width: 50px;
    height: 50px;
    padding: 14px 0 10px;
    font-size: 15px;
  }
  .home-cat-grid > div:nth-child(3n):after {
    display: block;
  }
  .home-cat-grid > div:nth-child(6n):after {
    display: none;
  }
  .products-grid .product-card:nth-child(3n) {
    border-right: 1px solid #ccc;
  }
  .products-grid .product-card:nth-child(4n) {
    border-right: none;
  }
  .products-grid .product-card:nth-child(-n+4) {
    border-top: 1px solid #ccc;
  }
  .products-grid.alternatives .product-card:nth-child(4n) {
    border-right: 1px solid #ccc;
  }
  .products-grid .product-card:nth-child(40n) + .product-card:before {
    width: 950px;
  }
  #main-image {
    max-width: 400px;
  }
  #product .btn-lg {
    margin-left: 3rem;
  }
  .quantity-block a {
    padding: 3px 8px;
    height: 15px;
  }
  .quantity-block .input-group-btn {
    position: relative;
  }
  .quantity-block a.plus {
    border-bottom: 0;
    padding: 2px 8px;
  }
  .quantity-block a.minus {
    position: relative;
    left: auto;
    height: 15px;
    padding: 1px 8px;
  }
  .quantity-block {
    width: 80px;
    margin-left: 0;
  }
  .quantity-block input {
    padding: 0.5rem 0.75rem;
    border-left-width: 1px;
  }
  .product-description .downloads > a,
  #product .downloads > a {
    display: inline-block;
  }
  .product-description .downloads > a + a,
  #product .downloads > a + a {
    margin-left: 1rem;
  }
  .div-sale_stop .product-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
  }
  #categories .categories-submenu .categories-subcategories > li {
    width: 49%;
  }
  #categories .categories-submenu .categories-subcategories > li:nth-child(2n+2) {
    padding-left: 10px;
  }
  #categories .categories-submenu .categories-subcategories > li:nth-child(2n+2):before {
    left: 0;
  }
  #category .category-subcategories .home-cat-grid > div {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    min-width: 12.5%;
  }
  #category .category-subcategories .home-cat-grid.last-level > div {
    -webkit-flex: 0 0 10.3%;
    -ms-flex: 0 0 10.3%;
    flex: 0 0 10.3%;
    min-width: 10.3%;
  }
  #category .home-cat-grid > div:nth-child(7n):after {
    display: block;
  }
  #category .home-cat-grid > div:nth-child(8n):after {
    display: none;
  }
  #category .home-cat-grid > div.col-xl-7:nth-child(6n):after {
    display: block;
  }
  #category .home-cat-grid > div.col-xl-7:nth-child(7n):after {
    display: none;
  }
  #category .home-cat-grid > div.col-xl-7:nth-child(8n):after {
    display: block;
  }
  #category .home-cat-grid.last-level > div:nth-child(8n):after {
    display: block;
  }
  #category .home-cat-grid.last-level > div:nth-child(9n):after {
    display: none;
  }
  .home-cat-grid > .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142%;
    -ms-flex: 0 0 14.2857142%;
    flex: 0 0 14.2857142%;
    max-width: 14.2857142%;
  }
}
@media screen and (min-width: 1300px) {
  .products-grid .product-card:nth-child(40n) + .product-card:before {
    width: 1350px;
  }
  #category .category-subcategories .home-cat-grid > div {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    min-width: 12.5%;
  }
}
@media screen and (min-width: 1366px) {
  .container {
    width: 1350px;
    max-width: 100%;
  }
  #category > .col-xl-2 {
    padding-right: 0;
  }
  #category > .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80.333333%;
    -ms-flex: 0 0 80.333333%;
    flex: 0 0 80.333333%;
    max-width: 80.333333%;
    padding-left: 30px;
  }
  #category .category-subcategories .home-cat-grid > div {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    min-width: 12.5%;
  }
  #category .category-subcategories .home-cat-grid.last-level > div {
    -webkit-flex: 0 0 8.3%;
    -ms-flex: 0 0 8.3%;
    flex: 0 0 8.3%;
    min-width: 8.3%;
  }
  #category .home-cat-grid.last-level > div:nth-child(9n):after {
    display: block;
  }
  #category .home-cat-grid.last-level > div:last-child:after {
    display: none;
  }
  .home-cat-grid > .col-xl-7:nth-child(6n):after {
    display: block;
  }
  .home-cat-grid > .col-xl-7:nth-child(7n):after {
    display: none;
  }
  #categories .categories-main > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #categories .categories-submenu {
    top: 40px;
  }
}
@media screen and (min-width: 1700px) {
  #banner-middle {
    display: none;
  }
  #banner-left,
  #banner-right {
    display: block;
  }
}
/* Spinner */
.ajax-spinner__wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 1rem;
  text-align: center;
}
#ajax-spinner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 99999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ajax-spinner .box {
  margin-bottom: 10px;
}
#ajax-spinner .box img {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  filter: brightness(0) invert(1);
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.star-rating {
  display: block;
}
.star-rating + .help-block {
  position: relative;
  top: 0;
  right: 0;
}
.star-rating .star {
  color: #f0ce4e;
  font-size: 20px;
}
.star-rating .stars {
  display: inline-block;
}
.star-rating .number {
  margin-left: 5px;
  font-size: 16px;
  display: none;
  font-weight: 600;
}
.star-rating.show .number,
.star-rating:hover .number {
  display: inline-block;
}
.reviews .reviews-header a {
  color: #444;
  text-decoration: none;
}
.reviews .modal p,
.reviews .modal li {
  font-size: 13px;
}
.reviews-list .reviews-item {
  border: 1px solid #ccc;
  padding: 10px;
}
.reviews-list .reviews-item .name {
  margin: 0 0 -5px;
}
.reviews-list .pros p,
.reviews-list .cons p {
  margin-bottom: 0;
}
.reviews-list .pros {
  margin-bottom: 15px;
}
.reviews-list .fa-plus-circle {
  color: #28a745 !important;
}
.reviews-list .fa-minus-circle {
  color: #dc3545 !important;
}
.product-stars .star-rating .star {
  font-size: 15px;
}
.product-stars .star-rating .number {
  font-size: 13px;
}
.product-stars a {
  display: inline-block;
  color: #444;
}
.rozpocty-na-bazeny {
  float: right;
  font-size: 15px;
  margin-top: 9px;
  text-decoration: none;
}
.top-selled-products {
  margin-bottom: 25px;
}
.top-selled-products .title {
  font-size: 17px;
  margin-bottom: 5px;
}
.top-selled-products .item {
  margin-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}
.top-selled-products .item:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.top-selled-products .rank {
  font-size: 15px;
  margin-right: 10%;
}
.top-selled-products .img {
  max-width: 30px;
  display: inline-block;
  max-height: 40px;
}
.top-selled-products .img > a {
  display: block;
}
@media (min-width: 1200px) {
  .top-selled-products .img {
    max-width: 40px;
  }
  .top-selled-products .rank {
    margin-right: 12%;
  }
}
.top-selled-products .name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.top-selled-products .name a {
  color: #444;
  text-decoration: none;
}
.top-selled-products .name:hover a {
  text-decoration: underline;
}
.top-selled-products .text {
  font-size: 13px;
  margin-bottom: 0;
}
.top-selled-products .top-price {
  font-size: 15px;
  font-weight: 600;
  margin: 0 15px 0 0;
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}
.top-selled-products .price-old {
  display: none;
}
.top-selled-products .top-price + .btn {
  padding: 3px 8px;
  font-size: 12px;
}
div#page-content > .row > .col-md-6:first-child {
  border-right: 1px solid #ccc;
}
.list-group .list-group-item:before {
  content: '';
  display: none;
}
.list-group .list-group-item {
  padding: 5px 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: -1px !important;
}
.list-group .list-group-item a {
  color: #444;
  text-decoration: none;
  width: 100%;
  display: block;
}
.list-group .list-group-item.active a {
  color: #fff;
}
.list-group .list-group-item a:hover {
  text-decoration: underline;
}
.ham-menu {
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  transition: all 600ms ease-in-out;
  display: inline-block;
  float: right;
  margin-top: 0px;
}
.ham-menu .line {
  width: 18px;
  height: 2px;
  background-color: #fff;
  transition: all 600ms ease-in-out;
}
.ham-menu .line.center {
  margin: 3px 0;
}
.product-availability .query {
  width: 13px;
  margin-top: -4px;
}
.product-availability a {
  text-decoration: none;
  color: #434343;
}
.product-availability a:hover {
  text-decoration: underline;
}
.product-availability .status.inStock {
  color: #339933;
}
.product-availability .status.outOfStock {
  color: #ff0000;
}
.modal button.close {
  position: absolute;
  right: 10px;
  width: 28px;
  /*border: 1px solid #434343;
    border-radius: 28px;
    padding-top: 2px;*/
}
.product-card .product-availability {
  height: 44px;
}
.product-card .product-availability a,
.product-card .product-availability .status {
  font-size: 12px;
}
.product-card .product-availability .query {
  width: 12px;
  margin-top: -2px;
}
.product-availability .modal .status {
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
}
.product-availability .modal p b {
  font-size: 16px;
}
.login-wrapper h3 {
  text-decoration: underline;
  text-align: center;
  font-size: 24px;
}
.login-wrapper h3 span {
  font-size: 15px;
}
.login-wrapper h4 {
  margin: 0;
  font-size: 18px;
  text-align: center;
}
.login-wrapper .plus-list {
  margin-top: 25px;
}
.login-wrapper .plus-list li {
  list-style: none;
  padding-left: 25px;
  margin-bottom: 2px;
}
.login-wrapper .plus-list li:before {
  content: url('/images/icons/lomitko.png');
  display: block;
  position: absolute;
  background-color: transparent;
  width: auto;
  height: auto;
  top: 2px;
}
.login-wrapper .btn-primary {
  background-color: #0969A3;
  border-color: #0969A3;
  color: #fff;
  padding: 12px 20px;
  text-transform: uppercase;
}
.login-wrapper .btn-register {
  background-color: #FC7F07;
  color: #fff;
  padding: 12px 20px;
  text-transform: uppercase;
}
.login-wrapper .login h3 {
  text-align: left;
}
.login-wrapper .login {
  border-right: 1px solid #0969A3;
}
.delete-account {
  float: right;
  margin: 35px 15px 0;
  color: #999;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  #loginModal .modal-dialog {
    max-width: 650px;
  }
}
.rating {
  font-size: 14px;
}
.rating .star-list {
  margin: 0 6px;
}
.rating .star-list img {
  height: 12px;
}
.rating .star-list > a {
  text-decoration: none;
}
.rating .star-list .fa-star {
  color: #FFD700;
}
.rating .star-list .fa-star-o {
  color: #FFD700;
}
.table-responsive > .datagrid {
  padding: 0;
}
.datagrid thead > tr > th {
  background-color: #e4edff;
  font-weight: 600;
}
.datagrid tr:nth-child(2n+2):hover {
  background-color: initial !important;
}
.datagrid tr:nth-child(2n+1):hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.datagrid .row-grid-bottom .col-pagination {
  width: 49%;
}
#page-content {
  margin-top: 25px;
}
.video-category-wrapper p {
  font-size: 15px;
}
.video-list {
  margin-top: 40px;
}
.category-text + .video-list {
  margin-top: 10px;
}
.video {
  position: relative;
  margin-bottom: 30px;
}
.video__link-wrapper > a {
  min-height: 80px;
}
@media screen and (min-width: 992px) {
  .video__link-wrapper > a {
    min-height: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .video__link-wrapper > a {
    min-height: 149px;
  }
}
@media screen and (min-width: 1340px) {
  .video__link-wrapper > a {
    min-height: 169px;
  }
}
.video .video__link-wrapper a {
  display: block;
  position: relative;
  max-height: 173px;
}
.video__link-wrapper {
  display: inline-block;
  margin-bottom: 3px;
}
.video .title {
  /*position: absolute;
	bottom: 0;
	padding: 0 15px 2px;
	height: 50px;
	left: 0;
	right: 0;
	margin: 0;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-linear-gradient(top, rgba(25, 35, 45, .3) 0, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(25, 35, 45, .3) 0, rgba(0, 0, 0, 1) 100%);
	text-shadow: 0 1px 1px #444;*/
  height: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
.video .meta {
  position: relative;
  background: #f2f2f2;
  line-height: 25px;
  font-size: 11px;
  padding-left: 14px;
  margin-top: -1px;
  display: none;
}
.widget .video .meta {
  display: block;
}
.video > p {
  margin: 0;
}
.video a p {
  position: absolute;
  bottom: 0;
  padding: 0 15px 2px;
  height: 50px;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.video .play-button {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 45px;
  margin-left: -32px;
  margin-top: -22.5px;
  background-image: url('/images/youtube_play_button.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
.youtube-thumbnail {
  cursor: pointer;
}
.youtube-thumbnail img {
  z-index: 100;
}
.youtube-thumbnail:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -22.5px;
  background: url('/images/youtube_play_button.png') no-repeat;
  z-index: 150;
  width: 64px;
  height: 45px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.youtube-thumbnail:hover:after {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
@media (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
}
.rozpocty h2 a {
  text-decoration: none;
  border-bottom: 1px solid #167ac6;
}
.product-bonus-program-info {
  position: relative;
}
.product-bonus-program-info > p {
  font-size: 11px;
}
.product-bonus-program-info > p a {
  margin-left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #0969A3;
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.product-bonus-program-info .box {
  position: absolute;
  top: -150px;
  background-color: #fff;
  width: 345px;
  padding: 10px;
  z-index: 150;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.product-bonus-program-info .box .close {
  position: absolute;
  top: 5px;
  right: 7px;
  text-shadow: none;
  opacity: 1;
  font-size: 16px;
}
.product-bonus-program-info .box p {
  margin-bottom: 4px;
}
.product-bonus-program-info .box a.line {
  font-size: 11px;
  margin-bottom: 41px;
  display: block;
}
.product-bonus-program-info .box td {
  color: #0969A3;
  line-height: 14px;
  font-size: 12px;
}
.product-bonus-program-info .box td:nth-child(2) {
  padding: 0 2px;
}
.product-bonus-program-info .box td:nth-child(3) {
  font-weight: 400;
}
.product-bonus-program-info .box .table-title {
  font-size: 15px;
  font-weight: 600;
}
#bannerPopupModal {
  text-align: center;
}
#bannerPopupModal .modal-dialog {
  max-width: 100%;
  width: auto !important;
  display: inline-block;
}
#scroll-up {
  display: none;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 5px;
  bottom: 30px;
  border: 1px solid #fff;
  padding: 0;
  border-radius: 4px;
  background-color: #0969A3;
}
#scroll-up a {
  display: block;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
}
.product-banners .banner a {
  display: block;
  text-decoration: none;
}
.product-banners .banner img {
  float: left;
}
.product-banners .banner .content {
  text-align: left;
  padding-left: 60px;
}
.product-banners .banner .content .title {
  color: #0969A3;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.product-banners .banner .content .text {
  color: #434343;
  font-size: 12px;
  margin: 0;
}
.category-subcategories .item {
  display: block;
  overflow: hidden;
  height: 52px;
  border: 1px solid #b9d3e2;
  background: #ddeef9;
  font-size: 13px;
  color: #46494d;
  transition: unset;
}
.category-subcategories .item:hover,
.category-subcategories .item.active {
  border-color: #0969a2;
  background: #0B7CC3;
  color: #fff;
}
.category-subcategories .item > .row {
  margin: 0;
  height: 100%;
}
.category-subcategories .item .image {
  background-color: #ddeef9;
  height: 50px;
  padding-top: 2px !important;
}
.category-subcategories .item:hover .image:after,
.category-subcategories .item.active .image:after {
  content: '';
  position: absolute;
  right: -6px;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ddeef9;
}
.category-subcategories .item img {
  max-width: 46px;
  height: auto;
}
.category-subcategories .item > .row,
.category-subcategories .item .text,
#carouselHomepage .items .item,
.homepage-categories .category-name {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.category-subcategories .item .text p {
  margin: 0;
  font-weight: 700;
}
.category-subcategories .item .text p:after,
.category-subcategories .item .text p:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #434343;
}
.category-subcategories .item .text p:after {
  right: 12px;
  border-left-color: #ddeef9;
}
.category-subcategories .item:hover p:before {
  border-left-color: #fff;
}
.category-subcategories .item:hover p:after {
  border-left-color: #0B7CC3;
}
.category-subcategories .item.active p:before,
.category-subcategories .item.active p:after {
  display: none;
}
@media (min-width: 1200px) {
  .category-subcategories > div {
    margin-right: -5px;
    margin-left: -5px;
  }
  .category-subcategories > div > div {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
  }
}
/*
#carouselHomepage .carousel-inner {
	max-width: 861px;
	display: inline-block;
}
*/
#carouselHomepage .items {
  float: right;
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0;
  border: 1px solid #dadada;
  border-left: 0;
  width: -ms-calc(-761%);
  width: calc(100% - 861px);
  position: relative;
  display: block;
  margin-top: 10px;
}
#carouselHomepage .items .item {
  padding: 0;
  margin: 0;
  height: 76px;
  font-size: 13px;
  color: #9DA5AD;
  text-indent: 0;
  max-width: 100%;
}
@media (min-width: 1350px) {
  #carouselHomepage .items .item {
    font-size: 19px;
  }
}
#carouselHomepage .items .item.active,
#carouselHomepage .items .item:hover {
  color: #0969A3;
}
#carouselHomepage .items .item + .item {
  border-top: 1px solid #dadada;
}
.homepage-categories > div > a {
  text-decoration: none;
  display: block;
  margin: 0 -10px;
}
.homepage-categories .category-name {
  width: 100%;
  background-color: #b9dcf1;
  border: 1px solid #b9dcf1;
  text-align: center;
  padding: 8px 0px;
  margin-bottom: 30px;
  position: relative;
  min-height: 40px;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  color: #434343;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}
.homepage-categories .category-name:hover {
  background-color: #0969A3;
  color: #fff;
}
.homepage-categories .category-name:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #b9dcf1;
}
.homepage-categories .category-name:hover:after {
  border-top-color: #0969A3;
}
.homepage-categories .home-cat-grid > div:after {
  display: none !important;
}
.htitle-link h1 {
  display: inline-block;
}
.htitle-link a {
  margin-left: 20px;
}
@media (min-width: 992px) {
  .homepage-categories .col-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
#page-content[data-page_id="3"] h1 {
  text-align: center;
  margin-bottom: 40px;
}
.faq-category-list .faq-category-list__item {
  margin-bottom: 30px;
}
.faq-category-list > p,
.faq-category_full > p,
.faq-wrapper > p {
  font-size: 15px;
}
.faq-category_withIcon {
  border: 1px solid #d8d8d8;
  position: relative;
}
.faq-category_withIcon:before,
.faq-category_withIcon:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #434343;
}
.faq-category_withIcon:after {
  right: 12px;
  border-left-color: #ffffff;
}
.faq-category_withIcon a {
  color: #444;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 0;
}
.faq-category_withIcon .img {
  width: 52px;
  height: 52px;
  display: inline-block;
  margin-right: 15px;
  background-color: #fff;
  padding: 2px 0 2px 6px;
  position: relative;
}
.faq-category_withIcon .img img {
  width: 100%;
}
.faq-category_withIcon .img:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}
.faq-category_withIcon .info {
  display: inline-block;
  vertical-align: middle;
}
.faq-category_withIcon.ask {
  float: right;
}
.col-md-4 .faq-category_withIcon.ask {
  float: left;
}
.faq-category_withIcon.ask .info {
  height: 50px;
  padding: 12px;
  display: block;
  background-color: #FC7F07;
  color: #fff;
}
.faq-category_withIcon.ask a:hover .info {
  color: #444;
  text-decoration: underline;
}
.faq-category_withIcon.ask:before,
.faq-category_withIcon.ask:after {
  display: none;
}
.faq-article_full {
  padding-top: 30px;
}
.faq-article_full .article-meta p {
  margin: 0;
  text-align: right;
  font-size: 13px;
  color: #999;
}
.faq-article_full .contentEditor-block + .contentEditor-block:before {
  border-bottom-color: transparent;
  margin: 1rem auto;
}
.faq-article_full h1 + p {
  font-weight: bold;
}
.faq-article_full .poradna,
.faq-category_full .poradna {
  font-size: 22px;
  font-weight: 400;
}
.faq-article_full p,
.faq-article_full li {
  font-size: 16px;
}
.faq-article_full .faq-category-list {
  margin-bottom: 20px;
}
.faq-article_full .related h3 {
  font-size: 20px;
}
.faq-article_full .related a {
  color: #167ac6;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (min-width: 1366px) {
  .faq-article_full #category .category-subcategories .home-cat-grid.last-level > div {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    min-width: 12.5%;
  }
}
.faq-article_row a {
  color: #434343;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid #434343;
  font-size: 19px;
}
.faq-article_row a:hover {
  color: #014c8c;
}
.faq-article_row h2 {
  margin-bottom: 0;
}
.faq-article_row p {
  font-size: 16px;
  color: #888;
}
.faq-article_row p.perex {
  font-size: 15px;
}
.faq-article_row + .faq-article_row {
  margin-top: 30px;
}
p + .faq-article-list {
  margin-top: 70px;
}
.faq-wrapper {
  padding-top: 15px;
}
.contentEditor-block.faq .faq-article_row a {
  margin-left: 20px;
  font-size: 16px;
}
.contentEditor-block.faq .faq-article_row p {
  display: none;
}
@media (min-width: 768px) {
  .faq-category-list .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .faq-article_full .related {
    padding-left: 90px;
  }
}
#wrapper > .container > h1:first-child {
  margin-top: 49px;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
figure.image {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
figure.image img {
  margin-bottom: 10px;
}
figure.image figcaption {
  text-align: center;
  font-weight: 600;
}
.weather__item > .row {
  margin: 0;
}
.weather__item + .weather__item {
  margin-top: 20px;
}
.weather__item__day {
  text-align: center;
  padding: 6px 12px 0;
  border: 1px solid #002031;
}
.weather__item__day + .weather__item__day {
  border-top: none;
}
.weather .city {
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #002031;
  margin-bottom: 5px;
}
.widget > .title {
  font-size: 13px;
  text-transform: uppercase;
  color: #444;
  line-height: 24px;
  border-bottom: 2px solid #888;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  position: relative;
}
.widget > .title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 50%;
  bottom: -2px;
  border-bottom: 3px solid #444;
}
.widget + .widget {
  margin-top: 40px;
}
.article-list__most-read .faq-article__with-icon + .faq-article__with-icon {
  margin-top: 15px;
}
.article-list__most-read .faq-article__with-icon a {
  font-size: 13px;
  color: #19232d;
  text-decoration: none;
}
.article-list__most-read .faq-article__with-icon a:hover {
  color: #014c8c;
}
.article-list__most-read .col-8 {
  padding-left: 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 14.5px;
  font-weight: 400;
}
.video-list__newest .desc {
  display: none;
}
.weather > .dropdown {
  position: absolute;
  right: 15px;
  z-index: 100;
}
.weather .dropdown-menu {
  padding: 15px;
  font-size: 13px;
}
.weather .dropdown > a {
  color: #444;
  text-transform: lowercase;
  font-size: 11px;
  text-decoration: none;
}
.faq-article-list__search .h4 {
  margin-top: 0;
}
.faq-article-list__search .actions a {
  color: #444;
  text-decoration: none;
}
.faq-article-list__search .actions a:hover {
  text-decoration: underline;
}
.profile-menu__email {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.profile-menu__info {
  margin: 20px 0 0;
  font-weight: 400;
  font-size: 16px;
}
.profile-menu__sale_list p {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 16px;
}
.profile-menu__sale_list li {
  font-size: 13px;
  height: 16px;
}
.profile-menu__sale_list li:before {
  top: 8px;
}
.jq-stars {
  display: inline-block;
}
.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}
.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}
.jq-star-svg path {
  /* stroke: #444; */
  stroke-linejoin: round;
}
/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}
.card.replace-part .image {
  position: relative;
}
.card.replace-part .replace-part-product-name {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.searchbar .input-remove__button {
  position: absolute;
  z-index: 150;
  right: 75px;
  top: 5px;
  display: none;
}
.searchbar .input-remove__button img {
  width: 20px;
  cursor: pointer;
}
.product-page-custom-grid .row + .row {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
.product-page-custom-grid .product-availability {
  display: inline-block;
}
.product-price .price {
  font-size: 14px;
  font-weight: 600;
}
.product-price .price-old {
  text-decoration: line-through;
  color: #595b5d;
  font-size: 11px;
  display: block;
  line-height: 13px;
}
.tooltip-close {
  position: absolute;
  right: 15px;
  font-size: 26px;
  line-height: 26px;
  top: 4px;
  cursor: pointer;
}
.product-preview-image a {
  display: block;
}
.progress-bar-success {
  background-color: #35A735;
}
#addBasketModal .progress {
  margin-top: 25px;
}
#addBasketModal .modal-footer {
  border: 0;
  padding: 0;
}
#addBasketModal img {
  height: 55px;
}
#addBasketModal .name {
  font-size: 15px;
}
.product-recommended {
  width: 100%;
  padding: 15px 15px 0;
  border-top: 1px solid #eee;
}
.product-recommended > p {
  font-size: 20px;
  color: #004169;
}
.product-recommended__item {
  padding: 10px 0;
}
@media (min-width: 991px) {
  .product-recommended__item {
    display: flex;
    justify-content: space-between;
  }
}
.product-recommended__item + .product-recommended__item {
  border-top: 1px solid #eceeef;
}
.product-recommended__item__title {
  color: #444;
  text-decoration: none;
}
.product-recommended__item__title:hover {
  text-decoration: underline;
}
.product-recommended__item .product-preview-image {
  margin-right: 15px;
}
.footer-after-fb > .banner {
  height: 157px;
}
.collapse.show {
  display: block;
}
.col-1 {
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.add-shopping-list {
  margin-right: 0;
}
@media (min-width: 768px) {
  .add-shopping-list {
    margin-right: 10px;
  }
}
@media (min-width: 1100px) {
  .add-shopping-list {
    margin-right: 0;
  }
}
@media (min-width: 1310px) {
  .add-shopping-list {
    margin-right: 4px;
  }
}
svg use {
  width: 32px;
  height: 32px;
}
.svg-icon {
  vertical-align: sub;
}
.product-free-delivery {
  font-weight: 300;
  background-color: #68c4f9;
  color: #000;
  padding: 2px 4px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .hidden-md-up {
    display: block !important;
  }
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
@media screen and (min-width: 1200px) {
  .replace-part-grid .product-card:nth-child(4n) {
    border-right: 1px solid #ccc !important;
  }
  .replace-part-grid .product-card:nth-child(5),
  .replace-part-grid .product-card:nth-child(6) {
    border-top: 1px solid #ccc !important;
  }
  .replace-part-grid .product-card:nth-child(6n) {
    border-right: none !important;
  }
}
.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}
.no-help-block .form-control-feedback.fa-check:before {
  display: none;
}
.form-group.two-lines > .help-block,
.form-group.two-lines > .form-control-feedback {
  top: 67px;
}
.replace-part-grid .product-card .btn span {
  display: block;
}
#shipping .has-error .error-message {
  display: block;
}
.dpd-pickup-info {
  position: relative;
  margin-left: 20px;
}
.dpd-pickup-info p {
  margin: 0;
  font-size: 13px;
  color: #444;
}
@media (min-width: 992px) {
  .dpd-pickup-info p {
    font-size: 14px;
  }
}
.dpd-pickup-info .error-message {
  font-size: 12px;
  display: none;
  text-align: right;
}
@media (max-width: 768px) {
  .dpd-pickup-info .error-message {
    position: relative;
    margin: -10px -30px 10px;
  }
}
@media (min-width: 1100px) {
  #dpdPickupModal .modal-dialog {
    width: 80vw;
    max-width: 80vw;
  }
}
#dpdPickupModal .modal-dialog .modal-body {
  overflow: hidden;
}
#dpdPickupModal .modal-dialog iframe {
  height: 80vh;
  margin-top: -125px;
}
#done-qr-code {
  text-align: center;
}
.dropdown-box {
  width: 100%;
  display: block;
}
.dropdown-box + .dropdown-box {
  margin-top: 15px;
}
.dropdown-box p {
  margin: 0;
}
.dropdown-box p + p {
  margin-top: 10px;
}
.dropdown-box__head {
  padding: 7px 35px 7px 15px;
  cursor: pointer;
  background-color: #f5f5f5;
  position: relative;
  display: flex;
  align-items: center;
}
.dropdown-box__head::before {
  content: '';
  display: inline-block;
  float: right;
  border: solid #0b7cca;
  border-width: 0 3px 3px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 2px;
  position: absolute;
  right: 16px;
}
.dropdown-box__head__image {
  width: 80px;
  min-width: 80px;
  text-align: center;
  margin-left: -15px;
}
.dropdown-box__body {
  display: none;
  padding: 10px 15px 15px;
}
.dropdown-box.toggled .dropdown-box__head::before {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  margin-top: 8px;
}
.dropdown-box.toggled .dropdown-box__body {
  display: block;
}
.about-shopping-util-title {
  font-size: 20px !important;
  font-weight: 400;
  margin: 30px 0 -20px !important;
}
.about-shopping-button-menu {
  margin-top: 30px;
}
.about-shopping-button-menu__item {
  background: #ddeef9;
  padding: 20px 15px 15px;
  margin-bottom: 30px;
}
.about-shopping-button-menu__item > a {
  margin: -20px -15px -15px;
  padding: 20px 15px 15px;
  display: block;
  text-decoration: none;
  color: #444;
}
.about-shopping-button-menu__item__icon {
  margin-bottom: 15px;
  text-align: center;
  height: 50px;
}
.about-shopping-button-menu__item__name p {
  text-align: center;
  margin: 0;
  font-size: 20px !important;
}
.about-shopping-button-menu__item__bottom {
  text-align: center;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-shopping-button-menu__item__bottom.link-list a {
  display: block;
  text-decoration: underline;
  color: #000;
  font-size: 13px;
}
#page-content[data-page_id="4"] h1 {
  font-size: 30px;
  color: #333333;
}
#page-content[data-page_id="4"] .page-content__content {
  margin-bottom: 30px;
}
#page-content[data-page_id="4"] .page-content__content p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
}
.list-style-success li {
  padding-left: 25px;
}
.list-style-success li:before {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: 5px;
  background: url('../assets/img/icons/ok.png');
}
.list-style-preicon li {
  padding-left: 0;
}
.list-style-preicon li:before {
  display: none;
}
.preicon-phone {
  padding-left: 40px!important;
}
.preicon-phone::before {
  content: '';
  display: block!important;
  width: 26px;
  height: 26px;
  background: url('../assets/img/icons/telefon.png');
  border-radius: 26px;
  top: 1px;
}
.preicon-email {
  padding-left: 40px!important;
}
.preicon-email::before {
  content: '';
  display: block!important;
  width: 26px;
  height: 26px;
  background: url('../assets/img/icons/email-medium.png') no-repeat;
  border-radius: 26px;
  top: 1px;
}
.opening-hours__item {
  display: flex;
  justify-content: space-between;
  max-width: 160px;
}
.contact {
  margin-bottom: 70px;
}
.contact__office-item__list {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact__office-item__list {
    flex-direction: row;
  }
}
.contact .office-item {
  max-width: 560px;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .contact .office-item {
    min-width: 300px;
  }
}
@media (min-width: 1100px) {
  .contact .office-item {
    min-width: 500px;
  }
}
@media (min-width: 1400px) {
  .contact .office-item {
    min-width: 560px;
  }
}
.contact-info-bank {
  margin-top: 50px;
}
.contact-info-bank p {
  margin: 0;
  line-height: 18px;
}
.contact-info-bank__title {
  font-size: 22px!important;
  font-weight: 600;
  margin-bottom: 25px!important;
}
.office .embed-responsive {
  max-height: 315px;
}
.office .office-item {
  max-width: 300px;
  margin: 30px auto 0;
}
.office__map__title {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  margin: 30px 0 5px;
}
.office__info p {
  font-size: 16px!important;
  margin-bottom: 0;
}
.office__info p + .office__info__title {
  margin-top: 15px!important;
}
.office__info__title {
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  margin: 0!important;
}
.office__info .opening-hours {
  margin-bottom: 15px;
}
.office-item {
  color: #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.office-item > a {
  display: block;
  padding: 30px;
  text-decoration: none;
}
.office-item__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.office-item__title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 26px!important;
  color: #333333;
  font-weight: 600!important;
}
.office-item__text {
  margin-bottom: 25px;
  font-size: 16px!important;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */