@media (min-width: 992px) {
  .container-narrow {
      margin: auto;
	  width: 100%;
	  max-width: 1418px;
  }
}
.sidebar-inner>div.box-sm {
  border:none;
}
.sidebar-inner>div.box-sm h4 {
  font-weight: 900;
}

.ui-slider .ui-slider-range {
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}
.ui-slider-handle, .ui-slider-handle:hover {
    background-color: #9999FF;
}

#category-filter-hover .filter-section:first-child, .filter-section+.filter-section {
    border-top-color: transparent;
}
.question-tooltip {
    background-color: #fff;
    border-color: #9999FF;
    color: inherit;
}
.category-top {
  padding-bottom: 50px;
}
.category-header .products-listing-order-heading:before {
    content: "";
    margin-right: 0;
}
.icon-chevron-down
{
  width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background-color: #D6D1FF;
    color: white;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}
.icon-chevron-down:before {
  color:white;
  font-size: 12px;
}

.pagination-top strong {
  color: black;
}

.pagination-loader .load-products {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
}

.pagination-loader .load-products:hover {
  color:white;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.next.pagination-link ~ a {
  background-color: #9999FF;
  color:white;
}
.next.pagination-link:before {
  font-size: 16px;
}

.position--benefitCategory .container-4-blocks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #ffffff;
    flex-wrap: wrap; 
    margin-top: 100px;
}

.position--benefitCategory .col-4-blocks {
    display: flex;
    align-items: center;
    text-align: left;
    min-width: 200px;
    margin-bottom: 20px; 
    width: auto;
    gap: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
    .position--benefitCategory .container-4-blocks {
        flex-direction: column;
        align-items: flex-start; 
    }

   .position--benefitCategory .col-4-blocks {
        min-width: 100%; 
    }
}
      .position--benefitCategory  .col-4-blocks img {
            width: 55px;
            height: 55px;
        }
       .position--benefitCategory .col-4-blocks p:first-of-type {
            font-weight: bold;
            margin-bottom: 0px;
        }
       .position--benefitCategory .col-4-blocks div p {
            margin-bottom: 0px !important;

        }

.benefitBanner__content {
  width: 100%;
  padding: 0;
}

.top-navigation-menu-trigger, .top-navigation-menu-item-1613 ~ li {
  display:none !important;
}

a.top-navigation-mail {
  color: var(--color-primary);
}
.top-navigation-bar {
  padding: 10px 0;
}
.navigation-buttons a[data-target=cart]:before {
  color:var(--color-primary);
}

.benefitBanner .container-4-blocks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #ffffff;
    flex-wrap: wrap; 
    margin-top: 100px;
}

.benefitBanner .col-4-blocks {
    display: flex;
    align-items: center;
    text-align: left;
    min-width: 200px;
    margin-bottom: 20px; 
    width: auto;
    gap: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
    .benefitBanner .container-4-blocks {
        flex-direction: column;
        align-items: flex-start; 
    }

    .benefitBanner .col-4-blocks {
        min-width: 100%; 
    }
	
	.p-detail #tab-content {
	flex-direction: column;
}
	
	.p-detail #tab-content #extendedDescription{
		width:100%;
	}
}
        .benefitBanner .col-4-blocks img {
            width: 55px;
            height: 55px;
        }
        .benefitBanner .col-4-blocks p:first-of-type {
            font-weight: bold;
            margin-bottom: 0px;
        }
        .benefitBanner .col-4-blocks div p {
            margin-bottom: 0px; !important

        }


.p-detail .rate-wrapper {
  display:none !important;
}
.p-detail #tab-content {
  display:flex;
}
.p-detail #extendedDescription {
  width:30%;
}
.p-detail #ratingTab {
  width:100%;
}
.p-detail li[data-testid="tabExtendedDescription"] {
  display: none !important;
}
.p-detail .link-icons a:before {
  content: "";
}
.p-detail .link-icons a span{
  color: var(--color-primary);
  opacity: 0.5;
  text-decoration: none !important;
}
.question-tooltip {
  border-color: var(--color-primary);
}
.ratings-and-brand {
  display: none;
}

.p-detail .variant-list select {
  border-radius: 25px;
  border-width: 2px;
  background-color: #f7f7f7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'><circle cx='14' cy='14' r='14' fill='%239999FF' fill-opacity='0.2'/><path d='M9 11l5 5 5-5' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  min-width: 200px;
}
.p-detail .variant-list select:focus {
  border-color: #9999FF; 
  outline: none; 
}




.products-related-header, .products-related-wrapper {
  display: none;
}

.product-slider-holder .product-slider-navigation {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #D6D1FF;
    color: white;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
}
.product-slider-holder .product-slider-navigation:hover {
    background-color: #bdb7f5;
}
.product-slider-holder .product-slider-navigation.navigation-prev, .product-slider-holder .product-slider-navigation.navigation-next {
font-size:0;
}
.product-slider-holder .product-slider-navigation.navigation-prev:before, .product-slider-holder .product-slider-navigation.navigation-next:before {
    color: white;
  margin-top: 4px;
    margin-left: 2px;
	background: transparent;
}
.product-slider-holder .product-slider-navigation.navigation-next:before {margin-left: 6px;}
.products-bg {
   background-color: #f7f7f7;
   padding-top: 50px;
   margin: 50px 0;
}

.content-wrapper-in, .breadcrumbs.navigation-home-icon-wrapper {
	max-width: 1418px;
}

.contact-form .form-control {
  background: none;
  border: none;
  border-bottom: black 1px solid;
  border-radius: 0;
}

.contact-form .btn, .contact-form .btn:hover {
  width: 100%;
  border-radius: 25px;
  border:none;
  color: white;
  background: #9999FF;
}
.news-wrapper h2 a{
  color: black;
}

@media (min-width: 768px) {
    .custom-footer .col-sm-4 {
    width: 15%;
}

.custom-footer .col-sm-4:first-child {
    width: 40%;
}
.custom-footer .col-sm-4:nth-child(2) {
    width: 30%;
}
}

.custom-footer .col-sm-4 h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
}
#signature a[href="https://broken-mouse.cz/"]{
	filter: brightness(0) invert(1);
}

#signature a {
	color: white;
}

@media (max-width: 768px) {
	h1 {
  font-size: 30px;
  }
	.bigtext {
   font-size: 20px;
  }
	.welcome-wrapper, .welcome .products-bg{
  	padding: 0;
    margin: 0;
  }
  #content h2 {
    margin: 20px 0 !important;
  }
  .welcome .container-4-blocks {
   margin-top: 0;
  }
  .welcome .col-4-blocks img {
  	width: 40px;
    height: 40px;
  }
  .material-section  .col-md-4 p {
    margin-top: 0 !important;
    text-align: center;
  }
  .welcome h2 strong {
     font-weight: 700;
  }
  
  .welcome .footer-info h1, .welcome .footer-info p {
    margin-left: 0 !important;
	}
}

input.js-search-input.search-input {
	opacity: 0;
  transition: opacity 0.5s ease;
}
input.js-search-input.search-input.visible {
	opacity: 1;
}
.search-input-icon {
	z-index: 5;
}
