.fas-container {
    display: flex;
    gap: 2%;
    width: 100%;
}

.fas-column1 {
    width: 30%;
}

.fas-column2 {
    width: 30%;
}

.fas-column3 {
    width: 40%;
}

/* .addreddnumber {
    display: none;
} */

.fas-form select {
    margin: 20px 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.5rem;
    background-size: 30px 30px !important;
    background: url(https://dev.palmerindustries.com/wp-content/uploads/2025/04/Vector-2.svg) no-repeat right 10px center !important;
}

select:not([size]):not([multiple]) {
    border-bottom: 1px solid #000 !important;
    border: 0;
    border-radius: 0;
    padding: 10px;
    color: var(--Text-Black, #191818);
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.buttons-container {
    margin-top: 30px;
}

form.fas-form label {
    color: var(--Text-Black, #191818);
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

form.fas-form input {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
    color: rgba(105, 105, 105, 1);
}

.or-text {
    margin: 10px 0;
    display: block;
}

.buttons-container button#searchbtn {
    background-color: #87D2D2;
    padding: 12px 32px 12px 32px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #242424;
    font-family: "jost";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0;
}

.buttons-container button#searchbtn:hover {
    border-color: #000;
    background-color: transparent;
}

.buttons-container button#sink_reset_filter {
    background-color: #fff;
    padding: 12px 32px 12px 32px;
    border: 1px solid #000;
    border-radius: 0;
    color: #242424;
    font-family: "jost";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0;
}

.fas-column2 p.title {
    font-family: Jost;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: rgba(25, 24, 24, 1);
    margin-bottom: 15px;
}

.fas-column2 #locatorResults {
    margin: 20px 20px 20px 0;
}
.fas-column2 #locatorResults li {
    list-style: none;
    display: flex;
    gap: 10px;
}

.fas-column2 #locatorResults span,
.fas-column2 #locatorResults p {
    color: rgba(25, 24, 24, 1);
    font-family: Jost;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.fas-column2 #locatorResults a {
    text-decoration: underline;
}

.fas-column2 #locatorResults .dealer_category {
    color: rgba(135, 210, 210, 1);
}

#locatorResults li::marker {
    color: #000;
}

.buttons-container button#sink_reset_filter:hover {
    border-color: #87D2D2;
}

.buttons-container button i {
    color: #000;
}

.sink-column2 .sink-noresults-container {
    background-image: url(https://dev.palmerindustries.com/wp-content/uploads/2025/06/sink-imge.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 90%;
}

.sink-buttons-footnote-container {
    margin-top: 20px;
}

.sink-buttons-footnote-container p {
    color: rgba(25, 24, 24, 0.60);
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.sink-content p,
.sink-fetures ul li {
    margin: 0;
    color: rgba(25, 24, 24, 0.60);
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 10px;
}

.sink-fetures h5 {
    margin: 0;
    color: rgba(25, 24, 24, 0.60);
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.sink-content a.sr-pdf-link {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(25, 24, 24, 0.60);
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 10px;
    width: fit-content;
}

.fas-pagination {
    margin: 10px 0;
}

.fas-pagination ul {
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}

.fas-pagination ul li.fas-pg button {
    padding: 10px 15px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    font-family: jost;
    font-weight: 400;
    line-height: 25.2px;
    color: #242424;
}

.fas-pagination ul li.fas-pg.current button {
    background: #87d2d2;
    border-color: transparent;
}

.fas-pagination ul li.fas-pg button:hover {
    color: #242424;
}

@media (max-width: 769px) {
    .sink-container {
        flex-direction: column;
    }

    .sink-column1,
    .sink-column2 {
        width: 100%;
    }

    .fas-form {
        display: grid;
        gap: 0px 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .fas-container {
        flex-direction: column;
        gap: 40px;
    }

    .fas-column1, .fas-column2, .fas-column3 {
        width: 100%;
    }


    .buttons-container {
        justify-content: flex-start;
        gap: 30px;
        flex-direction: column;
    }

    .sink-fetures {
        width: 100%;
        margin: 20px 0 0;
    }

    .sinks-table .sink-list {
        margin: 10px 0px;
        flex-direction: column;
    }

    .sinks-table .sink-content {
        width: 100%;
        margin: 20px 0 0;
    }

    .sinks-table .sink-list .sink-img {
        width: 100%;
    }

    .sink-column2 .sink-noresults-container {
        position: relative;
        height: 700px;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .sink-container {
        flex-direction: column;
    }

    .sink-column1,
    .sink-column2 {
        width: 100%;
    }

    .fas-form {
        display: grid;
        gap: 0px 20px;
        grid-template-columns: repeat(3, 1fr);
    }

    .fas-container {
        flex-direction: column;
        gap: 40px;
    }

    .buttons-container {
        justify-content: flex-start;
        gap: 30px;
    }

    .fas-column1, .fas-column2, .fas-column3 {
        width: 100%;
    }

    .sink-fetures {
        width: 60%;
    }

    .sinks-table .sink-content {
        width: 70%;
    }

    .sinks-table .sink-list .sink-img {
        width: 60%;
    }

    .sink-column2 .sink-noresults-container {
        position: relative;
        height: 700px;
        margin-bottom: 40px;
    }
}

/* shweta */
.locator-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.gm-style-mtc button {
    border-radius: 0;
}

.fas-pagination ul li {
    margin: 10px 0;
}