.category-list { cursor: pointer; }
.nested { display: none; }
.facet-card {
    max-height: 300px;
    overflow: auto;
}

.product_card img {
        padding:0px !important;
}


.text-normal{
 font-size:14px;
}
.text-heading{
 font-size:20px;
}
.shop-sidebar-block{
        border-radius:4px;
        margin-bottom:8px;
        font-size:14px !important;
        background: white;
}

.shop-sidebar-title{
        border-radius:5px;
        padding:3px 8px;
    font-weight: 500;
}
.shop-sidebar-title:hover {
        background: rgb(254,103,63);
        background: linear-gradient(180deg, #ff9234, #fe5f42);
}
.shop-sidebar-title:hover a{
        color:white !important;
        font-weight:500;
}
    
li.custom-checkbox {
    padding: 3px 10px;
    background: #f1f2f3;
    border-radius: 3px;
    margin: 4px 3px;
    color: black;
}
.shop-category-list > ul > li {
    padding: 5px;
    margin: 5px 0px;
    background: #ffffff;
    border-bottom: 1px solid #f1f2f3;
}
.pills-container .pill {
  display: inline-block;
  background-color: #f0f0f0;
  color: #333;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
}

.pills-container .pill .pill-value {
  margin-right: 5px;
}

.pills-container .pill-close {
  cursor: pointer;
  margin-left: 5px;
  font-weight: bold;
  font-size: 14px;
}
.clear-cursor{
cursor: pointer;
}
.shop-sidebar-title:hover a{
        color:white !important;
        font-weight:500;
}
.facet-component{
        padding:10px 10px;
        background-color:#f1f2f3;
        border-radius:8px;
}

.custom-checkbox {
    position: relative;
}
.facet-checkbox {
    opacity: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
}
.custom-control-label {
    position: relative;
    // z-index: 2;
    cursor: pointer;
}

.category-list.show > span, .category-list.show-leaf > span {
    font-weight: 600;
}
.category-list.show::before {
        font-family: "Font Awesome 5 Free";
        content: "\f053";
        font-weight: 900;
        margin-right: 2px;
}
.list-group-item{
        border:0px;
        padding-bottom:0px;
        max-width:100%;
}
.category-list.show {
        padding:0px;
}
.section{
    padding-top:20px !important;
}
.radio-text-label {
    border: 2px solid var(--drak_base_color) !important;
    color: var(--drak_base_color); /* Primary text color */
    background-color: transparent;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

/* Style for selected (checked) label */
input[type="radio"]:checked + .radio-text-label {
    background: var(--primary_gradient) !important; /* Filled background when selected */
    color: #fff; /* White text when selected */
    border: 2px solid #007bff; /* Match the selected background color */
}
.btn:first-child:hover, :not(.btn-check) + .btn:hover {
    color: white;
    background-color: var(--drak_base_color);
    border-color: var(--bs-btn-hover-border-color);
}


.xfui-link{
    color: white;
    background-color: var(--light_base-color);
    transition: 0.3s ease;
}
.xfui-link:hover{
    color: white;
    background-color: var(--drak_base_color);
}