/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#cms .card{border: none;}
#product .delivery-information{
    margin-bottom: 1rem;
    display: block;
    color: #b7974f;
    font-weight: bold;
}


/* nouveau code UX */

/* limiter la liste des avis à 5 */
.ux-footer-comments {display: flex;justify-content: center;}
#product-comments-list article:nth-child(n+6){display: none;}
.show-more {cursor: pointer;color: #fff !important;display: block;text-align: center;margin-top: 20px;background: #b7974f;margin: 0 10px;padding: 10px 15px;font-size: .8em;text-transform: uppercase;line-height: 25px;}
#product-comments-list-footer {display: flex;justify-content: center;transition: .3s ease-in-out;}
.show-more:hover{background: #000; color: #fff}
.btn.btn-lg.btn-secondary.btn-comment.btn-comment-big.post-product-comment {transition: .3s ease-in-out;}
.btn.btn-lg.btn-secondary.btn-comment.btn-comment-big.post-product-comment:hover{color: #fff; border-color: #fff}

/* general */
.page-module-pm-advancedsearch4-searchresults .banner_category__content,
.page-module-pm-advancedsearch4-searchresults .banner_category__picture--no_img.category-cover
{display: none !important}

/* cookies */
.lgcookieslaw-banner{background: #ffffff}
.lgcookieslaw-reject-button-enabled .lgcookieslaw-banner-message {width: calc(73% - 10px);}
.lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container {width: 25%;}
.lgcookieslaw-button-container .lgcookieslaw-reject-button, .lgcookieslaw-button-container .lgcookieslaw-accept-button{box-shadow: none;border: 1px solid #333 !important;font-size: 15px;}

/* module by agagin */
#module-prestabuyagain-buyagain #carousel,
.presta-reference,
.presta-recent-product .addToCartForm .text-warning .material-icons
{display: none !important}
#module-prestabuyagain-buyagain .card.card-block.presta-recent-product-card-block,
#module-prestabuyagain-buyagain .presta-rvp-left-content
{border: none}
.presta-rvp-left-content {max-width: 100% !important;}
.presta-rvp-left-content .row {padding-bottom: 30px;}
.presta-rvp-left-content .page-header {border:none; background:transparent;padding: 0;}
.presta-rvp-left-content .row .col-md-6.presta-pl-0:nth-child(2){justify-content: end;display: grid;padding: 0 50px 0px 0; margin-top: -7px;}
.form-inline.presta-rvp-search-form{width: 93%;display: block ruby;}
.presta_remove_from_cart {top: 0;}
#module-prestabuyagain-buyagain .presta-plus,
#module-prestabuyagain-buyagain .presta-minus.presta-dis
{padding:0 !important;}
.presta-rvp-discount-price {background: #b7974f;}
.has-discount.product-price {color: #b7974f;font-weight: 600;}
.presta-recent-product .addToCartForm .text-warning {color: #000 !important;font-size: 14px;}
.presta-recent-product .presta-product-details .presta-product-name a {color: #000 !important;}





