/* ----- products list et featured panier cart ----- */
/* ----- HOME FEATURED PRODUCTS RESET PAGE ----- */
#main .wishlist-button-add {
  background: transparent;
  box-shadow: none;
}

#main .wishlist-button-add i {
  color: var(--oo-dore);
}
#main .featured-products .wishlist-button-add i {
  color: var(--bg-light);
}


.product-miniature .thumbnail-container {
  width: 100%;
}

.product-miniature .product-description,
.product-miniature .thumbnail-container {
  background: transparent;
}

.product-miniature .thumbnail-top {
  aspect-ratio: 1 / 1;
  background-color: white;
  border: 1px solid var(--border-dore-op);
  border-radius: 10px;
}

.product-miniature .thumbnail-container .product-thumbnail {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-miniature .thumbnail-container picture {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-miniature .highlighted-informations {
  position: absolute;
  bottom: 0;
  z-index: 2;
  top: 102%;
  left: 15%;
  width: 70%;
  height: auto;
  background-color: transparent;
}

.product-miniature .highlighted-informations .quick-view {
  color: #fff;
  padding: .625rem 1.2rem;
  background: var(--oo-dore);
  border-radius: 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.product-miniature .highlighted-informations .quick-view:focus,
.product-miniature .highlighted-informations .quick-view:hover {
  color: #fff;
  background-color: var(--oo-rouge);
  text-decoration: none;
}

.quickview .modal-body {
  padding: 0.6rem 2rem;
}

.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
  top: calc(100% - 3.5rem);
}

.product-miniature .product-title {
  text-align: left;
}

.product-miniature .product-title a {
  margin-top: .7rem;
  text-transform: capitalize;
  font-size: 1.1rem;
  color: var(--txt-dark);
  font-weight: 600;
}

.product-price-and-shipping {
  font-weight: 600;
  color: var(--txt-dark);
  text-align: right;
  font-size: 1.4rem;

}

#products .up .btn-secondary,
#products .up .btn-tertiary {
  color: var(--oo-rouge);
  text-transform: inherit;
  border: 2px solid var(--oo-rouge);
  border-radius: 20px;
  background: transparent;
}

button.close {
  color: var(--oo-rouge);
}

.product-miniature img,
.product-cover img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
}


/* ----- ACUN PRODUIT NOT FOUND ----- */
#pagenotfound .page-not-found,
#products .page-not-found {
  padding: 1rem 2rem;
  margin: 3rem auto;
  font-size: .9rem;
  color: var(--txt-dark);
  border: 1px solid var(--oo-dore);
  text-align: center;
  background-color: white;
}

#pagenotfound .page-not-found #search_widget,
#products .page-not-found #search_widget {
  float: none !important;
}

/* ----- RESET BG CATALOGUE PAGES ----- */
.page-product #wrapper,
.page-category #wrapper {
  background-color: var(--bg-light-odd);
  padding-bottom: 3rem;
  /*background-color: var(--bg-light);*/
  /*background: linear-gradient(to bottom, #fff, var(--bg-light));*/
  /*background-image: url(../img/m_oo_icon_motif.svg);
  background-repeat: repeat;
  background-size: 110px 110px;*/
}

.page-category #header {
  margin-bottom: 0;
  /*box-shadow: 2px 2px 8px #ebdcb7;*/
  padding-bottom: 0;
}

.product-flags {
  top: 5px;
}

.product-miniature .product-flags li.product-flag {
  /*min-width: 3.125rem;*/
  min-height: 1.7rem;
  font-size: .9rem;
  font-weight: 500;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.product-flags li.product-flag {
  background: var(--oo-rouge);

}

.product-flags li.product-flag.out_of_stock {
  background: #cbc4af;
}

/* ----- HOME FEATURED PRODUCTS RESET PAGE ----- */
.cta-wrapper {
  text-align: center;
  padding: 2.4rem 0 .4rem;
}

.featured-products .all-product-link,
.cta-moo {
  background: var(--oo-rouge);
  color: white;
  padding: .9rem 2.2rem;
  text-align: center;
  border-radius: 30px;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out;
}

.featured-products .all-product-link:hover,
.cta-moo:hover {
  background: var(--oo-dore);
}


@media (max-width: 576px) {

  .featured-products .all-product-link,
  .cta-moo {
    padding: .65rem 1.1rem;
  }
}


/* ----- BREADCRUMP - fil d'ariane ----- */
#wrapper .breadcrumb {
  padding: 1rem 1.5rem;
  background-color: var(--oo-dore);
  border-radius: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 3.2rem;
}

#wrapper .breadcrumb ol {
  max-width: var(--oo-container);
  margin: auto;
  padding: 0 .6rem;
}

#wrapper .breadcrumb li a {
  color: white;
  font-size: 1.05rem;
  font-weight: 500;
}

#wrapper .breadcrumb li:last-child,
#wrapper .breadcrumb,
#wrapper .breadcrumb li::after {
  color: white;
}

@media (max-width: 767px) {
  #wrapper .breadcrumb {
    padding: .8rem 1.2rem;
    margin-bottom: 1.8rem;
  }

}

@media (max-width: 576px) {
  #wrapper .breadcrumb li a {
    font-size: .85rem;
  }

  #wrapper .breadcrumb {
    padding: .6rem .8rem;
    margin-bottom: 1.3rem;
    font-size: .85rem;
  }
}


/* ----- PRODUCT PAGE SINGLE ----- */
.page-product .product-prices {
  text-align: right;
}

.product-price {
  font-size: 2rem;
  font-weight: 600;
  text-align: right;
}

#product #content {
  max-width: 100%;
}

.product-cover {
  border: var(--oo-dore-op) 1px solid;
  border-radius: 30px;
  overflow: hidden;
  /* clippe l'image aux coins arrondis */
}

.product-container h1 {
  font-family: 'Vollkorn', Georgia, serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--txt-dark);
  margin-bottom: .4rem;
  text-transform: none;
}

.product-information {
  font-size: 1.15rem;
  color: var(--txt-dark);
  line-height: 1.8rem;
}

.product-actions .add-to-cart {
  height: fit-content;
  line-height: 1;
  width: 98%;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: .8rem;
  white-space: normal;
  transition: background-color 0.2s ease-in-out;
}

.product-actions .add-to-cart:hover {
  background-color: var(--oo-dore);
}

#product-availability {
  display: inline-block;
  margin-top: .8rem;
}

.product-quantity .qty {
  width: 25%;
}

.product-quantity .add {
  width: 60%;
}

.product-quantity .wishlist-button-add {
  width: 15%;
  height: 3.5rem;
  padding: 0;
  margin: 0;
}

#main .product-quantity .wishlist-button-add i {
  font-size: 2rem;
}

.product-quantity #quantity_wanted {
  width: 5rem;
  height: 3.5rem;
  padding: .175rem .7rem;
  color: #232323;
  background-color: #fff;
  text-align: right;
  border-color: var(--oo-dore);
}

.product-quantity .btn-touchspin {
  height: 1.81rem;
  border-color: var(--oo-dore);
  color: var(--oo-dore);
}

.tabs {
  padding: 1.7rem 2.2rem;
  margin-top: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 7px 2px #e7d5bd52;
  font-size: 1.15rem;
}

.tabs .product-description {
  line-height: 1.8rem;
  color: var(--txt-dark);
}

.nav-item .nav-link,
.nav-item .nav-separtor,
.tabs .nav-tabs .nav-link {
  color: var(--txt-light);
  font-weight: 500;
}

.nav-item .nav-link:hover,
.nav-item .nav-separtor:hover,
.tabs .nav-tabs .nav-link:hover {
  color: var(--oo-rouge);
}

.tabs .nav-tabs .nav-link.active {
  font-weight: 600;
}

@media (max-width: 999px) {
  .product-container {
    max-width: 560px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .product-container h1 {
    font-size: 1.4rem;
  }

  .product-price {
    font-size: 1.5rem;
  }

  .product-information {
    font-size: 1rem;
  }

  .product-quantity #quantity_wanted {
    width: 3rem;
  }

  .product-actions .add-to-cart {
    font-size: 1.1rem;
    padding: .5rem .3rem;
  }

  .product-actions .add-to-cart .material-icons {
    font-size: 1.2rem;
  }

  .btn-primary .material-icons,
  .btn-secondary .material-icons,
  .btn-tertiary .material-icons {
    margin-right: .3rem;
  }

  .product-quantity #quantity_wanted {
    width: 3.3rem;
    height: 2.8rem;
  }

  .product-quantity .btn-touchspin {
    height: 1.46rem;
  }
}

@media (max-width: 576px) {
  .product-price {
    font-size: 1.25rem;
  }

  .product-line-grid-left {
    padding-left: 0 !important;
  }

  .product-line-grid-body {
    padding-right: 0;
    margin-bottom: .7rem;
  }

  .product-line-grid-body>.product-line-info>.label {
    font-size: .8rem;
    line-height: 1.25;
  }

  .product-line-grid-body .product-line-info {

    padding-bottom: .4rem;
  }

  .product-line-actions .col-xs-10 {
    padding-left: 0;
  }
}

/* ----- RESET STYLES IN WYSIWYG ----- */
.product-information p,
.product-information span,
.product-information div,
.tabs .product-description p,
.tabs .product-description p span,
.product-information .product-description p,
.product-information .product-description p span,
#product-description-short p,
#product-description-short div,
#product-description-short span {
  font-family: inherit !important;
  font-size: inherit !important;
  background-color: transparent !important;
  color: inherit !important;
  line-height: inherit !important;
}


/* ----- THUMBNAIL ----- */
.images-container .product-images>li.thumb-container .thumb {
  border-radius: 10px;
  border: var(--oo-dore-op) 1px solid;
}

.images-container .product-images>li.thumb-container .thumb.selected,
.images-container .product-images>li.thumb-container .thumb:hover {
  border: var(--oo-rouge) 1px solid;
}

.scroll-box-arrows .left,
.scroll-box-arrows .right {
  color: var(--oo-dore);
}

/* ----- remove details ----- */
.product-manufacturer,
.product-quantities,
.product-features,
.product-reference,
.tax-shipping-delivery-label,
.product-comments-additional-info {
  display: none;
}

.product-information .tabs {
  padding: .4rem 0;
  margin-top: 1.2rem;
  background: transparent;
}

.tabs .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: var(--oo-dore) 3px solid;
  background: transparent;
  color: var(--oo-dore);
}

/* ----- SECTION NOTRE SELECTION - FEATURED PRODUCTS ----- */
.featured-products {
  padding: 4rem 0;
  width: 100vw;
  position: relative;
  background-color: var(--bg-light-odd);
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (max-width: 576px) {

  #products {
    max-width: 360px;
    margin: auto;
  }

  .featured-products .products {
    max-width: 360px;
    margin: auto;
  }
}

/* ----- PAGINATION HABILLAGE ----- */
.products-selection .sort-by-row .select-title {
  border-color: var(--oo-dore);
  border-radius: 8px;
  background-color: white;
  color: var(--oo-dore);
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
  background-color: white;
  color: var(--txt-dark);
  border: 1px solid var(--oo-dore);
}

.brands-sort .select-list,
.products-sort-order .select-list,
.suppliers-sort .select-list {
  color: var(--txt-dark);
}

.pagination,
.pagination a {
  color: var(--oo-dore);
  font-size: 1.1rem;
  font-weight: 500;
}

.pagination a:hover {
  color: #7e714f;
}

.pagination .current a {
  color: var(--oo-rouge);
  opacity: .8;
}

.pagination .page-list {
  padding: .375rem;
  margin-bottom: 0;
  background: transparent;
}

/* ----- RETOUR HOMEPAGE ----- */
.return-home {
  color: var(--oo-dore);
  display: block;
  padding: 0 0 .9rem;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.return-home:hover {
  color: var(--oo-rouge);
}

/* ----- CATALOGUE PAGES STRUCTURE FILTER ----- */
.block-categories {
  padding: .4rem 0.7rem;
  background-color: transparent;
  border-right: 1px solid var(--oo-dore);
}

.block-category {
  min-height: auto;
  background-color: transparent;
}

.block-category h1 {
  font-family: 'Vollkorn', Georgia, serif;
  font-size: 2.5rem;
  padding-bottom: 1.8rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0;
  text-align: center;
}

.block-category h3.upper-title {
  color: var(--oo-rouge);
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
}

#subcategories .subcategory-heading {
  text-align: center;
  font-size: 1.1rem;
}

/* .subcategory-heading  */
#subcategories ul li .subcategory-image,
.block-category-inner {
  display: none;
}

.card-block {
  padding: .4rem .25rem .5rem;
  margin-bottom: 0;
}

#subcategories {
  border-top: 0;
  background-color: transparent;
}

#subcategories ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  gap: 6px;
}

#subcategories ul li {
  width: 100%;
  min-width: auto;
  margin: 0;
  text-align: center;
  background-color: var(--oo-dore);
}

#subcategories ul li h5 {
  margin-bottom: 0;
}

#subcategories ul li .subcategory-name {
  display: block;
  padding: 1rem 0 .9rem;
  text-transform: none;
  font-family: 'Vollkorn', Georgia, serif;
  background-color: var(--oo-dore);
  border: 1px solid var(--oo-dore);
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
  transition: background-color .2s ease-in-out, olor .2s ease-in-out;
}

#subcategories ul li .subcategory-name:hover {
  background-color: white;
  color: var(--oo-dore);

}

.active_filters {
  background: var(--oo-rouge);
}

.active_filters .active-filter-title {
  color: white;
}

.product-miniature .product-price-and-shipping {
  padding-top: .8rem;
  display: flex;
  align-items: center;
}

.product-miniature .product-price-and-shipping .add-tocart-wrapper {
  flex: 1;
}

.product-miniature .product-price-and-shipping .price-wrapper {
  text-align: right;
  flex: 1;
}

.product-miniature .product-price-and-shipping .add-tocart-wrapper .btn {
  width: 100%;
  padding: .6rem .2rem;
  white-space: initial;
  border-radius: 30px;
  background-color: var(--oo-dore);
  font-size: .95rem;
  font-weight: 500;
  transition: background-color 0.25s ease-in-out;
}

.product-miniature .product-price-and-shipping .add-tocart-wrapper .btn:hover {
  background-color: var(--oo-rouge);
}

@media (max-width: 767px) {
  #subcategories ul li .subcategory-name {
    font-family: 'Vend Sans', sans-serif;
    padding: .7rem 0 .6rem;
    font-size: 1rem;
  }

  #category #left-column #search_filter_controls button,
  #category #search_filter_toggler {
    background-color: var(--oo-rouge);
    color: white;
    border-radius: 30px;
  }

  #category #left-column #search_filters_wrapper {
    width: 94%;
    margin: auto;
  }

  .block-category h1 {
    font-size: 2rem;
    padding-bottom: .6rem;
  }

  .block-category h3.upper-title {
    font-size: .8rem;
  }
}

@media (max-width: 576px) {
  .block-category h1 {
    font-size: 1.7rem;
  }
}


/* ----- CATALOGUE FILTER RECHERCHE ----- */
#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  padding: 1.2rem 1.35rem 1.2rem 0.7rem;
  ;
  margin-bottom: 1.563rem;
  background: transparent;
  border: 1px dashed var(--oo-dore);
}

#search_filters .ui-widget-header {
  background: var(--oo-dore);
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {

  font-size: 1.1rem;
}

#search_filters .facet .facet-title .h3 {
  font-family: 'Vollkorn', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
}

#search_filters .facet .facet-title .h4 {
  font-family: 'Vollkorn', Georgia, serif;
  font-size: 1.4rem;
}

#search_filters .btn-tertiary {
  color: #ffffff;
  background-color: #dcba57;
}

/* ----- SHARE SOCIAL ICONS ----- */
.social-sharing {
  margin: .2rem auto;
  padding: .6rem 0;
  border-top: 1px solid var(--oo-dore);
  border-bottom: 1px solid var(--oo-dore);
}

.social-sharing li {
  background-color: transparent;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: .5rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: initial;
  background-size: initial;
  border-radius: initial;
}

.social-sharing li a {
  text-indent: 0;
  /* annule le -9999px */
  overflow: visible;
  width: auto;
  height: auto;
  background-image: none !important;
  /* tue le sprite SVG */
  font-size: 1.4rem;
  color: var(--oo-dore);
  transition: color 0.15s ease-in-out;
}

.social-sharing li a:hover {
  color: var(--oo-rouge);
}

/* ----- COMMENTS STARS ETOILES COMMENTAIRES ----- */
.product-comments-additional-info {
  margin: 8px 0;
  padding: 1rem 0;
}

.product-comment-list-item {
  background-color: var(--bg-light);
  color: var(--oo-dore);
}

.product-comments-additional-info {
  border-bottom: 1px solid var(--oo-dore);
}

#product-comments-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.product-comment-list-item {
  background-color: white;
  color: var(--txt-dark);
  box-shadow: 1px 1px 7px 2px #e7d5bd52;
}

.additional-links .link-comment {
  color: var(--txt-dark);
}

.product-comment-list-item .comment-content .comment-buttons a,
#product-comments-list-header,
.comment-author {
  color: var(--oo-dore);
}

.comment-date {
  display: none;
}

.product-comment-list-item .comment-content .h4 {
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: 'Vollkorn', Georgia, serif;
  letter-spacing: 0;
  word-break: break-word;
  white-space: pre-wrap;
  height: auto;
}

.product-comment-list-item .comment-content p {
  font-size: 1.05rem;
  letter-spacing: 0;
  line-height: 1.45;
}

#product-comments-list-footer {
  margin-bottom: 2.5rem;
}

.product-comments-additional-info .btn-comment,
.product-comments-additional-info .btn-comment-inverse {
  background-color: var(--oo-dore);
  border-radius: 30px;
  font-size: .9rem;
  font-weight: 600;
  padding: .5rem .8rem .4rem;
  height: auto;
  transition: background-color 0.3s ease-in-out;
}

.product-comment-list-item .btn-comment,
#product-comments-list-footer .post-product-comment {
  background-color: var(--oo-dore);
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 600;
  padding: .8rem 1.4rem;
  height: auto;
  transition: background-color 0.3s ease-in-out;
}

#empty-product-comment {
  background-color: transparent;
  box-shadow: none;
}

.product-comment-list-item .btn-comment:hover,
#product-comments-list-footer .post-product-comment:hover {
  background-color: var(--oo-rouge);
}

.stars-col .comments-note {
  padding-top: 1.2rem;
}

.stars-col .comments-note span {
  display: none;
}

/* Étoiles taille petite dans les avis */
.comment-infos .grade-stars .star-content div.star,
.comment-infos .grade-stars .star-content div.star-on,
.comment-infos .grade-starss .star-content div.star-hover {
  width: 16px;
  height: 16px;
  background-image: url(/modules/productcomments/views/img/small_stars.png);
  margin-left: 3px;
}

.comment-infos .grade-stars .star-content div.star-on {
  background-position: -20px 0;
}


/* ----- PROMO REDUCTION ----- */
.product-flags li.product-flag.on-sale {

  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: var(--oo-dore);
  padding: .5rem .4375rem;
  font-size: 1.1rem;
  font-weight: 600;
}

/* ----- QUICK VIEW RAPIDE ----- */
#blockcart-modal .modal-dialog,
.quickview .modal-content {
  background: var(--bg-light-odd);
  border-radius: 15px;
}

.quickview .modal-footer {
  border-top: 0;
}

#blockcart-modal .modal-content,
.quickview .modal-content {
  border-radius: 15px;
  background-color: transparent;
}

#blockcart-modal .modal-body,
#blockcart-modal .modal-header {
  background: transparent;
}

.quickview .social-sharing {
  margin: .5rem auto;
  width: 96%;
}

#blockcart-modal .modal-title {
  font-size: 1rem;
  font-weight: 600;
  color: #4cbb6c;
}

#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
#blockcart-modal .cart-content p.product-total,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total {
  background-color: #fff1d2;
}

#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
#blockcart-modal .cart-content p.cart-products-count,
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
  color: var(--oo-dore);
}

#blockcart-modal .cart-content .cart-content-btn .btn[data-dismiss="modal"] {
  background-color: #fff1d2;
  transition: all .25s ease-in-out;
}

#blockcart-modal .cart-content .cart-content-btn .btn[data-dismiss="modal"]:hover {
  background-color: var(--oo-dore);
  color: white;
}

#blockcart-modal .cart-content .cart-content-btn a.btn {
  transition: all .25s ease-in-out;
}

#blockcart-modal .cart-content .cart-content-btn a.btn:hover {

  background-color: var(--oo-dore);
}

#blockcart-modal .cart-content .cart-content-btn .btn {
  border-radius: 20px;
}

#blockcart-modal .product-image {
  aspect-ratio: 1 / 1;
  text-align: center;
  width: 100%;
  max-width: auto;
  margin: 0 0 0 auto;
  border: 1px solid var(--border-dore-op);
  border-radius: 10px;
}

.quickview .modal-content {
  background: var(--bg-light-odd);
}

#product-modal .modal-content .modal-body .product-cover-modal,
.product-cover img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#product-modal .modal-content .modal-body .image-caption {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#product-modal .modal-content .modal-body .product-images img {
  border-radius: 10px;
}

#product-modal .modal-content .modal-body .image-caption p,
#product-modal .modal-content .modal-body .product-description-short p {
  padding-bottom: .6rem;
}

/* ----- PAGE CART PANIER / CHECKOUT ORDER ----- */
.page-cart #main {
  padding: 2rem 2rem .4rem;
  margin: 2rem auto;
  border-radius: 5px;
  background: white;
  box-shadow: 1px 1px 7px 2px #e7d5bd52;
}

.page-order .navbar-menur {
  display: none;
}

.page-cart main,
.page-order main {
  background: var(--bg-light);

}

.page-order .title-checkout {
  color: var(--oo-dore);
  font-family: 'Vollkorn', serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  padding: .5rem 0;
  text-transform: none;
  font-weight: 500;
  text-align: center;
  border-bottom: 2px solid var(--oo-dore);
}

.page-order .product-price {
  font-size: 1.2rem;
}

.block-promo .promo-input {
  width: 50%;
  height: 2.5rem;
  margin-right: -.24rem;
  color: #232323;
  text-indent: .4rem;
  border-radius: 30px;
  border: var(--oo-dore) 1px solid;
}

.block-promo .promo-input::placeholder {
  color: var(--oo-dore);
  opacity: 1;
}

.block-promo .promo-input:focus {
  outline: 0;
}

.block-promo .promo-input+button:focus,
.block-promo .promo-input+button:hover,
.block-promo .promo-input+button {
  border: 0;
  outline: 0;
  margin-left: 4px;
}

.block-promo .promo-input+button:focus {
  background: var(--oo-dore);
}

body#checkout .cart-grid-right .card {
  padding: 1rem;
  border: 1px dashed var(--oo-rouge);
}

body#checkout section#content {
  margin-top: 3rem;
  background: white;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 1px 1px 7px 2px #e7d5bd52;
}

body#checkout #footer {
  padding: 0;
  color: #fff;
  background: var(--oo-bleu);
}

.radio-inline .custom-radio {
  margin-right: .1rem;
}

.radio-inline {
  margin-right: .7rem;
}

.radio-inline:last-of-type {
  margin-right: .2rem;
}