div.spotlight:before{
    background-color: #000;
    background-image: url("../../images/banner-stone-category.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}

div.spotlight::after
{
    background-color: rgba(0,0,0,0.1);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
    
  #stones_category .dropdown dd,
  #stones_category .dropdown dt {
    margin: 0px;
    padding: 0px;
  }
  
  #stones_category .dropdown ul {
    margin: -1px 0 0 0;
  }
  
  #stones_category .dropdown dd {
    position: relative;
  }
  
  #stones_category .dropdown a,
  #stones_category .dropdown a:visited {
    text-decoration: none;
    outline: none;
    font-weight: normal;
    text-align: left;
  }
  
  #stones_category  .dropdown dt a {
    display: block;
    padding: 10px;
    overflow: hidden;
    width: 250px;
    border: 1px solid #4F6877;
  }
  #stones_category  span.hida {
    width: 100%;
  }

  #stones_category  span.caret {
    float: right;
    margin-top: 10px;
  }

  #stones_category  .multiSel {
    display: none;
    margin-bottom: 0;
  }

  #stones_category  .dropdown dt a span,
  #stones_category  .multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
  }
  
  #stones_category  .dropdown dd ul {
    background-color: rgb(247, 245, 245);
    border: 1px solid #4F6877;
    display: none;
    position: absolute;
    width: 250px;
    list-style: none;
    overflow: auto;
    text-align: left;
    z-index: 99;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  
  #stones_category  .dropdown span.value {
    display: none;
  }

  #stones_category  .dropdown dd ul li {
    padding: 0 10px;
  }
  
  #stones_category  .dropdown dd ul li a {
    padding: 5px;
    display: block;
  }

  #stones_category  .dropdown dd ul li label{
    font-weight: normal;
  }
  
  #stones_category  .dropdown dd ul li:hover {
    background: rgb(236, 235, 235);
  }

  #stones_category  .dropdown dd ul li a:hover {
    background-color: rgb(211, 207, 207);
  }
  
  #stones_category button {
      text-align: center;
      border: 1px solid #999;
      padding: 13px;
      margin-bottom: 20px;
  }

  #stones_category button.selected {
    background: #585c5c;
    border-color: #000;
    color: rgb(226, 222, 222);
    cursor: default;
  }

  div#filter {
    display: table;
    margin-left: 10px;
  }

  section#stones_category #stone-thumb .image.featured {
      display: block;
      width: 100%;
      margin: 0;
  }

  section#stones_category #stone-thumb .image img {
      display: block;
      width: 100%;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
  }
      section#stones_category #stone-thumb .image:hover {
          opacity: 0.7;
      }

  section#stones_category #stone-thumb section header {
      position: relative;
      padding: 0;
      background-color: #585c5c;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
      color: #ffffff !important;
      cursor: pointer;
      font-weight: 300;
      height: 3em;
      padding: 5px 0 0px 0;
      text-transform: uppercase;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      margin-bottom: 20px;
      z-index: 9;
  }

  section#stones_category #stone-thumb h3 {
      font-size: 1em;
      letter-spacing: 2px;
      margin: 0;
      padding: 10px 0 10px 0;
  }

  .poptrox-overlay img:hover {
    cursor: zoom-out;
  }
