/* 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;
}




/* Font Awesome 5 SVG fix */
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.svg-inline--fa.fa-w-14 {
    width: 0.875em;
}
.svg-inline--fa.fa-w-16 {
    width: 1em;
}
.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}

/* Force hide loading overlay */
.ybc-theme-panel-loading {
    opacity: 0; pointer-events: none;
}

/* Fix Font Awesome SVG icons in contact-link */
.shop_text_nav > svg,
#contact-link svg {
    color: inherit;
    font-size: inherit;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
}

/* Fix Font Awesome SVG icons */
.shop_text_nav .svg-inline--fa,
#contact-link .svg-inline--fa {
    color: #EC4249 !important;
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
}

/* Category navigation when a parent category has no direct products */
.crealivres-subcategories {
    margin: 0 0 30px;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.crealivres-subcategories .subcategory-heading {
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.crealivres-subcategories-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.crealivres-subcategories-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 14px 18px;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    font-weight: 600;
    transition: border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.crealivres-subcategories-list a::after {
    content: '\203A';
    margin-left: 12px;
    color: #ec4249;
    font-size: 26px;
    line-height: 1;
}

.crealivres-subcategories-list a:hover,
.crealivres-subcategories-list a:focus {
    border-color: #ec4249;
    color: #ec4249;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
}

@media (max-width: 767px) {
    .crealivres-subcategories-list {
        grid-template-columns: 1fr;
    }
}

/* The parent theme renders this control even when displayNav2 is empty. */
.toogle_nav_button {
    display: none !important;
}
