/* neco poznamka něco */
.newsletter {
  border-radius:10px;
  background-color: #fdd0b8;
}
.newsletter h4 {
  color:#323232;
}

.newsletter form .form-group label.whole-width, .newsletter form .form-group label.whole-width a {
  color: #323232;
}


.box-categories {border:none !important; border-radius:5px;}
.box-filters {border:none !important; border-radius:5px;} 
img {border-radius:5px;}

#products-1,
#products-1 * {
  border: none !important;
}
#products-6,
#products-6 * {
  border: none !important;
}
#products-9,
#products-9 * {
  border: none !important;
}

/* ZMĚNA BARVY POZADÍ HLAVNÍHO MENU */
#header .search-form .btn {
  background-color: #f2f2f2 !important;
  border:none !important;
  color:#323232 !important;
}
#header::after {
  background-color: #fff0e8 !important;
  border: none !important;
  box-shadow: none !important;
}

.navigation-in {background-color: transparent !important;}
.navigation-in > ul > li > a,
.submenu-arrow::after {color: #323232 !important;} /* BARVA TEXTU V MENU */
.menu-helper::after {color: #323232 !important;} /* BARVA HAMBURGERU */

/* Rámeček v menu */
#navigation {border: none !important;}
.navigation-in > ul > li:hover > a {background-color: #fff0e8 !important;}
.top-navigation-bar a,
.top-navigation-bar button,
.top-navigation-bar ul,
.top-navigation-bar li,
.top-navigation-bar div {
  border: none !important;
  border-bottom: none !important;
  outline: none !important;
}
#header .cart-count {border:none !important;}
.top-nav-button {border:none !important;}
.top-navigation-bar {border: none !important;}
.top-navigation-bar .project-email {color:#323232 !important;}
.top-navigation-bar .project-phone {color:#323232 !important;}
.products-block {border: none !important;}
#products .product,
#products .product-item {
  border: none !important;
}

.categories.active {border-color: #fdd0b8;}
#categories .expandable > .topic > a > span {color: #323232;}
.container.breadcrumbs-wrapper {background-color: white !important;}

/* FILTRY */
.ui-slider-horizontal .ui-slider-range {background-color: #00aa92 !important;}
.ui-slider-horizontal .ui-slider-handle::after {color: #00aa92 !important; }
#filters .otevreny h4 {color: #24242E !important;}

/* TLAČÍTKA */
.btn.btn-primary, a.btn.btn-primary {
  color: #24242E;
  background-color: #fff0e8;
  border: none !important;
}
.btn.btn-cart.add-to-cart-button {
  color: #24242E;
  background-color: #fff0e8;
  border: none !important;
}


/* Písmo u produktu */
.products-block.products .p .name {
  font-weight: 400;
}

/* Hodnocení */
.r-number .rate-average {
  background-color: #00aa92;
}


/* FOOTER */

#footer .contact-box {
  background-color: #f6f6f6;
}

.custom-footer div ul li::before {
  background-color: #00aa92;
}


.navigation-window-visible #navigation::before, .login-window-visible #navigation::before {
  background-color: #ffffff !important;
}











