@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url("//cdn.adlinktech.com/vendor/css/slick-1.81.css");
@import url("//cdn.adlinktech.com/vendor/css/slick-theme-1.81.css");
@import url("//cdn.adlinktech.com/vendor/css/aos.css");
@import url("//cdn.adlinktech.com/vendor/css/lity.min.css");
.Retail *, .Retail ::before, .Retail ::after {
    box-sizing: border-box;
}
picture, figure {
    width: 100%;
    display: block;
    margin: 0px auto;
}
.Retail_hero {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 120vw;
    margin: 0px auto;
    display: flex;
    align-items: center;
}
.content {
    margin: 0px auto;
    width: 100%;
    max-width: 1180px;
}
.Retail_hero h1 {
    font-size: 4em;
    line-height: normal;
    margin: 0px 0px 0.25em;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 10px;
}
.Retail_hero p {
    color: rgb(255, 255, 255);
    padding: 0px 0px 0px 1.5em;
    margin-bottom: 0px;
    margin-left: 7px;
    position: relative;
    border-left: 1px solid rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.75) 2px 2px 5px;
}
.Retail_hero p span {
    display: block;
    position: relative;
    z-index: 2;
}
.Retail_hero p::after {
    content: "";
    position: absolute;
    inset: 0px;
    visibility: visible;
    height: auto;
    z-index: 1;
    mix-blend-mode: soft-light;
}
.Retail main {
    padding-bottom: 2em;
    margin: 0px auto;
}
.Retail main section {
    flex: 1 1 0%;
    min-width: 0px;
}
.Retail main aside {
    position: sticky;
    top: 0px;
    width: 100%;
    flex-shrink: 0;
    align-self: flex-start;
    padding: 0px 0px 2em;
    z-index: 1;
}
.content-block_list {
    padding: 2em 0px;
    border-bottom: 1px solid rgb(222, 222, 222);
}

.retail-tile-img
{
    min-height: 200px;
}

.content-block_list:last-of-type {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.landing-related-products-desc
{
    min-height: 75px;
}

.content-block_list a {
    display: block;
}
.content-block_list a * {
    transition: 0.3s;
}
.content-block_list a figure {
    width: 100%;
    overflow: hidden;
}

.related-product-img
{
    padding: 10%;
    max-height: 200px;
    min-height: 200px;
}

.related-pub-img
{
    max-height: 200px;
    min-height: 200px;
}

.content-block_list a figure img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.content-block_list a div {
    flex: 1 1 0%;
}
.content-block_list a div h3 {
    font-size: 120%;
    margin: -0.2em 0px 0.5em;
}
.content-block_list a div p {
    font-size: 90%;
}
.content-block_list a div span {
    display: inline-block;
    padding: 0.25em 1em;
    font-size: 90%;
    border: 1px solid rgb(208, 52, 58);
    color: rgb(208, 52, 58);
    font-weight: 400;
}
.content-block_list a div span::after, .selected-Products a div span::after, .slick-prev::before, .slick-next::before, .related-Resources article a p + span::after {
    font-family: FontAwesome;
}
.content-block_list a div span::after {
    content: "";
    margin-left: 0.5em;
    visibility: visible;
}
.Retail main aside ul {
    list-style: none;
}
.Retail main aside ul {
    padding: 5px;
    margin: 0px auto 2em;
    border: 1px solid rgb(222, 222, 222);
    box-shadow: rgba(210, 213, 220, 0.5) 2px 2px 5px;
}
.Retail main aside .Retail-aside-navBlock {
    padding: 5px;
    margin-top: 1.5em;
    border: 1px solid rgb(222, 222, 222);
    box-shadow: rgba(210, 213, 220, 0.5) 2px 2px 5px;
    background-color: rgb(255, 255, 255);
}
.Retail main aside .Retail-aside-navBlock .Retail-aside_nav-toggle {
    display: none;
}
.Retail main aside .Retail-aside-navBlock ul {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
}
.Retail main aside .Retail-aside-navBlock ul li ol {
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgb(190, 190, 190) transparent;
    max-height: 316px;
    overflow-x: hidden;
    overflow-y: auto;
}
.Retail main aside .Retail-aside-navBlock ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.Retail main aside .Retail-aside-navBlock ul::-webkit-scrollbar-track {
    background: transparent;
    margin: 4px 0px;
}
.Retail main aside .Retail-aside-navBlock ul::-webkit-scrollbar-thumb {
    background-color: rgb(190, 190, 190);
    border-radius: 10px;
    transition: background-color 0.3s;
}
.related-Products-slider.arrow-show {
    padding: 0px 20px;
}
.related-Products-slider .slick-track {
    margin: 0px;
}
.related-Products-slider a {
    display: block;
    padding: 0px 15px;
}
.related-Products-slider a h4 {
    margin-bottom: 0.5em;
    font-size: 120%;
}
.related-Products-slider a p {
    font-size: 80%;
}
.Retail-info main aside {
    padding: 2em 0px;
}
.Retail-info .content {
    max-width: 1100px;
}
.Retail-info_hero {
    padding: 2.5em 0px;
}
.Retail-info_hero h1 {
    text-align: center;
    margin: 0px auto 0.5em;
    max-width: 648px;
    line-height: 1.5;
}
.Retail-info_hero figure {
    margin: 0px auto 0.5em;
    overflow: hidden;
    height: 26em;
    border-radius: 1em;
}
.Retail-info_hero figure img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.Retail-info-date {
    font-weight: 600;
}
.Retail-info main section article.content-block.content-block {
    padding: 2em 0px;
    border-bottom: 1px solid rgb(222, 222, 222);
}
.Retail-info main section article.content-block.content-block:last-of-type {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}
.Retail-info main section article.content-block img {
    display: block;
    margin: 1em auto;
}
.Retail-info main section article.content-block h2 {
    margin-bottom: 0.5em;
}
.Retail-info main section article.content-block h3 {
    font-size: 120%;
    margin: 1.5em 0px 0.5em;
}
.Retail-info main section article.content-block ul {
    margin: 0px 0px 0px 15px;
}
.Retail-info main section article.content-block ul li {
    line-height: 1.3;
    margin-bottom: 0.5em;
}
.Retail-info main section article.content-block ul li:last-of-type {
    margin-bottom: 0px;
}
.Retail-info main section article.content-block h3:first-of-type {
    margin-top: 0px;
}
.RequestForQuotation {
    display: block;
    margin: 0px auto;
    color: rgb(255, 255, 255);
    background-color: rgb(207, 51, 57);
    transition: 0.3s;
    padding: 1em;
    border-radius: 1em;
    max-width: 180px;
    text-align: center;
}
.RequestForQuotation strong {
    display: block;
    line-height: normal;
    font-size: 120%;
    font-weight: 500;
}
.RequestForQuotation svg {
    margin: 0.5em auto;
    width: 100%;
    max-width: 70px;
    fill: rgb(255, 255, 255);
    vertical-align: top;
}
.RequestForQuotation small {
    display: block;
    font-weight: 500;
    line-height: normal;
}
.selected-Products {
    padding: 0px 15px;
}
.selected-Products a {
    display: block;
    padding-bottom: 1px;
}
.selected-Products a * {
    transition: 0.3s;
}
.selected-Products a div span {
    display: inline-block;
    color: rgb(208, 52, 58);
    line-height: 1;
    border: 1px solid rgb(208, 52, 58);
    padding: 0.6em 1em;
    margin-top: 1em;
}
.selected-Products a div span::after {
    margin-left: 0.5em;
}
.slick-prev::before, .slick-next::before {
    color: rgb(34, 34, 34);
}
.slick-next::before, .selected-Products a div span::after, .related-Resources article a p + span::after {
    content: "";
}
.slick-prev::before {
    content: "";
}
.slick-prev {
    left: -5px;
}
.slick-next {
    right: -5px;
}
.related-Resources {
    margin: 0px auto;
    background-color: rgb(245, 245, 247);
    padding: 20px 10px;
}
.related-Resources.arrow-show {
    max-width: calc(100% - 60px);
}
.related-Resources .slick-prev {
    left: -35px;
}
.related-Resources .slick-next {
    right: -35px;
}
.related-Resources article {
    border-right: 1px solid rgb(204, 204, 204);
    padding: 0px 10px;
    display: flex;
    align-items: stretch;
}
.related-Resources article:last-of-type {
    border-right: none;
}
.related-Resources .slick-track {
    display: flex !important;
}
.related-Resources .slick-slide {
    height: auto !important;
}
.related-Resources article mark {
    display: inline-block;
    width: fit-content;
    flex: 0 0 auto;
    align-self: flex-start;
    padding: 6px 12px;
    background-color: rgb(255, 255, 255);
    color: rgb(207, 51, 57);
    border: 1px solid rgb(207, 51, 57);
    line-height: 1;
    font-weight: 500;
    font-size: 85%;
    margin: 8px 0px 16px;
}
.related-Resources article figure {
    display: block;
    overflow: hidden;
}
.related-Resources article a * {
    transition: 0.3s;
}
.related-Resources article a {
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
}
.related-Resources article a p + span {
    display: block;
    text-align: right;
    margin-top: auto;
    color: rgb(207, 51, 57);
}
.related-Resources article a p + span::after {
    visibility: visible;
    margin-left: 5px;
    height: auto;
}
.related-Resources article a p {
    font-size: 90%;
}
.related-Resources article a figure img {
    margin-bottom: 0px !important;
}
.scrollbar {
    width: 100%;
    max-width: 100%;
    overflow: auto hidden;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    cursor: grab;
}
.scrollbar.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}
.scrollbar.is-dragging a, .scrollbar.is-dragging img {
    pointer-events: none;
}
.scrollbar::-webkit-scrollbar {
    display: none;
}
@media (max-width: 1024px) {
    .related-Products-slider, .selected-Products {
        display: flex;
        flex-wrap: nowrap;
        gap: 30px;
        padding-inline: 15px;
        width: max-content;
        max-width: none;
    }
    .related-Products-slider article {
        flex: 0 0 250px;
        width: 250px;
    }
    .selected-Products article {
        flex: 0 0 250px;
        width: 250px;
    }
    .related-Resources {
        gap: 0;
        padding-inline: 0;
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
        max-width: none;
    }
    .related-Resources article {
        flex: 0 0 250px;
        width: 250px;
        position: relative;
        border-right-width: medium;
        border-right-style: none;
        border-right-color: currentcolor;
        padding: 0px;
    }
    .related-Resources article::after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0;
        width: 1px;
        background-color: rgb(204, 204, 204);
        visibility: visible;
    }
    .related-Resources article {
        padding: 0 15px;
    }
    .related-Resources article:nth-last-of-type(1)::after {
        display: none;
    }
}
@media (max-width: 992px) {
    .related-Products h2, #products h2 {
        padding: 0px 15px;
    }
    .content-block_list a figure {
        margin-bottom: 0.5em;
    }
    .content-block_list a {
        padding: 0px 15px;
    }
    .Retail-info main section article#relatedResources h2 {
        padding: 0px 15px;
    }
    .content-block_list, .content-block {
        margin: 0 auto;
        max-width: 648px;
    }
    .content-block_list.related-Products, #relatedResources.content-block, #products.content-block {
        max-width: none;
    }
    .Retail-info_hero {
        padding: 2.5em 15px;
    }
    .Retail-info_hero figure {
        height: 60vw;
    }
    .Retail-info main section article.content-block.content-block {
        padding: 2em 15px;
    }
    .Retail-info main section article#relatedResources, .Retail-info main section article#products {
        padding: 2em 0px;
    }
    .RequestForQuotation {
        position: fixed;
        right: 15px;
        bottom: 15px;
        padding: 0.75em;
        width: 88px;
        border-radius: 15px;
    }
    .RequestForQuotation strong {
        font-size: 70%;
    }
    .RequestForQuotation small {
        display: none;
    }
    .RequestForQuotation svg {
        margin: 0.5em auto 0px;
        max-width: 34px;
    }
}
@media (max-width: 991.98px) {
    .Retail main aside {
        padding: 0px;
    }
    .Retail main aside .Retail-aside-navBlock {
        position: relative;
        padding: 0px;
        margin-top: 0px;
    }
    .Retail main aside .Retail-aside-navBlock h4 {
        padding: 0.6em 1em;
        margin: 0px;
    }
    .Retail main aside .Retail-aside-navBlock h4 {
        margin: 0px;
    }
    .Retail main aside .Retail-aside-navBlock .Retail-aside_nav-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0px;
        padding: 0.6em 1em;
        background-color: rgb(255, 255, 255);
        border-top: 1px solid rgb(222, 222, 222);
        cursor: pointer;
        font-weight: 500;
        color: rgb(68, 68, 68);
        user-select: none;
    }
    .Retail main aside .Retail-aside-navBlock .Retail-aside_nav-toggle .toggle-text {
        flex: 1 1 0%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: rgb(208, 52, 58);
    }
    .Retail main aside .Retail-aside-navBlock .Retail-aside_nav-toggle .fa {
        transition: transform 0.3s;
        flex-shrink: 0;
    }
    .Retail main aside .Retail-aside-navBlock .Retail-aside_nav-toggle.open .fa {
        transform: rotate(180deg);
    }
    .Retail main aside .Retail-aside-navBlock ul.Retail-aside_nav {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        z-index: 10;
        margin: 0px;
        padding: 5px;
        background-color: rgb(255, 255, 255);
        border-width: medium 1px 1px;
        border-style: none solid solid;
        border-color: currentcolor rgb(222, 222, 222) rgb(222, 222, 222);
        border-image: initial;
        box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 8px;
        max-height: 60vh;
        overflow-y: auto;
        display: none;
    }
    .Retail main aside .Retail-aside-navBlock ul.Retail-aside_nav li a {
        display: block;
        padding: 0.6em !important;
    }
    .Retail main aside .Retail-aside-navBlock ul.Retail-aside_nav li.active a {
        color: rgb(208, 52, 58);
        font-weight: 500;
    }
    .Retail main aside .Retail-aside-navBlock ul.Retail-aside_nav.dropdown-open {
        display: block;
    }
}
@media (max-width: 768px) {
    .Retail h2 {
        font-size: 150%;
    }
    .Retail_hero h1 {
        font-size: 3em;
    }
    .Retail_hero p {
        padding: 0px;
        margin-left: 0px;
        border-left-width: medium;
        border-left-style: none;
        border-left-color: currentcolor;
    }
    .Retail_hero .content {
        padding: 0px 20px 0px 15px;
        border-left: 1px solid rgb(255, 255, 255);
        margin-left: 20px;
    }
    .Retail main {
        gap: 0px;
    }
    .related-Products {
        padding: 2em 0px;
    }
    .related-Products {
        max-width: 100%;
        overflow: hidden;
    }
    .Retail-info main {
        padding-bottom: 0px;
    }
}
@media (min-width: 768px) {
    .Retail_hero {
        background-attachment: fixed;
        height: auto;
        margin: 0px auto 1.5em;
        padding: 7%;
    }
    .Retail_hero h1 {
        margin: 0px;
    }
    .Retail_hero p {
        padding: 0px 0px 0px 2em;
        margin-left: 7px;
    }
    .selected-Products a:hover span {
        color: rgb(255, 255, 255);
        background-color: rgb(208, 52, 58);
    }
    .RequestForQuotation {
        margin: 1.5em auto 0px;
    }
    .content-block_list a:hover figure img {
        transform: scale(1.05);
    }
    .content-block_list a:hover div span {
        color: rgb(255, 255, 255);
        background-color: rgb(208, 52, 58);
    }
    .RequestForQuotation:hover {
        color: rgb(255, 255, 255);
    }
    .RequestForQuotation:hover {
        transform: scale(1.02);
    }
    .related-Resources article a:hover figure img {
        transform: scale(1.1);
    }
    .related-Resources article a:hover mark {
        background-color: rgb(207, 51, 57);
        color: rgb(255, 255, 255);
    }
}
@media (min-width: 992px) {
    .content {
        padding: 0 15px;
    }
    .Retail main {
        display: flex;
        align-items: flex-start;
        column-gap: 2em;
        flex-direction: row-reverse;
    }
    .Retail main section {
        flex: 1 1 0%;
        padding-right: 1.5em;
    }
    .Retail main aside {
        top: 102px;
        max-width: 220px;
        padding: 0px 0px 2em;
    }
    .Retail main aside ul li.nav-anchor a, .Retail main aside ul li.nav-anchor a:hover {
        display: block;
        padding: 0.25em 0.5em;
        color: rgb(68, 68, 68);
    }
    .Retail main aside ul li.nav-anchor.active a, .Retail main aside ul li.nav-anchor.active:hover a {
        font-weight: 500;
        background-color: rgb(208, 52, 58);
        color: rgb(255, 255, 255);
        pointer-events: none;
    }
    .Retail main aside ul li.nav-anchor:hover a {
        font-weight: 500;
        background-color: rgba(208, 52, 58, 0.5);
        color: rgb(255, 255, 255);
    }
    .content-block_list a {
        display: flex;
        flex-direction: row;
    }
    .content-block_list.related-Products a {
        flex-direction: column;
    }
    .content-block_list a div {
        padding: 0px 0px 0px 2em;
    }
    .content-block_list a figure {
        max-width: 360px;
    }
}
@media (min-width: 1024px) {
    .Retail main section {
        padding-right: 5em;
    }
    .selected-Products_one a figure {
        margin: 0px;
        max-width: 200px;
    }
    .selected-Products_one {
        padding: 0px 30px;
    }
    .selected-Products_one a {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .selected-Products_one a div {
        flex: 1 1 0%;
        padding-right: 2em;
    }
    .selected-Products_two a {
        padding: 0px 20px;
    }
    .selected-Products_two {
        padding: 0px 10px;
    }
    .selected-Products_two figure img {
        max-width: 200px;
    }
    .selected-Products_three a {
        padding: 0px 15px;
    }
    .selected-Products_three figure {
        padding: 0px 0.5em;
    }
}
@media (min-width: 1180px) {
    .Retail_hero {
        align-items: stretch;
    }
    .Retail_hero .content {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 980px;
    }
    .Retail_hero h1 {
        padding-right: 0.5em;
    }
    .Retail_hero .content p {
        flex: 1 1 0%;
    }
}
@media (min-width: 1210px) {
    .content {
        padding: 0;
    }
}