/*******************************************/
/* Locales styles
/*******************************************/
#locales {
    height: auto;
    position: unset;
    background: transparent;
}
#locales header {
    padding: 5rem 0 4rem 0;
    margin-top: 5rem;
    background: transparent;
    position: unset;
    text-align: center;
    color: #0d0d0d;
    line-height: normal;
    height: auto;
}
#locales header h2 {
    font-size: 34px;
}
#locales .container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}
@media screen and (max-width: 468px) {
    #locales .container {
        width: 100%;
    }
}
#locales #filter-locales {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1.5rem;
}
#locales #pagination {
    margin-top: 2rem;
    width: 100%;
}
#locales #pagination ul {
    display: flex;
    justify-content: end;
}
#locales #pagination ul li a {
    font-size: 15px;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    font-family: 'Cera Round Pro Bold', sans-serif;
    color: #6400a9;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
#locales #pagination ul li.active a {
    background: #81f5d6;
    color: #6400a9;
    border: none;
    width: 24px;
    height: 24px;
}
#locales #pagination ul li a:hover {
    background: #6400a9;
    color: #fff;
    border: none;
}

#locales #filter-locales {
    display: flex;
    justify-content: flex-start;
}
@media screen and (max-width: 468px) {
    #locales #filter-locales {
        flex-direction: column;
    }
}
#locales #filter-locales #filter-region,
#locales #filter-locales #filter-comuna {
    position: relative;
    margin-right: 30px;
    width: 328px;
}
@media screen and (max-width: 468px) {
    #locales #filter-locales #filter-region,
    #locales #filter-locales #filter-comuna {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
#locales #filter-locales #filter-region::before,
#locales #filter-locales #filter-comuna::before {
    content: "\eb66";
    font-family: "sabbi-icons";
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 1.5rem;
}
#locales #filter-locales #filter-region label,
#locales #filter-locales #filter-comuna label {
    position: absolute;
    top: -12px;
    left: 15px;
    background-color: #ffffff;
    z-index: 100;
    font-size: 12px;
    padding: 0 4px;
}
#locales #filter-locales #select-region,
#locales #filter-locales #select-comuna {
    padding: 5px 18px;
    height: auto;
    border-radius: 50px;
    border: 1px solid #646464;
    font-family: 'Cera Round Pro Regular', sans-serif;
    width: 100%;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: unset;
}
#locales #filter-locales #select-region:invalid,
#locales #filter-locales #select-comuna:invalid {
    color: #a6a6a6;
}
#locales #table-wrapper {
    max-height: 680px;
    overflow: scroll;
}
@media screen and (max-width: 468px) {
    #locales #table-wrapper {
        overflow-x: auto;
    }
}
#locales .table-locales {
    border-bottom: none;
    width: 100%;
    border-spacing: 0;
}
#locales #table-locales_wrapper select {
    background: transparent;
}
#locales .table-locales thead th {
    background-color: #8a00e6;
    color: #fff;
    text-align: left;
    border: none;
    padding: 10px 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}
#locales .table-locales thead th:first-child {
    border-radius: 10px 0 0 10px;
}
#locales .table-locales thead th:last-child {
    border-radius: 0 10px 10px 0;
}
#locales .table-locales tbody tr {
    background-color: #fff;
    border: none;
}
#locales .table-locales tbody tr td {
    font-size: 16px;
    color: #373737;
    padding: 10px 20px;
    border-bottom: 1px solid #d3d3d3;
}
#locales .table-locales tbody tr:hover {
    background-color: #f5f5f5;
}
#locales .table-locales tbody tr td .brand {
    padding-left: 30px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
#locales .table-locales tbody tr td .salcobrand {
    background-image: url('../../../icons/custom/ico-salcobrand.png');
}
#locales .table-locales tbody tr td .preunic {
    background-image: url('../../../icons/custom/ico-preunic.png');
}