﻿.image-square {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.image-square > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center;
}
.image-square > .image:after {
  content: " ";
  font-size: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.image-square > .image > img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.glyphicon-mixin {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1030px) {
  .body-content {
    margin: 0;
    padding-bottom: 0;
  }
}
p.category-description {
  white-space: pre-line;
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
.catalog-items .item,
.categories-list .item {
  margin-bottom: 30px;
  background-color: #fafafa;
  border: solid 1px #e0e0e0;
  padding: 8px;
}
.catalog-items .item .code,
.categories-list .item .code {
  font-weight: bold;
  margin-top: 0.5em;
}
.catalog-items .item .price,
.categories-list .item .price {
  font-size: 24px;
  color: #60605b;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 600;
}
.catalog-items .item .btn,
.categories-list .item .btn {
  padding: 4px 12px;
  font-size: 13px;
  border-color: #ce1126;
  background-color: #ce1126;
  color: #fff;
  font-weight: normal;
  text-transform: none;
}
.catalog-items .item .btn:hover,
.categories-list .item .btn:hover {
  background-color: #60605b;
  border-color: #60605b;
}
.catalog-items .item label,
.categories-list .item label {
  font-size: 13px;
}
.catalog-items .item label:after,
.categories-list .item label:after {
  content: "";
}
.catalog-items .item input.qte,
.categories-list .item input.qte {
  width: 2em;
  padding: 2px;
  border: solid 1px #e0e0e0;
}
.catalog-items .item form table,
.categories-list .item form table {
  width: 100%;
}
.catalog-items .item form table td,
.categories-list .item form table td {
  padding: 2px;
}
.catalog-items .item {
  position: relative;
}
.catalog-items .item .favorite-link {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
}
.catalog-items .prices,
.catalog-details .prices {
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.catalog-items .price-table,
.catalog-details .price-table {
  width: 100%;
  table-layout: fixed;
}
.catalog-items .price-table td,
.catalog-details .price-table td,
.catalog-items .price-table th,
.catalog-details .price-table th {
  border: solid 2px #fff;
  padding: 0 0.75em !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-items .price-table th:first-child,
.catalog-details .price-table th:first-child {
  width: 55%;
}
.catalog-items .price-table thead > tr > th,
.catalog-details .price-table thead > tr > th {
  font-weight: bold;
  font-size: 14px;
  text-transform: none;
}
.catalog-items .price-table tbody > tr:nth-child(odd) > td,
.catalog-details .price-table tbody > tr:nth-child(odd) > td {
  background-color: #eeeeee;
}
.catalog-items .price-table tbody > tr:nth-child(even) > td,
.catalog-details .price-table tbody > tr:nth-child(even) > td {
  background-color: #e0e0e0;
}
@media (min-width: 1030px) and (max-width: 1399px) {
  .catalog-items .item label.qte {
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog-items .item label.qte,
  .catalog-items .item .btn {
    font-size: 16px;
  }
}
.categories-list .desc {
  font-weight: bold;
  height: 3.1em;
  overflow: hidden;
  line-height: 1;
  margin-top: .5em;
}
.categories-list .item-square {
  position: relative;
  padding-top: 150%;
  margin-bottom: 30px;
}
.categories-list .item-square > .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-controls {
  margin-bottom: 1em;
}
.page-controls .pagination-column {
  text-align: right;
}
.page-controls > div {
  padding-top: .5em;
  padding-bottom: .5em;
}
.page-controls label {
  font-weight: normal;
  margin: 0;
  vertical-align: middle;
}
.page-controls form {
  display: inline-block;
}
.page-controls .pagination-container {
  display: inline-block;
  vertical-align: middle;
}
.page-controls .page-size {
  clear: both;
}
.page-controls .pagination {
  margin: 0;
}
.page-controls .pagination > li > a,
.page-controls .pagination > li > span {
  float: none;
}
.page-controls form label {
  vertical-align: baseline;
}
.page-controls form label:first-child {
  margin-left: 0;
}
.catalog-nav {
  display: none;
}
.catalog-details .navigation-bar {
  padding-top: 1em;
}
.catalog-details .image-row {
  margin-top: 3em;
}
.catalog-details .fabricant {
  color: #60605b;
  text-decoration: underline;
}
.catalog-details .form-column .price-area {
  margin-bottom: 0.5em;
}
.catalog-details .form-column .price-area .price {
  color: #60605b;
  font-weight: 600;
  font-size: 30px;
}
.catalog-details .form-column input.qte {
  text-align: center;
  font-size: 18px;
}
.catalog-details .form-column select {
  max-width: none;
}
.catalog-details .description {
  margin-top: 2em;
}
.catalog-details .description > p,
.catalog-details .desc-detail > p {
  white-space: pre-line;
}
.catalog-details .videos {
  margin-bottom: 2em;
}
.catalog-details .videos .video {
  margin-bottom: 30px;
}
.catalog-details .videos .video.maximized {
  width: 100%;
}
.catalog-details .videos .ratio {
  position: relative;
  padding-top: 56.25%;
}
.catalog-details .videos .ratio > video,
.catalog-details .videos .ratio > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog-details .videos .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  cursor: pointer;
}
.catalog-details .videos .overlay:hover {
  opacity: 0.2;
}
@media (min-width: 768px) {
  .catalog-details .videos .overlay {
    display: block;
  }
}
@media (min-width: 1600px) {
  .catalog-details .videos .col-xxl-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .catalog-details .form-column {
    width: 350px;
  }
}
.suggested-items {
  padding: 1em;
  background-color: #f0f0f0;
}
.suggested-items h2 {
  margin-top: 0;
}
.suggested-items .image a {
  text-decoration: none;
}
.suggested-items .code,
.suggested-items .infossupp,
.suggested-items .desc {
  text-align: center;
}
.suggested-items .code {
  font-weight: 700;
  margin-top: 1em;
}
.suggested-items .desc {
  height: 3em;
  overflow: hidden;
}
.suggested-items .infossupp {
  height: 1.6em;
}
.suggested-items .image-square {
  border: 1px solid #e4e4e4;
  background-color: #000;
}
.suggested-items .image-square .image {
  background-color: #fff;
}
.suggested-items .image-square .image:hover {
  opacity: 0.8;
}
.suggested-items .checkbox {
  font-size: 13px;
  text-align: center;
}
@media (min-width: 1030px) {
  .suggested-items {
    padding: 48px 64px;
  }
}
@media (max-width: 767px) {
  .catalog-items .item-column,
  .categories-list .item-column {
    display: inline-block;
    width: 50%;
    margin-right: -1%;
  }
  .catalog-items .item .desc,
  .categories-list .item .desc {
    height: 3.1em;
    line-height: 1;
    overflow: hidden;
  }
  .catalog-items .item .code,
  .categories-list .item .code {
    height: 2.1em;
    line-height: 1;
    overflow: hidden;
    margin-top: 0;
  }
  .catalog-items .item .infossupp,
  .categories-list .item .infossupp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 525px) {
  .catalog-items .item .prices,
  .catalog-items .item form {
    display: none;
  }
}
@media (min-width: 768px) {
  .catalog-items .item .desc {
    height: 3.1em;
    line-height: 1;
    overflow: hidden;
  }
  .catalog-items .item .code {
    height: 2.1em;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 0.5em;
  }
  .catalog-items .item .infossupp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-controls .pagination-column {
    text-align: center;
  }
  .page-controls .page-size {
    text-align: right;
    clear: none;
  }
  .catalog-details .form-column {
    position: relative;
  }
  .catalog-details .form-column > hr {
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 15px;
    width: calc(100% -  30px );
  }
  .catalog-details .form-column input.qte,
  .catalog-details .form-column button,
  .catalog-details .form-column select {
    max-width: inherit;
  }
}
@media (min-width: 1030px) {
  .column-menu,
  .column-items {
    margin-top: -32px;
    padding-top: 32px;
  }
  .column-menu {
    border-right: solid 1px #e0e0e0;
    margin-right: -1px;
    padding-left: 0;
    padding-right: 0;
  }
  .column-menu h2 {
    margin-left: 16px;
  }
  .column-items,
  .column-details {
    border-left: solid 1px #e0e0e0;
  }
  .column-items h1 {
    margin-bottom: 8px;
  }
  .catalog-nav {
    display: block;
  }
  .catalog-nav ul,
  .catalog-nav li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
  }
  .catalog-nav a {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    position: relative;
  }
  .catalog-nav a:hover,
  .catalog-nav a[data-toggle='collapse']:not(.collapsed),
  .catalog-nav a.active {
    color: #fff;
    background-color: #ce1126;
  }
  .catalog-nav a[data-toggle='collapse']:after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-size: 9px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e250";
    margin-left: 5px;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .catalog-nav a[data-toggle='collapse']:not(.collapsed):after {
    content: "\e252";
  }
  .catalog-nav > ul > li > ul > li > a {
    text-indent: 1em;
  }
  .catalog-nav > ul > li > ul > li ul > li > a {
    text-indent: 2em;
  }
}
@media (min-width: 1030px) and (max-width: 1199px) {
  .column-items {
    padding-left: 3em;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .column-items {
    padding-left: 4em;
  }
}
@media (min-width: 1600px) {
  .column-menu {
    width: calc(25% - 4em);
  }
  .column-items,
  .column-details {
    width: calc(75% + 4em);
    padding-left: 4em;
    padding-right: 98px;
  }
  .item-column {
    width: 20%;
  }
  .catalog-details .suggested-items {
    margin-right: -98px;
  }
  .catalog-details .suggested-items .col-xxl-5th {
    width: 20%;
  }
  .catalog-details .image-picker .col,
  .catalog-model .image-picker .col {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px !important;
  }
  .catalog-details .image-picker.row,
  .catalog-model .image-picker.row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.discount {
  margin-bottom: 10px;
  line-height: 1;
  color: #c90827;
}
.promo-notice,
.rist-notice {
  color: #c90827;
  line-height: 1;
}
.discount-area,
.rist-area {
  margin-bottom: 0.6em;
}
.manufacturers-list .manufacturers-tier1 {
  margin-top: 3em;
}
.manufacturers-list .manufacturers-tier1 .no-image {
  font-size: 130%;
  font-weight: 600;
}
.manufacturers-list .manufacturers-tier3 {
  margin-top: 2em;
}
.manufacturers-list .manufacturer-column {
  margin-bottom: 2em;
}
.manufacturers-list .manufacturer {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.manufacturers-list .manufacturer .no-link,
.manufacturers-list .manufacturer a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.manufacturers-list .manufacturer.has-link.has-image:hover {
  outline: solid 2px #363636;
}
.manufacturers-list .manufacturer .no-image {
  padding: 14px;
}
.manufacturers-list .manufacturer .glyphicon {
  position: absolute;
  top: .75em;
  right: .75em;
}
@media (max-width: 767px) {
  .manufacturers-list .manufacturer img {
    width: 100%;
  }
  .manufacturers-list .manufacturers-tier2 .manufacturer-column {
    float: left;
    width: 50%;
    height: 50vw;
    margin-bottom: 0;
  }
  .manufacturers-list .manufacturer {
    height: calc(100% - 30px);
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .manufacturers-list .manufacturers-tier1 .manufacturer-column,
  .manufacturers-list .manufacturers-tier2 .manufacturer-column {
    margin-bottom: 0;
  }
  .manufacturers-list .manufacturers-tier1 .manufacturer-column {
    float: left;
    width: 50%;
    height: 50vw;
  }
  .manufacturers-list .manufacturers-tier2 .manufacturer-column {
    float: left;
    width: 33%;
    height: 33vw;
  }
  .manufacturers-list .manufacturers-tier2 .manufacturer-column .no-image {
    max-width: calc(33vw - 30px);
    max-height: calc(33vw - 30px);
  }
  .manufacturers-list .manufacturer {
    height: calc(100% - 30px);
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .manufacturers-list .manufacturers-tier1 .manufacturer {
    height: 158px;
  }
  .manufacturers-list .manufacturers-tier2 .manufacturer {
    height: 95px;
  }
  .manufacturers-list .manufacturers-tier2 .manufacturer .no-image {
    overflow: hidden;
    max-height: 95px;
    max-width: 95px;
  }
  .manufacturers-list .manufacturers-tier3 .manufacturer {
    height: 84px;
  }
}
@media (min-width: 1030px) and (max-width: 1199px) {
  .manufacturers-list .manufacturers-tier1 .manufacturer {
    height: 149px;
  }
  .manufacturers-list .manufacturers-tier1 .manufacturer .no-image {
    overflow: hidden;
    max-height: 149px;
    max-width: 149px;
  }
  .manufacturers-list .manufacturers-tier2 .manufacturer {
    height: 84px;
  }
  .manufacturers-list .manufacturers-tier2 .manufacturer .no-image {
    overflow: hidden;
    max-height: 84px;
    max-width: 84px;
  }
  .manufacturers-list .manufacturers-tier3 .manufacturer {
    height: 84px;
  }
}
@media (min-width: 1200px) {
  .manufacturers-list .manufacturers-tier1 .manufacturer {
    height: 185px;
  }
  .manufacturers-list .manufacturers-tier2 .manufacturer {
    height: 114px;
  }
  .manufacturers-list .manufacturers-tier3 .manufacturer {
    height: 70px;
  }
}
.social-share-links {
  margin: 0.5em 0;
}
.social-share-links > span {
  display: inline-block;
  margin-right: 0.5em;
}
.social-share-links > a {
  display: inline-block;
  margin: 0 0.1em;
}
@media (min-width: 768px) {
  .social-share-links {
    margin: 0;
    float: right;
  }
}
.favorite-link {
  overflow: hidden;
}
.favorite-link .text,
.favorite-link .icon {
  vertical-align: middle;
}
.favorite-link .icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.favorite-link .icon:before {
  content: "\e007";
}
.favorite-link,
.favorite-link:hover,
.favorite-link:focus,
.favorite-link:active {
  text-decoration: none;
  outline: none;
}
.favorite-link:hover .text-hover {
  left: 20px;
}
.favorite-link .text-in {
  display: none;
}
.favorite-link.in .text-out {
  display: none;
}
.favorite-link.in .text-in {
  display: inline-block;
}
.favorite-link.in .icon {
  color: #f0ad4e;
}
.favorite-link.in .icon:before {
  content: "\e006";
}
.favorite-link.btn.in .icon {
  color: inherit;
}
.body-content > .header-alert {
  display: none;
}
.header-alert + div > .column-menu {
  margin-top: -32px;
}
.advanced-search {
  margin-bottom: 32px;
}
.advanced-search .col-text > h1 {
  margin-top: 0;
}
.advanced-search .col-inputs input,
.advanced-search .col-inputs select {
  max-width: none;
}
.catalog-model {
  padding-bottom: 28px;
}
.catalog-model .no-items {
  text-align: center;
  padding: 2em;
  background-color: #eeeeee;
}
.model-items tr.product td {
  vertical-align: middle;
}
.model-items .column-price,
.model-items .column-available,
.model-items .column-add,
.model-items .column-action {
  text-align: center;
  width: 120px;
}
.model-items .filter .name:after {
  content: ": ";
}
.model-items a[data-toggle='collapse'] {
  text-decoration: none;
}
.model-items a[data-toggle='collapse'] > span.glyphicon {
  color: #ccc;
  font-size: 10.5px;
  margin-left: 10.5px;
  margin-right: 10.5px;
}
.model-items a[data-toggle='collapse'] > span.glyphicon:before {
  content: "\e114";
}
.model-items a[data-toggle='collapse'].collapsed > span.glyphicon:before {
  content: "\e080";
}
.model-items tr.details td {
  background-color: #f9f9f9;
}
.model-items tr.details td > div:first-child {
  padding-left: 31.5px;
}
.model-items-xs .item:nth-child(odd) {
  background-color: #f9f9f9;
}
.model-items-xs .filter {
  padding: 5px 0;
}
.catalog-details .image-column > .image-square,
.catalog-model .image-column > .image-square {
  display: none;
}
.catalog-details .image-column > .image-square.active,
.catalog-model .image-column > .image-square.active {
  display: block;
}
.catalog-details .image-column .image-picker,
.catalog-model .image-column .image-picker {
  margin-top: 2em;
}
.catalog-details .image-column .image-picker a,
.catalog-model .image-column .image-picker a {
  text-decoration: none;
}
.catalog-details .image-column .image-picker .col,
.catalog-model .image-column .image-picker .col {
  margin-bottom: 30px;
}
.catalog-details .image-column .image-picker .col .image-square,
.catalog-model .image-column .image-picker .col .image-square {
  border: solid 1px #e4e4e4;
  background-color: #000;
}
.catalog-details .image-column .image-picker .col .image-square .image,
.catalog-model .image-column .image-picker .col .image-square .image {
  background-color: #fff;
}
.catalog-details .image-column .image-picker .col .image-square .image:hover,
.catalog-model .image-column .image-picker .col .image-square .image:hover {
  opacity: 0.8;
}
.catalog-details .image-square,
.catalog-model .image-square {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.catalog-details .image-square .image,
.catalog-model .image-square .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
}
.catalog-details .image-square .image:after,
.catalog-model .image-square .image:after {
  content: "";
  font-size: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.catalog-details .image-square .image img,
.catalog-model .image-square .image img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.catalog-details .current-contact-box .description {
  margin-top: 0;
}
.catalog-itemsgrid-addtocart {
  text-align: right;
  padding-bottom: 0.75em;
}
