/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 .yith-wcan-filters {
  background-color: transparent;
 }


 .facetwp-pager {
    display: flex;
    justify-content: center;
 }
.facetwp-page { color: #000; font-size: 18px; height: 45px; }
.facetwp-page:hover { border: 3px solid #ad0c38; }
.facetwp-page.current { background: #bdb9ba; border: none; border-bottom: 3px solid #ad0c38; border-radius: 0; }

@media (min-width: 1000px) {
 .ei-woocommerce-with-sidebar {
    display: grid;
    gap: 30px;
    grid-template-columns: 300px 1fr;
    .searchandfilter ul {
        --theme-list-indent: 0px;
    }
 }
 }

 .facetwp-type-checkboxes .facetwp-expand span {
    display: inline-block;
    position: relative;
    top: 0.2em;
  }
  .facetwp-type-checkboxes .facetwp-expand span.closed {
    transform: rotate(180deg);
    top: -0.1em;
  }

  .facetwp-checkbox:has(.facetwp-expand) {
    background: none;
    position: relative;
    padding-left: 0px;
    &.checked {
        background-image:none;
    }
  }
  .facetwp-expand {
    position: absolute;
    inset: 0;
    span {
        float: right;
    }
  }
