.remove_product_container{
    text-align: right;
}

button.remove_product_btn {
 font-size: 0px;
 background:unset;
 float: right;
 padding: 0px;
 border: 0px;
}

span.sprite-image-quote-remove-btn {

 background: url(../images/sterling-sprites2.png);
 height: 16px;
 width: 16px;
 display: inline-block;
 background-position: -61px 8%;
}

.sprite-image-quote-view {
 height: 30px;
 width: 92px;
 display: inline-block;
 background-position: -40px 65%;
 background: url(../images/sterling-sprites2.png) !important;
 font-size: 0px;
}
@media only screen and (max-width: 768px) {
    .sidebar.sidebar-main .block-content.filter-content {
      display: none;
      position: absolute;
      background: white;
      width: 90%;
      border: solid 1px #e9e5e5;
      padding: 10px;
      left: 0px;
      z-index: 2;
      margin: 0px 2px;
      border-radius: 2px;
      max-height:400px !important;
      overflow-y:auto;
      box-shadow: rgb(36 34 34 / 20%) 0px 7px 29px 0px;
  }
  .block-title.filter-title:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: inherit;
      color: #757575;
      content: '\e609';
      font-family: 'icons-blank-theme';
      position: relative;
      top: 7px;
  }
  
  }
  a.product-item-link {     
    cursor: default;
}

