.custom-select {
  	position: relative;
  	display: inline-block;
  	vertical-align: middle;
  	width: 100%;
}
.custom-select-ic-sayfa{
	border: 1px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.custom-select-detay-sayfa{
	border: 1px solid #dddddd;
	width:100%;
	max-width:110px;
	min-width: 92px;
}
.custom-select:before,
.custom-select:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.custom-select:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3B3A39;
  position: absolute;
  right: 15px;
  top: 18px;
}
.custom-select:before {
  width: 30px;
  right: 3px;
  top: 1px;
  bottom: 1px;
  background-color: #ffffff;
}
.custom-select select {
  background-color: #ffffff;
  width: 100%;
  cursor: pointer;
  padding: 10px 13px 11px;
  height: 41px;
  border: 0;
  margin: 0;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.custom-select select::-ms-expand {
  display: none;
}
.custom-select select:focus {
  outline-color: #4892B6;
}
@media only screen and (max-width : 425px) 
{
.custom-select-detay-sayfa{
	margin:10px 0 0;
	max-width: 110px;
}
}