@import url(shopauto.css);
/* ITEM PAGE ----------------------------------------------------------------------------------- */
.item.mini img {
  height: 80px;
  width: 80px; }

#item.item.page {
  max-width: 920px; }

.item.page .sheet input[type="submit"].add_to_cart, .item.page .sheet input[type="submit"].comming_soon {
  color: white;
  border: none;
  border-radius: 20px;
  background-color: var(--color_button);
  float: right;
  width: 146px;
  font-family: var(--default_font);
  font-size: 14px;
  font-weight: normal; }

/* GLOBAL PRICE  ------------------------------------------------------------------------------ */
.item.widget {
  height: auto;
  min-height: 300px; }
  .item.widget .price {
    font-weight: bold;
    height: 46px;
    padding: 0;
    text-align: center;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--price_color);
    font-size: 22px; }
    .item.widget .price .old_price {
      color: #333;
      font-size: .7em;
      font-weight: bold;
      text-decoration: line-through; }
    .item.widget .price .percentage {
      font-weight: bold;
      font-size: 0.9em; }

li.element div.element .old_price {
  color: #333;
  font-size: 1em;
  font-weight: bold;
  text-decoration: line-through; }
li.element div.element .percentage {
  font-weight: bold;
  font-size: .9em; }

.category.page .items.section .item.subsection .price .old_price {
  color: #333;
  font-size: 1em;
  font-weight: bold;
  text-decoration: line-through; }
.category.page .items.section .item.subsection .price .percentage {
  font-weight: bold;
  font-size: .9em; }
.category.page .items.section .item.subsection .price .value {
  margin-right: 172px; }

.item.mini .price {
  display: block;
  font-weight: bold;
  padding: 0;
  text-align: center;
  margin: 17px 4px 0 4px; }
  .item.mini .price .old_price {
    color: #333;
    font-size: .7em;
    font-weight: bold;
    text-decoration: line-through; }
  .item.mini .price .percentage {
    font-weight: bold;
    font-size: 0.9em; }

.item.page .price {
  height: auto !important;
  font-size: 1.6em; }
  .item.page .price .promo {
    color: var(--black);
    font-weight: bold;
    font-size: .8em; }
  .item.page .price .old_price {
    color: var(--black);
    font-size: .7em;
    font-weight: bold;
    text-decoration: line-through; }
  .item.page .price .percentage {
    font-weight: bold;
    font-size: 0.9em; }

.medias a {
  position: relative; }

.medias img.img_zoom {
  position: absolute;
  display: none;
  z-index: 99; }

.medias:hover img.img_zoom {
  display: block;
  margin-left: 100px;
  margin-top: 100px; }

.item.page .sheet .quantity .label {
  font-weight: bold;
  position: relative;
  top: -40px;
  left: 110px;
  text-transform: capitalize; }

.item.page form .sheet .price {
  color: var(--price_color);
  font-size: 3em;
  height: 27px;
  line-height: 36px;
  margin-left: 60px;
  text-align: right;
  font-weight: bold; }

.item.page {
  background-color: white;
  padding: 4px; }
  .item.page h1, .item.page h2 {
    color: var(--black);
    font-size: 1.8em;
    margin-bottom: 1em; }
  .item.page .description {
    margin: 1em; }
    .item.page .description ul li {
      float: none;
      list-style-type: square;
      margin-left: 2em; }
  .item.page .medias img.large {
    border-bottom: 1px solid #d81E29; }
  .item.page .medias li {
    border: 1px solid #ccc;
    margin-left: .5em; }
  .item.page .medias li:hover {
    border: 1px solid #333; }
  .item.page .medias .button {
    background-color: var(--color_button);
    border-radius: 27px;
    color: white;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 4px;
    padding: 6px 2em 4px 3em; }
  .item.page .sheet {
    float: none; }
  .item.page .sheet .quantity button {
    border: none;
    padding: 0 .8em 0 .5em;
    background-color: var(--background_grey); }
  .item.page .sheet .quantity button:hover {
    background-color: var(--background_grey); }
  .item.page .sheet .quantity input {
    background-color: var(--background_grey);
    height: 16px; }
  .item.page .recommend {
    clear: both;
    float: right;
    font-weight: bold;
    margin: 0 1em 1em;
    width: 40%; }
  .item.page .link_click_here {
    background-color: #fff;
    border: 2px solid #E2212D;
    border-radius: 7px 7px;
    color: #B40000;
    display: block;
    font-weight: bold;
    float: left;
    margin: 5px 0 10px 0;
    padding: 40px 10px 40px 10px;
    text-align: center;
    text-decoration: none; }
    .item.page .link_click_here .lowest_price {
      color: var(--black);
      font-size: 14px;
      font-style: italic; }
  .item.page .option.items.section {
    position: relative;
    width: 100%; }
    .item.page .option.items.section > h3 {
      display: none; }
    .item.page .option.items.section > ul {
      display: block; }
      .item.page .option.items.section > ul > li {
        display: flex;
        float: none; }
        .item.page .option.items.section > ul > li > div {
          display: table-cell; }
          .item.page .option.items.section > ul > li > div.medias {
            text-align: center;
            width: 40%; }
            .item.page .option.items.section > ul > li > div.medias > img {
              display: block;
              margin: -20px auto; }
          .item.page .option.items.section > ul > li > div.sheet > input[type="checkbox"] {
            margin: 0; }
          .item.page .option.items.section > ul > li > div.sheet > label {
            font-weight: bold; }
          .item.page .option.items.section > ul > li > div.sheet > .price {
            font-weight: bold; }
            .item.page .option.items.section > ul > li > div.sheet > .price:after {
              content: ')'; }
            .item.page .option.items.section > ul > li > div.sheet > .price:before {
              content: '('; }
          .item.page .option.items.section > ul > li > div.sheet > .summary {
            margin: .5em; }
  .item.page .description_under_item {
    clear: both;
    margin-top: 1em;
    text-align: center; }
    .item.page .description_under_item h3 {
      font-weight: bold; }
  .item.page .details_products td#products_characteristics_header h2 {
    color: white;
    display: inline-block;
    margin-left: 0em;
    padding: 0 1em 0 .5em;
    font-family: var(--default_font);
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0.75em; }
  .item.page .details_products {
    margin: 5px 0;
    padding: 2px;
    border: 1px solid lightgray;
    width: 100%; }
    .item.page .details_products td {
      padding: 5px 5px 5px 5px; }
      .item.page .details_products td .col_left {
        background-color: #E5E5E5;
        border-right: 1px solid lightgray;
        min-width: 20%; }
      .item.page .details_products td .right {
        width: 100%; }
    .item.page .details_products #products_characteristics_header {
      background-color: #1C1C1C;
      color: white;
      font-weight: bold;
      font-size: 16px;
      padding: 5px; }
    .item.page .details_products tr:nth-child(odd) {
      background: #ffffff; }
    .item.page .details_products tr:nth-child(even) {
      background: #E5E5E5; }

/* CROSS-SELLING SECTION ----------------------------------------------------------------------- */
.cross_selling.section {
  clear: both;
  background-color: #f0f0f0;
  overflow: hidden; }

.cross_selling.section h2 {
  display: inline-block;
  margin-left: 1em;
  padding: 0 1em 0 .5em;
  font-family: var(--default_font);
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 1em; }

.cross_selling.section ul {
  margin-left: 15px;
  margin-bottom: 15px; }

.item.page > form > .sheet > .price {
  display: block;
  float: left; }

.item.page .sheet .quantity button {
  align-content: center;
  height: 48px;
  line-height: 48px;
  text-align: center; }
  .item.page .sheet .quantity button img {
    margin-top: 10px; }

.item.page .sheet .quantity input {
  border: 1px solid darkgrey;
  color: #333;
  font-size: 2em;
  height: 22px;
  padding: 11px;
  text-align: center;
  width: 20px; }

.item.page .recommend {
  display: inline-block;
  margin: .5em 0; }

@media screen and (min-width: 980px) {
  .item.page .sheet {
    float: left;
    width: 600px; } }
