﻿.ItemPartial {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 60px;
}

    .ItemPartial .NewHolder {
        position: relative;
    }

        .ItemPartial .NewHolder .New {
            position: absolute;
            right: 10px;
            width: 45px;
        }

    .ItemPartial .Image {
        height: 146px;
    }

        .ItemPartial .Image img {
            max-width: 220px;
            width: 100%;
        }

        @media screen and (max-width: 505px) {
            .ItemPartial .Image {
                height: 120px;
            }
        }

        @media screen and (max-width: 375px) {
            .ItemPartial .Image {
                height: 85px;
            }
        }

    .ItemPartial .ItemInfo {
    }
    .ItemPartial .ItemInfo .Description {
        min-height: 106px;
    }

    .ItemPartial h3 {
        margin: 0px 0px 3px 0px;
    }

        .ItemPartial h3 a {
            text-decoration: none;
            font-weight: normal;
            font-family: MaxBold;
            line-height: 23px;
            font-size: 16px;
            color: #2689cd;
        }

            .ItemPartial h3 a:hover {
                text-decoration: underline;
            }

            @media screen and (max-width: 500px) {
                .ItemPartial h3 a {
                    line-height: 13px;
                    font-size: 13px;
                }
            }

    .ItemPartial h4 {
        font-weight: normal;
        padding-top: 0px;
        font-family: MaxRegular;
        line-height: 19px;
        font-size: 13px;
        margin: 0px;
        color: #808282;
    }
    .ItemPartial h4  p {
        margin: 0px;
    }

    .ItemPartial .PriceAndAddToCart {
        display: table;
        height: auto;
        width: 100%;
    }

        .ItemPartial .PriceAndAddToCart > div {
            vertical-align: top;
            display: table-cell;
        }

            .ItemPartial .PriceAndAddToCart > div.Price {
                text-align: left;
            }

        .ItemPartial .PriceAndAddToCart > .CartAndInventory {
            padding-top: 6px;
            width: 85px;
        }

        .ItemPartial .PriceAndAddToCart select {
            max-width: 85px;
            width: 85px;
        }
