<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sf-pro-coll-container .sf-product-anchor:hover{
    text-decoration: none;
}

.sf-pro-coll-container .sf-product-anchor:hover h6 {
    text-decoration: underline
}
.sf-pro-coll-container .sf-product-anchor img,
.sf-pro-coll-container .sf-product-anchor video,
.sf-pro-coll-container .sf-product-anchor audio{
    max-width: 200px;
}
[sf_products_rating="1"].active,
[sf_products_rating="2"].active,
[sf_products_rating="3"].active,
[sf_products_rating="4"].active,
[sf_products_rating="5"].active
{
  color:orange;

}

.sf-pro-coll-container .sf-pro-outofstock{
	opacity: 0.5;
    background-color: white;
}
.sf-pro-coll-container .sf-pro-outofstock:hover{
	opacity: 0.2;
}
.sf-product-collectioin-m .sf-collection-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sf-filters-custom .sf-filters-list{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* Custom Checkbox and Radio Button for filters review */
.sf-filters-custom .sf-filters-list [type=checkbox],
.sf-filters-custom .sf-filters-list [type=radio] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 6px;
}
.sf-filters-custom .sf-filters-list label {
  margin-bottom: 0;
  font-size: 14px;

}


.sf-filters-custom .sf-filters-list input:focus {
  border: 1px solid black;
}

.sf-filters-custom .sf-filters-list input:not(:focus):invalid {
  border: 1px solid red;
  outline: none;
}

.sf-filters-custom .sf-filters-list input:not(:focus):valid {
  border: 1px solid green;
}

.sf-filters-custom ul {
  list-style: none;
  padding: 11px 5px;
}

.sf-filters-custom .sf-filters-list label {
  cursor: pointer;
  display: inline-block;
}
/* Radio and checkbbox Box */
.sf-filters-custom .sf-filters-box{
  margin-right: 5px;
}
.sf-filters-custom .sf-filters-box [type=checkbox],
.sf-filters-custom .sf-filters-box [type=radio] {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sf-filters-custom .sf-filters-box label {
  cursor: pointer;
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 5px 9px;
    font-weight: 500;
    color: #807777;
    font-size: 17px;
    text-align: center;
    min-width: 50px;
  }
  .sf-filters-custom .sf-filters-box [type=checkbox]:hover + label,
  .sf-filters-custom .sf-filters-box [type=radio]:hover + label {
    background-color: black;
    color: white;
  }
  
  .sf-filters-custom .sf-filters-box [type=checkbox]:checked + label {
    background-color: black;
    color: white;
  }
  .sf-filters-custom .sf-filters-box [type=radio]:checked + label {
    background-color: black;
    color: white;
  }
  
  .sf-filters-custom .sf-filters-box [type=radio]:checked:active + label, 
  .sf-filters-custom .sf-filters-box [type=radio]:checked:focus + label{
    -webkit-animation: none;
            animation: none;
    filter: none;
    transition: none;
  }
  .sf-filters-custom .sf-filters-box [type=radio]:checked + label {
    -webkit-animation: none;
            animation: none;
    background-color: #000000;
    color: #fff;
  }
  .sf-filters-custom .sf-filters-box .fa-star{
    color: #cccccc;
  }
  .sf-filters-custom .sf-filters-box .sf-star-checked{
    color: orange !important;
  }
  /* List */
  .sf-filters-custom .sf-filters-checkbox{
    margin-right: 5px;
  }
  .sf-filters-custom .sf-filters-checkbox [type=checkbox],
  .sf-filters-custom .sf-filters-checkbox [type=radio] {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
            clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  
  .sf-filters-custom .sf-filters-checkbox label {
    cursor: pointer;
      display: inline-block;
      font-weight: 500;
      color: #807777;
      font-size: 17px;
      min-width: 50px;
    }
  
    
    .sf-filters-custom .sf-filters-checkbox [type=radio]:checked:active + label, 
    .sf-filters-custom .sf-filters-checkbox [type=radio]:checked:focus + label{
      -webkit-animation: none;
              animation: none;
      filter: none;
      transition: none;
    }

    .sf-filters-custom .sf-filters-checkbox .fa-star{
      color: #cccccc;
    }
    .sf-filters-custom .sf-filters-checkbox .sf-star-checked{
      color: orange !important;
    }
/* Radio Box End */
/* Custome checkbox and radio button end */
.cursor{
    cursor: pointer;
}</pre></body></html>