ul#product_list_lview {list-style-type: none}
#product_list_lview li {
border-bottom:1px solid rgba(0, 0, 0, 0.06);
padding: 15px 0px;
position: relative;
}
#product_list_lview li p.compare input {vertical-align: text-bottom}

#product_list_lview li .center_block {
float: left;
width: 100%;
}
#product_list_lview li .discount, ul#product_list_lview li .online_only {
display: inline-block;
font-size: 12px;
color: #CE7373;
text-transform: uppercase;
background: none repeat scroll 0 0 #FFFFFF;
padding: 1px 4px;
margin-top: 9px;
margin-left: 5px;
}
#product_list_lview li .discount {
display: inline-block;
font-size: 12px;
color: #CE7373;
text-transform: uppercase;
background: none repeat scroll 0 0 #FFFFFF;
padding: 1px 4px;
margin-top: 9px;
margin-left: 5px;
}
#product_list_lview li .online_only {
float: right;
margin-top: 0px !important;
border: none !important;
color: #C5C5C5 !important;
font-size: 12px !important;
}
#product_list_lview li span.availability {
display: inline-block;
text-transform: uppercase;
background: none repeat scroll 0 0 #FFFFFF;
padding: 1px 4px;
margin-left: 5px;
float: right;
margin-top: 0px !important;
border: none !important;
color: #C5C5C5 !important;
font-size: 12px !important;
}

#product_list_lview a.add_to_compare:before {
content: '+';
display: inline-block;
margin-right: 3px;
font-size: 15px;
position: relative;
top: 2px;
}

#product_list_lview a.checked:before {
content: '-';
display: inline-block;
margin-right: 3px;
font-size: 15px;
position: relative;
top: 2px;
}
#center_column .total-compare-val{font-weight:normal;}
#center_column .total-compare-val:hover{color:#fff;}

.showing_container{
  border: 1px solid rgb(240 240 240);
  margin-bottom: 20px;
  margin-top: -20px;
  display: flex;
  justify-content: space-around;
  border-right: none;
  align-items: stretch;
}

.showing_container .showing_item{
  width: 100%;
  text-align: center;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  border-right: 1px solid rgb(255 255 255);
}

.showing_container .showing_item:hover{
  background: #e7e7e7;
}

.showing_container .showing_item a{
  width: 100%;
  text-align: center;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  line-height: 1.1em;
}

.showing_container .showing_item.showing_active a{
  color: #fff;
}

.showing_container .showing_item:last-child {
  border-right: 1px solid #f0f0f0;
}

.showing_container .showing_item span{

  font-weight: 600;
}

.showing_container .showing_item.showing_active{
  /*background: #dae9c9 !important;*/
  background: #91a16d !important;
}

#layered_form .layered_quantity{
  display: none !important;
}

.product_not_available{
  /*opacity: 0.45;*/
}

.product_not_available:hover{
  opacity: 1;
}

.show_expected_only .product_not_available{
  opacity: 1 !important;
}

.showing_container.is_stuck {
  position: fixed !important;
  top: 90.5px !important;
  z-index: 999;
}