﻿#shop {
    .product-overlay {
        bottom: 0;

        .add-to-cart {
            &:nth-child(2) {
                color: #fff;
                background-color: #22a248;

                &:hover {
                    background-color: darken(#22a248,10%);
                }
            }
        }
    }

    .product-desc {
        font-size: 12px;

        .product-title {
            h3 {
                font-size: 15px;
            }
        }

        .grid-1-line-desc {
            span {
                font-size: 11px;
            }
        }

        .product-price {
            ins {
                color: #1f1f1f;
            }

            .off {
                background: #0ad4b0;
                color: #fff;
                font-size: 12px;
                padding: 3px 8px;
                /* float: right; */
                position: relative;
                top: -2px;
                left: 0;
            }
        }

        .pro-sku {
            small {
                color: #a9a9a9;
            }
        }
    }
}


    .spost {
        .entry-title {
            h4 {
                font-size: 11px;

                a {
                    &:hover {
                        color: #e71e26;
                    }
                }
            }
        }

        .entry-image {
            img {
                height: auto;
            }
        }
     }
