
#WG_prod_relie .title_inter {
    padding: 50px 0;
    border-bottom: 1px solid #e1e1e1;
}
#WG_prod_relie .title_inter h1 {
    text-align: center;
    font-family: lato;
    display: table;
    margin: 0 auto;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3d3d3d;
    border-bottom: 1px solid #ca2e54;
}
#WG_prod_relie .item_prod{
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 1px solid #e1e1e1;
    height: 500px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    position: relative; 
}
#WG_prod_relie .item_prod:nth-child(4n) {
    border-right: none !important;
}
#WG_prod_relie .item_prod:hover {
box-shadow: 1px 0px 23px 5px #E3E3E3;
-webkit-box-shadow: 1px 0px 23px 5px #E3E3E3;
-moz-box-shadow: 1px 0px 23px 5px #E3E3E3;
-o-box-shadow: 1px 0px 23px 5px #E3E3E3;
}
#WG_prod_relie .item_prod_detail_slide{
    padding: 20px;
    font-family: lato;
}

#WG_prod_relie .name_prod {
    font-size: 20px;
    color: #3d3d3d;
    font-family: lato;
    display: block;
    margin-bottom: 10px;
}
#WG_prod_relie .box_price {
    font-family: lato;
    font-size: 22px;
    font-weight: bold;
    color: #ca2e54;
    text-transform: uppercase;
}
#WG_prod_relie .box_old_price {
    font-family: lato;
    font-size: 20px;
    font-weight: bold;
    color: #ca2e54;
    text-transform: uppercase;
    text-decoration: line-through;
display: inline-block;
}
#WG_prod_relie .box_promo_price {
    display: inline-block;
    margin-left: 5%;
    font-family: lato;
    font-weight: bold;
    font-size: 25px;
    color: #e0aa54;
}
#WG_prod_relie .frame_img_prod {
    width: 100%;
    display: block;
    position: relative;
}
#WG_prod_relie .frame_img_prod:before{
    content: "";
    position: absolute;
    top: -14px;
    right: 10%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 14px 10px;
    border-color: transparent transparent #ffffff transparent;
}
#WG_prod_relie .img_prod {
    margin: 0 auto;
    display: block;
    max-height: 350px;
}

#WG_prod_relie .hover_cap {
opacity: 0;
display: block;
    top: 50%;
    position: absolute;
right:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#WG_prod_relie .item_prod:hover .hover_cap {opacity:1; right: 20px;}
#WG_prod_relie .view_prod {
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    display: block;
    background-image: url(/Files/App_002/img/icon_view.png);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#WG_prod_relie .add_cart{
    width: 30px;
    height: 23px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    display: block;
    background-image: url(/Files/App_002/img/icon_panier.png);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#WG_prod_relie .view_prod:hover{
 background-image: url(/Files/App_002/img/icon_view_hover.png);
}

#WG_prod_relie .add_cart:hover{
    background-image: url(/Files/App_002/img/icon_panier_hover.png);
}

#WG_prod_relie .vide {
    display: table;
    margin: 50px auto;
    font-family: lato;
    font-size: 16px;
    text-transform: uppercase;
    color: #c0c0c0;
}

#WG_prod_relie .val_promo {
    position: absolute;
    top: 5%;
    right: 5%;
    font-family: lato;
    font-size: 23px;
    width: 90px;
    text-align: center;
    padding: 29px 0;
    border-radius: 100%;
    font-weight: bold;
    background-color: #e0aa54;
    color: #fff;
}
#WG_prod_relie .val_new {
    position: absolute;
    left: 0;
    top: 30%;
    font-family: lato;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ca2e54;
    color: #fff;
    padding: 10px 25px;
}

