/**
Style 1: bc-atc-only-icon bc-qv-only-icon bc-al-bottom-v
Stype 2: bc-atc-only-icon bc-qv-only-icon bc-al-bottom-h
Style 3: bc-atc-only-icon bc-qv-only-icon bc-al-bottom-h-full
Style 4: bc-atc-icon-text bc-qv-only-icon bc-al-bottom-h-full
Style 5: bc-atc-only-icon bc-qv-only-icon bc-al-middle
Style 6: bc-atc-only-text bc-qv-only-text bc-al-middle
**/
/* Style: 4, 6 */
/* Style: 1, 2, 5 */
:root {
  --bc-atc-btn-bg: rgba(255, 255, 255, 1);
  --bc-atc-btn-color: rgba(61, 66, 70, 1);
  --bc-atc-btn-border: rgba(255, 255, 255, 1);
  --bc-atc-btn-bg-hover: rgba(61, 66, 70, 1);
  --bc-atc-btn-color-hover: rgba(255, 255, 255, 1);
  --bc-atc-btn-border-hover: rgba(61, 66, 70, 1);
  --bc-qv-btn-bg: rgba(255, 255, 255, 1);
  --bc-qv-btn-color: rgba(61, 66, 70, 1);
  --bc-qv-btn-border: rgba(255, 255, 255, 1);
  --bc-qv-btn-bg-hover: rgba(61, 66, 70, 1);
  --bc-qv-btn-color-hover: rgba(255, 255, 255, 1);
  --bc-qv-btn-border-hover: rgba(61, 66, 70, 1);
}

.boost-pfs-filter-product-item {
  font-family: 'Work Sans', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.bc-sf-filter-product-item * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bc-sf-filter-product-item a {
  text-decoration: none;
}

.bc-sf-filter-product-item .bc-sf-filter-product-item-image {
  position: relative;
  margin-bottom: 15px;
}

.boost-pfs-filter-product-item .boost-pfs-filter-product-item-image img {
  max-width: 100%;
  height: auto;
  display: inherit;
}

.bc-sf-filter-product-item .bc-sf-filter-product-item-label {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  margin: 0 10px;
  letter-spacing: 0;
}

.bc-sf-filter-product-item .bc-sf-filter-product-item-label .bc-sf-filter-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 10px;
  left: auto;
  border: 1px solid transparent;
  vertical-align: top;
  line-height: 16px;
  display: inline-block;
  margin-left: 5px;
}

.bc-sf-filter-product-item .bc-sf-filter-product-item-label .bc-sf-filter-label.sale {
  background: #fff;
  color: #e95144;
  border-color: #e95144;
}

.bc-sf-filter-product-item .bc-sf-filter-product-bottom .bc-sf-filter-product-item-title {
  font-size: 14px;
  font-weight: 700;
  color: #788188;
  text-transform: capitalize;
  border-bottom: none !important;
  margin: 20px 0 5px;
}

.bc-sf-filter-product-item .bc-sf-filter-product-bottom .bc-sf-filter-product-item-vendor {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  font-weight: 700;
  margin: 2px 0 5px;
}

.bc-sf-filter-product-item .bc-sf-filter-product-bottom .bc-sf-filter-product-item-price {
  font-size: 14px;
  font-weight: 700;
  color: #999;
  padding-bottom: 10px;
}

.bc-sf-filter-product-item .bc-sf-filter-product-bottom .bc-sf-filter-product-item-price s {
  color: #777;
}

.bc-sf-filter-product-item
  .bc-sf-filter-product-bottom
  .bc-sf-filter-product-item-price
  .bc-sf-filter-product-item-sale-price {
  color: #f25c54;
}

.bc-sf-filter-product-item .boost-pfs-action-list-wrapper {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.boost-pfs-addtocart-btn {
  height: 34px;
  line-height: 32px;
  padding: 0;
  display: inline-block;
  font-size: 1.4rem;
  background: var(--bc-atc-btn-bg);
  color: var(--bc-atc-btn-color);
  border: 1px solid var(--bc-atc-btn-border);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.boost-pfs-addtocart-btn svg {
  fill: var(--bc-atc-btn-color);
}

.bc-addtocart-btn span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-align: center;
}

.boost-pfs-addtocart-btn:hover {
  background: var(--bc-atc-btn-bg-hover);
  color: var(--bc-atc-btn-color-hover);
  border-color: var(--bc-atc-btn-border-hover);
}

.boost-pfs-addtocart-btn:hover svg {
  fill: var(--bc-atc-btn-color-hover);
}

.boost-pfs-quickview-btn {
  background: var(--bc-qv-btn-bg);
  color: var(--bc-qv-btn-color);
  border: 1px solid var(--bc-qv-btn-border);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.boost-pfs-quickview-btn svg {
  fill: var(--bc-qv-btn-color);
}

.boost-pfs-quickview-btn:hover {
  background: var(--bc-qv-btn-bg-hover);
  color: var(--bc-qv-btn-color-hover);
  border-color: var(--bc-qv-btn-border-hover);
}

.boost-pfs-quickview-btn:hover svg {
  fill: var(--bc-qv-btn-color-hover);
}

.bc-qv-only-icon .boost-pfs-quickview-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
}

.bc-qv-only-icon .boost-pfs-quickview-btn span {
  display: block;
  width: 100% !important;
  height: 100%;
  font-size: 0;
  text-align: center;
}

.bc-qv-only-icon .bc-quickview-btn span:before {
  display: block;
  font-family: 'boost-pfs-filter-ico' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e910';
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.bc-atc-icon-text .bc-addtocart-btn span:before,
.bc-atc-only-icon .bc-addtocart-btn span:before {
  display: inline-block;
  font-family: 'boost-pfs-filter-ico' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e911';
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  vertical-align: top;
}

.bc-atc-icon-text .bc-addtocart-btn span:before {
  margin-right: 10px;
}

.bc-atc-only-icon .bc-addtocart-btn span {
  font-size: 0;
}

.boost-pfs-action-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.boost-pfs-action-list-wrapper > a {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.bc-al-bottom-h-full.bc-atc-icon-text.bc-qv-only-icon .bc-quickview-btn-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.bc-al-bottom-h-full.bc-atc-only-icon.bc-qv-only-icon .bc-quickview-btn {
  width: 100%;
}

.bc-al-bottom-h-full.bc-atc-only-icon.bc-qv-only-icon .bc-quickview-btn,
.bc-al-bottom-h-full.bc-atc-only-icon.bc-qv-only-icon .bc-addtocart-btn {
  height: 40px;
}

.bc-al-bottom-h-full.bc-atc-only-icon.bc-qv-only-icon .bc-quickview-btn span:before,
.bc-al-bottom-h-full.bc-atc-only-icon.bc-qv-only-icon .bc-addtocart-btn span:before {
  line-height: 38px;
}

.bc-al-bottom-h-full.bc-atc-only-icon.bc-qv-only-icon .boost-pfs-action-list-wrapper:before {
  content: '';
  position: absolute;
  left: 50%;
  left: calc(50% - 1px);
  top: 5px;
  background-color: rgba(34, 34, 34, 0.9);
  width: 1px;
  height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bc-al-bottom-h-full .boost-pfs-action-list-wrapper {
  bottom: -20px;
  opacity: 0;
  -webkit-animation: bc-al-bottom-h-full 7s ease-out infinite;
  animation: bc-al-bottom-h-full 7s ease-out infinite;
}

.bc-al-bottom-h-full .boost-pfs-action-list-wrapper .bc-addtocart-btn {
  width: 100%;
}

.bc-al-bottom-h .boost-pfs-filter-product-item-image:before,
.bc-al-bottom-v .boost-pfs-filter-product-item-image:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-animation: bc-al-bg 7s ease-out infinite;
  animation: bc-al-bg 7s ease-out infinite;
}

.bc-al-bottom-v .boost-pfs-action-list-wrapper {
  text-align: right;
  padding-right: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  bottom: 10px;
  left: auto !important;
  right: -20px;
  opacity: 0;
  -webkit-animation: bc-al-bottom-v 7s ease-out infinite;
  animation: bc-al-bottom-v 7s ease-out infinite;
}

.bc-al-bottom-v .boost-pfs-action-list-wrapper > a {
  margin-top: 5px;
}

.bc-al-bottom-v .boost-pfs-action-list-wrapper .bc-addtocart-btn,
.bc-al-bottom-v .boost-pfs-action-list-wrapper .bc-quickview-btn {
  width: 40px;
  height: 40px;
}

.bc-al-bottom-v .boost-pfs-action-list-wrapper .bc-addtocart-btn span:before,
.bc-al-bottom-v .boost-pfs-action-list-wrapper .bc-quickview-btn span:before {
  line-height: 38px;
}

.bc-al-bottom-h .bc-sf-filter-product-item-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-animation: bc-al-bg 7s ease-out infinite;
  animation: bc-al-bg 7s ease-out infinite;
}

.bc-al-bottom-h .boost-pfs-action-list-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  left: auto;
  right: -20px;
  opacity: 0;
  -webkit-animation: bc-al-bottom-v 7s ease-out infinite;
  animation: bc-al-bottom-v 7s ease-out infinite;
}

.bc-al-bottom-h .boost-pfs-action-list-wrapper > a {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.bc-al-bottom-h .boost-pfs-action-list-wrapper .bc-quickview-btn,
.bc-al-bottom-h .boost-pfs-action-list-wrapper .bc-addtocart-btn {
  width: 45px;
  height: 45px;
}

.bc-al-bottom-h .boost-pfs-action-list-wrapper .bc-quickview-btn span:before,
.bc-al-bottom-h .boost-pfs-action-list-wrapper .bc-addtocart-btn span:before {
  line-height: 43px;
}

.bc-al-middle .bc-sf-filter-product-item-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-animation: bc-al-bg 7s ease-out infinite;
  animation: bc-al-bg 7s ease-out infinite;
}

.bc-al-middle .boost-pfs-action-list-wrapper {
  bottom: 50%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  opacity: 0;
  -webkit-animation: bc-al-middle 7s ease-out infinite;
  animation: bc-al-middle 7s ease-out infinite;
}

.bc-al-middle .boost-pfs-action-list-wrapper > a {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 5px;
}

.bc-al-middle.bc-atc-only-icon.bc-qv-only-icon .bc-addtocart-btn,
.bc-al-middle.bc-atc-only-icon.bc-qv-only-icon .bc-quickview-btn {
  width: 40px;
  height: 40px;
  border-radius: 50em;
}

.bc-al-middle.bc-atc-only-icon.bc-qv-only-icon .bc-addtocart-btn span:before,
.bc-al-middle.bc-atc-only-icon.bc-qv-only-icon .bc-quickview-btn span:before {
  line-height: 38px;
}

.bc-al-middle.bc-atc-only-text.bc-qv-only-text .boost-pfs-action-list-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-transform: translateY(70%);
  -ms-transform: translateY(70%);
  transform: translateY(70%);
  -webkit-animation: bc-al-middle-text 7s ease-out infinite;
  animation: bc-al-middle-text 7s ease-out infinite;
}

.bc-al-middle.bc-atc-only-text.bc-qv-only-text .bc-addtocart-btn,
.bc-al-middle.bc-atc-only-text.bc-qv-only-text .bc-quickview-btn {
  line-height: 32px;
  padding: 0 15px;
  height: 34px;
  display: inline-block;
  border-radius: 50em;
}

.boost-pfs-action-list-enabled:hover .boost-pfs-action-list-wrapper {
  opacity: 0;
}

.boost-pfs-qv-wrapper {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.bc-al-style2 .boost-pfs-action-list-wrapper {
  bottom: 0;
}

.bc-al-style3 .boost-pfs-qv-wrapper {
  -webkit-box-flex: 1 !important;
  -ms-flex: auto !important;
  flex: auto !important;
}

.bc-al-style3 .boost-pfs-qv-wrapper .boost-pfs-quickview-btn {
  width: 100%;
}

.bc-al-style3.boost-pfs-hide-divider .boost-pfs-action-list-wrapper:before {
  width: 0 !important;
}

.bc-al-style4.boost-pfs-hide-divider .boost-pfs-qv-wrapper,
.bc-al-style4.boost-pfs-hide-divider .boost-pfs-quickview-btn {
  width: 100% !important;
}

@-webkit-keyframes bc-al-bg {
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bc-al-bg {
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bc-al-bottom-v {
  20% {
    right: -20px;
    opacity: 0;
  }
  28% {
    right: 0;
    opacity: 1;
  }
  95% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 0;
  }
}

@keyframes bc-al-bottom-v {
  20% {
    right: -20px;
    opacity: 0;
  }
  28% {
    right: 0;
    opacity: 1;
  }
  95% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 0;
  }
}

@-webkit-keyframes bc-al-bottom-h-full {
  20% {
    bottom: -20px;
    opacity: 0;
  }
  28% {
    bottom: 0;
    opacity: 1;
  }
  95% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes bc-al-bottom-h-full {
  20% {
    bottom: -20px;
    opacity: 0;
  }
  28% {
    bottom: 0;
    opacity: 1;
  }
  95% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}

@-webkit-keyframes bc-al-middle {
  20% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  28% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}

@keyframes bc-al-middle {
  20% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  28% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}

@-webkit-keyframes bc-al-middle-text {
  20% {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    opacity: 0;
  }
  28% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}

@keyframes bc-al-middle-text {
  20% {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    opacity: 0;
  }
  28% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}

.default-layout-settings .boost-pfs-filter-product-item {
  max-width: 240px;
}

.default-layout-settings .boost-pfs-action-list-enabled {
  padding-left: 0 !important;
}
