.content-category{
  padding: 10px;
}

.text-title {
    font-family: CormorantGaramond-Regular;
    color: #BAA58D;
    font-size: 38px;
    line-height: 37px;
    letter-spacing: -0.1px;
}

@media screen and (max-width: 600px) {
  .text-title {
    font-size: 25px;
  }
}

section.collection .slider .uk-card img.card-img-header{
  height: 280px;
  object-fit: contain;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}
section.collection .section-cta{
  margin-top: 15px;
}
section.collection .uk-position-center-left-out{
  margin-right: 20px;
}
section.collection .uk-position-center-right-out{
  margin-left: 20px;
}
.slider .card-item{
  /* width: 300px !important; */
  height: auto;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%) !important;
}
.slider .card-item-body{
  padding: 5px 0px !important;
}
.slider .card-item-body .icon-details{
  height: 85px;
}
.slider .card-item-body .icon-details .section-item span{
  font-family: "Gothambook"; /* Lato */
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9f8b84;

}
.slider .card-decaration{
  text-align: center;
  background-color: #F6F7F9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.slider .card-imagen img{
  width: 100%;
  height: 225px;
  object-fit: cover !important;
}
.slider .icon-details{
  width: 100%;
  align-items: center;
}
.slider .card-title{
  font-family: "CheddarJack";
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #BAA58D !important;
}
.slider .card-subtile{
  font-family: "Gothambook"; /*Lato*/
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: center;
  color: #6E6865;
}
.slider .card-price{
  margin-bottom: 15px;
  font-family: "Gothambook"; /*Lato*/
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #6E6865;
}
.cta-discover, .cta-discover:hover, .cta-discover:focus{
  background-color: #BAA58D;
  font-family: "Gothambook";
  font-size: 13px;
  font-weight: bold;
  color: #F6F7F9;
  padding: 1rem 2rem;
  border-radius: 5px;
  user-select: none;
  vertical-align: top;
  white-space: nowrap;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  transition: all 150ms;
}
.cta-discover-all{
  font-family: "Gothambook"; /*Lato*/
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #BAA58D;
}

.category-cards{
  display: flex;
  justify-content: center;
}
.content-category .category-cards{
  margin-bottom: 69px;
}
.content-category .card-item img.card-img-header{
  height: 250px;
}
.content-category .card-item{
  width: 100%;
}
.card-item .card-imagen.position-relative {
  position: relative;
}
.card-item .card-imagen .position-icons-inside-image {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.card-item .card-imagen .position-icons-inside-image .icons-inside-image {
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../images/assets/icon/2-Icono-corazon-blanco-10.png");
}
.card-item .card-imagen .position-icons-inside-image .icons-inside-image.active {
  background-image: url("../../images/assets/icon/2-Icono-corazon.png");
}
.compare-text-link{
  font-family: Gotham-Book;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #BAA58D;
  text-transform: uppercase;
}

.icon-favorite-inside-image {
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../images/assets/icon/2-Icono-corazon-blanco-10.png");
}
.icon-favorite-inside-image.active {
  background-image: url("../../images/assets/icon/likevilla2.png");
}

#modal-share .modalshare-title{
  font-size: 25px ;
  color: #BAA58D;
  font-family: CormorantGaramond-Regular;
}
#modal-share .modalshare-subtitle{
  font-size: 14px;
  color: #6E6865;
  font-family: "Gothambook";
  background-image: url("../../images/assets/icon/2-Icono-corazon.png");
}
