html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

.well {
  padding: 15px 10px;
}
.well .bloc:first-child,
.well p:first-child {
  margin-top: 0;
}
.well .bloc:last-child,
.well p:last-child {
  margin-bottom: 0;
}
.breadcrumb-nav + .well {
  padding-top: 0;
}
a.block {
  display: block;
  text-decoration: none;
}
.owl-height {
  padding-bottom: 8px;
}
.owl-carousel .owl-item .owl-lazy {
  transition: none !important;
}
.owl-item img,
img.js-lazyload,
img.owl-lazy {
  -webkit-transform: translateZ(0);
}
.js-search #mask,
.js-show-mask #mask {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.page-head {
  overflow: hidden;
  padding: 0 0 15px;
}
.page-title {
  margin: 0 0 3px;
  line-height: 17px;
}
.page-cat {
  color: #747474;
  font-size: 13px;
}
.page-name {
  display: inline-block;
  border-bottom: 1px solid #353535;
  color: #353535;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
}
.form-search-top {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: #fff;
}
.form-search-top .form-one-field {
  padding: 8px 8px;
  background-color: #000;
}
.js-search .form-search-top {
  display: block;
}
.form-search-top .form-one-field input[type="search"] {
  height: 38px;
  border: 0;
  border-radius: 2px;
}
.form-search-top .form-one-field input[type="search"]:focus {
  outline: 0;
}
.form-search-top .form-one-field input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../catalog/version_mobile/styles/images/icons/search-cross.png) no-repeat 0 0;
  background-size: 16px auto;
}
::-webkit-input-placeholder {
  font-size: 14px;
}
::-moz-placeholder {
  font-size: 14px;
}
input:-moz-placeholder {
  font-size: 14px;
}
.form-search-top .help-txt {
  margin: 0 0 0;
  padding: 5px 5px 0;
  color: #888;
  font-size: 11px;
  font-style: italic;
}
.form-search-top .help-txt:empty {
  display: none;
}
.form-search-top .autocomplete-suggestions {
  overflow: hidden;
  position: relative !important;
  max-height: none !important;
}
.form-search-top .autocomplete-suggestion {
  padding: 10px 8px;
  color: #373737;
}
.form-search-top .autocomplete-suggestion + .autocomplete-suggestion {
  border-top: 1px solid #e5e5e5;
}
.form-search-top .autocomplete-suggestion b {
  color: #C80000;
}
.breadcrumb-nav {
  padding: 5px 12px;
  font-size: 11px;
  white-space: nowrap;
}
.breadcrumb-nav a,
.breadcrumb-nav button {
  color: #373737;
  font-size: 11px;
  text-decoration: underline;
  text-transform: uppercase;
}
.shadow .breadcrumb-nav {
  padding: 0 0 8px;
}
.breadcrumb-nav-inner {
  overflow: hidden;
  padding: 6px 10px 4px 10px;
  background-color: #ebebeb;
  color: #353535;
}
.breadcrumb-nav-inner > * {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
.breadcrumb-nav-inner a {
  color: #353535;
}
.breadcrumb-nav-inner .nav-product {
  padding-top: 1px;
}
.breadcrumb-nav .js-disabled {
  opacity: .4;
  text-decoration: none;
}
.breadcrumb-nav .back {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb-nav .back.btn-blank {
  text-decoration: none;
  font-size: 12px;
}
.breadcrumb-nav .back,
.breadcrumb-nav .prev,
.breadcrumb-nav .next {
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
  background: url(../catalog/version_mobile/styles/images/icons/nav-left.png) no-repeat 0 5px;
  background-size: 6px auto;
}
.breadcrumb-nav .next {
  background-image: url(../catalog/version_mobile/styles/images/icons/nav-right.png);
  background-position: 100% 3px;
}
.breadcrumb-nav .next::before {
  content: '';
  position: absolute;
  top: 3px;
  left: -1px;
  height: 10px;
  border-left: 1px solid #7a7a7a;
}
.breadcrumb-nav a {
  display: inline-block;
  line-height: 20px;
}
.owl-carousel .owl-item {
  -webkit-transform: translateZ(0);
}
.owl-dots,
.owl-pagination {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  text-align: center;
}
.owl-dot,
.owl-page {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #d6d6d6;
}
.owl-dot + .owl-dot,
.owl-page + .owl-page {
  margin-left: 13px;
}
.owl-dot:hover,
.owl-page:hover,
.owl-dot.active,
.owl-page.active {
  border-color: #d6d6d6;
  background: #353535;
}
.webfont-1 {
  font-family: Arial, sans-serif;
  line-height: 135%;
}
.wf-active .webfont-1 {
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: normal;
}
.flag {
  z-index: 1;
  display: inline-block;
  height: 20px;
  padding: 0 4px;
  background: #D71B2E;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.flag.pre_order {
  background-color: #FE741B;
}
.bloc_delivery .flag.pre_order {
  margin-top: 5px;
}
.pre_order_date_flag {
  color: #333;
  font-size: 13px;
}
.badge {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #d91627;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}
.price {
  color: #353535;
  white-space: nowrap;
}
.price sup {
  vertical-align: sub;
  top: -0.68em;
  font-size: .625em;
}
.price-actual {
  font-weight: 900;
}
.price-actual .periodicity {
  font-weight: normal;
}
.price-older {
  text-decoration: line-through;
}
.price-discount {
  display: inline-block;
  height: 20px;
  padding: 0 4px;
  color: #fff;
  background-color: #D71B2E;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
.flag + .price-discount {
  margin-left: -4px;
}
.price-discount:before {
  content: '-';
}
.price-notice {
  color: #3d3d3d;
  font-size: 10px;
  margin: -6px 0 0 0;
  padding: 0 15px 10px;
}
.price-subscription + .price-subscription {
  display: inline-block;
  margin-top: 6px;
  border-top: 1px solid #b0b0b0;
  padding: 2px 0 0;
}
.product-card .price-subscription + .price-subscription {
  padding-right: 30px;
}
.price-subscription .notice {
  margin-top: -4px;
  color: #353535;
  font-size: 10px;
}
.btn {
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 11px 15px;
  text-transform: uppercase;
  border-radius: 2px;
  background: no-repeat 0 50%;
  color: #333;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  min-width: 0;
}
select.btn {
  border: 0;
  -moz-appearance: initial;
  -webkit-appearance: initial;
  appearance: initial;
}
.btn-blank {
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  padding: 0;
  background: none;
}
.btn[disabled],
.btn-disabled {
  opacity: .3;
  color: #ccc;
  cursor: not-allowed;
}
.btn-img {
  vertical-align: middle;
  padding: 11px 8px 9px;
}
.btn-img img {
  display: block;
}
.btn-bloc {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.btn-bloc + .btn-bloc {
  margin-top: 10px;
}
.btn-bloc.btn-s + .btn-bloc.btn-s {
  margin-top: 5px;
}
[class*="btn-icon-"] span {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.btn-bloc.btn-icon-bottom {
  padding-right: 50px;
  background-image: url(../catalog/version_mobile/styles/images/bullets/double-arrows-bottom-1.png);
  background-size: 8px 8px;
  background-position: right 35px top 12px;
}
.btn-bloc.btn-icon-right {
  padding-right: 40px;
  background-image: url(../catalog/version_mobile/styles/images/icons/arrows.png);
  background-size: 9px 9px;
  background-position: right 26px top 12px;
}
.btn-bloc.btn-s.btn-icon-right {
  padding-right: 22px;
  background-image: url(../catalog/version_mobile/styles/images/bullets/double-arrows-right-3.png);
  background-size: 5px 6px;
  background-position: right 9px top 7px;
  text-align: left;
}
.favorite-stores-link {
  padding: 20px 0 0;
}
.favorite-stores-link a {
  padding: 0 12px 0 25px;
  background-image: url(../catalog/version_mobile/styles/images/bullets/double-arrows-right-4.png), url(../catalog/version_mobile/styles/images/bullets/sprite_icon_favorite.png);
  background-repeat: no-repeat;
  background-size: 5px 6px, 22px auto;
  background-position: 100% 8px, 0 50%;
  color: #353535;
  font-size: 13px;
  text-align: left;
}
.btn-bloc.btn-cancel.btn-icon-right {
  background-image: url(../catalog/version_mobile/styles/images/bullets/double-arrows-right-4.png);
}
.btn-bloc.btn-icon-buy span {
  padding-left: 26px;
  background-image: url(../catalog/version_mobile/styles/images/icons/buy.png);
  background-size: 20px 15px;
}
.btn-location span {
  display: inline-block;
  min-height: 17px;
  padding: 0 29px 0 22px;
  background: url(../catalog/version_mobile/styles/images/icons/location.png) no-repeat 0 50%, url(../catalog/version_mobile/styles/images/icons/arrows.png) no-repeat 100% 50%;
  background-size: 12px 18px, 10px 10px;
}
.btn-s {
  padding: 2px 10px;
  font-size: 10px;
}
.btn-m {
  padding: 5px 10px;
  font-size: 11px;
}
.btn-icon {
  padding-right: 15px;
  padding-left: 15px;
}
.btn-group {
  text-transform: none;
}
.btn-reset {
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
}
.btn-default {
  border-color: #1e1e1e;
  background-color: #353535;
  color: #fff;
}
.btn-primary {
  border-color: #b91321;
  background-color: #d91627;
  color: #fff;
}
.btn-secondary {
  border-color: #585858;
  background-color: #757575;
  color: #fff;
}
.btn-simple {
  border-color: #d3d3d3;
  background-color: #f8f8f8;
  color: #353535;
  font-weight: 700;
}
.btn-simple-border {
  border: 1px solid #d6d6d6;
  background-color: #fff;
  color: #313131;
  font-weight: 400;
}
.btn-success {
  border: 1px solid #6dbf30;
  color: #6dbf30;
}
.btn-cancel {
  border-color: #999;
  background-color: #dadada;
  color: #353535;
}
.btn-link {
  font-weight: normal;
}
.btn-simple.btn-add-store {
  text-align: left;
}
.btn-link-cancel {
  color: #353535;
  font-weight: normal;
  text-decoration: underline;
  text-transform: none;
}
.btn-link-danger {
  color: #d91627;
  font-weight: 700;
}
.tab-links {
  display: table;
  width: 100%;
}
.tab-links li {
  display: table-cell;
  width: 50%;
}
.tab-links li:first-child .btn {
  border-radius: 2px 0 0 2px;
}
.tab-links li + li .btn {
  border-radius: 0 2px 2px 0;
}
.btn-primary-arrow {
  padding-right: 25px;
  background-image: url(../catalog/version_mobile/styles/images/bullets/arrows.png);
  background-repeat: no-repeat;
  background-position: right 11px top 50%;
}
.btn-default:active:not(.btn-disabled) {
  background-color: #2d2d2d;
}
.btn-primary:active:not(.btn-disabled) {
  background-color: #b91321;
}
.btn-secondary:active:not(.btn-disabled) {
  background-color: #585858;
}
.btn-simple:active:not(.btn-disabled) {
  background-color: #d3d3d3;
}
.btn-cancel:active:not(.btn-disabled) {
  background-color: #999;
  color: #fff;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-upper {
  text-transform: uppercase;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hide {
  display: none !important;
}
.noline a,
a.noline {
  text-decoration: none;
}
.shadow {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 #e8e8e8 inset;
}
.shadow-2 {
  border-bottom: 2px solid #e8e8e8;
  border-radius: 2px;
  background: #f5f5f5;
}
.shadow-2 + .shadow-2 {
  margin-top: 12px;
}
.dtable {
  display: table;
}
.column {
  display: table-cell;
  vertical-align: middle;
}
dd {
  margin: 0;
}
.list-unstyled {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding: 0;
}
.list-inline li {
  display: inline-block;
}
[class*="list-bullet"] {
  padding-left: 0;
  list-style: none;
}
.list-bullet-1 li,
.list-bullet-1 dt {
  padding-left: 10px;
  background: url(../catalog/version_mobile/styles/images/bullets/bullet-1.png) no-repeat 0 8px;
  background-size: 3px 3px;
}
.list-bullet-1 dd {
  padding-left: 10px;
}
.list-bullet-2 li,
.list-bullet-2 dd {
  padding-left: 15px;
  background: url(../catalog/version_mobile/styles/images/bullets/bullet-2.png) no-repeat 0 6px;
  background-size: 8px 8px;
}
.list-bullet-3 li,
.list-bullet-3 dd {
  padding-left: 7px;
  background: url(../catalog/version_mobile/styles/images/bullets/double-arrows-right-2.png) no-repeat 0 4px;
  background-size: 5px 5px;
}
.list-bullet-4 li {
  border-bottom: 1px solid #e1e1e1;
  padding: 11px;
  font-size: 13px;
}
.list-bullet-4 a {
  display: block;
  padding-left: 28px;
  background: url(../catalog/version_mobile/styles/images/bullets/bullet-4b.png) no-repeat 0 1px;
  background-size: 17px 17px;
  color: #353535;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.list-bullet-4 .active a {
  background: url(../catalog/version_mobile/styles/images/bullets/bullet-4a.png) no-repeat 4px 5px, url(../catalog/version_mobile/styles/images/bullets/bullet-4b.png) no-repeat 0 1px;
  background-size: 9px 9px, 17px 17px;
}
.list-bullet-5 li {
  background: url(../catalog/version_mobile/styles/images/bullets/bullet-5.png) no-repeat -7px -5px;
}
.bullet {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
  box-sizing: border-box;
}
.bullet.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bullet.active:after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #d4180e;
}
.infinite-scroll-loader {
  padding: 10px;
  color: #353535;
  font-size: 12px;
}
.stock {
  display: inline-block;
  padding-left: 13px;
  background: url(../catalog/version_mobile/styles/images/bullets/bullet-2.png) no-repeat 0 1px;
  background-size: 8px 8px;
  color: #56b510;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.review-link + .stock {
  max-width: 40%;
}
.stock.warning {
  background-image: url(../catalog/version_mobile/styles/images/bullets/bullet-3.png);
  color: #FE741B;
}
.stars {
  display: inline-block;
  background: url(../catalog/version_mobile/styles/images/stars/stars-empty.png) no-repeat 0 0;
  background-size: 46px 8px;
}
.stars-large {
  background: url(../catalog/version_mobile/styles/images/stars/stars-empty.png) no-repeat 0 0;
  background-size: 57px 10px;
}
.stars-blue-empty,
.stars-blue {
  background: url(../catalog/version_mobile/styles/images/stars/stars-blue.png) no-repeat 0 0;
  height: 14px;
  width: 90px;
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
}
.stars-blue-empty {
  background-position: -91px 0;
}
.stars-blue {
  background-position: -22px 0;
}
.stars-value {
  display: block;
  overflow: hidden;
}
.stars-value img {
  display: block !important;
  width: auto !important;
}
.stars-count {
  font-size: 13px;
  color: #757575;
}
.product-card {
  position: relative;
}
.product-card .sponsored-flag {
  font-size: 9px;
  color: #757575;
  text-decoration: none;
}
.bloc-adv + .product-card,
.product-card + .product-card {
  margin-top: 10px;
}
.product-card .column {
  vertical-align: top;
}
.product-card .product-infos {
  max-width: 0;
  width: 100%;
}
.product-card .product-infos-content {
  min-height: 50px;
}
.product-card .relative {
  position: relative;
  padding: 5px;
}
.product-card [data-wishlist-delete-product] {
  position: absolute;
  top: 0;
  right: 0;
}
.product-card .btn-expand-comment {
  margin: 10px 0 0;
  padding: 0 10px;
  background: url(../catalog/version_mobile/styles/images/icons/expandable-open-2.png) no-repeat #cdcdcd top 50% right 10px;
  background-size: 11px auto;
  color: #353535;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
}
.product-card .btn-expand-comment .text-close,
.product-card.js-open-comment .btn-expand-comment .text-open {
  display: none;
}
.product-card.js-open-comment .btn-expand-comment .text-close {
  display: inline;
}
.product-card.js-open-comment .btn-expand-comment {
  background-image: url(../catalog/version_mobile/styles/images/icons/expandable-close-2.png);
}
.product-card .product-note {
  display: none;
  padding: 5px;
}
.product-card.js-open-comment .product-note {
  display: block;
}
.product-card .product-note-content textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  font-size: 14px;
}
.product-card .product-note-content .error:empty {
  display: none;
}
.product-card .product-img {
  width: 87px;
  min-width: 87px;
  max-width: 87px;
  height: 110px;
  padding-right: 8px;
  text-decoration: none;
}
.product-card .product-img a {
  text-decoration: none;
}
.product-card .product-img img {
  display: block;
  max-width: 87px;
  max-height: 110px;
  margin: auto;
}
.product-card .product-img .owl-lazy {
  margin: 0 auto 10px;
}
.product-card img.flag-mundial {
  margin: 0;
}
.product-card .product-out-of-stock {
  display: inline-block;
  margin: 20px 0 0;
  color: #D91627;
  font-size: 13px;
  font-weight: bold;
}
.product-card .product-out-of-stock-infos {
  display: inline-block;
  padding-left: 21px;
  background: url(../catalog/version_mobile/styles/images/bullets/mail.png) no-repeat 0 4px;
  background-size: 14px 10px;
  color: #333;
  font-size: 12px;
  text-decoration: underline;
}
.product-card .product-out-of-stock-infos a {
  color: #333;
}
.product-card .product-title,
.product-title-infos .product-title {
  margin: 0;
  line-height: 0;
  font-weight: bold;
}
.product-card .product-family,
.product-title-infos .product-family,
.product-card .product-name,
.product-title-infos .product-name {
  display: block;
  width: 100%;
}
.product-family.ellipsis,
.product-name.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-card .product-family,
.product-title-infos .product-family {
  color: #747474;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
}
.product-card .product-name,
.product-title-infos .product-name {
  color: #353535;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}
.product-card .btn-buy {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.product-card .stars,
.product-card .stock {
  vertical-align: top;
  margin-top: 5px;
}
.product-card .stars {
  margin-top: 6px;
}
.product-card .stars + .stock {
  max-width: 58%;
  margin-left: 6px;
}
.product-card .price-actual {
  display: inline-block;
  font-size: 24px;
}
.product-card .price-notice {
  color: #848484;
  font-size: 9px;
}
.product-card .product-price-offer {
  display: inline-block;
}
.product-card .price-older {
  display: inline-block;
  margin: 1px 3px -2px 3px;
  font-size: 11px;
}
.product-card .price-older sup {
  vertical-align: text-bottom;
  font-size: 11px;
}
.product-card .product-flag {
  margin-bottom: 5px;
}
.product-card .flag-pack-eco {
  display: block;
  color: #454545;
  font-size: 13px;
}
.product-card .mobile-offer-label,
.mobile-offer-availability {
  color: #353535;
  font-size: 11px;
  line-height: 13px;
}
.product-card .mobile-offer-label b,
.mobile-offer-availability b {
  font-weight: 700;
}
.product-card .mobile-offer-label span {
  text-transform: uppercase;
}
.product .mobile-offer-availability {
  margin-top: 10px;
}
.product-card .mobile-offer-availability {
  margin-top: 5px;
  padding-bottom: 5px;
}
.mobile-offer-availability i {
  color: #d91627;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}
.flag-mkp-multi {
  display: block;
  margin-bottom: 10px;
  line-height: 18px;
}
.flag-mobile-offers {
  clear: right;
  margin-top: 3px;
  padding-left: 12px;
  padding-bottom: 5px;
  background: url(../catalog/version_mobile/styles/images/icons/gsm.png) no-repeat 0 2px;
  background-size: 6px 10px;
  line-height: 12px;
}
.flag-mobile-offers.icon-phone {
  background: url(../catalog/version_mobile/styles/images/icons/gsm-2.png) no-repeat 0 2px;
  background-size: 6px 11px;
}
.flag-mkp-multi a,
.flag-mobile-offers a {
  clear: right;
  display: inline-block;
  color: #454545;
  font-size: 13px;
}
.flag-mkp-multi a .price,
.flag-mobile-offers a .price {
  color: #757575;
  font-size: 13px;
}
.product-card-mobile-offer .product-name {
  margin: 0 0 2px;
}
.product-card-mobile-offer .product-infos-content.shadow-2 {
  margin-top: 6px;
  margin-right: 10px;
  padding: 0 6px;
}
table.table-default {
  font-size: 12px;
}
table.table-default th,
table.table-default td {
  vertical-align: middle;
  padding: 0 15px 3px;
}
table.table-default th {
  width: 50%;
  padding-right: 5px;
  text-align: left;
  font-weight: lighter;
}
table.table-default td {
  padding-left: 5px;
  text-align: right;
}
.table-striped tr:nth-child(odd) th,
.table-striped tr:nth-child(odd) td {
  background-color: #f2f2f2;
}
.table-striped tr:nth-child(even) th,
.table-striped tr:nth-child(even) td {
  background-color: #fff;
}
.bloc {
  clear: both;
  margin: 10px 0;
}
.bloc .bloc-content.shadow,
.bloc .bloc-content .shadow {
  padding: 10px;
}
.bloc .bloc-content.content-table {
  padding: 5px 0;
}
.bloc .bloc-content.content-table table {
  width: 100%;
}
.bloc .bloc-content .bloc-title {
  margin: 0 0 4px;
  color: #353535;
  font-size: 13px;
  font-weight: bold;
}
.bloc-1 > .bloc-title {
  margin: 0 0 10px;
  border-bottom: 1px solid #353535;
  padding: 0 0 2px;
  color: #353535;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: lighter;
}
.bloc-expandable.bloc-1 > .bloc-title {
  padding-right: 25px;
  background: url(../catalog/version_mobile/styles/images/icons/expandable-open.png) no-repeat 100% 50%;
  background-size: 22px 8px;
}
.bloc-expandable.bloc-1.open .bloc-title {
  background-image: url(../catalog/version_mobile/styles/images/icons/expandable-close.png);
}
.bloc-2 {
  padding: 8px 10px;
}
.bloc-2 > .bloc-title {
  color: #363636;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}
.bloc-2 > .bloc-title span {
  padding-right: 16px;
  background: url(../catalog/version_mobile/styles/images/bullets/filters-open.png) no-repeat 100% 50%;
  background-size: 10px 6px;
}
.bloc-2 > .bloc-content {
  margin: 20px 0 0;
  font-size: 12px;
}
.bloc-2 > .bloc-content a {
  color: #353535;
}
.bloc-2 p:first-child {
  margin-top: 0;
}
.bloc-2 p:last-child {
  margin-bottom: 0;
}
.bloc-expandable.bloc-2.open .bloc-title span {
  background-image: url(../catalog/version_mobile/styles/images/bullets/filters-close-2.png);
}
.bloc-expandable .bloc-content {
  display: none;
}
.bloc-expandable > .bloc-title {
  cursor: pointer;
}
.bloc-expandable.open .bloc-content {
  display: inherit;
}
textarea,
input[type="text"],
input[type="date"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
  height: 34px;
  border: 1px solid #cecece;
  border-radius: 2px;
  padding: 0 8px;
  background-color: #fff;
  color: initial;
  font-size: 16px;
  -webkit-appearance: none;
}
textarea {
  height: 55px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
button,
input {
  cursor: pointer;
}
button img {
  vertical-align: middle;
}
.form-one-field {
  display: table;
}
.form-one-field textarea,
.form-one-field input[type="text"],
.form-one-field input[type="number"],
.form-one-field input[type="email"],
.form-one-field input[type="tel"],
.form-one-field input[type="search"],
.form-one-field input[type="url"] {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  float: left;
  width: 100%;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-one-field .btn {
  height: 34px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 4px;
  padding-left: 12px;
  white-space: nowrap;
}
.form-one-field .submit {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 1%;
}
.form-small .btn {
  height: 20px;
  padding: 0 7px;
  font-size: 10px;
}
.form-small input {
  height: 20px;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
.field-radio-tab {
  display: table-cell;
  height: 35px;
  border-bottom: 2px solid #e8e8e8;
  padding: 0 15px;
  background: #fff;
  color: #353535;
  line-height: 35px;
  font-weight: bold;
}
.field-radio-tab:first-child {
  border-radius: 2px 0 0 2px;
}
.field-radio-tab:last-child {
  border-radius: 0 2px 2px 0;
}
.field-radio-tab input[type="radio"] {
  vertical-align: middle;
}
.field-radio-tab.active {
  border-color: #000;
  background: #333;
  color: #fff;
}
.bloc-messages {
  margin: 0 0 15px;
  border: 1px solid;
  padding: 10px;
}
.bloc-messages.messages-error {
  border-color: #c80000;
  background-color: rgba(200, 0, 0, 0.016);
  color: #c80000;
}
.bloc-messages.messages-success {
  border-color: #c80000;
  background-color: rgba(200, 0, 0, 0.016);
  color: #c80000;
}
.bloc-adv .adserving-fnac {
  margin-bottom: 15px;
}
.well + .bloc-adv {
  margin-top: 0;
}
.bloc-adv-title {
  display: block;
  margin-top: 15px;
  width: 100%;
  padding: 0 0 4px;
  font-size: 10px;
  font-weight: normal;
}
.bloc-adv img,
.bloc-adv iframe {
  max-width: 100%;
}
.bloc-adv .iab {
  width: 100%;
}
.well .bloc-adv-320-width {
  margin-left: -10px;
  margin-right: -10px;
}
.well .bloc-adv-320-width > * {
  margin-left: auto;
  margin-right: auto;
}
#sas_47234 img {
  height: auto !important;
}
.product-card .btn-comparator-add {
  display: none;
}
.mkp_product_tabs button {
  padding: 10px;
  min-width: 60px;
  background-color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 5px #c3c3c3;
  border: none;
  border-radius: 5px;
  font-size: 0.7em;
  margin-bottom: 5px;
}
.mkp_product_tabs span {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.mkp_product_tabs li {
  display: inline;
  list-style: none;
}
.mkp_product_tabs button.active {
  background-color: #333333;
  box-shadow: 0 4px 0 #000;
  color: #fff;
}
.mkp_product_tab .mkp_criteria_link {
  display: inline-block;
  margin-top: 15px;
  font-size: 11px;
  color: #747474;
  text-decoration: underline;
}
.legal-notice {
  margin-top: 15px;
  font-size: 10px;
  color: #767676;
}
.legal-notice p + p {
  margin-top: 10px;
}
.legal-notice a {
  color: #353535;
}
.card-label {
  text-transform: uppercase;
  font-weight: 700;
  color: #d91627;
}
.card-logo-fnac-plus,
.card-logo-darty-plus {
  background: transparent no-repeat center;
  background-size: contain;
  display: inline-block;
  height: 15px;
  max-height: 100%;
  text-indent: -9999px;
}
.card-logo-fnac-plus {
  background-image: url("../catalog/version_mobile/styles/images/logos/fnac_plus_small.png");
  width: 51px;
}
.card-logo-darty-plus {
  background-image: url("../catalog/version_mobile/styles/images/logos/darty_plus_small.png");
  width: 24px;
}
.oldie .card-logo-fnac-plus,
.oldie .card-logo-darty-plus {
  background: none;
  text-indent: 0;
}
html.darty_com_mobile_app .site-header,
html.darty_com_mobile_app #footer,
html.darty_com_mobile_app .site-footer,
html.darty_com_mobile_app .site-sub-header {
  display: none !important;
}
.more-info {
  font-size: 12px;
  font-weight: normal;
  color: #888888;
}
.wibilong {
  margin: 0 0 0 3px;
  padding: 0 0 0 25px;
  position: relative;
  background: url(../catalog/version_mobile/styles/images/icons/qa_answer.png) no-repeat 7px 5px;
  background-size: 13px auto;
}
.wibilong span {
  font-size: 11px !important;
  color: #353535 !important;
}
.wibilong img {
  display: none !important;
}
.wibilong:before {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  content: "";
  width: 1px;
  height: 11px;
  background: #353535;
}
.wibilong:empty {
  display: none;
}
div.owl-carousel .owl-video-wrapper {
  background: transparent;
}
div.owl-carousel .owl-video-play-icon {
  background: url(../catalog/version_mobile/styles/images/icons/preview-video.png) no-repeat 50% 50%;
}
.mkp_sold_by {
  display: inline-block;
  vertical-align: middle;
  max-width: 148px;
  height: 20px;
  padding: 1px 7px 2px;
  background-color: #3164A0;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  font-size: 11px;
}
.mkp_sold_by a {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
.mkp_sold_by + a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.mkp .seller.font-2 {
  font-size: 13px;
}
.delivery_status {
  margin: 10px 0;
}
.delivery_status p {
  margin: 0;
  font-weight: bold;
  font-size: 12px;
}
.delivery_unavailable {
  color: #d91627;
}
.delivery_status .delivery_free {
  text-transform: uppercase;
}
.delivery_status .delivery_date,
.delivery_status .delivery_free {
  color: #56B510;
}
.delivery_status .delivery_info {
  text-transform: lowercase;
}
.delivery_status .delivery_cc_store,
.delivery_status .delivery_cc_store .btn-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.delivery_status .delivery_cc_store {
  display: block;
  width: 100%;
}
.delivery_status .delivery_cc_store .btn-text {
  max-width: 150px;
}
.product-delivery-info .delivery_date:first-letter {
  text-transform: capitalize;
}
.delivery_status .delivery_chrono {
  margin-top: 10px;
}
.delivery_status .display_dcom_avail_popin_trigger {
  text-decoration: underline;
  font-size: 12px;
  color: #6F6E6F;
}
.owl-item .delivery_status,
.bloc-best-sales .delivery_status {
  display: none;
}
.darty_trunk_icon {
  display: inline-block;
  vertical-align: middle;
  background: url(../catalog/version_mobile/styles/images/icons/darty_trunk_icon.png) no-repeat left center;
  background-size: 28px 16px;
  width: 27px;
  height: 16px;
  padding-right: 5px;
}
.btn-availatility-favorite-stores {
  vertical-align: bottom;
  margin: 0 3px;
}
.btn-availatility-favorite-stores img:nth-child(2),
.btn-availatility-favorite-stores.js-active img:first-child {
  display: none;
}
.btn-availatility-favorite-stores.js-active img:nth-child(2) {
  display: inherit;
}
.list_pagination,
.list_pagination a {
  color: #353535;
  font-size: 13px;
  text-decoration: none;
}
.list_pagination_switch {
  margin: 10px 0 0 0;
  padding: 0 10px;
}
.list_pagination li + li:before {
  content: ' - ';
}
.list_pagination .list_pagination_switch li,
.list_pagination .list_pagination_nb_results li {
  display: inline-block;
}
.reinsurance_icons {
  display: inline-block;
  margin: 5px 0;
}
.reinsurance {
  background: url('../catalog/version_mobile/styles/images/icons/reinsurance.png') no-repeat;
  background-size: 80px 19px;
  display: inline-block;
  width: 30px;
  height: 19px;
  vertical-align: top;
  margin: 0 2px;
}
.reinsurance.delivery_by_us {
  background-position: 0 top;
}
.reinsurance.advice {
  background-position: -38px top;
  width: 20px;
}
.reinsurance.service {
  background-position: -65px top;
  width: 18px;
}
.c-geolocalisation {
  display: none;
  font-size: 0;
}
.page-home .c-geolocalisation,
.page-details-product .site-sub-header.c-geolocalisation,
.page-list-mkp-offers .c-geolocalisation,
.page-universe .site-sub-header.c-geolocalisation {
  display: block;
}
.js-search.page-details-product .site-sub-header.c-geolocalisation {
  display: none;
}
.c-geolocalisation__button {
  background: url("../catalog/version_mobile/styles/images/icons/pin-geoloc.png") 5px no-repeat transparent;
  background-size: auto 22px;
  border: 0;
  padding: 0;
  font-weight: bold;
  padding-left: 35px;
  min-height: 25px;
  text-align: left;
  font-size: 13px;
}
.list-banner img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.list-banner .text {
  padding: 10px 15px 0;
  color: #353535;
  font-size: 12px;
  line-height: 12px;
}
.list-banner-product {
  padding: 5px;
  background-color: #ffde17;
}
.list-banner-product .product-card {
  background-color: #ffffff;
}
.list-banner-product .product-card > a {
  display: table;
  width: 100%;
}
.list-banner-product .product-img {
  width: 50%;
  padding: 0;
  vertical-align: middle;
}
.list-banner-product .product-img img {
  max-width: 65%;
}
.list-banner-product .product-infos {
  width: 50%;
  vertical-align: middle;
  padding: 20px 10px 20px 0;
}
.list-banner-product .product-family {
  font-size: 11px;
  color: #979797;
}
.list-banner-product .product-name {
  color: #232323;
  font-size: 13px;
  text-transform: inherit;
}
.list-banner-product .review-note {
  color: #979797;
  font-size: 10px;
}
.list-banner-product .product-infos-content {
  min-height: inherit;
}
.list-banner-product .product-infos-content .price-actual {
  font-size: 18px;
}
.list-banner-product .product-infos-content .price-older,
.list-banner-product .product-infos-content .price-older sup {
  font-size: 13px;
}
.list-banner-product .flag,
.list-banner-product .price-discount {
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 7px;
}
.site-header-highlight {
  height: 30px;
  background-color: #FF9900;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
}
.site-header-highlight a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.bloc-adv-list-product {
  clear: both;
}
.bloc-adv-home {
  float: right;
  width: 300px;
  background-color: white;
  max-height: 310px;
  margin: 0 20px 0 0;
}
.bloc-adv-title {
  font-size: 9px;
  text-align: center;
}
.bloc-ad-sticky {
  margin: auto;
  text-align: center;
  width: 220px;
}
.bloc-ad-sticky.bloc-ad-in-range {
  position: fixed;
  top: 0;
}
.bloc-ad-sticky.bloc-ad-below {
  position: fixed;
  bottom: 0;
}
.bloc-adv-list-product-mobile {
  margin: 15px 0;
}
[id^="div_utif"] {
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}
body > img {
  display: none;
}
html,
body,
.body {
  height: 100%;
}
body {
  font-size: 14px;
}
.site {
  position: relative;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  width: 100%;
  transition: left .4s, right .4s;
}
.site-body,
.site-footer {
  background-color: #f2f2f2;
}
#back-top {
  position: fixed;
  z-index: 9;
  bottom: -50px;
  right: 10px;
  transition: bottom .4s;
}
.js-backtop #back-top {
  bottom: 45px;
}
.site-header {
  border-bottom: 4px solid #ebebeb;
  padding: 10px 0 6px;
  background-color: #fff;
}
.menu-primary {
  position: relative;
  min-height: 34px;
}
.menu-primary [class*="menu-"] {
  position: absolute;
  top: 6px;
}
.menu-primary .menu-home {
  top: 0;
  left: 50%;
  margin-left: -18px;
}
.menu-primary .menu-search {
  left: 23.43%;
  top: -4px;
}
.menu-primary .menu-menu {
  left: 4.69%;
}
.menu-primary .menu-account {
  right: 21.1%;
}
.menu-primary .menu-basket {
  right: 6.25%;
}
.menu-primary .badge {
  position: absolute;
  top: 1px;
  right: -8px;
}
.js-menu-open .body,
.js-panel-order-open .body,
.js-panel-filters-open .body {
  overflow: hidden;
}
.js-search .site-header,
.js-search .site-sub-header,
.js-search .site-header-highlight,
.js-search #content,
.js-search #basket_content_inner_page,
.js-search .well,
.js-search #footer,
.js-search .breadcrumb,
.js-search .site-footer {
  visibility: hidden;
}
.js-menu-open .site:after,
.js-panel-order-open .site:after,
.js-panel-filters-open .site:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.menu-secondary {
  position: absolute;
  z-index: 12;
  top: 0;
  left: -80%;
  bottom: 0;
  width: 80%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: left .4s;
  background: #fff;
}
.menu-secondary .menu-open .item-univers-title {
  display: none;
}
.js-menu-open {
  overflow: hidden;
}
.js-menu-open .site {
  left: 80%;
}
.js-menu-open .menu-secondary {
  left: 0%;
}
.menu-secondary .item-menu {
  background-color: #353535;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.menu-secondary .item-menu a {
  display: block;
  padding: 13px 20px 13px 49px;
  color: #fff;
  line-height: 16px;
  min-height: 16px;
  text-decoration: none;
}
.menu-secondary .item-menu ul > li > a {
  line-height: 20px;
  border-bottom: 1px solid #9b9b9b;
}
.menu-secondary .item-menu ul > li:last-child > a {
  border-bottom: 1px solid #e5e5e5;
}
.menu-secondary .item-menu a:active {
  background-color: #d91627;
}
.menu-secondary .item-menu img {
  vertical-align: top;
  margin-right: 10px;
}
.menu-secondary .item-menu .item-picto {
  padding-left: 20px;
}
.menu-secondary .item-univers-title {
  padding: 13px 20px;
  background-color: #D91627;
  color: #fff;
  line-height: 16px;
  min-height: 16px;
  font-weight: bold;
  text-align: center;
}
.menu-secondary .item-univers {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 20px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
  font-weight: lighter;
  text-transform: uppercase;
}
.menu-secondary .item-univers.item-univers-title {
  color: #fff;
}
li.item-univers.selected {
  font-weight: bold;
}
.menu-secondary .item-univers.back {
  border-color: #cecece;
  background-color: #e5e5e5;
}
.menu-secondary .item-univers.back.js-affix {
  position: fixed;
  right: inherit;
  box-sizing: border-box;
  width: 80%;
}
.menu-secondary .item-univers.back:before {
  content: '<<';
  margin-right: 6px;
}
.menu-secondary .item-univers a {
  display: block;
  color: #000;
  line-height: 20px;
  text-decoration: none;
}
#menu-container {
  overflow: hidden;
}
.menu-secondary .menu-container {
  overflow: hidden;
  position: relative;
  left: 0%;
  width: 300%;
  transition: left 400ms;
}
.menu-secondary .menu-lvl {
  width: 33.333333%;
  float: left;
}
.menu-secondary .js-lvl1 .menu-container {
  left: -100%;
}
.menu-secondary .js-lvl2 .menu-container {
  left: -200%;
}
.menu-secondary .hover-tab-menu.js-open .hover-tab-menu-lvl-2 {
  display: block;
}
.menu-secondary .hover-tab-menu {
  background: #757575 url(../catalog/version_mobile/styles/images/bullets/arrow-down-menu-expand-white.png) no-repeat;
  background-position: right 17px top 17px;
  background-size: 12px;
}
.menu-secondary .hover-tab-menu.js-open {
  background: #d91627 url(../catalog/version_mobile/styles/images/bullets/arrow-up-menu-expand-white.png) no-repeat;
  background-position: right 17px top 17px;
  background-size: 12px;
}
.menu-secondary .hover-tab-menu .hover-tab-menu-lvl-2 {
  display: none;
  background-color: #757575;
  padding: 0;
  margin: 0;
}
.site-sub-header {
  border-bottom: 2px solid #ebebeb;
  padding: 10px 15px;
  background-color: #fff;
}
.page-details-product .breadcrumb {
  box-shadow: none;
}
.breadcrumb {
  position: relative;
  margin: 0;
  padding: 5px 10px;
  font-size: 9px;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li + li::before {
  content: '>';
  margin-right: 2px;
  margin-left: 2px;
}
.breadcrumb li:first-child a {
  margin: 0 -4px;
  padding: 4px;
}
.breadcrumb a,
.breadcrumb span {
  color: #757575;
}
.breadcrumb a {
  display: inline-block;
  text-decoration: underline;
}
.text-legal,
.site-footer p {
  font-size: 12px;
  color: #363636;
}
.text-legal a,
.site-footer a {
  color: #363636;
}
.text-legal {
  padding-top: 0;
}
.site-body .text-legal {
  margin-top: 20px;
  padding: 10px;
}
.list_pagination + .text-legal {
  margin-top: 0;
}
.page-404 .price-details,
.page-500 .price-details,
.page-iframe .price-details,
.page-add-basket .price-details,
.page-details-product-offer .price-details,
.page-details-seller .price-details br,
.page-details-seller .price-details .ecomob {
  display: none;
}
.footer-line {
  padding: 15px;
  background: #353535;
}
.footer-line,
.footer-line a {
  color: #ebebeb;
  text-decoration: none;
}
.footer-line .underline {
  text-decoration: underline;
}
.footer-line + .footer-line {
  border-top: 1px solid #727272;
}
.footer-line.footer-delivery img {
  vertical-align: middle;
  margin-right: 10px;
}
.footer-line.footer-services .content,
.footer-line.footer-darty-phone .content {
  display: table;
  margin: auto;
}
.footer-line.footer-services .column + .column {
  padding-left: 50px;
}
.footer-line.footer-darty-phone img {
  position: relative;
  top: 3px;
}
.footer-line.footer-darty-phone .text {
  padding-left: 10px;
  font-size: 13px;
  line-height: 14px;
}
.footer-line.footer-darty-phone .notice {
  font-size: 9px;
}
.footer-line.footer-social .link-ios,
.footer-line.footer-social .link-android,
.footer-line.footer-social .link-windows {
  display: none;
}
.js-device-ios .footer-line.footer-social .link-ios,
.js-device-android .footer-line.footer-social .link-android,
.js-device-windows .footer-line.footer-social .link-windows {
  display: block;
}
.footer-line.footer-social li + li {
  margin-left: 23px;
}
.footer-line.footer-newsletter .title {
  margin: 0 0 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-line.footer-newsletter .btn-legals-newsletter {
  display: inline-block;
  margin-top: 10px;
  line-height: 14px;
  text-decoration: underline;
}
.footer-line.footer-copyright {
  padding-bottom: 36px;
  font-size: 13px;
}
.footer-social .list-unstyled.list-inline {
  margin-top: 10px;
}
.footer-social li {
  width: 25%;
  margin-bottom: 16px;
}
.footer-social img {
  margin-bottom: 6px;
}
.connexion-status {
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  padding: 8px 20px;
  background: #d91627;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  transition: top .6s;
}
.js-offline .connexion-status {
  top: 0;
}

.popin {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 20px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.popin .bg-nav {
  padding: 20px 15px;
  background: #fff;
}
.popin:before:not(.modal-bottom) {
  content: '';
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -20px;
  background: rgba(0, 0, 0, 0.6);
}
.popin .close {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../catalog/version_mobile/styles/images/bullets/close-cross-2.png) no-repeat 50% 50%;
  background-size: 15px auto;
  text-indent: -9999em;
}
.popin i {
  color: #d71b2e;
  font-style: normal;
}
.popin b i {
  text-transform: uppercase;
}
.popin .text {
  color: #6B6B6B;
  font-size: 15px;
  line-height: 20px;
}
.popin p {
  margin: 10px 0;
}
.popin .btn {
  text-transform: none;
}
.popin .btn-cancel {
  text-transform: none;
  border: 1px solid #979797;
  border-bottom: 3px solid #979797;
  color: #979797;
  background: #fff;
}
.popin .btn-bloc + .btn-bloc {
  margin-top: 15px;
}
.popin-insurance p {
  margin: 0;
}
.popin-insurance .text {
  margin: 15px 0;
}
.popin-insurance .popin-content {
  height: 410px;
  overflow: auto;
}
.popin .cacf-product {
  display: block;
}
.popin.popin-page::before {
  background: #fff;
}
.popin.popin-page {
  background: #fff;
  margin: 0;
  padding-top: 42px;
}
.popin-page .breadcrumb-nav {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
}
.popin-page .breadcrumb-nav-inner {
  background: #ebebeb;
  padding: 10px;
}
.popin-page .breadcrumb-nav-inner > .back {
  line-height: 22px;
}
.popin-page .bg-nav {
  background: none;
  padding: 20px 15px;
}
.none {
  display: none;
}

.u-truncate-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.geoloc-form-search {
  position: relative;
}
.geoloc-form .geoloc-form-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-appearance: none;
  background: #ffffff;
  height: 38px;
  width: 38px;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 8px 10px;
  text-align: center;
}
.geoloc-form .geoloc-form-btn:before {
  content: '';
  border-left: 1px solid #d8d8d8;
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
}
.geoloc-form .geoloc-form-btn .bouton-geoloc-rouge {
  box-sizing: border-box;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.geoloc-form .autocomplete-suggestions {
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  overflow: auto;
}
.geoloc-form .autocomplete-suggestion {
  border-bottom: 1px solid #e6e6e6;
  color: #232323;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px 0 15px 15px;
}
.geoloc-form .autocomplete-selected {
  background: #eee;
}
.geoloc-form .geoloc-form-search {
  position: relative;
}
.geoloc-form .geoloc-form-input {
  box-sizing: border-box;
  border-color: #d8d8d8;
  border-radius: 0;
  height: 40px;
  padding: 0 38px 0 0;
  text-indent: 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.geoloc-form .geoloc-form-input.loading {
  background: url(../catalog/version_mobile/styles/images/icons/ajax-loader.gif) no-repeat right 50px top 50%;
  background-size: auto 60%;
}
.darty_b2b .geoloc-form {
  display: flex;
  justify-content: center;
}

.slider-container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: calc(190px);
}
.slider-container.list-grid {
  grid-template-rows: calc(352px);
}
.slider-container.list-style-circle {
  grid-template-rows: calc(165px);
}
.slider-container > * {
  grid-column: 2 / -2;
}
.slider-container > .full {
  grid-column: 1 / -1;
}
.full {
  padding: 0;
}
.full .item {
  list-style: none;
}
.slider-list {
  display: grid;
  grid-gap: 12px;
  grid-auto-flow: column;
  grid-auto-columns: 145px;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0;
  padding: 5px 0 0;
}
.slider-list.list-row {
  grid-template-columns: 5px;
  grid-template-rows: 150px;
}
.slider-list.list-row:before,
.slider-list.list-row:after {
  content: '';
  width: 5px;
}
.slider-list.list-grid {
  grid-template-rows: 150px 150px;
  grid-template-columns: 5px;
}
.slider-list.list-grid:before,
.slider-list.list-grid:after {
  content: '';
  background: transparent;
}
.slider-list.list-grid:before {
  grid-area: 1 / 1 / 3 / 1;
}
.slider-list.list-grid:after {
  width: 5px;
}
.slider-list.list-style-circle {
  grid-auto-columns: 100px;
}
.item a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.item-thumbnail {
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.item-thumbnail img {
  max-width: 100%;
}
.item-thumbnail .item-picture {
  max-width: 100%;
  height: 100px;
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #f2f2f2;
}
.item-thumbnail .item-title {
  height: 27px;
  text-align: center;
  color: #353535;
  font-size: 13px;
}
.item-circle img {
  max-height: 100px;
}
.item-circle .item-picture {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 auto;
}
.item-circle .item-title {
  height: 25px;
  margin-top: 10px;
  color: #353535;
  font-size: 12px;
  text-align: center;
}
.item-title {
  display: -webkit-box;
  max-width: 100%;
  line-height: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-hide {
  visibility: hidden;
}
@media (max-width: 320px) {
  .slider-list {
    grid-auto-columns: calc(155px);
  }
}

.slider-products {
  display: grid;
  grid-template-columns: 10px;
  grid-template-rows: 270px;
  grid-auto-flow: column;
  grid-auto-columns: 155px;
  grid-gap: 10px;
  overflow-x: scroll;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.slider-products:before,
.slider-products:after {
  content: '';
}
.slider-products:after {
  width: 10px;
}
.slider-products .product-item {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
}
.slider-products .item-flag,
.slider-products .flag {
  height: 18px;
  line-height: 18px;
}
.slider-products .item-flag .pre_order_date_flag {
  display: none;
}
.slider-products .item-flag .price-discount {
  height: 18px;
  vertical-align: middle;
  line-height: 18px;
  font-size: 11px;
}
.slider-products .flag {
  font-size: 11px;
}
.slider-products .item-link {
  display: block;
  text-decoration: none;
}
.slider-products .item-image {
  height: 105px;
  text-align: center;
  margin: 6px 10px;
}
.slider-products .item-image img {
  max-width: 100%;
  max-height: 105px;
}
.slider-products .item-family,
.slider-products .item-name,
.slider-products .item-stars {
  margin: 0 10px;
}
.slider-products .item-family,
.slider-products .item-name {
  line-height: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.slider-products .item-family {
  font-size: 11px;
  padding-top: 6px;
  border-top: 1px solid #E6E6E6;
  -webkit-line-clamp: 1;
}
.slider-products .item-family .item-link {
  color: #979797;
}
.slider-products .item-name {
  height: 32px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
}
.slider-products .item-name .item-link {
  color: #353535;
}
.slider-products .stars-count {
  font-size: 10px;
  font-weight: 600;
}
.slider-products .item-footer {
  padding: 0 10px;
}
.slider-products .redir-seller-button .mkp_sold_by {
  max-width: 135px;
  height: 16px;
  line-height: 14px;
  margin: 0;
  box-sizing: border-box;
}
.slider-products .price {
  margin-right: 2px;
}
.slider-products .product-price-offer {
  display: inline-block;
}
.slider-products .price-older {
  color: #757575;
}
.slider-products .price-older:nth-last-child(odd) {
  font-size: 11px;
}
.slider-products .price-older:nth-last-child(even) {
  font-size: 13px;
}
.slider-products .price-actual {
  font-size: 18px;
}

.alert-cookie {
  z-index: 10;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  padding-right: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-align: justify;
}
.alert-cookie p {
  margin: 0;
}
.alert-cookie .btn {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 6px 8px;
  margin-top: -16px;
}
.alert-cookie a,
.banner_cookies a {
  color: #fff;
}
.optanon-alert-box-wrapper:not(.banner_cookies) {
  display: none !important;
}
.banner_cookies,
body .optanon-alert-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  padding: 15px 20px 20px;
  background-color: rgba(80, 80, 80, 0.9);
  color: #fff;
  box-sizing: border-box;
}
.banner_cookies .cookies_text {
  margin: 0;
  text-align: justify;
  font-size: 13px;
  line-height: 16px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.banner_cookies a {
  color: #fff;
  text-decoration: underline;
}
.banner_cookies .btn {
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 11px 15px;
  text-transform: uppercase;
  border-radius: 2px;
  background: no-repeat 0 50%;
  color: #333;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  min-width: 0;
}
.banner_cookies .btn-primary {
  width: 100%;
  margin-top: 15px;
  font-size: 10px;
  font-weight: bold;
  border-color: #b91321;
  background-color: #d91627;
  color: #fff;
}
#onetrust-banner-sdk {
  animation: none !important;
  bottom: 0 !important;
}

#da-autocomplete-result-container {
  display: block;
  width: 100%;
  top: 54px;
  left: 0;
  position: absolute;
  text-align: left;
  cursor: default;
  z-index: 9997;
  background: white;
  font-family: 'Open Sans', Arial, sans-serif;
}
.da-autocomplete-suggestion.selected {
  background: #f0f0f0;
}
.da-autocomplete-suggestions {
  display: none;
}
.da-term {
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.da-term + .da-product {
  border-top: 1px solid #ddd;
  margin-top: 25px;
}
.da-term-link {
  color: #000;
  text-decoration: none;
}
.da-product {
  padding-top: 10px;
  padding-bottom: 10px;
}
.da-product-link {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  position: relative;
}
.da-product-image {
  padding: 2%;
  height: 62px;
  width: 62px;
  max-width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.da-product-image img {
  display: block;
  margin: auto;
}
.algolia-image-horizontal-orientation {
  height: 40px;
  width: 55px;
}
.algolia-image-default-orientation {
  max-height: 60px;
  max-width: 60px;
  height: auto;
  width: auto;
}
.da-product-detail {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 75%;
}
.da-product-category {
  color: #818181;
  display: block;
  font-size: 13px;
}
.da-product-title {
  color: black;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.da-product-price {
  color: black;
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.da-product-price-decimal {
  top: -5px;
  font-size: 13px;
}
.da-truncate-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.js-modal-bottom-open {
  overflow: hidden;
}
.js-modal-bottom-open .modal-bottom {
  opacity: 1;
  z-index: 9999;
}
.js-modal-bottom-open .modal-bottom .more-info {
  opacity: 1;
  bottom: 25px;
  width: 100%;
}
.js-modal-bottom-open .modal-geoloc {
  display: block;
}
.stores-wrapper + .geoloc-wrapper,
.delivery-wrapper + .geoloc-wrapper,
.wrapper-content + .geoloc-wrapper,
.modal-geoloc {
  display: none;
}
.modal-bottom {
  background: #fff;
  top: 100vh;
  left: 0;
  bottom: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  transition: bottom ease 0.5s, top ease 0.5s, opacity 0.3s ease-in;
  z-index: -100;
}
.modal-bottom .btn-close {
  background: none;
  border: 0;
  height: 21px;
  position: absolute;
  right: 15px;
  top: -19px;
  width: 21px;
}
.modal-bottom .modal-error {
  color: #d0021b;
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
}
.modal-bottom .modal-error .city {
  text-transform: capitalize;
}
.modal-bottom .modal-error a {
  color: #d0021b;
}
.modal-bottom .more-button {
  position: fixed;
  bottom: 20px;
  width: calc(100% - 40px);
  padding: 11px 15px;
  border: 1px solid #979797;
  border-radius: 4px;
  text-transform: inherit;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  background-color: #fff;
  color: #232323;
  font-weight: normal;
  font-family: inherit;
}
.modal-bottom .more-info {
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: bottom ease 0.7s, opacity 0.6s ease-in;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-align: center;
}
.modal-bottom.style-geoloc {
  padding-bottom: 75px;
}
.modal-title {
  margin-bottom: 12px;
  color: #232323;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.modal-title .close-paragraph {
  line-height: 18px;
  padding-left: 38px;
}
.modal-title .close-paragraph .title {
  margin: 0;
  font-weight: bold;
}
.modal-title .close-paragraph .subtitle {
  margin: 4px 0 0;
}
.modal-body {
  padding: 12px 22px;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.modal-delivery-options {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.modal-delivery-options .modal-title {
  margin-bottom: 0;
  padding: 0 22px 15px;
}
.modal-delivery-options .wrapper-title {
  padding: 0 22px 10px;
}
.modal-delivery-options .wrapper-content {
  max-height: calc(65vh - 100px);
  overflow-x: scroll;
  padding: 10px 22px 0;
}
.modal-delivery-options .wrapper-content.search-form-content {
  overflow-x: inherit;
  padding-top: 0;
}
.modal-delivery-options .cell-style {
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  text-decoration: none;
  padding: 20px;
  display: block;
  position: relative;
}
.modal-delivery-options .cell-style.not-avail,
.modal-delivery-options .cell-style.not-avail-basketstore {
  border: 1px solid #D8D8D8;
  box-shadow: none;
  filter: grayscale(100%);
  color: #757575;
  text-align: left;
  font-weight: bold;
}
.modal-delivery-options .cell-style.not-avail-basketstore,
.modal-delivery-options .cell-style.basket-store {
  padding: 30px 18px 14px 74px;
  background-position: 14px 40px;
}
.modal-delivery-options .cell-style.not-avail-basketstore {
  font-weight: normal;
}
.modal-delivery-options .close-paragraph {
  padding: 0;
}
.modal-delivery-options .close-paragraph .city {
  white-space: nowrap;
}
.modal-delivery-options .close-paragraph .modify {
  text-decoration: underline;
}
.modal-delivery-options .highlighted-text {
  color: #56B510;
  font-weight: bold;
  line-height: 20px;
}
.modal-delivery-options .desc {
  display: block;
  color: #232323;
  font-weight: bold;
  line-height: 18px;
}
.modal-delivery-options .stores-wrapper .more-button.no-fixed-button {
  position: inherit;
  bottom: inherit;
  width: 100%;
}
.modal-delivery-options .store-cc {
  background: url('../catalog/version_mobile/styles/images/icons/store-darty.png') no-repeat 14px 20px;
  background-size: 48px auto;
  padding: 11px 18px 14px 74px;
}
.modal-delivery-options .store-cc.expediable-mode {
  background-position: 14px center;
}
.modal-delivery-options .store-cc .store-name {
  text-transform: capitalize;
}
.modal-delivery-options .store-cc .store-openHours {
  display: block;
  margin-top: 3px;
  color: #757575;
  font-size: 13px;
  line-height: 18px;
}
.modal-delivery-options .store-cc .store-distance {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 75px;
  color: #005EAD;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}
.modal-delivery-options .store-cc .store-tag {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 1px 3px;
  border-radius: 3px;
  background-color: #009444;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
}
.modal-delivery-options .basket-store .store-distance {
  top: 70px;
}
.modal-delivery-options .delivery-wrapper .wrapper-content {
  padding-top: 10px;
}
.modal-delivery-options .delivery-wrapper + .stores-wrapper .wrapper-content {
  max-height: calc(65vh - 200px);
  padding-top: 3px;
}
.modal-delivery-options .delivery {
  background: url('../catalog/version_mobile/styles/images/icons/darty_trunk_icon.png') no-repeat 19px center;
  background-size: 36px auto;
  padding: 20px 11px 20px 74px;
  margin-bottom: 20px;
}
.modal-geoloc .close-paragraph,
.geoloc-wrapper .close-paragraph {
  padding-left: 38px;
  background: url('../catalog/version_mobile/styles/images/icons/pin-geoloc.png') left center no-repeat;
  background-size: 15px auto;
}
.style-delivery_options .modal-body {
  padding: 20px 0;
}
#basket_content .basket-store {
  display: none;
}

.search-bar {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: -100px;
  right: 0;
  left: 0;
  z-index: 2;
  transition: left .4s, top .4s;
}
.btn-search {
  background: #ffffff url(../catalog/version_mobile/styles/images/icons/search.png) right 5px center no-repeat;
  background-size: 19px;
  width: 100%;
  height: 35px;
  color: #747474;
  text-align: left;
  border: 1px solid #979797;
}
.js-show-sticky .search-bar {
  top: 0;
}
.js-menu-open .search-bar {
  left: 80%;
}

.redir-seller-button {
  outline: none;
  margin: 3px 0;
  text-align: right;
}
.redir-seller-button .mkp_sold_by {
  display: inline-block;
  max-width: 180px;
  height: 20px;
  padding: 0 5px;
  background-color: #3164a0;
  color: #ffffff;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}
.redir-seller-button .sprite_empty_rates {
  text-align: left;
}
.product-minimalist {
  background-color: #ffffff;
  border: solid 10px #FFDE17;
  box-sizing: border-box;
  display: flex;
  padding: 20px;
}
.product-minimalist--is-home,
.product-minimalist--is-universe {
  padding: 40px;
}
.product-minimalist--is-universe .product-minimalist__panel {
  width: 65%;
}
.product-minimalist--is-universe .product-minimalist__img {
  width: 35%;
}
.product-minimalist .display_flags {
  position: static;
  margin-right: 15px;
  margin-bottom: 20px;
  background-color: #ED1C27;
}
.product-minimalist .display_flags.pre_order {
  background: none;
}
.product-minimalist .display_flags.pre_order .flag {
  width: auto;
  padding: 0 5px;
}
.product-minimalist .display_flags:not(.pre_order) .flag {
  background: none;
}
.product-minimalist .display_flags .rouge {
  background: none;
}
.product-minimalist .display_flags .pre_order_date_flag {
  font-weight: 700;
  color: #fe741b;
}
.product-minimalist__flag-mkp {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.product-minimalist__marketplace {
  display: flex;
  align-items: center;
  color: #005EAD;
  margin-bottom: 20px;
}
.product-minimalist__marketplace__img {
  margin-right: 5px;
}
.product-minimalist__marketplace__seller {
  display: block;
  margin-left: 3px;
  font-weight: 700;
}
.product-minimalist .delivery_status {
  display: flex;
  align-items: center;
}
.product-minimalist .delivery_status__img {
  margin-right: 1rem;
}
.product-minimalist .status_delivery {
  position: relative;
  padding-left: 37px;
}
.product-minimalist .status_delivery.expediable {
  padding: 0;
}
.product-minimalist .darty_trunk_icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.product-minimalist__name {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-minimalist__title {
  margin-bottom: 10px;
  font-size: 13px;
}
.product-minimalist__title__family {
  color: #757575;
  font-weight: 600;
  font-size: 15px;
  margin-right: 0.6rem;
}
.product-minimalist__title__rating .darty_product_rating {
  text-decoration: none;
  display: flex;
}
.product-minimalist__title__rating .sprite_empty_rates {
  margin-right: 0.4rem;
}
.product-minimalist__title__rating .rating_avis {
  color: #757575;
}
.product-minimalist__title__family-and-rating {
  display: flex;
  align-items: flex-end;
}
.product-minimalist__img {
  width: 50%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.product-minimalist__img .next_prev {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-minimalist__panel {
  width: 50%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.product-minimalist__panel__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  align-items: center;
}
.product-minimalist__panel__bottom .display_dcom_avail_popin_trigger {
  color: #757575;
  font-size: 11px;
}
.product-minimalist__cta {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  color: white;
  background-color: #ED1C27;
  padding: 15px 50px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
}
.product-minimalist__price {
  display: flex;
  align-items: flex-end;
}
.product-minimalist__price .prix_barre_liste {
  display: flex !important;
}
.product-minimalist__price .prix_barre_liste .darty_prix_barre_cont {
  margin-right: 40px;
  font-size: 25px !important;
  line-height: 24px;
}
.product-minimalist__price .prix_barre_liste .darty_prix_barre_cont .darty_prix_barre {
  color: #757575;
  font-size: 18px !important;
  font-weight: 400;
  padding-top: 3px;
}
.product_top-sales-flag {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.product_top-sales-flag:hover .product_top-sales-flag_tooltip {
  display: block;
}
.product_top-sales-flag_tooltip {
  display: none;
  position: absolute;
  box-shadow: 0 0 2px 0 rgba(69, 69, 69, 0.16), 0 3px 6px 0 rgba(69, 69, 69, 0.16);
  width: max-content;
  max-width: 200px;
  margin-top: 5px;
  background-color: #fff;
  border-radius: 3px;
  padding: 16px;
  z-index: 10;
}
.product_top-sales-flag_tooltip.bottom {
  top: 100%;
}
.product_top-sales-flag_tooltip.bottom:after {
  bottom: 100%;
  margin: 0 auto -5px;
  box-shadow: -1px -1px 1px 0 rgba(69, 69, 69, 0.16);
}
.product_top-sales-flag_tooltip.top {
  bottom: 100%;
  margin-bottom: 15px;
}
.product_top-sales-flag_tooltip.top:after {
  top: 100%;
  margin: -5px auto 0;
  box-shadow: 1px 1px 1px 0 rgba(69, 69, 69, 0.16);
}
.product_top-sales-flag_tooltip:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #ffffff;
  position: absolute;
  left: 20px;
}
.product_list_top-sales-flag {
  margin-left: 10px;
}
.product_top-sales-flag_img {
  max-width: 100px !important;
}

