/* Hotwater: One-panel PST mobile styles */

@media (max-width: 991px) {
    #interior_container .bg_scroll {
        max-width: 100%;
        background-size: 100%;
        background: transparent;
    }

    #productSelectorTool .heaters-search .back-header,
    #productSelectorTool .heaters-results .back-header {
        margin: 22px 0 14px 0;
    }

    #productSelectorTool div.heaters-search div p {
        margin-left: 30px;
        margin-right: 20px;
    }

    #productSelectorTool .pageTitle {
        max-width: 100%;
        overflow: unset;
        margin: 30px 30px 24px;
    }

    #pst-header:before,
    #pst-header:after {
        top: 13px !important;
    }

    h1#pst-header img {
        height: 32px;
    }

    #productSelectorTool .sortButtons {
        padding: 0px 18px;
    }
}

@media (min-width: 992px) {
    .mobile {
        display: none;
    }
}

/*-----------------------------------------
bandaid fixes for overriding hotwater styles
-----------------------------------------*/
#productSelectorTool .accordion .panel {
    height: auto;
    width: 100%;
}

#productSelectorTool .modal-body p {
    padding-bottom: 15px;
}

#productSelectorTool .result-icons {
    text-align: center;
}

#productSelectorTool .modalAdvancedOptions {
    width: auto;
}

#productSelectorTool .unit_cost {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-top: 0px;
}

#productSelectorTool #find-local-installer {
    display: none;
    width: 13em;
}
