.content-banner, .content-banner--no-image {
  position: relative;
  overflow-x: hidden;
}
.content-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-banner__title {
  position: relative;
  padding: 4.427vw 0;
  margin-bottom: 0;
  color: #ffffff;
}
.content-banner.banner-trending .content-banner__title, .banner-trending.content-banner--no-image .content-banner__title {
  padding-bottom: 0;
  margin-bottom: 0.625vw;
  color: #1C1F21;
  text-align: center;
}
.content-banner--no-image .content-banner__title {
  padding-bottom: 0;
  color: #1C1F21;
  text-align: center;
  font-size: 1.823vw;
}
@media screen and (max-width: 767px) {
  .content-banner__image {
    left: 50%;
    transform: translateX(-50%);
    width: 118%;
    object-fit: contain;
  }
  .content-banner__title {
    padding: 40px 0;
  }
  .content-banner--no-image .content-banner__title {
    font-size: 20px !important;
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .content-banner__title {
    font-size: 48px !important;
  }
}

.product-card__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.product-card__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-card__header {
  position: relative;
}
.product-card__header .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-top: 0;
  z-index: 1;
}
.product-card__header .yith-wcwl-wishlistexistsbrowse a {
  display: none;
}
.product-card__header .yith-wcwl-icon {
  margin-right: 0 !important;
  width: 22px;
  height: 22px;
  opacity: 0;
  transition: 0.4s;
}
.product-card__header .add_to_wishlist span {
  display: none;
}
.product-card__item {
  position: relative;
  margin-bottom: 2.604vw;
}
.product-card__item:hover .product-card__image {
  transform: scale(1.1);
}
.product-card__item:hover .fa-heart-o {
  opacity: 1;
}
.product-card__item .fa-heart-o::before,
.product-card__item .fa-heart::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-card__item .fa-heart-o::before {
  background-image: url(../../../images/wishlist-outline.svg);
}
.product-card__item .fa-heart {
  opacity: 1;
}
.product-card__item .fa-heart::before {
  background-image: url(../../../images/wishlist-solid.svg);
}
.product-card__image-container {
  overflow: hidden;
}
.product-card__image {
  transform: scale(1);
  transition: 0.4s;
}
.product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1.25vw;
  color: #1C1F21;
}
.product-card__category {
  position: relative;
  z-index: 1;
}
.product-card__category a {
  color: rgba(28, 31, 33, 0.6);
  font-size: 0.625vw;
  text-transform: uppercase;
}
.product-card__name {
  margin-top: 0.417vw;
  margin-bottom: 0.313vw;
  font-size: 1.042vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.product-card__sale .product-card__price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.product-card__price {
  font-weight: 700;
  font-size: 1.042vw;
}
.product-card__price ins {
  text-decoration: none;
}
.product-card__price del {
  margin-left: 5px;
  font-size: 0.833vw;
  font-weight: 400;
}
.product-card__button {
  padding-right: 1.042vw !important;
  padding-left: 1.042vw !important;
  margin-left: 4px;
  font-size: 0.833vw !important;
}
.product-card__sold-out {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card__sold-out img {
  width: 100%;
  max-width: 7.292vw;
  opacity: 0.5;
  object-fit: contain;
}
.product-card__badge, .product-card__badge--new, .product-card__badge--sale {
  padding: 4px 8px;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.625vw;
  color: #ffffff;
}
.product-card__badge--sale {
  background-color: #E33E38;
}
.product-card__badge--new {
  background-color: #6BC55D;
}
.product-card__link-mobile {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .product-card__header .yith-wcwl-add-to-wishlist {
    top: 12px;
    right: 8px;
  }
  .product-card__button {
    display: none;
  }
  .product-card__item {
    padding-right: 8px !important;
    padding-left: 8px !important;
    margin-bottom: 16px;
  }
  .product-card__item .fa-heart-o {
    opacity: 1;
  }
  .product-card__footer {
    padding: 12px 0px;
  }
  .product-card__category a {
    font-size: 10px;
  }
  .product-card__name {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .product-card__price {
    font-size: 16px;
  }
  .product-card__price del {
    font-size: 12px;
  }
  .product-card__badge, .product-card__badge--sale, .product-card__badge--new {
    font-size: 12px;
  }
  .product-card__sold-out img {
    max-width: 100px;
  }
}

.shop .woocommerce-info {
  font-size: 1.042vw;
}
.shop__filter-mobile {
  display: none;
}
.shop__total-sorting {
  display: flex;
  align-items: center;
  margin-bottom: 2.344vw;
}
.shop__ordering-wrapper {
  margin-left: auto;
}
.shop__woocommerce-result-count {
  margin-bottom: 0;
  font-size: 0.938vw;
  font-style: italic;
}
.shop__orderby {
  font-size: 1.042vw !important;
  border: none !important;
  outline: none;
  box-shadow: none !important;
}
.shop__offcanvas {
  top: 54px !important;
}
.shop__filter-badge-wrapper {
  margin-right: auto;
  margin-left: 1.042vw;
}
.shop__filter-badge {
  position: relative;
  display: inline-flex;
  padding: 0.313vw 2.188vw 0.313vw 1.042vw;
  margin-right: 0.833vw;
  background-color: #4F86CB;
  color: #ffffff;
  cursor: pointer;
}
.shop__filter-badge::before, .shop__filter-badge::after {
  content: "";
  display: block;
  border-top: 1px solid #ffffff;
  position: absolute;
  right: 0.417vw;
  top: 50%;
  width: 0.833vw;
}
.shop__filter-badge::before {
  transform: rotateZ(-45deg);
}
.shop__filter-badge::after {
  transform: rotateZ(45deg);
}
.shop .wpf_item {
  padding: 1.458vw 0;
}
.shop .wpf_item:first-child {
  padding-top: 0;
}
.shop .wpf_item .wpf_item_name {
  border-bottom: none;
  font-size: 1.667vw;
  font-weight: 400;
  padding-bottom: 0;
  margin-top: 0 !important;
  margin-bottom: 1.25vw;
  font-family: "Fenix";
}
.shop .wpf_item input[readonly],
.shop .wpf_item input[readonly] + label {
  opacity: 1;
}
.shop .wpf_item input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.shop .wpf_item input:checked + label {
  color: #4F86CB;
}
.shop .wpf_item .wpf_column_vertical li,
.shop .wpf_item .wpf_hierachy li {
  margin-bottom: 1.146vw;
  margin-left: -3px;
}
.shop .wpf_item .wpf_column_vertical,
.shop .wpf_item .wpf_hierachy,
.shop .wpf_item .wpf-slider-label {
  font-size: 1.146vw;
}
.shop .wpf_item .wpf_submenu {
  margin-top: 1.146vw !important;
}
.shop .wpf_item .wpf_submenu li:last-child {
  margin-bottom: 2px;
}
.shop .wpf_item .wpf_slider.ui-slider {
  width: 90%;
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
}
.shop .wpf_item .wpf_slider.ui-slider .ui-widget-header {
  background: #4F86CB !important;
}
.shop .berocket_single_filter_widget:first-child .bapf_sfilter {
  padding-top: 0;
}
.shop .bapf_sfilter {
  margin: 0px;
  padding: 1.458vw 0px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.shop .bapf_sfilter label {
  font-size: 1.146vw;
}
.shop .bapf_sfilter ul > li {
  position: relative;
  margin-bottom: 1.146vw !important;
}
.shop .bapf_sfilter ul > li:last-child {
  margin-bottom: 0px !important;
}
.shop .bapf_sfilter ul i {
  margin-left: 1.042vw;
  vertical-align: middle;
}
.shop .bapf_sfilter ul ul {
  margin-top: 1.146vw !important;
  margin-left: 25px;
}
.shop .bapf_sfilter input[type=checkbox] {
  display: none;
}
.shop .bapf_sfilter input:checked + label {
  color: #4F86CB;
}
.shop .bapf_head h3 {
  font-size: 1.667vw;
  margin-bottom: 1.25vw;
  font-family: "Fenix";
}
.shop .bapf_ochild::before,
.shop .bapf_cchild::before {
  content: "";
  position: absolute;
  background-image: url(../../../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.042vw;
  height: 1.042vw;
}
.shop .bapf_ochild::before {
  top: 55%;
  transform: rotate(0deg) translateY(-50%);
}
.shop .bapf_cchild::before {
  top: 8px;
  transform: rotate(180deg);
}
.shop .bapf_stylecolor ul {
  margin-left: -8px;
}
.shop .bapf_clr_span {
  position: relative;
  width: 1.823vw !important;
  height: 1.823vw !important;
  border-radius: 100%;
  margin: 0px 8px;
  overflow: unset;
}
.shop .bapf_stylecolor input:checked + label .bapf_clr_span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.823vw;
  height: 1.823vw;
  transform: translate(-50%, -50%) scale(1.2);
  border: 1px solid #4F86CB;
  border-radius: 100%;
}
.shop .bapf_slidr_all {
  width: 92%;
}
.shop .irs-from,
.shop .irs-to,
.shop .irs-single {
  background-color: transparent;
  color: #000000;
  font-size: 1.146vw;
  top: -6px;
}
.shop .irs-from::before,
.shop .irs-to::before,
.shop .irs-single::before {
  display: none;
}
.shop .irs-min,
.shop .irs-max {
  display: none;
}
.shop .irs-handle {
  border: none;
}
.shop .irs-line {
  height: 2px;
}
.shop .irs-bar {
  height: 2px;
  background-color: #4F86CB;
}
@media screen and (max-width: 991px) {
  .shop .woocommerce-no-products-found {
    margin-top: 25px;
    font-size: 16px;
  }
  .shop__offcanvas-body {
    padding-top: 40px !important;
  }
  .shop__offcanvas-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
  }
  .shop__total-sorting {
    margin-bottom: 35px;
  }
  .shop__filter-mobile {
    display: inline-block;
    margin-right: 15px;
  }
  .shop__filter-mobile img {
    width: 22px;
    height: auto;
  }
  .shop__woocommerce-result-count {
    margin-top: 3px;
    font-size: 15px;
  }
  .shop__orderby {
    font-size: 15px !important;
  }
  .shop .wpf_item {
    padding: 17px 0px;
  }
  .shop .wpf_item .wpf_item_name {
    margin-bottom: 18px;
    font-size: 25px;
  }
  .shop .wpf_item .wpf_column_vertical li,
  .shop .wpf_item .wpf_hierachy li {
    margin-bottom: 18px;
  }
  .shop .wpf_item .wpf_column_vertical,
  .shop .wpf_item .wpf_hierachy,
  .shop .wpf_item .wpf-slider-label {
    font-size: 16px;
  }
  .shop .wpf_item .wpf_submenu {
    margin-top: 18px !important;
  }
  .shop .wpf_item .wpf_slider.ui-slider {
    width: 90%;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 12px;
  }
  .shop .bapf_sfilter {
    padding: 17px 0px;
  }
  .shop .bapf_sfilter label {
    position: relative;
    font-size: 16px;
  }
  .shop .bapf_sfilter ul > li {
    margin-bottom: 18px !important;
  }
  .shop .bapf_sfilter ul i {
    margin-left: 15px;
  }
  .shop .bapf_sfilter ul ul {
    margin-top: 18px !important;
    margin-left: 0px !important;
  }
  .shop .bapf_head h3 {
    margin-bottom: 18px;
    font-size: 25px;
  }
  .shop .bapf_ochild::before,
  .shop .bapf_cchild::before {
    width: 15px;
    height: 15px;
  }
  .shop .bapf_body .checked label::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    background-image: url(../../../images/checked.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
  }
  .shop .bapf_cchild + ul label {
    color: #4F86CB;
  }
  .shop .irs-from,
  .shop .irs-to {
    font-size: 16px;
  }
  .shop .bapf_stylecolor ul {
    margin-left: -4px;
  }
  .shop .bapf_slidr_all {
    width: 100%;
  }
  .shop .bapf_clr_span {
    width: 30px !important;
    height: 30px !important;
    margin: 0px 6px;
  }
  .shop .bapf_stylecolor input:checked + label .bapf_clr_span::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .shop .woocommerce-ordering {
    text-align: right;
  }
  .shop__offcanvas {
    width: 80% !important;
  }
  .shop__woocommerce-result-count {
    margin-top: 5px;
    font-size: 12px;
  }
  .shop__result-wrapper {
    width: 50%;
  }
  .shop__filter-mobile {
    margin-right: 6px;
  }
}

/*# sourceMappingURL=shop.css.map */
