.category-item .category-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.category-item .category-link .zoom-scal:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .3);
  opacity: 0;
  transition: .3s;
}
.category-item .category-link:hover .zoom-scal:after {
  opacity: 1;
}
.category-item .category-link .blur-up {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-item .category-link .category-title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding-bottom: 10px;
  margin-left: 15px;
  color: #fff;
  transition: .3s;
  opacity: 0;
}
.category-item .category-link:hover .category-title {
  opacity: 1;
}
.category-item .category-link .category-title:after {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  left: 0;
  bottom: 10px;
  background: #fff;
  transition: .5s;
}
.category-item .category-link:hover  .category-title:after {
  width: 100%;
}
.collection-banner-grid .large-bnr .details .title {
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}
.collection-banner-grid .large-bnr .details .title:after {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  left: 0;
  bottom: 5px;
  background: #fff;
  transition: .5s;
}
.collection-banner-grid .large-bnr:hover .details .title:after {
  width: 100%;
}
.slideshow  .circle-dots {}
.slideshow  .circle-dots .slick-dots li button {
  position: relative;
  width: 50px;
  height: 4px;
  border-radius: 2px;
  border: none;
  background: #fff;
  font-size: 0;
}
.slideshow  .circle-dots .slick-dots li button:after {
  display: none;
}
.slideshow .circle-dots .slick-dots li.slick-active button {
  background-color: #e96f84;
}

.brands-list .slick-track {
  display: flex;
  align-items: unset;
}
.brands-list .slick-track .slick-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-section .brands-list .brands-logo a {
  border: none !important;
}

.filterbar { width:485px; height:100%; padding:0 !important; background-color:#ffffff; box-shadow:0 0 5px rgba(0,0,0,0.3); position:fixed; top:0; left:-490px; z-index:9999; -ms-transition:0.5s; -webkit-transition:0.5s; transition:0.5s; }
.filterbar.active { left:0; }
.filterbar .sidebar-tags {
  position:relative;
  z-index:9;
  background:#f8f9fa;
  padding:20px;
  height:100%;
  overflow:auto;
  padding-top: 60px;
}
.filterbar .filterBox { padding:0; border:none; }
.filterbar .sidebar-widget:not(.filterBox),
.filterbar .static-banner { display:none; }
.filterbar.active .closeFilter {
  color: #000;
  background-color: #f8f9fa;
  font-size: 15px;
  line-height: 48px;
  height: 50px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 100%;
  box-shadow: 0 0 5px #ddd;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0 4px 4px 0;
}
.filterbar.active .closeFilter:after { content:''; background:rgba(0,0,0,0.5); position:fixed; top:0; bottom:0; left:0; right:0; z-index:-1; }
.sidebar-filter .filterbar { width:485px; left:-490px; }
.sidebar-filter .filterbar .sidebar-tags { padding: 20px 20px; }
.sidebar-filter .filterbar .filterBox { margin-bottom: 20px; }
.sidebar-sticky {
  top: 0;
}
.bx-filter-button-box .btn {
  width: 100%;
  border-radius: 6px;
}

.favoriteBtn.active.iconset .hdr-icon {
  color: #e96f84;
}

.compareBtn.active.iconset .icon {
  color: #222b4c;
}

.compareCount {
  font-size: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #2f415d;
  border-radius: 50%;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 15px;
  position: absolute;
  right: 0;
  top: -4px;
}
.header-10 .compareCount {
  background-color: #fc4f4f;
}

.lazy_wrap {
  padding: 20px 0px;
}
.lazy_wrap .button {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  font-weight: bold;
  background-color: #222b4c;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  max-width: 400px;
}

#bx_catalog_compare_block .form-check-input[type="checkbox"] {
  padding: 8px;
  margin-right: 10px;
}
#bx_catalog_compare_block .form-check-input:checked {
  background-color: #2f415d;
  border-color: #2f415d;
}

.search-page form {
  display: flex;
  gap: 16px;
}
.search-page form input[type=submit] {
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  font-weight: bold;
  background-color: #222b4c;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 568px) {
  .search-page form {
    flex-direction: column;
  }
  .search-page form input[type=submit] {
    width: 100%;
  }
  .slideshow .circle-dots .slick-dots li button {
    width: 25px;
  }
  .grid-products .catalog_item {
    width: 100%;
  }
  .toolbar .btn.btn-filter {
    margin-bottom: 0 !important;
  }
  .toolbar .align-items-center {
    justify-content: space-between;
  }
}