

/* Start:/bitrix/templates/whatasoft_pawn_default_s1/components/whatasoft/pawn.items.skeleton/catalog_section/style.css?17469922751870*/
@-webkit-keyframes sk-anim {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}

@keyframes sk-anim {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}

.catalog .item.skeleton::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  -webkit-animation: skAnimation 0.8s linear infinite;
  animation: sk-anim 0.8s linear infinite;
  content: " ";
  pointer-events: none;
}

.catalog .skeleton .sk-small {
  width: 40%;
}
.catalog .skeleton .sk-medium {
  width: 70%;
}
.catalog .skeleton .sk-full {
  width: 100%;
}

.catalog .skeleton .picture {
  background-color: #ced4da;
}

.catalog .skeleton .title p {
  background-color: #ced4da;
  margin-bottom: 4px;
  line-height: normal;
}

.catalog .skeleton .availability {
  width: 30%;
  background-color: #ced4da;
}

.catalog .skeleton .features li {
  background-color: #ced4da;
}

.catalog .skeleton .price-block .price {
  background-color: #ced4da;
}

.catalog.grid .skeleton .features li {
  line-height: normal;
}
.catalog.grid .skeleton .price-block .price {
  line-height: normal;
  margin-bottom: 4px;
}

.catalog.list .skeleton .features li {
  line-height: normal;
}
.catalog.list .skeleton .price-block .price {
  line-height: normal;
}

.catalog.list2 .skeleton .features li {
  line-height: normal;
}
.catalog.list2 .skeleton .features li:after {
  content: '';
}
.catalog.list2 .skeleton .price-block .price {
  line-height: normal;
}
.catalog.list2 .skeleton .availability {
  width: 100%;
}
/* End */
/* /bitrix/templates/whatasoft_pawn_default_s1/components/whatasoft/pawn.items.skeleton/catalog_section/style.css?17469922751870 */
