/*#category .infos .txt:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: solid 10px transparent;
    border-bottom-color: #fff;
}*/

#category .category-background.displayed_block_category_slider {
    display: block!important;
    margin-left: -25vw;
    background-color: #ebeaea;
    height: 360px;
    z-index: -1;
    width: 150vw;
    height: 401px;
}

#category .banner-slide {
    margin: 0;
}

#category #poi-box {
    min-height: 330px;
}

#category .home-banner .block-category > div {
    border: 2px solid transparent;
}

#category .home-banner .block-category > div:hover {
    /* Removed :not(:first-child) see with TRF before adding again if needed (LMGR) */
    border-color: #86c538;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#home-banner-collapse {
    display: none;
}

@media only screen and (max-width: 767px) {
    #home-banner-collapse {
        padding-top: 38.07px;
        padding-bottom: 12.28px;
        margin-bottom: 0!important;
        display: inline;
    }

    .blocklist-block {
        display: none;
    }

    .blocklist-block:nth-child(2), .blocklist-block:nth-child(3), .blocklist-block:nth-child(4) {
        display: inline;
    }
}

.blocklist-block a {
    border: 2px solid transparent;
}

.blocklist-block a:hover {
    border-color: #86c538;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.home-banner .block-category figure {
    overflow: hidden;
    position: relative;
    min-height: 270px;
    width: 100%;
    margin: 0;
}

.home-banner .block-category figure img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    max-width: initial;
    transform: translate(-50%, -50%);
}

.home-banner .block-category .txt h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #515151;
}

.home-banner .block-category .txt p {
    font-size: 16px;
    color: #515151;
    margin: 0;
}

.displayed_block_product_bottom_right .banner-box{
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    text-align: center;
    background: #fff;
}

@media only screen and (max-width: 639px){
    .displayed_block_product_bottom_right .banner-box{
        padding: 15px 0px;
    }
}

