@import "mixins";

@include respond-to(phone){
	.aui{
		#property-shortlist-view #property-shortlist-view-t2{
			 .ps-button{
			 	font-size: 13px !important;
			 }
			 
			#send-to-friend-button:before{
				font-size: 25px !important;
			}
			 
		   #grid-view .grid-property{
				height: 408px;
				clear: both;
		  }
		}
		
		#property-shortlist #property-shortlist-t2 {
			#tooltip-add:before {
			    color: #bccc2b;
			    content: "B";
			    font-family: "propertyfonts";
			    font-size: 23px;
			    margin-right: 7px;
			}
		}
	}
}

@include respond-to(tablet){
	
	.aui{
		#property-shortlist #property-shortlist-t2{
			.ps-button{
				font-size: 13px !important;	
			}
			
			#tooltip-add:before{
				font-size: 25px !important;
			}
		}
		
		#property-shortlist-view #property-shortlist-view-t2{
			 .av-button{
			 	font-size: 11px;
			 }
			 
			 .av-button:before{
			 	font-size: 21px;
			 }
			 
			 .stf-button{
			 	font-size: 11px;
			 }
			 
			 .stf-button:before{
			 	font-size: 21px;
			 }
			 
			 #grid-view .grid-property{
				height: 332px;
				
				.details .grid-property-address{
					min-height: 65px;
				}
			}
		}
	}
}

@media (min-width: 979px) and (max-width: 1025px) {
	
	.aui #property-shortlist-view #property-shortlist-view-t2{
		  .av-button{
		  	font-size: 15px;
		  }
		  
		  .av-button:before{
		  	font-size: 27px;
		  }
		  
		  .stf-button{
		  	font-size: 15px;
		  }
		  
		  .stf-button:before{
		  	font-size: 27px;
		  }
	}
}