.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 0;
}
 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {  
  background-color: var( --colorOrange);
  border-radius: 100px;
}
.swiper-pagination .swiper-pagination-bullet{
  width: 15px;
  height: 15px;  
  background-color: #E4E4E4;
  opacity: 1;
}
 .swiper-button-prev {
  /*left: -20px;*/
  left: 0;
}
 .swiper-button-next {
  /*right: -20px;*/
  right: 0;
}
 .swiper-button-prev{
  background: url(../assets/material/round_arrow_left_white.svg);
  border-radius: 100px;
  background-size: 100%;
}
 .swiper-button-next{
  background: url(../assets/material/round_arrow_right_white.svg);
  border-radius: 100px;
  background-size: 100%;
}
 .swiper-button-prev,  .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var( --colorOrange);
  color: white;  
}
 .swiper-button-prev::after,  .swiper-button-next::after {
  transform: scale(0.7);
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #E4E4E4;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 37px;
  height: 15px;
  background-color: var( --colorOrange);
  border-radius: var(--roundCornerBig);
}
 .swiper-button-next:after{
  content: '';
}
.swiper-container  .swiper-button-prev:after {
  content: '';
}
.mfo-swiper-wrapper {
  width: 100%;
  overflow: hidden;
}

.mfo-swiper-wrapper .swiper-container {
  position: relative;
  width: 100%;
}

.mfo-swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

.mfo-swiper-wrapper .swiper-slide a {
  width: 100%;
  display: flex;
}

.mfo-swiper-wrapper .swiper-slide picture,
.mfo-swiper-wrapper .swiper-slide img {
  width: 100%;
  display: flex;
}

.mfo-swiper-wrapper .swiper-pagination {
  bottom: 0;
  position: relative;
  padding-top: 20px;
}

.mfo-swiper-wrapper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #E4E4E4;
  border-radius: var(--roundCornerBig);
  margin: 0 8.5px;
  transition: all .3s ease-in-out;
  opacity: 1;
}

.mfo-swiper-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 37px;
  background-color: var( --colorOrange);
}






@media (max-width: 1440px) {
   .swiper-button-prev,  .swiper-button-next{
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1024px) {
  .mfo-swiper-wrapper .swiper-pagination{
    bottom: 0;
    padding-top: 15px;
  }
  .mfo-swiper-wrapper .swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;    
  }
  .mfo-swiper-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*owen 2023_0818 手機版dot大小應該要同商品列表頁呈現 */
     width: 37px !important;
     height: 10px !important;
   }
}
/*owen 2023_0818 手機版dot大小應該要同商品列表頁呈現 start*/
@media (max-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 30px !important;
  }
  .mfo-swiper-wrapper .swiper-pagination{
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
  }
  
}
/*owen 2023_0818 手機版dot大小應該要同商品列表頁呈現 end*/
@media (max-width: 767px) {
  .mfo-swiper-wrapper .swiper-pagination {
    /*bottom: 10px;*/
  }
  .mfo-swiper-wrapper .swiper-pagination-bullet{
    width: 6px !important;
    height: 6px !important;
    margin: 0 3.5px;
  }
  .mfo-swiper-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*owen 2023_0818 手機版dot大小應該要同商品列表頁呈現 */
     width: 16px !important;
     height: 6px !important;
   }
}
