@charset "utf-8";

.border {
	border-color: #414042;
}

.type {
    color: #fff;
}

.type.type1 {
  background-color: #c86f6d;
}

.type.type2 {
  background-color: #336f6d;
}

.type.type3 {
  background-color: #efb21e;
}

.type.type4 {
  background-color: #7d6f9f;
}

.img-box {
  position: relative;
  height: auto;
}
.img-box:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.img-box > .img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.type {
  font-size: 80%;
  padding: 2px 4px;
  text-align: center;
}

.address {
  font-size: 110%;
}

.price {
  color: crimson;
  font-size: 2.6rem;
  font-weight: bold;
}

.pict {
  font-size: 80%;
  border: 1px solid #414042;
  width: 6em;
  padding: 2px 0;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 6px;
}

.new-mark {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: crimson;
  padding: 0.25em 0.5em;
}

.floating {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 2px;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 22;
	transition: 0.2s;
}
.floating.under.hide {
	bottom: -140px;
}
.floating a {
	color: #999;
	font-weight: bold;
}
.floating.under {
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(171, 154, 114, 0.5);
	-webkit-flex-direction: row;
	flex-direction: row;
	height: 140px;
	padding: 20px 0;
}
.floating.under .u-box {
	background-color: #fff;
	border: none;
	width: 150px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: bold;
	text-align: center;
}
.floating.under a:hover {
	text-decoration: none;
}
.floating.under .u-box .box-title {
	text-align: center;
	font-size: 18px;
}
.floating.under .u-box .box-num {
	color: #999;
	text-align: right;
	font-size: 18px;
	padding: 0 20px;
}
.floating.under .u-box .box-num .num {
	color: #ff6d60;
	font-size: 26px;
}

.floating.under .u-box.favorites {
	margin-right: 10px;
}
.floating.under .u-box.favorites .box-title {
	color: #f98b00;
}
.floating.under .u-box.recent {
	margin-left: 10px;
}
.floating.under .u-box.recent .box-title {
	color: #4cbecb;
}

.floating.under .close,
.floating.under .open {
	position: absolute;
	left: 2px;
	top: -2.5em;
	padding: 0.5em;
	background-color: rgba(171, 154, 114, 0.5);
	border-radius: 10px 10px 0px 0px;
	width: 6.5em;
	height: 2.5em;
	line-height: 2;
    opacity: 1;
    font-size: 1rem;
    font-weight: normal;
}
.floating.under .close:hover ,
.floating.under .open:hover {
	cursor: pointer;
    opacity: 1;
}

.floating.under .close.hide,
.floating.under .open.hide {
	display: none;
}

#search {
	position: fixed;
	left: 0;
	bottom: calc(-70% + 3rem);
	border: 1px solid #ab9a72;
	font-size: 0.9rem;
	background-color: #fff;
	z-index: 1;
	width: 100%;
	transition: 0.2s;
}
#search.up {
	bottom: 0;
}

#search .search-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 3rem;
	height: 3rem;
	line-height: 1;
	cursor: pointer;
	transition: 0.2s;
}
#search .search-icon:hover {
	opacity: 0.5;
}

#search input[type='checkbox'],
#search input[type='radio'] {
	transform: scale(1.5);
	margin-right: 0.3rem;
}

#search > .d-flex {
	max-height: 70vh;
}

#search > .d-flex > .search-input {
	overflow-y: auto;
	overflow-x: hidden;
}

#search > .d-flex > .search-input > .search-label + div {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
#search > .d-flex > .search-label + div {
	margin-top: 0;
}

#search .list-nav {
	transition: 0.2s;
	cursor: pointer;
}

#search .list-nav:hover {
	opacity: 0.5;
}

#search #application .sell-mail-icon {
	width: 22px;
}

#search #application .contact {
    padding: 0;
    line-height: 2.2;
    min-width: auto !important;
}

#search #application .contact .fas {
    font-size: 0.8rem !important;
}

#search .select-dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	transition: 0.2s;
	opacity: 0;
	padding: 3rem;
	z-index: 1;
}
#search .select-dialog.show {
	display: block;
	opacity: 1;
}

#search .select-dialog .select-dialog-close {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	color: #fff;
	border: 1.5px solid #fff;
	border-radius: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	transition: 0.2s;
}
#search .select-dialog .select-dialog-close:hover {
	opacity: 0.5;
}

#search .select-dialog .select-dialog-inner {
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: #fff;
}

#search .select-dialog .select-dialog-inner .form-check {
	padding-left: 2rem;
}

#search .select-dialog .select-dialog-inner .text-primary,
#search .it-wrap .text-primary {
	cursor: pointer;
	transition: 0.2s;
}
#search .select-dialog .select-dialog-inner .text-primary:hover,
#search .it-wrap .text-primary:hover {
	opacity: 0.5;
}

#search .select-dialog .select-dialog-inner .hide,
#search .it-wrap .hide {
	display: none !important;
}

@media (min-width: 576px) {
	.type,
	.pict {
		font-size: 1rem;
	}
	.address {
		font-size: 1.2rem;
	}

	#search {
		z-index: 1;
		max-width: 300px;
	}

}
