/* BROWSER HACKS : http://browserhacks.com */

/*  Internet Explorer/Edge ≥ 9   Safari 4   Android ≥ 2.3 */
@media screen and (min-width:0\0) {
  select,
  .addtocart-component select,
  .main-header select,
  .sort-refine-bar select {
  	background: none;
  	padding-right: 0;
  }

  /*
  CREA BUG. VEDERE COME MAI ERA STATO AGGIUNTO.
  .itemBannerDesc {
  	top: 0;
  }*/
}

.select-styled-in-ie > select {
   background: transparent;
   width: calc( 100% + 30px );
}

.select-styled-in-ie {
   width: 100%;
   overflow: hidden;
   background: transparent ;
   position: relative;
}

.select-styled-in-ie:after {
  font-size: 9px;
  font-family: "loropianatextile" !important;
  content: "\64";
  display: block;
  position: absolute;
  top: 50%;
  right:0.75em;
  margin-top:-0.6em;
  line-height: 1em;
  height: 1em;
  width: 1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.8;
}
