/*----------------------------------------------------------------------------------------------------
General styling
----------------------------------------------------------------------------------------------------*/
@-webkit-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fstElement {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  /*min-width: 200px;*/
  /*max-width: 350px;*/
  padding-top: 3px;
  padding-left: 10px;}
  .fstElement > select,
  .fstElement > input {
    position: absolute;
    left: -999em; }

.fstElement i{
  position: absolute;
  right:10px;
  margin-top: 5px;
  margin-right: 0px;
}

.fstToggleBtn {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: .71429em 1.42857em .71429em .71429em;
	min-width: 14.28571em;
	cursor: pointer;
}
.fstToggleBtn:after {
    position: absolute;
    content: "";
    right: .71429em;
    top: 50%;
    margin-top: -.17857em;
    border: .35714em solid transparent;
    border-top-color: #cacaca;
}
.fstQueryInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  background: transparent;
  border: 0; }

.fstResults {
  position: absolute;
  left: -1px;
  top: 100%;
  right: -1px;
  max-height: 20em;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #dddd;
  border-top: 0;
  display: none; }

.fstResultItem {
  display: block;
  margin: 0;
  cursor: pointer;
  /*border-top: 0.5px solid #dddd; */
  padding: 0.2em 0.71429em;}
  .fstResultItem.fstUserOption {
    color: #707070; }
  .fstResultItem.fstFocused {
    color: #fff;
    background-color: #43A2F3;
    border-color: #73baf6; }
  .fstResultItem.fstSelected {
    background-color: #dddd;
    border-color: #dddd; }

.fstGroupTitle {
  display: block;
  padding: 0.5em 0.71429em;
  margin: 0;
  font-weight: 600;
  font-size: 14px;}

.fstGroup {
  /*padding-top: 1em;*/ }
  .fstGroup:first-child {
    padding-top: 0; }

.fstNoResults {
  display: block;
  padding: 0.71429em 0.71429em;
  margin: 0;
  color: #999; }

/*----------------------------------------------------------------------------------------------------
Single Mode
----------------------------------------------------------------------------------------------------*/
.fstSingleMode .fstControls {
  position: absolute;
  left: -1px;
  right: -1px;
  display: none; }

.fstSingleMode .fstQueryInput {
  display: block;
  width: 100%;
  padding: 0.5em 0.35714em;
  color: #999;
  border: 1px solid #D7D7D7; }
.fstSingleMode .fstQueryInput input{
  display: none;
}
.fstSingleMode.fstActive {
  z-index: 100; }
  .fstSingleMode.fstActive .fstControls {
    display: block; 
    background-color: #fff;
    margin-top: 5px;}
  .fstSingleMode.fstActive .fstResults {
    display: block;
    z-index: 1;
    background-color: #fff;
    margin-top: -43px;}

/*----------------------------------------------------------------------------------------------------
Multiple mode
----------------------------------------------------------------------------------------------------*/
.fstChoiceItem {
  font-size: 13px;
  display: inline-block;
  position: relative;
  margin-right: 0.35em;
  margin-bottom: 0.25em;
  padding-left: 1.5em;
  padding-right: 0.5em;
  float: left;
  border-radius: 100px;
  border: 1px solid #f0f0f0;
  cursor: auto;
  background-color: #f0f0f0;}
  .fstChoiceItem.mod1 {
    background-color: #F9F9F9;
    border: 1px solid #D7D7D7;
    color: #232323; }
    .fstChoiceItem.mod1 > .fstChoiceRemove {
      color: #a4a4a4; }

.fstChoiceRemove {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5em;
  line-height: 1em;
  margin-top: -0.64286em;
  text-align: center;}
  .fstChoiceRemove::-moz-focus-inner {
    padding: 0;
    border: 0; }

.fstMultipleMode .fstControls {
  box-sizing: border-box;
  cursor: text;
  overflow-x: auto;}

.fstMultipleMode .fstQueryInput {
  float: left;
  width: 1px !important;
  color: #999; }

.fstMultipleMode .fstQueryInputExpanded {
  float: none;
  width: 100%;
 }

.fstMultipleMode.fstActive .fstResults {
    display: block;
    z-index: 1;
    background-color: #fff; }

/*-------------------------------------------------------*/
li.dropdown-m{
  width: 90%;
  min-height: 35px;
  margin-bottom: 10px;
  border: 1px solid #dddd;
  margin-top: 5px;
  color: #8a8a8a;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*li.dropdown-m.filter-color .fstResults span.fstResultItem:before {
    content: "\f111";
    font-family: FontAwesome;
    padding: 10px;
}*/
[data-value*="all-categories"],
[data-value*="all-color"]{
  background-color: inherit;
  border: none;
  margin-left: -17px;
}