@charset "UTF-8";
#categories {
  display: block;
  font-size: 0;
  padding-top: 9px;
  text-transform: uppercase; }
  #categories > li {
    border-bottom: 3px solid #3baa34;
    border-right: 1px solid #d8d8d8;
    box-sizing: border-box;
    display: inline-block;
    padding: 8px;
    font-size: 12px; }

.company.logo > a {
  background: white url("img/olympique-cycles.jpg") center -2px no-repeat;
  background-size: auto 100%; }

body.min-left .company.logo > a {
  background: white url("img/olympique-cycles.jpg") 2px 0 no-repeat;
  background-size: auto 52px; }

.general.actions .sort > a {
  background-image: url("../../../../itrocks/framework/skins/default/img/sort-1-down-24.svg"); }

strong {
  font-weight: 500; }

body {
  grid-template-areas: "title title-bar" "title categories" "menu main" "quick main";
  grid-template-columns: 232px 1fr;
  grid-template-rows: auto auto 1fr auto; }
  body #categories {
    grid-area: categories;
    min-height: 36px; }
  body #title-bar {
    grid-area: title-bar;
    min-height: 36px; }

body.password.reset,
body.user.login,
body.user.register {
  grid-template-areas: "title main" "menu main";
  grid-template-columns: 232px 1fr;
  grid-template-rows: 72px 1fr; }
  body.password.reset #categories,
  body.user.login #categories,
  body.user.register #categories {
    display: none; }
  body.password.reset #menu,
  body.user.login #menu,
  body.user.register #menu {
    display: none; }
  body.password.reset #title-bar,
  body.user.login #title-bar,
  body.user.register #title-bar {
    display: none; }

article.cart.navigate header > ol.breadcrumb > li:last-child,
article.item.navigate header > ol.breadcrumb > li:last-child,
article.client-order.output header > ol.breadcrumb > li:last-child,
article.search header > ol.breadcrumb > li:last-child {
  display: inline-block; }
  article.cart.navigate header > ol.breadcrumb > li:last-child > a,
  article.item.navigate header > ol.breadcrumb > li:last-child > a,
  article.client-order.output header > ol.breadcrumb > li:last-child > a,
  article.search header > ol.breadcrumb > li:last-child > a {
    display: inline-block; }
  article.cart.navigate header > ol.breadcrumb > li:last-child:after,
  article.item.navigate header > ol.breadcrumb > li:last-child:after,
  article.client-order.output header > ol.breadcrumb > li:last-child:after,
  article.search header > ol.breadcrumb > li:last-child:after {
    content: '>'; }

#modal article.cart.order {
  grid-template-areas: "header" "insufficient" "header2" "content" "footer";
  grid-template-rows: min-content min-content min-content min-content 1fr;
  height: 410px;
  left: calc(50% - 250px);
  top: calc(50% - 200px);
  width: 510px; }
  #modal article.cart.order > div {
    grid-area: footer; }
  #modal article.cart.order > p {
    grid-area: content;
    margin: 10px; }
  #modal article.cart.order > section.insufficient.stock.items {
    grid-area: insufficient;
    max-height: 214px;
    overflow-y: auto;
    padding: 4px; }
    #modal article.cart.order > section.insufficient.stock.items > h3 {
      font-weight: 500; }
      #modal article.cart.order > section.insufficient.stock.items > h3 > span {
        color: #d04040;
        font-size: 1.2em; }
      #modal article.cart.order > section.insufficient.stock.items > h3:after {
        content: ':'; }
    #modal article.cart.order > section.insufficient.stock.items > table {
      border: 1px solid #ddd;
      margin: 10px 0 0;
      padding: 2px;
      width: 100%; }
      #modal article.cart.order > section.insufficient.stock.items > table th[data-name=name] {
        min-width: 50%; }
      #modal article.cart.order > section.insufficient.stock.items > table th {
        text-align: left; }
      #modal article.cart.order > section.insufficient.stock.items > table td, #modal article.cart.order > section.insufficient.stock.items > table th {
        padding: 4px; }
        #modal article.cart.order > section.insufficient.stock.items > table td[data-name=available_quantity], #modal article.cart.order > section.insufficient.stock.items > table td[data-name=quantity], #modal article.cart.order > section.insufficient.stock.items > table th[data-name=available_quantity], #modal article.cart.order > section.insufficient.stock.items > table th[data-name=quantity] {
          max-width: 50px;
          text-align: right; }
  #modal article.cart.order > ul.actions {
    grid-area: header2; }

.download.pdf {
  margin-left: 250px; }

.download.pdf,
.total.amount {
  font-size: 16px;
  font-weight: 500;
  grid-area: footer;
  padding: 10px 10px 0; }

#title-bar {
  font-size: 0;
  position: relative; }
  #title-bar > * {
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    vertical-align: top; }
  #title-bar > :not(:first-child) {
    margin-left: 1px; }
  #title-bar > :nth-last-child(2) {
    margin-right: 36px; }
  #title-bar > .business-hours {
    background: #444 url("img/calendar.svg") 8px center no-repeat;
    background-size: 16px;
    color: #4edb43;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 8px 0 32px; }
  #title-bar > #business-hours.popup {
    background: #444;
    font-size: 14px;
    height: initial;
    padding: 4px;
    position: absolute;
    left: 491px;
    top: 34px; }
    #title-bar > #business-hours.popup ul {
      color: white;
      display: block; }
      #title-bar > #business-hours.popup ul li {
        display: block;
        padding: 8px; }
        #title-bar > #business-hours.popup ul li .day {
          color: #4edb43;
          font-weight: 500; }
          #title-bar > #business-hours.popup ul li .day:after {
            content: ' : '; }
  #title-bar > .cart.mini {
    background: #444 url("img/shopping-cart.svg") 10px center no-repeat;
    background-size: 24px;
    color: #eee;
    display: inline-block;
    font-size: 16px;
    padding: 4px 4px 0 40px; }
    #title-bar > .cart.mini > * {
      display: inline-block;
      padding: 4px 4px 0; }
    #title-bar > .cart.mini > h3 {
      font-size: 18px;
      font-weight: 500;
      padding-left: 8px; }
    #title-bar > .cart.mini > p {
      color: #4edb43;
      font-weight: 500; }
      #title-bar > .cart.mini > p:after {
        content: ')'; }
      #title-bar > .cart.mini > p:before {
        content: '('; }
  #title-bar > .contact {
    background: #444;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 8px 0 8px; }
  #title-bar > .phone-number {
    background: #444 url("img/phone.svg") left 8px center no-repeat;
    background-size: 16px;
    color: #4edb43;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 8px 0 32px; }
  #title-bar > .search {
    background-color: #444;
    display: inline-block;
    font-size: 0; }
    #title-bar > .search > button {
      background: #444 url("img/search.svg") center no-repeat;
      background-size: 16px;
      border: none;
      display: inline-block;
      margin: 0 !important;
      height: 36px;
      position: initial;
      vertical-align: top;
      width: 32px; }
    #title-bar > .search > input {
      border: 3px solid #444;
      font-size: 12px;
      padding: 10px;
      width: 300px; }
    #title-bar > .search > label {
      display: none; }
  #title-bar > .user.mini {
    background: url("img/user.svg") center no-repeat;
    background-size: auto 24px;
    font-size: 0;
    position: absolute;
    right: 8px;
    top: 0;
    width: 24px; }

div.data {
  overflow: auto; }

div.data > ul.items {
  display: inline-flex;
  flex-wrap: wrap;
  grid-auto-rows: 1fr auto; }
  div.data > ul.items > li.item {
    border: 1px solid #ddd;
    border-radius: 2px;
    display: grid;
    margin: 10px;
    max-height: 218px;
    position: relative;
    text-align: center;
    width: 140px; }
    div.data > ul.items > li.item > * {
      padding: 5px; }
    div.data > ul.items > li.item > a {
      min-height: 178px;
      position: relative; }
      div.data > ul.items > li.item > a > img {
        height: 90px;
        margin: 8px 0;
        max-width: 130px;
        position: relative; }
        div.data > ul.items > li.item > a > img[src=""] {
          display: none; }
      div.data > ul.items > li.item > a > .availability {
        border: 1px solid transparent;
        border-radius: 32px;
        font-size: 0;
        height: 16px;
        margin: -2px;
        position: absolute;
        right: 8px;
        top: 8px;
        width: 16px; }
        div.data > ul.items > li.item > a > .availability[data-value=available] {
          background: #3baa34;
          border-color: #40cf36; }
        div.data > ul.items > li.item > a > .availability[data-value=await_reception] {
          background: #e09220;
          border-color: #f59e2c; }
        div.data > ul.items > li.item > a > .availability[data-value=out_of_stock] {
          background: #b04020;
          border-color: #cf4322; }
      div.data > ul.items > li.item > a > .code {
        font-style: italic;
        padding: 4px;
        text-align: left; }
        div.data > ul.items > li.item > a > .code:before {
          content: 'Ref: '; }
      div.data > ul.items > li.item > a > .description {
        max-height: 1.2em;
        width: 132px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      div.data > ul.items > li.item > a > .name {
        border-top: 1px solid #ddd;
        bottom: 1.75em;
        height: 2em;
        margin-top: 6px;
        overflow: hidden;
        padding-top: 6px;
        position: absolute;
        text-overflow: ellipsis;
        text-transform: uppercase;
        width: calc(100% - 12px); }
      div.data > ul.items > li.item > a > .amount {
        position: absolute;
        bottom: .25em;
        right: 6px;
        text-align: right;
        width: calc(100% - 16px); }
        div.data > ul.items > li.item > a > .amount:before {
          content: '= '; }
        div.data > ul.items > li.item > a > .amount:empty {
          display: none; }
      div.data > ul.items > li.item > a > .amount:not(:empty) + .price {
        text-align: left; }
      div.data > ul.items > li.item > a > .price {
        color: #d40;
        left: 10px;
        position: absolute;
        bottom: .25em;
        width: calc(100% - 20px); }
    div.data > ul.items > li.item > .quantity > label {
      display: none;
      font-size: 10px; }
    div.data > ul.items > li.item > .quantity > button {
      height: 20px;
      width: 16px; }
    div.data > ul.items > li.item > .quantity > input {
      padding: 4px !important;
      width: 32px !important; }
    div.data > ul.items > li.item > .quantity > button.delete {
      position: absolute;
      right: 4px; }

article.item.navigate div.data {
  display: grid;
  grid-template-areas: "pictures description description description" "pictures price availability quantity";
  grid-template-columns: auto auto auto auto;
  grid-template-rows: 1fr auto;
  overflow: hidden; }
  article.item.navigate div.data > .availability {
    grid-area: availability; }
    article.item.navigate div.data > .availability span:before {
      border: 1px solid transparent;
      border-radius: 16px;
      content: '';
      display: inline-block;
      height: 16px;
      margin-right: 8px;
      vertical-align: top;
      width: 16px; }
    article.item.navigate div.data > .availability[data-value=available] span:before {
      background: #3baa34;
      border-color: #40cf36; }
    article.item.navigate div.data > .availability[data-value=await_reception] span:before {
      background: #e09220;
      border-color: #f59e2c; }
    article.item.navigate div.data > .availability[data-value=out_of_stock] span:before {
      background: #b04020;
      border-color: #cf4322; }
  article.item.navigate div.data > .description {
    grid-area: description;
    overflow: auto; }
  article.item.navigate div.data > .pictures {
    grid-area: pictures; }
  article.item.navigate div.data > .price {
    grid-area: price; }
  article.item.navigate div.data > .quantity {
    grid-area: quantity; }
article.item.navigate div.data > * {
  padding: 20px; }
article.item.navigate div.data > .availability {
  text-align: center; }
  article.item.navigate div.data > .availability > span {
    font-size: 18px;
    display: block;
    margin-top: 16px; }
  article.item.navigate div.data > .availability > h3 {
    color: #666;
    font-size: 16px;
    font-style: italic;
    font-weight: normal; }
article.item.navigate div.data > .description {
  padding: 20px; }
  article.item.navigate div.data > .description > h3 {
    margin-bottom: 2em; }
    article.item.navigate div.data > .description > h3 > * {
      display: block; }
    article.item.navigate div.data > .description > h3 > .code {
      font-weight: normal; }
    article.item.navigate div.data > .description > h3 > .name {
      font-size: 24px;
      font-weight: 500; }
  article.item.navigate div.data > .description > div {
    margin-top: 1em; }
    article.item.navigate div.data > .description > div p {
      margin: 1em 0; }
    article.item.navigate div.data > .description > div ul {
      margin: 1em 13px; }
article.item.navigate div.data > .pictures > h3 {
  display: none; }
article.item.navigate div.data > .pictures > img[src=""] {
  display: none; }
article.item.navigate div.data > .pictures li {
  cursor: pointer;
  display: inline-block;
  padding: 10px; }
article.item.navigate div.data > .price {
  text-align: center; }
  article.item.navigate div.data > .price > h3 {
    color: #666;
    font-size: 16px;
    font-style: italic;
    font-weight: normal; }
  article.item.navigate div.data > .price > span {
    font-size: 18px;
    display: block;
    margin-top: 16px; }
    article.item.navigate div.data > .price > span:after {
      content: '€ HT'; }
article.item.navigate div.data > .quantity {
  font-size: 16px;
  text-align: right; }
  article.item.navigate div.data > .quantity > h3 {
    display: none; }
  article.item.navigate div.data > .quantity > label {
    margin: 0 60px 10px; }
    article.item.navigate div.data > .quantity > label:first-letter {
      text-transform: uppercase; }
  article.item.navigate div.data > .quantity > button {
    height: 32px;
    width: 32px; }
  article.item.navigate div.data > .quantity > input {
    font-size: 16px;
    width: 40px; }
  article.item.navigate div.data > .quantity > button.bin {
    margin-left: 20px !important; }

article div.quantity > button,
article section.quantity > button {
  background-size: 24px;
  color: transparent;
  font-size: 0;
  margin: 0 !important;
  vertical-align: top; }
  article div.quantity > button.add,
  article section.quantity > button.add {
    background: url("img/plus.png") center no-repeat;
    background-size: 8px;
    position: initial; }
  article div.quantity > button.delete,
  article section.quantity > button.delete {
    background: url("../../../../itrocks/framework/skins/default/img/delete-24.svg") center no-repeat; }
  article div.quantity > button.remove,
  article section.quantity > button.remove {
    background: url("img/minus.png") center no-repeat;
    background-size: 8px; }
article div.quantity > input,
article section.quantity > input {
  text-align: right; }
article div.quantity > label,
article section.quantity > label {
  color: #666;
  display: block;
  font-style: italic;
  padding-bottom: 2px; }
