.Product-153 #productImage li:nth-child(5) { display:none; }

@media screen and (min-width:769px) {

  .filter-group .styled-cb + span {
    pointer-events: none;
  }

  .filter-group.stuck-open img + img,
  .filter-group.stuck-open img + span {
    display: none;
  }

    #body.library #new_body #filter-link,
    #body.library #new_body #filter-link2 {
      display: none !important;
    }

  #body .mobile-filter-open,
  #body .mobile-filter-close,
  #body .mobile-filter-results,
  #body #sidebar_bottom_panel,
  #body #Filters > .filter-group::after  {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  input.prod-tag-filter {
    pointer-events: none !important;
  }

}

  #Filters li.filter-group ul li,
  #Filters li.filter-group span {
    user-select: none;
    cursor: default;
  }

@media screen and (max-width:768px) {

  .mobile-filter-open {
    padding-right: 32px;
    text-align: left;
    user-select: none;
  }

  #body.product-family-26 .mobile-filter-open,
  #body.product-family-27 .mobile-filter-open,
  #body.product-family-28 .mobile-filter-open {
    margin-top: -64px;
    text-align: right;
  }

  .collapsable:not( .collapsed ) ~ .mobile-filter-open {
    margin-top: -20px;
  }

  #body.product-family #Filters .filter-group.stuck-open + .filter-group.selected ul li:first-of-type {
    display:none !important;
  }

  #Filters .filter-group.stuck-open + .filter-group.selected  input,
  #Filters .filter-group.stuck-open + .filter-group.selected  .fake-cb,
  #Filters .filter-group.stuck-open + .filter-group.selected  .cat-count {
    display: none !important;
  }

  #Filters .filter-group.stuck-open + .filter-group.selected a.filter-link,
  #Filters .filter-group.popular-flow-apps a.filter-link  {
    width: 100%;
    text-transform: uppercase;
    color: #777 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    padding-left: 4px;
  }
  #Filters .filter-group.popular-flow-apps ul li a.filter-link  {
    width: calc(100% - 29px);
  }

  #Filters .filter-group.popular-flow-apps ul li {
    white-space: nowrap;
    overflow-y: visible;
  }

  #Filters .filter-group.stuck-open + .filter-group.selected a.filter-link:active,
  #Filters .filter-group.stuck-open + .filter-group.selected a.filter-link:hover,
  #Filters .filter-group.popular-flow-apps a.filter-link:active,
  #Filters .filter-group.popular-flow-apps a.filter-link:hover {
      color: #e61f34 !important;
  }

  #Filters > .filter-group.selected.grayed::after,
  #Filters > .filter-group.selected.grayed span {
    color : #AAA;
  }

  #body #sidebar_bottom_panel {
    list-style-type: none;
  }

  #body #sidebar_bottom_panel li {
    padding-left: 1em;
  }

  #body #new_body #sidebar_bottom_panel a {
    color: #777 !important;
  }
  #body #new_body ul#sidebar_bottom_panel a:active,
  #body #new_body ul#sidebar_bottom_panel a:hover {
    color: #e61f34 !important;
  }

  #Filters ~ div, #Filters ~ p {
    display: none;
    pointer-events: none;
    opacity: 0;
    height: 0;
  }

  #Filters a.filter-link {
    line-height: inherit !important;
    min-height: inherit !important;
  }

  #Filters > .filter-group {
    margin-bottom: 0;
    padding: 1em;
    padding-top:0;
    transition: .15s ease all;
  }

  #Filters > .filter-group > ul {
    transition: .15s ease all;
    background-color: white;
    margin-right: -1em;
    margin-left: -1em;
    padding-left: .5em;
    padding-top: 1em;
    padding-bottom: 1em;
    box-shadow: inset 3px -1px 6px rgba(0,0,0,0.08);
  }

  #Filters > .filter-group > ul.collapse {
    display: block;
    max-height: 0;
    overflow: hidden;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #filter-link, #filter-link2 {
    display: none !important;
  }

  #body > .container > .product-family > #new_body > .col-sm-4.sidebar.full-height {
    display: block;

    margin-bottom: inherit !important;
    padding-bottom: inherit !important;
  }

  .sidebar #filter_products_title {
    display: none;
    opacity: 0;
    height: 0;
  }

  .filter-group.selected {
    padding-top: 1em;
  }

  .sidebar.active .mobile-filter-results {
    min-height: 100px;
    margin-top: 6rem;
  }

  .mobile-filter-results span, .mobile-filter-results button {
    user-select: none;
  }

  .sidebar.active li.filter-group > span:first-child {
    transition: 0.15s ease all;
    padding-left: .75em;
    font-size: 18px;
    display: inline-block;
    user-select: none;
    width: 100%;
    padding-bottom: 1em;
  }





  .sidebar.active #Filters li.filter-group > ul > li {
    position: relative;
    padding-left: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 17px;
  }

  #body #Filters  input.prod-tag-filter {
    pointer-events: none;
    opacity: 0;
  }

  .prod-tag-filter + .fake-cb {
    transition: 0.2s ease all;
    position: absolute;
    z-index: 10;
    left: 1em;
    top: 9px;
    width: 20px;
    height: 20px;
    display: block;
    background-color: #EEE;
    opacity: 0.5;
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
    margin: 0;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #888;
  }

  .prod-tag-filter:checked + .fake-cb {
    opacity: 1;
    background-color: #888;
    box-shadow: inset -1px -1px 2px rgba(0,0,0,0.1);
  }

  .prod-tag-filter + .fake-cb:after {
    transition: 0.15s ease all;
    position: absolute;
    display: block;
    top: -14px;
    left: -1px;
    content: "⨽";
    transform: skew(-10deg,-8deg) scaleX(.1) rotate(-49deg);
    color: transparent;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.0);
    font-size: 28px;
  }

  .prod-tag-filter:checked + .fake-cb:after {
    transform: skew(-10deg,-8deg) scaleX(.8) rotate(-49deg);
    color: white;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
  }

  .filter-group.selected li:active .fake-cb {
    transform: scale(.9);
  }

  #body.product-family .sidebar.full-height {
    transition: 0.1s ease-out all;
    position: absolute !important;
    background-color: transparent;
    z-index: 999;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 10px;
  }

  #body.product-family .sidebar.full-height.active {
    background-color: rgba(255,255,255,0.7) !important;
    pointer-events: all;
    width: 100%;
  }

  #body.product-family .sidebar > .scrolling-sidebar {
    transition: 0.3s ease all;
    position: absolute !important;
    background-color: #FAFAFA; !important;
    top: 0; left: 0;
    z-index: 99;
    width: calc( 100% - 40px );
    margin: 0; padding: 0;
    box-shadow:1px 1px 5px rgba(0,0,0,0.2);
    transform: translateX(-100vw);
  }

  #body.product-family .sidebar.active > .scrolling-sidebar {
    transform: translateX(0);
  }

  #body.product-family .sidebar:not(.active) > .scrolling-sidebar {
    transition: 0.3s ease all;
    transform: translateX(-100vw);
  }

  #body.product-family #filter-link, #body.product-family #filter-link-2 {
    display: none !important;
  }

  .mobile-filter-open, .mobile-filter-close {
    cursor: pointer;
  }

  .mobile-filter-open {
    color: #e61f34;
    font-size: 14px;
  }

  .mobile-filter-open::after {
    display: inline-block;
    content: "›";
    font-size: 3rem;
    transform: translate(10px, 4px) scaleX(1.2);
  }

  .scrolling-sidebar .mobile-filter-close {
    transition: 0.2s ease all;
    position: absolute;
    color: #222;
    display: block;
    font-size: 40px;
    font-weight: bold;
    right: 2rem;
    top: 2rem;
    line-height: 35px;
    user-select: none;
  }

  .scrolling-sidebar .mobile-filter-close:active {
    color: #e61f34;
    transform: scale( 0.9 );
    opacity: .8;
  }

  .scrolling-sidebar .mobile-filter-see-results {
    color: #FFF !important;
    margin-left: 1em;
    margin-right: 1em;
    width: calc(100% - 2em);
    padding: 4px 20px;
    line-height: 0;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    background-color: #38D;
    min-height: 32px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .scrolling-sidebar #Filters {
    clear: both;
    margin-top: 1em;
  }

  .scrolling-sidebar #Filters > li:last-child {
    display: none;
  }

  .scrolling-sidebar .mobile-filter-results-counter {
    cursor: pointer;
    float: left;
    clear: left;
    margin-left: 1.5em;
    color: #777;
  }

  .scrolling-sidebar .mobile-filter-clear-all {
    cursor: pointer;
    float: right;
    clear: right;
    margin-right: 1.5em;
    color: #e61f34;
  }

  .scrolling-sidebar .mobile-filter-tag-list {
    list-style:none;
  }

  #Active_Product_Filters {
    margin-top: 1em;
    float: left;
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
  }

  li.result-tag {
    transition: 0.25s ease-in all;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #FFF;
    height: 32px;
    min-width: 32px;
    font-style: italic;
    color: #555;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    transform: scale( 1 );
    transform-origin:top center;
  }

  li.result-tag:not(.hidden) {
    opacity: 1;
    pointer-events: all;
    margin-right: .5em;
    margin-left: .5em;
    margin-bottom: 1em;
  }

  li.result-tag.hidden {
    overflow: hidden;
    transform: scale(0.8);
    opacity: 0;

    width: 0;
    min-width: 0;
    margin: 0;
    padding: 0;

    flex-basis: 0;
    pointer-events: none;
  }

  .result-tag.hidden button + span {
    color: red; opacity: 0;
    transform: scale(0.8);
  }

  .result-tag button + span {
    transition: 0.2s ease all;
    display: inline-block;
    line-height: 32px;
  }

  .result-tag .close-result {
    transition: 0.2s ease all;
    background-color: transparent;
    border: none;
    width: 40px;
    padding: 0;
    margin-left: -10px;
    height: 30px;
    line-height: 30px !important;
    min-height: 30px !important;
    position: relative;
  }

  .result-tag .close-result::before {
    display: block;
    position: absolute;
    background-color: transparent;
    content: "×";
    font-size: 24px;
    font-weight: bold;
    color: #333;
    left: 10px;
    top: -1px;
  }

  .result-tag .close-result.disabled {
    cursor: not-allowed;
  }


    .result-tag .close-result.disabled::before {
      display: block;
      position: absolute;
      background-color: transparent;
      content: "×";
      filter: blur(1px);
      pointer-events: none;
      opacity: 0.25;
      font-size: 24px;
      font-weight: bold;
      color: #333;
      left: 10px;
      top: -1px;
    }



  .result-tag .close-result:not(.disabled):active::before {
    color: red;
  }

  .result-tag .close-result:not(.disabled):active + span {
    opacity: 0.5;
    transform: scale(0.9);
  }

  #Filters > .filter-group {
    position: relative;
    transition: .15s ease all;
  }

  #Filters > .filter-group::before {
    content: "";
    height: 1px;
    position: absolute;
    top: 3em;
    left: 0;
    right: 0;
    pointer-events: none;
    display: block;
    background-color: #E2E2E2;
    box-shadow: 0 1px 1px rgba(255,255,255,0.9), 0 -1px 4px rgba(100,100,100,0.08);
  }

    #Filters > .filter-group.selected::before {
      content: "";
      height: 1px;
      position: absolute;
      top: 3em;
      left: 0;
      right: 0;
      pointer-events: none;
      display: block;
      background-color: #E2E2E2;
      box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 -1px 4px rgba(100,100,100,0.08);
    }

  #Filters > .filter-group::after {
    transition: 0.15s ease all;
    content: "❯";
    font-size: 1.25em;
    color: #555;
    display: block;
    position: absolute;
    right: 1.5em;
    top: .25em;
    transform: scaleY(1.25) rotate(270deg);
  }

  #Filters > .filter-group:not(.selected):active {
    margin-bottom: .5em;
  }
  #Filters > .filter-group:not(.selected):active > span:first-child  {
      color: #e61f34;
  }

  #Filters > .filter-group:active::after {
    color: #e61f34;
    opacity: 0.6;
    transform: scaleX(1.25) rotate(180deg);
  }

  #Filters > .filter-group.selected::after {
    color: #e61f34;
    transform: scaleY(1.25) rotate(90deg);
  }

  #Filters > .filter-group.selected:active::after {
    color: #e61f34;
    opacity: 0.6;
    transform: scaleY(1.25) rotate(90deg);
  }

  .result-tag.hidden .close-result::before {
    color: red;
    opacity: 0;
  }

  #sidebar_bottom_panel {
    margin-top: -2em;
    margin-bottom: 0;
  }

  #sidebar_bottom_panel li {
    position: relative;
    padding-left: 1em;
    padding-bottom: .5em;
    padding-top: .5em;
    transition: 0.2s ease all;
  }

  #sidebar_bottom_panel li a {
    width: 100%;
    display: inline-block;
  }

  #sidebar_bottom_panel li .link-arrow,
  #Filters li .link-arrow {
    position: absolute;
    right: 1em;
    top: 19px;
    height: 1em;
    width: 1em;
    overflow: visible;
  }

  #sidebar_bottom_panel li .link-arrow::after,
  #Filters li .link-arrow::after {
    transition: 0.15s ease all;
    content: "❯";
    font-weight: normal;
    font-size: 14px;
    color: #777;
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    transform: scaleX(1.15);
  }
  #sidebar_bottom_panel li:hover .link-arrow::after,
  #Filters a:hover + .link-arrow::after,
  #Filters a:active + .link-arrow::after {
    color: #e61f34 !important;
  }

  #sidebar_bottom_panel li:active {
    background-color: black;
  }
  #sidebar_bottom_panel li:not(:active) {
    background-color: transparent;
  }

  #sidebar_bottom_panel li:active::after {
    position: absolute;
    display: block;
    left: -16px;
    width: 16px;
    bottom: 0;
    background-color: black;
    content: "";
    bottom: 0;
    top: 1px;
    border: none;
    border-top: 1px solid #e2e2e2;
  }

  #sidebar_bottom_panel li:first-child:active::after {
    top: -1px;
  }

  #sidebar_bottom_panel li .link-arrow,
  #Filters li .link-arrow, {
    font-size: 14px !important;
  }

  #sidebar_bottom_panel li .link-arrow::before,
  #Filters li .link-arrow::before {
    content: "";
    right: 15px;
    top: calc(50% + 2px);
    width: 10px;
    height: 2px;
    background-color: #777;
    pointer-events: none;
    display: block;
    position: absolute;
    border-radius: 1px;
  }
  #Filters li .link-arrow::before {
    top: 0;
  }
  #Filters li .link-arrow::after {
    top: -9px;
  }

  #sidebar_bottom_panel li:hover .link-arrow::before,
  #Filters a:hover + .link-arrow::before,
  #Filters a:active + .link-arrow::before {
    background-color: #e61f34 !important;
  }

  #sidebar_bottom_panel li:not(:first-child)::before {
    position: absolute;
    display: block;
    pointer-events: none;
    background-color: #e2e2e2;
    content: "";
    left: -1em;
    right: 0;
    top: 0;
    height: 1px;
    box-shadow: 0 1px 1px rgba(255,255,255,0.9), 0 -1px 4px rgba(100,100,100,0.08);
  }

  #Filters > .filter-group.stuck-open > span,
  #Filters > .filter-group.stuck-open::before,
  #Filters > .filter-group.stuck-open::after {
    display: none;
  }

  #Filters > .filter-group.stuck-open ul {
    background-color: transparent;
    box-shadow: none;
  }

  #Filters > .selected.filter-group.stuck-open img + span {
    font-size: 13px;
    margin-left: 6px;
    transform: translateY(-2px);
    display: inline-block;
    opacity: 0.6;
  }

  #Filters > .filter-group.stuck-open img:first-of-type {
    display: none;
  }


  #Filters > .filter-group.stuck-open img:nth-of-type(2){
    height: 20px;
    transform: translateY(-3px);
  }
  #Filters > .filter-group.stuck-open input:checked ~ img:nth-of-type(2){
      filter: drop-shadow(0 1px 1px rgba(0,0,0,0.3));
  }

  #Filters > .filter-group.stuck-open input:checked ~ span {
    opacity: 1.0;
  }

  .filter-group span span.cat-count {
    opacity: 0.7;
    font-size: 15px;
    margin-left: 4px;
  }

}


#body.product-family-21.chart-selector #new_body > .sidebar {
  display: none;
}

#body.product-family-21.chart-selector #ChartSelectorList {
  width: 100%;
}
