﻿ol, ul {
    list-style: none;
}

.block a.product-picture {
    display: none;
}

.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.product-selectors {
    margin: 0 0 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

    .product-selectors:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-selectors .product-viewmode {
        display: none;
        font-size: 0;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 5px;
    }

    .product-selectors span {
        vertical-align: middle;
        font-size: 19px;
    }

    .product-selectors select {
        margin: 0 8px;
    }

select {
    min-width: 50px;
    min-height: 32px;
    padding: 6px;
}

input, textarea, select {
    font-size: 17px;
    color: #777;
}

.product-grid, .product-list {
    margin: 0 0 50px;
}

    .product-grid .title {
        margin: 0 0 30px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px;
        font-size: 30px;
        font-weight: 400;
        color: #444
    }

        .product-grid .title strong {
            font-weight: 400
        }

    .product-list .item-box {
        float: none;
        width: auto;
        margin: 0 5px 20px;
    }

        .product-list .item-box .product-item:after {
            content: "";
            display: block;
            clear: both;
        }

        .product-list .item-box .picture {
            float: left;
            width: 220px;
        }

        .product-list .item-box:hover .picture a img {
            opacity: 1;
        }

        .product-list .item-box .picture:hover a img {
            opacity: 0.85;
        }

        .product-list .item-box .picture + .details {
            margin: 0 0 0 240px;
        }

        .product-list .item-box .product-title {
            height: auto;
            padding: 10px 0;
            font-size: 18px;
        }

        .product-list .item-box .description {
            display: block;
            margin: 0 0 10px;
            line-height: 22px;
        }

        .product-list .item-box .prices {
            height: auto;
            margin: 0 0 30px;
        }

        .product-list .item-box .buttons {
        }

        .product-list .item-box .product-box-add-to-cart-button {
            width: auto;
            min-width: 150px;
            padding: 0 20px;
        }

        .product-list .item-box .add-to-compare-list-button,
        .product-list .item-box .add-to-wishlist-button {
            width: 42px;
        }

.item-grid:after {
    content: "";
    display: block;
    clear: both;
}

.item-box {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 80px;
    text-align: left;
}

    .item-box .picture {
        z-index: 1;
        overflow: hidden;
        background-color: #fff;
        margin: 0 0 20px;
    }

        .item-box .picture a {
            display: block;
            position: relative;
        }

            .item-box .picture a:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

            .item-box .picture a img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                max-width: 100%;
                max-height: 100%;
                margin: auto;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                -webkit-transform: translateZ(0) scale(1.0, 1.0);
            }

    .item-box .details {
        padding: 0 10px;
    }

    .item-box .product-title {
        margin: 0 0 10px;
        overflow: hidden;
        font-size: 19px;
        line-height: 1.2;
        font-weight: normal;
        color: #000;
        height: 120px;
        overflow: hidden;
    }

        .item-box .product-title a {
            display: block;
            color: #444 !important;
        }

    .item-box .description {
        display: none;
    }

    .item-box .prices {
        margin: 0 0 10px;
        overflow: hidden;
    }

    .item-box .actual-price {
        margin: 0 5px 0 0;
        font-size: 19px;
        color: #666;
    }

    .item-box .buttons {
        margin: 0;
        font-size: 0;
    }

.buttons {
    margin: 0 0 30px;
}

.item-box input[type="button"] {
    display: inline-block;
    height: 40px;
    border: none;
    vertical-align: middle;
}

.item-box .product-box-add-to-cart-button {
    width: 60%;
    background-color: #000;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .item-box .product-box-add-to-cart-button:hover {
        background-color: #808080;
    }

.item-box input[type="button"] {
    display: inline-block;
    height: 40px;
    border: none;
    vertical-align: middle;
}

.item-box .add-to-wishlist-button {
    background-image: url(../images/wishlist-button.png);
}

    .item-box .add-to-compare-list-button:hover,
    .item-box .add-to-wishlist-button:hover {
        background-color: #ddd;
    }

.item-box .add-to-compare-list-button, .item-box .add-to-wishlist-button {
    width: 20%;
    border-left: 1px solid #fff !important;
    background-color: #eaeaea;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}

.category-description a {
    color: #000;
}

.item-box .details {
    padding: 0 10px;
}

img {
    max-width: 100%;
    height: auto;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    background: url(../images/rss.png) center no-repeat;
    font-size: 0 !important;
}

@media (min-width: 480px) {
    .item-box:nth-child(2n+1) {
        clear: both;
    }

    .item-box {
        width: 49%;
        margin: 0 0.5% 50px;
    }

        .item-box .product-title {
            min-height: 42px;
            margin: 0 0 5px;
        }

        .item-box .prices {
            height: 40px;
        }

}

@media (min-width: 768px) {
    .product-selectors {
        text-align: left;
    }

        .product-selectors .product-viewmode {
            display: inline-block;
            float: right;
        }

            .product-selectors .product-viewmode span {
                display: none;
            }

            .product-selectors .product-viewmode a.selected {
                opacity: 1;
            }

            .product-selectors .product-viewmode a.grid {
                background-image: url(../images/view-grid.png);
            }

            .product-selectors .product-viewmode a {
                display: inline-block;
                width: 24px;
                height: 32px;
                margin: 0 0 0 12px;
                background-position: center;
                background-repeat: no-repeat;
                opacity: 0.5;
            }

                .product-selectors .product-viewmode a.list {
                    background-image: url(../images/view-list.png);
                }

            .product-selectors .product-viewmode a {
                display: inline-block;
                width: 24px;
                height: 32px;
                margin: 0 0 0 12px;
                background-position: center;
                background-repeat: no-repeat;
                opacity: 0.5;
            }

    .item-box:nth-child(3n+1) {
        clear: both;
    }

    .item-box:nth-child(2n+1) {
        clear: none;
    }

    .item-box {
        width: 32.33333%;
        margin: 0 0.5% 50px;
    }

    .product-list .item-box .picture + .details {
        margin: 0 0 0 240px;
    }

    .product-list .item-box .prices {
        height: auto;
        margin: 0 0 30px;
    }
}

@media (min-width: 1024px) {
        .block a.product-picture {
            display: inline-block;
            position: relative;
            width: 30%;
            margin: 0 0 0 -15px;
            vertical-align: middle;
        }

        .block a.product-picture + a.product-name {
            width: 70%;
        }

        .block a.product-name {
            vertical-align: middle;
        }

    .item-box .buttons {
        text-align: left;
    }

    .block a.product-picture + a.product-name:before {
        display: none;
    }

    .link-rss {
        display: block;
        float: right;
        margin: 6px 0 0;
    }
}