.woocommerce ul.products li.product img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 1em;
    width: 100%;
}

.img_fleche_blanche {
    box-shadow: none;
    background-color: transparent !important;
    display: block !important;
    height: 9px !important;
    margin: 0 auto !important;
    width: 16px !important;
    position: relative !important;
    top: -190px;
    -webkit-transition: top 0.3s linear;
    transition: top 0.3s linear;
}
.product:hover > .img_fleche_blanche {
    top: -240px;
}

.woocommerce ul.products li.product a:hover img{
    opacity:0.3;
}

/*.woocommerce ul.products li.product h3.cat_h3 {
    background-color: rgba(255, 255, 255, 0.6);
    line-height: 18px;
    margin: 0 auto;
    position: relative;
    top: -200px;
    width: 65%;
    border: none;
    -webkit-transition: top 1s linear;
    transition: top 1s linear;
}*/

.product .cat_h3 {
    background-color: rgba(255, 255, 255, 0.8) !important;
    line-height: 20px !important;
    margin: 0 auto !important;
    position: relative !important;
    top: -200px;
    width: 60%;
    border: none !important;
    -webkit-transition: top 0.3s linear;
    transition: top 0.3s linear;
    height: 55px;
}

.product .cat_h357 {
    line-height: 40px !important;
}

.cat_h3.cat_h364 {
    margin-top: -2px !important;
}

/*.woocommerce ul.products li.product h3.cat_h3 ul.category-subc{
position:relative;
top:-250px;
}*/
.product:hover img {
    opacity: 0.30;
}
.product:hover > .cat_h3 {
    top: -250px;
    background-color: transparent !important;
    font-weight: bold;   
}

.products li:last-child:hover > .cat_h3 {
    top: -280px;
    background-color: transparent !important;
    font-weight: bold;   
}
.category-subc {
    display: block;
    position: relative;
    top: -230px;
    opacity:0;
    -webkit-transition: opacity 1s linear;
    transition: opacity 0.8s linear;
}

.products li:last-child .category-subc {
    top: -260px;
}
.subcategory {
    text-align: center;
}
.product:hover .category-subc {
    opacity:1;
}
.product:hover .category-subc a{	
    color:#666666;
}
.product:hover .category-subc a:hover{
    color: #e30614;
}
.woocommerce ul.products, .woocommerce-page ul.products{
    padding:0 auto !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 0.5% 0.8% 0 !important;
    padding: 0 1.2% !important;
    position:relative;
    width: 22.05%;
    max-height: 330px;
}

@media only screen and (max-width: 800px) {
    .woocommerce ul.products li.product h3 {
        padding: 1.5em 0;
        margin: 0;
    }

    .product .cat_h3 {
        background-color: rgba(255, 255, 255, 0.8) !important;
        border: medium none !important;
        height: 40px;
        line-height: 20px !important;
        margin: 0 auto !important;
        position: relative !important;
        top: -170px;
        transition: top 0.3s linear 0s;
        width: 85%;
    }

    .product:hover > .cat_h3 {
        top: -190px;
        background-color: transparent !important;
        font-weight: bold;   
    }

    .img_fleche_blanche {
        top: -145px;
    }

    .product:hover > .img_fleche_blanche {
        top: -180px;
    }

    .category-subc {
        top: -200px;
    }

    .products li:last-child:hover > .cat_h3 {
        top: -200px;
        background-color: transparent !important;
        font-weight: bold;   
    }
    .products li:last-child .category-subc {
        top: -210px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 450px) {
    .product .cat_h3 {
        top: -180px;
        transition: top 0.3s linear 0s;
        width: 85%;
    }

    .product:hover > .cat_h3 {
        top: -210px;
        background-color: transparent !important;
        font-weight: bold;   
    }

    .img_fleche_blanche {
        top: -160px;
    }

    .product:hover > .img_fleche_blanche {
        top: -200px;
    }

    .category-subc {
        top: -220px;
    }

    .products li:last-child:hover > .cat_h3 {
        top: -200px;
    }
    .products li:last-child .category-subc {
        top: -210px;
    }
}

@media only screen and (min-width: 760px) and (max-width: 800px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product
    {
        width: 40%;
    }
}

@media only screen and (max-width: 570px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product
    {
        width: 47% !important;
    }
}

@media only screen and (min-width: 570px) and (max-width: 770px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product
    {
        width: 35% !important;
    }

    .product .cat_h3 {
        background-color: rgba(255, 255, 255, 0.8) !important;
        border: medium none !important;
        height: 40px;
        line-height: 20px !important;
        margin: 0 auto !important;
        position: relative !important;
        top: -260px;
        transition: top 0.3s linear 0s;
        width: 85%;
    }

    .product:hover > .cat_h3 {
        top: -300px;
        background-color: transparent !important;
        font-weight: bold;   
    }

    .img_fleche_blanche {
        top: -240px;
    }

    .product:hover > .img_fleche_blanche {
        top: -280px;
    }

    .category-subc {
        top: -270px;
    }

    .products li:last-child:hover > .cat_h3 {
        top: -290px;
        background-color: transparent !important;
        font-weight: bold;   
    }
    .products li:last-child .category-subc {
        top: -310px;
    }
}