/* Adicione aqui os estilos personalizados */
.selects-dinamicos .form-control {
    margin-bottom: 15px;
}

/* Container for the points of sale */
#myDIV {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    
}

/* Individual point of sale item */
.filtro {
    width: 48%; /* Adjust to fit two items per row */
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    
}

/* Point of sale item image */
.filtro img.img-fluid {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* Placeholder for empty image */
.filtro .img-empty {
    width: 100%;
    height: 100px;
    background-color: #eee;
    margin-bottom: 10px;
}

/* Point of sale item title */
.filtro h4 {
    font-size: 18px;
    margin: 10px 0;
    font-family: "KG Miss Kindergarten", Sans-serif;
    color: var(--e-global-color-8f78c5e);
    font-weight: 700;
}

/* Point of sale item address */
.filtro p {
    font-size: 14px;
    color: #555;
}


.filtro figure {
    float: left;
    margin-right: 20px !important;
    margin-top: 10px !important;
    border: 1px solid var(--e-global-color-8f78c5e);
    border-radius: 5px;
    
}



.selects-dinamicos select{
    width: 100%;
    max-width: 250px; /* Adjust as necessary */
    padding: 8px 30px 8px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    color: var(--e-global-color-8f78c5e);
    font-family: "KG Miss Kindergarten", Sans-serif;
    appearance: none;
     -webkit-appearance: none; 
    -moz-appearance: none;
}

.selects-dinamicos .col-md-3.py-1 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 250px; /* Adjust as necessary */
}

/* Arrow for the select dropdown */
.selects-dinamicos .col-md-3.py-1::after {
    content: '▼';
    position: absolute;
    top: 20px;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--e-global-color-8f78c5e);
    z-index: 2;
}

/* Ensures select dropdown is on top of other elements */
.selects-dinamicos .col-md-3.py-1 select {
    position: relative;
    z-index: 2;
}

.selects-dinamicos .row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-content: center;
    justify-content: center;
}

/**
 * CARROSSEL COMÉRCIO ONLINE
 */

 .slick-item {
    padding: 20px;
}

.slick-item img {
    width: 100%;
    border-radius: 10px  !important;
}

.slick-L button {
    background: transparent !important;
    z-index: 2 !important;
    font-size: 0px !important;
    padding: 0px !important;
    border: none !important;
}

.slick-L button:hover {
    background: transparent !important;
}

.slick-L button:active,
.slick-L button:hover{
    border: none !important;
}

.slick-next:before, .slick-prev:before {
    font-size: 30px !important;
    color: var(--e-global-color-8f78c5e) !important;
}

.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 15px !important;
    line-height: 20px;

    width: 20px;
    height: 20px;
    color: var(--e-global-color-8f78c5e) !important;

}

.slick-dots li.slick-active button:before{
    color: var(--e-global-color-8f78c5e) !important;
}
