/**
 * Label product
 */

.product-labels {
    .product-label {
        display: block;
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        text-transform: uppercase;
        color: #fff;
        .border-radius(50%);
    }

    .new-label {
        background-color: #00b46a;
    }

    .sale-label {
        background-color: #ff5500;
    }
}

.products-list .image-product {
    position: relative;
}

.products-list,
.products-grid {
    .product-labels {
        .product-label {
            position: absolute;
            top: 15px;
            z-index: 20;
            font-size: 13px;
        }

        .new-label {
            right: 15px;
        }

        .sale-label {
            left: 15px;
        }
    }
}

/**
 * Grid style
 */

.products-grid {
    .product-item {
        font-size: unset;
    }

    .product-item .price-box {
        margin: 5px 0 15px;
    }

    .product-item .price-box {
        .price {
            font-size: 126.67%;
            font-weight: 400;
            color: #e74c3c;
        }

        .old-price .price {
            color: #999;
            font-size: 100%;
            position: relative;
            top: 4px;
        }
    }

    .product-image-container {
        vertical-align: top;
    }

    .product-reviews-summary {
        display: block;
    }

    .product-item .product-reviews-summary .rating-summary {
        display: inline-block;
    }

    .product-reviews-summary .reviews-actions {
        display: none;
    }

    .product-item-details {
        text-align: center;
        padding: 10px 10px 0;

        .quickview-handler {
            height: 36px;
            line-height: 36px;
            position: absolute;
            left: 0;
            right: 0;
            text-transform: uppercase;
            opacity: 0;
            visibility: hidden;
            z-index: 20;
        }
    }

    .product-item-name {
        font-size: 107.69%;
        margin: 0 0 6px;

        a {
            display: inline-block;
        }
    }

    .product-item-inner {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 25px;
    }

    .product-item-actions {
        display: inline-block;
        padding: 0 42px;
        margin: 0;
        position: relative;

        .actions-primary button {
            background: none;
            border: 1px solid #e5e5e5;
            height: 38px;
            line-height: 36px;
            color: #666;
            padding: 0 15px;
            font-size: 92.307%;
            text-transform: uppercase;
            font-weight: 700;
            .border-radius(2px);
            .box-shadow-none();
            .transition(.1s);
        }

        .actions-primary button:before {
            vertical-align: middle;
            margin-right: 3px;
            position: relative;
            top: -2px;
            .icomoon(e957, 18px);
        }

        .actions-secondary {
            .action {
                display: inline-block;
                width: 38px;
                height: 38px;
                text-align: center;
                line-height: 36px;
                color: #999;
                border: 1px solid #e5e5e5;
                position: absolute;
                top: 0;
                .border-radius(2px);
                .transition(.1s);
            }

            .action:before,
            .action span {
                display: none !important;
            }

            .towishlist {
                left: 0;
            }

            .towishlist:after {
                .icomoon(e93f, 16px);
            }

            .tocompare {
                right: 0;
            }

            .tocompare:after {
                .icomoon(e952, 16px);
            }
        }
    }

    .product-item-info {
        background-color: #fff;
        height: 100%;
        width: 100%;
        position: relative;
        padding-bottom: 62px;

        &:hover {
            position: relative;
            z-index: 30;
            .box-shadow(rgba(0, 0, 0, 0.15) 0px 0px 10px);

            .product-item-details .quickview-handler {
                opacity: 1;
                visibility: visible;
            }
        }
    }

    .swatch-attribute:last-child {
        margin-bottom: 10px;
    }

    .swatch-attribute-options {
        margin: 0;
    }

    .swatch-option {
        float: none;
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
    }
}

/**
 * Block slider product page
 */

.detail-product-slider {
    .block-title {
        font-size: 138.461%;
        color: #222;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .block-content {
        border: 1px solid #e5e5e5;
    }

    .owl-theme .owl-nav {
        margin: 0;
        position: absolute;
        top: -44px;
        right: 0;
    }

    .owl-theme .owl-nav [class*='owl-'] {
        margin: 0;
        padding: 0;
        width: 26px;
        height: 34px;
        line-height: 32px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        color: #888;
        .border-radius(0);
        .transition(.1s);

        &:before {
            font-size: 18px;
        }

        &.owl-next {
            border-left: none;
        }

        &.owl-prev {
            border-right: none;
        }
    }
}

/**
 * Product wishlist page
 */
.products-grid.wishlist .product-item .price-box {
    margin: 5px 0 15px;
}

.products-grid.wishlist .product-item .fieldset .field.qty {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.products-grid.wishlist {
    .product-item-info {
        text-align: center !important;
        padding-bottom: 20px;

        .product-item-inner {
            position: static;
        }

        .box-tocart {
            margin-bottom: 10px;
        }
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-layout-2columns-left .products-grid .product-item-actions .actions-primary button:before {
        display: none;
    }

    .page-layout-2columns-left .products-grid .product-item-actions .actions-primary button {
        padding: 0 10px;
    }

    .product-slider .products-grid .product-item-actions .actions-primary button:before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .products-grid .product-item-actions .actions-primary button:before {
        display: none;
    }
}

@media (max-width: 480px) {
    .products-grid .product-item-actions .actions-primary button {
        color: #999;
    }

    .products-grid .product-item-actions .actions-primary button:before {
        margin: 0;
    }

    .products-grid .product-item-actions .actions-primary button span {
        display: none;
    }
}