/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.sw19 {
  margin: 5px 5px 0.62rem 5px;
  box-shadow: 0px 0px 10px 0px rgba(107, 121, 124, 0.2);
  background: #fff;
}
.sw19 .gc-view-icons .list-inline {
  margin-bottom: 0px;
}
.sw19 .gc-view-icons .list-inline-item {
  margin-right: 0px;
  margin-bottom: 4px;
}
.sw19 .btn-fav i {
  color: #1e3d59 !important;
}
.sw19 .fa-heart {
  font-size: 20px;
}
.sw19 .star-ratings .far, .sw19 .star-ratings .fas {
  font-size: 20px;
}
.sw19 .star-ratings .caption {
  display: none;
}
.sw19 .star-ratings .rated-users {
  font-size: 80%;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: left;
}
.sw19 img {
  max-width: 100%;
  max-height: 18.75rem;
}
.sw19__content1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out 0.3s;
}
.sw19:hover .sw19__content1 {
  transform: translateY(0);
  opacity: 1;
}
.sw19:hover .sw19__content2 {
  transform: scale(1, 1);
}
.sw19__content2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 5px #e9ecef inset;
  padding: 22% 10%;
  transform: scale(0.4, 0.4);
  transition: all 0.35s ease-in-out 0.6s;
}
.sw19__title1 {
  font-size: 1.12rem;
  font-weight: bold;
  color: #1e3d59;
  text-transform: uppercase;
}
.sw19__title1:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 1px solid #1e3d59;
  margin: 0.62rem auto;
}
.sw19__description1 {
  font-size: 0.875rem;
  color: #1e3d59;
  line-height: 1.56rem;
}
.sw19__read1 {
  font-size: 0.875rem;
  color: #ff5e14;
  border: 1px solid #ff5e14;
  text-transform: capitalize;
  padding: 0.62rem 0.93rem;
  display: inline-block;
  border-radius: 1.25rem 0 1.25rem 0;
  transition: all 0.4s ease 0s;
}
.sw19__read1:hover {
  text-decoration: none;
  border-radius: 0 1.25rem 0 1.25rem;
}
.sw19__review {
  padding: 1.18rem 1.25rem 1.56rem;
  position: relative;
  z-index: 3;
}
.sw19__icons {
  width: 4.62rem;
  height: 4.62rem;
  border: 2px solid #eee;
  border-radius: 50%;
  position: absolute;
  top: -2.81rem;
  right: 0.62rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.sw19__icons img {
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  width: 5.62rem;
  height: 5.62rem;
}
.sw19__title a {
  font-size: 1rem;
  margin-top: 0.62rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #777777;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
}
.sw19__title a:hover {
  text-decoration: none;
  color: #515151;
}
.sw19__description {
  color: #777777;
  font-size: 0.93rem;
  line-height: 1.62rem;
  margin-bottom: 1.25rem;
}
.sw19__read {
  font-size: 0.812rem;
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
}
.sw19__read:hover {
  text-decoration: none;
}
.sw19__img {
  position: relative;
  overflow: hidden;
}
.sw19__price-detail {
  color: #777777;
  font-size: 0.93rem;
}
.sw19__price-detail .badge {
  color: #ff5e14;
  font-size: 0.93rem;
  background: #777777;
}
.sw19__title {
  margin: 0 0 5px 0;
}
.sw19__address-detail {
  font-family: system-ui, sans-serif;
  color: #777777;
  font-size: 0.875rem;
  margin-top: 0.93rem;
  line-height: 1.31em;
}
.sw19__carousel.owl-carousel .fa {
  display: none;
}
.gc-list-view .sw19 .gc-list-col-4 {
  padding: 0px;
}
.gc-list-view .sw19__icons {
  display: none;
}
@media screen and (max-width: 990px) {
  .sw19 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 360px) {
  .sw19__content2 {
    padding: 5% 5%;
  }
}
@media only screen and (width: 320px) {
  .sw19__content2 {
    padding: 5% 5%;
  }
  .sw19__title1 {
    font-size: 0.875rem;
  }
  .sw19__description1 {
    font-size: 0.687rem;
    line-height: 1rem;
    padding-bottom: 7px;
  }
  .sw19__read1 {
    padding: 8px 0.93rem;
    font-size: 0.62rem;
  }
}
