.elementor-1473 .elementor-element.elementor-element-db7a8fb{--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;--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}body.elementor-page-1473:not(.elementor-motion-effects-element-type-background), body.elementor-page-1473 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F4F0;}@media(min-width:768px){.elementor-1473 .elementor-element.elementor-element-db7a8fb{--content-width:1250px;}}/* Start custom CSS for shortcode, class: .elementor-element-f6c0474 */.elementor-shortcode{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-db7a8fb */.elementor-1473 .elementor-element.elementor-element-db7a8fb h1, .elementor-1473 .elementor-element.elementor-element-db7a8fb h3{
    color: #5f4f46;
}


#store-filter{
    display: flex;
    padding: 50px;
    gap: 20px;
    flex-wrap: wrap;
    width: 55%;
    padding-top: 20px;
}

#store-filter select{
    border: 1px solid #00000050;
    border-radius: 0px;
    padding: 12px;
    background: transparent;
}


.store-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
        }
.list-view {
    border: none !important;
    padding: 15px;
    text-align: center;
    
        }
.list-view h2, .list-view p{
    color: #5f4f46
    
}
.list-view button{
    border: none;
    color: #5f4f46;
    border-bottom: 1px solid #5f4f46;
    border-radius: 0;
    padding: 3px;
}
.list-view button:hover{
    background: none !important;
}
.filter-group-city {
    width: 100%;
}
.filter-group-country, .filter-group-province {
    width: 48%;
    
}
  
  .filter-group-country label, .filter-group-province label, .filter-group-city label {
   margin-bottom: 10px;
   color: #5f4f46;
    
}
  .filter-group-country select, .filter-group-province select, .filter-group-city select{
      color: #5f4f46;
  }

.list-view button{
    display: none;
}



@media(max-width: 767px){
#store-filter{
        width: 100%;
        padding: 20px;
    }
.filter-group-city{
        display: flex;
        flex-direction: column;
    }
.filter-group-country,.filter-group-province {
        width: 100%;
    }
.store-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    }
}/* End custom CSS */