.content_sortPagiBar{
	.styled-select{
		outline: none;
		display: inline-block;
		vertical-align:top;
		top:auto;
		margin:0;
		&:not(.mobile){
			ul{
				border:none;
			}
		}
	}
	.styled-select,.option {
		border: none;
		line-height:1.8;
 	}
	.selected_name{
		border-bottom: 1px solid;
	}
}
.productsSortForm {
	display: inline-block;
	vertical-align: top;
	padding-right:0;
	@media (min-width: $screen-md) {
		float:left;
	}
	select {
		float: left;
	}
	.selector {
		float: left;
	}
	.styled-select{
		@media screen and (max-width: $screen-xs){
			max-width: 150px;
		}
	}
}
.nbrItemPage{
	.styled-select{
		ul{
			left: auto;
			right: 0;
		}
	}
}