/* FLAG nouveau */ 
.product-flags li.new {
    font: 700 14px/12px Arial,Helvetica,sans-serif;
    color: #fff;
    background: #6ad4ff;
    text-transform: uppercase;
    padding: 9px 0 7px;
    text-shadow: 1px 1px rgba(0,0,0,0.24);
    width: 130px;
    text-align: center;
    display: block;
    position: absolute;
    left: -33px;
    top: 16px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: unset;
    height:unset;
}
.product-cover {
overflow: hidden;
}    
.thumbnail-container {
clip-path: inset(0);
}


/* LOGO */ 
.header-top>.container {
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
}
/* LOGO */ 
#_desktop_logo {
    float: left;
    /* margin-top: 30px; */
    padding: 0 15px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    width: 480px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* pour placer la recherche */ 
.search-widget {
    /* float: left; */
    margin-left: unset; 
    /* margin-top: 30px; */
}

/* masquer HT TTC */

.tax-shipping-delivery-label {
    visibility: hidden;
}

/* masquer car doublon avec vendu */
.product-flag.out_of_stock{
    visibility: hidden;
}

.block-categories li a:hover, .block-categories li a.selected {
  background: #f6f6f6;
  font-weight: 500;
  color: black !important;
}
.block-categories .material-icons{
font-size: 25px;
}



