/* Colors Definition */
/* Comparelist header */
.dia-list-sort-order-box {
  /* view switch buttons */
}
.dia-list-sort-order-box #productDisplay-container #productDisplay {
  margin: 10px 1px 20px 1px;
}
/* Comparelist wrapper */
.table-background {
  background-color: #fff;
}
.table-background #compareList {
  border: 0;
}
.table-background #compareList table#compareListTable {
  border: 1px solid #d5d0d0;
  margin: 30px auto;
  width: 95%;
}
.table-background #compareList table#compareListTable tr {
  /* highlighting different value compared to the one of the first product */
}
.table-background #compareList table#compareListTable tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-background #compareList table#compareListTable tr:nth-of-type(even) {
  background-color: #ffffff;
}
.table-background #compareList table#compareListTable tr.compareDataRow:hover {
  background-color: #d5d0d0;
  border: 2px solid #fff;
  margin-left: 2px;
  margin-right: 2px;
}
.table-background #compareList table#compareListTable tr.compareListImgRow, .table-background #compareList table#compareListTable tr.compareListTitleRow, .table-background #compareList table#compareListTable tr.compareListArtNrRow, .table-background #compareList table#compareListTable tr.compareListPriceRow {
  background-color: #fff;
}
.table-background #compareList table#compareListTable tr.compareListImgRow .comparelistRowIdentifier, .table-background #compareList table#compareListTable tr.compareListTitleRow .comparelistRowIdentifier, .table-background #compareList table#compareListTable tr.compareListArtNrRow .comparelistRowIdentifier, .table-background #compareList table#compareListTable tr.compareListPriceRow .comparelistRowIdentifier {
  color: #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.table-background #compareList table#compareListTable tr.compareListImgRow {
  height: 1px;
}
.table-background #compareList table#compareListTable tr.compareListImgRow th.compareListItemImage {
  height: inherit;
  border-left: 1px solid #d5d0d0;
  position: relative;
}
.table-background #compareList table#compareListTable tr.compareListImgRow th.compareListItemImage .product-card-media {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 180px;
  height: 180px;
  margin: 20px auto 0 auto;
  align-self: center;
}
.table-background #compareList table#compareListTable tr.compareListImgRow th.compareListItemImage .product-card-media .image-wrapper {
  height: inherit;
  margin: auto;
  display: flex;
}
.table-background #compareList table#compareListTable tr.compareListImgRow th.compareListItemImage .product-card-media .image-wrapper a {
  margin: auto;
}
.table-background #compareList table#compareListTable tr.compareListImgRow th.compareListItemImage .product-card-media .image-wrapper a img.img-responsive {
  max-height: 180px;
  width: auto;
}
.table-background #compareList table#compareListTable tr.compareListArtNrRow td {
  padding: 0 15px;
}
.table-background #compareList table#compareListTable tr.compareListPriceRow .comparelistRowIdentifier {
  border-bottom: 1px solid #d5d0d0;
}
.table-background #compareList table#compareListTable tr th {
  border-top: 0;
  padding: 0;
}
.table-background #compareList table#compareListTable tr th.comparelistRowIdentifier {
  border-top: 0;
  border-left: 0;
}
.table-background #compareList table#compareListTable tr th.compareListItem img.img-responsive {
  width: 100%;
}
.table-background #compareList table#compareListTable tr.different-value {
  background-color: #fcffd1;
}
.table-background #compareList table#compareListTable tr .tdWidthComparelist {
  color: #000 !important;
  font-weight: bold;
}
.table-background #compareList table#compareListTable tr td {
  font-size: 14px;
  padding: 3px;
  border-top: 0;
  /* highlighting different value compared to the one of the first product */
}
.table-background #compareList table#compareListTable tr td.comparelistRowIdentifier {
  min-width: 90px;
  white-space: normal;
}
.table-background #compareList table#compareListTable tr td.compareListItem {
  padding: 0 15px;
  vertical-align: middle;
  border-left: 1px solid #d5d0d0;
  white-space: normal;
  width: 245px;
  text-align: start;
}
.table-background #compareList table#compareListTable tr td.compareListItemTitle {
  border-top: 0 !important;
  border-bottom: 1px solid #ffffff;
  padding: 24px 17px 1px 17px;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice {
  padding: 0;
  /* Product price block */
  /* Product details/variants buttons */
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price {
  font-size: 14px;
  /* Discontinued article price block same height */
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price > .row {
  padding: 5px 0;
  border-top: 1px solid #ffffff;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price .product-price-info-row {
  width: 100%;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price .product-price-info-row .product-price-box {
  justify-content: flex-start;
  margin-left: 17px;
  /* Main Price */
  /* Price info "i" button wrapper */
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price .product-price-info-row .product-price-box .productPrice {
  font-size: 18px !important;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price .product-price-info-row .product-price-box .productPrice span {
  font-size: 18px !important;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price .product-price-info-row .product-price-box .product-price-box {
  margin-left: 5px;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price .product-price-box.stock-wrapper {
  justify-content: flex-start;
  margin-left: 15px;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price .into-cart-panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: auto;
  background-color: transparent;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price .into-cart-panel .panel-body {
  padding: 5px 10px 5px 0;
  width: 100%;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price .into-cart-panel .panel-body .into-cart-input-group {
  max-width: none;
  width: 100%;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price .into-cart-panel .panel-body .into-cart-input-group input.articleQuantity {
  height: 34px;
  border: 1px solid #cc0b15;
  padding: 6px;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price .into-cart-panel .panel-body .into-cart-input-group span.addProductToCart {
  height: 34px;
  width: 34px;
  padding: 0;
  color: #fff;
  background-color: #cc0b15;
  border: 1px solid #cc0b15;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-price .panel-warning {
  margin-top: 2px;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-buttons {
  background-color: #7c7979;
  /* Buttons (Compare, Watch and inquiry) */
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-buttons .component-buttons-wrapper {
  text-transform: uppercase;
  color: white;
  background-color: #7c7979;
  padding: 8px 0;
  display: block;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-buttons .component-buttons-wrapper .btn.btn-link {
  color: white;
  letter-spacing: 1px;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-buttons .component-buttons-wrapper .btn.btn-link:hover {
  color: #cc0b15;
  text-decoration: none;
}
.table-background #compareList table#compareListTable tr td.compareListItemPrice .product-card-buttons .component-buttons-wrapper .btn.btn-link span {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  display: inline-block !important;
}
/* Small devices fix */
@media (min-width: 1px) and (max-width: 600px) {
  /* Comparelist wrapper */
  #compareList table#compareListTable {
    width: 100%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22file%22%3A%22%2Fvolume%2Fsales%2F_source%2Fstatic%2Fneptune%2Fcss%2Fshop%2Fcomparelist.css%22%2C%22sources%22%3A%5B%22static%2Fneptune%2Fcss%2Fshop%2Fcomparelist.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAARJ%3BAAeA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvQlB%3BAAuRA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%22%7D */