.xs-listing-right{
	max-width:80%;
}
body{
		font-family:"Segoe UI", Arial, sans-serif;
	}
.bilasolur-lable{
			color: #2d2a2a;
			font-size: 16px;
			font-weight: 600;
		}
.ext-modframleidandi,.flokkur{
		height: 37px;
		padding: 0 15px !important;
		margin-top: 6%;
		width:100%;
		border: 1px solid;
		}
.location-label{
			position: absolute;
			margin-left: 17px;
		}	
.clear-data,.serarch-data{
		padding: 12px 20px;
		font-size: 13px;
		line-height: 18px;
		background-color: #f57b20;
		color: white;
		position: relative;
		display: inline-block;
		outline: 0;
		border-width: 0;
		border-style: solid;
		border-color: transparent;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		vertical-align: middle;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		text-shadow: none;
		letter-spacing: .3px;
		font-weight: 600;
		cursor: pointer;
		-webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow .25s ease;
		transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow .25s ease;
		transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
		transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease,-webkit-box-shadow .25s ease
		}	
	input {
		  box-shadow: 0;
		  outline: 0;
		}
		.model-slider {
		 
		  margin: auto;
		  padding-top: 6%;
		  position: relative;
		  height: auto;
		}
		.price-slider {
		 
		  margin: auto;
		  padding-top: 6%;
		  position: relative;
		  height: 4em;
		}
		.model-slider svg,
		.model-slider input[type=range] {
		  position: absolute;
		  left: 0;
		  bottom: 0;
		}
		.price-slider svg,
		.price-slider input[type=range] {
		  position: absolute;
		  left: 0;
		  bottom: 0;
		}
		.bilasolur_text_field {
		  border: 1px solid #ddd;
		  text-align: center;
		  font-size: 0.9em;
		  height: 40px;
		  -moz-appearance: textfield;
		}input[type=number] {
		  border: 1px solid #ddd;
		  text-align: center;
		  font-size: 0.9em;
		  height: 40px;
		  -moz-appearance: textfield;
		}
		input[type=number]::-webkit-outer-spin-button,
		input[type=number]::-webkit-inner-spin-button {
		  -webkit-appearance: none;
		}
		input[type=number]:invalid,
		input[type=number]:out-of-range {
		  border: 2px solid #e60023;
		}
		input[type=range] {
		  -webkit-appearance: none;
		  width: 100%;
		}
		input[type=range]:focus {
		  outline: none;
		}
		input[type=range]:focus::-webkit-slider-runnable-track {
		  background: #f57b20;
		}
		input[type=range]:focus::-ms-fill-lower {
		  background: #f57b20;
		}
		input[type=range]:focus::-ms-fill-upper {
		  background: #f57b20;
		}
		input[type=range]::-webkit-slider-runnable-track {
		  width: 100%;
		  height: 5px;
		  cursor: pointer;
		  animate: 0.2s;
		  background: #f57b20;
		  border-radius: 1px;
		  box-shadow: none;
		  border: 0;
		}
		input[type=range]::-webkit-slider-thumb {
		  z-index: 2;
		  position: relative;
		  box-shadow: 0px 0px 0px #000;
		  border: 1px solid #f57b20;
		  height: 18px;
		  width: 18px;
		  border-radius: 25px;
		  background: #a1d0ff;
		  cursor: pointer;
		  -webkit-appearance: none;
		  margin-top: -7px;
		}
		input[type=range]::-moz-range-track {
		  width: 100%;
		  height: 5px;
		  cursor: pointer;
		  animate: 0.2s;
		  background: #f57b20;
		  border-radius: 1px;
		  box-shadow: none;
		  border: 0;
		}
		input[type=range]::-moz-range-thumb {
		  z-index: 2;
		  position: relative;
		  box-shadow: 0px 0px 0px #000;
		  border: 1px solid #f57b20;
		  height: 18px;
		  width: 18px;
		  border-radius: 25px;
		  background: #a1d0ff;
		  cursor: pointer;
		}
		input[type=range]::-ms-track {
		  width: 100%;
		  height: 5px;
		  cursor: pointer;
		  animate: 0.2s;
		  background: transparent;
		  border-color: transparent;
		  color: transparent;
		}
		input[type=range]::-ms-fill-lower,
		input[type=range]::-ms-fill-upper {
		  background: #f57b20;
		  border-radius: 1px;
		  box-shadow: none;
		  border: 0;
		}
		input[type=range]::-ms-thumb {
		  z-index: 2;
		  position: relative;
		  box-shadow: 0px 0px 0px #000;
		  border: 1px solid #f57b20;
		  height: 18px;
		  width: 18px;
		  border-radius: 25px;
		  background: #a1d0ff;
		  cursor: pointer;
		}
		.bilasolur-listing-hr{
			border:none !important;
			border-top:2px solid #f5f5f5 !important;
			width:100%;
		}
		.bilasolur-listing-h2{
			font-size:18px;
			font-weight:600;
			line-height:23px;
			color:black;
			text-align: center;
		}
		.bilasolur-padding-left{
			padding-left: 6px;
		}	
		.bilasolur-listing-span-joining{
			font-size:14px;
			color:#888888 !important;
			font-weight:400;
			padding-right:6%;
			margin-top: 2px;
			margin-bottom: 2px;
			width:auto;
			margin:0px
		}	
		.bilasolur-listing-price{
			color:#f57b20;
			font-size:15px;
			font-weight:600;
			text-align: center;
			padding: 0px;
			margin: 0px;
		}
		.ui-widget-header{
			background: #f57b20;
		}
		.ui-widget,.ui-widget-content{
			border:1px !important;
		}	
		.ui-slider-horizontal .ui-slider-range{
			top: 2px;
			height: 56%;
		}
		.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
			background:#e4ae86;
			border-radius: 11px;
		}
		.ui-widget-content{
			border:1px !important;
			background: #f57b20;
		}
	.bilasolur-listing-price{
			color:#f57b20;
			font-size:15px;
			font-weight:600;
			text-align: center;
			padding: 0px;
			margin: 0px;
			clear:both
		}
	@media only screen and (max-width: 767px){
	  .xs-listing-left{
			 max-width: 100%;
			 display:block;
	   }
		 .xs-listing-right {
			 max-width: 100%;
			
		 }
	 .xs-thumbnails-listing .xs-single-thumbnail-lisiting{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 22.5%;
		flex: 0 0 42.5%;
		max-width: 42.5%;
		padding: 5px 8px;
	 }
	}
	.xs-thumbnails-listing .xs-single-thumbnail-lisiting{
		flex: 0 0 24.5%;
		max-width: 24.5%;
	}
	@media only screen and (max-width: 767px){
		.bilasolur-listing-h2{
			font-size:14px;
		}
		.xs-thumbnails-listing .xs-single-thumbnail-lisiting{
			flex: 0 0 49.5%;
			max-width: 49.5%;
		}
	}
	.balisour-price-heading{
		font-size:16px;
		font-weight:600;
		color:#2d2a2a
	}
	
	#max-amount-value{
		width:40%;
		display:none
	}	
	#min-amount-value{
		width:40%;
		display:none
	}
	#max-amount-value-temp{
		width:37%;
		height: 40px;
	}
	#min-amount-value-temp{
		width:37%;
		height: 40px;
		float:right
	}
	#max-model-value{
		width:37%;
		height: 40px;
	}
	#min-model-value{
		width:37%;
		height: 40px;
		float:right
	}
	#location,#location2{
		float:left;
	}
	.balisour-button{
		margin-top: 3px;
	}
	.details_click{
		text-decoration:none !important;
	}
	.balisour-icon-width{
		width:15px;
	}


.entry-content p.bilasolur-listing-price {
	margin: 0px;
}

/* 051223  */
div.bilasolur-listing-span-joining{
	text-align: center;
}

.xs-product-right-header h2.product-title {
	margin-bottom: 0px!important;
}
