

@media only screen and (max-width: 1000px) and (min-width: 600px)  {
    .custom-responsive-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    #custom-search-bar-input {
        width: 400px !important;
    }

    .custom-mobile-search-button-spacer {
        height: 10px !important;
    }
    
}



@media only screen and (max-width: 600px) {
    .custom-responsive-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    #custom-search-bar-input {
        width: 100%;
        height: 40px;
        border-radius: 10px;
        border: 1px solid #bbb;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
        font-family: -apple-system, 'Helvetica', sans-serif;
        font-weight: 300;
        outline: none;
        text-align: center;
    }
    
    .custom-mobile-search-button-spacer {
        height: 10px !important;
    }

    .custom-search-button {
        color: white;
        background: rgba(34, 162, 113, 1);
        width: 100%;
        height: 40px;
        text-align: center;
        border-radius: 10px;
        font-size: 18px;
        font-family: -apple-system, 'Helvetica', sans-serif;
        font-weight: 300;
        cursor: pointer;
        margin-left: 0px;
        border: 0px;
        padding: 0px;
        
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

@media only screen and (min-width: 600px) {

    #custom-search-bar-input {
        width: 500px;
        height: 36px;
        border-radius: 10px;
        border: 1px solid #bbb;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
        font-family: -apple-system, 'Helvetica', sans-serif;
        font-weight: 300;
        outline: none;
        text-align: center;
    }
    
    .custom-mobile-search-button-spacer {
        height: 0px !important;
        display: none;
    }

    .custom-search-button {
        color: white;
        background: rgba(34, 162, 113, 1);
        width: 120px;
        height: 36px;
        text-align: center;
        border-radius: 10px;
        font-size: 18px;
        font-family: -apple-system, 'Helvetica', sans-serif;
        font-weight: 300;
        cursor: pointer;
        margin-left: 18px;
        border: 0px;
        padding: 0px;
        
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

.custom-section-margins {
    margin-left: auto;
    margin-right: auto;
}

.custom-back-button {
    cursor: pointer;
    margin-top: 50px;
    font-weight: bold;
}

.custom-manufacturer-logo-section {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.custom-manufacturer-logo-top {
    height: 60px;
    width: 60px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.custom-undecorated-links {
    text-decoration: none;
    color: black;
}

.custom-search-container {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
