#wfa-filter select {
    margin: 0 10px 10px 0;
    padding: 5px;
    min-width: 150px;
}

#wfa-results ul {
    list-style: disc inside;
    margin-top: 10px;
}


.yith-wcan-filterx {
    width: auto;
    border: 1px solid #ee8181;
    padding: 10px;
}


.custom-dropdown {
    position: relative;
}

.dropdown-toggle {
    padding: 8px 15px;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    border: 1px solid #dd07074d;
    background: #fff;
    transition: max-height 0.3s ease;
    z-index: 1011;
    border-radius: 4px;
}

.custom-dropdown.open .dropdown-menu {
    max-height: 300px;
    box-shadow: 0 0 7px 0 #dd07074d;
}

.dropdown-search {
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.dropdown-options {
    border-radius: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    max-height: 200px;

    &::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8 !important;
    }

    &::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(83, 83, 83, 0.07);
        background-color: #f8f8f8;
    }

    &::-webkit-scrollbar {
        width: 7px;
        background-color: #f8f8f8;
    }

    &::-webkit-scrollbar-thumb {
        background-color: #bf313a;
    }
}

.dropdown-options li {
    display: none;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 18px;
}

.dropdown-options li.visible {
    display: block;
    color: #434343;
}

.dropdown-options li:hover {
    background-color: #f0f0f0;
}

.show-more-toggle {
    /*display: none;
      padding: 8px 12px;
      cursor: pointer;
      background-color: #f9f9f9;
      text-align: center;
      border-top: 1px solid #ddd;
      color: #A7144C;*/

    display: none;
    padding: 0px 12px;
    cursor: pointer;
    text-align: left;
    color: #A7144C;
    font-size: 14px;
}

.show-more-toggle:hover {
    background-color: #f0f0f0;
}


.dropdown-toggle::after {
    background-image: url(https://staging.devilswheels.ie/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/arrow-down.svg);
    background-size: 100% auto;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    width: 12px;
}

input.dropdown-search {
    margin: 8px 8px;
    width: 95%;
    position: relative;
    display: block;
}

.dropdown-menu::after {
    background-image: url(https://staging.devilswheels.ie/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/search.svg);
    background-size: 100% auto;
    content: "";
    display: block;
    height: 25px;
    position: absolute;
    right: 23px;
    top: 16px;
    width: 25px;
}


.custom-dropdown.open .dropdown-menu {
    display: block;
}

.custom-dropdown .dropdown-menu {
    display: none;
}

.custom-dropdown.open {
    box-shadow: 0 0 7px 0 #dd07074d;
}

.yith-wcan-filterx h4.filter-title {
    color: #2a2929;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Roboto", Sans-serif;
    border: none;
    margin-bottom: 8px;
    padding: 0;
}

.dropdown-toggle.disabled {
    background: #e7e3e3;
}

.dropdown-menu.no-after::after {
  display: none;
  content: none; /* optional for safety */
}

.custom_box h2.woocommerce-loop-product__title.new-title {
	font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0px;
    color: #2A2929;
    margin-bottom: 25px;
    padding: 40px 40px 0 40px;
}

ul.custom_box li.product .price {
    color: #DD0707;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: 0px;
}

.term-4431 .featured_product_sec .products .astra-shop-summary-wrap,
.term-2410 .featured_product_sec .products .astra-shop-summary-wrap,
.term-2425 .featured_product_sec .products .astra-shop-summary-wrap {
	padding: 0px 45px 25px !important
}







button.paginate-btnx.active {
    background: #dd0707;
    color: #ffffff;
}
button.paginate-btnx {
    margin: 0 2px 2px 0;
    border: 1px solid #292828;
    padding: 0;
    color: #2A2929;
    display: inline-block;
    overflow: hidden;
}





ul.page-numbers {
    list-style: none;
    margin: 40px 0 0 0;
}

ul.page-numbers li {
    border: 1px solid #292828;
    margin: 0 6px 2px 0;
    padding: 5px 15px;
    display: inline-block;
    cursor: pointer;
}

ul.page-numbers li.active {
    background: #dd0707;
    color: #ffffff;
}
div#product-count {
    font-size: 16px;
}

#per-page-select, #category-select, #sort-select {
  padding: 8px;
  padding-right: 0em;
  background-position: 91% 50%;
  border: 1px solid #ee8181;
  border-radius: 0px;
}

.basic_fil, .advance_fil {
    display: flex;
}
.basicfilter, .advancefilter {
    width: 100%;
}
.basic_fil_car .yith-wcan-filterx, .basic_fil_model .yith-wcan-filterx, .basic_fil_year .yith-wcan-filterx {
    margin-right: 10px;
}
.advance_fil_bolt_pattern .yith-wcan-filterx, .advance_fil_rim_dia .yith-wcan-filterx, .advance_fil_rim_wid .yith-wcan-filterx, .advance_fil_offset .yith-wcan-filterx {
    margin-right: 10px;
}
.custom_btn {
  line-height: 14px !important;
  padding: 12px !important;
}
.product-count {
    font-size: 16px;
}


@media (max-width: 479px) {
  .basic_fil_car .yith-wcan-filterx, .basic_fil_model .yith-wcan-filterx, .basic_fil_year .yith-wcan-filterx, .advance_fil_bolt_pattern .yith-wcan-filterx, .advance_fil_rim_dia .yith-wcan-filterx, .advance_fil_rim_wid .yith-wcan-filterx, .advance_fil_offset .yith-wcan-filterx {
      margin-right: 0px;
      margin-bottom: 10px;
  }
  .basic_fil, .advance_fil {
      display: block;
  }
  ul.page-numbers li {
      padding: 2px 10px;
  }
  .elementor-96657 .elementor-element.elementor-element-13e18b4 > .elementor-element-populated {
      padding: 10px 0px 0px 0px;
  }
  button.custom_btn {
    margin-bottom: 10px;
  }
  #per-page-select, #category-select, #sort-select {
      background-position: 96% 50%;
  }
}

@media (min-width: 478px) and (max-width: 600px) { 
  .elementor-element.elementor-element-c57f2f3.elementor-widget.elementor-widget-html {
      margin-bottom: 10px;
  }
  #per-page-select, #category-select, #sort-select {
    background-position: 96% 50%;
  }
  .basic_fil, .advance_fil {
    flex-wrap: wrap;
  }
  .advance_fil_bolt_pattern .yith-wcan-filterx, .advance_fil_rim_dia .yith-wcan-filterx, .advance_fil_rim_wid .yith-wcan-filterx, .advance_fil_offset .yith-wcan-filterx, .basic_fil_car .yith-wcan-filterx, .basic_fil_model .yith-wcan-filterx, .basic_fil_year .yith-wcan-filterx {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@media (min-width: 601px) and (max-width: 765px) { 
  .elementor-element.elementor-element-c57f2f3.elementor-widget.elementor-widget-html {
      margin-bottom: 10px;
  }
  #per-page-select, #category-select, #sort-select {
    background-position: 96% 50%;
  }
  .basic_fil, .advance_fil {
    flex-wrap: wrap;
  }
  .advance_fil_bolt_pattern .yith-wcan-filterx, .advance_fil_rim_dia .yith-wcan-filterx, .advance_fil_rim_wid .yith-wcan-filterx, .advance_fil_offset .yith-wcan-filterx, .basic_fil_car .yith-wcan-filterx, .basic_fil_model .yith-wcan-filterx, .basic_fil_year .yith-wcan-filterx, .advance_fil_center_bore .yith-wcan-filterx, .basic_fil_finish .yith-wcan-filterx {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .basicfilter, .advancefilter {
      width: 50%;
  }
}

@media (min-width: 766px) and (max-width: 1024px) { 
    .elementor-96657 .elementor-element.elementor-element-ca36871 {
        width: 35% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-86d4bec {
      width: 23% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-38ad253 {
        width: 16% !important;
        margin-right: 20px;
    }
    .elementor-96657 .elementor-element.elementor-element-0e6c1f1 {
        width: 6% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-9f9fc9b {
        width: 2% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-1329878 {
        width: 15% !important;
    }
     .basic_fil_car .yith-wcan-filterx, .basic_fil_model .yith-wcan-filterx, .basic_fil_year .yith-wcan-filterx, .advance_fil_bolt_pattern .yith-wcan-filterx, .advance_fil_rim_dia .yith-wcan-filterx, .advance_fil_rim_wid .yith-wcan-filterx, .advance_fil_offset .yith-wcan-filterx, .basic_fil_finish .yith-wcan-filterx {
      margin-right: 10px;
      margin-bottom: 10px;
    } 
    .basicfilter, .advancefilter {
        width: 50%;
    }
    .basic_fil, .advance_fil {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .elementor-96657 .elementor-element.elementor-element-d1e23cf {
        width: 17% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-13e18b4 {
        width: 24.325% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-525abb4 {
        width: 35% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-001ea7e {
        width: 6% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-cfddd95 {
        width: 2% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-558140e {
        width: 15% !important;
    }
}

@media (min-width: 1025px) and (max-width: 1370px) { 
  .elementor-96657 .elementor-element.elementor-element-d1e23cf {
        width: 13% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-13e18b4 {
        width: 32.325% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-525abb4 {
        width: 37% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-001ea7e {
        width: 5% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-cfddd95 {
        width: 2% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-558140e {
        width: 11% !important;
    }
    .advancefilter {
        width: 33% !important;
    }
    .advance_fil_bolt_pattern .yith-wcan-filterx, .advance_fil_rim_dia .yith-wcan-filterx, .advance_fil_rim_wid .yith-wcan-filterx, .advance_fil_offset .yith-wcan-filterx, .advance_fil_center_bore .yith-wcan-filterx {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .advance_fil {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (min-width: 845px) and (max-width: 1024px) {
    .product-count {
        font-size: 14px;
    }
    .elementor-96657 .elementor-element.elementor-element-ca36871 {
        width: 23% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-86d4bec {
        width: 27% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-38ad253 {
        width: 20% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-0e6c1f1 {
        width: 8% !important;
    }
    .elementor-96657 .elementor-element.elementor-element-1329878 {
        width: 17% !important;
    }
    .basic_fil, .advance_fil {
        display: flex;
        flex-wrap: wrap;
    }
    .basicfilter, .advancefilter {
        width: 48%;
        margin-right: 10px;
    }
}