/*===================================
=            Bootstrap 3 Media Queries             =
====================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media (min-width : 320px) {}
/* Extra Small Devices, Phones */
@media (min-width : 480px) {}
/* Small Devices, Tablets */
@media (min-width : 768px) {}
/* Medium Devices, Desktops */
@media (min-width : 992px) {}
/* Large Devices, Wide Screens */
@media (min-width : 1200px) {}

/*===================================
=            Bootstrap 4 Media Queries             =
====================================*/
/*==========  Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media (max-width : 1200px) {}
/* Medium Devices, Desktops */
@media (max-width : 992px) {
	#keyword {
		height: 45px;
	}
	#select-listtype {
		height: 45px;
	}
	.bootstrap-select .dropdown-toggle {
		height: 45px;
		padding: 10px;
	}
	.btn-submit-search {
		height: 45px;
	}
	.box-input-price .input-filter {
		height: 45px;
	}
	.input-group.input-filter .dropdown-filter-box {
	  left: -195px !important;
	  z-index: 3;
	  width: 345px !important;
	  padding: 1rem;
	  background: white;
	}
	.plistfav-item-text-title {
	  font-size: 18px;
	}
}
/* Small Devices, Tablets */
@media (max-width : 768px) {}
/* Extra Small Devices, Phones */
@media (max-width : 480px) {}
/* Custom, iPhone Retina */
@media (max-width : 320px) {}
