
@media all (max-width: 530px) {

    /* GLOBAL STYLES */
    /* GLOBAL FORMS */
    /* GLOBAL TABLES */

    #searchbox-container {
        background-color: #f9f9f98a !important;
        position: absolute !important;
        width: 75% !important;
        margin-bottom: 10px !important;
        max-height: 45% !important;
        height: 30% !important;
        top: 31% !important;
        z-index: 1010 !important;
        margin-left: 10% !important;
        padding-top: 3% !important;
        padding-bottom: 0% !important;
        padding-right: 0% !important;
    }

    .Search-box-Home {
        position: relative !important;
        left: 0% !important;
        width: 100% !important;
        text-align: left !important;
        padding: 10px !important;
    }

    .Search-box-HomeInput {
        border-bottom: 1px black solid !important;
        border-top: 1px black solid !important;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
        height: 95px !important;
        margin-top: 5px !important;
    }

    .master-header-wrapper .row {
        background-color: #f9f9f98a !important;
        position: absolute !important;
        width: 90% !important;
        margin-bottom: 10px !important;
        max-height: 45% !important;
        height: 30% !important;
        top: 320px !important;
        z-index: 1010 !important;
        margin-left: 5% !important;
        padding-top: 4% !important;
    }

    .Search-box-HomeLinkSerial {
        margin-bottom: 0.5% !important;
    }

    .custom-select .select-input-type {
        width: 35%;
        display: inline-block;
        position: relative;
        font-family: Arial, Helvetica, sans-serif
    }

    #RefProductHome {
        width: 100% !important;
        margin-top: 1% !important;
    }

    #small-searchterms {
        width: 100%;
        margin-top: 1%;
    }

    .Search-box-HomeInput button {
        top: 65% !important;
        left: 88% !important;
        display: inline-block !important;
        position: absolute !important;
        background-color: transparent !important;
    }


    .search-not-found-message-email {
        text-decoration: underline;
        color: #000080;
    }


    .RestrictedPartMotiveList a {
        font-size: 12px;
    }


    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

    .select-selected {
        background-color: #F1F1F1;
    }

        /*style the arrow inside the select element:*/
        .select-selected:after {
            position: absolute;
            content: "";
            top: 14px;
            right: 10px;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-color: #000 transparent transparent transparent;
        }

        /*point the arrow upwards when the select box is open (active):*/
        .select-selected.select-arrow-active:after {
            border-color: transparent transparent #000 transparent;
            top: 7px;
        }

    /*style the items (options), including the selected item:*/
    .select-items div, .select-selected {
        color: #000;
        padding: 8px 16px;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
        user-select: none;
    }

    /*style items (options):*/
    .select-items {
        position: absolute;
        background-color: #F1F1F1;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
    }

    /*hide the items when the select box is closed:*/
    .select-hide {
        display: none;
    }

    .select-items div:hover, .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .custom-select {
        position: relative !important;
        font-family: Arial !important;
        width: 100% !important;
        top: 7% !important;
        display: inline-block !important;
        margin-bottom: 2% !important;
    }
}
