﻿.title-head {
    font-size: 1.42857em;
    color: #333;
    text-decoration: none
}

    .title-head a {
        color: #333
    }

        .title-head a:hover {
            color: #ed1c24
        }

.subtitle-head {
    font-size: 1.28571em;
    color: #333;
    margin: 20px 0
}

.product-box {
    text-align: left;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    overflow: hidden
}

    .product-box .product-thumbnail {
        position: relative;
        overflow: hidden
    }

    .product-box .product-info {
        z-index: 10;
        position: relative;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px
    }

    .product-box .product-name {
        font-size: 1em;
        line-height: 1.15;
        color: #333;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 5px;
        padding-bottom: 2px
    }

        .product-box .product-name a {
            color: #222;
            text-decoration: none
        }

            .product-box .product-name a:hover {
                color: #ed1c24
            }

        .product-box .product-name:hover, .product-box .product-name:focus {
            color: #ed1c24
        }

    .product-box .price-box {
        min-height: 49px
    }

        .product-box .price-box .special-price {
            display: block;
            width: 100%
        }

            .product-box .price-box .special-price .product-price {
                color: #ed1c24;
                font-size: 1.07143em;
                line-height: 1.71429em;
                display: inline-block;
                font-weight: 500
            }

        .product-box .price-box .old-price {
            display: inline-block
        }

            .product-box .price-box .old-price .product-price-old {
                text-decoration: line-through;
                font-size: .92857em;
                margin: 0 0 0 0px;
                display: inline-block;
                color: #878787
            }

        .product-box .price-box .sale-flash {
            position: absolute;
            font-size: .92857em;
            top: 10px;
            left: 10px;
            text-align: center;
            z-index: 9;
            text-transform: uppercase;
            font-weight: 500
        }

    .product-box .product-summary {
        font-size: 1em;
        color: #acacac;
        line-height: 20px
    }

    .product-box form {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.product-price {
    color: #323c3f;
    font-size: 1.42857em;
    line-height: 24px;
    display: block;
    font-weight: 700
}

.products-view-list .product-box .product-thumbnail {
    text-align: center;
    margin-bottom: 0;
    width: calc(100% / 3);
    float: left
}

@media (max-width: 480px) {
    .products-view-list .product-box .product-thumbnail {
        width: 100%;
        float: none;
        margin-bottom: 15px
    }
}

.products-view-list .product-box .product-info {
    text-align: left;
    margin-left: 30px;
    float: left;
    width: calc(100% / 3 * 2 - 30px);
    background: transparent;
    border-top: none
}

@media (max-width: 480px) {
    .products-view-list .product-box .product-info {
        float: none;
        margin-left: 0;
        width: 100%
    }
}

/*.breadcrumb {
    margin: 0;
    font-size: 1em;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 0
}

    .breadcrumb li {
        display: inline
    }

        .breadcrumb li > a {
            color: #333
        }

            .breadcrumb li > a > span {
                color: #333
            }

                .breadcrumb li > a > span:hover, .breadcrumb li > a > span:focus {
                    color: #ed1c24;
                    text-decoration: none
                }

            .breadcrumb li > a:hover, .breadcrumb li > a:focus {
                color: #ed1c24;
                text-decoration: none
            }

        .breadcrumb li span {
            display: inline;
            color: #ed1c24;
            padding: 0 2px
        }

            .breadcrumb li span .fa {
                color: #666
            }

        .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
            color: #333;
            font-weight: 500
        }

    .breadcrumb > li + li:before {
        display: none
    }*/

.pagination {
    margin-bottom: 20px
}

    .pagination .page-link {
        float: left;
        margin: 0 2.5px;
        width: 36px;
        background: #fff;
        text-align: center;
        height: 36px;
        font-size: 14px;
        line-height: 32px;
        color: #000;
        border-radius: 0;
        border: 1px solid transparent;
        text-decoration: none;
        border-radius: 3px !important;
        padding: 0
    }

        .pagination .page-link:hover, .pagination .page-link:focus {
            background-color: #fff;
            border: 1px solid #757779;
            color: #000
        }

@media (max-width: 480px) {
    .pagination .page-link {
        width: 24px;
        height: 24px;
        line-height: 20px;
        margin: 0 2px;
        font-size: 12px
    }
}

.pagination .page-link svg {
    position: relative;
    top: 2px
}

.pagination .page-item.disabled .page-link {
    color: #000;
    background: #fff;
    border: 1px solid transparent
}

.pagination .page-item.active .page-link {
    background-color: #fff;
    border: 1px solid #757779;
    color: #000
}
