.pb-title {
  grid-area: title;
}

.page-heading {
  margin: 0;
  font-size: clamp(1.4rem, 5vw, 1.8rem);
}
@media (max-width: 983.98px) {
  .page-heading {
    margin-bottom: var(--grid-gap);
  }
}
.page-heading .attribute-title-name {
  text-transform: none;
  font-weight: 400;
  display: block;
  margin-top: 4px;
}

#product-footer .page-product-box {
  border-top: 1px solid var(--border-color);
  margin-top: 3rem;
  padding-top: 3rem;
}
#product-footer .page-product-content {
  padding: 0;
}

#product .product-fancybox .fancybox-bg {
  background-color: var(--body-bg);
}
#product .product-fancybox.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

/* box-security */
.box-security {
  border: 1px solid var(--border-color);
  padding: var(--box-padding);
}

.primary_block {
  display: grid;
  grid-gap: var(--grid-gap);
  grid-template-rows: auto auto 1fr;
}
@media (max-width: 705.98px) {
  .primary_block {
    grid-template-areas: "title" "image" "form" "infos";
  }
}
@media (min-width: 706px) and (max-width: 1343.98px) {
  .primary_block {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "title title" "image form" "image infos";
  }
}
.primary_block > * {
  min-width: 0;
}

@media (min-width: 1344px) {
  .mode-two-columns {
    grid-template-columns: 6fr 6fr;
    grid-template-areas: "image title" "image form" "image infos";
  }
}

@media (min-width: 1344px) {
  .mode-three-columns {
    grid-template-columns: 5fr 4fr 3fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "image title title" "image infos form";
  }
  .mode-three-columns #affix_column {
    position: sticky;
    top: calc(var(--scroll-offset) + var(--grid-gap));
  }
}

.secondary_block {
  margin-top: var(--box-padding);
}

#product_description {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
}

.page-product-heading {
  justify-content: center;
}

.pb-right-column {
  grid-area: form;
}

#short_description_block {
  font-size: 1rem;
  margin: var(--grid-gap-half) 0 0;
  line-height: 1.4;
}

.content_prices {
  font-size: 1.125rem;
  margin-bottom: 12px;
  float: left;
}
.content_prices .our_price_display {
  font-weight: normal;
  margin: 0 !important;
  line-height: 1.25;
  font-family: "sofia-pro", Arial, Helvetica, sans-serif;
  color: var(--text-color);
}
.content_prices .our_price_display .price {
  font-weight: 700;
  font-size: 1.6em;
  line-height: inherit;
}
.content_prices #reduction_percent,
.content_prices #reduction_amount,
.content_prices #old_price {
  display: inline-block;
  vertical-align: top;
  font-family: "sofia-pro", Arial, Helvetica, sans-serif;
  line-height: 24px;
}
.content_prices #old_price {
  margin: 0;
  text-decoration: line-through;
}
.content_prices #reduction_percent,
.content_prices #reduction_amount {
  margin: 0 0.33em 0 0;
  font-weight: 700;
}
.content_prices #reduction_percent span,
.content_prices #reduction_amount span {
  color: #d94638;
}

#attributes {
  margin: 12px 0;
}
#attributes fieldset + fieldset {
  margin-top: 8px;
}
#attributes fieldset > label {
  font-weight: 700;
  display: block;
}

.attribute_list {
  width: 100%;
}
.attribute_list .attribute_select option {
  background: var(--input-bg);
  color: var(--tertiary-color);
}
.attribute_list .attribute_radios {
  clear: both;
}
.attribute_list .attribute_radios li {
  padding-left: 36px;
  position: relative;
  z-index: 1;
}
.attribute_list .attribute_radios li + li {
  margin-top: 6px;
}
.attribute_list .attribute_radios li input {
  float: left;
  margin-left: 3px;
}
.attribute_list .attribute_radios li div.radio {
  position: absolute;
  top: 0;
  left: 8px;
}
.attribute_list .attribute_radios li label {
  cursor: pointer;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  vertical-align: top;
}
.attribute_list .attribute_radios.radio-badges {
  font-size: 0;
}
.attribute_list .attribute_radios.radio-badges li {
  font-size: 1rem;
  padding: 0;
  margin-top: 0;
  margin-right: 7px;
  margin-bottom: 7px;
  display: inline-block;
}
.attribute_list .attribute_radios.radio-badges li input,
.attribute_list .attribute_radios.radio-badges li .radio {
  display: none;
}
.attribute_list .attribute_radios.radio-badges li label {
  margin: 0;
  -webkit-box-shadow: inset 0 0 0 1px var(--border-color);
  -moz-box-shadow: inset 0 0 0 1px var(--border-color);
  box-shadow: inset 0 0 0 1px var(--border-color);
  border-radius: 3px;
  padding: 6px 14px;
  line-height: 20px;
}
.attribute_list .attribute_radios.radio-badges li.selected label {
  -webkit-box-shadow: inset 0 0 0 2px #215C50;
  -moz-box-shadow: inset 0 0 0 2px #215C50;
  box-shadow: inset 0 0 0 2px #215C50;
}
.attribute_list .attribute_colors {
  list-style-type: none;
  margin-left: calc(var(--color-list-gap) * -0.5);
  margin-right: calc(var(--color-list-gap) * -0.5);
  display: flex;
  flex-wrap: wrap;
}
.attribute_list .attribute_colors:before, .attribute_list .attribute_colors:after {
  content: none;
}
.attribute_list .attribute_colors input {
  display: none;
}
.attribute_list .attribute_colors li {
  margin: 0;
  padding: calc(var(--color-list-gap) * 0.5);
}
.attribute_list .attribute_colors li .color_pick {
  display: block;
  height: var(--color-option-height);
  width: var(--color-option-width);
  margin: 0;
  border-radius: var(--color-option-border-radius);
  cursor: pointer;
  position: relative;
  background-size: 100% 100%;
  background-size: cover;
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.attribute_list .attribute_colors li .is-white {
  -webkit-box-shadow: inset 0 0 0 1px var(--border-color);
  -moz-box-shadow: inset 0 0 0 1px var(--border-color);
  box-shadow: inset 0 0 0 1px var(--border-color);
}
.attribute_list .attribute_colors li .color_pick:hover, .attribute_list .attribute_colors li.selected .color_pick {
  -webkit-box-shadow: inset 0 0 0 var(--color-option-border-width) var(--text-color), inset 0 0 0 calc(var(--color-option-border-width) + var(--color-option-padding)) var(--body-bg);
  -moz-box-shadow: inset 0 0 0 var(--color-option-border-width) var(--text-color), inset 0 0 0 calc(var(--color-option-border-width) + var(--color-option-padding)) var(--body-bg);
  box-shadow: inset 0 0 0 var(--color-option-border-width) var(--text-color), inset 0 0 0 calc(var(--color-option-border-width) + var(--color-option-padding)) var(--body-bg);
}
.attribute_list .attribute_colors .color_pick {
  --color-option-width: 32px;
  --color-option-height: 32px;
}

#buy-block {
  --quantity-choice-height: 48px;
  position: relative;
  padding: var(--box-padding);
  border: 1px solid var(--border-color);
  background-color: var(--body-bg);
}
@media (max-width: 983.98px) {
  #buy-block {
    --quantity-choice-height: 40px;
  }
}

#quantity_wanted_p {
  float: left;
  margin-right: 8px;
}
#quantity_wanted_p label {
  float: left;
  line-height: var(--quantity-choice-height);
  font-weight: 700;
  margin: 0;
  font-size: 1rem;
}
#quantity_wanted_p input {
  min-width: 48px;
}
#quantity_wanted_p .btn {
  width: 36px;
}
@media (max-width: 419.98px) {
  #quantity_wanted_p .btn {
    display: none;
  }
}

#oosHook {
  clear: both;
}

.box-cart-bottom #add_to_cart {
  overflow: hidden;
  clear: none;
}
.box-cart-bottom .btn {
  --btn-height: var(--quantity-choice-height);
}
.box-cart-bottom .exclusive {
  width: 100%;
  font-family: "sofia-pro", Arial, Helvetica, sans-serif;
}
@media (min-width: 984px) {
  .box-cart-bottom .exclusive {
    font-size: 1.125rem;
  }
}

.buttons_bottom_block {
  clear: both;
  margin: 8px 0 0;
}
.buttons_bottom_block .btn {
  width: 100%;
  font-weight: 700;
}
.buttons_bottom_block .btn:before {
  font-size: 1.15em;
}

#product_actions {
  float: right;
}
#product_actions .btn {
  --btn-color: var(--btn-default-color);
  --btn-color-hover: var(--btn-default-color);
  --btn-border: var(--btn-default-border);
  --btn-bg: transparent;
  --btn-bg-hover: var(--btn-border);
  --btn-bg-active: var(--btn-bg);
  color: var(--btn-color);
  border-color: var(--btn-border);
  background-color: var(--btn-bg);
  background-image: none;
  -webkit-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 50%;
  padding: 8px;
}
#product_actions .btn:hover, #product_actions .btn:focus {
  color: var(--btn-color-hover);
  background-color: var(--btn-bg-hover);
}
#product_actions .btn:active, #product_actions .btn.active {
  color: var(--btn-color-hover);
  background-color: var(--btn-bg-active);
}
#product_actions .btn.disabled, #product_actions .btn[disabled], fieldset[disabled] #product_actions .btn {
  background-color: var(--btn-bg);
}
#product_actions .btn span {
  display: none;
}

#freeshipping_product {
  text-align: center;
}
#freeshipping_product .freeshipping_box {
  border-top: none;
}

#add_to_cart_fast {
  --icon-size: 56px;
  display: none;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#add_to_cart_fast span {
  display: none;
}
#add_to_cart_fast.shown {
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

@media (max-width: 983.98px) {
  #add_to_cart_fast {
    display: flex;
  }
  #scroll-to-top {
    display: none;
  }
}
.pb-left-column {
  grid-area: image;
  overflow: hidden;
}
.pb-left-column .label-box {
  left: auto;
  right: var(--grid-gap);
  top: var(--grid-gap);
  bottom: auto;
  z-index: 1;
}
.pb-left-column .label-box > * {
  padding: 4px 12px;
}
.pb-left-column .label-box .new-box {
  background: var(--box-bg);
}

#product_brand {
  margin: var(--grid-gap-half) 0 0;
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
}
#product_brand label {
  margin: 0;
  font-weight: normal;
  color: var(--text-color);
}

#image-block {
  --thumbs-margin: 10px;
  position: relative;
  display: block;
  clear: both;
}
@media (min-width: 706px) {
  #image-block {
    margin: 0 auto;
    max-width: var(--image-width);
  }
}
@media (max-width: 705.98px) {
  #image-block {
    margin: 0 calc(-1 * var(--container-padding));
  }
  #image-block .lSPagerWrapper {
    padding: 0 var(--container-padding);
  }
  #image-block:not(.image-block-unique) #image-block_list {
    width: 75%;
  }
  #image-block:not(.image-block-unique) #image-block_list.lightSlider {
    width: auto;
  }
}
#image-block_list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
#image-block_list:before, #image-block_list:after {
  content: none;
}
#image-block #view_full_size {
  display: block;
  cursor: pointer;
}
#image-block #view_full_size .bigpic {
  width: 100%;
  height: auto;
  cursor: zoom-in;
}
#image-block #view_full_size .span_link {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -68px;
  padding: 10px 0;
  text-align: center;
  line-height: 22px;
  color: #777676;
  width: 136px;
  text-align: center;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
#image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #c0c0c0;
  font-size: 20px;
  line-height: 22px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 4px;
}
#image-block #view_full_size .span_link:hover:after {
  color: #333;
}
#image-block .lSPrev,
#image-block .lSNext {
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#image-block .lSSlideOuter {
  overflow: hidden;
}
#image-block .lSSlideOuter:not(:hover) .lSPrev,
#image-block .lSSlideOuter:not(:hover) .lSNext {
  opacity: 0;
}
#image-block .lSPrev {
  left: 8px;
}
#image-block .lSNext {
  right: 8px;
}
#image-block a.jqzoom {
  display: block;
  width: 100%;
  height: 100%;
}
#image-block a.jqzoom .zoomWrapper {
  border: none;
}
#image-block a.jqzoom .zoomPad,
#image-block a.jqzoom .zoomWindow,
#image-block a.jqzoom .zoomWrapper {
  width: 100%;
  height: 100%;
}

.image-block_item {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  display: block;
  overflow: hidden;
}
.image-block_item:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  z-index: 1;
  pointer-events: none;
  padding: 0 0 var(--image-ratio, 100%);
}
.image-block_item .image-block_item_bigpic_link {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.image-block_item .bigpic {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.image-block_item .bigpic:not(.loaded) {
  opacity: 0;
}

#views_block {
  overflow: hidden;
  z-index: 1;
  width: 100%;
  position: relative;
  margin-top: var(--thumbs-margin);
}
@media (max-width: 705.98px) {
  #views_block {
    display: none;
  }
}

#view_scroll_prev,
#view_scroll_next {
  position: absolute;
  z-index: 20;
  display: flex;
  text-decoration: none;
  color: var(--dark-color);
  width: 60px;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#view_scroll_prev:hover,
#view_scroll_next:hover {
  color: var(--text-color);
}
#view_scroll_prev:before, #view_scroll_prev:after,
#view_scroll_next:before,
#view_scroll_next:after {
  flex: 1 0 50%;
}
#view_scroll_prev.active,
#view_scroll_next.active {
  pointer-events: all;
  opacity: 1;
}

#view_scroll_prev:before,
#view_scroll_next:after {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Material Design Icons";
  font-size: 20px;
}

#view_scroll_prev {
  left: 0;
  top: 0;
}
#view_scroll_prev:before {
  background-color: var(--body-bg);
  content: "\F004D";
}
#view_scroll_prev:after {
  content: "";
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
}

#view_scroll_next {
  bottom: 0;
  right: 0;
}
#view_scroll_next:before {
  content: "";
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(255, 255, 255, 0)), to(white));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  background-repeat: repeat-x;
}
#view_scroll_next:after {
  background-color: var(--body-bg);
  content: "\F0054";
}

#thumbs_list {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 983.98px) {
  #thumbs_list {
    --thumbs-width: 80px;
  }
}
#thumbs_list::-webkit-scrollbar {
  display: none;
}
#thumbs_list_frame {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  vertical-align: top;
  gap: var(--thumbs-margin);
}
#thumbs_list li {
  width: var(--thumbs-width);
  cursor: pointer;
  position: relative;
  padding: 0;
  border-radius: 4px;
}
#thumbs_list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 1px var(--border-color);
  -moz-box-shadow: inset 0 0 0 1px var(--border-color);
  box-shadow: inset 0 0 0 1px var(--border-color);
}
#thumbs_list li.shown:before {
  -webkit-box-shadow: inset 0 0 0 2px #215C50;
  -moz-box-shadow: inset 0 0 0 2px #215C50;
  box-shadow: inset 0 0 0 2px #215C50;
}
#thumbs_list li img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

@media (min-width: 984px) {
  #image-block.vertical-thumbs {
    margin-left: calc(var(--thumbs-width) + var(--thumbs-margin));
    max-width: var(--image-width);
  }
  .vertical-thumbs #views_block {
    width: var(--thumbs-width);
    position: absolute;
    top: 0;
    left: calc((var(--thumbs-width) + var(--thumbs-margin)) * -1);
    height: 100%;
    margin: 0;
  }
  .vertical-thumbs #view_scroll_prev,
  .vertical-thumbs #view_scroll_next {
    height: 60px;
    width: 100%;
    flex-direction: column;
    right: auto;
    left: 0;
  }
  .vertical-thumbs #view_scroll_prev:before {
    content: "\F005D";
  }
  .vertical-thumbs #view_scroll_prev:after {
    background-image: -webkit-gradient(linear, left 50%, left 100%, from(var(--body-bg)), to(transparent));
    background-image: -webkit-linear-gradient(top, var(--body-bg), 50%, transparent, 100%);
    background-image: -moz-linear-gradient(top, var(--body-bg) 50%, transparent 100%);
    background-image: linear-gradient(to bottom, var(--body-bg) 50%, transparent 100%);
    background-repeat: repeat-x;
  }
  .vertical-thumbs #view_scroll_next:before {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(131, 120, 255) 70%);
    background-image: -webkit-gradient(linear, left 0%, left 50%, from(transparent), to(var(--body-bg)));
    background-image: -webkit-linear-gradient(top, transparent, 0%, var(--body-bg), 50%);
    background-image: -moz-linear-gradient(top, transparent 0%, var(--body-bg) 50%);
    background-image: linear-gradient(to bottom, transparent 0%, var(--body-bg) 50%);
    background-repeat: repeat-x;
  }
  .vertical-thumbs #view_scroll_next:after {
    content: "\F0045";
  }
  .vertical-thumbs #thumbs_list {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .vertical-thumbs #thumbs_list #thumbs_list_frame {
    display: flex;
    flex-direction: column;
  }
}
.resetimg {
  padding: 10px 0 0;
}
.resetimg #resetImages i {
  margin-right: 6px;
}

#HOOK_EXTRA_RIGHT {
  overflow: hidden;
  margin-bottom: var(--grid-gap);
}
#HOOK_EXTRA_RIGHT > * + * {
  margin-left: 24px;
}
#HOOK_EXTRA_RIGHT .review_link {
  font-size: 0.9285714rem;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  color: var(--text-color);
}
#HOOK_EXTRA_RIGHT .review_link:hover {
  text-decoration: underline;
}

.pb-center-column {
  grid-area: infos;
}
.pb-center-column > *:not(:last-child) {
  margin-bottom: var(--grid-gap-half);
}
.pb-center-column .alert-icon {
  font-size: 13px;
  padding-left: 3rem;
}
.pb-center-column .alert-icon i {
  top: 1.2rem;
  left: 0.6em;
  font-size: 1.5em;
}
.pb-center-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}
.pb-center-column .online_only {
  font-weight: 700;
  font-size: 13px;
  text-align: left;
}

#product_reassurance {
  --icon-size: 40px;
}
@media (max-width: 705.98px) {
  #product_reassurance {
    --icon-size: 32px;
  }
}
#product_reassurance li {
  font-size: 1rem;
}

#availability_statut,
#availability_date,
#quantityAvailable {
  clear: both;
  margin: 8px 0;
}

#availability_label,
#availability_date_label {
  display: none;
  width: 125px;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
}

#last_quantities {
  background: #fe9126;
}

#product_reference {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 24px;
  font-weight: 700;
  color: var(--text-color);
  font-style: italic;
}
#product_reference label {
  margin: 0;
  cursor: auto;
  font-weight: normal;
  color: var(--text-muted);
}

#useful_link_block {
  margin: 0;
  list-style-type: none;
}
#useful_link_block li {
  float: left;
  margin: 12px 0 0;
}
#useful_link_block li a {
  display: block;
  width: 24px;
  line-height: 24px;
  margin: 2px;
  text-align: center;
}
#useful_link_block li a span {
  display: none;
}
#useful_link_block li a:before {
  font-family: "Material Design Icons";
  color: var(--text-color);
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
#useful_link_block li.print a:before {
  content: "\F042A";
}
#useful_link_block li.sendtofriend a:before {
  content: "\F10DD";
}

#product_features .feature_calendar {
  --image-width: min(80px, 20vw);
  position: relative;
  margin: 0 auto var(--box-padding);
  max-width: initial;
}
#product_features .feature_calendar:before, #product_features .feature_calendar:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
#product_features .feature_calendar:after {
  clear: both;
}
#product_features .feature_calendar > img {
  float: left;
  margin-right: var(--grid-gap);
  width: var(--image-width);
}
#product_features .feature_calendar_month:not(.sowing):not(.harvest) {
  color: var(--secondary-color);
}
#product_features_table {
  border: 1px solid var(--border-color);
  padding: var(--grid-gap);
}
@media (max-width: 705.98px) {
  #product_features_table {
    margin-top: var(--grid-gap);
  }
}
#product_features .page-product-content {
  display: flex;
  align-items: start;
  justify-content: center;
}
#product_features .page-product-content:before, #product_features .page-product-content:after {
  content: none;
}
@media (max-width: 705.98px) {
  #product_features .page-product-content {
    flex-direction: column;
  }
}

.table-data-sheet {
  width: 100%;
  margin: 0;
  font-family: "sofia-pro", Arial, Helvetica, sans-serif;
}
.table-data-sheet tr td {
  padding-top: calc(var(--box-padding) / 2);
  padding-bottom: calc(var(--box-padding) / 2);
}
@media (max-width: 983.98px) {
  .table-data-sheet tr td {
    font-size: 1rem;
    vertical-align: top;
  }
}
.table-data-sheet tr td:first-child {
  width: 50%;
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-color);
  padding-right: var(--grid-gap);
}
@media (max-width: 705.98px) {
  .table-data-sheet tr td:first-child {
    width: auto;
  }
}
.table-data-sheet tr + tr {
  border-top: 1px solid var(--border-color);
}

#quantityDiscount .table-product-discounts {
  border: none;
  margin: 0;
  background: none;
  width: 100%;
}
#quantityDiscount .table-product-discounts tr td {
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 983.98px) {
  #quantityDiscount .table-product-discounts tr td, #quantityDiscount .table-product-discounts tr th {
    padding: 8px 8px;
  }
}
@media (max-width: 419.98px) {
  #quantityDiscount .table-product-discounts tr td, #quantityDiscount .table-product-discounts tr th {
    width: auto;
    white-space: normal;
  }
}
#quantityDiscount .table-product-discounts tr:last-child td:last-child {
  color: #d94638;
}
@media (max-width: 705.98px) {
  #quantityDiscount .table-product-discounts {
    width: 100%;
  }
}

.discount {
  display: none;
}

/* PERSONNALISATION ##################################################################### */
ul#uploadable_files, ul#text_fields {
  list-style-type: none;
}

@media (max-width: 705.98px) {
  .customizableProductsFile, .customizableProductsText {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.customizationUploadLine label {
  display: block;
}
.customizationUploadLine textarea {
  color: #777777;
}

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px;
}

#customizedDatas {
  float: right;
}

/*# sourceMappingURL=product.css.map */
