﻿.products.wrapper.products-grid .product-items {
    margin-left: -15px;
    margin-right: -15px;
}

    .products.wrapper.products-grid .product-items:after {
        content: "";
        display: block;
        clear: both;
    }

    .products.wrapper.products-grid .product-items .product-item {
        margin: 0 !important;
        padding: 0 15px;
        float: left;
        display: block;
        clear: none;
    }

.products-grid .product-item-info {
    width: unset !important;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 20px;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
}

    .products-grid .product-item-info .reviews-actions {
        display: none !important;
    }

    .products-grid .product-item-info .image-product {
        position: relative;
    }

    .products-grid .product-item-info .product-item-photo {
        display: block;
        line-height: 0;
        position: relative;
    }

        .products-grid .product-item-info .product-item-photo:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            opacity: 0;
            background-color: rgba(0, 0, 0, .6);
            z-index: 5;
            transition: .1s;
            -moz-transition: .1s;
            -webkit-transition: .1s;
            -o-transition: .1s;
        }

    .products-grid .product-item-info .product-item-details {
        padding: 10px 14px 12px;
        position: relative;
        height: 60px;
    }

        .products-grid .product-item-info .product-item-details .product-item-name {
            margin: 0;
            max-height: 42px;
            overflow: hidden;
        }

            .products-grid .product-item-info .product-item-details .product-item-name a {
                padding: 6px 0;
            }

        .products-grid .product-item-info .product-item-details .price-box {
            margin: 2px 0 0;
        }

            .products-grid .product-item-info .product-item-details .price-box .price {
                font-size: 114.285%;
            }

            .products-grid .product-item-info .product-item-details .price-box .old-price .price {
                position: relative;
                top: 2px;
                font-size: 100%;
            }

        .products-grid .product-item-info .product-item-details .product-item-actions {
            margin: 0;
            text-align: center;
            position: absolute;
            top: -39px;
            z-index: 10;
            left: 0;
            right: 0;
            opacity: 0;
            transition: .1s;
            -moz-transition: .1s;
            -webkit-transition: .1s;
            -o-transition: .1s;
        }

            .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary {
                vertical-align: top;
            }

                .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
                    background-color: red;
                    line-height: 36px;
                    padding: 10px;
                    color: #fff;
                    font-family: inherit;
                    font-size: 14px;
                    font-weight: bold;
                    border-radius: 0;
                    -moz-border-radius: 0;
                    -webkit-border-radius: 0;
                    transition: .1s;
                    -moz-transition: .1s;
                    -webkit-transition: .1s;
                    -o-transition: .1s;
                }
            /*.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart span {
        display: none;
    }*/
            /*.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:before {
        content: '\e958';
        display: inline-block;
        font-family: 'icomoon'!important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        font-size: 14px;
    }*/
            .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
                vertical-align: top;
            }

                .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action {
                    background-color: #fff;
                    display: block;
                    float: left;
                    margin-left: 3px;
                    width: 36px;
                    height: 36px;
                    text-align: center;
                    line-height: 36px;
                    color: #222;
                    border-radius: 0;
                    -moz-border-radius: 0;
                    -webkit-border-radius: 0;
                    transition: .1s;
                    -moz-transition: .1s;
                    -webkit-transition: .1s;
                    -o-transition: .1s;
                }

                    .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action:before {
                        display: none;
                    }

                    .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:after {
                        content: '\e93f';
                        display: inline-block;
                        font-family: 'icomoon' !important;
                        speak: none;
                        font-style: normal;
                        font-weight: 400;
                        font-variant: normal;
                        text-transform: none;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        text-align: center;
                        font-size: 14px;
                    }

                    .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:after {
                        content: '\e953';
                        display: inline-block;
                        font-family: 'icomoon' !important;
                        speak: none;
                        font-style: normal;
                        font-weight: 400;
                        font-variant: normal;
                        text-transform: none;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        text-align: center;
                        font-size: 14px;
                    }

                    .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.quickview-handler:after {
                        content: '\e937';
                        display: inline-block;
                        font-family: 'icomoon' !important;
                        speak: none;
                        font-style: normal;
                        font-weight: 400;
                        font-variant: normal;
                        text-transform: none;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        text-align: center;
                        font-size: 14px;
                    }

    .products-grid .product-item-info:hover {
        border-color: #fff;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .16);
        -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, .16);
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .16);
        -o-box-shadow: 0px 4px 8px rgba(0, 0, 0, .16);
    }

        .products-grid .product-item-info:hover .product-item-details .product-item-actions,
        .products-grid .product-item-info:hover .product-item-photo:before {
            opacity: 1;
        }

.page-title {
    font-size: 150%;
    line-height:28px;
    color: #222;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    padding-top: 20px;
}


@media (min-width: 1024px) {
    body .container,
    body .page-main {
        max-width: 1290px;
    }
}

@media (min-width: 1921px) {
    .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item {
        width: 25%;
    }

        .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item:nth-child(4n+1) {
            clear: both;
        }
}

@media (min-width: 1681px) and (max-width: 1920px) {
    .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item {
        width: 25%;
    }

        .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item:nth-child(4n+1) {
            clear: both;
        }
}

@media (min-width: 1441px) and (max-width: 1680px) {
    .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item {
        width: 25%;
    }

        .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item:nth-child(4n+1) {
            clear: both;
        }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item {
        width: 25%;
    }

        .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item:nth-child(4n+1) {
            clear: both;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item {
        width: 33.333333333333%;
    }

        .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item:nth-child(3n+1) {
            clear: both;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item {
        width: 33.333333333333%;
    }

        .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item:nth-child(3n+1) {
            clear: both;
        }
}

@media (min-width: 481px) and (max-width: 767px) {
    .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item {
        width: 50%;
    }

        .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item:nth-child(2n+1) {
            clear: both;
        }
}

@media (max-width: 480px) {
    .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item {
        width: 100%;
    }

        .page-layout-2columns-left .products.wrapper.products-grid .product-items .product-item:nth-child(1n+1) {
            clear: both;
        }
}