.instagram-feed .swiper-slide {
  text-align: center;
}

.instagram-feed .swiper-slide .img-wrap {
  background-color: #aaa;
  height: 100%;
  display: inline-block;
  position: relative;
}

.instagram-feed .img-wrap {
  max-width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(81 75 75 / 20%);
}

.instagram-feed .img-wrap img {
  height: auto;
  max-width: 100%;
  z-index: 3;
  position: relative;
}

.instagram-feed .swiper-slide img {
  display: block;
  margin: 0 auto;
}

.isfs-swiper-preloader {
  align-items: center;
  background: #aaa;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.instagram-feed .swiper-lazy-preloader {
  border: none;
  border-radius: 0;
  height: 32px;
  margin-left: 0;
  margin-top: 0;
  position: static;
  width: 32px;
}

.isfs-grid {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, auto);
  /* display: flex; */
  /* flex-wrap: wrap; */
}

.isfs-grid-cell {
  place-self: center;
  padding: 50%;
  position: relative;
}

.instagram-feed {
  background: #fff;
  border: none;
  box-shadow: none;
  clear: both;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 20px;
  position: relative;
  margin-bottom: 1.6rem;
}

.instagram-feed .instahead {
  align-items: center;
  display: flex;
  margin: 0 0 15px;
  vertical-align: middle;
}

.isfs-header-wrap {
  align-items: center;
  display: flex;
  flex: 1;
}

.instagram-feed .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-right: auto;
}

.instagram-feed .title .instagram-username {
  color: #777;
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
}

.isfs-filter {
  flex: auto;
  font-size: 12px;
  list-style: none;
  margin: 0px auto 5px;
  padding: 0;
  text-align: center;
}

.isfs-filter li {
  display: inline-block;
  margin: 0 1px 0 0;
}

.isfs-filter-tag {
  color: #003569;
}

.instagram-feed .instagram-follow {
  align-items: center;
  display: flex;
  height: 30px;
  margin-left: auto;
}

.instagram-feed .instagram-follow:link,
.instagram-feed .instagram-follow:visited,
.instagram-feed .instagram-follow:hover,
.instagram-feed .instagram-follow:focus,
.instagram-feed .instagram-follow:active,
#header .instagram-feed .instagram-follow:link,
#header .instagram-feed .instagram-follow:visited,
#header .instagram-feed .instagram-follow:hover,
#header .instagram-feed .instagram-follow:focus,
#header .instagram-feed .instagram-follow:active {
  background: linear-gradient(225deg, #b900b4 0%, #f50000 100%);
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  justify-items: center;
  padding: 5px 10px;
  text-align: center;
}

.instagram-feed .instagram-follow span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 5px;
  text-align: center;
  width: auto;
}

.instagram-feed .swiper-pagination {
  margin: 5px auto;
  position: relative;
}

.instagram-feed .swiper-pagination-bullet {
  margin-right: 5px;
}

.instagram-feed .buttons span {
  align-items: center;
  background: #3897f0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  margin: 3px;
  width: 30px;
}

.instagram-feed .buttons span:hover {
  background: linear-gradient(225deg, #b900b4 0%, #f50000 100%);
}

.instagram-feed .buttons svg {
  height: auto;
  width: 11px;
}

.instagram-feed .buttons .button-next {
  margin: 0;
}

.instagram-feed .mask {
  background: rgba(0, 0, 0, .2);2); */
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.instagram-feed .mask:hover {
  opacity: 1;
}

.instagram-feed .mask .icons {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .5);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  left: 0;
  padding: 5px 9px;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 1;
}

.instagram-feed .mask .icons span {
  align-items: center;
  display: flex;
  font-size: 12px;
  margin-left: 0;
  margin-right: 8px;
}

.instagram-feed .mask .icons svg {
  margin-right: 3px;
  width: 14px;
}

.instagram-feed .mask .icons .instagram-link {
  flex: 2;
  margin-right: 0;
  text-align: right;
}

.instagram-feed .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.isfs-button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.isfs-animation-wrapper {
  position: relative;
  z-index: 1000;
}

.isfs-back {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
}

.isfs-navigation-wrap {
  margin: 0 40px;
  width: 100%;
  max-width: 945px;
}

.isfs-mobile-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 935px;
  position: relative;
  width: 100%;
}

.isfs-modal-embedded-wrap,
.isfs-modal-custom-wrap {
  background: #fff;
  display: flex;
  font: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 18px;
  margin: auto;
  max-height: 600px;
  max-width: 935px;
  height: 600px;
  min-height: 450px;
  position: relative;
  text-align: center;
  width: 100%;
}

.isfs-modal-custom-wrap {
  background-color: rgb(200 200 200);
  margin: auto;
}

.isfs-modal-embedded-wrap {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  max-height: 80%;
  min-width: 500px;
  overflow: auto;
  width: auto;
}

.isfs-modal-embedded-wrap:before,
.isfs-modal-custom-wrap:before {
  background: #fff;
  content: '';
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.isfs-modal-embedded-wrap:after,
.isfs-modal-custom-wrap:after {
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.isfs-prev-post,
.isfs-next-post {
  fill: #9a9a9a;
  margin-top: -32px;
  position: absolute;
  top: 50%;
  outline: none!important;
}

.isfs-prev-post svg,
.isfs-next-post svg {
  height: 40px;
  width: 40px;
  outline: none;
}

.isfs-prev-post {
  left: -40px;
}

.isfs-next-post {
  right: -40px;
}

.isfs-image-wrap {
  background-color: #aaa;
  display: flex;
  height: auto;
  max-width: 600px;
  position: relative;
}

.isfs-has-tags .isfs-image-wrap:before {
  background-image: url("../img/cart.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  bottom: 15px;
  content: '';
  height: 30px;
  left: 15px;
  position: absolute;
  width: 30px;
  z-index: 2;
}

.isfs-loading {
  align-items: center;
  background: none;
  justify-content: center;
}

.isfs-loading.isfs-image-wrap,
.isfs-loading .isfs-image-data,
.isfs-loading .isfs-product-tag {
  display: none;
}

.isfs-preloader {
  height: 32px;
  width: 32px;
}

@-webkit-keyframes isfs-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes isfs-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.isfs-loading .isfs-preloader svg {
  -webkit-animation: isfs-spinner 1.2s steps(12) infinite;
  animation: isfs-spinner 1.2s steps(12) infinite;
}

.isfs-image-preloader {
  align-items: center;
  display: flex;
  height: 600px;
  justify-content: center;
  width: 600px;
}

.isfs-image {
  align-content: center;
  align-items: center;
  align-self: center;
  background: rgb(200 200 200);
  display: flex;
  height: inherit;
  justify-content: center;
  margin: auto;
  max-width: 600px;
  width: 100%;
  z-index: 1;
}

.isfs-image-data {
  background: #fff;
  border-left: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  max-width: 640px;
  width: 335px;
}

.isfs-close {
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 5px;
  top: 5px;
}

.isfs-close svg {
  fill: #fff;
  height: 36px;
  width: 36px;
}

.isfs-column-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 14px;
  height: 100%;
  margin-left: 0;
  overflow: hidden;
  text-align: left;
}

.isfs-header {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 23px;
}

.isfs-logo img {
  border-radius: 16px;
  height: 32px;
  vertical-align: middle;
  width: 32px;
}

.isfs-title {
  align-items: center;
  display: flex;
  padding: 14px 16px;
}

.isfs-title.isfs-nospacing {
  padding-bottom: 0;
}

.isfs-title .isfs-logo {
  width: 32px;
}

.isfs-heading {
  /* margin-left: 16px; */
}

.isfs-username,
.isfs-caption-username {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 4px;
  text-align: left;
}

.isfs-subscribers {
  color: #262626;
  font-size: 12px;
}

.isfs-more-link {
  color: #003569;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 8px 16px 48px;
}

.isfs-icons {
  border-top: 1px solid #efefef;
  display: flex;
  margin-bottom: 10px;
  margin-top: auto;
  order: 1;
  padding: 4px 16px 0;
}

.isfs-icons a {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0;
  width: 40px;
}

.isfs-icons svg {
  height: 24px;
  width: 24px;
}

.isfs-icon-like {
  margin-right: 20px;
}

.isfs-icons .isfs-icon-like {
  margin-left: -8px;
}

.isfs-icons .isfs-icon-save {
  margin-left: auto;
  margin-right: -8px;
}

.isfs-likes {
  font-weight: bold;
  order: 1;
  padding: 0 16px 8px;
}

.isfs-post-content {
  flex-grow: 1;
  overflow-y: auto;
}

.isfs-caption {
  display: flex;
  flex-direction: row;
  flex-wrap: initial;
  margin-top: 0;
  order: 0;
  padding: 0 16px 16px 16px;
  position: relative;
  word-break: break-word;
}

.isfs-caption .isfs-logo {
  /* padding-right: 16px; */
  width: 32px;
}

.isfs-caption-content {
  align-items: center;
  flex: 1;
}

.isfs-caption a {
  color: #003569;
}

.isfs-age {
  color: #999;
  display: block;
  font-size: 12px;
  margin: 0 0 16px;
  padding-left: 48px;
}

.isfs-post-date {
  color: #999;
  font-size: 10px;
  letter-spacing: .2px;
  order: 2;
  padding: 0 16px 8px;
  text-transform: uppercase;
}

.isfs-products li {
  align-items: center;
  border: 1px solid #ddd;
  display: flex;
  margin: 10px;
  padding: 10px;
  transition: background-color .3s linear;
}

.isfs-products li:hover,
.isfs-products .isfs-active-product {
  background-color: #f5f5f5;
}

.isfs-products a {
  flex-shrink: 0;
  height: 50px;
  width: 50px;
}

.isfs-product-info {
  margin: 0 8px;
}

.isfs-product-list-name {
  font-size: inherit;
  margin-bottom: 4px;
}

.isfs-products form {
  margin-left: auto;
}

.isfs-add-product.btn-primary .material-icons {
  margin: 0;
}

.isfs-comments {
  height: auto;
  margin-top: 7px;
  padding-left: 64px;
}

.isfs-comments li {
  margin-bottom: 16px;
}

.isfs-comments li:last-child {
  margin-bottom: 0;
}

.isfs-commenter-username {
  font-weight: bold;
  margin-right: 4px;
}

.isfs-comment-stats {
  color: #999;
  font-size: 12px;
  margin-top: 16px;
}

.isfs-comment-stats span {
  margin-right: 16px;
}

.isfs-comment-stats span:last-child {
  margin-right: 0;
}

.isfs-comment-reply {
  font-size: 12px;
}

.isfs-comment-reply a:link,
.isfs-comment-reply a:visited,
.isfs-comment-reply a:hover,
.isfs-comment-reply a:focus,
.isfs-comment-reply a:active {
  color: #999;
}

.isfs-add-comment {
  align-items: center;
  border-top: 1px solid #f0f0f0;
  display: flex;
  height: 55px;
  justify-content: space-between;
  padding: 0 16px;
}

.isfs-label {
  color: #999;
  font-size: 14px;
}

.isfs-icon svg {
  height: 24px;
  vertical-align: bottom;
  width: 24px;
}

.isfs-product-tag,
.isfs-tag-placeholder {
  align-items: center;
  background: #000;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  height: 20px;
  justify-content: center;
  position: absolute;
  width: 20px;
  z-index: 1;
}

.isfs-has-tags .mask:before {
  background-image: url("../img/cart.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.isfs-tooltip {
  background: rgba(43, 41, 41, .9);
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  left: -63px;
  line-height: 1;
  padding: 10px 8px 6px 8px;
  position: absolute;
  top: 35px;
  white-space: normal;
  width: 146px;
  z-index: 100;
}

.isfs-tooltip-noprice {
  display: block;
}

.isfs-tooltip .tooltip-1 {
  left: 62px;
  overflow: visible!important;
  position: absolute;
  top: -11px;
  z-index: 999999999;
}

.isfs-tooltip p {
  color: #fff;
  margin: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .25px;
  font-family: "FreightSansProMedium-Regular", "FreightSans Pro", sans-serif;
  font-weight: 500;
}

.isfs-tooltip-noprice p {
  text-align: center;
}

.isfs-tooltip .isfs-product-price {
  align-items: center;
  color: #707071;
  display: inline-flex;
  font-family: "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 12px;
  letter-spacing: .1px;
  padding-left: 10px;
  padding-top: 1px;
}

.isfs-tooltip .tooltip-2 {
  position: relative;
}

.isfs-tag-dialog {
  background: #fff;
  box-shadow: 2px 2px 8px #dddddd73;
  height: auto;
  margin-left: 30px;
  margin-top: -50px;
  padding: 15px 0px 20px 20px;
  position: absolute;
  width: 440px;
  z-index: 10;
}

.isfs-tag-dialog p {
  font-size: 12px;
  margin-bottom: 8px;
  text-align: left;
}

.isfs-edit-tag-dialog {
  margin-top: -70px;
  padding-right: 20px;
}

.isfs-shift-below {
  margin-top: 0;
}

.isfs-shift-above {
  margin-top: -200px;
}

.isfs-shift-left {
  margin-left: -330px;
}

.ui-widget {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0;
}

.ui-widget .isfs-product-search {
  border-radius: 0;
  border: 1px solid #efefef;
  flex: 0 75%;
  font-size: 12px;
  margin: 0 5px 0 0;
  padding: 10px;
  width: auto;
}

.isfs-edit-tag-dialog .isfs-product-search {
  flex: initial;
  width: 100%;
}

 .ui-front.ui-autocomplete {
  border-radius: 0;
  border: 0;
  box-shadow: 2px 2px 10px rgba(0,0,0,.3);
  font-size: 12px;
  max-width: 395px;
  padding: 5px;
  z-index: 1000;
}

.ui-menu .ui-menu-item {
  border: 0;
  list-style: none;
}

.ui-menu .ui-menu-item:hover {
  background: transparent;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: 400;
  margin: 0;
}

.ui-widget-content .ui-menu-item a {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 8px;
}

.ui-widget-content .ui-menu-item:hover a {
  background: #3897ef;
  color: #fff;
}

.isfs-button-container {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.isfs-action-button {
  background: #3897f0;
  border-radius: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  flex: 0 20%;
  font-size: 12px!important;
  margin: 0;
  padding: 8px 12px;
}

.isfs-button-container .isfs-action-button {
  flex: initial;
}

.isfs-close-dialog {
  position: absolute;
  right: 6px;
  top: 6px;
}

.isfs-close-dialog svg {
  height: 16px;
  width: 16px;
}

img {
  height: auto;
  max-width: 100%;
  width: auto;
}

/* Sidebar */

.instagram-feed.displayleftcolumn .instahead {
  flex-direction: column;
}

.instagram-feed.displayleftcolumn .isfs-header-wrap {
  flex-direction: column;
  flex-wrap: wrap;
}

.instagram-feed.displayleftcolumn .isfs-filter {
  padding-top: 8px;
  text-align: left;
}

.instagram-feed.displayleftcolumn .instagram-follow {
  margin: 8px 0 0;
  order: 1;
  width: 100%;
}

.instagram-feed.displayleftcolumn .buttons {
  position: absolute;
  right: 20px;
  top: 20px;
}

.instagram-feed.displayleftcolumn .buttons span {
  height: 26px;
  width: 26px;
}

.instagram-feed.displayleftcolumn .swiper-pagination {
  line-height: 2px;
}

.instagram-feed.displayleftcolumn .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets:before {
  background: #ccc;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 14px;
  z-index: -1;
}

.instagram-feed.displayleftcolumn .swiper-pagination-bullet {
  background: #ccc;
  border-radius: 0!important;
  height: 2px;
  margin: 0!important;
  margin-right: 5px;
  opacity: 1;
  width: 11px;
}

.instagram-feed.displayleftcolumn .swiper-pagination-bullet-active {
  background: #007aff!important;
}

.isfs-hidden,
.isfs-hidden.isfs-back,
.isfs-hidden.buttons,
.instagram-feed .mask .icons.isfs-hidden {
  display: none;
}

@media (min-width: 736px) and (max-width: 1024px) {
  .isfs-modal-custom-wrap {
    background: #000;
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 40px;
    max-width: 100%;
    position: relative;
    width: 100%;
  }

  .isfs-modal-custom-wrap:before {
    background: #000;
  }

  .isfs-image {
    flex: 1 0;
    height: auto;
    margin: 0;
    max-width: 100%;
    width: auto;
  }

  .isfs-image-data {
    border: none;
    bottom: 0;
    min-width: 334px;
    right: 0;
    top: 0;
    width: 334px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .isfs-back {
    padding: 0;
  }

  .instagram-feed .instahead {
    align-content: center;
    align-items: start;
    display: flex;
    justify-content: center;
    justify-items: center;
  }

  .isfs-header-wrap {
    flex: none;
    flex-direction: column;
  }

  .instagram-feed .title {
    text-align: left;
  }

  .isfs-filter {
    margin: 0 0 6px;
    text-align: left;
  }

  .instagram-feed .instagram-follow {
    margin: auto;
    text-align: center;
  }

  .instagram-feed .buttons {
    margin-left: auto;
  }
}

@media (min-width: 1px) and (max-width: 735px) {
  .isfs-mobile-wrap {
    background: #fff;
  }

  .isfs-modal-embedded .isfs-mobile-wrap {
    max-width: 100%;
    position: relative;
    width: auto;
  }

  .isfs-modal-embedded .isfs-close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
  }

  .isfs-modal-embedded .isfs-close svg {
    fill: #555;
  }

  .isfs-modal-embedded-wrap {
    max-height: none;
    max-width: 100%;
    min-width: 0;
  }

  .isfs-modal-custom-wrap {
    border: none;
    bottom: auto;
    flex-direction: column;
    margin: auto;
    max-height: none;
    max-width: 282px;
    min-height: auto;
  }

  .isfs-image-wrap {
    background-color: #fff;
  }

  .isfs-header {
    border: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
  }

  .isfs-image {
    margin-top: 60px;
    padding: 0;
    width: 100%;
  }

  .isfs-image-data {
    border: 0;
    margin: 4px auto 0;
    max-width: none;
    width: 100%;
  }

  .isfs-caption {
    padding: 0 16px;
  }

  .isfs-column-wrapper {
    border: 0;
    margin: auto;
    width: 100%;
  }

  .isfs-post-content,
  .isfs-add-comment {
    display: none;
  }

  .isfs-icons {
    border: 0;
    margin: 0;
  }

  .isfs-icons .isfs-icon-like {
    margin-left: -8px;
  }

  /* New style */

  .instagram-feed {
    background: #fff;
    border: 0;
    box-shadow: none;
  }

  .instagram-feed .instahead {
    flex-wrap: wrap;
  }

  .isfs-header-wrap {
    flex: none;
    flex-direction: column;
  }

  .instagram-feed .title {
    display: flex;
    flex-direction: column;
    flex: 100%;
    margin-bottom: 0;
    width: 100%;
  }

  .isfs-filter {
    margin: 0 0 6px;
    text-align: left;
  }

  .instagram-follow {
    margin-right: auto;
  }

  .instagram-feed .instagram-follow:link,
  .instagram-feed .instagram-follow:visited,
  .instagram-feed .instagram-follow:hover,
  .instagram-feed .instagram-follow:focus,
  .instagram-feed .instagram-follow:active {
    justify-content: left;
    margin: 0;
    text-align: left;
    width: auto;
  }

  .instagram-feed .instagram-follow:link svg {
    width: 12px;
  }

  .instagram-feed .buttons {
    display: flex;
    margin-left: auto;
  }

  .instagram-feed .buttons span,
  .instagram-feed .buttons span:hover {
    background: none;
    border: 1px solid #3897f0;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
  }

  .instagram-feed .buttons polygon {
    fill: #3897f0;
  }
}

@media (min-width: 380px) and (max-width: 480px) {
  .instagram-feed .instahead {
    align-items: start;
  }
}

@media (max-width: 480px) {
    .isfs-navigation-wrap {
      margin: 0;
    }

    .isfs-mobile-wrap {
      width: 100%;
    }

    .isfs-header {
      border-bottom: 0;
    }

    .isfs-close svg {
      display: none;
    }
}

@media (max-width: 379px) {
  .isfs-column-wrapper,
  .isfs-add-comment {
    border: none;
    margin: auto;
  }

  .isfs-grid {
    display: grid;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .instahead {
    flex-direction: column;
  }

  .instahead .title, .isfs-filter {
    text-align: center;
  }

  .instagram-feed .buttons {
    margin: 10px 0 0 0;
  }
}

/* Placeholder */
.modal-custom {
    display: block;
    width: 100%;
    /*width: 346px;
    height: 346px;
*/
    cursor: pointer;
  }

.img-wrap:after {
    content: "";
    -webkit-animation: ssc-loading 1.3s infinite;
    animation: ssc-loading 1.3s infinite;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    z-index: 2;
}

@-webkit-keyframes ssc-loading {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes ssc-loading {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* New style */
.instagram-feed .mask:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .7s opacity;
    -o-transition: .7s opacity;
    transition: .7s opacity;
    opacity: 0.2;
    background-color: #000;
}

.isfs-grid-cell:hover .mask:before {
    opacity: .6;
}

.isfs-post:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMDAzNTIgMy45NTcwM0M1Ljc2NzU4IDMuOTU3MDMgMy45NjQwNiA1Ljc2MDU1IDMuOTY0MDYgNy45OTY0OEMzLjk2NDA2IDEwLjIzMjQgNS43Njc1OCAxMi4wMzU5IDguMDAzNTIgMTIuMDM1OUMxMC4yMzk1IDEyLjAzNTkgMTIuMDQzIDEwLjIzMjQgMTIuMDQzIDcuOTk2NDhDMTIuMDQzIDUuNzYwNTUgMTAuMjM5NSAzLjk1NzAzIDguMDAzNTIgMy45NTcwM1pNOC4wMDM1MiAxMC42MjI3QzYuNTU4NTkgMTAuNjIyNyA1LjM3NzM0IDkuNDQ0OTIgNS4zNzczNCA3Ljk5NjQ4QzUuMzc3MzQgNi41NDgwNSA2LjU1NTA4IDUuMzcwMzEgOC4wMDM1MiA1LjM3MDMxQzkuNDUxOTUgNS4zNzAzMSAxMC42Mjk3IDYuNTQ4MDUgMTAuNjI5NyA3Ljk5NjQ4QzEwLjYyOTcgOS40NDQ5MiA5LjQ0ODQ0IDEwLjYyMjcgOC4wMDM1MiAxMC42MjI3Wk0xMy4xNTA0IDMuNzkxOEMxMy4xNTA0IDQuMzE1NjMgMTIuNzI4NSA0LjczMzk4IDEyLjIwODIgNC43MzM5OEMxMS42ODQ0IDQuNzMzOTggMTEuMjY2IDQuMzEyMTEgMTEuMjY2IDMuNzkxOEMxMS4yNjYgMy4yNzE0OCAxMS42ODc5IDIuODQ5NjEgMTIuMjA4MiAyLjg0OTYxQzEyLjcyODUgMi44NDk2MSAxMy4xNTA0IDMuMjcxNDggMTMuMTUwNCAzLjc5MThaTTE1LjgyNTggNC43NDgwNUMxNS43NjYgMy40ODU5NCAxNS40Nzc3IDIuMzY3OTcgMTQuNTUzMSAxLjQ0Njg4QzEzLjYzMiAwLjUyNTc4MSAxMi41MTQxIDAuMjM3NSAxMS4yNTIgMC4xNzQyMTlDOS45NTExNyAwLjEwMDM5MSA2LjA1MjM0IDAuMTAwMzkxIDQuNzUxNTYgMC4xNzQyMTlDMy40OTI5NyAwLjIzMzk4NSAyLjM3NSAwLjUyMjI2NiAxLjQ1MDM5IDEuNDQzMzZDMC41MjU3ODEgMi4zNjQ0NSAwLjI0MTAxNSAzLjQ4MjQyIDAuMTc3NzM0IDQuNzQ0NTNDMC4xMDM5MDYgNi4wNDUzMSAwLjEwMzkwNiA5Ljk0NDE0IDAuMTc3NzM0IDExLjI0NDlDMC4yMzc1IDEyLjUwNyAwLjUyNTc4MSAxMy42MjUgMS40NTAzOSAxNC41NDYxQzIuMzc1IDE1LjQ2NzIgMy40ODk0NSAxNS43NTU1IDQuNzUxNTYgMTUuODE4N0M2LjA1MjM0IDE1Ljg5MjYgOS45NTExNyAxNS44OTI2IDExLjI1MiAxNS44MTg3QzEyLjUxNDEgMTUuNzU5IDEzLjYzMiAxNS40NzA3IDE0LjU1MzEgMTQuNTQ2MUMxNS40NzQyIDEzLjYyNSAxNS43NjI1IDEyLjUwNyAxNS44MjU4IDExLjI0NDlDMTUuODk5NiA5Ljk0NDE0IDE1Ljg5OTYgNi4wNDg4MyAxNS44MjU4IDQuNzQ4MDVaTTE0LjE0NTMgMTIuNjQwNkMxMy44NzExIDEzLjMyOTcgMTMuMzQwMiAxMy44NjA1IDEyLjY0NzcgMTQuMTM4M0MxMS42MTA1IDE0LjU0OTYgOS4xNDk2MSAxNC40NTQ3IDguMDAzNTIgMTQuNDU0N0M2Ljg1NzQyIDE0LjQ1NDcgNC4zOTI5NyAxNC41NDYxIDMuMzU5MzcgMTQuMTM4M0MyLjY3MDMxIDEzLjg2NDEgMi4xMzk0NSAxMy4zMzMyIDEuODYxNzIgMTIuNjQwNkMxLjQ1MDM5IDExLjYwMzUgMS41NDUzMSA5LjE0MjU4IDEuNTQ1MzEgNy45OTY0OEMxLjU0NTMxIDYuODUwMzkgMS40NTM5MSA0LjM4NTk0IDEuODYxNzIgMy4zNTIzNEMyLjEzNTk0IDIuNjYzMjggMi42NjY4IDIuMTMyNDIgMy4zNTkzNyAxLjg1NDY5QzQuMzk2NDggMS40NDMzNiA2Ljg1NzQyIDEuNTM4MjggOC4wMDM1MiAxLjUzODI4QzkuMTQ5NjEgMS41MzgyOCAxMS42MTQxIDEuNDQ2ODggMTIuNjQ3NyAxLjg1NDY5QzEzLjMzNjcgMi4xMjg5MSAxMy44Njc2IDIuNjU5NzcgMTQuMTQ1MyAzLjM1MjM0QzE0LjU1NjYgNC4zODk0NSAxNC40NjE3IDYuODUwMzkgMTQuNDYxNyA3Ljk5NjQ4QzE0LjQ2MTcgOS4xNDI1OCAxNC41NTY2IDExLjYwNyAxNC4xNDUzIDEyLjY0MDZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(10);
    -o-transform: translate(-50%, -50%) scale(10);
    transform: translate(-50%, -50%) scale(10);
    -webkit-transition: .7s transform, .7s opacity;
    -o-transition: .7s transform, .7s opacity;
    transition: .7s transform, .7s opacity;
    z-index: 4;
}

.isfs-post:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .7s opacity;
    -o-transition: .7s opacity;
    transition: .7s opacity;
    opacity: 0;
    background-color: #000;
}

.isfs-grid-cell:hover .isfs-post:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(3);
    -o-transform: translate(-50%, -50%) scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.isfs-loading {
    background: rgb(200 200 200);
}

.swiper-wrapper {
    height: 100% !important;
}