.toolbar select {
	padding: 15px;
	background-color: #e68b53;
	
}

.toolbar-custom {
	padding-left: 45px;
}

.shop-categoria .toolbar-custom {
	padding-left: 20px;
}

.shop-sottocategoria .toolbar-custom {
	padding-left: 20px;
}

.shop-sottocategoria .toolbar {
	float: left;
	width: 100%;
	display: block;
}

.shop-categoria .toolbar {
	float: left;
	width: 100%;
	display: block;
}


.shop-sottocategoria .toolbar .col-md-4 {
	width: 33.33%; float: left;
display: block;
padding: 5px;
}

.shop-categoria .toolbar .col-md-4 {
	width: 33.33%; float: left;
display: block;
padding: 5px;
}


.shop-sottocategoria .toolbar .toolbar-custom::after {
	right: 0;
}

.shop-categoria .toolbar .toolbar-custom::after {
	right: 0;
}

.shop-home .toolbar {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	display: flex;
}

.shop-home .toolbar-custom {
	padding-left: 0;
	padding-right: 10px;
}

.shop-home .toolbar .toolbar-custom::after {
	right: 20px;
}


.toolbar select:hover {
	background-color: #e68b53;
	border-color: #e68b53;
	color: #fff;
}

.toolbar select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding:4px 20px;
  color: #777776;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #777776;
}
.toolbar select option {
	background-color: #e68b53;
}
/* Remove IE arrow */
.toolbar select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.toolbar .toolbar-custom {
  position: relative;
  display: flex;
  width: 70%;
  height: auto;
  border-radius: 0;
  overflow: hidden;
  float: right;
  display: block;
}

.toolbar .toolbar-custom select {

}

/* Arrow */
.toolbar .toolbar-custom::after {
content: '\25BC';
  position: absolute;
  top: 0;
  right: 10px;
  padding: 5px 13px;
  background-color: rgba(0,0,0,0);
  transition: .25s all ease;
  pointer-events: none;
  font-size: 14px;
  border-radius: 0 0px 0px 0;
  color: #777776;
}
/* Transition */
.toolbar .toolbar-custom:hover::after {
  color: #fff;
}


@media screen and (max-width:990px) {
	
	.toolbar .toolbar-custom {padding-left: 0; width: 100%; flex: 0 0 100%;
		max-width: 100%;}
	
	.col-md-6.toolbar-custom {width: 100%; flex: 0 0 100%;
		max-width: 100%;}
		
		.shop-home .toolbar {display: block;}
		
		.shop-home .toolbar-custom {padding-left: 25px!important;}
		
	.shop-categoria .toolbar {margin-bottom: 30px;}
	
	.shop-sottocategoria .toolbar {margin-bottom: 30px;}
	
	.shop-sottocategoria .toolbar .col-md-4 {width: 100%; max-width: 100%;}
	
	.shop-categoria .toolbar .col-md-4 {width: 100%; max-width: 100%;}
	
}

@media screen and (max-width:768px) {
	
	.shop-sottocategoria .toolbar {float: left;
		width: 100%;
		padding-left: 15px;
		padding-right: 10px;
	}
	
	.shop-categoria .toolbar {float: left;
		width: 100%;
		padding-left: 15px;
		padding-right: 10px;
	}
	
}

@media screen and (max-width:600px) {
	
	.shop-categoria .toolbar {
		float: left;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	  }
	  
	  .shop-sottocategoria .toolbar {
		  float: left;
		  width: 100%;
		  padding-left: 0;
		  padding-right: 0;
		}
		
	.shop-sottocategoria .toolbar .col-md-4 {padding: 0;}
	
	.shop-categoria .toolbar .col-md-4 {padding: 0;}

	
	.shop-home .toolbar-custom {
		padding-left: 0px !important; padding-right: 0!important;
	  }
	  
	  .shop-home .toolbar .toolbar-custom::after {
		right: 0;
	  }
	
	.toolbar .toolbar-custom::after { right: 0; border-radius: 0 10px 10px 0; padding: 4px 13px;}
	
	.toolbar select {border-radius: 10px;}
	
}