﻿.carousel-item {
    background: #fff;
}

.preview-image {
    width: 100%;
    height: 80px;
    background-size: cover;
}

.product-image {
    max-height: 400px;
}

.product-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 250px;
}

.img-slide img {
    object-fit: cover;
    width: auto !important;
    position: absolute;
}

.anchor-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 15px;
    bottom: 160px;
    min-width: 100px;
    z-index: 1;
    mix-blend-mode: luminosity;
}

.anchor-links .bubble {
    border-radius: 50%;
    border: 1px solid #839bbd;
    min-height: 35px;
    min-width: 35px;
    height: 35px;
    width: 35px;
    padding: 0;
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 400ms ease-in-out;
}

.anchor-links .bubble:hover, .anchor-links a:focus-visible .bubble {
    border-radius: 17px;
    padding: 3px 10px;
    color: #fff;
    min-width: 100px;
}

.anchor-join {
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

.anchor-join-line {
    position: relative;
    top: 0px;
    width: 1px;
    background-color: #839bbd;
    height: 100%;
}

.search-location-icon {
    background-color: #06377a;
    flex: 1 1 auto;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.search-location-input {
    width: 150px;
}

.dim-heading {
    background: #ffffff40;
}

.nav-links {
    border-bottom: 1px solid;
}

.nav-link {
    position: relative;
}

.nav-link h3 {
    margin-bottom: 0px;
}

.nav-link.active h3 {
    font-weight: bold;
}

.nav-link.active .nav-line.d-none {
    display: block !important;
}

.nav-link.active .nav-line {
    position: absolute;
    border-bottom: 5px solid;
    width: 100%;
    left: 0px;
    top: 77px;
}

.no-suppliers-message {
    text-align: center;
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    border-top-color: #06377a !important;
    border-bottom-color: #06377a !important;
}

.supplier-link-img {
    width: 32px;
    height: 24px;
}

.supplier-container .header {
    display: flex;
}

.supplier-sponsor-container {
    justify-content: flex-end;
    display: flex;
    width: 100%;
}

.supplier-sponsor-container p {
    margin: 0;
    align-items: center;
    display: flex;
}

.supplier-link-img-grey-out {
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.feature-item::first-letter {
    text-transform: uppercase;
}

.product-manual-item {
    color: inherit;
    text-align: center;
}

.product-manual-item span {
    display: block;
}

.product-manual-item img, .product-manual-item span {
    display: inline-flex;
}


.product-manual-item img {
    max-width: 40px;
    display: block;
    margin: 0px auto 10px auto;
}

.trade-small-image {
    height: 42px;
    width: 42px
}

figure.image img {
    max-width: 100%;
    height: auto;
}

table {
    border-spacing: 2px 2px;
    border-collapse: separate;
}

table.dim td {
    background: #cdd7e4;
    color: #06377a;
}

table.striped tr:nth-child(even) td {
    background: #ffffff40;
}

table.striped tr:nth-child(odd) td {
    background: #ffffff26;
}

.feature-help-icon {
    position: relative;
}

.feature-help-icon:before {
    left: calc(100% + 7px);
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    box-shadow: -2px 2px 5px -2px rgb(142 142 142 / 29%);
    display: block;
    opacity: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    z-index: -1;
    background: #fff;
    transition: all 250ms linear;
}

.feature-help-icon:after {
    left: calc(100% + 15px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 300px;
    display: block;
    opacity: 0;
    content: attr(aria-label);
    color: #06377a;
    background: #fff;
    position: absolute;
    z-index: -1;
    box-shadow: 1px 1px 10px 1px rgb(142 142 142 / 51%);
    border-radius: 8px;
    padding: 10px 12px;
    height: auto;
    transition: all 250ms linear;
}

.feature-help-icon:focus:after, .feature-help-icon:hover:after {
    opacity: 1;
    z-index: 50;
}

.feature-help-icon:focus:before, .feature-help-icon:hover:before {
    opacity: 1;
    z-index: 51;
}

.outlined {
    outline: 1px solid #06377a;
}

.product-row a:hover {
    color: #fedf33;
} 

.product-row p, .product-row a {
    white-space: normal;
    word-break: break-word;
}

@media screen and (min-width: 1920px) {
    .nav-link.active .nav-line {
        position: absolute;
        border-bottom: 5px solid;
        width: 100%;
        left: 0px;
        top: 3.81vw;
    }

    .anchor-links .bubble {
        height: 1.823vw;
        width: 1.823vw;
    }

    .search-location-input {
        width: 8.813vw;
    }
}

@media (max-width: 1560px) {
    .product-side-advert {
        flex: 0 0 100%;
        max-width: 100%
    }
}