.elementor-2474 .elementor-element.elementor-element-52f0b0b{--display:flex;--min-height:500px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-2474 .elementor-element.elementor-element-52f0b0b:not(.elementor-motion-effects-element-type-background), .elementor-2474 .elementor-element.elementor-element-52f0b0b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:var(--wpr-bg-85b0535f-2aab-491c-a742-26c8c5ca3c34);background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-2474 .elementor-element.elementor-element-1ff8029 .elementor-heading-title{font-size:45px;color:#FFFFFF;}.elementor-2474 .elementor-element.elementor-element-143456b .elementor-heading-title{color:#E9E9E9;}.elementor-2474 .elementor-element.elementor-element-0ec8fae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;overflow:visible;}@media(min-width:768px){.elementor-2474 .elementor-element.elementor-element-0ec8fae{--content-width:1300px;}}/* Start custom CSS for html, class: .elementor-element-3310d30 */.filter-categories{
      padding:50px;
  }
  .filter-checkbox{
     margin:10px;
  }
        .continer-product ul,
li {
    list-style-type: none;
}

.continer-product {
    margin: 20px auto;
}

.continer-product ul {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.continer-product ul span {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: red;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: .3s ease-in-out;
    width: 87px;
    transform: translateX(0px);
}

.continer-product ul li {
    font-size: 20px;
    font-weight: 900;
    padding: 10px 30px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    user-select: none;
}
.content-box{
    display: flex;
    height: auto;
    margin: 20px auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.content-box .box {
    border-radius: 10%;
    width: calc(50% / 1.5 - 10px);
    height: auto;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.content-box .box:hover {
    box-shadow: 0px 5px 10px 0.5px;
    transition-duration: 0.8s 
}

.p-box a{
    font-size:20px;
}

.box a{
    color:black;
}
.selected {
    font-weight: bold;
    color: red;
}
.clear-all-button{
   margin-top:25px;
   display: block;
}
.filter-categories .clear-all-button {
    background-color: #007bff; /* Blue background */
    color: white; /* White text */
    padding: 10px 20px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor on hover */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Smooth transition for transform and box-shadow */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Shadow effect */
}
.filter-categories .clear-all-button:hover {
    transform: scale(1.05); /* Scale button up slightly on hover */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Enhance shadow effect on hover */
}
  
  .accordion-content {
        display: none;
    }

    .accordion-content.show {
        display: inline-grid;
    }
    .accordion-header {
    cursor: pointer;
    padding: 15px;
    border-bottom:1px solid gray;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
    height: 40%;
}
@media only screen and (max-width: 600px) {
    .content-box .box {
    width: calc(100% / 1.5 - 10px);
}
.col-3 {
    flex: 0 0 auto;
    width: 100%;
}
.col-9{
    width: 100%;
}
}/* End custom CSS */