
*.products .product {  text-align: center; }
     
.store {

    .title-block .title{
        padding: 10px;
    }

    .product {
        height: 100vh;
        padding-top: 5%;
        padding-bottom: 60px;
        &:extend( *.products .product);
        .base_block_for_effect;
        .product-hover-effect-2;

        &:after{
            content: '';
            .mixin_absolute_block_horizontal;
            bottom: 40px;
            border-radius: 50%;
            background-color: @text-color2;
        }

        &:hover{

            h3 { color: @text-color2;}

            .onsale{  background-color: darken(@text-color2, 15%);}
        }


        .img-overlay {

            img{ 
            width: 42%;
            border-radius: 50%;}

            .onsale {
                display: none;
            }
        }
        .footer-product {

            ul{list-style: none;

                a{text-decoration: none;}
            }
            
            .transition;

            a {
                color: @colorBlack;
                &:hover {
                    text-decoration: none;
                }
               
            }
            .star-rating {
                display: none;
            }
            .price {
                display: block;
                text-align: center;
                position: relative;
                .price-amount;
                margin-top: 20px;
                margin-bottom: 70px;

                del{ 
                     color:  lighten(@colorBlack, 50%);
                }
            
                .amount {
                     color:  lighten(@colorBlack, 50%);
                    .border-radius(0px);
                    
                }
                ins {
                     background-color: transparent;
                     
                    .amount {
                        padding: 5px;
                        color: @colorBlack;
                        .border-radius(0px);

                    }
                }
            }

            
        }
        .add_to_cart_button {          
            display: inline-block;
            margin-top: 20px;



            @media (max-width: 1024px){
                padding: 14px 15px;
            }
            @media (max-width: 736px){
                width: 160px;
                margin: 0 auto;
            }
        }
    }

    .media-desktop({

        .product .img-overlay img{ width: 53%;}

    });

    .media-tablet-and-max-mobile({ 

        &>.row>div{width: 50%;}

            .product{
                height: 51vh;
                min-height: 520px;
            }

     });

    .media-mobile({

        .product{ height: auto;}

            .product .img-overlay img{ width: 100%;}

            .product .footer-product .price{
                margin-bottom: 10px;
                margin-top: 10px;
            }

    });


}

#content-shop {
    .page-title {
        text-align: center;
        margin: 0 0 50px 0;
    }
    .woocommerce-result-count {
        text-transform: uppercase;
    }
    .woocommerce-ordering {
        .orderby {
            border: 1px solid @gray-light;
            background: transparent;
        }
    }


    .products {
        .product {

            img{ 
                min-height: 200px;
                border-radius: 50%;
            }

            &:hover{ &:extend(.store .product:hover all); 

            }

            .onsale{ &:extend( #page .page .woocommerce .products .product .onsale ); }

            h3{ &:extend( #page .page .woocommerce .products .product h3);}

            .star-rating {
                position: absolute;
                bottom: 35%;
                left: 10%;
                background-color: white;
                padding: 5px;
            }

            .price{&:extend(#page .page .woocommerce .products .product .price all);}

            .add_to_cart_button {
                .button;
                .border-radius(0);
            }
        }
    }
}
#page {
    .page {
        .entry-title {

        }
        .product-category {
            h3 {
                font-size: 1.5em;
            }
        }

        .woocommerce.columns-3{

            .products .product .star-rating{
                bottom: 28%;
            }

            mark{ background-color: transparent;}

            .media-tablet({

                ul.products{text-align: center;}

               ul.products li.product{
                 width: 50%;
                 }
             });

            .media-mobile({

                ul.products li.product{
                    display: block;
                    width: 100%;
                }
            });

        }

        .woocommerce {

            div.product p.price, 
            div.product span.price{ color: @text-color2;}

            span.onsale{  background-color: @text-color2;}

            .products {
                .product {     
                    min-height: 380px;
                    padding: 10px;

                     img{ 
                    border-radius: 50%;
                    min-height: 200px;}

                     .onsale {
                        z-index: 2;
                        padding: 5px 10px;
                        margin: -0.3em -0.3em 0 0;
                        border-radius: 50%;
                        background-color: @text-color2;
                        .transition;
                    }

                    h3 {
                        // font-size: 2.65em;
                        // color: @colorBlack;
                        text-align: center;
                        margin:20px 0px 0px;
                        padding-top: 20px;
                        padding-bottom: 0px;
                        // font-family: Rochester;
                        .text_element_property
(
    @font-family: Rochester,
    @font-weight: normal,
    @font-size: 2.65em,
    @color:@colorBlack,
    @line_height:1em,
    @text-transform: none 
);
                        .text_cut;
                        .transition;
                    }
                    .star-rating {
                        position: absolute;
                        bottom: 34%;
                        left: 10%;
                        background-color: white;
                        padding: 5px;
                    }
                    .price {
                        display: block;
                        text-align: center;
                        position: relative;
                        top: 15px;
                        color: #333;

                        del {
                            display: inline-block;
                        }

                    }
                    .add_to_cart_button {
                        .button;
                        .border-radius(0);
                    }

                    &:hover{ &:extend(.store .product:hover all);}

                    .media-mobile({width: 100%;});

                }

            }

            .posted_in a{color: @text-color2;}
        }

        .media-desktop-and-max-tablet({

            &.container{ width: 100% !important;}

        });
    }
}
.single {
    #content-shop {

        .woocommerce-tabs .wc-tab h2,
        .related h2
        { .header_style;}

        .single_add_to_cart_button.button {
        padding-bottom: 7px;
        padding-top: 7px; }

         .price .amount{ &:extend(.store .product .footer-product .price .amount); }

        .images {

            img {
                width: auto;
                margin: 0 auto;
                border-radius: 50%;
            }
        }
        .entry-summary {
            .cart {
                .single_add_to_cart_button {
                    .border-radius(0px);
                }
            }
        }

        span.onsale{ &:extend( #page .page .woocommerce .products .product .onsale ); }
    }
}
.related {
    h2 {
        color: #456;
    }
}
.woocommerce-tabs {
    .wc-tabs {
    }
    .wc-tab {
        background: transparent;
        h2 {
            color: #456;
            margin: 0 0 20px 0;
        }
    }
}
.btn-default {
    .button;
}

    .woocommerce.woocommerce-page ul.products li.product{

        .media-mobile({ width: 100%;});

    } 
