.property-values-container-float{ position:relative; top:0; left:0; width:100%; height:100%; padding:0; margin:0 0 2rem 0; }
.property-values-float{ position:relative; top:0; left:0; width:100%; }
.property-values-container{ position:relative; width:100%; height:100%; padding:0; }

@media screen and (min-width: 768px) {
	.property-values-float{ position:absolute; top:0; left:0; width:100%; }
}

.property-total-value *{ font-size:1.18rem; font-weight:700; }

.property-card-div{ display:block; margin:2rem 0; padding:0; height:1px; background-color:var(--inputColorBorder); }

.property-box{ margin:0; padding:1.5rem; background-color:var(--colorB); border-radius:var(--radiusMD); }
.property-info{ margin:0 0 1rem 0; padding:0 0 0 1.8rem; }
.property-info-icon{ position:absolute; top:0.1rem; left:0; width:1.3rem; height:1.2rem; display:inline-block; }
.property-info-icon .fas{ color:var(--primaryColor); }
.property-info-text{ display:inline-block; font-size:0.7rem; line-height:1.2rem; color:var(--color); font-weight:400; }
.property-info-text span{ display:none; }

.property-favorite{ padding:0 0 0 1.7rem; line-height:1.25; cursor:pointer; }
.property-favorite-icon{ position:absolute; top:0; left:0; width:1.25rem; height:1.25rem; z-index:2; background-repeat:no-repeat; background-position:center; background-size:contain; }
.property-favorite-icon{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.3671 3.84319C16.9415 3.41736 16.4361 3.07956 15.8799 2.84909C15.3237 2.61862 14.7275 2.5 14.1254 2.5C13.5234 2.5 12.9272 2.61862 12.371 2.84909C11.8147 3.07956 11.3094 3.41736 10.8838 3.84319L10.0004 4.72652L9.11709 3.84319C8.25735 2.98344 7.09129 2.50045 5.87542 2.50045C4.65956 2.50045 3.4935 2.98344 2.63376 3.84319C1.77401 4.70293 1.29102 5.86899 1.29102 7.08485C1.29102 8.30072 1.77401 9.46678 2.63376 10.3265L3.51709 11.2099L10.0004 17.6932L16.4838 11.2099L17.3671 10.3265C17.7929 9.90089 18.1307 9.39553 18.3612 8.83932C18.5917 8.2831 18.7103 7.68693 18.7103 7.08485C18.7103 6.48278 18.5917 5.88661 18.3612 5.33039C18.1307 4.77418 17.7929 4.26882 17.3671 3.84319V3.84319Z' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.property-favorite.active .property-favorite-icon{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.3671 3.84319C16.9415 3.41736 16.4361 3.07956 15.8799 2.84909C15.3237 2.61862 14.7275 2.5 14.1254 2.5C13.5234 2.5 12.9272 2.61862 12.371 2.84909C11.8147 3.07956 11.3094 3.41736 10.8838 3.84319L10.0004 4.72652L9.11709 3.84319C8.25735 2.98344 7.09129 2.50045 5.87542 2.50045C4.65956 2.50045 3.4935 2.98344 2.63376 3.84319C1.77401 4.70293 1.29102 5.86899 1.29102 7.08485C1.29102 8.30072 1.77401 9.46678 2.63376 10.3265L3.51709 11.2099L10.0004 17.6932L16.4838 11.2099L17.3671 10.3265C17.7929 9.90089 18.1307 9.39553 18.3612 8.83932C18.5917 8.2831 18.7103 7.68693 18.7103 7.08485C18.7103 6.48278 18.5917 5.88661 18.3612 5.33039C18.1307 4.77418 17.7929 4.26882 17.3671 3.84319V3.84319Z' stroke='%23FF3333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }