@import url(shopauto.css);
.category_panel {
  height: 256px;
  margin: 0 575px 0 0;
  padding-bottom: 20px; }
  .category_panel:hover, .category_panel:active {
    filter: brightness(80%); }
  .category_panel a {
    text-decoration: none; }

.category_panel img.image {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 10%, black 20%, black); }

.category_panel .title {
  position: relative;
  top: 20px;
  left: 20px;
  font-family: var(--default_font);
  font-size: 22px;
  color: #fff; }

.category_panel .made {
  position: relative;
  left: 20px;
  top: -98px; }

.category_panel .made_text {
  position: relative;
  left: 20px;
  top: -128px;
  color: white;
  font-weight: bold; }

.category_panel .size {
  position: relative;
  left: 50px;
  top: -98px; }

.category_panel .housse_sur_mesure {
  overflow: visible;
  background-image: linear-gradient(to right, #444, #080808 80%, #080808); }

ul.categories li.category_panel h2.title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  left: 0;
  top: -340px; }

.category_panel .housse_de_carrosserie {
  overflow: visible;
  background-image: linear-gradient(to right, #1a72c2, #0c477c 87%, #0c477c); }

.category_panel .tapis_auto {
  overflow: visible;
  background-image: linear-gradient(to right, #6f965a, #586b4e 83%, #586b4e); }

.category_panel .grille-pare-chien {
  overflow: visible;
  background-image: linear-gradient(to right, #e59c5a, #ac7543 81%, rgba(172, 117, 67, 0)); }

/* CATEGORY PAGE ------------------------------------------------------------------------------- */
.category.page .category_web_description {
  margin: 1em; }
  .category.page .category_web_description:empty {
    display: none; }
.category.page h1, .category.page .title_selection, .category.page .label_selection {
  font-family: var(--default_font);
  font-size: 1.2em;
  font-weight: bold;
  color: var(--black);
  padding-left: 10px;
  padding-top: 10px; }
.category.page h2 {
  font-family: var(--default_font);
  font-size: 22px;
  font-weight: bold;
  color: var(--black); }
.category.page .assistant.head {
  color: var(--black);
  font-family: var(--default-font);
  font-size: 1.4em;
  font-weight: bold;
  margin: 0.5em;
  padding-top: 10px; }
  .category.page .assistant.head > h1 {
    padding: 0 0 10px; }
  .category.page .assistant.head:empty {
    display: none; }
.category.page .characteristic-foot {
  margin: .5em; }
.category.page .characteristic-head {
  margin: .5em .5em 1.5em; }
.category.page .sub_categories.section h3 {
  display: block; }
.category.page .items.section h3 {
  display: block; }
.category.page .items.section li {
  padding-bottom: 3px; }
.category.page .items_menu.section li {
  padding-bottom: 3px; }
.category.page .assistant a {
  font-weight: bold; }
  .category.page .assistant a:hover {
    color: var(--black);
    text-decoration: none; }
.category.page .sub_categories.section ul li div.category.widget h2 {
  background-color: #FFFFFF; }
.category.page .sub_categories.section ul li div.category.widget h2 a {
  background-color: #FFFFFF;
  font-weight: bold;
  padding: 2px;
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: block;
  height: 65px;
  line-height: 20px;
  text-decoration: none; }
.category.page .sub_categories.section ul li div.category.widget h2 a:hover {
  color: black; }
.category.page .assistant.foot {
  margin: 1em .5em; }
  .category.page .assistant.foot:empty {
    display: none; }
  .category.page .assistant.foot > p {
    border-bottom: 1px solid #999;
    color: #666;
    font-size: 1.2em;
    font-weight: bold; }
.category.page div.title h2 {
  font-family: var(--default_font);
  font-size: 22px;
  font-weight: bold;
  color: var(--black); }

#category.category.page div.items.section ul li div.item.widget h3 {
  background-color: #F8F8F8; }

.left.pane .categories.widget {
  background: #7b7b7b url("../images/box-bkg-grey.png") repeat-x;
  margin-top: .5em;
  padding: .5em 20px; }

.categories.widget h2 {
  background: none;
  border-bottom: 3px double #999;
  color: #999;
  float: none;
  font-family: var(--default_font);
  font-size: 24px;
  margin: .5em 0;
  padding: 0 0 .5em;
  text-align: center; }

.categories.widget li {
  background: url("../images/icon-arrow.png") no-repeat;
  float: none;
  font-weight: bold;
  padding-left: 1.5em; }

.categories.widget a {
  color: #fff; }

.categories.widget a:hover {
  color: #333;
  text-decoration: none; }

.categories.widget p.h2 {
  background: none;
  border-bottom: 3px double #999;
  color: #999;
  float: none;
  font-family: var(--default_font);
  font-size: 24px;
  font-style: italic;
  margin: .5em 0;
  padding: 0 0 .5em;
  text-align: center; }

/* CATEGORY / ITEM WIDGET ---------------------------------------------------------------------- */
.category.widget,
.item.widget {
  background-color: white;
  border: 1px solid lightgrey;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .category.widget:hover,
  .item.widget:hover {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.5); }

.category.widget h4 a,
.item.widget h4 a {
  color: #d81e29;
  font-size: 12px; }

.category.widget:hover h4 a,
.item.widget:hover h4 a {
  color: #333; }

.category.widget .price,
.item.widget .price {
  color: #333;
  font-size: 1.3em;
  font-weight: bold; }

.category.widget a.link,
.item.widget a.link {
  background-color: #808080;
  color: white;
  font-weight: bold; }

.category.widget a.link:hover,
.item.widget a.link:hover {
  background-color: #a0a0a0; }

/* CATEGORY PAGE ------------------------------------------------------------------------------- */
.category.page > .title > div {
  border-bottom: 1px solid #d0d4d7;
  margin-bottom: .5em;
  margin-top: 1em;
  padding-bottom: .5em;
  text-align: justify;
  width: 95%; }

.category.page .assistant .display .select_choice .description-left .images {
  margin-top: 1em;
  padding: 0; }
  .category.page .assistant .display .select_choice .description-left .images img {
    border: 1px solid #e8e8e8;
    cursor: pointer;
    margin: 20px 10px;
    width: 78px; }

/* CATEGORY / ITEM WIDGET ---------------------------------------------------------------------- */
ul li div.item.widget h4 a {
  font-weight: bold; }

.category.widget h3 a,
.item.widget h3 a {
  color: var(--black);
  font-size: 12px;
  font-weight: bold;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center; }

.category.widget h3 a:hover,
.item.widget h3 a:hover {
  text-decoration: none; }

.category.widget a.link,
.item.widget a.link {
  border-radius: 27px;
  background-color: var(--color_button);
  line-height: 26px; }

.element_price {
  color: var(--color_button);
  display: block;
  font-size: 1.2rem; }

.select_choice.gamme div.description-right {
  padding-left: 10px; }

#category.category.page .select_choice.gamme div.description-right h2 {
  margin-top: 0; }

ul .select_choice .description-left {
  float: left; }

/* CATEGORY / VERSION WIDGET ---------------------------------------------------------------------- */
@media screen and (max-width: 479px) {
  #category.category.page div.version div.image img,
  #category.category.page div.modele div.image img,
  #category.category.page div.marque div.image img {
    max-height: 100px;
    max-width: 100px; }
  #category.category.page div.version .description,
  #category.category.page div.modele .description,
  #category.category.page div.marque .description {
    width: calc(100% - 120px);
    float: left;
    padding-top: 0; }
    #category.category.page div.version .description h1,
    #category.category.page div.modele .description h1,
    #category.category.page div.marque .description h1 {
      font-size: 1em; } }
@media screen and (min-width: 480px) and (max-width: 680px) {
  #category.category.page div.version .description,
  #category.category.page div.modele .description,
  #category.category.page div.marque .description {
    width: calc(100% - 164px);
    float: left;
    padding-top: 0; }
    #category.category.page div.version .description h1,
    #category.category.page div.modele .description h1,
    #category.category.page div.marque .description h1 {
      font-size: 1.2em; } }
@media screen and (min-width: 480px) and (max-width: 680px) {
  ul.title_bar > li:first-child > a {
    margin-left: 20px; } }
@media screen and (max-width: 479px) {
  .image-categorie {
    left: 138px;
    top: 48px;
    position: absolute; }
    .image-categorie > img {
      height: 70px; } }
@media screen and (min-width: 480px) and (max-width: 680px) {
  .image-categorie {
    left: 138px;
    top: 61px;
    position: absolute; }
    .image-categorie > img {
      height: 80px; } }
@media screen and (max-width: 680px) {
  #category.category.page .item.subsection .images {
    position: relative;
    top: initial; }
  #category.category.page .item.subsection h3 {
    clear: both;
    padding-top: 1em; }

  .category.page > .items.section > ul > li > .item.subsection > div.image {
    float: initial; } }
@media screen and (max-width: 900px) {
  .category.page > .items.section > ul > li > .item.subsection > h2 {
    height: auto; } }
@media screen and (min-width: 681px) {
  #category.category.page div.version .description,
  #category.category.page div.modele .description,
  #category.category.page div.marque .description {
    width: calc(100% - 304px);
    float: left;
    padding-top: 20px; }
    #category.category.page div.version .description h1,
    #category.category.page div.modele .description h1,
    #category.category.page div.marque .description h1 {
      font-size: 1.5em; } }
#category.category.page div.version,
#category.category.page div.modele,
#category.category.page div.marque {
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px; }
  #category.category.page div.version .image,
  #category.category.page div.modele .image,
  #category.category.page div.marque .image {
    float: left;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff; }
  #category.category.page div.version .description .under,
  #category.category.page div.modele .description .under,
  #category.category.page div.marque .description .under {
    background-color: var(--background_grey);
    padding-right: 20px; }
    #category.category.page div.version .description .under span.name,
    #category.category.page div.modele .description .under span.name,
    #category.category.page div.marque .description .under span.name {
      color: var(--black);
      font-family: var(--default_font);
      font-size: 18px;
      font-weight: bold;
      margin-left: 20px;
      margin-right: 20px; }

.version div.description div.under ul li.modify,
.modele div.description div.under ul li.modify,
.marque div.description div.under ul li.modify {
  float: left;
  height: 40px;
  margin-left: 20px;
  margin-top: 10px;
  width: 200px; }
  .version div.description div.under ul li.modify a,
  .modele div.description div.under ul li.modify a,
  .marque div.description div.under ul li.modify a {
    background: white;
    border-radius: 24px;
    border: solid 1px #b8b8b8;
    display: block;
    text-align: center;
    height: 27px;
    margin-top: 5px;
    padding-top: 5px; }
    .version div.description div.under ul li.modify a span.modify,
    .modele div.description div.under ul li.modify a span.modify,
    .marque div.description div.under ul li.modify a span.modify {
      font-size: 16px;
      font-weight: normal; }

.description div.under ul {
  overflow: visible; }

.category.page .items.section > ul > li {
  border-top: 3px solid #efefef; }
  .category.page .items.section > ul > li > .item.subsection {
    background: var(--background_grey);
    padding: 15px;
    position: relative; }
    .category.page .items.section > ul > li > .item.subsection > .image {
      background: white;
      float: left;
      height: 300px;
      margin-right: 10px;
      width: 300px; }
      .category.page .items.section > ul > li > .item.subsection > .image .zoom {
        margin-left: -175px;
        margin-top: 275px;
        position: absolute; }
        .category.page .items.section > ul > li > .item.subsection > .image .zoom img {
          height: 50px;
          width: 50px; }
    .category.page .items.section > ul > li > .item.subsection > .images {
      position: absolute;
      top: 336px; }
      .category.page .items.section > ul > li > .item.subsection > .images img {
        border: 1px solid #e8e8e8;
        cursor: pointer;
        margin: 10px;
        width: 78px; }
    .category.page .items.section > ul > li > .item.subsection > h3 {
      font-weight: bold;
      margin: 1em 0; }
    .category.page .items.section > ul > li > .item.subsection > .description p {
      margin: .5em 0; }
    .category.page .items.section > ul > li > .item.subsection > .description ul {
      margin-bottom: .5em;
      padding-left: .5em; }
      .category.page .items.section > ul > li > .item.subsection > .description ul li {
        float: none;
        margin: 2px 0; }
    .category.page .items.section > ul > li > .item.subsection > .price {
      color: #2b8ae0;
      display: block;
      font-family: var(--default_font);
      font-size: 18px;
      font-weight: bold;
      text-align: right; }
      .category.page .items.section > ul > li > .item.subsection > .price > .add-one-to-cart {
        background: var(--color_button);
        border-radius: 27px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        margin-left: 1em;
        padding: 9px 15px; }
