.pc-widget-list .pc-list .pc-wc-product a,
.pc-widget-carousel-swiper .pc-list .pc-wc-product a {
  text-decoration: none;
}
.pc-widget-list .pc-list .pc-wc-product .pc-image-container,
.pc-widget-list .pc-list .pc-wc-product .pc-image-container a,
.pc-widget-carousel-swiper .pc-list .pc-wc-product .pc-image-container,
.pc-widget-carousel-swiper .pc-list .pc-wc-product .pc-image-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.pc-widget-list .pc-list .pc-wc-product .pc-info .pc-button,
.pc-widget-carousel-swiper .pc-list .pc-wc-product .pc-info .pc-button {
  display: inline-block;
}
.pc-widget-list .swiper-pagination,
.pc-widget-carousel-swiper .swiper-pagination {
  position: relative !important;
}
.pc-widget-list .swiper-pagination .swiper-pagination-bullet,
.pc-widget-carousel-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
}
.pc-widget-list.format-list .pc-list,
.pc-widget-carousel-swiper.format-list .pc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pc-widget-list.format-list .pc-list .pc-wc-product,
.pc-widget-carousel-swiper.format-list .pc-list .pc-wc-product {
  width: 100%;
}

.pc-widget-carousel-swiper .pc-carousel-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pc-widget-carousel-swiper .pc-carousel-navigation .pc-nav-button.pc-button-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.pc-widget-carousel-swiper .pc-carousel-navigation .pc-nav-button:not(.swiper-button-disabled) {
  cursor: pointer;
}
.pc-widget-carousel-swiper .pc-carousel-navigation .pc-nav-button.swiper-button-disabled {
  opacity: 0.5;
}

/**
* Tabbed version
*/
.pc-tabbed-products .pc-tabs-titles {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pc-tabbed-products .pc-tabs-titles:not(.pc-active) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc-tabbed-products .pc-tabs-titles .pc-tab {
  cursor: pointer;
  white-space: nowrap;
}
.pc-tabbed-products .pc-tab-content:not(.pc-active) {
  display: none;
}

@media only screen and (min-width: 580px) {
  .pc-widget-list.format-list .pc-list .pc-wc-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /**
  * Tabbed version
  */
  .pc-tabbed-products .pc-tabs-titles {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 579px) {
  /**
  * Tabbed version
  */
  .pc-tabbed-products .pc-tabs-titles {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
  }
}