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

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

.hidden,
.visually-hidden {
  display: none
}

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

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

.col-2-5 {
  flex: 20%;
  max-width: 20%
}

.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
}

.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)
}

.bwp_slider-carousel {
  position: relative
}

.bwp_slider-carousel:hover .slick-arrow {
  opacity: 1;
  visibility: visible
}

.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)
}

.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: 17px;
  font-family: var(--title-font-family);
  overflow: hidden;
}

.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;
  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)
}

@media (min-width:576px) {
  .col-sm-2-5 {
    flex: 20%;
    max-width: 20%
  }
}

@media (min-width:768px) {
  .col-md-2-5 {
    flex: 20%;
    max-width: 20%
  }

  .hidden-desktop {
    display: none
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:991px) {
  .col-lg-2-5 {
    flex: 20%;
    max-width: 20%
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

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

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

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

  .col-xx-2-5 {
    flex: 20%;
    max-width: 20%
  }

  .hidden-lg {
    display: none !important
  }

  .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 (min-width:1440px) {
  .col-xl-2-5 {
    flex: 20%;
    max-width: 20%
  }
}



@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) {
  .hide_ipad {
    display: none !important
  }

  .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-xs {
    display: none !important
  }

  .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)
  }
}

@media (max-width: 1199px) {
  .wpbingo-section--products-grid .wpbingo-section__content>.row {
    margin: 0 -7.5px;
  }

  .wpbingo-section--products-grid .wpbingo-section__content .slick-carousel__item {
    padding: 0 7.5px;
  }
}