.long-description .card-header {
  height: 70px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #4E5C6E;
}
.long-description .card-body {
  padding: 1.25rem;
}
.long-description .card-footer {
  height: 50px;
  padding: 0;
  text-align: center;
  border-top: 0;
  line-height: 47px;
}
.long-description .card-footer:hover {
  cursor: pointer;
}
.long-description .card-footer > div {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  color: #4E5C6E;
  border: none;
}
.gallery__categories {
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  margin-bottom: 0.625rem;
}
.gallery__categories__item {
  display: flex;
  align-items: center;
  text-align: center;
  height: 40px;
  margin-left: 1.25rem;
  padding: 0 0.625rem;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 3px 4.75px 0.25px rgba(24, 23, 24, 0.03);
  color: #2F3742;
}
.gallery__categories__item:hover {
  box-shadow: 0 0 10px rgba(24, 23, 24, 0.2);
  color: inherit;
  cursor: pointer;
}
.gallery__categories__item--active {
  background-color: #FF725E;
  color: #fff;
}
.gallery__categories__item--active:hover {
  box-shadow: 0 3px 4.75px 0.25px rgba(24, 23, 24, 0.03);
  color: white;
  cursor: auto;
}
.gallery__categories__item i {
  margin-left: 0.3125rem;
}
.gallery__slides {
  display: flex;
  justify-content: space-between;
  height: calc(100vh - 300px);
}
.gallery__slides__preview {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.gallery__slides__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}
.gallery__slides__thumbnails-scroll {
  flex-wrap: wrap;
  display: flex;
  align-content: flex-start;
  width: 650px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
}
.gallery__slides__thumbnails-scroll li {
  margin: 0 0 1.25rem 1.25rem;
}
.gallery__slides__thumbnails-scroll li a img {
  height: 80px;
  width: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.gallery__slides__thumbnails-scroll .load-more button {
  background-color: #FF725E;
  color: white;
}
