/*
Search suggest
==================================================
Contains styles for the search suggest popover in the shop header.
*/
.search-suggest-container {
  position: absolute;
  top: 55px;
  left: 0;
  list-style: none;
  touch-action: manipulation;
  background: #fff;
  border: 1px solid #798490;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 10px 25px -15px #000;
  padding: 16px !important;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}

.search-suggest-container .row {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 6px;
}

.align-items-center {
    align-items: center !important;
}
.search-suggest-container::after {
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  top: -7px;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  left: 48%;
  border: 1px solid #798490;
  border-top: 0 none;
  border-right: 0 none;
}
.search-suggest-product.is-active .search-suggest-product-link {
  color: #00325b;
}
.search-suggest-product-link:hover, .search-suggest-total-link:hover {
  text-decoration: none;
}
.search-suggest-product-link {
  display: block !important;
  padding: 0.5rem 0;
}
.search-suggest-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-suggest-product-price {
  text-align: right;
}
.search-suggest-product-list-price, .search-suggest-product-reference-price {
  color: #798490;
  text-align: right;
  display: block;
}
.search-suggest-product-image-container {
  width: 35px;
  height: 35px;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-suggest-product-image {
  max-width: 35px;
  max-height: 35px;
  display: block;
}
.search-suggest-total {
  padding: 0.5rem;
}
.search-suggest-no-result {
  text-align: center;
}

@media (min-width: 992px) {
    .search-suggest-container {
        width: 500px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(max-width: 991px) {
  .search-suggest-container {
    max-height: calc(100vh - 170px);
    top: 48px;
  }
}

.search-suggest-product {
  border-bottom: 1px solid #798490;
}
.search-suggest-product:last-child {
  border-bottom: 0;
}
.search-suggest-product-link {
  color: #2b3136;
}
.search-suggest-product-link:hover {
  color: #00325b;
}
/*
 * Page-specific styles
 * -------------------- */
.product-detail-name {
  color: #00325A;
}
.product-detail-manufacturer-logo {
  max-width: 200px;
  max-height: 70px;
}
.product-detail-price {
  color: #2b3136;
  margin-bottom: 0;
  font-weight: 700;
  vertical-align: middle;
}
.product-detail-price.with-list-price {
  color: #FF5A00;
  display: inline-block;
}
.product-detail-price.with-regulation-price {
  display: inline-block;
}
.product-detail-price.with-advanced-list-price {
  color: #FF5A00;
  font-size: 0.875rem;
  display: inline-block;
}
.product-detail-price.with-advanced-list-price {
  color: #e52427;
  font-size: 0.875rem;
  display: inline-block;
}
.list-price-badge {
  display: inline-block;
  background: #FF5A00;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  margin-bottom: 8px;
  margin-left: 5px;
  margin-right: 6px;
}
.product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
  color: #00325A;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  height: 26px;
  vertical-align: bottom;
}
@media (max-width: 991.98px) {
  .product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
    height: 22px;
  }
}
.product-detail-regulation-price-wrapper .list-price-price, .product-detail-list-price-wrapper .list-price-price {
  text-decoration: line-through;
}
.product-detail-advanced-regulation-price-wrapper, .product-detail-advanced-list-price-wrapper {
  color: #00325A;
  font-weight: 400;
  font-size: 12px;
  vertical-align: bottom;
  display: block;
  padding-left: 0;
}
.product-detail-advanced-regulation-price-wrapper .list-price-price, .product-detail-advanced-list-price-wrapper .list-price-price {
  text-decoration: line-through;
}
.product-detail-advanced-regulation-price-wrapper.with-list-price, .product-detail-advanced-list-price-wrapper.with-list-price {
  padding-left: 0;
}
.product-detail-advanced-regulation-price-wrapper-no-line-through .list-price-price, .product-detail-advanced-list-price-wrapper-no-line-through .list-price-price {
  text-decoration: none;
}
@media (min-width: 576px) {
  .product-detail-advanced-list-price-wrapper {
    display: inline-block;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .product-detail-advanced-list-price-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .product-detail-advanced-list-price-wrapper {
    display: inline-block;
    padding-left: 8px;
  }
}
.product-detail-ordernumber-label {
  font-weight: 700;
}
.product-detail-quantity-select {
  height: 100%;
}
.product-detail-tabs {
  margin-bottom: 1.5rem;
}
.product-detail-tabs .product-detail-tab-navigation {
  padding: 0;
}
.product-detail-tab-navigation-list {
  flex-direction: column;
  padding-bottom: 5px;
}
.product-detail-properties-table th, .product-detail-properties-table td {
  border: 0;
}
.product-detail-tab-preview {
  font-weight: 400;
  margin-top: 0.5rem;
}
.product-detail-tab-preview-more {
  color: #00325b;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .product-detail-tabs .product-detail-tab-navigation-link {
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 700;
    word-wrap: normal;
  }
}
@media (min-width: 576px) {
  .product-detail-tabs {
    margin-bottom: 0;
  }
  .product-detail-tab-navigation-list {
    border: 0;
    flex-direction: row;
    padding-bottom: 0;
  }
}
.product-detail-review-widget {
  top: 20px;
}
.product-detail-review-progressbar-container {
  height: 14px;
  margin-top: 4px;
}
.product-detail-review-progressbar-bar {
  background-color: #fedc70;
}
.product-detail-review-item {
  border-bottom: 1px solid #798490;
  margin-bottom: 10px;
}
.product-detail-review-item-date {
  color: #798490;
}
.product-detail-review-item-verify {
  text-align: right;
}
.product-detail-review-item-likebox {
  text-align: right;
}
.product-detail-review-form-star.is-active .icon {
  color: #fedc70;
}
.product-detail-review-form-star .icon:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-detail-review-rating {
    display: flex;
  }
  .product-detail-review-form-footer {
    display: flex;
  }
  .product-detail-review-form-footer .product-detail-review-form-actions {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .product-detail-cross-selling .product-detail-tabs-content {
    display: block;
  }
  .product-detail-cross-selling .product-cross-selling-tab-navigation {
    display: none;
  }
  .product-detail-cross-selling .tab-pane {
    margin-top: 1.5rem;
    display: block;
    opacity: 1;
  }
  .product-detail-cross-selling .tab-pane .cms-element-title {
    display: block;
  }
  .product-detail-cross-selling .tab-pane .cms-element-title-paragraph {
    margin: 0;
  }
}
.product-detail-cross-selling .card {
  margin-top: 1.5rem;
}
.product-detail-cross-selling .cms-element-title {
  display: none;
}


.search-suggest-container .search-suggest-product {
    padding: 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #dad2ba4d
}

.search-suggest-container .search-suggest-product.website-result .search-suggest-product-image-container,.search-suggest-container .search-suggest-product.category-result .search-suggest-product-image-container {
    width: unset
}

.search-suggest-container .search-suggest-product .search-suggest-product-content {
    display: flex;
    column-gap: 6px
}

.search-suggest-product-content .btn {
    border-radius: 4px;
    border: none;
    transition: 0.5s ease-in-out;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 700;
    color: #fff;
    background: #00325b;
    font-size: 1.6rem;
    line-height: 2;
}

.search-suggest-product-content .btn:hover {
    background-color: #a5b2c8;
    color: #00325b;
}

.search-suggest-container .search-suggest-product .search-suggest-product-name {
    color: #00325b;
    white-space: unset
}

.search-suggest-container .search-suggest-product .search-suggest-product-number {
    font-size: 13px
}

.search-suggest-container .search-suggest-product .search-suggest-product-link {
    display: block !important;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px
}

.search-suggest-container .search-suggest-product .search-suggest-product-details-container {
    display: flex;
    flex-direction: column
}

.search-suggest-container .search-suggest-product .search-suggest-product-details-container .search-suggest-product-price {
    text-align: unset;
    font-weight: 700;
    color: #00325b
}

.search-suggest-container .search-suggest-total {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.search-suggest-container .search-suggest-total>div {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px
}

.search-suggest-container .search-suggest-total>div .search-suggest-total-count {
    font-size: 13px
}

.search-suggest-container .search-suggest-product-image-container {
    margin: 0 5px
}

.search-suggest-container .row,.search-suggest-container .account-content,.search-suggest-container .is-act-cartpage .checkout .checkout-container,.is-act-cartpage .checkout .search-suggest-container .checkout-container,.search-suggest-container .is-act-checkoutregisterpage .checkout .checkout-container,.is-act-checkoutregisterpage .checkout .search-suggest-container .checkout-container,.search-suggest-container .is-act-confirmpage .checkout .checkout-container,.is-act-confirmpage .checkout .search-suggest-container .checkout-container,.search-suggest-container .is-ctl-accountorder .checkout .checkout-container,.is-ctl-accountorder .checkout .search-suggest-container .checkout-container,.search-suggest-container .is-act-finishpage .checkout .checkout-container,.is-act-finishpage .checkout .search-suggest-container .checkout-container {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 6px
}

.search-suggest-container .search-suggest-product.website-result .search-suggest-product-image-container, .search-suggest-container .search-suggest-product.category-result .search-suggest-product-image-container {
    width: unset;
}
.search-suggest-container .search-suggest-product-image-container {
    margin: 0 5px;
}
.tag {
    color: #00325b;
    background-color: #e4e9ef;
    border-radius: 4px;
    font-weight: 700;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px;
}
search-suggest-product-image-container {
    width: 35px;
    height: 35px;
    margin: 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-suggest-container .search-suggest-product .search-suggest-product-content {
    display: flex;
    column-gap: 6px;
}
