@media screen and (max-width: 767px) {

    .manuTable {
        width: 100%;
        text-align: center;
    }

    div.manuTable > a {
        width: 45.8%;
        min-width: 210px;
    }

    div.mfgName {
        width: 100%;
        padding: 5px 0px;
    }

    .BrandItemID {
        width: 28% !important;
    }

    .BrandItemDesc {
        width: 44% !important;
    }

    .BrandPrice {
        width: 28% !important;
    }

    h1 {
        line-height: 30px;
    }

    #ProductWrapper {
        display: none;
    }

    .ProductInfoWrapper {
        width: 100%;
        padding-top: 10px;
    }

    .Product {
        text-align: center;
    }

    .ItemIdAndImage {
        float: none;
    }

    .ProductWrapper img {
        box-sizing: border-box;
        border: 3px solid #d7d7d7;
        max-height: 120px;
        max-width: 120px;
        min-height: 120px;
        min-width: 120px;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .ProductDesc p {
        width: initial;
        line-height: 20px;
        font-weight: bold;
    }

    .ProductDesc {
        width: 63%;
        position: relative;
        max-width: 370px;
    }

    .ProductDetailsButtonsWrapper {
        width: 100%;
        height: auto;
        margin-top: 10px;
        text-align: center;
    }

    .ProductDetails {
        line-height: 20px;
        width: 24%;
        max-width: 125px;
        vertical-align: top;
    }

    .ProductDetails input, .ProductDetails select {
        margin-top: 5px;
    }

    .ProductDetails span {
        display: block;
        width: 100%;
    }

    input[name="ButtonResultsAddToCart"] {
        position: initial;
        margin: 10px 0px;
    }

    .AvailabilityLabel {
        line-height: normal;
        position: initial;
        display: block;
        margin-left: 10px;
        margin-top: 5px;
    }

    .CallIfAvail {
        position: initial;
        margin: 0 auto;
    }

    .LoginForPrice {
        width: auto;
        vertical-align: top;
        position: inherit;
        text-align: center;
    }

    .AllOtherProductTitlesWrapper, .DescriptionTitle, .ItemIdTitle, .UnitSize {
        display: none;
    }

    #ProductTitlesWrapper {
        display: none;
    }

    .ItemPrice {
        display: initial;
        font-size: 25px;
        width: 125px;
        display: inline-block;
        margin-top: 20px;
        vertical-align: top;
    }

    .UOM select {
        height: 35px;
        border: 2px solid #A6A8AB;
        background-color: #f3f3f3;
    }

    .ButtonWrapper {
        text-align: center;
        right: 0px;
        width: 90%;
        margin: 15px auto;
        position: initial;
    }

    .ButtonAddList, .ButtonAddRFQ, .ButtonAddCart {
        width: 32%;
    }

    .ItemPriceAndDetail {
        position: relative;
        height: 115px;
        width: 80%;
        margin: 0 auto;
        max-width: 355px;
        margin-top: 10px;
    }

    .ItemDetailsLink {
        width: 100%;
        display: block;
        text-align: left;
    }

    .CallForPrice {
        margin: 0 auto;
        position: inherit;
    }

    .ItemDetails {
        position: inherit;
        text-align: center;
        font-weight: normal;
        font-size: 12px;
    }

    #r1ItemSearchResults h1 {
        color: #2b416d;
        text-align: center;
    }

    a.ViewPriceBreaks {
        left: 55px;
        top: 45px;
    }


    .GridView {
        width: 46% !important;
    }

    .GridView .ButtonAddList, .GridView .ButtonAddRFQ, .GridView .ButtonAddCart {
        width: 100%;
        left: 0px;
    }

    .GridView .ProductDesc p {
        padding-left: 0px;
        text-align: center;
    }

    @media screen and (max-width: 425px) {
        .ProductDesc {
            width: 100%;
            text-align: center;
            height: auto;
            margin-bottom: 20px;
        }

        .ProductDesc p {
            text-align: center;
        }
    }
}



@media screen and (max-width: 615px) {
    .GridView {
        width: 93% !important;
    }
}
