.rp-link a strong {
	color: #1E2226;
}

.rp-link a span {
	color: #1E2226;
}

.box-container {
	border: 1px solid white;
	padding-top: 10px;
	overflow: hidden;
	height: 300px;
}

.box-container img {
	max-height: 150px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.box-container:hover {
	overflow: hidden;
	border:1px solid #dddddd;
}

.box-container:hover > img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.widget-anchor { /* this class is to offset the internal range page anchors by the height of the fixed page header*/
  display: block;
  height: 160px; /*same height as header*/
  margin-top: -160px; /*same height as header*/
  visibility: hidden;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow-medium {
  box-shadow: 0 .250rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.overflow {
    overflow-x: hidden;
    padding: 0;
}

.widget-anchor-menu {
    display: block;
    height: calc(160px + var(--customer-navigation-bar-height));
    margin-top: calc(-160px - var(--customer-navigation-bar-height));
    visibility: hidden;
}

.section__whitespece {
    height: 60px;
}

.logo_manufacturer {
    margin-bottom: 20px;
    margin-top: 10px;
}

.logo_manufacturer__img {
    object-fit: scale-down;
    vertical-align: middle;
    max-width: 150px;
    height: 50px;
}

.logo_manufacturer__img--vertical {
    max-width: none;
    height: auto;
    width: 50px;
    max-height: 150px;
}

.topic {
    color: #626272 !important;
    margin-top: 20px !important;
    padding-bottom: 1rem !important;
}

.topic_welcome {
    color: #626272 !important;
    margin-top: -2px;
    padding-bottom: 1rem !important;
}

.topic__underline {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    margin-left: 3px !important;
    border-radius: 3px;
    height: 4px;
    max-width: 50px;
    background-color: var(--customer-accent-color);
}

@media only screen and (max-device-width:879px) {
    .topic__underline {
        margin: 0px auto 10px!important;
        border-radius: 3px;
        height: 4px;
        max-width: 50px;
        background-color: var(--customer-accent-color);
    }

}

.topic__underline--welcome {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    margin-left: 3px !important;
    border-radius: 3px;
    height: 4px;
    max-width: 50px;
    background-color: var(--customer-accent-color);
}

@media only screen and (max-device-width:879px) {
    .topic__underline--welcome {
        margin: 0px auto 10px !important;
        border-radius: 3px;
        height: 4px;
        max-width: 50px;
        background-color: var(--customer-accent-color);
    }

}

.product-tile {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    vertical-align: middle;
    white-space: normal;
    margin-right: auto;
    margin-left: auto;
}

.product-tile__link {
    cursor: pointer;
    user-select: none;
    border: 2px solid transparent;
    border-radius: 5px;
    height: 220px;
    display: block;
    padding: 10px;
}

@media only screen and (max-device-width:879px) {
    .product-tile__link {
        cursor: pointer;
        user-select: none;
        border: 2px solid transparent;
        border-radius: 5px;
        height: 250px;
        display: block;
        padding: 10px;
    }

}

.product-tile__link:focus, .product-tile__link:hover {
    text-decoration: none;
    border: 2px solid #dcdcdc;
}

.product-tile__title {
    font-size: 0.9rem;
    margin-top: 10px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
}

@media only screen and (max-device-width:879px) {
    .product-tile__title {
        font-size: 0.8rem;
        margin-top: 10px;
        color: #333333;
        font-weight: 400;
        text-align: center;
        line-height: 1.5;
    }

}

.product-tile__img {
    height: 140px;
    width: 100%;
    object-fit: scale-down;
}

.button-view-all {
    display: inline-block;
    padding: 5px 9px 5px 9px;
    margin-left: 15px;
    cursor: pointer;
    user-select: none;
    border-color: #cecece;
    border-style: solid;
    border-width: thin;
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
    text-align: center;
    color: #797979;
}

.button-view-all:focus, .button-view-all:hover {
    text-decoration: none;
    background-color: #cecece;
    color: white;
}

html .scroll-to-top.visible {
    opacity: .75;
}

html .scroll-to-top {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background: #404040;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 10px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 50px;
    z-index: 1040;
    font-size: .8em;
}

.visible {
    visibility: visible !important;
}