/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#wrapper {
  background: #ffffff;
}

.block-category {
  min-height:1.75rem;
  margin-bottom:1.563rem
}
.block-category h1 {
  margin-bottom:1rem;
  font-size:2rem
}
.block-category .block-category-inner {
  display:flex;
  justify-content:space-between
}
.block-category .block-category-inner #category-description p,
.block-category .block-category-inner #category-description .page-content.page-cms ul,
.page-content.page-cms .block-category .block-category-inner #category-description ul,
.block-category .block-category-inner #category-description strong {
  font-weight:400;
  color:#7a7a7a
}
.block-category .block-category-inner #category-description p,
.block-category .block-category-inner #category-description .page-content.page-cms ul,
.page-content.page-cms .block-category .block-category-inner #category-description ul {
  margin-bottom:0;
  color:#232323;
  word-break:break-word
}
.block-category .block-category-inner #category-description p:first-child {
  margin-bottom:1.25rem
}
.block-category .block-category-inner .category-cover img {
  width:141px;
  height:180px;
}

#js-product-list-header {
    display: none !important;
}

#subcategories {
    display: none !important;
}

/*wydupienie cieni*/
* {

    box-shadow: none !important;
}  

#header .header-nav {
  border-bottom: none;
}

/*zmiana koloru na orange*/

.product-flags li.product-flag {
  background: #FF6600;
}
.btn-primary, .btn-primary:hover {
  background-color: #FF6600;
}
.product-price {
  color: #FF6600;
}
.product-name {
  color: #FF6600;
}
#header .header-nav .cart-preview.active {
  background: #FF6600;
}
.top-menu a[data-depth="0"]:hover,a:hover{color:#FF6600;text-decoration:none}
a {
  color: #FF6600;
}

a:hover {
  color: #FF6600;
}
.form-control:focus {
  outline: none;
}
.form-control:focus {
  border-color: #FF6600;
  outline: 0;
}
.custom-radio input[type="radio"]:checked + span {
  background-color: #FF6600;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {

  border-bottom: #FF6600 3px solid;
}
.tabs .nav-tabs .nav-link.active {
  color: #FF6600;
}
