img {
  max-width: 100%;
  height: auto
}

a:focus,
a:hover {
  outline: 0;
  color: var(--color-primary);
  text-decoration: none
}

.btn:focus,
button:focus {
  outline: unset;
  box-shadow: unset
}

button:focus-visible,
select:focus-visible {
  outline: unset
}

.bwp-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

.btn {
  display: block;
  padding: 10px 30px;
  border-radius: 0;
  font-family: var(--font-family);
  font-size: 12px;
  text-transform: uppercase;
  transition: all .3s ease
}

.btn-primary {
  color: #fff;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary)
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary)
}

.btn-secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #e7e7e7
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #000;
  background-color: #e7e7e7;
  border-color: #e7e7e7
}

.placeholder-svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%
}

.wpbingo-banner {
  position: relative;
  overflow: hidden
}

.wpbingo-banner img {
  max-width: 100%;
  transition: all .3s ease
}

.wpbingo-banner img:hover {
  transform: scale(1.1)
}

.btn--secondary-accent {
  width: 50%
}

.slick-slider {
  position: relative;
  display: block;
  user-select: none;
  touch-action: pan-y
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0)
}

.slick-list {
  position: relative;
  display: block;
  margin: 0 -15px;
  padding: 0;
  overflow: hidden
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 15px
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-slide:focus {
  outline: 0
}

.slick-arrow {
  font-size: 0;
  top: calc(50% - 23px);
  position: absolute;
  z-index: 1;
  transition: all .3s ease;
  font-family: qico;
  border: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  color: var(--text-color);
  background: 0 0
}

.slick-arrow:before {
  font-size: 20px
}

.slick-arrow:hover {
  color: var(--color-primary)
}

.slick-prev {
  left: -20px
}

.slick-prev::before {
  content: "\e62b"
}

.slick-next {
  right: -20px
}

.slick-next::before {
  content: "\e628"
}

.slick-dots {
  left: 0;
  width: 100%;
  bottom: 30px;
  display: flex;
  flex-wrap: row wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none
}

.slick-dots li {
  padding: 0 7.5px
}

.slick-dots li.slick-active button:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .3s
}

.slick-dots button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  background: #d9d9d9;
  box-sizing: content-box;
  padding: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 0
}

.slick-dots button:before {
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 100% 50%;
  -webkit-transition: transform .3s cubic-bezier(.25, .46, .45, .94);
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
  width: 100%;
  height: 100%;
  background: #000
}

.slick-dots button:focus,
.slick-dots button:hover {
  outline: 0;
  box-shadow: none
}

.slick-carousel {
  display: none
}

.slick-carousel.slick-initialized {
  display: block
}

.slick-carousel .slick-carousel__item {
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2)
}

.main-menu__mobile {
  margin-right: 15px
}

.main-menu__mobile .btn-nav {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--color-primary);
  font-size: 24px;
  line-height: 32px
}

.menu-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px
}

.menu-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2)
}

.products__col {
  padding-top: calc(30px / 2);
  padding-bottom: calc(30px / 2)
}

.product-short-description {
  display: none
}

.product-card {
  position: relative;
  margin-bottom: 25px
}

.product-card:hover .product-card__buttons>div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.product-card:hover .product-card__image .product-card__img-hidden:not(.lazyload) {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease
}

.product-card:hover .product-card__image-wrapper.transform .product-card__image {
  overflow: hidden
}

.product-card:hover .product-card__image-wrapper.transform .product-card__image .product-card__img-hidden {
  transform: scale(1)
}

.product-card .product-card__image-wrapper.transform .product-card__image {
  overflow: hidden
}

.product-card .product-card__image-wrapper.transform .product-card__image .product-card__img-hidden {
  transform: scale(1)
}

.product-card .product-card__image-wrapper.transform .product-card__image .product-card__img-hidden {
  transform: scale(1.3)
}

.product-card .product-card__form.mobile {
  margin-top: 15px;
  overflow: hidden;
  position: relative
}

.product-card .product-card__form.mobile .btn {
  padding: 0;
  height: 35px;
  line-height: 35px;
  color: #000;
  text-transform: unset;
  border: 1px solid #e7e7e7;
  margin: auto;
  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex: 1;
  font-size: revert !important
}

.product-card .product-card__form.mobile .btn:hover {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary) !important
}

.product-card .product-card__form.mobile .btn.btn-link {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 33px;
  color: #000;
  text-decoration: none
}

.product-card .product-card__form.mobile .btn.btn-link:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff
}

.product-card .product-card__form.mobile .btn.btn-link:before {
  display: none
}

.product-card.hover_style_1 .product-card__content .product-card__name {
  flex: 1
}

.product-card.hover_style_1 .product-card__content .content-top {
  display: flex;
  justify-content: space-between
}

.product-card.hover_style_1 .product-card__buttons {
  flex-wrap: wrap;
  width: 35px;
  left: auto;
  padding: 0;
  right: 25px;
  bottom: auto;
  top: 15px
}

.product-card.hover_style_1 .product-card__buttons>div {
  margin: 10px 0 0;
  transform: translateY(20px)
}

.product-card.hover_style_1 .product-card__buttons>div:before {
  right: calc(100% + 10px);
  left: auto;
  bottom: calc(50% - 11.5px);
  transform: unset
}

.product-card.hover_style_1 .product-card__buttons>div:after {
  right: 100%;
  left: auto;
  bottom: calc(50% - 5px);
  border-color: transparent transparent transparent var(--color-primary)
}

.product-card.hover_style_1 .content-bottom {
  position: relative;
  overflow: hidden
}

.product-card.hover_style_1 .product-card__form:not(.mobile) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  transform: translateY(100%)
}

.product-card.hover_style_1 .product-card__form:not(.mobile) .btn {
  padding: 0 20px;
  margin: auto;
  color: #000;
  background: var(--color-primary);
  font-size: 17px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: var(--font-family);
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: 50px
}

.product-card.hover_style_1 .product-card__form:not(.mobile) .btn:hover {
  color: #fff;
  background: #000
}

.product-card.hover_style_1:hover .product-card__buttons>div {
  transform: translateY(0)
}

.product-card.hover_style_1:hover .product-card__form:not(.mobile) {
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

.product-card.hover_style_2 .product-card__buttons {
  flex-wrap: wrap;
  width: 40px;
  right: 10px;
  padding: 0;
  bottom: auto;
  top: 0
}

.product-card.hover_style_2 .product-card__buttons>div {
  margin: 10px 0 0;
  transform: translateY(20px)
}

.product-card.hover_style_2 .product-card__buttons>div:before {
  left: auto;
  right: calc(100% + 10px);
  bottom: calc(50% - 11.5px);
  transform: unset
}

.product-card.hover_style_2 .product-card__buttons>div:after {
  left: auto;
  right: 100%;
  bottom: calc(50% - 5px);
  border-color: transparent transparent transparent var(--color-primary)
}

.product-card.hover_style_3 {
  position: relative
}

.product-card.hover_style_3 .product-card__buttons {
  flex-wrap: wrap;
  width: 20px;
  right: 10px;
  padding: 0;
  bottom: auto;
  top: 10px;
  z-index: 11
}

.product-card.hover_style_3 .product-card__content {
  text-align: center
}

.product-card.hover_style_3 .product-card__buttons>div {
  margin: 5px 0 0;
  transform: translateX(50px);
  height: 20px;
  line-height: 20px
}

.product-card.hover_style_3 .product-card__buttons>div:before {
  left: auto;
  right: calc(100% + 10px);
  bottom: calc(50% - 11.5px);
  transform: unset
}

.product-card.hover_style_3 .product-card__buttons>div:after {
  left: auto;
  right: 100%;
  bottom: calc(50% - 5px);
  border-color: transparent transparent transparent var(--color-primary)
}

.product-card.hover_style_3 .product-card__buttons>div .btn,
.product-card.hover_style_3 .product-card__buttons>div button {
  color: #fff;
  background: 0 0;
  width: auto;
  line-height: 1;
  height: 20px
}

.product-card.hover_style_3 .product-card__buttons>div .btn:before,
.product-card.hover_style_3 .product-card__buttons>div button:before {
  line-height: 1
}

.product-card.hover_style_3 .product-card__form:not(.mobile) {
  text-align: center;
  margin-top: 10px
}

.product-card.hover_style_3 .product-card__form:not(.mobile) .btn-link {
  padding: 0 25px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin: auto;
  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 700;
  font-family: var(--font-family);
  border-radius: 50px;
  text-decoration: none
}

.product-card.hover_style_3 .product-card__form:not(.mobile) .btn-link i {
  margin-right: 5px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: 2px;
  display: none
}

.product-card.hover_style_3 .product-card__form:not(.mobile) .btn-link:hover {
  color: #000;
  background: var(--color-primary);
  border: 1px solid var(--color-primary)
}

.product-card.hover_style_3:hover .product-card__image-link:before {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

.product-card.hover_style_3:hover .product-card__buttons>div {
  transform: translateX(0)
}

.product-card.hover_style_3:hover .product-card__content {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

.product-card.hover_style_3:hover .product-card__image-wrapper.slider .slick-arrow {
  opacity: 1;
  visibility: visible
}

.product-card .content-button-mobile {
  position: absolute;
  top: 10px;
  right: 10px
}

.product-card .content-button-mobile>div {
  margin-bottom: 5px
}

.product-card__image-wrapper {
  position: relative;
  overflow: hidden
}

.product-card__image-wrapper.zoom .product-card__image img {
  background: #f5f5f5
}

.product-card__image-wrapper.slider {
  position: relative
}

.product-card__image-wrapper.slider .product-card__image {
  display: block
}

.product-card__image-wrapper.slider .product-card__image:not(.slick-initialized) .product-card__image-link:not(:first-child) {
  display: none
}

.product-card__image-wrapper.slider .product-card__image:not(.slick-initialized) .product-card__image-link:not(:first-child) {
  display: none
}

.product-card__image-wrapper.slider .slick-list {
  padding: 0
}

.product-card__image-wrapper.slider .slick-arrow {
  width: 20px;
  height: 30px;
  top: calc(50% - 15px);
  background: #fff;
  text-align: center;
  line-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  box-shadow: unset;
  display: block !important
}

.product-card__image-wrapper.slider .slick-arrow:before {
  font-size: 13px
}

.product-card__image-wrapper.slider .slick-arrow:hover {
  background: var(--color-primary);
  color: #fff
}

.product-card__image-wrapper.slider .slick-arrow.slick-prev {
  left: 0
}

.product-card__image-wrapper.slider .slick-arrow.slick-next {
  right: 0
}

.product-card__image-wrapper.slider:hover .slick-arrow {
  opacity: 1 !important;
  visibility: visible !important
}

.product-card__image-link {
  display: block
}

.product-card__image-link img:not([role=presentation]) {
  width: 100%
}

.product-card__image {
  position: relative
}

.product-card__image .product-card__img-hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease
}

.product-card__image video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.product-card__content {
  position: relative;
  margin-top: 20px
}

.product-card__buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  padding: 0 15px;
  transition: all .3s ease-in-out;
  justify-content: center
}

.product-card__buttons>div {
  position: relative;
  transition: all .3s ease;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  margin: 0 5px
}

.product-card__buttons>div:nth-child(2) {
  transition-delay: 0.1s
}

.product-card__buttons>div:nth-child(3) {
  transition-delay: 0.2s
}

.product-card__buttons>div:nth-child(4) {
  transition-delay: 0.3s
}

.product-card__buttons>div:before {
  content: attr(data-title);
  position: absolute;
  padding: 0 10px;
  background: var(--color-primary);
  color: #000;
  bottom: calc(100% + 10px);
  line-height: 23px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 5px
}

.product-card__buttons>div:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: calc(50% - 5px);
  border-width: 5px;
  border-style: solid;
  border-color: var(--color-primary) transparent transparent transparent;
  pointer-events: none;
  opacity: 0;
  visibility: hidden
}

.product-card__buttons>div:hover:after,
.product-card__buttons>div:hover:before {
  opacity: 1;
  visibility: visible
}

.product-card__buttons .btn {
  color: #000;
  display: inline-block;
  text-align: center;
  background: #ffe993;
  width: 35px;
  height: 35px;
  font-size: 0;
  white-space: nowrap;
  padding: 0;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .04);
  border-radius: 50%
}

.product-card__buttons .btn span {
  display: none
}

.product-card__buttons .btn.btn-link {
  font-size: 0;
  text-decoration: none
}

.product-card__buttons .btn.btn-link i {
  font-size: 18px;
  line-height: 35px
}

.product-card__buttons .btn:focus,
.product-card__buttons .btn:hover {
  outline: 0;
  box-shadow: none
}

.product-card__buttons .btn:hover {
  color: #000;
  background-color: var(--color-primary);
  -webkit-animation-name: beat;
  animation-name: beat;
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.product-card__name {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: var(--title-font-family);
}

.product-card__name a {
  transition: color .3s ease;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__name a:hover {
  color: var(--color-primary);
  text-decoration: none
}

.block-sidebar {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 1px
}

.block-sidebar__title {
  color: #000;
  background: 0 0;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font-family);
  margin: 0 0 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  text-transform: uppercase
}

.block-sidebar__title:after {
  display: inline-block;
  font-family: qico;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  position: relative;
  top: 0;
  content: "\e699";
  transition: all .3s ease;
  transform-origin: center;
  font-style: normal
}

.block-sidebar__title label {
  margin: 0;
  position: relative;
  cursor: pointer
}

.block-sidebar__title .count {
  width: 22px;
  height: 22px;
  background: var(--color-primary);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  margin-left: 5px;
  position: relative;
  top: -3px
}

.block-sidebar__title .count.hide {
  display: none
}

.block-sidebar__title.active:after {
  transform: rotate(-180deg)
}

.page-title {
  margin: 0 0 15px;
  padding: 0;
  color: #000;
  font-family: var(--font-family);
  font-size: 44px;
  text-align: center
}

.page-title .fa {
  font-size: 20px
}

.page-title a {
  display: inline-block;
  margin-left: 5px;
  color: #000;
  transition: color .3s ease
}

.page-title a:hover {
  color: var(--color-primary);
  text-decoration: none
}

.toggle_collection-children .toggle-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 21px;
}

.toggle_collection-children .toggle-icon:before {
  content: "\e7fe";
  position: absolute;
  font-family: "qico";
  font-size: 15px;
}

.toggle_collection-children .toggle-icon.active:before {
  content: "\e7fd";
}


@media (min-width:1025px) {
  .main-menu__mobile {
    display: none
  }

  .product-card .content-button-mobile {
    display: none
  }
}

@media (min-width:1200px) {
  .menu-mobile {
    display: none
  }

  .product-card .product-card__form.mobile {
    display: none
  }

  .product-card.hover_style_3 .product-card__image-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--gray-dark-50);
    transform: scale(.8);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 9
  }

  .product-card.hover_style_3 .product-card__content {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(.8);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 10
  }

  .product-card.hover_style_3 .product-card__content .product-card__name a {
    color: #fff
  }

  .product-card.hover_style_3 .product-card__content .product-card__name a:hover {
    color: var(--color-primary)
  }
}


@media (max-width:1500px) {
  .slick-prev {
    left: -15px
  }

  .slick-next {
    right: -15px
  }
}

@media (max-width:1199px) {
  .slick-list {
    margin: 0 -7.5px
  }

  .slick-list .slick-slide {
    padding: 0 7.5px
  }

  .slick-carousel .slick-carousel__item {
    padding-left: 7.5px;
    padding-right: 7.5px
  }

  .product-card.hover_style_3 .product-card__content {
    padding: 0
  }

  .product-card .product-card__buttons {
    display: none
  }

  .product-card .product-card__form:not(.mobile) {
    display: none
  }
}

@media (max-width:991px) {
  .product-card__image-wrapper.slider .slick-arrow {
    width: 20px;
    height: 30px;
    top: calc(50% - 15px);
    line-height: 30px;
    opacity: 1 !important;
    visibility: visible !important
  }

  .product-card__image-wrapper.slider .slick-arrow:before {
    font-size: 11px
  }
}

@media (max-width:767px) {
  .hidden-mobile {
    display: none
  }

  .slick-arrow:before {
    font-size: 10px
  }

  .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    padding: 0;
    background: #fff;
    color: #000;
    text-align: center;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .04)
  }

  .slick-arrow:hover {
    color: var(--color-primary)
  }

  .slick-prev {
    left: 0
  }

  .slick-next {
    right: 0
  }

  .hide_mobile {
    display: none !important
  }

  .main-menu__mobile {
    margin-right: 4px
  }

  .menu-mobile__inner {
    max-width: 90vw
  }

  .menu-mobile__nav {
    max-width: calc(100vw - 30px)
  }

  .products__col {
    padding: 8px
  }

  .page-title {
    margin: 0;
    font-size: 20px
  }
}

.products {
  position: relative;
}

.products--list .product-card {
  display: flex;
  flex-flow: row wrap;
  overflow: inherit;
  border: 0;
}

.products--list .product-card__image-wrapper {
  width: 35%;
}

.products--list .product-card__content {
  width: 65%;
  padding: 0;
  padding-left: 30px;
  border: 0;
}

.products--list .product-card__name {
  margin-bottom: 15px;
  font-size: calc(16px + 5px);
}

.products--list .product-card__buttons {
  display: flex;
  top: 0;
  right: 0;
  bottom: auto;
  opacity: 1;
}

.products--list .product-card__buttons .btn {
  margin: 0;
  border-radius: 0;
  box-shadow: 1px 2px 12px 0 hsla(0deg, 0%, 56%, 0.75);
}

.block-sidebar__content {
  padding: 0;
  list-style: none;
  border-top: 0;
}

.block-sidebar__content .product-sidebar {
  display: flex;
  flex-flow: row wrap;
  display: flex;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #e1e1e1;
}

.block-sidebar__content .product-sidebar:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.product-sidebar__image {
  width: 30%;
  max-width: 78px;
}

.collection-sidebar {
  margin-bottom: 15px;
}

.collection-sidebar__close {
  line-height: 30px;
  margin: 30px 0;
  position: relative;
  margin-left: auto;
  width: 30px;
  height: 30px;
  z-index: 9999;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #e7e7e7;
  background: #fff;
  font-size: 0;
  border-radius: 50%;
}

.collection-sidebar__close:before,
.collection-sidebar__close:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 16px;
  top: 50%;
  left: calc(50% - 8px);
  margin-top: -1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.collection-sidebar__close:before {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.collection-sidebar__close:after {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.collection-sidebar__close:hover:before,
.collection-sidebar__close:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.collection-sidebar--open .collection-filter__button .icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.collection-sidebar--open .collection-filter__button .icon span {
  width: 22px !important;
  margin: 0;
  transform: rotate(45deg);
  position: relative;
  top: 1px;
}

.collection-sidebar--open .collection-filter__button .icon span:last-child {
  transform: rotate(-45deg);
  top: -1px;
}

.collection-filter__button {
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
  line-height: 32px;
  border: 2px solid #000;
  float: left;
  background: #fff;
  padding: 0;
  margin-right: 20px;
  width: 36px;
  height: 36px;
  text-align: center;
  transition: all 0.3s ease;
}

.collection-filter__button:after {
  font-size: 19px;
  position: relative;
  content: "\e653";
  font-family: "qico";
  text-transform: none;
  line-height: 1;
  margin: 0;
  line-height: 32px;
}

.collection-filter__button:hover,
.collection-filter__button:focus {
  outline: 0;
  box-shadow: none;
}

.collection-filter__button:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.page-collection-header {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 20px;
  position: relative;
  z-index: 10;
  align-items: center;
}

.page-collection-header .page-collection-header__center {}

.page-collection-header .page-collection-header__left {
  text-align: left;
  flex: 1;
}

.page-collection-header .product_result_count {
  font-size: 16px;
}

.page-collection-header .page-collection-header__right {
  text-align: right;
}

.collection--empty .title--primary {
  font-family: var(--font-family);
  font-size: calc(44px - 5px);
  text-align: center;
  line-height: 40px;
  color: var(--text-color);
}

.collection--empty .title--primary a {
  color: var(--color-primary);
  text-decoration: underline;
}

.collection--empty .title--primary a:hover {
  color: #000;
}

.page-collection__content {
  padding-bottom: 30px;
}

.collection-view {
  display: flex;
  background: #fff;
  line-height: 1;
  border: 1px solid #e7e7e7;
  appearance: none;
  cursor: pointer;
  padding: 8.5px 10px;
  border-radius: 50px;
  margin-right: 10px;
}

.page-collection-footer {
  display: block;
  width: 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-top: 30px;
}

.page-collection-footer .content-percent {
  width: 100%;
  max-width: 350px;
  margin: auto;
  margin-bottom: 25px;
  height: 2px;
  background: #e3e3e3;
  position: relative;
}

.page-collection-footer .content-percent .percent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color-primary);
}

.collection-view__btn:not(.collection-view__btn--list) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  margin: 0 5px;
  display: block;
}

.collection-view__btn:not(.collection-view__btn--list) .row-span {
  display: flex;
  height: 5px;
  margin-bottom: 1px;
}

.collection-view__btn:not(.collection-view__btn--list) .row-span:last-child {
  margin-bottom: 0;
}

.collection-view__btn:not(.collection-view__btn--list) .row-span>span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #cecece;
  border-radius: 1px;
  margin: 0 0.5px;
}

.collection-view__btn:not(.collection-view__btn--list).active .row-span>span,
.collection-view__btn:not(.collection-view__btn--list):hover .row-span>span {
  background: var(--color-primary);
}

.collection-view__btn.collection-view__btn--list {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  margin: 0 5px;
  display: block;
}

.collection-view__btn.collection-view__btn--list .row-span {
  display: flex;
  height: 5px;
  margin-bottom: 1px;
  align-items: center;
}

.collection-view__btn.collection-view__btn--list .row-span:last-child {
  margin-bottom: 0;
}

.collection-view__btn.collection-view__btn--list .row-span>span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #cecece;
  border-radius: 1px;
  margin: 0 0.5px;
}

.collection-view__btn.collection-view__btn--list .row-span>span:last-child {
  width: 17px;
  height: 1px;
}

.collection-view__btn.collection-view__btn--list.active .row-span>span,
.collection-view__btn.collection-view__btn--list:hover .row-span>span {
  background: var(--color-primary);
}

.collection-sidebar--open .page-collection.on_top .collection-sidebar__overlay {
  display: block;
}

#JsCollectionProduct.grid-2 .products__col {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}

#JsCollectionProduct.grid-3 .products__col {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 15px;
}

#JsCollectionProduct.grid-4 .products__col {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 15px;
}

#JsCollectionProduct.list .hover_style_1 .product-card__form:not(.mobile) .btn {
  margin-left: 0;
}

#JsCollectionProduct.list .hover_style_3:before {
  display: none;
}

#JsCollectionProduct.list .hover_style_3 .product-card__content {
  position: unset;
  transform: unset;
  opacity: 1;
  visibility: visible;
  display: block;
}

#JsCollectionProduct.list .hover_style_3 .product-card__content .product-card__name a {
  color: #000;
}

#JsCollectionProduct.list .hover_style_3 .product-card__content .product-card__name a:hover {
  color: var(--color-primary);
}

#JsCollectionProduct.list .hover_style_3 .product-card__buttons>div button,
#JsCollectionProduct.list .hover_style_3 .product-card__buttons>div .btn {
  color: #000;
}

#JsCollectionProduct.list .hover_style_3 .product-card__form:not(.mobile) {
  margin-top: 15px;
  text-align: left;
}

#JsCollectionProduct.list .hover_style_3 .product-card__form:not(.mobile) .btn {
  border: 1px solid #dfdfdf;
  color: #000;
  margin: 0;
}

#JsCollectionProduct.list .hover_style_3 .product-card__form:not(.mobile) .btn:hover {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

#JsCollectionProduct.list .products__col {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 15px;
}

#JsCollectionProduct.list .product-short-description {
  display: block;
  border-top: 1px solid #e1e1e1;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 14px;
}

#JsCollectionProduct.list .product-card {
  display: flex;
  border: 0;
}

#JsCollectionProduct.list .product-card .product-card__image-wrapper {
  max-width: 35%;
  flex: 0 0 35%;
}

#JsCollectionProduct.list .product-card .product-card__content {
  max-width: 65%;
  flex: 0 0 65%;
  padding: 0 0 0 50px;
  text-align: left;
  margin-top: 0;
}

#JsCollectionProduct.list .product-card__image-link {
  margin-bottom: 0;
}

#JsCollectionProduct.list .product-card__name {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 10px;
}

.page-collection {
  margin-top: 30px;
  padding-bottom: 30px;
}

.page-collection.scroll .facets__display>ul {
  max-height: 350px;
  overflow: auto;
  padding-right: 5px;
}

.page-collection.scroll .facets__display>ul::-webkit-scrollbar-track {
  background-color: #ececec;
}

.page-collection.scroll .facets__display>ul::-webkit-scrollbar {
  width: 2px;
  background-color: #ececec;
}

.page-collection.scroll .facets__display>ul::-webkit-scrollbar-thumb {
  background-color: #000;
}

.page-collection.scroll .FacetFiltersForm .filter-color .facets__list {
  padding: 5px;
}

.page-collection.scroll .FacetFiltersForm .filter-color .facets__list .list-menu__item .select-filter:after,
.page-collection.scroll .FacetFiltersForm .filter-color .facets__list .list-menu__item .select-filter:before {
  display: none;
}

.page-collection.template-search--empty #JsCollectionProduct {
  display: none;
}

.page-collection.template-search--empty .template-search__header {
  color: #000;
  text-align: center;
  font-size: 18px;
}

.page-collection.on_top.show .dropdown_ontop {
  display: block;
}

.page-collection.on_top .collection-filter__button .count {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: relative;
  top: -10px;
  background: var(--color-primary);
  display: inline-block;
}

.page-collection.on_top .collection-sidebar__overlay {
  position: fixed;
  background: var(--gray-dark-50);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 100;
}

.page-collection.on_top #JsCollectionProduct {
  position: relative;
}

.page-collection.on_top .block-sidebar__title {
  margin-bottom: 20px;
  cursor: unset;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}

.page-collection.on_top .block-sidebar__title:after {
  display: none;
}

.page-collection.on_top .dropdown_ontop {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 100;
  width: 100%;
  top: 50px;
  padding: 30px 0;
}

.page-collection.on_top .dropdown_ontop .active-facets__button-wrapper {
  width: 100%;
  padding: 30px 25px 0;
  display: block;
  border-top: 1px solid #e8e8e8;
}

.page-collection.on_top .dropdown_ontop .active-facets__button-wrapper.disabled {
  display: none;
}

.page-collection.on_top .dropdown_ontop .active-facets__button-wrapper a {
  line-height: 40px;
  padding: 0 20px;
  background: #000;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
}

.page-collection.on_top .dropdown_ontop .active-facets__button-wrapper a:before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  height: 100%;
  background: var(--color-primary);
  z-index: -1;
}

.page-collection.on_top .dropdown_ontop .active-facets__button-wrapper a:hover:before {
  width: 100%;
}

.page-collection.on_top .collection-filter {
  display: block;
}

.page-collection.on_top .product_result_count {
  display: none;
}

.page-collection.on_top .sidebar-categories ul li.view {
  margin-top: 10px !important;
}

.page-collection.on_top .sidebar-categories ul li a:before {
  border-radius: 0;
}

.page-collection.on_top .sidebar-categories ul li.active>.link-collection a:before {
  box-shadow: inset 0 0 0 3px #fff;
}

.page-collection.on_top .sidebar-categories ul li.active>a:before {
  box-shadow: inset 0 0 0 3px #fff;
}

.page-collection.filter_drawer .product_result_count {
  display: none;
}

.page-collection.filter_drawer .collection-content {
  padding-left: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: auto;
}

.page-collection.filter_drawer .collection-filter__button .count {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: relative;
  top: -10px;
  background: var(--color-primary);
  display: inline-block;
}

.page-collection.filter_drawer .collection-filter {
  display: block;
}

.page-collection.sidebar_1 .FacetFiltersForm .filter-color .facets__list {
  flex-direction: column;
}

.page-collection.sidebar_1 .FacetFiltersForm .filter-color .facets__list .list-menu__item {
  margin-right: 0;
}

.page-collection.sidebar_1 .FacetFiltersForm .filter-color .facets__list label {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: #000;
  align-items: center;
}

.page-collection.sidebar_1 .FacetFiltersForm .filter-color .facets__list .color {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #e7e7e7;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 50%;
}

.page-collection.sidebar_1 .FacetFiltersForm .filter-color .facets__list .facet-checkbox--disabled .color:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #ddd, transparent calc(50% + 1px));
}

.page-collection.sidebar_1 .FacetFiltersForm .filter-color .facets__list label.facet-checkbox--disabled:after {
  display: none;
}

.page-collection.sidebar_1 .FacetFiltersForm .filter-color .facets__list .list-menu__item .select-filter:before {
  display: none;
}

.page-collection.sidebar_1 .FacetFiltersForm .filter-color .facets__list .list-menu__item .select-filter:after {
  display: none;
}

.page-collection.sidebar_1 .FacetFiltersForm .filter-color .facets__list label:before {
  display: none;
}

.page-collection.sidebar_1 .FacetFiltersForm .filter-color .facets__list label:hover:not(.facet-checkbox--disabled) .color {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #000;
}

.page-collection.sidebar_1 .FacetFiltersForm .filter-color .facets__list input:checked+label .color {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #000;
}

.page-collection.sidebar_2 .block-sidebar__title:after {
  content: "\e7fe";
  font-family: "qico";
}

.page-collection.sidebar_2 .block-sidebar__title.active:after {
  content: "\e7fd";
}

.page-collection.sidebar_2 .facets__display {
  display: none;
}

.page-collection.sidebar_2 .FacetFiltersForm .filter-color .facets__list label {
  width: 40px;
  height: 40px;
}

.page-collection.sidebar_2 .FacetFiltersForm .filter-color .facets__list label:before {
  border: 0;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\e92b";
  font-family: "qico";
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}

.page-collection.sidebar_2 .FacetFiltersForm .filter-list .facets__list label:before {
  box-shadow: unset;
  border-radius: 0;
  top: 3px;
  text-align: center;
}

.page-collection.sidebar_2 .FacetFiltersForm .filter-list .facets__list label.facet-checkbox--disabled {
  text-decoration: line-through;
  opacity: 0.75;
}

.page-collection.sidebar_2 .FacetFiltersForm .filter-list .facets__list label.facet-checkbox--disabled:before {
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #dddddd, transparent calc(50% + 1px));
}

.page-collection.sidebar_2 .FacetFiltersForm .filter-list .facets__list input:checked+label:before {
  box-shadow: unset;
  line-height: 15px;
  content: "\e92b";
  font-family: "qico";
  color: #fff;
  border-color: var(--color-primary);
  font-size: 11px;
}

.page-collection.sidebar_2 .FacetFiltersForm .filter-label .facets__list {
  display: block;
}

.page-collection.sidebar_2 .FacetFiltersForm .filter-label .facets__list label {
  padding: 0 0 0 20px;
  border: 0;
  margin-right: 0;
  color: #000;
}

.page-collection.sidebar_2 .FacetFiltersForm .filter-label .facets__list label:before {
  position: absolute;
  content: "";
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #d6d6d6;
  transition: all 0.3s ease;
  text-align: center;
  background: #000;
  box-shadow: inset 0 0 0 7px #fff;
}

.page-collection.sidebar_2 .FacetFiltersForm .filter-label .facets__list label:hover:before {
  border-color: #000;
}

.page-collection.sidebar_2 .FacetFiltersForm .filter-label .facets__list label.facet-checkbox--disabled {
  text-decoration: line-through;
  opacity: 0.75;
}

.page-collection.sidebar_2 .FacetFiltersForm .filter-label .facets__list input:checked+label {
  background: transparent;
  color: #000;
}

.page-collection.sidebar_2 .FacetFiltersForm .filter-label .facets__list input:checked+label:before {
  border-color: #000;
  box-shadow: inset 0 0 0 3px #fff;
}

.page-collection.sidebar_2 .FacetFiltersForm .js-filter.show .facets__display {
  display: block;
}

.page-collection.sidebar_3 .block-sidebar__title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}

.page-collection.sidebar_3 .block-sidebar__title:after {
  top: 0px;
}

.page-collection.sidebar_3 .sidebar-categories {
  border: 0;
}

.page-collection.sidebar_3 .sidebar-categories .facets__display {
  padding: 0;
}

.page-collection.sidebar_3 .sidebar-categories ul li.view {
  text-align: right;
}

.page-collection.sidebar_3 .sidebar-categories ul li .toggle_collection-children {
  order: 1;
  margin-right: 10px;
}

.page-collection.sidebar_3 .sidebar-categories ul li a {
  padding: 0;
  width: 100%;
  order: 2;
}

.page-collection.sidebar_3 .sidebar-categories ul li a:before {
  display: none;
}

.page-collection.sidebar_3 .sidebar-categories ul li a label {
  display: flex;
  justify-content: space-between;
}

.page-collection.sidebar_3 .sidebar-categories ul li a label span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 22px;
  border: 1px solid #cdcdcd;
  color: var(--text-color);
  text-align: center;
  font-size: 11px;
}

.page-collection.sidebar_3 .sidebar-categories ul li a label span:before,
.page-collection.sidebar_3 .sidebar-categories ul li a label span:after {
  display: none;
}

.page-collection.sidebar_3 .sidebar-categories ul li.active>.link-collection>a label span {
  border-color: var(--color-primary);
  color: #fff;
  background: var(--color-primary);
}

.page-collection.sidebar_3 .sidebar-categories ul li.active>a label span {
  border-color: var(--color-primary);
  color: #fff;
  background: var(--color-primary);
}

.page-collection.sidebar_3 .FacetFiltersForm .js-filter {
  border: 0;
  margin-bottom: 35px;
}

.page-collection.sidebar_3 .FacetFiltersForm .facets__display {
  padding-bottom: 0;
}

.page-collection.sidebar_3 .FacetFiltersForm .facets__display li.view {
  text-align: right;
  width: 100%;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list .list-menu__item {
  width: 100%;
  margin: 0 0 10px;
  padding-left: 5px;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list .list-menu__item:last-child {
  margin: 0;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list .list-menu__item .select-filter:before,
.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list .list-menu__item .select-filter:after {
  display: none;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list label {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  border: 0;
  font-size: 14px;
  color: var(--text-color);
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list label:before {
  display: none;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list label .title {
  display: flex;
  align-items: center;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list label .color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #eee;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list label .color:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list label .count {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 22px;
  border: 1px solid #cdcdcd;
  color: var(--text-color);
  text-align: center;
  font-size: 11px;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list label:hover {
  color: #000;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list label.facet-checkbox--disabled {
  opacity: 0.5;
  text-decoration: line-through;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list label.facet-checkbox--disabled .color:before {
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #dddddd, transparent calc(50% + 1px));
  box-shadow: unset;
  border-radius: 50%;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list label.facet-checkbox--disabled:after {
  display: none;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list input:checked+label {
  color: #000;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list input:checked+label .color:before {
  border-color: #000;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-color .facets__list input:checked+label .count {
  border-color: var(--color-primary);
  color: #fff;
  background: var(--color-primary);
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-label .facets__list label {
  font-size: 12px;
  padding: 10px;
  line-height: 20px;
  border-radius: 30px;
  position: relative;
  min-width: 20px;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-label .facets__list label span {
  display: inline-block;
  position: absolute;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  color: var(--text-color);
  text-align: center;
  background: #e3e3e3;
  font-size: 11px;
  top: -5px;
  right: -2px;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-label .facets__list label span:before,
.page-collection.sidebar_3 .FacetFiltersForm .filter-label .facets__list label span:after {
  display: none;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-label .facets__list label.facet-checkbox--disabled {
  opacity: 0.75;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-label .facets__list label.facet-checkbox--disabled:before {
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #dddddd, transparent calc(50% + 1px));
  box-shadow: unset;
  border-radius: 30px;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-list .facets__list .list-menu__item {
  padding-bottom: 10px;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-list .facets__list label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-list .facets__list label:before {
  border-radius: 0;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-list .facets__list label span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 22px;
  border: 1px solid #cdcdcd;
  color: var(--text-color);
  text-align: center;
  font-size: 11px;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-list .facets__list label span:before,
.page-collection.sidebar_3 .FacetFiltersForm .filter-list .facets__list label span:after {
  display: none;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-list .facets__list label.facet-checkbox--disabled {
  text-decoration: line-through;
  opacity: 0.75;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-list .facets__list label.facet-checkbox--disabled:before {
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #dddddd, transparent calc(50% + 1px));
  box-shadow: unset;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-list .facets__list input:checked+label:before {
  box-shadow: inset 0 0 0 3px #fff;
}

.page-collection.sidebar_3 .FacetFiltersForm .filter-list .facets__list input:checked+label span {
  border-color: var(--color-primary);
  color: #fff;
  background: var(--color-primary);
}

.page-collection.sidebar_4 .block-sidebar__title {
  cursor: unset;
}

.page-collection.sidebar_4 .block-sidebar__title label {
  cursor: unset;
}

.page-collection.sidebar_4 .block-sidebar__title:after {
  display: none;
}

.page-collection.sidebar_4 .sidebar-categories {
  border: 0;
}

.page-collection.sidebar_4 .sidebar-categories .facets__display {
  padding: 0;
}

.page-collection.sidebar_4 .sidebar-categories .toggle_collection-children {
  order: 1;
  margin-right: 10px;
}

.page-collection.sidebar_4 .sidebar-categories ul li a {
  order: 2;
  padding: 0;
  width: 100%;
}

.page-collection.sidebar_4 .sidebar-categories ul li a:before {
  display: none;
}

.page-collection.sidebar_4 .sidebar-categories ul li a label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-collection.sidebar_4 .sidebar-categories ul li a label span:before,
.page-collection.sidebar_4 .sidebar-categories ul li a label span:after {
  display: none;
}

.page-collection.sidebar_4 .sidebar-categories ul li.active>.link-collection>a label {
  text-decoration: underline;
}

.page-collection.sidebar_4 .FacetFiltersForm .js-filter {
  border: 0;
  margin: 0;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock h4.block-sidebar__title {
  margin: 0;
  margin-right: 15px;
  cursor: unset;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock h4.block-sidebar__title label {
  cursor: unset;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock .facets__display {
  padding: 0;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock .facets__display li {
  padding: 0;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock .facets__display li:last-child {
  display: none;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock .facets__display label {
  padding: 4px;
  height: 34px;
  line-height: 34px;
  background: #f3f3f3;
  border-radius: 30px;
  align-items: center;
  display: flex;
  color: var(--text-color);
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock .facets__display label:before {
  display: none;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock .facets__display label span {
  display: inline-block;
  height: 28px;
  padding: 0 10px;
  line-height: 28px;
  border-radius: 20px;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock .facets__display label span:before,
.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock .facets__display label span:after {
  display: none;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock .facets__display label span.show {
  background: #fff;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock .facets__display .select-filter input:checked+label span {
  color: var(--text-color);
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock .facets__display .select-filter input:checked+label span.show {
  background: transparent;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-out_stock .facets__display .select-filter input:checked+label span.hide {
  background: #fff;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-color .facets__list .select-filter:before,
.page-collection.sidebar_4 .FacetFiltersForm .filter-color .facets__list .select-filter:after {
  display: none;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-color .facets__list label {
  font-size: 14px;
  color: var(--text-color);
  width: auto;
  height: auto;
  border-radius: 20px;
  padding: 2px 10px 2px 2px;
  align-items: center;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-color .facets__list label:before {
  display: none;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-color .facets__list label .title {
  display: flex;
  align-items: center;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-color .facets__list label .color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #eee;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-color .facets__list label .count:before {
  content: "(";
  display: inline-block;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-color .facets__list label .count:after {
  content: ")";
  display: inline-block;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-color .facets__list label:hover {
  color: #000;
  border-color: #000;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-color .facets__list label.facet-checkbox--disabled {
  opacity: 0.5;
  text-decoration: line-through;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-color .facets__list label.facet-checkbox--disabled:after {
  display: none;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-color .facets__list input:checked+label {
  border-color: #000;
  color: #000;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-label .facets__list label {
  padding: 5px 10px;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-label .facets__list label:hover {
  border-color: #000;
}

.page-collection.sidebar_4 .FacetFiltersForm .filter-label .facets__list input:checked+label {
  border-color: #000;
}

.sidebar-categories {
  margin: 0 0 35px;
  padding: 0 0 10px;
  list-style: none;
  border-bottom: 1px solid #e7e7e7;
}

.sidebar-categories .facets__display {
  padding-bottom: 20px;
}

.sidebar-categories .facets__display li.view {
  font-size: 14px;
  color: #000;
}

.sidebar-categories .facets__display li.view span {
  padding-bottom: 1px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  line-height: 22px;
}

.sidebar-categories .facets__display li.view span:before {
  content: "\e7fe";
  font-family: "qico";
  position: relative;
  display: inline-block;
  margin-right: 3px;
  line-height: 1;
  font-size: 13px;
  top: 1px;
}

.sidebar-categories .facets__display li.view span:hover {
  color: var(--color-primary);
}

.sidebar-categories .facets__display li.view.show span:before {
  content: "\e7fd";
}

.sidebar-categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 0;
}

.sidebar-categories ul::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.sidebar-categories ul::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.sidebar-categories ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar-categories ul li {
  margin-top: 10px;
  position: relative;
}

.sidebar-categories ul li:first-child:after {
  border: 0;
}

.sidebar-categories ul li .link-collection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-categories ul li a {
  color: #000;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
}

.sidebar-categories ul li a:hover:before {
  border-color: #000;
}

.sidebar-categories ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #d6d6d6;
  top: 4px;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 7px #fff;
}

.sidebar-categories ul li label {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

.sidebar-categories ul li label span {
  display: inline-block;
}

.sidebar-categories ul li label span:before {
  content: "(";
}

.sidebar-categories ul li label span:after {
  content: ")";
}

.sidebar-categories ul li.active>.link-collection a {
  color: #000;
}

.sidebar-categories ul li.active>.link-collection a:before {
  box-shadow: inset 0 0 0 3px #fff;
  background: #000;
  border-color: #000;
}

.sidebar-categories ul li.active>a {
  color: #000;
}

.sidebar-categories ul li.active>a:before {
  box-shadow: inset 0 0 0 4px #fff;
  background: var(--color-primary);
}

.sidebar-categories ul li ul.collection-children {
  display: none;
  padding-left: 25px;
}

.sidebar-categories ul li .toggle_collection-children {
  font-size: 13px;
  line-height: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

.sidebar-categories ul li .toggle_collection-children.show i:before {
  content: "\e926";
}

.FacetFiltersForm summary {
  list-style: none;
}

.FacetFiltersForm .js-filter {
  margin-bottom: 35px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-top: 0;
}

.FacetFiltersForm .js-filter .facets__display {
  padding-bottom: 20px;
}

.FacetFiltersForm .filter-label {
  line-height: 1;
}

.FacetFiltersForm .filter-label .facets__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  border-top: 0;
  margin: 0;
}

.FacetFiltersForm .filter-label .facets__list input {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  opacity: 0;
  visibility: hidden;
}

.FacetFiltersForm .filter-label .facets__list label {
  position: relative;
  padding: 10px;
  display: inline-block;
  border: 1px solid #ddd;
  margin-right: 10px;
  box-sizing: content-box;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  min-width: 50px;
  color: #000;
  border-radius: 20px;
}

.FacetFiltersForm .filter-label .facets__list label.facet-checkbox--disabled {
  cursor: not-allowed;
  color: var(--text-color);
}

.FacetFiltersForm .filter-label .facets__list label.facet-checkbox--disabled:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #ddd, transparent calc(50% + 1px));
}

.FacetFiltersForm .filter-label .facets__list label.facet-checkbox--disabled input {
  cursor: not-allowed;
}

.FacetFiltersForm .filter-label .facets__list label:not(.facet-checkbox--disabled):hover {
  border-color: #000;
  cursor: pointer;
}

.FacetFiltersForm .filter-label .facets__list label span:before {
  content: "(";
}

.FacetFiltersForm .filter-label .facets__list label span:after {
  content: ")";
}

.FacetFiltersForm .filter-label .facets__list .select-filter input:checked+label {
  border-color: #000;
}

.FacetFiltersForm .filter-color {
  line-height: 1;
}

.FacetFiltersForm .filter-color .facets__list {
  padding: 0;
  list-style: none;
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.FacetFiltersForm .filter-color .facets__list .list-menu__item {
  position: relative;
  margin-right: 15px;
}

.FacetFiltersForm .filter-color .facets__list .list-menu__item .select-filter {
  position: relative;
}

.FacetFiltersForm .filter-color .facets__list .list-menu__item .select-filter:hover label:not(.facet-checkbox--disabled):hover:before {
  opacity: 1;
  visibility: visible;
}

.FacetFiltersForm .filter-color .facets__list .list-menu__item .select-filter:hover:before,
.FacetFiltersForm .filter-color .facets__list .list-menu__item .select-filter:hover:after {
  opacity: 1;
  visibility: visible;
}

.FacetFiltersForm .filter-color .facets__list .list-menu__item .select-filter:before {
  content: attr(data-title);
  padding: 0 10px;
  background: #000;
  color: #fff;
  top: -33px;
  line-height: 23px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.FacetFiltersForm .filter-color .facets__list .list-menu__item .select-filter:after {
  content: "";
  top: -10px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 50%;
}

.FacetFiltersForm .filter-color .facets__list input {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  visibility: hidden;
}

.FacetFiltersForm .filter-color .facets__list label {
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: transparent;
  border-radius: 50%;
  display: flex;
  font-size: 0;
  margin-bottom: 10px;
  border: 1px solid #d6d6d6;
  position: relative;
}

.FacetFiltersForm .filter-color .facets__list label:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
}

.FacetFiltersForm .filter-color .facets__list label.facet-checkbox--disabled {
  cursor: not-allowed;
  color: var(--text-color);
  opacity: 0.5;
}

.FacetFiltersForm .filter-color .facets__list label.facet-checkbox--disabled:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #ddd, transparent calc(50% + 1px));
}

.FacetFiltersForm .filter-color .facets__list label.facet-checkbox--disabled:before {
  display: none;
}

.FacetFiltersForm .filter-color .facets__list label.facet-checkbox--disabled input {
  cursor: not-allowed;
}

.FacetFiltersForm .filter-color .facets__list .select-filter input:checked+label:before {
  opacity: 1;
  visibility: visible;
}

.FacetFiltersForm .filter-image {
  line-height: 1;
}

.FacetFiltersForm .filter-image .facets__list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3px;
}

.FacetFiltersForm .filter-image .facets__list input {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  opacity: 0;
  visibility: hidden;
}

.FacetFiltersForm .filter-image .facets__list label {
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: transparent;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.FacetFiltersForm .filter-image .facets__list label.facet-checkbox--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.FacetFiltersForm .filter-image .facets__list label.facet-checkbox--disabled:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #ddd, transparent calc(50% + 1px));
}

.FacetFiltersForm .filter-image .facets__list label.facet-checkbox--disabled:before {
  display: none;
}

.FacetFiltersForm .filter-image .facets__list label.facet-checkbox--disabled input {
  cursor: not-allowed;
}

.FacetFiltersForm .filter-image .facets__list label:before {
  content: "";
  position: absolute;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
}

.FacetFiltersForm .filter-image .facets__list label span {
  display: none;
}

.FacetFiltersForm .filter-image .facets__list label:hover {
  cursor: pointer;
}

.FacetFiltersForm .filter-image .facets__list .select-filter {
  margin: 0 15px 10px 0;
  position: relative;
}

.FacetFiltersForm .filter-image .facets__list .select-filter:hover label:not(.facet-checkbox--disabled):hover:before {
  opacity: 1;
  visibility: visible;
}

.FacetFiltersForm .filter-image .facets__list .select-filter:hover:before,
.FacetFiltersForm .filter-image .facets__list .select-filter:hover:after {
  opacity: 1;
  visibility: visible;
}

.FacetFiltersForm .filter-image .facets__list .select-filter:before {
  content: attr(data-title);
  padding: 0 10px;
  background: #000;
  color: #fff;
  top: -33px;
  line-height: 23px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.FacetFiltersForm .filter-image .facets__list .select-filter:after {
  content: "";
  top: -10px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  pointer-events: none;
}

.FacetFiltersForm .filter-image .facets__list .select-filter input:checked+label:before {
  opacity: 1;
  visibility: visible;
}

.FacetFiltersForm .filter-list .facets__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 0;
}

.FacetFiltersForm .filter-list .facets__list li {
  position: relative;
  padding-bottom: 5px;
}

.FacetFiltersForm .filter-list .facets__list input {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  opacity: 0;
  visibility: hidden;
}

.FacetFiltersForm .filter-list .facets__list label {
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  color: #000;
  cursor: pointer;
}

.FacetFiltersForm .filter-list .facets__list label:before {
  position: absolute;
  content: "";
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #d6d6d6;
  top: 5px;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 8px #fff;
}

.FacetFiltersForm .filter-list .facets__list label.facet-checkbox--disabled {
  opacity: 0.5;
  text-decoration: line-through;
  cursor: not-allowed;
}

.FacetFiltersForm .filter-list .facets__list label:hover:before {
  border-color: #000;
}

.FacetFiltersForm .filter-list .facets__list label.facet-checkbox--disabled:before {
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #dddddd, transparent calc(50% + 1px));
  box-shadow: unset;
}

.FacetFiltersForm .filter-list .facets__list label span {
  display: inline-block;
}

.FacetFiltersForm .filter-list .facets__list label span:before {
  content: "(";
}

.FacetFiltersForm .filter-list .facets__list label span:after {
  content: ")";
}

.FacetFiltersForm .filter-list .facets__list .select-filter input:checked+label {
  color: #000;
}

.FacetFiltersForm .filter-list .facets__list .select-filter input:checked+label:before {
  box-shadow: inset 0 0 0 3px #fff;
  border-color: #000;
  background: #000;
}

.FacetFiltersForm .facets__display li.view {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}

.FacetFiltersForm .facets__display li.view span {
  padding-bottom: 1px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: var(--body-font-weight-medium);
  line-height: 22px;
}

.FacetFiltersForm .facets__display li.view span:before {
  content: "\e9b1";
  font-family: "qico";
  position: relative;
  display: inline-block;
  margin-right: 3px;
  line-height: 1;
  font-size: 13px;
  top: 1px;
}

.FacetFiltersForm .facets__display li.view span:hover {
  color: var(--color-primary);
}

.FacetFiltersForm .facets__display li.view.show span:before {
  content: "\e7fd";
}

.FacetFiltersForm .facets__display .reset-filter {
  font-size: calc(16px - 3px);
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
  line-height: 1;
  padding-bottom: 5px;
}

.FacetFiltersForm .facets__display .reset-filter a {
  padding: 0;
  background: transparent;
  color: var(--text-color);
  margin: 0;
  line-height: 1;
}

.FacetFiltersForm .facets__display .reset-filter:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--text-color);
  height: 1px;
  width: 100%;
  transition: all 0.3s ease;
}

.FacetFiltersForm .facets__display .reset-filter:hover a {
  color: var(--color-primary);
}

.FacetFiltersForm .facets__display .reset-filter:hover:before {
  left: 0;
  width: 0;
}

.FacetFiltersForm .facets__display .reset-filter.hide {
  display: none;
}

facet-remove .active-facets__button {
  display: inline-block;
  background: #f1f1f1;
  line-height: 30px;
  padding: 0 10px 0 15px;
  cursor: pointer;
  margin: 2.5px 5px 2.5px 0;
  color: var(--text-color);
  font-size: 14px;
}

facet-remove .active-facets__button span {
  line-height: 1;
}

facet-remove .active-facets__button .visually-hidden {
  font-size: 0;
  display: inline-block;
}

facet-remove .active-facets__button .visually-hidden:before {
  content: "\e723";
  display: inline-block;
  font-size: 16px;
  font-family: "qico";
  margin-left: 5px;
  position: relative;
  top: 1px;
  color: #000;
  transition: all 0.3s ease;
}

facet-remove .active-facets__button:hover {
  background: #000;
  color: #fff;
}

facet-remove .active-facets__button:hover .visually-hidden:before {
  color: #fff;
  transform: rotate(90deg) scale(0.8);
}

facet-remove .active-facets__button-remove {
  cursor: pointer;
  font-weight: var(--body-font-weight-medium);
  display: inline-block;
  font-size: 14px;
}

facet-remove .active-facets__button-remove:after {
  content: "\e723";
  display: inline-block;
  font-size: 16px;
  font-family: "qico";
  position: relative;
  top: 1px;
  transition: all 0.3s ease;
  transform-origin: center;
}

facet-remove .active-facets__button-remove:hover:after {
  transform: rotate(90deg) scale(0.8);
}

.active-facets:only-child {
  display: none;
}

.page-collections {
  margin-top: 50px;
}

.page-collections .container.style_3 {
  max-width: 100%;
  padding: 0;
}

.page-collections .container.style_3 .collection-grid {
  overflow: hidden;
  margin: 0;
}

.page-collections .container.style_3 .bwp_slider-carousel {
  max-width: 1770px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.page-collections .container.style_3 .bwp_slider-carousel .slick-arrow {
  top: calc(50% - 17.5px);
  box-shadow: unset;
}

.page-collections .container.style_3 .bwp_slider-carousel .slick-arrow.slick-prev {
  left: -30px;
}

.page-collections .container.style_3 .bwp_slider-carousel .slick-arrow.slick-next {
  right: -30px;
}

/* LIST COLLECTION PAGE */
.collection-grid__item .collection-card__link {
  position: relative;
}

.collection-grid__item .collection-card__link:before {
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.collection-grid__item .collection-card__link img {
  width: 100%;
}

.collection-grid__item .collection-card.style_1 {
  margin-bottom: 30px;
}

.collection-grid__item .collection-card.style_1 .collection-card__link {
  position: relative;
}

.collection-grid__item .collection-card.style_1 .view-all {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  left: 0;
  bottom: 30px;
  z-index: 5;
}

.collection-grid__item .collection-card.style_1 .view-all a {
  display: inline-flex;
  align-items: center;
  line-height: 18px;
  padding: 8px 20px;
  transition: all 0.3s ease;
  transform: translateY(100%);
  opacity: 0;
  visibility: visible;
  color: #000;
  background: var(--color-primary);
  z-index: 1;
  border-radius: 50px;
  font-weight: 700;
  font-family: var(--title-font-family);
  text-transform: uppercase;
}

.collection-grid__item .collection-card.style_1 .view-all a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: -1;
  border-radius: 50px;
}

.collection-grid__item .collection-card.style_1 .view-all a i {
  margin-left: 5px;
}

.collection-grid__item .collection-card.style_1 .view-all a:hover {
  color: #000;
}

.collection-grid__item .collection-card.style_1 .view-all a:hover:before {
  width: 100%;
}

.collection-grid__item .collection-card.style_1 .collection-card__title {
  text-align: center;
  margin-top: 20px;
}

.collection-grid__item .collection-card.style_1 .collection-card__title h2 {
  font-size: 18px;
  margin-bottom: 0;
}

.collection-grid__item .collection-card.style_1:hover .view-all a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.collection-grid__item .collection-card.style_1:hover .collection-card__link::before {
  visibility: visible;
  opacity: 1;
}

.collection-grid__item .collection-card.style_2 {
  margin-bottom: 30px;
  position: relative;
}

.collection-grid__item .collection-card.style_2 .collection-card__title {
  text-align: center;
  position: absolute;
  width: 100%;
  padding: 0 15px;
  left: 0;
  top: 50%;
  transform: scale(0) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}

.collection-grid__item .collection-card.style_2 .collection-card__title h2 {
  font-size: calc(44px - 8px);
  margin-bottom: 0;
}

.collection-grid__item .collection-card.style_2 .collection-card__title h2 a {
  color: #fff;
}

.collection-grid__item .collection-card.style_2 .collection-card__title .count-product {
  color: #fff;
}

.collection-grid__item .collection-card.style_2 .view-all {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  text-align: right;
  left: 0;
  bottom: 25px;
  z-index: 5;
}

.collection-grid__item .collection-card.style_2 .view-all a {
  display: inline-flex;
  align-items: center;
  line-height: 18px;
  transition: all 0.3s ease;
  transform: translateY(100%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: relative;
}

.collection-grid__item .collection-card.style_2 .view-all a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(1);
  transform-origin: 100% 50%;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}

.collection-grid__item .collection-card.style_2 .view-all a i {
  margin-left: 5px;
}

.collection-grid__item .collection-card.style_2 .view-all a:hover:before {
  transform: scaleX(0);
  transform-origin: 0 50%;
}

.collection-grid__item .collection-card.style_2:hover .view-all a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.collection-grid__item .collection-card.style_2:hover .collection-card__title {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateY(-50%);
}

.collection-grid__item .collection-card.style_2:hover .collection-card__link::before {
  visibility: visible;
  opacity: 1;
}

.collection-grid__item .collection-card.style_3 {
  position: relative;
}

.collection-grid__item .collection-card.style_3 .collection-card__link::before {
  visibility: visible;
  opacity: 1;
}

.collection-grid__item .collection-card.style_3 .collection-card__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 15px;
  left: 0;
  text-align: center;
  z-index: 10;
}

.collection-grid__item .collection-card.style_3 h2 {
  font-size: 40px;
  margin: 0;
}

.collection-grid__item .collection-card.style_3 h2 a {
  color: #fff;
}

.collection-grid__item .collection-card.style_3 .count-product {
  color: #fff;
  margin-bottom: 15px;
}

.collection-grid__item .collection-card.style_3 .view-all {
  position: absolute;
  width: 100%;
  left: 0;
}

.collection-grid__item .collection-card.style_3 .view-all a {
  display: inline-flex;
  align-items: center;
  line-height: 18px;
  padding: 8px 20px;
  transition: all 0.3s ease;
  transform: translateY(100%);
  opacity: 0;
  visibility: visible;
  color: #000;
  background: var(--color-primary);
  z-index: 1;
  border-radius: 50px;
  font-weight: 700;
  font-family: var(--title-font-family);
  text-transform: uppercase;
}

.collection-grid__item .collection-card.style_3 .view-all a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: -1;
  border-radius: 50px;
}

.collection-grid__item .collection-card.style_3 .view-all a i {
  margin-left: 5px;
}

.collection-grid__item .collection-card.style_3 .view-all a:hover {
  color: #000;
}

.collection-grid__item .collection-card.style_3 .view-all a:hover:before {
  width: 100%;
}

.collection-grid__item .collection-card.style_3:hover .view-all {
  position: relative;
}

.collection-grid__item .collection-card.style_3:hover .view-all a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199px) and (min-width: 767px) {
  #JsCollectionProduct.grid-4 .collection.masonry .products__row {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }

  #JsCollectionProduct.grid-4 .collection.masonry .products__row>.products__col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #JsCollectionProduct.grid-4 .collection.masonry .products__row>.products__col:nth-child(9n+1) {
    grid-column: span 2;
    grid-row: span 2;
  }

  #JsCollectionProduct.grid-4 .collection.masonry .products__row>.products__col:nth-child(9n-1) {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (max-width: 1500px) and (min-width: 992px) {
  .page-collection.on_top .collection-sidebar__close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 26px;
    height: 26px;
    margin: 0;
    box-shadow: 0 0 0 1px #e8e8e8;
  }
}

@media (min-width: 991px) {
  body:not(.collection-sidebar--open) .page-collection.filter_drawer .collection-sidebar * {
    height: 0;
    visibility: hidden;
  }

  .collection-sidebar--open.filter_drawer,
  .collection-sidebar--open.on_top {
    overflow: unset;
  }
}

@media (max-width: 1800px) and (min-width: 1200px) {
  .page-collections .container.style_3 .bwp_slider-carousel {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 767px) {
  #JsCollectionProduct.grid-3 .collection.masonry .products__row {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }

  #JsCollectionProduct.grid-3 .collection.masonry .products__row>.products__col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #JsCollectionProduct.grid-3 .collection.masonry .products__row>.products__col:nth-child(9n+1) {
    grid-column: span 2;
    grid-row: span 2;
  }

  #JsCollectionProduct.grid-3 .collection.masonry .products__row>.products__col:nth-child(9n-1) {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (min-width: 1199px) {
  #JsCollectionProduct.grid-4 .collection.masonry .products__row {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
  }

  #JsCollectionProduct.grid-4 .collection.masonry .products__row>.products__col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #JsCollectionProduct.grid-4 .collection.masonry .products__row>.products__col:nth-child(14n + 1) {
    grid-column: span 2;
    grid-row: span 2;
  }

  #JsCollectionProduct.grid-4 .collection.masonry .products__row>.products__col:nth-child(14n + 11) {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (min-width: 1200px) {
  .collection-filter {
    display: none;
  }

  .collection-sidebar__overlay,
  .collection-sidebar__close {
    display: none;
  }

  .collection-sidebar--open .page-collection.filter_drawer .collection-sidebar {
    opacity: 1;
    visibility: visible;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    height: 100%;
  }

  .collection-sidebar--open .page-collection.filter_drawer .collection-content {
    max-width: 75%;
  }

  .page-collection.filter_drawer .collection-sidebar {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    flex: 0 0 0px;
    max-width: 0;
    -webkit-transition: all 0.3s ease;
    transition: flex 0.3s ease, max-width 0.3s ease;
    z-index: 2;
    height: 0;
    padding: 0 15px;
  }
}
@media (max-width: 1800px) {
  .page-collections .container.style_3 .bwp_slider-carousel .slick-arrow.slick-prev {
    left: 0;
  }

  .page-collections .container.style_3 .bwp_slider-carousel .slick-arrow.slick-next {
    right: 0;
  }
}

@media (max-width: 1199px) {
  #JsCollectionProduct .products__row {
    margin: 0 -7.5px;
  }

  #JsCollectionProduct.grid-2 .products__col {
    padding: 0 7.5px;
  }

  #JsCollectionProduct.grid-3 .products__col {
    padding: 0 7.5px;
  }

  #JsCollectionProduct.grid-4 .products__col {
    padding: 0 7.5px;
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }

  .page-collections .container.style_3 .bwp_slider-carousel .slick-arrow {
    opacity: 1;
    visibility: visible;
  }

  .page-collections .container.style_3 .bwp_slider-carousel .slick-arrow:before {
    font-size: 20px;
  }

  .collection-grid {
    margin: 0 -7.5px;
  }

  .collection-grid__item {
    padding: 0 7.5px;
  }

  .collection-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: block;
    width: 100vw;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }

  .collection-sidebar__wapper {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: 2;
    width: 350px;
    max-width: calc(100% - 15px);
    height: 100%;
    min-height: 100%;
    padding: 0 15px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
  }

  .collection-sidebar__wapper .content-sidebar {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px 30px;
  }

  .collection-sidebar__wapper .content-sidebar::-webkit-scrollbar-track {
    background-color: #ececec;
  }

  .collection-sidebar__wapper .content-sidebar::-webkit-scrollbar {
    width: 2px;
    background-color: #ececec;
  }

  .collection-sidebar__wapper .content-sidebar::-webkit-scrollbar-thumb {
    background-color: #000;
  }

  .collection-sidebar__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
  }

  .collection-sidebar--open .collection-sidebar {
    opacity: 1;
    visibility: visible;
  }

  .collection-sidebar--open .collection-sidebar__wapper {
    transform: translateX(0);
  }

  .collection-sidebar--open .collection-sidebar__overlay {
    display: block;
  }

  .page-collection.on_top .dropdown_ontop .active-facets__button-wrapper {
    display: none;
  }

  .page-collection.on_top .dropdown_ontop {
    display: block;
    background: transparent;
    padding: 0;
    width: auto;
  }

  .page-collection.filter_drawer .collection-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: block;
    width: 100vw;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }

  .page-collection.filter_drawer .collection-sidebar__close {
    display: block;
  }

  .page-collection.filter_drawer .collection-sidebar__wapper {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: 101;
    width: 350px;
    max-width: calc(100% - 15px);
    height: 100%;
    min-height: 100%;
    padding: 0 15px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
  }

  .collection-sidebar--open .page-collection.filter_drawer .collection-sidebar__wapper {
    transform: translate(0);
  }

  .collection-sidebar--open .page-collection.filter_drawer .collection-sidebar__overlay {
    display: block;
  }

  .collection-sidebar--open .page-collection.filter_drawer .collection-sidebar {
    opacity: 1;
    visibility: visible;
  }

  .page-collection.filter_drawer .collection-sidebar__wapper .content-sidebar {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px 30px;
  }

  .page-collection.filter_drawer .collection-sidebar__wapper .content-sidebar::-webkit-scrollbar-track {
    background-color: #ececec;
  }

  .page-collection.filter_drawer .collection-sidebar__wapper .content-sidebar::-webkit-scrollbar {
    width: 2px;
    background-color: #ececec;
  }

  .page-collection.filter_drawer .collection-sidebar__wapper .content-sidebar::-webkit-scrollbar-thumb {
    background-color: #000;
  }

  .page-collection.filter_drawer .collection-sidebar__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .page-collection.filter_drawer .block-sidebar__title {
    font-size: 18px;
  }

  .collection-filter__button .count {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: relative;
    top: -10px;
    background: var(--color-primary);
    display: inline-block;
  }

  .product-sidebar__content {
    padding-left: 15px;
  }

  .collection-view {
    display: none;
  }
}

@media (max-width: 767px) {
  .product-card {
    margin-bottom: 16px;
  }
  
  .products--list .product-card__image-wrapper {
    width: 100%;
    margin: 0 0 15px;
  }

  .products--list .product-card__content {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
  }

  .products--list .product-card__buttons {
    position: relative;
    margin-top: 10px;
  }

  #JsCollectionProduct.grid-3 .products__col {
    max-width: 50%;
    flex: 0 0 50%;
  }

  #JsCollectionProduct.grid-4 .products__col {
    max-width: 50%;
    flex: 0 0 50%;
  }

  #JsCollectionProduct.list .product-card {
    flex-wrap: wrap;
  }

  #JsCollectionProduct.list .product-card .product-card__image-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #JsCollectionProduct.list .product-card .product-card__content {
    margin-top: 20px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  #JsCollectionProduct.list .products__col {
    padding: 0 7.5px;
  }

  .collection-grid__item .collection-card.style_2 .collection-card__title {
    position: unset;
    margin-top: 15px;
    padding: 0;
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .collection-grid__item .collection-card.style_2 .collection-card__title h2 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .collection-grid__item .collection-card.style_2 .collection-card__title h2 a {
    color: #000;
  }

  .collection-grid__item .collection-card.style_2 .collection-card__title .count-product {
    color: var(--text-color);
  }

  .collection-grid__item .collection-card.style_2:hover .collection-card__title {
    transform: scale(1) translateY(0);
  }
}

@media (max-width: 480px) {
  .collection-filter__button {
    padding: 0 5px;
  }

  .collection-grid__item .collection-card.style_1 .view-all a {
    padding: 8px 10px;
  }

  .collection-grid__item .collection-card.style_3 .view-all a {
    padding: 8px 10px;
  }
}