@charset "UTF-8";
.s3l3ct-container-standard {
  border: 1px solid #ccc;
  display: inline-block;
  height: 50px;
  position: relative;
  width: 300px;
  overflow: hidden;
}
.s3l3ct-container-standard.has-focus {
  -webkit-box-shadow: 0 0 5px #3b99fc;
          box-shadow: 0 0 5px #3b99fc;
  margin: 0;
  padding: 0;
}
.s3l3ct-container-standard::before {
  color: #a10;
  content: "\a050";
  content: "\a082";
  font-family: "sparicons";
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(calc(-10px / 2));
          transform: translateY(-50%) translateX(calc(-10px / 2));
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  z-index: 2;
}
.s3l3ct-container-standard.open::before {
  -webkit-transform: rotateX(-180deg) translateY(50%) translateX(calc(-10px / 2));
          transform: rotateX(-180deg) translateY(50%) translateX(calc(-10px / 2));
}
.s3l3ct-container-standard::after {
  background: transparent;
  content: '';
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 1;
}
.s3l3ct-container-standard select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  opacity: 1;
  padding-left: 5px;
  padding-right: calc(20px + 20px + 10px);
  position: relative;
  width: calc(20px + 300px);
  z-index: 3;
}
.s3l3ct-container-standard select:focus, .s3l3ct-container-standard select:active {
  border: 0;
  outline: none;
}
.s3l3ct-container-standard select::-ms-expand {
  display: none;
}

.s3l3ct-container-custom {
  display: inline-block;
  height: 50px;
  position: relative;
  width: 300px;
}
.s3l3ct-container-custom select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: .1px;
  z-index: -1;
}
.s3l3ct-container-custom select:focus + label:not(.open) {
  -webkit-box-shadow: 0 0 5px #3b99fc;
          box-shadow: 0 0 5px #3b99fc;
}
.s3l3ct-container-custom label {
  border: 1px solid #ccc;
  display: inline-block;
  height: 50px;
  position: relative;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding-left: 5px;
  padding-right: calc(20px + 10px);
  width: 100%;
  z-index: 2;
}
.s3l3ct-container-custom label.has-focus {
  -webkit-box-shadow: 0 0 5px #3b99fc;
          box-shadow: 0 0 5px #3b99fc;
  margin: 0;
  padding: 0;
}
.s3l3ct-container-custom label::before {
  color: #a10;
  content: "\a050";
  content: "\a082";
  font-family: "sparicons";
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(calc(-10px / 2));
          transform: translateY(-50%) translateX(calc(-10px / 2));
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  z-index: 2;
}
.s3l3ct-container-custom label.open::before {
  -webkit-transform: rotateX(-180deg) translateY(50%) translateX(calc(-10px / 2));
          transform: rotateX(-180deg) translateY(50%) translateX(calc(-10px / 2));
}
.s3l3ct-container-custom label::after {
  background: transparent;
  content: '';
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 1;
}
.s3l3ct-container-custom ul {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  display: none;
  list-style: none;
  margin: -1px 0 0;
  max-height: 200px;
  overflow: auto;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.s3l3ct-container-custom ul.open {
  display: block;
}
.s3l3ct-container-custom ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
  padding-right: calc(20px + 10px);
  position: relative;
  width: 100%;
}
.s3l3ct-container-custom ul li.active {
  background-color: #ccc;
}
.s3l3ct-container-custom ul li.selected::after {
  color: #ca0614;
  content: "\a067"; /*ico-check*/
  font-family: "sparicons";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(calc(-10px / 2));
          transform: translateY(-50%) translateX(calc(-10px / 2));
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}
.s3l3ct-container-custom.standard {
  border: 1px solid #ccc;
  display: inline-block;
  height: 50px;
  position: relative;
  width: 300px;
  overflow: hidden;
}
.s3l3ct-container-custom.standard.has-focus {
  -webkit-box-shadow: 0 0 5px #3b99fc;
          box-shadow: 0 0 5px #3b99fc;
  margin: 0;
  padding: 0;
}
.s3l3ct-container-custom.standard::before {
  color: #a10;
  content: "\a050";
  content: "\a082";
  font-family: "sparicons";
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(calc(-10px / 2));
          transform: translateY(-50%) translateX(calc(-10px / 2));
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  z-index: 2;
}
.s3l3ct-container-custom.standard.open::before {
  -webkit-transform: rotateX(-180deg) translateY(50%) translateX(calc(-10px / 2));
          transform: rotateX(-180deg) translateY(50%) translateX(calc(-10px / 2));
}
.s3l3ct-container-custom.standard::after {
  background: transparent;
  content: '';
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 1;
}
.s3l3ct-container-custom.standard select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  opacity: 1;
  padding-left: 5px;
  padding-right: calc(20px + 20px + 10px);
  position: relative;
  width: calc(20px + 300px);
  z-index: 3;
}
.s3l3ct-container-custom.standard select:focus, .s3l3ct-container-custom.standard select:active {
  border: 0;
  outline: none;
}
.s3l3ct-container-custom.standard select::-ms-expand {
  display: none;
}


/* adobe search customization */
.facet-total-sort__select {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 180px;
  background-color: #fff;
  float: right;
}
.facet-total-sort__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: .1px;
  z-index: -1;
}
.facet-total-sort__select select:focus + label:not(.open) {
  -webkit-box-shadow: 0 0 5px #3b99fc;
          box-shadow: 0 0 5px #3b99fc;
}
.facet-total-sort__select label {
  border: 1px solid #ccc;
  display: inline-block;
  height: 34px;
  position: relative;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  height: 34px;
  line-height: 34px;
  margin: 0;
  padding-left: 5px;
  padding-right: calc(20px + 10px);
  width: 100%;
  z-index: 2;
}
.facet-total-sort__select label.has-focus {
  -webkit-box-shadow: 0 0 5px #3b99fc;
          box-shadow: 0 0 5px #3b99fc;
  margin: 0;
  padding: 0;
}
.facet-total-sort__select label::before {
  color: #a10;
  content: "\a082";
  font-family: "sparicons";
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(calc(-10px / 2));
          transform: translateY(-50%) translateX(-5px);
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  z-index: 2;
}
.facet-total-sort__select label::after {
  background: transparent;
  content: '';
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 1;
}
.facet-total-sort__select ul {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  display: none;
  list-style: none;
  margin: -1px 0 0;
  max-height: 400px;
  overflow: auto;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9998;
}
.facet-total-sort__select ul.open {
  display: block;
}
.facet-total-sort__select ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
  padding-right: calc(20px + 10px);
  position: relative;
  width: 100%;
}
.facet-total-sort__select ul li.active {
  background-color: #ccc;
}
.facet-total-sort__select ul li.selected::after {
  color: #ca0614;
  content: "\a067"; /*ico-check*/
  font-family: "sparicons";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(calc(-10px / 2));
          transform: translateY(-50%) translateX(calc(-10px / 2));
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}
.facet-total-sort__select label,
.facet-total-sort__select ul {
  font-family: MuseoSans, Times, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
