.feed_sort_order {
  border-color:transparent;
}
.ffeed_button_holder_menu {
padding-left: 16px;
padding-right: 16px;
line-height: inherit;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
display: flex;
align-items: center;
color: #555555;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ffeed_button_holder {
display: inline-flex;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
position: absolute;
left: 0px;
}

.ffeed-sort-bs .ffeed_button_holder {
  z-index:1000;
  bottom:-13px;
}
.ffeed-title {
display: flex;
    margin-right: 5px;
    line-height: inherit;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    height: 24px;
    color: #555555;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 0px 34px 34px 0px;
    padding-right:2px;
}
.ffeed-sort-bs .ffeed-title {
  border:none;
  background-color:#fff;
}
.ffeed-title-menu {
  margin-right:10px;
}

.ffeed_button_holder i{
  margin-right: 12px;
min-width: 20px;
text-align: center;
}

@media (max-width: 991px) {
.ffeed_bs {
padding-top:14px;
}
}

.ffeed_button_xs {
float:right;
}

.ffeed_button_text {
  margin-right: 12px;
  white-space: nowrap;
}
.ffeed-fa {
    margin-right: 12px;

min-width: 20px;

text-align: center;
}
.ffeed-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
   top:4px;
}

/* Hide default HTML checkbox */
.ffeed-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.ffeed-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.ffeed-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;

}

.ffeed-icon:before {
    content: "\ebea";
    font-family: lineficon;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #555;
    text-align: center; 
}

input:checked + .ffeed-slider {
  background-color: #2196F3;
}

input:focus + .ffeed-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .ffeed-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.ffeed-ico {
color:#555;
font-size:16px;
margin-right: 12px;
min-width: 20px;
text-align: center;
}
/* Rounded sliders */
.ffeed-slider.round {
  border-radius: 34px;
}

.ffeed-slider.round:before {
  border-radius: 50%;
}

.ffeed-slider.ffeed-off:before {
  transform: translateX(0px) !important;
}
.ffeed-slider.ffeed-on:before {
  transform: translateX(16px) !important;
}

.ffeed-slider.ffeed-off {
  background-color: #cccccc !important;
}
.ffeed-slider.ffeed-on {
  background-color: #2196F3;
}

.not-main {

  position:relative;
  
}