@charset "UTF-8";
.widget-container .media-grid {
  margin-bottom: 20px;
}
.widget-container .media-image-carousel-wrapper .carousel-navigation {
  box-shadow: none;
  border-radius: 100%;
  line-height: 16px;
  font-size: 16px;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .widget-container .media-image-carousel-wrapper .carousel-navigation {
    line-height: 16px;
    font-size: 16px;
    height: 16px;
    width: 16px;
  }
}
.widget-container .media-image-carousel-wrapper .carousel-navigation i {
  font-size: 18px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .widget-container .media-image-carousel-wrapper .carousel-navigation i {
    line-height: 16px;
    font-size: 16px;
    height: 16px;
    width: 16px;
  }
}
.widget-container .media-image-carousel-wrapper .carousel-navigation .fa-chevron-circle-right {
  box-shadow: none;
  line-height: 16px;
  font-size: 28px;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.widget-container .media-image-carousel-wrapper .carousel-navigation .fa-chevron-circle-right:before {
  content: "　";
  background-image: url(https://mensleather.itembox.design/item/assets/images/snapwidget/chevron-forward-circle-sharp.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
  display: block;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .widget-container .media-image-carousel-wrapper .carousel-navigation .fa-chevron-circle-right:before {
    background-size: 13px auto;
  }
}
.widget-container .media-image-carousel-wrapper .carousel-navigation .fa-chevron-circle-left {
  box-shadow: none;
  line-height: 16px;
  font-size: 28px;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.widget-container .media-image-carousel-wrapper .carousel-navigation .fa-chevron-circle-left:before {
  content: "　";
  background-image: url(https://mensleather.itembox.design/item/assets/images/snapwidget/chevron-back-circle-sharp.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
  display: block;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .widget-container .media-image-carousel-wrapper .carousel-navigation .fa-chevron-circle-left:before {
    background-size: 13px auto;
  }
}
.widget-container .embed-pagination ul li a {
  font-size: 15px;
}
.widget-container .embed-pagination ul li.prev a i:before {
  color: #777;
  content: "　";
  background-image: url(https://mensleather.itembox.design/item/assets/images/snapwidget/chevron-back-sharp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 90%;
}
.widget-container .embed-pagination ul li.next a i:before {
  color: #777;
  content: "　";
  background-image: url(https://mensleather.itembox.design/item/assets/images/snapwidget/chevron-forward-sharp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 90%;
}

@media screen and (max-width: 767px) {
  #sw-lightbox-overlay #sw-close-light {
    transform: scale(0.75);
    top: 15px;
    right: 12px;
  }
}
#sw-lightbox-overlay #sw-lightbox-carousel-navigation-left {
  background: url(https://mensleather.itembox.design/item/assets/images/snapwidget/chevron-back-circle-sharp.svg) no-repeat;
  background-position: 50% 50%;
  background-size: 88%;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  #sw-lightbox-overlay #sw-lightbox-carousel-navigation-left {
    background-size: 70%;
  }
}
#sw-lightbox-overlay #sw-lightbox-carousel-navigation-right {
  background: url(https://mensleather.itembox.design/item/assets/images/snapwidget/chevron-forward-circle-sharp.svg) no-repeat;
  background-position: 50% 50%;
  background-size: 88%;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  #sw-lightbox-overlay #sw-lightbox-carousel-navigation-right {
    background-size: 70%;
  }
}
#sw-lightbox-overlay #sw-image-top-container .sw-image-caption {
  font-size: 14px;
}
#sw-lightbox-overlay #sw-image-source {
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#sw-lightbox-overlay #sw-image-caption-short {
  font-size: 12px;
}
/*# sourceMappingURL=snapwidget.css.map */