.wc-ajax-attribute-filter {
    /* margin-bottom: 20px; */
    margin: 10px 10px 20px 0px;
}

.wc-ajax-attribute-filter .attribute-filter {
    margin-bottom: 10px;
}

.wc-ajax-attribute-filter .attribute-filter h3 {
    margin: 0 0 5px;
}

.wc-ajax-attribute-filter .attribute-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wc-ajax-attribute-filter .attribute-filter ul li {
    display: inline-flex;
    margin-right: 5px;
    margin-bottom: 5px;
}

.wc-ajax-attribute-filter .attribute-filter ul li a {
    text-decoration: none;
    color: black;
    /* border: 1px solid #0073aa; */
    padding: 5px 10px;
    border-radius: 3px;
    background: #fcd703;
}

.wc-ajax-attribute-filter .attribute-filter ul li a:hover {
    background: #ffe13a;
    color: black;
}

#selected-filters {
    margin-top: 20px;
}

.selected-filter {
    display: inline-flex;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    background-color: red;
    /* border: 1px solid #ccc; */
    border-radius: 3px;
    color: white;
    align-items: center;
}

.selected-filter .remove-filter {
    margin-left: 5px;
    color: white;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    transform: rotate(45deg) !important;
    display: inline-block;
}
div#selected-filters h3 {
    margin-bottom: 5px;
}
.ems-fil-wrapper.parent-category.has-children::after {
    cursor: pointer;
}
.ems-fil-wrapper.parent-category.has-children.selected{
    display: none;
}

/* content loader */
.loader-div {
    max-width: 1140px;
    width: 100%;
  }
  
  ul,li,ol, {
    list-style: none;
  }
  .card-loader {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
  }
  
  .card-loader {
    background-color: #fff;
    /* padding: 8px; */
    position: relative;
    /* border-radius: 2px;
    margin-bottom: 0; */
    border-radius: 5px;
    margin-bottom: 10px;
    padding-right: 5px;
  }
  .card-loader:only-child {
    margin-top: 0;
  }
  .card-loader:before {
    content: '';
    height: 40px;
    border-radius: 5px;
    display: block;
    background-color: #ccc;
    box-shadow: -68px -98px 0 -48px #ededed, -50px 110px 0 -48px #ededed;
  }
  .card-loader:after {
    content: '';
    background-color: #333;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-name: loader-animate;
    animation-timing-function: linear;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  }
  
  @keyframes loader-animate {
    0% {
      transform: translate3d(-100%, 0, 0);
    }
    100% {
      transform: translate3d(100%, 0, 0);
    }
  }

  .ems-selected-filter-notice {
    background: #fcd703;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
}
.shop-filter {
  position: relative;
  /* display: none; */
}

    