body {
  margin: 0;
}

#cofftos-items {
  font-size: 10pt;
  position: relative;
  color: #999999;
  scroll-behavior: smooth;
}
#cofftos-items a {
  text-decoration: none;
}
#cofftos-items .item {
  width: 100%;
  height: 100%;
}
#cofftos-items .item .item-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 30px 20px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  #cofftos-items .item .item-container {
    margin: 0 auto;
    padding: 10px;
  }
  #cofftos-items .item .item-container .title {
    font-size: 0.8em;
  }
}
#cofftos-items .item .item-container:hover .title h5 {
  color: #54260f;
}
#cofftos-items .item .item-container .image-container {
  overflow: hidden;
  line-height: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  padding-top: 100%;
}
#cofftos-items .item .item-container .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  transition: all 0.5s ease;
}
#cofftos-items .item .item-container .image-container:hover img {
  transform: scale(1.1);
}
#cofftos-items .item .item-container .title {
  margin-top: 10px;
  text-align: center;
  padding: 20px 0;
  transition: all 0.3s ease-out 0s;
}
#cofftos-items .item .item-container .title h5 {
  font-size: 1.2em;
  margin: 0;
  color: #999999;
  font-weight: normal;
}
@media only screen and (max-width: 550px) {
  #cofftos-items .item .item-container .title h5 {
    font-size: 1.5em;
  }
}
#cofftos-items .owl-carousel {
  position: relative;
}
#cofftos-items .owl-nav button {
  outline: 0;
  transform: scale(0);
  font-size: 3em;
  transition: all 0.3s ease;
}
@media (max-width: 992.98px) {
  #cofftos-items .owl-nav button {
    transform: scale(1) !important;
  }
}
#cofftos-items .owl-nav .owl-prev, #cofftos-items .owl-nav .owl-next {
  position: absolute;
  top: 30%;
}
#cofftos-items .owl-nav .owl-prev {
  right: -20px;
}
#cofftos-items .owl-nav .owl-next {
  left: -20px;
}
@media (min-width: 993px) {
  #cofftos-items:hover .owl-nav button {
    transform: scale(1);
  }
}/*# sourceMappingURL=items.css.map */