.wsCard {
  min-height: 485px;
  box-shadow: 0 0 2em -0.9em #000000;
}

.wsCard .wsCardItems_img {
  position: relative;
  height: 175px;
}

.wsCard .wsCardItems_img img {
  width: 100%;
  height: 100%;
}

.wsCard .wsCardItems_img .threeSixtyIcon {
  position: absolute;
  width: 105px;
  height: auto;
  top: 12px;
  left: 5px;
  z-index: 999;
  cursor: pointer;
}

.wsCard .wsCardItems_img .bgGradeList {
  position: absolute;
  width: 33%;
  height: 46%;
  right: 5%;
  bottom: 14%;
}

.wsCard .wsFilterSec_img_overlay {
  position: absolute;
  opacity: 0;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #000000;
  cursor: pointer;
}

.wsCard .wsFilterSec_img_overlay:hover {
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.wsCard .wsFilterSec_img_overlay:hover svg {
  font-size: 35px;
  position: absolute;
  top: 40%;
  left: 45%;
}

.wsCard .wsCardItems_desc {
  display: inline-block;
  margin-top: 1rem;
  width: 100%;
  text-transform: capitalize;
  min-height: 79px;
  white-space: normal;
  word-break: break-word;
  color: var(--red-color);
}

.wsCard .wsCardItems_loca {
  font-style: italic;
  text-decoration: none;
  color: #999;
  font-size: 11px;
}

.wsCard .wsCardItems_price {
  display: flex;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.wsCard .wsCardItems_price button {
  border: none;
  padding: 7px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

.wsCard .wsCardItems_price button:first-child {
  background-color: black;
  margin-right: 4px;
}

.wsCard .wsCardItems_price button:nth-child(2) {
  background-color: var(--red-color);
}

.wsCard .wsCardItems_details {
  text-align: center;
  font-size: 0.8rem;
  padding-bottom: 12px !important;
  color: #999;
}

.wsCard .wsCardItems_details .wsCardItems_details_top {
  gap: 0rem !important;
  padding-left: 0;
  justify-content: space-evenly;
  margin-bottom: 0;
  background-color: #f8f8f8;
}

.wsCard .wsCardItems_details .wsCardItems_details_top li {
  flex: 1;
  padding-bottom: 0.6rem;
}

.wsCard .wsCardItems_details .wsCardItems_details_top li:first-child {
  border-right: 1px solid #b9b9b9;
}

.wsCard .wsCardItems_details .wsCardItems_details_bottom {
  gap: 0rem !important;
  justify-content: space-evenly;
  padding: 0;
  flex: 1;
  background-color: #f8f8f8;
}

.wsCard .wsCardItems_details .wsCardItems_details_bottom li {
  flex: 1;
}

.wsCard .wsCardItems_details .wsCardItems_details_bottom li:first-child {
  border-right: 1px solid #b9b9b9;
}

.wsCard .wsCardItems_details .wsCardItems_details_values {
  font-weight: 700;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  padding: 0px 16px;
  text-overflow: ellipsis;
}

.wsCard .property {
  width: 88%;
  float: left;
  background: none repeat scroll 0 0 #f8f8f8;
  padding: 0px !important;
  margin: 0px 0px 0px 14px;
  color: #666666 !important;
}

.wsCard .property>span {
  border-right: 1px solid #efefef;
  display: block;
  float: left;
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  text-transform: none;
  width: 50%;
}

.wsCard .property>span strong {
  display: block;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 10px;
}

@media only screen and (max-width: 991px) {
  .wsCard .wsFilterSec_img_overlay {
    height: 100%;
  }

  .wsCard .wsCardItems_details .wsCardItems_details_top {
    flex-direction: row !important;
  }

  .wsCard .wsCardItems_details .wsCardItems_details_bottom {
    flex-direction: row !important;
  }
}

.customSoldimg {
  width: 90% !important;
  height: auto !important;
  position: absolute;
  top: 59%;
  left: 50%;
  padding: 0px;
  z-index: 999;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 767px) {
  .customSoldimg {
    top: 52%;
    padding: 20px;
  }
}

.featureItemCards .hcpo {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}

.featureItemCards .hotLabel {
  font-size: 11px;
  font-weight: 600;
  color: #b42318;
  padding: 5px 10px;
  border: 1px solid #fecdca;
  background: #fef3f2;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 6px;
  height: 21px;
}

.featureItemCards .imgLabel {
  font-size: 11px;
  background-color: #ffffff;
  color: #414651;
  font-weight: 500;
  padding: 2px 8px;
}

.itemCustomInnercard {
  box-shadow: none;
  border: 1px solid #d0d5dd;
  min-height: 445px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* margin-top: 50px; */
}

.secondaryBtnCustom {
  position: absolute !important;
  top: 141px !important;
  background: #FFF;
  left: 16px;
  padding: 2px 8px;
  border-radius: 0;
  z-index: 100;
  font-size: 11px;
  height: 21px;
}

.secondaryBtnCustom:hover,
.secondaryBtnCustom:active,
.secondaryBtnCustom:focus {
  background: #e4e4e4 !important;
}

.wsCardItems_desc_custom {
  display: inline-block;
  margin-top: 1rem;
  width: 100%;
  text-transform: capitalize;
  min-height: -moz-max-content;
  min-height: max-content;
  white-space: normal;
  word-break: break-word;
  color: #181D27;
  padding: 13px 14px;
  font-weight: 600;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0%;
}

.priceTagCustom {
  display: block;
  background: transparent;
  padding: 0 0 0 0px;
  font-size: 24px;
  font-weight: 700;
  color: #181d27;
  margin-bottom: 7px;
  text-align: start;
  margin-right: 0;
  border: 0;
}

.CardItemsCustom {
  color: #414651;
  font-size: 16px;
  text-align: start;
  margin-bottom: 14px;
  display: block !important;
  margin-left: 14px;
}

.ViewBtn {
  background: #e70033;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  display: block !important;
  width: 90%;
  margin: 0 auto;
}

.wsCardItems_desc_custom {
  display: flex;
  flex-direction: column;
  height: 160px;
  justify-content: space-between;
}

/*# sourceMappingURL=itemscards.module.css.map */